/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 08-Aug-2023, 3:16:25 pm
    Author     : naeem.tabsyst
*/
:root{
    --fv-bg-secondary-rgb:248,249,250;
    --fv-text-primary:#212529;
    --fv-text-success:#3BB77E;
    --fv-text-black:#212529;
    --fv-border-default:#c3c3c3;
    --fv-main-website-theme:#212529;
    --fv-heading-dark-color:#3E4152;
    --fv-main-website-theme-blog-a-tag:#3BB77E;
    --fv-bg-deep-blue:30, 6, 68;
    
}
*{
    font-family: 'Helvetica', sans-serif;
}

body,html{
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    display: flex;
    flex-direction:column; 
}
main{
    flex:1;
}


.bg-light-gray {
    background-color: #F4F4F4 !important;
}

.btn-toggle-navigation-mobile {
    border: 1px solid #E1E4EA !important;
    background-color: #F8F8F8 !important;
    border-radius: 8px !important;
    height: 40px !important;
    width: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.mobile-input-group {
    border: 1px solid #E1E4EA;
    border-radius: 10px;
    background: #F8F8F8;
}


.floverfy-mobile-search-icon {
    border: none;
    border-radius: 10px;
    background-color: #F8F8F8;
}


/*DESKTOP*/

.floverfy-web-header-desktop{
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);

}



.floverfy-mobile-search-input{
    border: none;
    background-color: #F8F8F8;
    border-radius: 10px;
   
}

#category-slider-featured-desktop .owl-stage-outer {
    box-shadow: #fff 0px 0px 35px 0px;
}

#category-slider-featured .owl-stage-outer {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 35px 0px !important;
}


.owl-carousel .owl-stage-outer {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 35px 0px;
}

@media (max-width: 767px) {
    .floverfy-cart-icon-count {
        font-size: 8px;
        background-color: #6257A5;
    }
}

@media (min-width: 768px) {
    .floverfy-cart-icon-count {
        font-size: 8px;
        background-color: #FF5252;
    }
}



.floverfy-web-logo{
    object-fit: contain;
    object-position: center;
    width: 126px;
    height: 40px;
}

.floverfy-footer{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    margin-top: auto;
    /*min-height: 320px;*/
    bottom: 0;
    left: 0;
}

@media (max-width: 768px) {
    .floverfy-footer-bottom-bar {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .g-md-6-col {
        grid-column: span 6;
        flex: 1; /* Ensure equal height in columns */
    }
}

/* .g-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 3rem !important;
}

.g-row .about-us-img{      
    width: 574px;
    height: auto;
    flex-shrink: 0;
}

@media (max-width: 768px) {

    .g-row {
        
        padding: 1rem !important;
    }
 
} */

@media screen and (min-width: 990px) {
    .shop_by_flavour-image-container {
        justify-items: center;
        column-gap: 20px;
        row-gap: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 889px) {
    .shop_by_flavour-image-container {
        justify-items: center;
        column-gap: 20px;
        row-gap: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 1rem;
    }
}

.shop_by_flavour-image-container .shop_by_flavour-img-wrapper {
    position: relative;
}

.shop_by_flavour-image-container .shop_by_flavour-img-wrapper .bottom-left {
    position: absolute;
    top: 33%;
    left: 27px;
}

@media screen and (max-width: 889px) {
    .shop_by_flavour-image-container .shop_by_flavour-img-wrapper .bottom-left {
        position: absolute;
        top: 20px;
        left: 14px;
    }
}

.shop_by_flavour-image-container .shop_by_flavour-img-wrapper .bottom-left .content-first {
    color: #FFF;
    font-family: 'Lexend', sans-serif !important;
    font-size: 22.293px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width: 889px) {
    .shop_by_flavour-image-container .shop_by_flavour-img-wrapper .bottom-left .content-first {
       
        font-size: 18.293px;
      
    }
}

.shop_by_flavour-image-container .shop_by_flavour-img-wrapper .bottom-left .content-second {
    color: #FFF;
    font-family: 'Lexend', sans-serif !important;
    font-size: 22.293px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 889px) {
    .shop_by_flavour-image-container .shop_by_flavour-img-wrapper .bottom-left .content-second {
       
        font-size: 18.293px;
       
    }
}

.popular-brand-image-slider {
    justify-items: center;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 889px) {
    .popular-brand-image-slider {     
        grid-template-columns: repeat(3, 1fr);
    }
}



/* ////// -------- INDEX :: PRODUCT BANNER :: START --------- /////// */


.popular_brand-view_mor_btn {
    background: linear-gradient(135deg, #403778, #6257A5);
    border-radius: 10px !important;
    padding: 19px 50px;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .popular_brand-view_mor_btn {
        padding: 15.5px 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.prodt_slider-view_mor_btn {
    background: linear-gradient(135deg, #403778, #6257A5);
    border-radius: 10px !important;
    padding: 15.5px 50px;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ////// -------- INDEX :: PRODUCT BANNER :: END --------- /////// */





/* ////// -------- INDEX :: PRODUCT BANNER :: START --------- /////// */


.product-banner-grid-one {
    display: grid; 
    grid-template-columns: repeat(2, minmax(0, 1fr)); 
    width: 100%; 
    gap: 1rem; 
    margin-bottom: 1rem;
}


.product-banner-grid-one .product-banner-image-wrapper {
    width: 100%; 
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

.product-banner-grid-one .product-banner-image-wrapper img{
    max-width: 100%;
    width: 100%;
}



.product-banner-grid-two {
    display: grid; 
    grid-template-columns: repeat(3, minmax(0, 1fr)); 
    width: 100%; 
    gap: 1rem; 
    margin-bottom: 0px;
}


.product-banner-grid-two .product-banner-image-wrapper {
    width: 100%; 
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

.product-banner-grid-two .product-banner-image-wrapper img{
    max-width: 100%;
    width: 100%;
}



.product-banner-grid-three {
    display: grid; 
    grid-template-columns: repeat(3, minmax(0, 1fr)); 
    width: 100%; 
    gap: 1rem; 
    margin-bottom: 0px;
}

@media screen and (max-width: 889px) {
    .product-banner-grid-three {
        grid-template-columns: repeat(1, minmax(0, 1fr)); 
        padding-right: 0.8rem !important;
        padding-left: 0.8rem !important;
    }
}


@media screen and (max-width: 889px) {
    /* .product-banner-grid-three .product-banner-image-wrapper {
        height: 250px !important;
    }
    .product-banner-grid-three .product-banner-image-wrapper img{
        height: 250px !important;
    } */
}

.product-banner-grid-three .product-banner-image-wrapper {
    width: 100%; 
    /* height: 371px;  */
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

.product-banner-grid-three .product-banner-image-wrapper img{
    max-width: 100%;
    /* height: 371px; */
    width: 100%;
}



.product-banner-container-div {
    align-items: center; 
    border-radius: 10px; 
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    position: relative;
}

.product-banner-content {
    display: flex; 
    justify-content: space-between; 
    align-content: space-between; 
    flex-direction: row; 
    align-items: flex-end; 
    width: 100%;
    border-radius: 10px;
}






@media screen and (min-width: 540px) {
    img.banner-img-top {
        height: 200px;
    }
}

@media screen and (max-width: 375px) {
    img.banner-img-top {
        height: 145px;
    }
}

img.banner-img-top {
    object-position: center;
    object-fit: contain;
    width: 600px;
}

img.banner-img-bottom {
    object-position: center;
    object-fit: contain;
    height: 100px;
    width: 350px;
}


.owl-stage-outer {
    background-color: #fff !important;
}


.owl-stage {
    background-color: #fff !important;
}


.owl-carousel {
    background-color: #fff !important;
}




/* ////// -------- INDEX :: PRODUCT BANNER :: END --------- /////// */




/* .floverfy-footer .accordation_container-div{
    flex-direction: row !important;
} */

@media (min-width: 768px) {
   
    .floverfy-footer .accordation_container-div{
        flex-direction: row !important;
    }

    .floverfy-footer .accordation_container-div .list-group-item{
        border: none !important;
    }

}
@media (max-width: 767px) {
   
    .floverfy-footer .accordation_container-div{
        flex-direction: column !important;
    }

}


.flover-main-slider-img{
    height: 80vh;
    width: 100%;
    object-fit: contain;
    object-position: cover;
}



.floverfy-footer{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    /*min-height: 320px;*/
    bottom: 0;
    left: 0;
}
/*----------RESPONSIVE START DESKTOP --------*/
@media (min-width: 992px) {
    .floverfy-web-header-desktop{
        display: block;

    }
    .floverfy-web-header-mobile{
        display: none;
    }
    .floverfy-web-logo{
        width: 132px;
    }

}

@media (max-width: 767px) {
    .floverfy-web-logo{
        width: 100px;
    }
}

.notice-green{
    background-color: #29d99e;
    color: white;
    font-size: 14px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}
.notice-default{
    background-color: #2B0B5F;
    color: white;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.notice-default a{

    color: white !important;
    text-decoration: none !important;
    
}

.floverfy-link-list-collapse .list-group-item a{
    text-decoration: none;
    color: black;
}

@media (max-width: 767px) {
    
    .floverfy-link-list-collapse-btn{
        border-bottom: 0.5px solid black;
    }

}
@media (min-width: 768px) {
    
    .floverfy-link-list-collapse-btn{
        border-bottom: none;
    }

}




.bg-fv-secondary{
    background-color: rgb(var(--fv-bg-secondary-rgb));
}

.bg-deep-purple{
    background-color: rgb(var(--fv-bg-deep-blue));
}

.floverfy-link-list-collapse-btn:not(.collapsed){
    background-color:  rgb(var(--fv-bg-secondary-rgb));
    color: var(--fv-text-black);
}


/*            .floverfy-link-list-collapse-btn:focus{
                border-color:  rgb(var(--fv-bg-secondary-rgb));
              
            }*/




/*----------RESPONSIVE END DESKTOP--------*/



.header-sticky-visible-transform {
    transform: translateY(-100%);
}
.header-sticky-hidden-transform {
    transform: translateY(0);
}



.floverfy-sticky-navbar{
    /*background-color: #c0c0c0;*/
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
       
}

.floverfy-sticky-has-navbar {
    top: 30px;
}

.floverfy-sticky-top-badge-navbar{
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
       
}

/* @media only screen and (min-width: 992px){

    .floverfy-sticky-navbar{
        
        padding-left: 9vw !important;
        padding-right: 9vw !important;
    }

} */

.fv-mini-cart-img-conatiner img{
    height: 80px;
    width: 100px;
    object-fit: contain;
    object-position: center;
}
.fv-mini-cart-input{
    text-align: center;
    /* border-top:  none;
    border-bottom:  none; */
}

.fv-mini-cart-item-name a{
    text-decoration: none;
color: #3E4152;
font-family: Assistant;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 100%;
    display: inline-block;
    
}

.fv-mini-cart-stock-status .In-Stock{
    color: var(--fv-text-success);
}
.fv-mini-cart-footer {
    padding: 10px;
    padding-bottom: 40px;
    background-color: rgb(var(--fv-bg-secondary-rgb));
    bottom: 0;
    top: auto;
}

.fv-cart-footer{
   
  
/*    height: auto;
    width: 100%;*/
   
      /*background-color: rgb(var(--fv-bg-secondary-rgb));*/
      /*background-color: #F0F0F0;*/
  
}
.fv-cart-summary-col{
    /*padding: 10px;*/
}
.fv-cart-main-row{
     padding: 10px;   
}

@media only screen and (max-width: 992px){
 .fv-cart-footer{
    position: fixed;
    bottom:0;
    left: 0;
    height: auto;
    width: 100vw;
    z-index: 100;
      background-color: rgb(var(--fv-bg-secondary-rgb));
      /*background-color: #F0F0F0;*/
  
}  
    .fv-cart-summary-col{
        /*padding: 0px;*/
    }
    .fv-cart-main-row{
         padding: 0px;   
    }
}
.fv-mini-cart-table{
    overflow-y: auto;
        width: 100%;
}

.fv-mini-cart-table tr{
    border-bottom: 0.5px solid var(--fv-border-default);
    
}

.fv-btn-square{
    border-radius: 0px;
}

.fv-cart-header{
    border-bottom:1px solid var(--fv-heading-dark-color);
}
.fv-cart-header h1{
    color: var(--fv-heading-dark-color);
    font-weight: 700;
    font-size: 17.534px;
}
    
    




            .fv-cart-brand-name a{
                color: #696B79;
                font-family: Assistant;
                font-size: 0.8rem;
                font-style: normal;
                font-weight: 400;
                line-height: 100%; /* 11.275px */
                text-decoration: none;
                    display: block;
            }
            .fv-mini-cart-qty-change-btn{
                background-color: white;
            }
/*decsc START*/

.floverfy-cms-descriptions img{
    max-width: 100%;
    object-fit: contain;
    object-position: center;
       
}

.fv-trumbo-desc .clearfix::after {
    content: "";
    display: table;
    clear: both
}

.fv-trumbo-desc .alignleft {
    display: inline;
    float: left;
    margin-right: 1.618em
}
.fv-trumbo-desc .alignleft.flip {
    float: right!important;
    margin-left: 1.618em!important
}

.fv-trumbo-desc .alignright {
    display: inline;
    float: right;
    margin-left: 1.618em
}

.fv-trumbo-desc .alignright.flip {
    float: left!important;
    margin-right: 1.618em!important
}

.fv-trumbo-desc .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}
.fv-trumbo-desc p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
/*decsc END*/

.fv-seperator-heading{
    background-color: #F0F0F0;
    padding: 5px;
}



.modified-accordion .card-header{ position: relative;}
.modified-accordion .card-header:after{ content: ''; position: absolute; width: 100%; 
 height: 100%; left: 0; top: 0;}
.modified-accordion .collapse:not(.show){ display: block;}


@media (max-width: 767px) {
.modified-accordion .collapse:not(.show){ display: none;}
.modified-accordion .card-header:after{ display: none;}
}


@media (min-width: 992px) {
.content-padding{
    padding-left: 6vw;
    padding-right: 6vw;
}
}

@media (min-width: 768px) {
    .content-padding {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media (min-width: 992px) {
.content-padding {
    padding-left: 4vw;
    padding-right: 4vw;
}
}

@media (max-width: 767px) {
    .content-padding {
        padding-left: 3vw;
        padding-right: 3vw;
    }
}







.floverfy-web-header-desktop .navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.floverfy-web-header-desktop .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}

}



    @media(max-width: 767px){

        .fv-section-title {
            color: #1E1E1E !important;
            font-size: 20px !important;
            font-style: normal !important;
            font-weight: 500 !important;
            line-height: 100% !important;
        }
    }




/* ============ mobile view .end// ============ */

        .fv-section-title,.section-title,.website-data-page-heading{
                color: #2D2A45;
                font-size: 38px;
                font-style: normal;
                font-weight: 400;
                line-height: 39px;
          }
          
          .fv-listing-perc-off{
              
              /* color: #EE4949; */
              color: #C10000;
              font-size: 12px;
          }
          .fv-listing-sale-price-container{
              font-size: 12px;
          }
          
          
          .fv-cart-totals-subtitle{
                text-decoration: none;
                color: #3E4152;
                /* font-family: Assistant; */
                font-family: 'Lexend', sans-serif;
                font-size: 1rem;
                font-style: normal;
                font-weight: 500;
                line-height: 100%;
                display: inline-block;
          }

          .mini-cart-view-btn, .mini-cart-checkout-btn {
            font-family: 'Lexend', sans-serif;
          }
          
          #fv-main-hero-slider{
              min-height:  300px;
          }
          .fv-slider{
             min-height:  300px; 
          }
          
          .fv-mini-cart-upsell-container{
             border-radius: 3px;
             background: rgba(238, 73, 73, 0.10);
             padding: 5px;
          }
          .fv-mini-cart-upsell-img img {
    width: 43px;
height: 43px;
    object-fit: contain;
    object-position: center;
}

main{
    margin-bottom: 1.2rem;
}

.fv-general-seperation-title,.fv-card-heading {
    background-color: #F0F0F0;
    padding: 5px;
}


.add-to-cart-animation-lottie-container{
    position: absolute;
    top: 4px;
    left: -4px;
    z-index: -1
}
.add-to-cart-animation-lottie-container-mobile {
    position: absolute;
     top: -1px;
    left: -3px;
    z-index: -1
}


/* ============ mobile view ============ */

@media (min-width: 720px){
	.footer-accordation-legal_div .accordion-button::after {
        background-image: none;
    }
}

/* ============ mobile view .end// ============ */

/* ============ Desktop view ============ */

@media (min-width: 768px){
	.footer-accordation-legal_div .accordion-button:not(.collapsed) {
        box-shadow: none;
    }
}

/* ============ Desktop view .end// ============ */



.mobile-header-info-wrap {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ececec;
    margin: 17px 0 30px 0;
  }

  .single-mobile-header-info {
    position: relative;
    margin-bottom: 13px;
  }

 .single-mobile-header-info a {
    font-size: 17px;
    display: block;
    color: #253D4E;
    text-decoration: none;
  }


  .single-mobile-header-info a i {
    font-size: 25px;
    color: var(--fv-main-website-theme);
    margin-right: 8px;
  }


  .product-rate {
    /* background-image: url(../icons/rating-stars.png);
    background-position: 0 -12px;
    background-repeat: repeat-x;
    height: 12px;
    width: 60px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s; */
    background-image: url(../icons/rating-stars.png);
    background-position: 0 -24px;
    background-repeat: repeat-x;
    height: 32px;
    width: 127px;
    background-size: auto 48px;
    -webkit-transition: all 0.5s ease-out 0s;
}


.product-rating {
    /* height: 12px;
    background-repeat: repeat-x;
    background-image: url(../icons/rating-stars.png);
    background-position: 0 0; */
    height: 23px;
    background-repeat: repeat-x;
    background-image: url(../icons/rating-stars.png);
    background-position: 0 0;
    background-size: auto 48px;
}

.fv-review-cust_name {
    color: #5B5B5B;
}


.star-cb-group {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
    /* the hidden clearer */
  }
  .star-cb-group * {
    font-size: 2rem;
  }
  .star-cb-group > input {
    display: none;
  }
  .star-cb-group > input + label {
    /* only enough room for the star */
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
  }
  .star-cb-group > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "☆";
    color: #888;
  }
  .star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
    content: "★";
    color: #e52;
    text-shadow: 0 0 1px #333;
  }
  .star-cb-group > .star-cb-clear + label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
  }
  .star-cb-group > .star-cb-clear + label:before {
    width: .5em;
  }
  .star-cb-group:hover > input + label:before {
    content: "☆";
    color: #888;
    text-shadow: none;
  }
  .star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
    content: "★";
    color: #e52;
    text-shadow: 0 0 1px #333;
  }







  /* ------------- BLOG POST DETAILS :: START --------------- */





  .blog-list-title{
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 110px;
    }

    @media (max-width: 767px) {
        .blog-list-title a{
            color:#2D2A45;
            text-decoration: none;
            font-size: 24px;
        }
    }

    @media (min-width: 768px) {
        .blog-list-title a{
            color:#2D2A45;
            text-decoration: none;
            font-size: 24px;
        }
    }


    #recent-posts .list-group-item a {
        color:#2d727d;
        text-decoration: none;
    }


    .blog-img-container{
       
        width: 100%;
        height: 304px;
        text-align: center;

    }

    .blog-img-container a{
       
        text-decoration: none;
        color:#f5f5f5;
        
    }


    .blog-img{
        
        height: 100%;
        width: 100%;
        object-fit: fill;
        border-radius: 1.1rem;
     
    }
    .blog-list-short-desc{
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 67px;
    }

    .blog-list-card{
        height: 675px;
    }


    @media (min-width: 767px) {
        .blog_viw-blog-list-card{
            width: 300px;
        }
    }

    @media (max-width: 768px) {
        .blog_viw-blog-list-card{
            width: auto;
        }
    }

    

 


    @media (min-width: 992px) {
        .blog_container{
            max-width: 1320px;
            padding: 12px 0;
        }
    }

    .fv-section-title-1 {
        position: relative;
        border-bottom: 1px solid #ececec;
        font-size: 22px;
        padding-bottom: 20px;
        margin-bottom: 30px !important;
    }


    .bg-secondary {
        --kt-bg-rgb-color: 228, 230, 239;
        background-color: #E4E6EF !important;
    }

    #blog-post a {
        text-decoration: none;
        color:#2d727d;
    }


    @media (min-width: 1400px) {
        .blog_container-div {
            max-width: 1438px !important;
        }
    }


    .blog_list-card{
        border-color:#fff !important;
    }

    .blog_list-card_body {
        padding:25px 0 25px 0 !important;
    }

    .blog_details-line {
        width: 100%;
        border: 1px solid #dee2e6;

    }

    img {
        max-width: 100%;
    }



  /* ------------- BLOG POST DETAILS :: END --------------- */




  /* ------------- BLOG POST RECENT POST :: START --------------- */

    .blog_recet_post-div {
        display: flex;
        flex-direction: row;
        background: #fff;
        margin-bottom: 20px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        border: 1px solid #ddd;
    }

    .blog_recet_post-div .blog_recet_post-image_anger {
        width: 40%;
        height: auto;
    }
    

    .blog_recet_post-image {
        width: 100%;
        height: auto;
    }

    .blog_recet_post-content {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15px;
    }


    .blog_recet_post-subtitle {
        margin: 15px 0;
        font-size: 1em;
        color:#2d727d;
        text-decoration: none;
    }

    .blog_recet_post-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #ddd;
        padding-top: 10px;
        font-size: 0.9em;
    }

   


  /* ------------- BLOG POST RECENT POST :: END --------------- */




  @media screen and (max-width: 767px) {
    .top_badge_slider-web_view {
        display: none !important;
    }
}

/* @media screen and (min-width: 768px) {
    .top_badge_slider-phone_view {
        display: none;
    }
} */


.top_badge-phone_view .marquee {
    display: flex;
    overflow: hidden;
    /* height: 10vh; */
    user-select: none;
    gap: 2rem;
    /* padding-top: 1rem;
    padding-bottom: 1rem; */
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-width: 100%;
    animation: scroll 13s linear infinite ;
}

.marquee__group p {
    margin: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
}
.marquee__group p span {
    font-size: 12px;
}



@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - .1rem));
    }
}

.top-badge-slider-heading {
    font-family: 'Lexend', sans-serif !important;
    /* font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.5px; */
}










.carousel-category-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .carousel-category-buttons {

        gap: 10px;
      
    }
    .carousel-category-buttons span {

        font-size: 3vw !important;
        
    }
}







.text-decoration-none a{
    color: #fff !important;
}


.font-family-lexend-customization {
    font-family: 'Lexend', sans-serif !important;
}




.footer-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    min-width: 170px;
}

.footer-list li {
    display: block;
    margin: 0 0 13px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.footer-list li a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.footer-list li {
    color: #fff;
}

#footer-newletter-form input{
    background: #6c4c9e;
    width: 200px;
    padding: 0.6rem;
    padding-left: 1.3rem;
    border: #1E0644;
    border-radius: 5000px;
    color: #fff;
    transition: all 0.2s ease-in-out;
}


#footer-newletter-form input::placeholder {
    color: #fff; 
    opacity: 1;
}

#footer-newletter-form #footer-newsletter-submit {
    border: #1E0644;
    background-color: #FF5252;
    padding: 0.6rem 1.2rem;
    border-radius: 5000px;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 769px) {
    .footer-container-fluid {
        padding: 0px !important;
    }
}


@media (min-width: 768px) {
    .site-footer-info {
        display: flex;
        justify-content: space-between;
        padding-top:50px;
    }

    .legal-links {
        display: flex;
        gap: 3rem;
    }

    .legal-links a {
        text-decoration: none;
        color:#fff;
    }
}

@media (max-width: 767px) {
    .site-footer-info {
        display: flex;
        justify-content: space-between;
        padding-top:50px;
        flex-direction: column;
    }

    .legal-links {
        display: flex;
        flex-direction: column;
    }

    .legal-links a {
        text-decoration: none;
        color:#fff;
    }
}





/*---------------- HOME PAGE :: OFFER SECTION :: START ----------------- */



                .index-banner {
                    width: 100%;
                    height: 80px;
                    background: linear-gradient(135deg, #87CEEB 0%, #B0E0E6 50%, #E0F6FF 100%);
                    display: flex;
                    align-items: center;
                    position: relative;
                    overflow: hidden;
                    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                    margin: 0 auto;
                }

                .home-offer-logo-section {
                    flex: 1;
                    display: flex;
                    justify-content: end;
                    align-items: end;
                    padding-left: 30px;
                    margin-right: 40px;
                }

                .home-offer-logo {
                    width: 95px;
                    height: 95px;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-right: 15px;
                }

                .home-offer-icon {
                    color: white;
                    font-size: 24px;
                    font-weight: bold;
                }

            

                .home-offer-main-text {
                    flex: 1;
                    text-align: right;
                    font-size: 30px;
                    font-weight: 700;
                    letter-spacing: 2px;
                    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
                }


                @media (min-width: 768px) and (max-width: 1420px) {
                    .home-offer-main-text {
                        font-size: 2vw;
                    }
                }


                .home-offer-divider {
                    width: 1px;
                    height: 60px;
                    background: #212529;
                    margin: 0 30px;
                }

                .home-offer-right-text {
                    padding-right: 30px;
                    color: #2c3e50;
                    font-size: 28px;
                    font-weight: 500;
                    letter-spacing: 1px;
                }

                .demo-container {
                    text-align: center;
                    margin-bottom: 20px;
                }

                .demo-container h2 {
                    color: #2c3e50;
                    margin-bottom: 10px;
                }

                /* Responsive design */
                @media (max-width: 768px) {
                    .index-banner {
                        height: auto;
                        flex-direction: column;
                        padding: 20px;
                        text-align: center;
                    }

                    .home-offer-logo-section {
                        padding-left: 0;
                        margin-right: 0;
                        margin-bottom: 15px;
                    }

                    .home-offer-main-text {
                        font-size: 28px;
                        margin-bottom: 15px;
                    }

                    .home-offer-divider {
                        display: none;
                    }

                    .home-offer-right-text {
                        padding-right: 0;
                        font-size: 16px;
                    }
                }

                @media (max-width: 480px) {
                    .home-offer-main-text {
                        font-size: 24px;
                    }

                    .home-offer-logo {
                        width: 50px;
                        height: 50px;
                    }

                    .home-offer-icon {
                        font-size: 20px;
                    }

                
                }
          

/*---------------- HOME PAGE :: OFFER SECTION :: END ----------------- */





/* ------------------- CART SECTION & SIDE CART SECTION :: START --------------------- */



                .cart-view-body {
                    margin: 0;
                    padding: 20px;
                    /* background-color: #f8f9fa; */
                    line-height: 1.5;
                }

                .cart-view-container {
                    max-width: 800px;
                    margin: 0 auto;
                    display: grid;
                    grid-template-columns: 1fr 320px;
                    gap: 20px;
                }

                .cart-view-items-section {
                    background: linear-gradient(to bottom, #F2F2F2 60%, #F7F7F7);
                    border: 1px solid #F0F0F0;
                    border-radius: 12px;
                    padding: 20px;
                    height: fit-content;
                }

                .cart-view-item {
                    display: flex;
                    /* align-items: center; */
                    gap: 15px;
                    position: relative;
                }

                .cart-view-remove-btn {
                    /* position: absolute; */
                    top: 0;
                    right: 0;
                    background: none;
                    border: none;
                    font-size: 20px;
                    color: #666;
                    cursor: pointer;
                    width: 24px;
                    height: 24px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 50%;
                    transition: background 0.3s ease;
                }

                .cart-view-remove-btn:hover {
                    background: #f8f9fa;
                }

                .cart-view-product-image {
                    width: 120px;
                    height: 120px;
                    background: #fff;
                    border-radius: 8px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-shrink: 0;
                }

                .cart-view-watch-container {
                    /* 
                    width: 60px;
                    height: 60px;
                    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
                    border-radius: 50%;
                    position: relative;
                    overflow: hidden; 
                    height: 35px;
                    */
                    width: auto;
                    overflow: hidden;
                }

                .cart-view-watch-container.cart-view-watch-blue {
                    background: linear-gradient(135deg, #1a1a1a 0%, #4a90e2 100%);
                }

                .cart-view-watch-face {
                    /* position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 40px;
                    height: 40px;
                    border: 3px solid #666;
                    border-radius: 8px;
                    background: #000; */
                    width: 80px;
                    height: 83px;
                    object-fit: contain;
                    object-position: center;
                }

                .cart-view-smart-watch-face {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 35px;
                    height: 42px;
                    border: 2px solid #00bcd4;
                    border-radius: 6px;
                    background: #000;
                }

                .cart-view-product-details {
                    flex: 1;
                }

                .cart-view-product-title {
                    margin: 0 0 4px 0;
                    font-size: 16px;
                    font-weight: 600;
                    color: #1a1a1a;
                }

                .cart-view-product-title a{
                    text-decoration: none;
                    color: #1a1a1a;
                }

                .cart-view-product-category {
                    margin: 0 0 8px 0;
                    font-size: 14px;
                    color: #666;
                }

                .cart-view-product-category a {
                text-decoration: none;
                    color: #666;
                }

                .cart-view-price-container {
                    margin-bottom: 8px;
                }

                .cart-view-current-price {
                    font-size: 16px;
                    font-weight: 600;
                    color: #1a1a1a;
                }

                .cart-view-pricing-info {
                    margin-bottom: 8px;
                }

                .cart-view-original-price {
                    font-size: 14px;
                    color: #666;
                    text-decoration: line-through;
                    margin-right: 8px;
                }

                .cart-view-savings {
                    font-size: 14px;
                    color: #28a745;
                    font-weight: 500;
                    padding: 5px 8px;
                    background-color: #E8F5E8;
                    border-radius: 10px;
                }

                .cart-view-delivery-info {
                    margin: 0 0 4px 0;
                    font-size: 13px;
                    color: #666;
                }

                .cart-view-stock-status .product-stock_status {
                    margin: 0;
                    font-size: 13px;
                    color: #28a745;
                    font-weight: 500;
                    padding: 5px 8px;
                    background-color: #E8F5E8;
                    border-radius: 10px;
                }

                .cart-view-quantity-selector {
                    margin-bottom: 8px;
                }

                .cart-view-quantity-select {
                    padding: 4px 8px;
                    border: 1px solid #ddd;
                    border-radius: 4px;
                    font-size: 14px;
                    background: white;
                    cursor: pointer;
                }

                .cart-view-continue-shopping {
                    width: 100%;
                    padding: 12px;
                    background: white;
                    border: 2px solid #6257A5;
                    border-radius: 8px;
                    color: #6257A5;
                    font-size: 16px;
                    font-weight: 500;
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 8px;
                    transition: all 0.3s ease;
                    text-decoration: none;
                }

                .cart-view-continue-shopping:hover {
                    background: #f8f9fa;
                }

                .cart-view-back-arrow {
                    font-size: 18px;
                }

                .cart-view-summary-section {
                    background: linear-gradient(to bottom, #F2F2F2 60%, #F7F7F7);
                    border: 1px solid #F0F0F0;
                    border-radius: 12px;
                    padding: 20px;
                    height: fit-content;
                }

                .cart-view-summary-title {
                    margin: 0 0 20px 0;
                    font-size: 18px;
                    font-weight: 600;
                    color: #1a1a1a;
                }

                .cart-view-summary-items {
                    margin-bottom: 20px;
                }

                .cart-view-summary-row {
                    display: flex;
                    justify-content: space-between;
                    margin-bottom: 8px;
                }

                .cart-view-summary-label {
                    font-size: 14px;
                    color: #666;
                }

                .cart-view-summary-value {
                    font-size: 14px;
                    color: #1a1a1a;
                }

                .cart-view-summary-value.cart-view-free {
                    color: #28a745;
                    font-weight: 500;
                }

                .cart-view-total-section {
                    border-top: 1px solid #E1E4EA;
                    padding-top: 16px;
                    margin-bottom: 20px;
                }

                .cart-view-total-row {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                .cart-view-total-label {
                    font-size: 16px;
                    font-weight: 600;
                    color: #1a1a1a;
                }

                .cart-view-total-amount {
                    font-size: 20px;
                    font-weight: 700;
                    color: #1a1a1a;
                }

                .cart-view-offer-banner {
                    background: #fff3cd;
                    border: 1px solid #ffeaa7;
                    border-radius: 8px;
                    padding: 12px;
                    margin-bottom: 20px;
                    display: flex;
                    align-items: center;
                    gap: 8px;
                }

                .cart-view-offer-icon {
                    color: #f39c12;
                    font-size: 16px;
                }

                .cart-view-offer-content {
                    flex: 1;
                }

                .cart-view-offer-title {
                    font-size: 13px;
                    font-weight: 600;
                    color: #1a1a1a;
                    margin-bottom: 2px;
                }

                .cart-view-offer-subtitle {
                    font-size: 12px;
                    color: #666;
                    margin-bottom: 4px;
                }

                .cart-view-offer-code {
                    font-size: 12px;
                    color: #666;
                }

                .cart-view-code-text {
                    font-weight: 600;
                    color: #1a1a1a;
                }

                .cart-view-offer-badge {
                    background: #f39c12;
                    color: white;
                    padding: 4px 8px;
                    border-radius: 12px;
                    font-size: 11px;
                    font-weight: 600;
                    text-transform: uppercase;
                }

                .cart-view-checkout-btn {
                    width: 100%;
                    padding: 14px;
                    background: linear-gradient(135deg, #403778, #6257A5);
                    border: none;
                    border-radius: 8px;
                    color: white;
                    font-size: 16px;
                    font-weight: 600;
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 8px;
                    transition: background 0.3s ease;
                    margin-bottom: 12px;
                    text-decoration: none;
                }

                .cart-view-checkout-btn:hover {
                    background: #5f4fcf;
                }

                .cart-view-lock-icon {
                    font-size: 14px;
                }

                .cart-view-security-text {
                    margin: 0;
                    font-size: 12px;
                    color: #666;
                    text-align: center;
                }

                @media (max-width: 768px) {
                    .cart-view-container {
                        grid-template-columns: 1fr;
                        max-width: 100%;
                        padding: 0 10px;
                    }
                }



/* ------------------- CART SECTION & SIDE CART SECTION :: END --------------------- */



/* ------------------- CONTACT PAGE :: START ------------------ */




    /* .contact-form-body {
            margin: 0;
            padding: 40px 20px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            background-color: #fafafa;
            line-height: 1.6;
            color: #333;
        } */

        .contact-form-container {
            /* max-width: 1000px; */
            margin: 0 auto;
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            overflow: hidden;
        }

        .contact-form-header {
            text-align: center;
            padding: 40px 40px 20px;
        }

        .contact-form-intro-text {
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.6;
            color: #8A8A8A;
        }

        .contact-form-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            min-height: 500px;
        }

        .contact-form-left {
            padding: 0px 40px 40px 40px;
        }

        .contact-form-right {
            padding: 40px;
            background: #f8f9fa;
            border-radius:20px;
            height: 440px;
        }

        .contact-form-title {
            font-size: 41px;
            font-weight: 400;
            color: #000000;
            margin: 0 0 12px 0;
            line-height:53.3px;
            letter-spacing: -0.5px;
        }

        .contact-form-subtitle {
            font-size: 14px;
            color: #666;
            margin: 0 0 30px 0;
            line-height: 1.5;
        }

        .contact-form-group {
            margin-bottom: 20px;
        }

        .contact-form-input {
            width: 100%;
            padding: 14px 16px;
            border: 1px solid #F7F7F7;
            border-radius: 20px;
            font-size: 14px;
            background: linear-gradient(135deg, #F7F7F7 0%, #F2F2F299 60%);
            transition: all 0.3s ease;
            box-sizing: border-box;
            font-family: inherit;
        }

        .contact-form-input:focus {
            outline: none;
            border-color: #6c5ce7;
            background: white;
            box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.1);
        }

        .contact-form-textarea {
            width: 100%;
            padding: 14px 16px;
            border: 1px solid #fafafa;
            border-radius: 20px;
            font-size: 14px;
            background: #fafafa;
            min-height: 120px;
            resize: vertical;
            transition: all 0.3s ease;
            box-sizing: border-box;
            font-family: inherit;
        }

        .contact-form-textarea:focus {
            outline: none;
            border-color: #6c5ce7;
            background: white;
            box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.1);
        }

        .contact-form-submit-btn {
            width: 100%;
            padding: 16px;
            background: linear-gradient(135deg, #403778, #6257A5);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: inherit;
            margin-top: 10px;
        }

        .contact-form-submit-btn:hover {
            background: #5f4fcf;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
        }

        .contact-form-submit-btn:active {
            transform: translateY(0);
        }

        .contact-form-info-section {
            margin-bottom: 30px;
        }

        .contact-form-info-title {
            font-size: 16px;
            font-weight: 400;
            color: #999;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin: 0 0 8px 0;
        }

        .contact-form-info-content {
            font-size: 18px;
            color: #333;
            font-weight: 500;
            margin: 0;
        }

        .contact-form-hours-content {
            font-size: 18px;
            color: #333;
            font-weight: 500;
            margin: 0 0 4px 0;
        }

        .contact-form-hours-note {
            font-size: 13px;
            color: #666;
            margin: 8px 0 0 0;
        }

        .contact-form-phone {
            font-size: 18px;
            color: #333;
            font-weight: 600;
            margin: 0 0 4px 0;
        }

        .contact-form-email {
            font-size: 14px;
            color: #8A8A8A;
            margin: 0;
            text-decoration: none;
        }

        .contact-form-email:hover {
            text-decoration: underline;
        }

        .contact-form-social {
            margin-top: 40px;
        }

        .contact-form-social-icons {
            display: flex;
            gap: 12px;
            justify-content: flex-end;
        }

        .contact-form-social-icon {
            width: 40px;
            height: 40px;
            background: #FFFFFF;
            border-radius: 21px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #666;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 16px;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);

        }

        .contact-form-social-icon:hover {
            background: #6c5ce7;
            color: white;
            transform: translateY(-2px);
        }

        .contact-form-social-icon.contact-form-twitter:hover {
            background: #1da1f2;
        }

        .contact-form-social-icon.contact-form-instagram:hover {
            background: #e4405f;
        }

        .contact-form-social-icon.contact-form-facebook:hover {
            background: #1877f2;
        }

        .contact-form-social-icon.contact-form-linkedin:hover {
            background: #0077b5;
        }

        @media (max-width: 768px) {
            .contact-form-content {
                grid-template-columns: 1fr;
            }

            .contact-form-left {
                border-right: none;
                padding: 30px 20px;
            }

            .contact-form-right {
                padding: 30px 20px;
                background: linear-gradient(135deg, #F2F2F299 60%, #F7F7F7);
            }

            .contact-form-header {
                padding: 30px 20px 15px;
            }

            .contact-form-title {
                font-size: 28px;
            }

            .contact-form-social-icons {
                justify-content: center;
                margin-top: 30px;
            }
        }

        /* Loading state */
        .contact-form-submit-btn.contact-form-loading {
            background: #a0a0a0;
            cursor: not-allowed;
            pointer-events: none;
        }

        .contact-form-submit-btn.contact-form-loading:after {
            content: '';
            width: 16px;
            height: 16px;
            margin-left: 8px;
            border: 2px solid transparent;
            border-top: 2px solid white;
            border-radius: 50%;
            animation: contact-form-spin 1s linear infinite;
            display: inline-block;
        }

        @keyframes contact-form-spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }




/* ------------------- CONTACT PAGE :: END ------------------ */




/* ------------------- BREADSCRUMBS :: START ----------------- */


        .page-header.breadcrumb-wrap {
            padding: 20px;
        }

        .breadcrumb {
            display: inline-block;
            padding: 0;
            text-transform: capitalize;
            color: #7E7E7E;
            font-size: 14px;
            font-weight: 600;
            background: none;
            margin: 0;
            border-radius: 0;
        }

        .breadcrumb span {
            position: relative;
            text-align: center;
            padding: 0 10px;
        }

        .breadcrumb span::before {
            content: "\f111";
            display: inline-block;
            font-size: 9px;
        }

        .breadcrumb-container-anchor {
            color:#707070 !important;
            text-decoration: none;
        }


/* ------------------- BREADSCRUMBS :: END ----------------- */



/* --------------- ACCORDATION BUTTON ICON :: START --------------- */


.accordion-button::after {
    background-image: url('/assets/imgs/theme/plus.svg');
    background-size:0.8rem;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/assets/imgs/theme/plus.svg');
    background-size:0.8rem;
}

#pv-more-details-accordation .accordion-button:not(.collapsed) {
    background-color: #fff !important;
}

#pv-more-details-accordation .accordion-button:focus {
    background-color: #fff !important;
}


/* --------------- ACCORDATION BUTTON ICON :: END --------------- */




/* --------------- INDEX :: PRODUCT SLIDERS :: START ---------------- */



    @media screen and (min-width: 768px) {
        .prodt_slider_card-desktop_section {
            display: block;
           
        }
    }


    @media (max-width: 767px) {
        .prodt_slider_card-desktop_section{
            display:  none;
        }
    }


    @media screen and (min-width: 768px) {
        .prodt_slider_card-mobile_section {
            display: none;
           
        }
    }


    @media (max-width: 767px) {
        .prodt_slider_card-mobile_section{
            display:  block;
        }
    }

/* --------------- INDEX :: PRODUCT SLIDERS :: END ---------------- */




.slider-range-value1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.slider-range-value2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}