.shopping-container.ico-design-4 .cart-bag {
       top: 2px;
}

.shopping-container.ico-design-4 .cart-bag:before {
    background:none;
    background-image: url('wp-content/uploads/2017/05/unnamed-1.png') ;
    background-size: 32px 32px;
    display: inline-block;
    width: 32px; 
    height: 32px;
    content:"";
}

form[role="search"] input[type="submit"] {
font-size:0px;
background-image: url('wp-content/uploads/2017/05/unnamed-2.png');
background-repeat: no-repeat;
background-size: 35px 35px;
background-position: center;
padding-right: 15px;
padding-left:15px;
padding-top: 2px;
padding-bottom: 3px;
}

.footer-product a.add_to_cart_button.button:before  {
   content:""
}




.boton_2{
    text-decoration: none;
    padding: 10px;
    font-family: arial;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    /* font-weight: 800; */
    font-size: 17px;
    color: white;
    background-color: #a2a2a2;
}
  .boton_2:hover{
    color: white;
    background-color: #956363;
    text-decoration: none;
  }