 
#offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion-item .accordion-body .nav-item{
    margin-bottom: 10px; 
    width: 100%;
}

#offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion-item .accordion-body .nav-tabs{
    padding-top: 10px;
}
#offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion-item .accordion-body .nav-item .nav-link{
    border: 1px solid transparent; 
    background: #ffffff;
    padding: 10px;
    border-radius: 3px;
    color: black;
}
#offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion-item .accordion-body .nav-item .nav-link.active {
    color: #000000;
    background: #ffffff;
    font-weight: 500;
    border: 1px solid black; 
} 
#offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion-item .accordion-body .image{
    text-align: center;
}
#offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion-item .accordion-body .image img{
    width: 60px;
} 
#offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion-item .accordion-body .image p{
     
}

#offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion-item .accordion-body .tab-content .tab-pane{
    box-shadow: 0px 10px 30px #eeeeee;
    padding: 10px 0px 10px 10px;
border: 1px solid #e1dbdb;
}

#offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion-item .accordion-body .phoneview-all{
    display: flex;
    gap: 10px;
}
#offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion-item .accordion-body .phoneview-all .div-one{
    width:25%;
}
#offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion-item .accordion-body .phoneview-all .div-two{
    width: 75%;

}
#offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion-item .accordion-body .tab-content .tab-pane p{
    margin-bottom: 5px !important;
    padding: 5px 10px;
    font-size: 16px;
    
}
#offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion-item .accordion-body .tab-content .tab-pane p:hover{
    color: #e20d8e;
} 




a{
    text-decoration: none;
}


.password-wrapper input {
    width: 100%;
    padding: 5px 10px 5px 20px;
    box-sizing: border-box;
}
    .password-wrapper {
        position: relative;
        width: 100%; 
        border-radius: 30px;
        overflow: hidden;
        border: 1px solid black;
        margin-bottom: 11px;
}

.password-wrapper i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
} 










.wrapper-login {
    height: 100vh;
/* background-image: url(./Assets/Kids-Banner.png);
background-repeat: no-repeat;
background-size: cover; */
position: relative; 
}
.wrapper-login .back-color{
height: 100%;
width: 100%;
/* background: rgba(0, 0, 0, 0.247); */
display: flex;
align-items: center;
justify-content: center;
}
.main-start-login{
/* border: 1px solid black; */
height: 330px;
width: 800px;
margin: auto;
position: relative; 
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0px; 
}
.main-start-login .wrong-best{
    position: absolute;
    top: -15px;
    right: -15px;
    background: black;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 20px;
    z-index: 2;
}
.main-start-login .wrong-best i{
    font-size: 16px;
}
.main-start-login .div-sectionone{ 
background-image: url(./Assets/Kids-Banner.png);
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 100%;
padding: 30px 0px 0px 20px;
border-radius: 20px 0px 0px 20px;
}
.main-start-login .div-sectiontwo{
    height: 100%;
    background: white;
    border-radius: 0px 20px 20px 0px;
}
.main-start-login .div-sectionone h3{
color: white;
margin-bottom: 2px;
}
.main-start-login .div-sectionone h2{
    color: white;
    font-size: 42px;
    font-weight: 700; 
} 
.loginpopup .modal-dialog{
    max-width: fit-content;
}
.main-start-login .div-sectiontwo .set-login-process .div-inlineone{
padding: 20px;
height: 100%;

}
.main-start-login .div-sectiontwo .set-login-process .div-inlineone .finfloc{
text-align: center;
font-size: 20px;
font-weight: 600;
margin-bottom: 55px;
}
.main-start-login .div-sectiontwo .set-login-process .div-inlineone .div-find-location{
margin-bottom: 55px;
}
.main-start-login .div-sectiontwo .set-login-process .div-inlineone .div-find-location .location{
background: #e58700;
text-align: center;
padding: 6px 0px;
border-radius: 25px;
color: white;
font-size: 14px;
cursor: pointer;
}
.main-start-login .div-sectiontwo .set-login-process .div-inlineone .div-find-location .location:hover{
background: #e58600c2;
}

.main-start-login .div-sectiontwo .set-login-process .div-inlineone .div-find-location .continueone{
background: white;
border: 1px solid black;
margin: 20px 0px;
padding: 4px 0px;
text-align: center;
border-radius: 20px;
font-size: 14px;
cursor: pointer;
font-weight: 700;
color: black;
}
.main-start-login .div-sectiontwo .set-login-process .div-inlineone .div-find-location .continueone:hover{
background: rgb(0, 0, 0);
color: white;
}

.main-start-login .div-sectiontwo .set-login-process .div-inlineone  .skip p{
text-align: center;
font-size: 18px;
color: #1a63af;
cursor: pointer;
}
.main-start-login .div-sectiontwo .set-login-process .div-inlinetwo {
    padding: 80px 20px 20px 50px;
}
.main-start-login .div-sectiontwo .set-login-process .div-inlinetwo .div-set-filed{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.main-start-login .div-sectiontwo .set-login-process .div-inlinetwo .placein{
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom:1px solid black;
    margin-bottom: 20px;
}
.main-start-login .div-sectiontwo .set-login-process .div-inlinetwo .contunies{
    background: #e58700;
text-align: center;
padding: 4px 0px;
border-radius: 25px;
color: white;
font-size: 16px;
cursor: pointer; 
}
.main-start-login .div-sectiontwo .set-login-process .div-inlinetwo .contunies:hover{
    background: #e58600c2;
    }

    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .finalyy-sign-in{
        margin-bottom: 60px;
    }
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .finalyy-sign-in p{
        font-weight: 600;
        font-size: 20px;
    } 
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .placeinlast{
        width: 100%;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid black;
        margin-bottom: 12px;
    
    }
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .heading-code{
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    
    }
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .we-senddig{
        text-align: center;
        font-size: 12px;
        color: grey;
        font-weight: 500;
    }
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .telno{
        text-align: center;
        font-weight: 600; 
        font-size: 12px;
    } 
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .inputs {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        margin: 30px 0px 20px 0px;
    }
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .inputs #input1 {
        height: 30px;
        width: 30px;
        border-bottom: 1px solid #ADADAD; 
        text-align: center;
        font-weight: 700;
        border-top: none;
        border-left: none;
        border-right: none;
    } 
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree {
        padding: 10px 20px 0px 20px;
        height: 100%;
    }
    
    .main-start-login .div-sectiontwo .set-login-process .div-inlinefour{
        padding: 30px 25px;
    }
    .main-start-login .div-sectiontwo .set-login-process .div-inlinefour .enter-verifation .option-creat-acount{
        margin-top: 35px !important;
    }
    
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .sign-in-btn{
        background: #e58700;
        text-align: center;
        padding: 4px 0px;
        border-radius: 25px;
        color: white;
        font-size: 15px;
        cursor: pointer;
        margin: 12px 0px 0px 0px;
    }
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .sign-in-btn:hover{
        background: #e58600c2;
    }
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .check-box p{
        font-size: 12px;
    }
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .check-box{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin-top: 8px;
    }
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .timing-count{
        text-align: center; 
        font-weight: 500;
        font-size: 14px;
    
    }
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .check-box p span{
        color:#1a63af ;
    }
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .resencode{
        text-align: center;
        color: #1a63af;
        font-size: 13px;
    }
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .option-creat-acount span{
        color: #1a63af;
    }
    .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .option-creat-acount{
        text-align: center;
        font-size: 14px;
        margin-top: 15px;
    }






















        .main-header-section { 
            position: sticky;
            top: 0px;
            z-index: 10;
            background: white;
   
        }
        .main-header-section-scicky{
            /* box-shadow: 0px 15px 14px rgba(0, 0, 0, 0.05);
            margin-bottom: 20px; */
            position: sticky;
            top: 0px;
            z-index: 10;
            box-shadow: 0px 2px 20px #d1cfcf;
            
        }

        .main-header-section .container-fluid-set-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 40px;
            width: 100%;
            /* padding: 0px 20px; */
        }

        .main-header-section .container-fluid-set-header .divcallus {
            font-size: 14px;
            width: 100%;
        }

        .main-header-section .container-fluid-set-header .divcallus span {
            font-weight: 700;
            cursor: pointer;
        }
        .main-header-section .container-fluid-set-header .divcallus span:hover{
            color: #ae1e78;
        }
        .main-header-section .container-fluid-set-header .div-social-media {
            width: 100%;
        }

        .main-header-section .container-fluid-set-header .link-social {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 25px;
        }

        .main-header-section .container-fluid-set-header .div-social-media .link-social .img1 {
            width: 8px;
            cursor: pointer;
        }

        .main-header-section .container-fluid-set-header .div-social-media .link-social .img2 {
            width: 15px;
            cursor: pointer;
        }

        .main-header-section .container-fluid-set-header .div-social-media .link-social .img3 {
            width: 15px;
            cursor: pointer;
        }

        .main-header-section .container-fluid-set-header .div-social-media .link-social .img4 {
            width: 15px;
             cursor: pointer;
        }





        .main-header-section .container-fluid-set-header .div-social-media .link-social .img1{
            font-size: 18px;
            cursor: pointer;
        }

        .main-header-section .container-fluid-set-header .div-social-media .link-social .img2{
            font-size: 18px;
            cursor: pointer;
        }

        .main-header-section .container-fluid-set-header .div-social-media .link-social .img3{
            font-size: 18px;
            cursor: pointer;
        }

        .main-header-section .container-fluid-set-header .div-social-media .link-social .img4{
            font-size: 18px;
             cursor: pointer;
        }


        .main-header-section .container-fluid-set-header .div-social-media .link-social .img1:hover{
            color: blue;
        }

        .main-header-section .container-fluid-set-header .div-social-media .link-social .img2:hover{
            color: rgb(255, 0, 123);
        }

        .main-header-section .container-fluid-set-header .div-social-media .link-social .img3:hover{
color: rgb(28, 120, 250);
        }

        .main-header-section .container-fluid-set-header .div-social-media .link-social .img4:hover{
             color: rgb(221, 10, 10);
        }




        

        .main-header-section .container-fluid-set-header .signup-login {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: end;
            gap: 30px;
        }

        .main-header-section .container-fluid-set-header .signup-login .div-sinlog {
            font-size: 15px;
            color: black;
            cursor: pointer;
        }
        .main-header-section .container-fluid-set-header .signup-login .div-sinlog span:hover{
            color: #e9327a;
        }

        .main-header-section .container-fluid-set-header .signup-login .div-sinlog .span {
            border-left: 1px solid #464444;
            margin: 0px 8px 0px 5px;
        }

        .main-header-section .container-fluid-set-header .signup-login .helpus {
            font-size: 16px;
            /* font-weight: 700; */
            cursor: pointer;
             
        }
        .main-header-section .container-fluid-set-header .signup-login .helpus:hover{
            color: #e9327a;
        }
        





        .onscrool-ja a{
            color: black;
        }
        .onscrool-ja  .jss51 {
                height: auto;
                display: flex;
        align-items: center;
        padding: 10px 0px;
        justify-content: center;
            }
            
            .onscrool-ja{
                position: relative;
            }
            .onscrool-ja .jss53{
                top: 45px;
            }
          
      .onscrool-ja .jss51 .jss52{
        gap: 50px;
      }
      .onscrool-ja .jss51 .jss52 .MuiButtonBase-root .MuiButton-label{
        font-size: 13px;
        
      }
    
        .jss48 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            /* height: 64px; */
            padding: 10px 0px 10px 0px;
        }

        .jss49 {
            /* height: 64px; */
            display: flex; 
            align-items: center;
            justify-content: unset;
            gap: 30px;
        }

        .MuiIconButton-label-other img {
            width: 180px;
            /* height: 35px; */
        }

       

        .jss51 {
            height: 45px;
            display: flex;
        }
 
       

        

        .jss52 .catWrapper {
            opacity: 0;
            transition: all 0.2s ease-out;
            visibility: hidden;
            -o-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            
        }
        .jss52 .MuiButtonBase-root:hover .catWrapper,
        .jss52 .nav-cat-item:hover .catWrapper {
            opacity: 1; 
            z-index: 2;
            visibility: visible;
            transition-delay: 0.15s;
        }
        .jss52 .nav-cat-item {
            height: 100%;
            display: flex;
            align-items: center;
        }
        .jss52 .nav-cat-item:hover {
            padding-bottom: 280px;
            margin-bottom: -280px;
        }
        .jss52-sub{
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 180px;
            background: #fff;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            z-index: 10;
            padding: 10px 0;
            transition: all 0.2s ease-out;
            display: none;
            -o-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            transition: .6s;
        }
        .six-cate{
            transition: .6s;
        }
        .deep-menu .div-set-lo:hover .jss52-sub {
            display: block;
            opacity: 1;
            visibility: visible;
            transition-delay: 0.15s;
        }

        .jss53 {
            top: 60px;
            left: 0;
            right: 0;
            width: 100%;
            min-height: 120px;
            height: auto;
            padding: 1.5%;
            position: absolute;
            border-top: none;
            box-shadow: 0px 15px 14px rgba(0, 0, 0, 0.05);
            background-color: #FFFFFF;
            z-index: 100;
        }
        .onscrool-ja .jss53.catWrapper {
            left: 0;
            right: 0;
            width: 100%;
        }

        /* Single hierarchy: master → children only, listed left to right */
        .cat-children-row {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            gap: 8px 24px;
            padding: 8px 0;
        }
        .cat-child-link {
            text-decoration: none;
            color: #000;
            font-size: 13px;
            font-weight: 500;
            padding: 6px 0;
            white-space: nowrap;
            border-bottom: 1px solid transparent;
            transition: color 0.2s, border-color 0.2s;
        }
        .cat-child-link:hover {
            color: #e74d9f;
            border-bottom-color: #e74d9f;
        }

      
        

        







        .full-width-set {
    width: 100%;
        }

        .jss52 {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 26px;
    cursor: pointer;
}
       .jss51 .jss52 .MuiButtonBase-root .MuiButton-label{
            color: black;
            font-size: 13px;
            padding-bottom: 10px;
        }
         .jss51 .jss52 .MuiButtonBase-root .MuiButton-label:hover{
            
            border-bottom: 1.5px solid black;
        }
        .jss48 .jss440 .div-serotherlink{
            display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
        } 



        

        
        .trendingswiperoo  .swiper-pagination-bullet {
            width: 30px;
        height: 2px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 0px;
        }
        .trendingswiperoo .swiper-pagination-bullet-active {
          color: #fff;
          background: #0aa40a;
        }
          .trendingswiper  .swiper-pagination-bullet {
            width: 30px;
        height: 2px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 0px;
        }
        .trendingswiper .swiper-pagination-bullet-active {
          color: #fff;
          background: #0aa40a;
        }
        .trendingswipereight2 .swiper-pagination-bullet{
            background: none;
        color: rgb(148 148 148);
        opacity: 1;
        }
        .trendingswipereight2 .swiper-pagination-bullet-active {
          color: black;
          background: none;
        }
        .div-section-one  .trendingswipereight1  .swiper-wrapper{
            padding-bottom: 50px;
        }

 
        
        .compare-product-cate .comparesection-head .select-proforcomp .div-se{
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 20px;
        }
        .compare-product-cate .comparesection-head .div-se .image img{
            width: 100%;
            height: 100%;
            border-radius: 15px;
        }
        .compare-product-cate .comparesection-head .div-se .image{
            width: 100px;
            height: 100px;
        }
        
.compare-product-cate .comparesection-head .tittle-brand p {
    font-size: 17px;
    margin-bottom: 0rem;
}
.compare-product-cate .comparesection-head .amount-cost {
    display: flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
}
.compare-product-cate .comparesection-head .amount-cost .actuleprice {
    font-size: 15px;
    /* font-weight: 600; */
    margin-bottom: 0rem;
    
}
.compare-product-cate .comparesection-head .amount-cost .discount-cut {
    font-size: 13px;
    font-weight: 300;
    color: grey;
    text-decoration: line-through;
    
}
.compare-product-cate .comparesection-head .amount-cost span {
    font-size: 15px;
    /* font-weight: 600; */
    color: black;
    
}
.comparesection-head .product-similar-list .tittle-brand p {
    font-size: 15px;
}
.comparesection-head .product-similar-list  .amount-cost .actuleprice {
    font-size: 14px;
}
.comparesection-head .product-similar-list .amount-cost .discount-cut {
    font-size: 13px;
}
.comparesection-head .product-similar-list .product-onecate{
    margin-bottom: 20px;
}
.comparesection-head .product-similar-list .amount-cost span {
    font-size: 13px;
} 
   



        .full-width-set {
    width: 100%;
        }

        .jss52 {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 26px;
    cursor: pointer;
}
       .jss51 .jss52 .MuiButtonBase-root .MuiButton-label{
            color: black;
            font-size: 13px;
            padding-bottom: 10px;
            
        }
         .jss51 .jss52 .MuiButtonBase-root .MuiButton-label:hover{
            
            border-bottom: 1.5px solid black;
        }
        .jss48 .jss440 .div-serotherlink{
            display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
        } 
         .div-serotherlink .search-bar .input-search a{
            width: 100%;
         }
         .div-serotherlink .search-bar .input-search{
            width: 100%;
    border: 1px solid black;
    display: flex;
    align-items: center;
    border-radius: 25px;
    position: relative;
    height: 35px;
    overflow: hidden;
        }
         .div-serotherlink .search-bar .input-search input{ 
            width: 100%;
            border-radius: 30px;
            border: none;
            height: 100%;
            outline: none;
            padding: 0px 0px 0px 20px;
            background: none;
        }
         .div-serotherlink .search-bar .input-search .div-s{
            position: absolute;
            right: 0px;
            top: 0px;
            height: 100%;
            width: 50px;
            background: rgb(0, 0, 0); 
            border: none;
        } 
        .div-serotherlink .search-bar .input-search .div-s:hover{
            background: rgba(0, 0, 0, 0.618);
        }
         .div-serotherlink .search-bar .input-search .div-s img{
            width: 23px;
        } 
         .div-serotherlink .search-bar .input-search .div-s i{
            color: white;
            font-size: 16px;
        } 
        .jss48 .jss440 .div-serotherlink .notifi-header .image img{
            width: 23px;
            display: none;
        } 
        .jss48 .jss440 .div-serotherlink .wishlist-header .image img{
            width: 23px;
        } 
        .jss48 .jss440 .div-serotherlink .addto-card-header .image img{
            width: 23px;
        } 
        .jss48 .jss440 .div-serotherlink .usser-header .image img{
            width: 23px;
        }
        .jss48 .jss440 .div-serotherlink .notifi-header .image i{
            font-size: 18px;
            display: none;
            cursor: pointer;
        } 
        .jss48 .jss440 .div-serotherlink .wishlist-header .image i{
            font-size: 18px;
            cursor: pointer;
        } 
        .jss48 .jss440 .div-serotherlink .addto-card-header .image i{
            font-size: 18px;
            cursor: pointer;
        } 
        .jss48 .jss440 .div-serotherlink .usser-header .image i{
            font-size: 18px;
            cursor: pointer;
        }




        .jss48 .jss440 .div-serotherlink .notifi-header .image i:hover{
            color: #e9327a;
        } 
        .jss48 .jss440 .div-serotherlink .wishlist-header .image i:hover{
             color: #e9327a;
        } 
        .jss48 .jss440 .div-serotherlink .addto-card-header .image i:hover{
             color: #e9327a;
        } 
        .jss48 .jss440 .div-serotherlink .usser-header .image i:hover{
             color: #e9327a;
        }
        .full-width-set .MuiBox-root-other{
            display: flex;
    align-items: center;
    gap: 15px;
        }
        .full-width-set .MuiBox-root-other .menubar-phoneview{
            display: none;
        }
        .full-width-set .MuiBox-root-other .menubar-phoneview i{
          color: black;
        }



        .deep-menu .six-cate .jss52-sub .row-set-under-sub .row-settring .ul-list{
            display: flex;
    align-items: center;
    /* justify-content: center; */
        }
        .deep-menu .six-cate .jss52-sub .row-set-under-sub .row-settring .ul-list ul{
            padding-left: 0rem;
            margin-bottom: 0rem;
            list-style: none;
            width: 100%;
        }
        .deep-menu .six-cate .jss52-sub .ul-list .cat-tree-sub{
            padding-left: 1rem;
            margin-top: 4px;
            margin-bottom: 0;
        }
        .deep-menu .six-cate .jss52-sub .ul-list .cat-tree-sub li{
            margin-bottom: 4px;
        } 
        /* .deep-menu .six-cate{
            display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0px 2px;
        } */
        .deep-menu .six-cate .jss52-sub .row-set-under-sub .row-settring{
            /* display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0px 2px; */
    padding-top: 20px; 
        } 
        
        .deep-menu .six-cate .jss52-sub .row-set-under-sub .row-settring .ul-list ul li{
            
            color: black;
            /* padding-left: 3rem; */
            border: 1px solid transparent; 
            margin-bottom: 5px;
            padding: 0rem 0rem 0rem 3rem;
            font-size: 15px;
            
           
        }
        .deep-menu .six-cate .jss52-sub .row-set-under-sub .row-settring .ul-list ul li:hover{
            /* border: 1px solid black; */
            font-weight: 700;
        }
        /* .deep-menu .six-cate .jss52-sub .row-set-under-sub .row-settring .ul-list ul li:hover{
            box-shadow: 0px 5px 10px #d5d5d5;
            background: #faf7f7;
        } */
        .deep-menu .six-cate .div-set-lo{
            position: relative;
        }
        .deep-menu .six-cate .div-set-lo .image{
            display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
        }
        
        .deep-menu .six-cate .div-set-lo .image img{
            width: 50px;
        }
        .deep-menu .six-cate .div-set-lo .image .div-right-side{
            text-align: center;
            display: flex;
            gap: 5px;
        }
        .deep-menu .six-cate .div-set-lo .image .div-right-side p{
            font-size: 12px;
            font-weight: 500;
            line-height: normal;
            transition: .2s;
            color: black;
        }
        .deep-menu .six-cate .div-set-lo .image:hover .div-right-side p{
            color: #e74d9f;
            font-weight: 600;
        }
        .deep-menu .six-cate .div-set-lo .image:hover .div-right-side i{
            color: #e74d9f;
        }
        .deep-menu .six-cate .div-set-lo .image .div-right-side i{
            font-size: 15px;
            transition: .6s;
            color: black;
        }
        /* .deep-menu .six-cate .div-set-lo .image:hover .div-right-side i{
            transform: rotate(180deg);
        } */
       











        .oru-happy-counting-section{
            background: #1e441b;
    padding: 25px 50px
        }
        .oru-happy-counting-section .content-box{
            display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0px 2px;
        }
        .oru-happy-counting-section .content-box .div-counting-dicv{
            /* padding-left: 40px; */
            text-align: center;
        }
        .oru-happy-counting-section .content-box .div-counting-dicv h2{
            font-size: 35px;
            color: white;
            
        }
        .oru-happy-counting-section .content-box .div-counting-dicv p{
            color: #e1dede;
            font-size: 13px;
            
        }


        .combine-section{
            background: black;
            padding: 50px 0px 0px 0px;
        }
        .review-slider-section{
            background: black;
            padding: 50px 0px 0px 0px;
        }
        .review-slider-section .review-slider{
            border-bottom: 1.5px solid rgb(255, 255, 255);
            padding-bottom: 20px;
        }
        .div-revieclintsection{
            padding:20px 50px;
        }
        .div-revieclintsection .div-left{
            display: flex;
            justify-content: space-between;
        } 
        .div-revieclintsection .div-left .div-flexs h3{
            font-size: 16px;
            margin-bottom: 5px;
            color: white;
            
        }
        .div-revieclintsection .div-left .div-flexs .div-h4{
            font-size: 13px;
            color: white;
            padding: 5px 0px;
            
        } 
        .div-revieclintsection .div-left .div-flexs .five-star i{
            color: white;
    font-size: 16px;
    padding: 10px 0px 0px 0px;
        } 
        .div-revieclintsection .div-left .div-right .image img{
            width: 120px;
    height: 120px;
        }
        .div-revieclintsection .parareal-cont {
            padding-top: 25px;
        }
        .div-revieclintsection .parareal-cont p{
            color: #d7d3d3;
    font-size: 12px; 
    
        }



        .combine-section .footer-section{
            padding: 50px 0px 40px 0px;
        }
        .combine-section .footer-section .div-section-subfooter .section-onebox .box-heading h3{
            color: white;
    font-size: 15px;
     
    font-weight: 500;

        }
        .combine-section .footer-section .div-section-subfooter .section-onebox .box-heading .div-content-comp{
            padding-top: 10px;
        }
        .combine-section .footer-section .div-section-subfooter .section-onebox .box-heading .div-content-comp p{
            color: rgb(212, 207, 207);
            font-weight: 300;
            font-size: 13px;
            
        }
        .combine-section .footer-section .div-section-subfooter .section-onebox .box-heading .div-ul{
            padding-top: 10px;
        }
        .combine-section .footer-section .div-section-subfooter .section-onebox .box-heading .div-ul a p{
            color: rgb(212, 207, 207);
    font-size: 13px;
    padding: 0px 0px 2px 0px;
    margin-bottom: 4px !important;
    
    transition: .6s;
        }
        .combine-section .footer-section .div-section-subfooter .section-onebox .box-heading .div-ul a p:hover{
            color: rgba(255, 255, 255, 0.742);
            border-bottom: 1px solid white;
            width: fit-content;
        }
        .combine-section .footer-section .div-section-subfooter .sectiontwobox .image{ 
            text-align: center;
    padding: 20px 0px;
        }
        .combine-section .footer-section .div-section-subfooter .sectiontwobox .image img{
            width: 200px;
        }
        .section-threebox{
            display: flex;
    align-items: center;
    justify-content: space-between;
        }
.section-threebox .box-address-section{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: center;
} 
.section-threebox .box-address-section .div-left img{
    width: 30px;
} 
.section-threebox .box-address-section .div-right .padress-ss .addres-ad{
    max-width: 300px;
    
}
.section-threebox .box-address-section .div-right .padress-ss .div-number p{
    color: white;
     
}
.section-threebox .box-address-section .div-right .padress-ss p{
    color: #c2bebe;
    
}

.section-fourbox .link-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 20px 0px
}
.section-fourbox .link-social .img1:hover{
    background: blue;
    border-radius: 20px;
}
.section-fourbox .link-social .img2:hover{
    background: rgb(255, 0, 123);
    border-radius: 20px;
}
.section-fourbox .link-social .img3:hover{
    background: rgb(28, 120, 250);
    border-radius: 20px;
}
.section-fourbox .link-social .img4:hover{
    background: rgb(221, 10, 10);
    border-radius: 20px;
}
.section-fourbox .coppyright {
    text-align: center;
}
.section-fourbox .coppyright p{
    color: white;
}


#offcanvasExamplemenu .offcanvas-body{
    padding: 0px;
}
#offcanvasExamplemenu .accomatatiom-faq .con-faq .heading-e-faq h2{
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
}

#offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion-item .accordion-body{
    padding: 0px;
}
#offcanvasExamplemenu .accomatatiom-faq .con-faq .heading-e-faq{
    position: relative;
}
#offcanvasExamplemenu .accomatatiom-faq .con-faq .heading-e-faq h2::after{
    text-align: center;
    content: "";
    width: 100px;
    height: 3px;
    background: #de1f63;
    bottom: -9px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
} 
#offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion {
    padding: 10px 10px;
}
/* #offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion .accordion-item{
    margin-bottom: 20px;
} */
/* #offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion .accordion-item img{
    width: 20px;
    margin-right: 15px;

} */
#offcanvasExamplemenu .accomatatiom-faq .con-faq .accordion  .accordion-collapse{
    background: transparent;
}

#offcanvasExamplemenu .accomatatiom-faq .accordion-button{
    border-bottom: none !important;
    box-shadow: none;
    background: #ffffff;
    padding: 10px 10px;
    color: black;
    

}
#offcanvasExamplemenu .accomatatiom-faq .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #ffffff;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 0%);
}
#offcanvasExamplemenu .accomatatiom-faq .accordion-button:not(.collapsed),
.accordion-button:focus {
    color: #e20d8e;
  outline: none;
  border-color: transparent;
  /* box-shadow: none;
  background-color: transparent; */
}
 







#searchBarone {
    position: absolute;
top: 0px;
right: 0px;
display: none;
z-index: 1;
width: 100%;
}
#searchBarone input {
padding: 5px 0px 5px 10px;
width: 100%;
height: 100%;
}
#searchBarone i {
font-size: 15px;
color: #fff;
transition: .6s;
cursor: pointer;
padding: 5px 10px;
}
#searchBarone i:hover {
transform: rotate(90deg);
}
#searchBarone .set-onclick-search{
background-color: #223404;
padding: 0px;
display: flex;
align-items: center;
height: 30px;
}

#searchBarthree {
    position: absolute;
top: 0px;
right: 0px;
display: none;
z-index: 1;
width: 100%;
}
#searchBarthree input {
padding: 5px 0px 5px 10px;
width: 100%;
height: 100%;
}
#searchBarthree i {
font-size: 15px;
color: #fff;
transition: .6s;
cursor: pointer;
padding: 5px 10px;
}
#searchBarthree i:hover {
transform: rotate(90deg);
}
#searchBarthree .set-onclick-search{
background-color: #223404;
padding: 0px;
display: flex;
align-items: center;
height: 30px;
}
 
#searchBartwo {
    position: absolute;
top: 0px;
right: 0px;
display: none;
z-index: 1;
width: 100%;
}
#searchBartwo input {
padding: 5px 0px 5px 10px;
width: 100%;
height: 100%;
}
#searchBartwo i {
font-size: 15px;
color: #fff;
transition: .6s;
cursor: pointer;
padding: 5px 10px;
}
#searchBartwo i:hover {
transform: rotate(90deg);
}
#searchBartwo .set-onclick-search{
background-color: #223404;
padding: 0px;
display: flex;
align-items: center;
height: 30px;
}
.categories-page-section .container-box-categories .left-slide-filter-mobile{
    border-right: 1px solid #a2a2a2;
    border-top: 1px solid #a2a2a2;
}
.categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list{
    padding: 10px 20px 20px 20px;
    border-bottom: 1px solid #a2a2a2;
}
.categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .heading-search-option{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
}
.categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .heading-search-option .search-opclick .open-search{
    cursor: pointer;
}
.categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .heading-search-option .h2{
    font-size: 18px;
    
    margin-bottom: 0px;
} 
.categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .heading-search-option .search-opclick {
    cursor: pointer;
}
.categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .div-select-list .list-unstyled {
    height: 90px;
    overflow-y: scroll;
}
.categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .div-select-list .list-unstyled li{
    margin-bottom: 5px;
}
.categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .div-select-list .list-unstyled::-webkit-scrollbar {
    width: 3px;
  }
  .categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .div-select-list .list-unstyled::-webkit-scrollbar-track {
    background: #000000;
  }
  
  /* Handle */
  .categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .div-select-list .list-unstyled::-webkit-scrollbar-thumb {
    background: #888;
  }
 
.categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .div-select-list .list-unstyled li a{
    font-size: 14px;
    
} 
.categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .price-calculate .div-calculater-price{
    display: flex;
    margin-top: 10px;
    gap: 20px;
} 
.categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .price-calculate .div-calculater-price .div-min-amount .heading-amount{
    padding-bottom: 2px;
    font-size: 14px;
}
.categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .price-calculate .div-calculater-price .div-min-amount input{
    width: 100%;
    padding-left: 10px;
    color: black;
}
.categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .price-calculate .div-calculater-price .div-min-amount input::placeholder{
    font-size: 15px;
} 
 .categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .price-calculate .finalely-apply .search-price{
    width: 100%;
    border: 1px solid black;
    padding: 7px 0px;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
 } 
 .categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .price-calculate .finalely-apply .search-price:hover{
    background: black;
    color: white;
 }
 .categories-productsection{
    margin-right: 10px;
 }
.categories-productsection .div-list-differ-showproduct .div-catepro-list{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
    margin: 0px 0px 30px 0px;
}

.categories-productsection .div-list-differ-showproduct .div-catepro-list .heard-fi2{
    position: initial;
}


.compare-product-cate .product-onecate .div-contain .div-on-hover-show-det .div-hover-show .div-review-d .div-img i {
    font-size: 11px;
    color: white;
} 
.compare-product-cate .product-onecate .div-contain .div-footer .tittle-brand p {
    font-size: 15px; 
}

.compare-product-cate .product-onecate .div-contain .div-footer .amount-cost .actuleprice {
    font-size: 12px;
}
.compare-product-cate .product-onecate .div-contain .div-footer .amount-cost .discount-cut {
    font-size: 11px;
}
.compare-product-cate .product-onecate .div-contain .div-footer .amount-cost span {
    font-size: 11px;
}

  .product-onecate .div-contain .div-on-hover-show-det {
    position: relative;
    overflow: hidden;
    transition: .6s linear;
}

   .product-onecate .div-contain .div-on-hover-show-det:hover .product-photo {
    transform: scale(1.2);
}

   .product-onecate .div-contain .div-on-hover-show-det:hover .div-hover-show {
    bottom: 0px;
}

   .product-onecate .div-contain .div-on-hover-show-det .div-hover-show {
    position: absolute;
    bottom: -100%;
    transition: 2s;
    width: 100%;
    background: #00000073;
    height: 50%;
    text-align: center;
    padding: 30px 0px 10px 0px;
}  
.compare-cate i{
    width: 28px;
    height: 28px;
    background: #e5e5e5;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    cursor: pointer;
    font-size: 12px;
    z-index: 1;
}
.compare-cate i:hover{
    background: #0aa40a;
    color: white;
}
.product-onecate .div-contain .div-on-hover-show-det:hover .ratting-sub2 {
    transform: translateX(-300px);
}
.product-onecate .div-contain .div-on-hover-show-det .ratting-sub2 {
    border: 1px solid #ffffff;
    width: fit-content;
    padding: 4px 15px;
    margin: 15px 0px 10px 0px;
    position: absolute;
    bottom: 5px;
    background: white;
    transition: 2s;

}
.product-onecate .div-contain .div-on-hover-show-det .ratting-sub2 .ratting-show .div-sinlog {
    display: flex;
    gap: 10px;
}
.product-onecate .div-contain .div-on-hover-show-det .ratting-sub2 .ratting-show .div-sinlog .div-darkbold {
    color: black; 
    font-size: 13px;
    
}
.product-onecate .div-contain .div-on-hover-show-det .ratting-sub2 .ratting-show .div-sinlog i {
    color: #ffa74f;
    font-size: 12px;
}
.product-onecate .div-contain .div-on-hover-show-det .ratting-sub2 .ratting-show .div-sinlog span {
    width: 2px;
    background: black;
} 
.product-onecate .div-contain .div-on-hover-show-det .ratting-sub2 .ratting-show .div-sinlog .divdark {
    font-size: 13px;
    color: #000000;
    
}

   .product-onecate .div-contain .product-photo {
    width: 100%;
    /* height: 380px; */
    cursor: pointer;
    transition: 3s linear;
}

   .product-onecate .div-contain .div-footer {
    text-align: center;
}

   .product-onecate .div-contain .tittle-brand p {
    font-size: 16px;
    margin-bottom: 0rem;
    
    padding: 5px 0px;
}
   .product-onecate .div-contain .amount-cost{
    display: flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
}
  .product-onecate .div-contain .amount-cost .actuleprice {
    font-size: 14px;
    
    margin-bottom: 0rem;
}
  .product-onecate .div-contain .amount-cost .discount-cut {
    font-size: 12px;
    
    color: grey;
    text-decoration: line-through;
}
  .product-onecate .div-contain .amount-cost span {
    font-size: 14px;
    
    color: black;
}
  .product-onecate .div-contain .div-on-hover-show-det .div-hover-show .no-product {
    color: white;
    border-top: 1px solid white;
    width: 100px;
    margin: 10px auto;
}

  .product-onecate .div-contain .div-on-hover-show-det .div-hover-show .div-review-d {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0%);
}
.product-onecate .div-contain .div-on-hover-show-det .div-hover-show .div-review-d .div-img i{
    font-size: 13px;
    color: white;
}

   .product-onecate .div-contain .div-on-hover-show-det .div-hover-show .div-fl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.product-onecate .div-contain .div-on-hover-show-det .div-hover-show .div-fl i:hover{
    color: #e5006f;
}
.product-onecate .div-contain .div-on-hover-show-det .div-hover-show .div-fl i{
    font-size: 23px;
    color: white;
    cursor: pointer;
}

   .product-onecate .div-contain .div-on-hover-show-det .div-hover-show .div-fl img {
    width: 30px;
}


.trendingswipercate .swiper-button-next{
    display: none !important;
}
.trendingswipercate .swiper-button-prev{
    display: none !important;
}
.trendingswipercate{
    padding-bottom: 40px !important;
}
/* .fixed-heght-cate{
    height: 450px;
} */

 .share-btnonly{
    display: flex;
    align-items: center;
     justify-content: end;
     padding-right: 10px;

 }
 .share-btnonly .div-share{
  
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #989898;
    /* width: fit-content; */
    padding: 0px 10px;
    height: 30px;
    cursor: pointer;
 }
 .share-btnonly .div-share:hover{
    border: 1px solid black;
 }
 .share-btnonly .div-share i{
    font-size: 15px;
    color: #989898;
 }
 .share-btnonly .div-share:hover i{
    color: black;
 }
 .share-btnonly .div-share .dtext{
    font-size: 15px;
    /* font-weight: 600; */
    color: #989898;
    
 }
 .share-btnonly .div-share:hover .dtext{
    color: black;
 }
 .div-page-info{
    padding: 0px 20px;
}
 .div-page-info .div-trees{
    margin: 10px 0px 20px 0px;
}
.div-page-info .div-trees p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    
}
.div-page-info .div-trees p a{
    color: #000; 
}
.div-page-info .div-trees p a:hover{
    color: #727171; 
}
 .div-page-info .div-trees p span{
    
    color: #000;
    font-size: 15px;
    font-style: normal;
    /* font-weight: 600; */
    margin-bottom: 0px;
    line-height: normal;
     
}
.special-section-viewshortlist-phonefil{
    display: none;
}
.special-section-viewshortlist-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 20px 10px 20px;
}
.special-section-viewshortlist-title .headingcate-prod {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.special-section-viewshortlist-title .category-dropdown #category-select {
    
    /* padding: 4px 26px 4px 80px; */
    padding: 4px 26px 4px 10px;
    font-size: 14px;
    border-radius: 0px;
    /* border: 1px solid #ccc; */
    border: 1px solid rgb(148, 148, 148);
    display: block;
    width: 100%;
    line-height: 1.5; 
    background-image: url(Assets/downloadarrow.svg);
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 15px 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.special-section-viewshortlist-title .short-bi-recommenderd {
    position: relative;
}
.special-section-viewshortlist-title .short-bi-recommenderd #category-select{
    padding: 6px 20px 6px 115px;
    
    width: 250px;
    color: black;
    font-size: 14px;
} 
.special-section-viewshortlist-title .short-bi-recommenderd .divrecomender-short{
    position: absolute;
    top: 8px;
    left: 10px;
}
.special-section-viewshortlist-title .short-bi-recommenderd .divrecomender-short .image{
    display: flex;
    align-items: center;
    gap: 3px;
}
.special-section-viewshortlist-title .short-bi-recommenderd .divrecomender-short .image img{
    width: 20px;
}
.special-section-viewshortlist-title .short-bi-recommenderd .divrecomender-short .image p{
    font-size: 13px;
}
/* .special-section-viewshortlist-title .category-dropdown #category-select {
    padding: 4px 26px 4px 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url(Assets/downloadarrow.svg);
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 15px 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
} */
.div-tabsection-essencial .new-essencial { 
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding: 30px 0px;
}
 
.special-section-viewshortlist-title .div-select-size-ohtr2{
    display: flex;
    gap: 20px;
}
.display-filter{
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    align-items: center;
}
.display-filter .filter-section p{
    
}
.display-filter .all-clear-fiter p{
    
    font-size: 14px;
    cursor: pointer;
}
.div-select-size-ohtr2 #category-select{
    border-radius: 20px !important;
    border: 1px solid #ccc !important;

}
.categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .div-select-list .list-unstyled li{
    transition: .6s;
padding: 2px 5px 2px 10px;
cursor: pointer;
border: none;
}
.categories-page-section .container-box-categories .left-slide-filter-mobile .div-ul-list .div-select-list .list-unstyled li:hover{
      background: #f2f2f2;
      border: 1px solid #a3a2a2; 
}

.arrow-for-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
    padding: 20px 0px;
}
 
.arrow-for-slide .button-arrrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.arrow-for-slide .button-arrrow .one-count-step {
    
    height: 40px;
    width: 40px; 
    display: flex;
    color: rgb(0, 0, 0);
    font-size: 20px;
    align-items: center;
    justify-content: center;
    /* border: 1px solid black; */
}
.arrow-for-slide .button-arrrow .one-count-step:hover {
    height: 40px;
    width: 40px;
    background: #000000;
    display: flex;
    color: white;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

.arrow-for-slide .page-setnum{
    font-size: 18px;
    color: #555454;
    
}
.arrow-for-slide .div-previus-arro{
    display: flex;
    align-items: center;
    gap: 10px;
    border:1px solid #a6a2a2;
    padding: 4px 10px;
    cursor: pointer;
}
.arrow-for-slide .div-previus-arro i{
    font-size: 17px;
}
.arrow-for-slide .div-previus-arro p{
    
    letter-spacing: 1.5px;
} 
.arrow-for-slide .div-previus-arro:hover{
    background: black;
}
.arrow-for-slide .div-previus-arro:hover i{
    color: rgb(255, 255, 255);
}
.arrow-for-slide .div-previus-arro:hover p{
    color: rgb(255, 255, 255);
}







 
.section-newmanwomensection .div-set-div{
    display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0px;
align-items: center;
height: 350px;
}

.section-newmanwomensection .div-set-div .imgae{
    position: absolute;
left: 51%;
transform: translate(-50%, 0);
}
.section-newmanwomensection .div-set-div .imgae img{
    width: 500px;
}
.section-newmanwomensection .coleoneside{
    background: #d4ecff;
width: 100%;
height: 150px;
padding: 0px 20px;
cursor: pointer;
}
.section-newmanwomensection .coletwoside{
    text-align: end;
background: #ffd6d6;
width: 100%;
height: 150px;
padding: 0px 20px;
cursor: pointer;
}
.section-newmanwomensection .coleoneside h1{
    text-transform: uppercase;
    

-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgb(0 0 0);
-webkit-text-fill-color: rgba(255, 224, 51, 0);
font-size: 80px;
margin-top: -55px;
cursor: pointer;
}
.section-newmanwomensection .coletwoside h1{
    text-transform: uppercase;
    

-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgb(0 0 0);
-webkit-text-fill-color: rgba(255, 224, 51, 0);
font-size: 80px;
margin-top: -55px;
cursor: pointer;
}
.section-newmanwomensection .coleoneside:hover h1{
    -webkit-text-fill-color: rgb(255 255 255);

}
.section-newmanwomensection .coletwoside:hover h1{
    -webkit-text-fill-color: rgb(255 255 255);

}
.section-newmanwomensection .coleoneside .btn-shop{
    border: 1px solid black;
float: left;
padding: 3px 20px;
border-radius: 20px;
    
margin-top: 20px;
cursor: pointer;
}
.section-newmanwomensection .coletwoside .btn-shop{
    border: 1px solid black;
float: right;
padding: 3px 20px;
border-radius: 20px;
    
margin-top: 20px;
cursor: pointer;
}
.section-newmanwomensection .coletwoside .btn-shop:hover{
    background: black;
    color: white;
}
.section-newmanwomensection .coleoneside .btn-shop:hover{
    background: black;
    color: white;
}
 









.phone-view-filter{
    display: none;
}



#filter.active_button {
    background: #fe5722;
    color: #fff !important;
    transition: 0.5s;
}
.govin-filtermobile{
    height: 70vh !important;
}
.govin-filtermobile .offcanvas-body{
    padding: 0px;
 }
@media only screen and (min-width: 821px){
    #filter {
     display: none;
  
  }
  }
 
   






        @media only screen and (max-width: 1030px){
            .categories-productsection .div-list-differ-showproduct .div-catepro-list { 
                grid-template-columns: repeat(3, minmax(0, 1fr)); 
            }
              .product-onecate .div-contain .div-on-hover-show-det .div-hover-show .div-review-d {
                left: 40%;
                transform: translate(-30%, 0%);
            }
              .product-onecate .div-contain .amount-cost{
                gap: 6px;
            }
              .product-onecate .div-contain .amount-cost .actuleprice {
                font-size: 15px;
            }
              .product-onecate .div-contain .amount-cost .discount-cut {
                font-size: 12px;
            }
              .product-onecate .div-contain .amount-cost span {
                font-size: 12px;
            }
            
            .MuiIconButton-label-other img {
    width: 130px; 
}
.jss52{
    gap: 20px;
}
  .jss51 .jss52 .MuiButtonBase-root .MuiButton-label { 
    font-size: 13px;
}
.jss48 .jss440 .div-serotherlink .search-bar .input-search {
    width: 220px;
}
.arrow-for-slide{
    gap: 70px;
    padding: 20px 10px;
}
        }
        @media only screen and (max-width: 993px){
            .section-newmanwomensection .div-set-div .imgae img {
                width: 300px;
                }
                .section-newmanwomensection .coleoneside h1{
                font-size: 50px;
                margin-top: -35px;
                }
                .section-newmanwomensection .coletwoside h1{
                font-size: 50px;
                margin-top: -35px;
                }
                .section-newmanwomensection .coleoneside{
                height: 100px;
                }
                .section-newmanwomensection .coletwoside{
                height: 100px;
                }
           
            .section-threebox .box-address-section{
                gap: 5px;
            }
            .section-threebox .box-address-section .div-right .padress-ss p { 
                font-size: 13px;
            }
           
            .categories-page-section .container-box-categories .left-slide-filter-mobile{
                display: none;
            }
            .combine-section .footer-section .div-section-subfooter .section-onebox .box-heading {
    margin-bottom: 30px;
}
            .main-header-section .container-fluid-set-header .link-social{
                gap: 20px;
            }
            .full-width-set .MuiBox-root-other .menubar-phoneview{
            display: block;
        }
        .jss48 .jss440 .div-serotherlink .notifi-header .image img{ 
            display: block;
        } 
        .jss48 .jss440 .div-serotherlink .notifi-header .image i{ 
            display: block;
        } 
            
        .oru-happy-counting-section .content-box .div-counting-dicv h2 {
    font-size: 30px;
        }
        .oru-happy-counting-section .content-box .div-counting-dicv p { 
    font-size: 11px;
}
            .jss51 { 
    display: none;
}
           .onscrool-ja .jss51 { 
    display: none;
}



        }
        @media (max-width: 992px) {
            .deep-menu .six-cate .div-set-lo .image img {
                width: 30px;
            }
            .deep-menu .six-cate .div-set-lo .image .div-right-side p {
                font-size: 9px;
            }
            .deep-menu .six-cate .div-set-lo .image .div-right-side i {
                font-size: 10px;
            }
            .deep-menu .six-cate .jss52-sub .row-set-under-sub .row-settring .ul-list ul li{
                font-size: 12px;
            }
            #filter .container-one .row{
                margin-bottom: 75px;
            }
          #filter .nav-link {
            border-bottom: 1px solid black;
            padding: 10px;
            background: #ededed;
          }
          #filter .nav-link.active {
            color: #000000;
            background: #ffffff; 
            font-weight: 700;
          }
          #filter .search input{
            width: 100%;
          }
          #filter .search {
            margin-bottom: 40px !important;
          }
          
          #filter .divphoneproser {
            position: relative;
          }
          #filter .divphoneproser i{
            position: absolute;
            top: 50%;
            font-size: 12px;
            color: grey;
          }
          #filter .divphoneproser .searchInput{
            padding-left: 30px;
            width: 200px;
            border-bottom: 1px solid black;
            border-top: none;
            border-left: none;
            border-right: none;
            margin-bottom: 0px;
          }
        }
        @media only screen and (max-width: 820px) {
            #filter {
              overflow: hidden; 
            
            }
            #filter .container h2{
              color: #1a5328;
            }
            #filter .nav-tabs {
              border: 0;
              display: inline;
            }
            /* #filter .nav-tabs .nav-item:hover{
              box-shadow: 0px 0px 4px black;
            } */
            #filter .nav-link {
              border: 0;
              padding: 12px 10px 12px 10px;
              transition: 0.3s;
              color: #2c4964;
              border-radius: 0;
              border-right: 2px solid #ebf1f6;
              font-weight: 600;
              font-size: 15px;
            }
            #filter .nav-link:hover {
              color: #1a5328;
            }
            
            #filter .tab-pane.active {
              -webkit-animation: fadeIn 0.5s ease-out;
              animation: fadeIn 0.5s ease-out;
            }
            #filter .tab-pane .details .div-info{
              display: flex;
                gap: 10px;
                align-items: center;
                margin-bottom: 0px
            }
            #filter .tab-pane .details .div-info input{
              width: 15px;
                height: 15px;
            }
            #filter .tab-pane .details .div-info p{ 
              font-size: 20px;
              color: black;
            }
            #filter .details h3 {
              font-size: 20px;
              font-weight: 600;
              margin-bottom: 20px;
              color: black;
            }
            #filter .details p {
              color: #ffffff;
              font-size: 13px !important;
            }
            #filter .details p:last-child {
              margin-bottom: 0;
            }
            #filter .container .treatment-des button{
              background: #a5cd39;
                border: 0;
                padding: 10px 35px;
                color: #fff;
                transition: 0.4s;
                border-radius: 50px;
            
            }
            #filter .container .treatment-des button:hover{
              background: rgb(255, 255, 255);
              color: #000000;
              box-shadow: 0px 0px 5px rgb(132, 132, 132);
            }
              
           
            
            #filter .search {
              display: flex;
              align-items: center;
              margin-bottom: 20px;
            }
            #filter .search input{
              border: 1px solid black;
              outline: none;
            }
            #filter .search i{
              padding: 6px;
              border: 1px solid #bcbcbc;
              color: white;
              background: #a5cd39;
            }
            }
         
        @media only screen and (max-width: 767px){
            .main-start-login .div-sectiontwo .set-login-process .div-inlinethree .enter-verifation .check-box p {
                font-size: 10px;
            }
            .main-start-login .wrong-best i {
                font-size: 14px;
            }
            .main-start-login .wrong-best {
                position: absolute;
                top: 5px;
                right: 5px;
                background: black;
                height: 30px;
                width: 30px;
            }
            .onscrool-ja .jss51{
                padding: 2px 0px;
            }
            .section-newmanwomensection .div-set-div{
                height: 140px;
            }
            .section-newmanwomensection .div-set-div .imgae img {
                width: 200px;
                }
                .section-newmanwomensection .coleoneside .btn-shop{
                margin-top: 0px;
                padding: 2px 10px;
                font-size: 10px;
                }
                .section-newmanwomensection .coletwoside .btn-shop{
                margin-top: 0px;
                padding: 2px 10px;
                font-size: 10px;
                }
                .section-newmanwomensection .coletwoside .btn-shop{
                margin-top: 0px;
                }
                .section-newmanwomensection .coleoneside h1 {
                font-size: 30px;
                margin-top: -20px;
                }
                .section-newmanwomensection .coletwoside h1 {
                font-size: 30px;
                margin-top: -20px;
                }
                .section-newmanwomensection .coleoneside{
                padding: 0px 8px;
                height: 70px;
                }
                .section-newmanwomensection .coletwoside{
                padding: 0px 8px;
                height: 70px;
                }
            .main-start-login{
                width: 100%;
                grid-template-columns: repeat(1, minmax(0, 1fr));
                height: 100%;
            }
            .main-start-login .div-sectionone{
                height: 230px;
                border-radius: 20px 20px 0px 0px;
            }
            .main-start-login .div-sectiontwo{ 
                border-radius: 0px 0px 20px 20px;
             }
            .main-start-login .div-sectiontwo .set-login-process .div-inlinetwo {
                padding: 30px 20px 50px 20px;
            }
            .main-start-login .div-sectiontwo .set-login-process .div-inlinethree {
                padding: 10px 20px 20px 20px; 
            }
            .categories-productsection{
                margin-right: 0px;
             }
             .special-section-viewshortlist-phonefil{
                display: block;
                overflow: scroll;
             }
             .special-section-viewshortlist-phonefil .divlist-alltre{
                display: flex;
                align-items: center;
                gap: 5px;
                padding: 0px 10px 10px 5px;
                        /* justify-content: space-between; */
        min-width: 400px;
            }
            .special-section-viewshortlist-phonefil::-webkit-scrollbar {
                width: 0px;
                height: 0px;
              }
             .special-section-viewshortlist-phonefil .divlist-alltre .div-pse{
                /* font-size: 11px; */
                border: 1px solid black;
                border-radius: 30px;
                padding: 4px 11px;
        
             }
             .special-section-viewshortlist-phonefil .divlist-alltre .div-pse p{
                font-size: 11px;
             }
             .special-section-viewshortlist-phonefil .divlist-alltre .div-pse-filter{
                display: flex;
                align-items: center;
                gap: 4px;
                background: black;
                color: white;
             }
             .special-section-viewshortlist-phonefil .divlist-alltre .div-pse-filter i{ 
                font-size: 12px;
             }
             .special-section-viewshortlist-phonefil .divlist-alltre .div-pse-filter p{
                font-weight: 700;
             }
            .special-section-viewshortlist-title .category-dropdown #category-select{
                font-size: 10px;
                background-position: right 4px center;
                background-size: 9px 14px;
                padding: 3px 16px 3px 6px;
            }
            .special-section-viewshortlist-title .short-bi-recommenderd .divrecomender-short .image p {
                font-size: 10px;
            }
            .special-section-viewshortlist-title .short-bi-recommenderd .divrecomender-short .image img {
                width: 15px;
            }
            .special-section-viewshortlist-title .short-bi-recommenderd .divrecomender-short .image{
                gap: 1px;
            }
            .special-section-viewshortlist-title .short-bi-recommenderd .divrecomender-short {
                top: 7px;
                left: 3px;
            }
            .special-section-viewshortlist-title .short-bi-recommenderd #category-select {
                padding: 6px 0px 6px 72px;
                width: 160px;
            }
            .special-section-viewshortlist-title .div-select-size-ohtr2 { 
                gap: 4px;
            }
            .full-width-set  .div-serotherlink{
                display: none;
            }
            .onscrool-ja .jss51 .jss52{
                display: none;
            }
            .arrow-for-slide{
                flex-wrap: wrap;
                gap: 20px;
            }
            .arrow-for-slide .page-setnum {
                font-size: 15px;
                color: #555454;
            }
            .arrow-for-slide .button-arrrow{
                gap: 10px;
            }
            .arrow-for-slide .div-previus-arro p {
                font-weight: 500;
                font-size: 14px;
            }
            .arrow-for-slide .div-previus-arro i {
                font-size: 15px;
            }                        
            .div-page-info .div-trees {
                margin: 5px 0px 20px 0px;
            }
            .combine-section {
                background: black;
                padding: 0px 0px 0px 0px;
            }
            .div-page-info .div-trees p{
                font-size: 11px;
            }
            .div-page-info .div-trees p span { 
                font-size: 12px;
            }
            .div-page-info {
                padding: 0px 0px 0px 5px;
            }
            .oru-happy-counting-section .content-box .div-counting-dicv{
                margin: 10px 0px;
            }
            .oru-happy-counting-section { 
                padding: 30px 10px;
            }
            .display-filter{
                display: none;
            }
            .phone-view-filter{
                display: block;
                padding: 10px 20px;
                text-align: center;
                border: 1px solid black;
                background: black;
                color: white;
                margin: 0px 10px 15px 10px;
            }
            .section-threebox{
                flex-wrap: wrap;
            }
            .section-threebox .box-address-section{
                justify-content: start;
                margin-bottom: 20px;
            }
            .special-section-viewshortlist-title{
                margin: 5px 5px 10px 5px;
                display: none;
            }
            .categories-productsection .div-list-differ-showproduct .div-catepro-list {
                 
                grid-template-columns: repeat(2, minmax(0, 1fr));
               gap: 5px;
            }
            .comparesection-head .product-similar-list .product-onecate .div-contain .product-photo{
                height: 260px;
            }
            /* .fixed-heght-cate {
                height: 425px;
            } */
              .product-onecate .div-contain .div-footer { 
                padding: 5px 0px 15px 0px;
            }
             .product-onecate .div-contain .product-photo{
                height: 300px;
            }
            
               .product-onecate .div-contain .div-on-hover-show-det .div-hover-show{
                height: 50%;
                padding: 15px 0px 10px 0px;
            }
               .product-onecate .div-contain .div-on-hover-show-det .div-hover-show .div-review-d {
                
                left: 35%;
                transform: translate(-25%, 0%);
            }
            
            
.div-revieclintsection .div-left .div-flexs h3{
    font-size: 18px;
    margin-bottom: 5px;
}
.div-revieclintsection .div-left .div-right .image img {
    width: 85px;
    height: 85px;
}
.div-revieclintsection .div-left .div-flexs .five-star i{
    font-size: 12px;
}
            .oru-happy-counting-section .content-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px 2px;
}
            .jss48 .jss440 .div-serotherlink .search-bar .input-search{
    display: none;
}
            .jss48 .jss440 .div-serotherlink .notifi-header .image img{
            width: 20px; 
        } 
        .jss48 .jss440 .div-serotherlink .wishlist-header .image img{
            width: 20px;
        } 
        .jss48 .jss440 .div-serotherlink .addto-card-header .image img{
            width: 20px;
        } 
        .jss48 .jss440 .div-serotherlink .usser-header .image img{
            width: 20px;
        }
            .jss48 .jss440 .div-serotherlink{
                gap: 15px;
            }
            .main-header-section .container-fluid-set-header .signup-login .helpus{
                display: none;
            }
            .main-header-section .container-fluid-set-header .div-social-media{
                display: none;
            }
            
        }

/* Modern Login/Signup Modal Styles */
.login-modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background: white;
}

.login-modal-content .modal-header {
    padding: 20px 25px 0;
}

.login-modal-content .btn-close {
    background: #f3f4f6;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    opacity: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.login-modal-content .btn-close:hover {
    background: var(--primary-color);
    color: white;
    opacity: 1;
}

.auth-container {
    max-width: 100%;
}

.auth-header {
    margin-bottom: 30px;
}

.auth-logo img {
    max-width: 150px;
    height: auto;
}

.auth-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.auth-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    color: var(--text-muted);
}

/* Auth Tabs */
.auth-tabs {
    border-bottom: 2px solid #f3f4f6;
    margin-bottom: 30px;
}

.auth-tabs .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--text-muted);
    border: none;
    border-bottom: 3px solid transparent;
    padding: 15px 20px;
    background: transparent;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.auth-tabs .nav-link:hover {
    color: var(--primary-color);
    border-bottom-color: rgba(139, 92, 246, 0.3);
}

.auth-tabs .nav-link.active {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    background: transparent;
}

.auth-tabs .nav-link i {
    font-size: 0.9rem;
}

/* Auth Form */
.auth-form {
    max-width: 100%;
}

.auth-form .form-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--text-dark);
    font-size: 0.95rem;
    margin-bottom: 8px;
}

.auth-form .form-label i {
    color: var(--primary-color);
    font-size: 0.85rem;
}

.auth-input {
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: #f9fafb;
}

.auth-input:focus {
    border-color: var(--primary-color);
    background: white;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.1);
    outline: none;
}

.auth-input::placeholder {
    color: #9ca3af;
    font-size: 0.9rem;
}

/* Password Input Wrapper */
.password-input-wrapper {
    position: relative;
}

.password-input-wrapper .auth-input {
    padding-right: 45px;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.password-toggle:hover {
    color: var(--primary-color);
}

.password-toggle:focus {
    outline: none;
}

/* Form Check */
.form-check {
    margin-bottom: 0;
}

.form-check-input {
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    cursor: pointer;
    accent-color: var(--primary-color);
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-check-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: var(--text-dark);
    cursor: pointer;
    margin-left: 8px;
}

.forgot-password-link {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.forgot-password-link:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

/* Auth Submit Button */
.btn-auth-submit {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    border: none;
    padding: 14px 30px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.btn-auth-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
    color: white;
}

.btn-auth-submit:active {
    transform: translateY(0);
}

/* Divider */
.divider-with-text {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.divider-with-text::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e5e7eb;
}

.divider-with-text span {
    position: relative;
    background: white;
    padding: 0 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 500;
}

/* Social Login Buttons */
.social-login-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-social-login {
    border: 2px solid #e5e7eb;
    background: white;
    color: var(--text-dark);
    padding: 12px 20px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-social-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-google {
    border-color: #e5e7eb;
}

.btn-google:hover {
    border-color: #db4437;
    background: #fef5f4;
    color: #db4437;
}

.btn-google i {
    color: #db4437;
}

.btn-facebook {
    border-color: #e5e7eb;
}

.btn-facebook:hover {
    border-color: #1877f2;
    background: #f0f4ff;
    color: #1877f2;
}

.btn-facebook i {
    color: #1877f2;
}

/* Gender Options */
.gender-options {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.gender-options .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gender-options .form-check-input {
    margin: 0;
    width: 18px;
    height: 18px;
}

.gender-options .form-check-label {
    margin: 0;
    font-size: 0.95rem;
}

/* Terms Link */
.terms-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.terms-link:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

/* Auth Footer */
.auth-footer {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
}

.auth-footer p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
}

.switch-tab-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.switch-tab-link:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .login-modal-content .modal-dialog {
        margin: 10px;
    }
    
    .login-modal-content .modal-body {
        padding: 25px 20px;
    }
    
    .auth-title {
        font-size: 1.5rem;
    }
    
    .auth-subtitle {
        font-size: 0.85rem;
    }
    
    .auth-tabs .nav-link {
        padding: 12px 15px;
        font-size: 0.9rem;
    }
    
    .auth-input {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
    
    .btn-auth-submit {
        padding: 12px 25px;
        font-size: 0.95rem;
    }
    
    .btn-social-login {
        padding: 10px 15px;
        font-size: 0.9rem;
    }
    
    .gender-options {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .login-modal-content .modal-dialog {
        margin: 5px;
    }
    
    .login-modal-content .modal-body {
        padding: 20px 15px;
    }
    
    .auth-logo img {
        max-width: 120px;
    }
    
    .auth-title {
        font-size: 1.3rem;
    }
    
    .auth-tabs .nav-link {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
    
    .auth-tabs .nav-link i {
        display: none;
    }
    
    .auth-form .form-label {
        font-size: 0.9rem;
    }
    
    .auth-input {
        padding: 10px;
        font-size: 0.85rem;
    }
    
    .btn-auth-submit {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
    
    .btn-social-login {
        padding: 10px;
        font-size: 0.85rem;
    }
    
    .form-check-label {
        font-size: 0.85rem;
    }
    
    .auth-footer p {
        font-size: 0.85rem;
    }
}

/* Hide old login styles */
.wrapper-login,
.back-color,
.main-start-login,
.div-sectionone,
.div-sectiontwo {
    display: none !important;
}








       