#footer-top, #footer-bottom, .footer-wrapper .footer-copyright {
    padding: 15px 0; 
}
/* CAMBIOS PARA TELEFONOS*/

@media screen and (min-width: 120px) and (max-width: 767px){
  
.advance-product-search .search-field {
    display: inline-block;
    padding: 0 50px !important;
    height: 38px;
    width: calc(100% - 140px) !important;
    line-height: 40px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 300;
    color: #23282d;
    border: 2px solid #e5097f;
}
img {
    max-width: 100%;
    height: 100%;
    margin-left: 40px;
}
.center-wrapper-mx-width .header-ads-adv-search, .center-wrapper-mx-width .cart-section {
    width: 100%;
    float: unset;
    display: inline-block;
    margin: 0px;
}
 .advance-product-search .select_products {
    display: none;   
}
 .site-footer .footer-copyright .widget_media_image img {
    max-width: 200% !important;
    height: auto;
    margin-top: 10px !important;
}
  .advance-product-search {
    position: relative;
    width: 97% !important;
    float: none !important;
}
  .featured-social .icon-box {
    display: inline-block;
    padding: 9px 8px !important;
    margin-left: 10px;
    vertical-align: middle;
    border: none;
    font-size: 28px !important;
    font-weight: 600;
    line-height: 0;
}
}