@font-face {
  font-family: 'Gill Sans Bold';
  src: url('../fonts/GillSans-SemiBold.woff2') format('woff2'),
      url('../fonts/GillSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/GillSans.woff2') format('woff2'),
      url('../fonts/GillSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #fff;
  font-family: 'Gill Sans';
}

:focus-visible{
  outline: none;
}

.form-control:focus {
  
  box-shadow: none !important;
}

.search-section-catalogo p.mb-0,
.input-buscador,
.search-box button,
.search-section p.fs-6 {
  /*opacity: 0;*/
}
.search-box button {
  transform: translateX(-100px);
}

.nav-pills .nav-link.active {
  background-color: #fff !important;
  /* color: #fff; */
  border-top: 1px solid #009640;
  border-left: 1px solid #009640;
  border-right: 1px solid #009640;
  border-bottom: 1px solid #fff !important;
}

.badge.translate-middle {
  transform: translate(-100%, 0%) !important;
}

.nav-item {
  margin-right: 12px;
}

.tabs {
  margin-bottom: 1px;
}

.nav-link {
  color: #000;
  font-family: "Gill Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.sidebar-tab {
 
  background-color: #fafafa !important;
  border-radius: 0px !important;
  margin-bottom: -1px;
  padding: 25px 12px 25px 20px;
  cursor: pointer !important ;
  text-align: left;
  font-size: 20px;
  color: #000 !important;
  text-transform: initial;
  display: flex;
  align-items: center;
  flex: 1;
   border: 1px solid #ddd !important;
  border-bottom: 1px solid #009640 !important;
      white-space: normal;
}

.sidebar-tab .arrow {
  transform: rotate(90deg);
}

.sidebar-tab h3 {
    font-family:"Gill Sans";
  cursor: pointer;
  text-align: left;
  font-size: 20px;
  color: #000 !important;
  text-transform: initial;
  margin-bottom: 0px;
  font-weight:700;
}
.sidebar-tab p{
  color: rgba(80, 80, 80, 0.8);
  font-family: Inter;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 300;
  
}

.sidebar-tab svg.icon{
  width: 45px;
  height: 45px;
  margin-right: 18px;
}

.sidebar-tab svg.icon{
 /* stroke: #CFCFCE; */
}

.sidebar-tab svg.icon circle{
  stroke: #CFCFCE;
}



.sidebar-tab svg.icon path{
  fill: #CFCFCE;
}
.sidebar-tab.active svg.icon path{
  fill: #fff !important;
  /* stroke: #fff !important; */
  fill-opacity: 1 !important;
}

.sidebar-tab.active svg.icon circle{
  fill: #009640 !important;
  fill-opacity: 1 !important;
}

.sidebar-tab.active svg.arrow path {
  stroke: #009640 !important;
  stroke-opacity: 1 !important;
}


.tab-content {
  border-bottom: 1px solid #009640;
  border-right: 1px solid #009640;
  border-left: 1px solid #009640;
  padding: 26px;
  background-color: #fff;
  min-height: 60vh;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}  

 .nav-pills .nav-link {
  border-radius: 0;
  }

.nav-link .sidebar-tab:nth-child(4) {
  border-bottom-left-radius: 8px;
}

.search-section-catalogo {
  background-image: url('../img/header-search.png');
  background-size: cover;
  background-position: center;
  border-radius: 12px 12px 0 0;
  padding: 40px;
  color: white;
  position: relative;
  
}
.search-section-catalogo::before {
  content: '';
  position: absolute;
  inset: 0; 
  background-color: rgba(0, 0, 0, 0.4); 
  pointer-events: none; 
  border-radius: 12px 12px 0 0;
}
.search-section-catalogo > * {
  position: relative;
  z-index: 2;
}

.search-section-catalogo h2 {
  font-size: 46px;
}

.search-section-catalogo p {
  font-size: 18px;
  font-family: Inter;
}
.search-box {
  /* background-color: rgba(255, 255, 255, 0.95); */
  padding: 20px;
  border-radius: 8px;
  position: relative;
}

.search-box button {
  background-color: #009640;
  border: none;
  border-radius: 9999px !important;
  padding: 10px 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  position: absolute;
  top: 26px;
  right: 26px;
  right: -69px;
  width: 95px;
  height: 58px;
}

.search-box button:hover {
  background-color: #0a8f3a;
}

.input-buscador {
  border-radius: 38px !important;
  border: 0;
  height: 70px;
  padding: 10px 30px;
  color: #656665;

  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.44px;
}

.search-box.result {
  /* background-color: rgba(255, 255, 255, 0.95); */
  padding: 20px;
  border-radius: 8px;
  position: relative;
}

.search-box.result .input-buscador {
  border-radius: 38px;
  /* border: 0; */
  height: 48px;
  padding: 10px 30px;
  color: #696969;
  font-size: 16px;
}

.search-box.result .input-buscador::placeholder {
  color: #c4c4c4;
}

.search-box.result  button {
 
  top: 24px;
  right: 5px;
  width: 78px;
  height: 40px;
  transform: none;
}


.category-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 32px 26px;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  background-color: #fff;
  min-height: 200px;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.category-card svg {
  height: 120px;
  margin-left: auto;
  display: block;
  transition: 0.5s;
}
.category-card svg path{

  transition: 0.5s;
}

.category-card:hover {
  border-color: #00b24f;
  background-color: #F2FAF5;
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(225, 225, 225, 0.6);
}
.category-card:hover svg path{
  fill: #00b24f !important;
 
 
}

.category-icon {
  width: 64px;
  height: 64px;
  opacity: 0.25;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.category-card:hover .category-icon {
  /* opacity: 0.35; */
  transform: scale(1.05);

}

.category-card .fw-semibold {
  font-size: 1rem;
  color: #000;
  font-style: italic;
  margin-top: 12px;
  text-align: left;
}

.btn {
  height: 50px;
}

.btn-primary {
  background-color: #009640;;
  border-color: #009640;;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
}

.btn-primary:hover, .single-product .btn-success:hover,
.product-card .btn-success:hover  {
  background-color: #157347;
}

.pills .btn-outline-secondary {
   display: flex;
   align-items: center;
   justify-content: center;
   border-color: #dddddd;;
   font-family:"Gill Sans";
    font-size:16px;
    font-weight:400;
}
.pills .btn-outline-secondary:hover {
  border-color: #00b24f;
  background-color: #F2FAF5;
  color: #000;
}


/* productos tab */

.filter-box {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 40px;
  min-height: 40vh;
  /* max-width: 800px; */
  margin: 0 auto;
  font-family: sans-serif;
}

.filters {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.filter-group {
  display: flex;
  flex-direction: column;
  min-width: 320px;
}

.filter-group label {
  font-family: "Gill Sans";
  /* font-weight: bold; */
  font-size: 18px;
  margin-bottom: 10px;
}

.filter-group select {
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 9999px;
  font-size: 14px;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='black' stroke-opacity='0.4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 22px;
  color: rgba(29, 29, 27, 0.70);
  font-family: Inter;
  font-size: 14px;
}

.filter-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.ver-productos {
  color: #009640;;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ver-productos:hover {
  text-decoration: underline;
}

.card-list img{
  width: 35px;
  height: 35px;
  margin-left: auto;
}

.card-list{
  border-color: #e0e0e0;
  min-width: 330px;
}

.list-prod a{
  color: #00b24f;
}

.list-prod a:hover{
  color: #1D1D1B;
}

.list-prod li{
 line-height: 1;
}
.list-prod li span{
  font-size:30px;
  line-height: 0.5;
}

/* Patente tab */

.vehiculo-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  font-family: sans-serif;
  max-width: 1000px;
  margin: 0 auto;
}

.vehiculo-left,
.vehiculo-right {
  flex: 1;
}

h3.patente {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.patente-box {
  position: relative;
  display: inline-block;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center;
}

.patente-fondo {
  width: 100%;
  max-width: 400px;
  display: block;
}

.patente-input {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 90%;
  border: none;
  background: transparent;
  font-size: 48px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
  transform: translateY(-45%);
  letter-spacing: 4px;
  pointer-events: auto;
  height: 80px;
  border-bottom: 2px solid #65666533;
  margin: 0 auto;
}

.formatos {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.formato-radio input {
  display: none;
}

.formato-radio img {
  border: 1px solid transparent;
  border-radius: 6px;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 12px;
}

.formato-radio input:checked + img {
  border: 1px solid rgba(0, 150, 64, 1);
  opacity: 1;
  background: rgba(229, 244, 236, 1);
  padding: 12px;
}

.vehiculo-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info-box {
  border: 1px solid #eee;
  background: #fafafa;
  border-radius: 10px;
  padding: 0px;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-width: 320px;  
}

.info-img {
  background-color: #fff;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eeeeee;
  
  
}

.info-img:first-child{
  border-top-left-radius: 6px;
  border-right: 1px solid #eeeeee;
}
.info-img:last-child{
  border-top-right-radius: 6px;
}

.info-img img {
  width: 40px;
  height: 40px;
}

.info-datos {
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
  background-color: #fafafa;
  width: 100%;
  padding: 16px;
}

.boton-ver {
  margin-top: 20px;
  align-self: flex-end;
  background: none;
  border: none;
  color: #ccc;
  font-weight: bold;
  font-size: 14px;
  cursor: not-allowed;
  display: flex;
  align-items: center;
  gap: 6px;
}


/* ********************** PAGINA RESULTADOS ********************************** */

    .product-card {
      border: 1px solid #ddd;
      transition: border-color 0.3s ease;
      background-color: #fafafa;
      overflow: hidden;
      min-width: 270px;
    }

    .product-card-list {
      border: 1px solid #ddd;
      transition: border-color 0.3s ease;
      background-color: #fafafa;
      overflow: hidden;
      min-width: 270px;
      border-radius: 12px;
    }

    .product-title {
      font-weight: bold;
      margin-bottom: 0.5rem;
      transition: color 0.3s ease;
      cursor: pointer;
      font-size: 18px;
      color: #1D1D1B;

    }

    .product-card p {
      font-family: Inter;
      font-weight: 500;
      font-size: 12px;
      line-height: 16px;
      color: rgba(29, 29, 27, 0.6);
    }
    
    .product-card li {
      font-family: Inter;
      font-weight: 600;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0%;
      color: rgba(29, 29, 27, 0.6);
      /* border-bottom: 1px solid rgba(207, 207, 206, 1); */
      padding: 7px 0 6px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

     .badge.stock {
      background-color:rgba(29, 29, 27, 0.1);
      font-size: 12px;
      color:rgba(29, 29, 27, 0.6);
      display: flex;
      align-items: center;
      flex: 0;
      width: 100px;
    }

    .badge {
      font-family: Inter !important;
      font-weight: 600;
      font-size: 11px;
      line-height: 16px;
      letter-spacing: 0%;

    }
    .text-bg-secondary {
      color: #fff !important;
      background-color: rgba(127, 136, 131, 1) !important;
      font-family: Inter !important;
      font-weight: 600;
      }
    

    .badge-filter {
      background-color: rgba(213, 234, 222, 1);
      color: rgba(0, 122, 51, 1);
      border-radius: 6px;
      padding: 4px 8px;
      font-size: 12px;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      margin-right: 8px;
      text-transform: uppercase;
      font-family: Inter !important;
    }
    
    .badge-filter .close-icon {
      margin-left: 8px;
      cursor: pointer;
      font-weight: bold;
      line-height: 1;
      
    }
    .clear-all {
      color: rgba(0, 122, 51, 1);
      text-decoration: underline;
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;font-family: Inter !important;
    }

    .product-card .btn-success,.product-card-list .btn-success, .single-product .btn-success  {
      font-family: Inter;
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0%;
      border-radius: 30px;
      background-color:rgba(0, 150, 64, 1);
      height: 40px;
      white-space: nowrap;
      display: inline-block;
      max-width: 160px;
      margin-left:auto ;
      margin-right:0 ;

    }

    .product-card .price, .product-card-list .price  {
      font-family: Inter !important;
      font-weight: 600 !important;
      font-size: 24px !important;
      line-height: 18px !important;
      letter-spacing: 0%;
      font-style: normal;
      color: rgba(29, 29, 27, 1); 

    }

    .price-old {
      color: #b3b3b3; /* gris claro */
      font-size: 18px;
      font-weight: 200;
      text-decoration: line-through;
      font-family: Arial, sans-serif;
    }

    .badge-discount {
      background-color: #fde8ec; 
      color: #e6002a;           
      font-weight: bold;
      border-radius: 6px;
      padding: 4px 10px;
      font-size: 14px;
    }

    .badge-promo {
      background: rgba(227, 100, 3, 0.1); 
      color: rgba(227, 100, 3, 1);        
      font-weight: bold;
      border-radius: 6px;
      padding: 4px 8px;
      font-size: 14px;
      font-family: Arial, sans-serif;
      white-space: nowrap;
    }
    

    .product-card h6 {
      color: rgba(29, 29, 27, 0.7);
      font-family: Inter;
     font-weight: 500;
     font-size: 14px;
     line-height: 18px;
     letter-spacing: 0%;

     }

     .product-card .btn.btn-success {
        font-size: 14px;
     }
     
     .quantity-wrapper {
      display: inline-flex;
      border: 1px solid #ccc !important;
      border-radius: 999px;
      overflow: hidden;
      font-family: Arial, sans-serif;
      max-width: 150px !important;
    }
    
    .quantity-wrapper button.quantity {
        background-color: #fafafa ;
        color: #000;
        line-height: 30px;
        padding: 0 1rem;
        padding-right: 26px !important;
    }

    .product-card-list .quantity-wrapper {
      height: 40px;
      width: 120px;
      margin-right: 8px;  
    }
    
    .quantity-wrapper button {
      width: 28px !important;
      border: none;
      background: none;
      font-size: 20px;
      color: #888 !important;
      cursor: pointer;
    }
    .product-card-list  .quantity-wrapper button {
      width: 40px;
      border: none;
      background: none;
      font-size: 20px;
      color: #888;
      cursor: pointer;
    }
    
    .product-card-list .quantity-wrapper input {
      width: 40px !important;
     
    }
    .quantity-wrapper input {
      width: 50px !important;
      border: 0;
      border-left: 1px solid #ccc !important ;
      border-right: 1px solid #ccc !important ;
       border-top: 1px solid transparent !important ;
      border-bottom: 1px solid transparent  !important ;
      text-align: center;
      font-size: 16px;
      color: #333;
      appearance: none;
      -moz-appearance: textfield;
      border-radius: 0px !important;
      
    }
    
    .quantity-wrapper input::-webkit-outer-spin-button,
    .quantity-wrapper input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    } 
    
    .quantity-wrapper button.quantity:hover {
    background-color: #ededed !important;
    border-radius: 0 !important;
    }
    

    .card-hover-area:hover .product-title {
      color: #00b24f;
    }

    .card-hover-area:hover ~ .product-card,
    .card-hover-area:hover {
      border-color: #00b24f !important;
    }

    .object-cover {
      object-fit: cover;
      object-position: center;
    }
    
    .min-img-height {
      min-height: 100px;
    }
    
    .product-image-wrapper {
      border-radius: 0;
      width: 160px;
    }
    .product-image-wrapper img {
      border-radius: 0;
      
    }

    .product-img {
      transition: transform 0.2s ease;
      cursor: pointer;
    }

    .product-img:hover {
      transform: scale(1.02);
    }

    .card-hover-area:hover + * {
      border-color: #00b24f !important;
    }

    /* Make entire card highlight on hover of image/title */
    .card-hover-area:hover ~ .product-card,
    .product-card:hover {
      border-color: #00b24f;
    }
      .price-original {
        text-decoration: line-through;
        color: #888;
      }
      .price-discount {
        color: red;
        font-weight: bold;
      }
      .stock-info {
        font-size: 0.9rem;
        color: #28a745;
      }
      .accordion-button:not(.collapsed) {
        background-color: #f8f9fa !important;
        color:rgba(29, 29, 27, 1) !important;
      }

      /* .accordion-button {
       color: rgba(162, 162, 161, 1);

      } */

      .color-gray{
        color: rgba(29, 29, 27, 0.7);

      }

      .header-busqueda {
        border: 1px solid #CFCFCE;
        border-radius: 10px;
      }

      .img-vehi {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 180px;
        height:90px;
        background-color: #fff;
        border-top-left-radius:10px;
        border-bottom-left-radius:10px;
      }
      .img-marca {
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        height:90px;
        padding: 16px;
        border-left: 1px solid #CFCFCE ;
        border-right: 1px solid #CFCFCE ;
      }

      .auto-datos {
        background-color: #FAFAFA;
        height: 90px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 20px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;

      }
     
      .auto-datos p{
        margin-bottom: 0;
        color: #1D1D1BB2;
        font-size: 14px;
        font-family: Inter;
      }
      .auto-datos h5{
        font-family: Inter;
        font-size: 18px;
        font-weight: 700;
      }


      .form-check-input:checked {
        background-color: rgba(0, 150, 64, 1);
        border-color: rgba(0, 150, 64, 1);
      }
     

      .form-check-input:focus {
        border-color: #dee2e6;
        outline: 0;
        box-shadow: none;
    }
    
    .accordion-button {
        display:inline-flex !important;
        color : #000  !important;
        font-family:"Gill Sans"  !important;
        font-size:16px  !important;
        width :100% !important;
    }
    h2.accordion-header {
    margin-top: 0;
    padding-top: 0;
    line-height: 0;
}

.offcanvas button.btn-close {
    background-color: transparent;
}
    
    .accordion-header .accordion-button {
        border-radius: 0;
        /*padding :0 ;*/
        background-color: transparent !important;
            min-height: 52px;
            font-weight: 300;
    }
    .accordion-header .accordion-button:hover {
    border-radius: 0;
    }
      .accordion-button.no-arrow {
        pointer-events: none;
      }
      .accordion-button.no-arrow::after {
        content: none;
      }

      .accordion-button:focus {
        z-index: 3;
        border-color: transparent;
        outline: 0;
        box-shadow: none;
      }

      .form-check-label {
        font-family: Inter;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        color: rgba(29, 29, 27, 0.6);
      }

      .views-productos svg{
        opacity: 0.4;
        cursor: pointer;
      }
      .views-productos svg.active {
        opacity: 1;
      }
      .views-productos svg.active path{
        fill: #009640 !important;
      }

      .modal-backdrop {
        background-color: rgb(255 255 255 / 54%);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(10px);
        opacity: 0.8 !important;
      }

      .modal-content {
        /* background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px); */
        border-radius: 1rem;
        box-shadow: -5px 12px 20px 6px rgb(0 0 0 / 14%);
      }

      .btn-filtros {
        color: rgba(29, 29, 27, 1);
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
    }






/* ********************** PAGINA SINGLE PRODUCT ********************************** */

.single-product aside {
  height: 80vh;
}

 .single-product h1, .single-product .price {
  font-size: 2rem;
  color: #1D1D1B;
  font-family: Inter;
  font-weight: 400;
 }

 .single-product .bg-prod{
  border-radius: 10px;
  background: #FAFAFA;
 }

 .single-product .atributos span {
  font-family: "Inter";
  font-size: 14px;
  text-transform: uppercase;
  color:#000;
  width: 50%;
  line-height: 1.5;

 }
 .single-product .atributos h6 {
  color: #009640;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; 

 }

 .single-product .atributos .badge {
  width: 100px;
  font-size: 12px;
 }

 .wrap-comp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 22px 0;
    color: rgba(29, 29, 27, 0.60);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; 
 }
 .single-product .wrap-comp a, .list-unstyled .title{
  color: #757574;
 }

 .single-product .wrap-comp a:hover, .list-unstyled a:hover .title{
  color: #009640;
 }

 .single-product .wrap-comp a:hover svg path, .list-unstyled a:hover svg path{
  transition: 0.3s;
 }

 .single-product .wrap-comp a:hover svg path, .list-unstyled a:hover svg path {
  fill: #009640;
  fill-opacity: 1 !important;
 }

 .single-product .quantity-wrapper {
  height:40px;
 }

 .wrap-comp div {
  display: flex;
  align-items: center;
 }

 .wrap-comp .title {
  padding-top: 2px;
 }

 .single-product .quantity-wrapper input {
  width: 60px;
 }

 .single-product .product-image-wrapper img {
  height: 100px;
}

.single-product .accordion-body {
 font-family: Inter;
}

.single-product .breadcrumb-item, .single-product .breadcrumb-item a{
  color:  #1D1D1B;
  text-decoration: none;
  font-family: 'Gill Sans';
}

.single-product .breadcrumb-item:hover a{
  color:  #009640;
  text-decoration: none;
}

  .sticky-gallery { position: sticky; top: 10px; }
  .thumb {
    width: 100px; height: 100px;
    background-color: #e9ecef;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 12px;
    opacity: 0.25;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
  }

  .thumb img {
    transform: translateY(-7%);
  }
  .thumb.active, .thumb:hover {
    opacity: 1 !important;
    border-color: #00b24f;
  }
  .main-image-box {
    width: 100%; height: 350px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease, background 0.3s ease;
  }
  .main-image-box:hover {
    transform: scale(1.05);
  }
  /* .image-1 { background-color: #d1e7dd; }
  .image-2 { background-color: #cfe2ff; }
  .image-3 { background-color: #f8d7da; } */
  .badge-dark { background-color: #333; color: #fff; }
  .btn-green {
    background-color: #00b24f;
    border: none;
    color: white;
    border-radius: 999px;
    padding: 10px 20px;
  }
  .btn-green:hover { background-color: #009944; }

  .single-product .kit-head {
    gap: 16px;
  }

  .single-product .product-image-wrapper {
    width: 25%;
    height: 100px;
    overflow: hidden;
  }
  .single-product .product-image-wrapper img {
    height: 100px;
    width: 160px;
    object-fit: contain;
    overflow: hidden;
}

.single-product .card-body {
  width: 75%;
}

/* ********************** PAGINA SINGLE PRODUCT ********************************** */






/* ********************** PAGINA RESULTADOS ********************************** */


footer {
  background: #1e1e1e;
  color: #fff;
  padding: 40px 0 0;
  position: relative;
  z-index: 40;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .row:not(:last-child){
  min-height: 120px;
}

footer .footer-bottom{
  background: #242424;
}

footer .legal, footer p{
  color: rgba(255, 255, 255, 0.60);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

footer .logo-qkstudio{
  width: 80px;
}


.ff-inter{
  font-family: Inter;
  font-style: normal;
}

.fs-12 {font-size: 12px;} 
.fs-14 {font-size: 14px;} 
.fs-16 {font-size: 16px;} 
.fs-18 {font-size: 18px;} 

.color-gray200 { color: rgba(29, 29, 27, 0.60);}

.line-h1 {line-height: 1;}



@media (max-width: 1440px){
  .sidebar-tab p {
    font-size: 11px;
  }
  .sidebar-tab svg.icon {
    margin-right: 12px;
  }
}

@media (max-width: 991px){
  .product-image-wrapper img {
    border-radius: 16px;
    padding: 8px;
  }
 }

@media (max-width: 768px){
  .sticky-gallery {
    position: initial;
  }
  .main-image-box { 
    height: auto;
  }
  .vehiculo-box {
    flex-direction: column;
  }

  .product-card-list .btn-success {
    max-width: 100%;
  }
  .single-product aside {
    height: initial;
  }
 }
@media (max-width: 575px){
 
  .search-section-catalogo {
    padding: 40px 0 ;
   }

  .input-buscador {
    font-size: 14px;
    height: 50px;
    padding: 10px 80px 10px 20px;
  }
  .search-box button {
    padding: 10px 14px;
    top: 26px;
    right: 26px;
    width: 65px;
    height: 38px;
  } 

  .filter-box {
    padding: 40px 0 ;
  }

  .tab-content {
    padding: 16px;
  }

  .filter-group {
    min-width: 100%;
    padding: 0 16px;
  }

  .patente-box {
    background-size: contain;
  }
  .info-box{
    min-width: 100%;
  }
  .vehiculo-box {
    
    padding: 10px;
  }  
  .patente-input {
    font-size: 40px;
  }

  li.breadcrumb-item.fs-18 {
    font-size: 12px;
    padding-left: 2px;
  }
  .single-product h1, .single-product .price {
    font-size: 1.7rem;
  }  

  .search-box.result .input-buscador {
    font-size: 12px;
    padding: 10px 12px;
  }
  .search-box.result button {
    width: 48px;
  }

  .filters {
    width: 100%;
   }
   
   .atrib {
       border: 0 !important;
   }
}

@media (max-width: 425px){ 
    .category-card {
  
    padding: 32px 16px;
    }
  .category-card svg {
    height: 80px;
    width: 60px;
  }

  .category-card .fw-semibold {
    font-size: 0.7rem;
  }
}