@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

body {
    
}

#main-contents{
 position:relative;
}
/* scroll to top */
#myBtn {
    display: none; 
    position: fixed;
    bottom: 50px;
    right: 2%;
    z-index: 99;
    font-size: 27px;
    border: none;
    outline: none;
    background-color: #293a5a;
    color: #ffed00;
    cursor: pointer;
    border-radius: 11px;
}

#myBtn:hover {
    color: #293a5a;
    background-color: #b5dafc;
}
/* scroll to top end */

/**/
.whatsapp {
    position: fixed;
    bottom: 36px;
    left: 2%;
    height: 55px;
    width: 55px;
    z-index: 1;
}

.errorstyle{
 color: red;
 float: inline-start;
}
:root {
    --primary: #293a5a;
    --secondary: #ffed00;
}

.product-status {
    color: var(--primary);
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: black;
    /* font-family: "Poppins", sans-serif; */
    font-weight: 600;
}

h1 {
    font-size: 50px;
        transition: 0.9s ease all;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
        transition: 0.9s ease all;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

p {
    font-size: 15px;
    text-align:justify;
    margin-bottom: 7px;
}
.content-text {
    font-size: 15px;
}

li{
font-size:15px;
}

.f-12 {
    font-size: 12px;
}

hr {
    color: var(--primary);
}

/* scrollbar */

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px grey;
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.short-category::-webkit-scrollbar {
    width: 3px;
}

/* scrollbar */
.button-primary {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
    padding: 5px 20px;
    font-size: 17px;
    font-weight: 700;
    box-shadow: none;
    transition: 0.6s ease all;
}

.button-primary:hover {
    color: var(--secondary) !important;
    border-color: var(--primary);
    background-color: var(--primary);
    transition: 0.6s ease all;
}
.button-primary:focus {
    color: var(--primary);
    background-color: #fff;
    transition: 0.6s ease all;
    box-shadow: none;
}

.text-heading {
    font-size: 20px;
    font-weight: 600;
}

.text-small {
    font-size: 10px;
    font-weight: 600;
}

.text-sub-heading {
    font-size: 21px;
    color: #293a5a;
    font-weight: 700;
}

.detail-text {
    font-size: 13px;
    font-weight: 400;
    color: #838383;
}

a {
    color: var(--primary);
    text-decoration: none;
}

a:hover {
    /*color: var(--secondary);*/
    color: #000;
}

.back-image {
    background-size: cover;
    height: 19rem;
    background-position: center;
    /*background-color: #00000056;*/
    aspect-ratio: 1/1;
}

.one-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: unset !important;
}

.two-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset !important;
}

/* CUSTOMIZE THE CAROUSEL
/* counter */
#number1, #number2, #number3, #number4 {
            font-size: 35px !important;
            font-weight: 600;
            color: var(--primary);
        }
/* counter end */
/* header */
 ul#search-result {
        font-size: 15px;
        position: absolute;
        background: #fff;
        width:29rem;
        top: 75%;
        border: 1px solid lightgray;
        z-index: 100;
        list-style: none;
        border-radius: 5px;
        padding: 0;
        box-shadow: 0px 12px 25px -10px #525252;
    }
    ul#search-result li{
        padding: 5px 12px;
        font-weight: 400;
    }
    ul#search-result li a{
        font-size: 14px;
        cursor: pointer;
    }
#top-nav {
    width: 100%;
    background: var(--primary);
    font-size: 14px;
}

#top-nav a {
    color: #fff;
    transition: 0.3s ease all;
    text-decoration: none;
}

#top-nav a:hover {
    color: var(--secondary);
    transition: 0.3s ease all;
}

#top-nav h1 {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 0px;
    color: #fff;
    border-right: 2px solid #fff;
    padding-right: 20px;
}

#top-nav .email {
    color: #fff !important;
    align-self: center;
    text-align: right;
}

#sec-nav {
    background-color: #fff !important;
}

#sec-nav li, #category-nav li {
     font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

#sec-nav a:hover {
    color: var(--primary);
}

#sec-nav .button-primary {
    color: var(--primary);
    border: none;
    background-color: transparent;
    transition: 0.3s ease all;
}

#sec-nav .button-primary:hover {
    color: var(--primary);
    transition: 0.3s ease all;
}
#category-nav a:hover{
    color: var(--primary);
}
.header-social {
    color: #fff;
}

.logo {
    width: 8rem;
}

.drop-menue {
    z-index: 15;
    background: white;
    padding-left: 15px;
}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 0.5s;
    z-index: 50;
}
#category-nav{
    border-top: 1px solid lightgray;
}
.category-fixed-top{
    top: 1.2rem;
    transform: translateY(40px);
    background-color: #fff;
    transition: transform 0.5s;
    box-shadow: 0px 20px 26px -15px lightgray;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 2;
}

#search:focus {
    box-shadow: none;
    border-color: var(--primary);
}

#search {
    width: 24rem;
    height: 30px;
}

.search-bar {
    align-items: center;
}

.search-bar .button-primary {
    font-size: 14px;
}

/* header end */

/* .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.form-control-dark {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: var(--bs-gray);
}
.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.text-small {
    font-size: 85%;
}

.dropdown-toggle {
    outline: 0;
} */
/* header end */

/* home */
.slider .card{
overflow: hidden;
}
.toTop {
    position: fixed;
    z-index: 99;
    bottom: 100px;
    right: 3%;
    transition: 0.3s ease all;
    background: var(--primary);
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    padding: 0;
    line-height: 35px;
    font-size: 14px;
    display: none;
    border-radius: 50%;
    border: none;
}

.toTop:hover {
    transition: 0.3s ease all;
    background: var(--secondary);
}

.slider .button-primary {
    padding: 0.5rem 1rem;
    font-size: 16px;
    font-weight: 600;
  	text-transform:uppercase;
}


.popular-categories .slick-prev:before,
.popular-categories .slick-next:before,
.releated-product .slick-prev:before,
.releated-product .slick-next:before,
.latest-products .slick-prev:before,
.latest-products .slick-next:before {
    color: #002753;
    background-color: transparent;
    font-size: 27px;
}

.popular-categories a,
.product-listing a,
.releated-product a {
    color: #fff;
    transition: 0.3s ease all;
}

.popular-categories a:hover .category-box,
.product-listing a:hover .category-box,
.releated-product a:hover .category-box {
    color: var(--secondary) !important;
    box-shadow: 0px 0px 10px 0px #666666;
    transform: translateY(-2px);
    transition: 0.3s ease all;
}

.category-box {
    box-shadow: 0px 0px 0px 0px var(--secondary) 00;
    border-radius: 20px;
    transition: 0.3s ease all;
}

.popular-categories .overlay {
    position: relative;
    z-index: 1;
    border-radius: 20px;
}

.popular-categories .overlay .overlay-box {
    background-image: linear-gradient(rgb(41 58 90 / 30%), rgb(41, 58, 90));
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.popular-categories .back-image {
    background-size: contain;
    background-repeat: no-repeat;
    height: 14rem;
    background-position: center;
    /*background-color: #00000056;*/
    border-radius: 20px;
    aspect-ratio: 1/1;
}

.single-feature {
    padding: 30px 15px;
    text-align: center;
    display: flex;
    border: 1px solid var(--primary);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:100%;
}

.single-feature .title i {
    color: var(--primary);
}

.single-feature h5 {
    
    color: var(--primary);
    text-transform: uppercase;
    margin-top: 25px;
}

#enquiry input:focus,
#enquiry textarea:focus {
    box-shadow: none;
    border-color: var(--primary);
}

/* why choose us */
#faq #faq__accordian-main-wrapper {
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
}

#faq .faq__accordion-content p {
    margin: 0;
}

#faq .faq__accordian-heading {
      background-color: #e8f4ff99;
    padding: 10px 18px 10px 18px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    text-decoration: navajowhite;
    color: #293a5a;
    font-size: 16px;
    border: 1px solid var(--primary);
}

#faq .faq__accordian-heading::before {
    content: "\f078";
    color: var(--primary);
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

#faq .faq__accordian-heading.active {
    background-color: var(--primary);
    color: #ffffff;
}

#faq .faq__accordian-heading.active::before {
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

#faq .faq__accordian-heading.active::before {
    color: #ffffff;
}

#faq .faq__accordion-content {
    display: none;
    padding: 10px 20px;
}

/* why choose us end */
/* home end */
/* product listing */
#product-section .banner-img img {
    /*height: 22rem;*/
}

.product-listing p,
.releated-product p {
    margin-bottom: 5px;
    font-size: 14px;
}

.product-listing .back-image {
    background-size: cover;
    height: 19rem;
    background-position: center;
    aspect-ratio: 1/1;
    width: 100%;
}
#filter{
    margin-top:3.5rem;
}
#filter .short-category {
    height: 308px;
    overflow-y: scroll;
}

#filter .short-category input:focus,
#filter .short-category input:checked {
    box-shadow: none;
    border-color: var(--primary);
    background-color: var(--primary);
}

#filter .short-category label,
#filter .short-category input {
    font-size: 11px;
}

#filter .short-category .form-check {
    display: flex;
    align-items: center;
}

#filter-toggler {
    font-size: 15px;
    padding: 0;
}

#filter-toggler:focus {
    box-shadow: none;
}

/* single */
.releated-product .back-image {
    background-size: cover;
    height: 19rem;
    background-position: center;
    aspect-ratio: 1/1;
    width: 100%;
}

.info-tabs button {
    color: #5a5a5a;
}

.info-tabs button:hover {
    color: var(--secondary);
}

.info-tabs .active {
    color: var(--primary) !important;
}

li::marker {
    color: var(--primary);
}

/* product view */
/*.img_producto_container {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    border-radius: 8px;
    transition: 0.3s ease all;
}

.img_producto_container:hover {
    border: 1px solid #009fe382;
    transition: 0.3s ease all;
}

.img_producto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s ease-out;
}*/
/* product carousel */
  
  .product__carousel {
    display: block;
    max-width: 100%;
    /* margin: 1em auto 3em; */
  }
  .product__carousel a {
    display: block;
    margin-bottom: 15px;
  }
  
  .product__carousel .gallery-top {
      border: 1px solid lightgray;
      border-radius: 10px;
      margin-bottom: 5px;
  }
  .product__carousel .gallery-top .swiper-slide {
      position: relative;
      overflow: hidden;
  }
  .product__carousel .gallery-top .swiper-slide a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
  }
  .product__carousel .gallery-top .swiper-slide a img {
      width: 100%;
      height: 100%;
      object-fit: contain;
  }
  .product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
      min-width: 100%;
      min-height: 100%;
  }
  .product__carousel .swiper-button-next.swiper-button-white,
  .product__carousel .swiper-button-prev.swiper-button-white {
      color: var(--primary);
  }
  .product__carousel .gallery-thumbs .swiper-slide {
      position: relative;
      transition: border .15s linear;
      border: 1px solid lightgrey;
      border-radius: 10px;
      cursor: pointer;
      overflow: hidden;
      height: calc(100% - 2px);
  }
  .product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
      border-color: var(--primary);
  }
  .product__carousel .gallery-thumbs .swiper-slide img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      max-width: 100%;
  }
  .swiper-container {
    height: 350px !important;
  }
  .gallery-thumbs{
    max-height: 100px !important;
  }
  .gallery-thumbs .swiper-slide{
    max-width: 100px !important;
    
  }
  .gallery-thumbs .swiper-slide:last-child{
    margin-right: 0px !important;
  }
  .gallery-thumbs img{
    max-width: 100px !important;
    max-height: 100px !important;
  }
  .gallery-thumbs .gallery-thumbs{
    max-width: 100px !important;
  }
 
  .product__carousel .swiper-button-next:after, .product__carousel .swiper-button-prev:after{
    font-size: 30px;
  }

  .pagination .page-item.active .page-link{
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    }
   .pagination .page-link {
    color: var(--primary);
   }
  .pagination .page-link:focus {
    box-shadow: none;
  }
/* product carousel end */
/* single end */
/* product listing end */
#enquiry{
 text-align:center;
}
/* footer */
#footer {
    background-color: var(--primary);
    font-size: 14px;
    font-weight: 400;
}

#footer h5 {
    font-family: "Poppins", sans-serif;
}

#footer a {
    color: #fff;
    font-size: 14px;
    transition: 0.5s ease all;
}

#footer a:hover {
    /*color: var(--secondary);*/
    color: #000;
    font-size: 14px;
    transition: 0.5s ease all;
}

#footer-social a i {
    color: #fff;
}

#footer-social li {
    border-radius: 10px;
    background-color: transparent;
    transition: 0.5s ease all;
}

#footer-social li:hover {
    background-color: #3b5687;
    transform: translateY(-2px);
    transition: 0.5s ease all;
}

#footer h5 {
    color: #fff;
    font-size: 14px;
}

#footer #footer-social a {
    font-size: 20px;
}

.footer-menue {
    font-size: 20px;
    font-weight: 600;
}

/* footer end */
#thank-you{
    display: flex;
    align-items: center;
    background-size: cover;
    height:100vh;
    background-position: center;
    background-repeat: no-repeat
    }
    #thank-you .content{
        text-align: end;
    }
/* Carousel base class */
.carousel {
    margin-bottom: 2rem;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-item {
   /* height: 22rem;*/
}

.carousel-item>img {
   /* position: absolute;
    top: 0;
    left: 0;*/
    min-width: 100%;
    /*height: 22rem;*/
}

.marketing .col-lg-3 {
    /* margin-bottom: 1.5rem; */
    /* text-align: center; */
}

.marketing h4 {
    font-weight: 600;
}

.marketing .col-lg-3 p {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}

.featurette-divider {
    margin: 2rem 0;
}

.featurette-heading {
    line-height: 1;
    letter-spacing: -0.05rem;
}


@media (min-width: 640px) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

@media (max-width: 1400px) {
  #search{
    width:21rem;
  }
  ul#search-result{
  width:21rem;
  }
}
@media (max-width: 1200px) {
  #search{
    width:16rem;
  }
  ul#search-result{
  width:16rem;
  }
    #filter .short-category {
        height: 100px;
    }
    #filter {
    margin-top: 0rem;
    }
}
@media (min-width: 992px) {
  .category-fixed-top{
    top: 1.75rem;
  }
  
}

@media (max-width: 992px) {
    #search{
      width:29rem;
      
    }
    .search-bar{
    padding-top:15px;
    }
    
    ul#search-result{
      width:29rem;
      top: 33%;
    }
    #category-nav {
      display: none;
    }
    .footer-menue {
        display: none;
    }

    .footer-info {
        display: flex;
        flex-direction: column;
    }
  .header-active {
    color: #3b5687 !important;
    transform: scale(1);
   }
}

@media (max-width: 768px) {
    .popular-categories .slick-prev,
    .releated-product .slick-prev {
        left: 8px;
    }

    .popular-categories .slick-next,
    .releated-product .slick-next {
        right: 15px;
    }

    .latest-products .slick-next,
    .releated-product .slick-next {
        display: none !important;
    }

    .latest-products .slick-prev,
    .releated-product .slick-prev {
        display: none !important;
    }

    /* home slider */
    .home-slider h1,
    #product-section h1 {
        font-size: 15px;
    }

    .home-slider p,
    #product-section p {
        font-size: 11px;
    }

    .carousel-item {
        height: 13rem;
    }

    .carousel-item>img {
        height: 13rem;
    }

    #product-section .banner-img img {
        height: 13rem;
    }

    .logo {
        width: 7rem;
    }

    .img_producto_container {
        height: 350px;
    }

    #top-nav {
        font-size: 13px;
    }

    #sec-nav li {
        font-size: 13px;
    }

    #sec-nav li a {
        padding: 3px 0px;
    }
h1{
    font-size: 30px;
    transition: 0.9s ease all;
    
}
    h2 {
        font-size: 20px;
    }
h3{
    font-size: 17px;
    transition: 0.9s ease all;
}
    h5 {
        font-size: 13px;
    }
    
    
}

@media (max-width: 576px) {
    #filter-by-category {
        padding: 5px 15px;
    }
    #thank-you .content{
        text-align: center;
    }
    #thank-you{
        height:60vh;
        }
    .header-social{
        text-align: center;
    }
    #top-nav .email{
        text-align: center;
    }
}




/* test section */
.new_product {
    background: #f6f6f6;
    padding: 103px 15px;
    text-align: center;
}

.new_product h5 {
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.new_product .product-img {
    padding: 90px 0px;
}

.new_product h4 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
}

.single-product {
    text-align: center;
    margin-bottom: 27px;
}

.product-btm a {
    text-align: center;
}

.single-product .product-btm {
    padding-top: 8px;
    border: 1px solid #f0f2f1;
    text-align: left;
}

.single-product .product-btm span {
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    color: #2a2a2a;
}

del {
    color: #797979;
    font-size: 14px;
    font-weight: 300;
    font-family: "Heebo", sans-serif;
}

/* test section end */

ul#search-result li a:hover ul#search-result li{
  color: var(--primary);
  background-color: var(--secondary);
}

.reviews .slick-prev:before, .reviews .slick-next:before{

     color: #002753;
    background-color: transparent;
    font-size: 27px;
   position: relative;
}
.profile-box{
    height: 54px;
    width: 54px;
   /* border: 2px solid #293a5a;
    border-radius: 50%;
    padding: 4px;*/
}
.review-slide{
    border: 1px solid #293a5a !important;
    border-radius: 15px;
    box-shadow: 1px 1px 11px -1px #293a5a;
   
    transform: scale(1);
    transition: 0.5s ease all;
}
.review-slide:hover{
    transform: scale(1.03);
}
/*test*/
/* main style */

.featured-category a:hover{
  text-decoration:none
}
/*h3{
  border:2px solid #eee;
  padding:10px 15px;
  display:inline-block;
  font-size:18px;
  color:#fff
}*/
/*
.grey-background{
  padding:40px 0;
  background: radial-gradient(120.74% 1304.26% at 0% 0%, rgb(242, 164, 30) 0%, rgb(242, 164, 30) 9.51%, rgb(249, 181, 246) 100%);
}

p{font-family: 'Playfair Display', serif;} */
/*boxes*/

.featured-category .article-box {
  position: relative;color: white;
}
.featured-category .article-box .image img{
  width:100%;
  height:100%;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  transition: transform 1s ease;
  padding:25px;
}
.featured-category .article-box .image{
  width:100%;
  height:100%;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px -5px rgb(0 0 0 / 10%);
}
.featured-category .article-box:hover .image {
  box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
}
.featured-category .article-box:hover .image img {
  transform: scale(1.1);
  transition: transform .5s ease;
}
.featured-category .article-box .name{
    position: absolute;
    bottom: 25px;
    right: 0px;
    background: #0e2b48d1;
    transition: all .075s ease-out;
    color: #ffed00;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 16px;
    font-weight: bold;
}
.featured-category .article-box .description .text-more{
  font-size:11px; 
  color:#333;
  text-align:right;
  padding-top:10px;}
/*test end*/
#filter-by-category .card{
    border-radius: 15px;
    padding-bottom: 8px;
}
.latest-products .card, .slider .card{
   border-radius: 15px !important;
    transform: scale(1);
   transition: 0.5s ease all;
}
.latest-products .card:hover , .slider .card:hover{

   transform: scale(1.03);
   transition: 0.5s ease all;
}
.latest-products .card:hover .button-primary, .slider .card:hover .button-primary {
    color: #ffed00;
    border-color: var(--primary);
    background-color: var(--primary);
    transition: 0.6s ease all;
}
@media (max-width: 768px) {
  .reviews .slick-prev, .reviews .slick-prev:before {
        left: 0px;
    }
    .reviews .slick-next, .reviews .slick-next:before {
        right: 3px;
    }
}
@media (max-width: 576px) {
  .reviews .slick-prev, .reviews .slick-prev:before {
        display: none;
    }
    .reviews .slick-next, .reviews .slick-next:before {
        display: none;
    }
  .reviews .slick-dots{
       position: relative !important;
  }
}



.category-box h5{
    position: absolute;
    bottom: 31px;
    font-weight: 700;
    font-size: 18px;
}


.featurette-heading{
text-transform:uppercase;
 font-weight:700;
  color:#293a5a
} 
#sec-nav li a{
    color: var(--primary) ;
}

.product-image-style{
    aspect-ratio: 1 / 1;
    object-fit: contain;
    padding: 25px;
 }

#carouselExampleFade .carousel-control-prev-icon{
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23293a5a'>
        <path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
}

#carouselExampleFade ..carousel-control-next-icon{
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23293a5a'>
        <path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
}


.header-active {
            color: #3b5687 !important;
            transform: scale(1.05);
        }

@media (max-width: 992px) {
  
  .header-active {
    color: #3b5687 !important;
    transform: scale(1) !important;
   }
}


