* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

.container {
    max-width: 1250px !important;
}

.topredline {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 12px;
    background-color: #D30808;  
}

.header::before {
    position: absolute;
    top: 0;
    content: "";
    width: 200%;
    height: 12px;
    background-color: #D30808;
}

.container-product-images {
    position: relative;
    max-width: 500px; 
    min-width: 500px;
}

.dropdown button::after {
    content: unset !important;
}

#banner-section {
    margin-top: -118px;
}

footer {
    background-color: #393738;
}

.divider {
    width: 100%;
    height: 4px;
    background-color: #DBDBDB;
    border-top: 2px solid #BFBDBE;
}

.divider-y {
    display: block;
    width: 2px;
    height: 20px;
    background-color: #fff;
}

.bg-gray {
    background-image: url('/assets/images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#carousel-category-products .card-image {
    overflow: hidden;
    border-radius: 12px;
    transform: scale(1);
    transition: all 300ms ease;
}

@media screen and (max-width: 572px) {
    #carousel-category-products .card-image {
        transform: scale(0.9);
    }
    
    #carousel-category-products .slick-current.slick-active .card-image {
        transform: scale(1);
    }
}

.btn-slick-prev,
.btn-slick-next {
    position: absolute;
    z-index: 5;
}

.btn-slick-prev {
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-slick-next{
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
} 

#product-images .slick-dots li button:before {
    content: "";
    border-radius: 10px;
    box-shadow: inset 2px 2px 6px 0px rgba(0,0,0,0.5);
    background-color: #fff;
}

#carousel-list-products img {
    max-width: 240px;
}
.f11 {font-size: 11px;}
.f12 {font-size: 12px;}
.f13 {font-size: 13px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f17 {font-size: 17px;}
.f18 {font-size: 18px;}
.f19 {font-size: 19px;}
.f20 {font-size: 20px;}
.f22 {font-size: 22px;}
.f23 {font-size: 23px;}
.f24 {font-size: 24px;}
.f25 {font-size: 25px;}
.f28 {font-size: 28px;}
.f30 {font-size: 30px;}
.f32 {font-size: 32px;}
.f38 {font-size: 38px;}

.products{
    padding-top: 30px;
}
.products .product a{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.products .product a .titulo{
    font-family: 'Montserrat Regular';
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    color: #999;

}
.products .product img{
    max-width: 100%;
}

.zoom {
    transform: scale(1);
    transition: transform 0.2s;
}
.zoom-in:hover {
    transform: scale(1.02);
}
.zoom-category {
    transform: scale(1);
    transition: transform 0.15s;
}
.zoom-category:hover {
    transform: scale(1.025);
}
/*menu*/

.accordion {
    
    overflow: hidden;
    --bs-accordion-border-color: #f5f5f5 !important;
  }
  
  .accordion-item {
   
  }
  
  .accordion-header {
    background: #f5f5f5;
    color: #000;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    text-align: left;
    width: 100%;
    outline: none;
    text-transform: initial;

    text-transform: capitalize;
    font-weight: 700;

    font-family: 'Montserrat Regular';
  }
  
  .accordion-header:hover {
    background: #e0e0e0;
  }
  
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    background: #f5f5f5;
    transition: max-height 0.3s ease;
    padding: 0 10px;
  }
  
  .accordion-content p {
    padding: 15px 0;
  }
  .accordion-content a{
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Montserrat Regular';
    color: #999;
    padding: 5PX;
    text-transform: capitalize;
    font-weight: 600;
  }
  .single-product {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .single-product .product .titulo{
    font-size: 25px;
    font-family: 'Montserrat Regular';
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
  }

  .single-product .img-full{ max-width: 100%; width: 100%; }

  .characteristic{  margin-top: 50px; }
  .characteristic td{  font-family: 'Montserrat Regular'; text-transform: capitalize;   }
  .single-product  .product-thumbs a{ float: left; clear: both; margin: 10px;  }
  .single-product  .galleryCarousel .img-full{ width: 100%; max-width: 100%;  }
  

@media screen and (max-width: 572px) {
    #banner-section {
        margin-top: -68px;
    }

    .single-product .product .titulo {
        font-size: 16px;
        font-family: 'Montserrat Regular';
        color: #000;
        text-transform: capitalize;
        font-weight: 600;
        margin-top: 30px;
    }
    .single-product  .product-thumbs{ display: none; visibility: hidden; }

}

@media screen and (max-width: 768px) {
    header::before {
        display: none;
        content: unset;
    }

    #banner-section {
        margin-top: -80px;
    }

    .container-product-images {
        position: relative;
        max-width: unset; 
        min-width: unset;
    }
}