/**=====================
    Ajax Search start
==========================**/
.ajax-search.form_search {
    overflow: unset; }
  
.ajax-search .twitter-typeahead {
width: 100%; }

.ajax-search .typeahead {
padding: 15px 20px;
width: 100% !important;
background-color: #fff !important;
border-radius: 5px;
font-size: 18px; }

.ajax-search .empty-message {
color: var(--theme-color);
text-align: center;
padding: 10px 0px;
font-size: 16px; }

.ajax-search .tt-menu {
display: block;
width: 100%;
background-color: #fff;
border: unset !important;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
max-height: 350px;
overflow: auto;
top: 55px !important;
border-radius: 5px;
padding: 8px 0; }

.ajax-search .tt-suggestion {
padding: 0px 14px;
font-size: 18px;
line-height: 24px;
cursor: pointer; }

.ajax-search .man-section {
position: relative;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center; }

.ajax-search .image-section {
padding: 5px 0; }
.ajax-search .image-section img {
    width: 50px;
    -webkit-filter: invert(0) !important;
            filter: invert(0) !important; }

.ajax-search .description-section {
width: 80%; }
.ajax-search .description-section h4 {
    margin: 0px;
    padding: 0px 7px;
    font-size: 17px;
    color: #222222;
    margin-top: 0;
    margin-bottom: 2px;
    text-transform: capitalize; }
.ajax-search .description-section span {
    padding: 7px;
    font-size: 16px;
    color: #a09999; }

/*Active Paginación */
.basic-pagination ul li.active a{
    color: #222 !important;
    border-color: #222 !important;
}

.btn-whatsapp {
    display:block;
    color:#fff;
    position: fixed;
    right:20px;
    bottom:20px;
    border-radius:50%;
    line-height:80px;
    text-align:center;
    z-index:999;
}

.product__title a:hover, .product__title-2 a:hover {
  color: #b9a16b !important;
}
.product__title a, .product__title-2 a{
    color: #222 !important;
}
.product__sale-tag a{
    color: #bababa !important;
}

.product__sale-title a{
    color: #222 !important;
}

/* Footer background color */
.footer__area, footer, .footer-section {
    background-color: #12315e !important;
}

/* Footer text styles */
.footer__widget-title {
    font-size: 18px !important;
    margin-bottom: 15px !important;
}

/* Enlaces de políticas */
.footer__links a {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* Texto de Misión, Visión y Contáctenos */
.footer__info p, 
.footer__contact h6,
.footer__opening h6,
.footer__contact a {
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
}

.footer__links li {
    margin-bottom: 10px !important;
}

/* Copyright */
.footer__copyright p,
.footer__copyright a {
    font-size: 14px !important;
    line-height: 1.5 !important;
}

/* Ensure footer text remains visible */
.footer__widget-title, .footer__info p, .footer__links a {
    color: white !important;
}

/* Footer Responsivo */
.footer-logo {
    max-width: 100%;
    height: auto;
  }
  
  .footer__widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
  }
  
  .footer__links ul {
    padding-left: 0;
    list-style: none;
  }
  
  .footer__links ul li {
    margin-bottom: 10px;
  }
  
  .footer__links ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .footer__links ul li a:hover {
    color: #f8f9fa;
    text-decoration: underline;
  }
  
  .footer__info p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
  }
  
  .footer__contact .footer__opening h6 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
  }
  
  .footer__contact .footer__opening i {
    margin-right: 10px;
    width: 15px;
    text-align: center;
  }
  
  .footer__bottom {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .footer__copyright p {
    margin-bottom: 0;
    font-size: 14px;
  }
  
  /* Media queries para footer responsivo */
  @media (max-width: 991px) {
    .footer__widget {
      margin-bottom: 30px;
    }
    
    .footer__widget-title {
      font-size: 16px;
      margin-bottom: 15px;
    }
    
    .footer__info p {
      font-size: 13px;
    }
  }
  
  @media (max-width: 767px) {
    .footer__top {
      padding-bottom: 20px !important;
    }
    
    .footer__widget {
      margin-bottom: 25px;
    }
    
    .footer__info {
      margin-bottom: 20px !important;
    }
    
    .footer__widget-title {
      margin-bottom: 10px;
    }
    
    .footer__contact .footer__opening h6 {
      font-size: 13px;
    }
  }
  
  @media (max-width: 575px) {
    .footer__widget-title {
      font-size: 15px;
    }
    
    .footer__info p,
    .footer__contact .footer__opening h6,
    .footer__copyright p {
      font-size: 12px;
    }
    
    .footer__links ul li {
      margin-bottom: 8px;
    }
  }
