* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: regular;
    src: url(../font/WorkSans-Regular.woff);
    src: url(../font/WorkSans-Regular.woff2);
}
@font-face {
    font-family: medium;
    src: url(../font/WorkSans-Medium.woff);
    src: url(../font/WorkSans-Medium.woff2);
}
@font-face {
    font-family: bold;
    src: url(../font/WorkSans-Bold.woff);
    src: url(../font/WorkSans-Bold.woff2);
}
.container-fluid{
    max-width: 90%;
}
:root {
    --bg-blue: #0B476F;
    --primary-color: #ffffff;
    --bg-half:#F7F7F7;
    --bg-bage:#FF8154;
    --bg-body:##FCFCFC;
    --bg-hover:#F0F4F6;
    --bg-yellow:#FFE43C;
    --bg-gray:#D6D6D6;
    --text-gray:#858585;
    --img-grey:#F5F5F5;
    --bg-footer:#F8F9FA;
    --greentxt:#1B8C44B2;
}
.body{
    background-color:var(--bg-body) ;
}
small.new {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-blue);
    color: var(--primary-color);
    border-radius: 4px;
    border: none;
    position: absolute;
    top: 20px;
    font-family: regular;
    font-size: 10px;
    text-transform: capitalize;
    left: 21px;
    padding: 3px 12px;
}
small.faciroute {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-yellow);
    color: black;
    border-radius: 4px;
    border: none;
    position: absolute;
    top: 20px;
    left: 21px;
    font-family: regular;
    font-size: 10px;
    text-transform: capitalize;
    padding: 3px 12px;
}
small.percent{
        width: 45px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-bage);
    color: var(--primary-color);
    border-radius: 4px;
    border: none;
    position: absolute;
    top: 20px;
    left: 21px;
    font-family: regular;
    font-size: 10px;
    text-transform: capitalize;
}
small.soldout {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-gray);
    color: black;
    border-radius: 4px;
    border: none;
    font-family: regular;
    font-size: 10px;
    text-transform: capitalize;
    position: absolute;
    top: 20px;
    left: 21px;
    padding: 3px 12px;
}
.formobilehide{
    display: block;
}
.menubaricon{
    background-color: var(--bg-blue);
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    display: none;
}
.menubaricon i{
   color: var(--primary-color);
    border-radius: 20px;
}
.sidebarsection{
    height: 100%;
    background-color: var(--bg-blue);
    position: absolute;
    top: 0px;
    left: -400px;
    right: 0px;
    z-index: 11111111;
    width: 250px;
    padding: 20px 20px;
    transition: 0.3s ease;
}
.sidebarsection.active{
    height: 100%;
    background-color: var(--bg-blue);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 111111;
    width: 250px;
    padding: 20px 20px;
    transition: 0.3s ease;
}
.sidebarsection .logodiv{
    width: 200px;
    background-color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 40px;

}
.sidebarsection .timesbutton{
    background-color: var(--bg-bage);
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 20px;
    border-radius: 10px 0px 0px 20px;
    cursor: pointer;
}
.sidebarsection .timesbutton i{
    color: var(--primary-color);
}
.sidebarsection .logodiv img{
    width: 100%;
}
.sidebarsection ul{
    padding: 10px;
}
.sidebarsection ul li{
    list-style: none;
    padding: 10px;
}
.sidebarsection ul li a{
    color: var(--primary-color)!important;
}

.topbar {
    background-color: var( --bg-blue);
    overflow: hidden;
    text-align: right;
    padding: 10px;
}
.topbar .content a{
    color: var(--primary-color);
    padding: 10px 5px;
     font-family: regular;
     font-size: 14px;
}
.topbar .content .pipe{
    color: #3C6C8C;
}


.navigationbar{
    width: 100%;
    padding: 20px;
    background-color: var(--primary-color);
}
.navigationbar .container-fluid{
    width: 100%;
    max-width: 90%;
    margin: auto;
}
.navigationbar .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.navigationbar .content .logodiv{
    width: 220px;
    height: 35px;
    
}
.navigationbar .content .logodiv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navigationbar .content .navbarlist ul {
   padding: 0px;
   margin: 0px;
}
.navigationbar .content .navbarlist ul li{
   list-style: none;
   display: inline-block;
   padding: 10px;
}
.navigationbar .content .navbarlist ul li a{
   list-style: none;
   display: inline-block;
   padding: 10px;
   font-family: medium;
   font-size: 14px;
   font-weight: 500;
   color:#11111199;
}

.navigationbar .content .Searchfilter{
    position: relative;
    display: flex;
}
.navigationbar .content .Searchfilter input{
   width: 416px;
    height: 44px;
    background-color: var(--bg-half);
    border: none;
    border-radius: 40px;
    padding: 0px 49px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigationbar .content .Searchfilter .searchicondiv{
    width: 24px;
    height: 24px;
    margin: auto;
    position: absolute;
    top: 7px;
    left: 15px;
}
.navigationbar .content .Searchfilter .searchicondiv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.navigationbar .content .icondiv{
    display: flex;
    align-items: center;
}
.navigationbar .content .icondiv .accountdiv,.navigationbar .content .icondiv .cartdiv{
    width: 24px;
    height: 24px;
    margin: auto 5px;
}
.navigationbar .content .icondiv .accountdiv img,.navigationbar .content .icondiv .cartdiv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.minibar{
    width: 100%;
    padding: 20px;
    background-color: var(--primary-color);
}
.minibar .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.minibar .content .catorgaries{
    display: flex;
    align-items: baseline;
}
.minibar .content .catorgaries .listimag{
    width: 20px;
    height: 20px;
    margin: auto;
}
.minibar .content .catorgaries .listimag img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.minibar .content .catorgaries p{
   margin-bottom: 0px;
   font-size: 12px;
   font-family: medium;
   font-weight: 500;
   color: #000000;
   padding-right: 50px;
   padding-left: 10px;
}
.minibar .content .listitem{

}
.minibar .content .listitem ul li{
    display: inline-block;
    list-style: none;
    padding: 10px 20px;
}
.minibar .content .listitem ul li a{
     font-size: 12px;
   font-family: medium;
   font-weight: 500;
    color: #000000;
}
.minibar .content .listitem ul li a span{
    background-color: var(--bg-bage);
    color: var(--primary-color);
    padding: 8px 13px;
    border-radius: 20px;
    font-family: regular;
    font-size: 10px;
}
.minibar .content .listitem ul li a img{
    padding-left: 10px;
}
.minibar .content .listitem  a {
    font-size: 12px;
   font-family: medium;
   font-weight: 500;
    color: #000000;
}
.minibar .content .listitem  a .userimg{
    width: 20px;
    height: 20px;
    margin-right: 20px;
}


.slidrsection{
    width: 100%;
    
}

.slidrsection .carousel-caption{
  text-align: left;
  left: 5%;
}
.slidrsection .carousel-caption p{
    font-size: 19px;
   font-family: medium;
   font-weight: 500;
   color: var(--primary-color);
   margin-top: 30px;
   margin-bottom: 0px;
}
.slidrsection .carousel-caption h1{
   font-family: bold;
   font-size: 46px;
   width: 330px;
   padding: 0px 0px 40px;
}
.slidrsection .carousel-caption button{
   background-color: var(--bg-blue);
   color: var(--primary-color);
   width: 144px;
   height: 44px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 20px;
   border: none;
   margin-bottom: 30px;
   font-size: 16px;
   font-family: medium;
   font-weight: 500;
} 
.slidrsection .carousel-item{
    border-radius: 30px!important;
}
.slidrsection .carousel-item img{
    border-radius: 20px;
    height: 420px;
}
.carousel-control-next{
    top: -319px!important;
    opacity: 1!important;
    width: 2%!important;
    right: 39px!important;
}
.carousel-control-prev{
    right: 89px !important;
    left: auto !important;
    top: -319px!important;
    opacity: 1!important;
    width: 2%!important;
}
.carousel-indicators{
    left: auto!important;
    right: -121px!important;
}
.carousel-indicators li{
    width: 7.57px!important;
    height: 7.57px!important;
    border-radius:20px!important;
    margin:0px 5px!important;
}
.carousel-indicators li.active{
    width: 27px!important;
    border-radius:11px!important;
    /* border-radius :10px!important; */
}

.Categories{
    width: 100%;
    padding: 35px 0px;
}
.Categories .headingcontent h2{
font-family: bold;
font-size: 17px;
font-weight: 700;
}

.Categories .seeallbuton{
  text-align: right;
}

.Categories .seeallbuton a{
    font-family: medium;
    font-size: 12px;
    color: var(--bg-blue);
    font-weight: 500;
    margin-right: 80px;
}
.Categories .seeallbuton span i{
    margin:0px 7px
}

.Categories .contentslogo{
    margin: 40px 0px;
        border: 1px solid #F5F5F5;
    border-radius: 7px;
    border: 0.86px solid #F5F5F5;
    text-align: center;
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 3px 1px #d5c8c8;
}
.Categories .contentslogo:hover,.Categories .contentslogo.active{
    border:1px solid var(--bg-blue);
    background-color: var(--bg-hover);
    box-shadow: none;
}
.Categories .contentslogo .imgdiv{
    width: 41.14285659790039px;
    height: 41.14285659790039px;
    margin:10px auto;


}
.Categories .contentslogo .imgdiv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Categories .contentslogo strong{
    display: block;
    font-family: medium;
    font-weight: 600;
    font-size: 16px;
    color: black;
    padding: 20px 30px;
}

.Categories .contentslogo.active::after,.Categories .contentslogo:hover::after{
content: "";
    position: absolute;
    left: 80px;
    bottom: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #084A6E;
    transform: rotate(180deg);
}
.Categories .productcontent{
    padding: 10px 0px;
    position: relative;
}
.Categories .productcontent .productimg{
    width: 160px;
    height: 160px;
    
}
.Categories .productcontent .productimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Categories .productcontent small.new{
        width: 43px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-blue);
    color: var(--primary-color);
    border-radius: 4px;
    border: none;
    position: absolute;
    top: 17px;
    font-family: regular;
    font-size: 10px;
    text-transform: capitalize;
    left: 9px;
}
.Categories .productcontent small.faciroute{
        width: 61px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-yellow);
    color: black;
    border-radius: 4px;
    border: none;
    position: absolute;
    top: 17px;
    left: 9px;
    font-family: regular;
    font-size: 10px;
    text-transform: capitalize;
}
.Categories .productcontent small.percent{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-bage);
    color: var(--primary-color);
    border-radius: 4px;
    border: none;
    position: absolute;
    top: 17px;
    left: 9px;
    font-family: regular;
    font-size: 10px;
    text-transform: capitalize;
    padding:3px 12px;
}
.Categories .productcontent small.soldout{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-gray);
    color: black;
    border-radius: 4px;
    border: none;
    font-family: regular;
    font-size: 10px;
    text-transform: capitalize;
    position: absolute;
    top: 17px;
    left: 9px;
}
.Categories .productcontent p{
    font-family: regular;
    font-size: 12px;
    color: #000000;
    padding: 5px 0px;
    margin-bottom: 0px;
}
.Categories .productcontent strong{
    font-family: medium;
    font-size: 15px;
    color: #000000;
    display: block;
    padding: 5px 0px;
}
.Categories .productcontent button{
    width: 160px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-blue);
    color: var(--primary-color);
    font-size: 12px;
    font-family: medium;
    border-radius: 20px;
    border:none;
    margin: 10px 0px 5px;
}
.cardslider{
    width: 100%;
    padding: 10px 0px 40px;
}
.cardslider .swiper-slide .imgdiv{
    width: 543px;
    height: 272px;
   
}
.cardslider .swiper-slide .imgdiv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
     border-radius: 20px;
}

.technologies,.WatchSection{
    padding: 20px 0px;
}
.technologies .headingcontent h2,.WatchSection .headingcontent h2{
   font-size: 17px;
   font-weight: 500;
   font-family: medium;
   color: black;
}
.technologies .seeallbuton, .WatchSection .seeallbuton{
    text-align: right;
    margin-bottom: 20px;
}
.technologies .seeallbuton a,.WatchSection .seeallbuton a{
    font-family: medium;
    font-size: 12px;
    color: var(--text-gray);
    padding: 0px 10px;
}
.technologies .seeallbuton a.active,.WatchSection .seeallbuton a.active{
    border-bottom: 1px solid #68D237;
    color: var(--bg-blue);
}
.technologies .seeallbuton span.anglelefrt,.WatchSection .seeallbuton span.anglelefrt{
    display: inline-block;
    margin-left: 30px;
}

.technologies .content{
    display: flex;
    margin: 10px 0px;
}
.technologies .content .imgdiv{
    width: 160px;
    height: 160px;
    background-color: var(--img-grey);
    border-radius: 5px;
}
.technologies .content button{
    position: absolute;
    bottom: 59px;
    width: 130px;
    height: 34px;
    background-color: var(--bg-blue);
    color: var(--primary-color);
    font-size: 12px;
    font-family: medium;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border:none;
    left: 27px;
}
.technologies .content:hover button{
    display: block;
}
.technologies .content:hover p{
    color: #68D237!important;
}
.technologies .content .imgdiv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
     border-radius: 5px;
}
.technologies .content .text{
    position: relative;
    left: 20px;
}
.technologies .content .text p{
    font-family: regular;
    font-size: 12px;
    color: black;
    margin-bottom: 5px;
}
.technologies .content .text strong,.WatchSection .content strong{
    display: block;
    font-family: medium;
    font-size: 16px;
    color: black;
    margin-bottom: 10px;
}
.technologies .content .text span{
    font-size: 10px;
    color: var(--text-gray);
}
.technologies .content .text a{
    font-size: 11px;
    font-family: medium;
    color: var(--bg-blue);
}
.WatchSection{
    margin-top: 10px;
}

.WatchSection .content .imagediv{
    width: 160px;
    height: 160px;
    background-color: var(--img-grey);

}
.WatchSection .content .imagediv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.WatchSection .content p{
    font-family: regular;
    font-size: 12px;
    color: black;
    margin-bottom: 5px;
    margin-top: 5px;
}
.WatchSection .content span{
    font-size: 10px;
       font-family: medium;
       display: block;
       color: var(--text-gray);
}
.WatchSection .content a{
    font-size: 11px;
    font-family: medium;
    color: var(--bg-blue);
}

.Cosmeticsection{
    margin: 30px 0px;
}

.Cosmeticsection .content .imagediv{
    width: 250px;
    height: 230px;
    background-color: var(--img-grey);

}
.Cosmeticsection .content .imagediv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.RealState{
    margin-top: 30px;
}
.RealState .content .imagediv{
    width: 250px;
    height: 151px;
    background-color: var(--img-grey);

}
.RealState .content .imagediv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.foodluxurysection{
    margin-bottom: 30px;
}
.foodluxurysection .content .imagediv{
    width: 250px;
    height: 230px;
    background-color: var(--img-grey);

}

.footer{
   padding: 20px 0px;
   background-color: var(--bg-footer);
}
.footer a{
    font-size: 12px;
    font-family: medium;
    color:var(--bg-blue);
    padding-right: 20px;
}
.footer p{
    font-size: 12px;
    font-family: medium;
    color:var(--bg-gray);
    padding-right: 20px;
    text-align: right;
}

/************************Porduct page******************/


.Porductsection{
    padding: 30px 0px;
}
.Porductsection .tabbutton{
    padding:20px 20px;
}
.Porductsection .tabbutton a{
    /* width: 91px;
    height: 31px; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0.79px solid #0000000D;
    border-radius: 20px;
    font-family: regular;
    font-size: 14px;
    color: #11111199;
    margin:10px 10px;
    padding: 5px 20px;
}
.Porductsection .tabbutton a.active{
    background-color: #FAFAFA;
}
.product-wrapper{
     display: flex;
    justify-content: center;
    align-items: center;
}
.Porductsection .gallery .main-imgdiv{
    width: 600px;
    height: 574px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Porductsection .gallery .main-imgdiv img.main-img{
    width: 462px;
    height: 447px;
}
.Porductsection .gallery .thumbs{
    display: flex;
}
.thumbimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}
.Porductsection .gallery .thumbs .thumbimg{
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0px 10px;
}
.Porductsection .gallery .thumbs .thumbimg.active{
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
   border: 1px solid #111111B2;
   border-radius: 10px;
    margin:0px 10px;
}

.Porductsection .content{
    padding: 0px 40px;
}
.Porductsection .content p{
    color: var(--greentxt);
    font-size: 18px;
    font-family: medium;
    margin-bottom: 5px;
}
.Porductsection .content h3{
    color: black;
    font-size: 30px;
    font-family: bold;
    margin-bottom: 5px;
    width: 580px;
}
.Porductsection .content span{
    display: block;
    font-size:18px;
    font-family: medium;
    color: var(--text-gray);
    padding: 5px 0px;
    width: 580px;
}
.Porductsection .content a{
    display: inline-block;
    font-family: medium;
    font-size: 18px;
    color: #111111CC;
}
.Porductsection .content a span{
    display: inline-block;
}
.Porductsection .content a span i{
   color: var(--bg-yellow);
}
.Porductsection .content h4{
    font-family: bold;
    font-size: 26px;
    color: black;
    padding: 10px 0px 10px;
}
.Porductsection .content ul{
    margin: 0px;
    padding: 0px 30px;
}
.Porductsection .content ul li{
    font-family: regular;
    font-size: 18px;
    color: #111111B2;
}
.Porductsection  .contentdiv {
    box-shadow: 0px 4px 80px 0px #0000000D;
    background-color: white;
   border: 1px solid #1111111A;
   padding: 10px;
   width: 580px;
   margin:30px 0px;
   border-radius: 20px;
}
.Porductsection  .contentdiv .pricesection{
    display: flex;
    padding: 10px 20px;
    justify-content: start;
    align-items: center;
}
.Porductsection  .contentdiv .pricesection span{
   padding: 5px 0px;
   color: #111111B2;
   margin-bottom: -10px;
   width: auto;
}
.Porductsection  .contentdiv .pricesection strong{
    font-size: 40px;
    font-family: bold;
    color: #000000;
}
    .Porductsection .contentdiv .pricesection .btn-shop {
        width: 340px;
        height: 70px;
        border-radius: 50px;
        background-color: var(--bg-blue);
        color: var(--primary-color);
        font-size: 18px;
        font-family: medium;
        margin: 5px 20px;
        border: none;
        text-decoration:none;
        cursor:pointer;
    }
.Porductsection  .contentdiv .pricesection  button{
    width: 340px;
    height: 70px;
    border-radius: 50px;
    background-color: var(--bg-blue);
    color: var(--primary-color);
    font-size: 18px;
    font-family: medium;
    margin:5px 20px;
    border:none;

}
.Porductsection  .contentdiv a{
    font-size: 16px;
    font-family: medium;
    border:1px solid;
    width: 172px;
    height: 56px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1111111A;
    border-radius: 50px;
    background-color: #FAFAFA;
    margin-left: 7px;
}
.Porductsection  .contentdiv a img{
    width: 20px;
    height: 18px;
    margin-right: 10px;
}

.ProvidetableSection{
    padding: 20px 0px;
}
.ProvidetableSection .content h3{
    font-family: bold;
    font-size: 26px;
    color: black;
}
.ProvidetableSection .rightcontent{
    text-align: right;
}
.ProvidetableSection .rightcontent p{
    font-family: medium;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
line-height: 140%;
letter-spacing: 0%;
color: var(--bg-blue);

}

.ProvidetableSection table{
    width: 100%;
    margin-top: 20px;
}
.ProvidetableSection table thead,.ProvidetableSection table thead tr,.ProvidetableSection table thead th{
    background-color: #F7F7F7;
    padding: 10px 30px;
    font-size: 18px;
    font-family: medium;
    color: var(--bg-blue);
    width: 20%;
   
}
.ProvidetableSection table thead th:first-child{
    border-radius: 20px 0px 0px 20px;
}
.ProvidetableSection table thead th:last-child{
    border-radius: 0px 20px 20px 0px;
}
.ProvidetableSection table tbody td{
    padding:20px 30px;
}
.ProvidetableSection table tbody td img{
    width: 115px;
    height: 46px;
}

.ProvidetableSection table tbody td p{
    font-family: bold;
    font-size: 20px;
}

.ProvidetableSection table tbody td span{
    font-family: regular;
    font-size: 20px;
    color: var(--bg-blue);
}
    .ProvidetableSection table tbody td .shop-now-btn {
        width: 175px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg-blue);
        color: var(--primary-color);
        font-family: medium;
        font-size: 20px;
        border-radius: 30px;
        border: none;
    }
        .ProvidetableSection table tbody td .shop-now-btn img {
            width: 24px;
            height: 24px;
            margin-left: 10px;
        }
.ProvidetableSection table tbody td button{
    width: 175px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-blue);
    color: var(--primary-color);
    font-family: medium;
    font-size: 20px;
    border-radius: 30px;
    border:none;
}
.ProvidetableSection table tbody td button img{
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.TAbssection{
    width: 100%;
    padding: 20px 0px;
}
.TAbssection .tab-menu{
    border-bottom: 1px solid #1111111A;
}
.TAbssection .tab-menu a.tab-btn{
    width: 240px;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px;
    font-family: regular;
    font-size: 18px;
    color:#111111B2;
    text-decoration: none;
}
.TAbssection .tab-menu a.tab-btn.active{
    border-bottom: 2px solid var(--bg-blue);
    color: var(--bg-blue);
    font-family: medium;
}
.TAbssection .tab-content{
    padding: 20px 0px;
}
.TAbssection .tab-content ul{
    padding: 10px 20px;
}
.TAbssection .tab-content ul strong{
    font-family: medium;
    font-size: 18px;
}

.TAbssection .tab-content p{
    font-size: 16px;
    font-family: regular;
    color: #111111B2;
}
.TAbssection .tab-content h4{
    font-family: bold;
    font-size: 20px;
    color: black;
    padding: 20px 0px;
    text-align: center;
}


.ChartSection{
    width: 100%;
    padding: 10px 0px;
}
.ChartSection .content h3{
    font-family: bold;
    font-size: 26px;
    color: black;
    margin-bottom: 30px;
}

.ChartSection .content button{
    padding: 10px 30px;
    border-radius: 30px;
    margin-right: 10px;
    font-size: 18px;
    font-family: regular;
    color:#111111;
    border: 1px solid #1111111A;
}
.ChartSection .content button.active{
    color:var(--primary-color);
    background-color: var(--bg-blue);
}

.RelatedProduct{
    background-color: var(--bg-blue);
    padding: 30px 0px;
}
.RelatedProduct h4{
    font-family: bold;
    font-size: 20px;
    color: var(--primary-color);
    text-align: center;
}
.Prductleft{
    padding: 50px 0px;
}
.Prductleft .contentdiv{
    text-align: center;
}
.Prductleft .contentdiv .imgdiv{
   width: 250px ;
   height: 200px;
   margin: auto;
}
.Prductleft .contentdiv .imgdiv img{
    width: 100%;
    height: 100%;
}
.Prductleft .contentdiv p{
    font-family: medium;
    font-size: 16px;
    font-weight: 600;
    margin:15px 0px
}
.Prductleft .contentdiv strong{
    font-family: medium;
    font-size: 16px;
    font-weight: 600;
    color: var(--bg-blue);
    display: block;
    text-align: center;
}
.Prductleft .contentdiv button{
    width: 260px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-blue);
    color: var(--primary-color);
    border:none;
    border-radius: 30px;
    margin: 20px auto;
    font-family: medium;
    font-size: 20px;
}

.CatergoiresSection{
    padding: 0px  0px;
}
.CategoresDiv{
    display: flex;
}

.CatergoiresSection .leftSide{
    width: 300px;
}
.CatergoiresSection .filter-title{
    font-size: 20px;
    font-family: medium;
    margin-bottom: 10px;
}
.CatergoiresSection .category-item{
   padding: 10px 10px;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: medium;

}
.CatergoiresSection .category-item img{
    
    position: absolute;
    right: 0px;
}
.CatergoiresSection .category-item img.active{
    transform: rotate(180deg);
}
.CatergoiresSection .rightside{
    padding: 10px 30px;
   
    
}
.badge-light{
    background-color: transparent!important;
}
#productContainer .product-card{
    margin:10px 0px;
    position: relative;
}
#productContainer .product-card .product-img{
    width: 180px;
    height: 180px;
    background-color: #F5F5F5;
}
#productContainer .product-card .product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#productContainer .product-card h6{
    font-family: regular;
    font-size: 14px;
    color: black;
}
#productContainer .product-card .price{
    font-size: 16px;
    font-family: medium;
    font-weight: 600;
    color: black;
}
#productContainer .product-card .coverby{
    margin:10px 0px;
    font-family: medium;
    color: var(--bg-blue);
    font-size: 14px;
}
.category-item:hover{
   border: 1px solid var(--bg-blue);
   border-radius: 10px;
   padding: 10px;
}
.category-item.sub-cat.active{
    background-color: var(--bg-blue)!important;
    color: var(--primary-color) !important;
    border-radius: 10px;
}
.category-item.sub-cat.active .category-item{
    border: 1px solid;
    background-color: red!important;
}
 .CatergoiresSection span.badge{
    display: inline-block;
    background-color: #F5F5F5!important;
    color:#000000!important;
    padding: 10px 20px!important;
    border-radius: 20px;
    margin:10px 0px
}
.CatergoiresSection span.color-dot{
    width: 25px;
    display: inline-block;
    height: 25px;
    margin:5px 10px;
    border-radius: 50%;
}
.CatergoiresSection .rightside nav{
    display: flex;
    justify-content: end;
    align-items: center;
}
.CatergoiresSection .rightside nav ul li{
    margin:10px 5px;
}
.page-item .page-link,.page-item.active .page-link{
    border-radius: 10px;
}
.page-link{
    color: Gray!important;
    font-size: 12px;
}
.page-item.active .page-link{
    background-color: #0B476F!important;
    border:1px solid #0B476F!important;
    color: white!important;
}

.Brandsection{
    text-align: center;
}
.Brandsection h4{
    font-size: 30px;
    font-family: bold;
    color: #111111;
    margin-top: -50px;
}
.Brandsection h4 span{
    color: #0B476F;
}

.BrandButton{
    padding:20px 0px;
}
.BrandButton .buttonsdiv{
    display: flex;
}
.BrandButton .buttonsdiv .bransAll{
    width: 200px;
}
.BrandButton .buttonsdiv .bransAll a{
    padding: 10px 25px;
    border:1px solid var(--bg-blue);
    border-radius: 20px;
    color: black;
    font-family: medium;
    font-size: 12px;
}
.BrandButton .buttonsdiv .bransAll a.active{
    padding: 10px 25px;
    border:1px solid var(--bg-blue);
    border-radius: 20px;
    color: white;
    font-family: medium;
    font-size: 12px;
    background-color: var(--bg-blue)!important;
}
.BrandButton .buttonsdiv .brandABC{
    width: 60%;
}
.BrandButton .brandABC a.active{
    border:1px solid var(--bg-blue);
    border-radius: 20px;
    color: white !important;
    font-family: medium;
    font-size: 12px;
    background-color: var(--bg-blue)!important;
 
}
    .BrandButton .buttonsdiv .brandABC a {
        width: 34px;
        height: 35px;
        border: 1px solid var(--bg-blue);
        border-radius: 20px;
        color: black;
        font-family: medium;
        font-size: 12px;
        display: inline-block;
        margin-bottom: 10px;
        margin: 0px 10px 10px 5px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        cursor: pointer;
    }
.BrandButton .Searchfilter{
    position: relative;
    display: flex;
}
.BrandButton .Searchfilter input{
   width: 416px;
    height: 44px;
    background-color: var(--bg-half);
    border: none;
    border-radius: 40px;
    padding: 0px 49px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.BrandButton .Searchfilter .searchicondiv{
    width: 24px;
    height: 24px;
    margin: auto;
    position: absolute;
    top: 7px;
    left: 15px;
}
.BrandButton .Searchfilter .searchicondiv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brandCompanyname{
    padding: 10px 0px;
}
.brandCompanyname .BrandName h4{
    font-family: bold;
    font-size: 30px;
    color: var(--bg-blue);
}
.brandCompanyname .BrandPorductName p{
    font-family: medium;
    font-size: 14px;
    color: #11111199;
}
.price-range-wrapper {

margin: 40px auto;
font-family: Arial, sans-serif;
}


.min-label, .max-label {
font-size: 18px;
color: #555;
font-weight: 600;
}
.max-label { float: right; }


.slider-container {
position: relative;
height: 40px;
margin-top: 20px;
}


input[type=range] {
position: absolute;
width: 100%;
pointer-events: none;
-webkit-appearance: none;
height: 6px;
background: transparent;
}


input[type=range]::-webkit-slider-thumb {
pointer-events: all;
width: 22px;
height: 22px;
background: #0D466B;
border-radius: 50%;
cursor: pointer;
-webkit-appearance: none;
margin-top: 30px;
}


.track-bg {
position: absolute;
width: 100%;
height: 6px;
background: #eee;
border-radius: 4px;
top: 50%;
transform: translateY(-50%);
}


.track-fill {
position: absolute;
height: 6px;
background: #0D466B;
border-radius: 4px;
top: 50%;
transform: translateY(-50%);
}


.values {
margin-top: 15px;
display: flex;
justify-content: space-between;
font-size: 16px;
font-weight: bold;
}


.RealState small.new ,.RealState small.faciroute,.RealState small.soldout , .RealState small.percent{

    top: 9px;

}
.Cosmeticsection  small.new ,.Cosmeticsection  small.faciroute,.Cosmeticsection  small.soldout , .Cosmeticsection  small.percent{

    top: 9px;

}
.foodluxurysection   small.new ,.foodluxurysection   small.faciroute,.foodluxurysection   small.soldout , .foodluxurysection   small.percent{

    top: 9px;

}
.WatchSection small.new ,.WatchSection  small.faciroute,.WatchSection  small.soldout , .WatchSection small.percent{

    top: 9px;

}
.product-card small.new ,.product-card  small.faciroute,.product-card  small.soldout , .product-card small.percent{
    left: 10px;
    top: 9px;

}
.technologies .seeallbuton, .WatchSection .seeallbuton{
    text-align: center;
}

.category-item:hover img{
   right: 20px;
}

.imageSidebaricon{
    margin: 20px ;
    display: none;
}

.imageSidebaricon i{
    background-color: #084A6E;
    color: white;
    padding: 10px;
    border-radius: 20px;
}










@media(max-width:1600px){
    .navigationbar .content .navbarlist ul li{
        padding: 0px;
    }
}

@media(max-width:1500px){
    .navigationbar .content .logodiv {
    width: 210px;
    height: 30px;
    }
    .navigationbar .content .navbarlist ul li a {
    list-style: none;
    display: inline-block;
    padding: 10px;
    font-family: medium;
    font-size: 13px;
    font-weight: 500;
    color: #11111199;
}
.navigationbar .content .Searchfilter input{
    width: 380px;
}
}

@media(max-width:1400px){
    .container-fluid{
        max-width: 100%;
    }
    .navigationbar .container-fluid{
        max-width: 100%;
    }
    .navigationbar .content .logodiv {
        width: 170px;
        height: 25px;
    }
    .navigationbar .content .navbarlist ul li a {
    list-style: none;
    display: inline-block;
    padding: 10px;
    font-family: medium;
    font-size: 12px;
    font-weight: 500;
    color: #11111199;
}
.navigationbar .content .Searchfilter input{
    width: 350px;
}
}

@media(max-width:1200px){
    .navigationbar .container-fluid{
        max-width: 100%;
    }
    .navigationbar .content .logodiv {
        width: 160px;
        height: 25px;
    }
.navigationbar .content .icondiv .accountdiv, .navigationbar .content .icondiv .cartdiv{
    width: 20px;
    height: 20px;
}
.navigationbar .content .Searchfilter input{
    width: 320px;
}
.Porductsection .gallery .main-imgdiv {
    width: 350px;
    height: 359px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:50px auto  80px;
}
.Porductsection .gallery .thumbs .thumbimg {
    width: 86px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 6px;
}
.Porductsection .content h3 {
    color: black;
    font-size: 24px;
    font-family: bold;
    margin-bottom: 5px;
    width: 516px;
}
.Porductsection .content span,.Porductsection .contentdiv{
     width: 516px;
}
    .Porductsection .contentdiv .pricesection .btn-shop {
        width: 275px;
        height: 54px;
        border-radius: 50px;
        background-color: var(--bg-blue);
        color: var(--primary-color);
        font-size: 18px;
        font-family: medium;
        margin: 5px 20px;
        border: none;
        text-decoration:none;
        cursor:pointer;
    }
.Porductsection .contentdiv .pricesection button {
    width: 275px;
    height: 54px;
    border-radius: 50px;
    background-color: var(--bg-blue);
    color: var(--primary-color);
    font-size: 18px;
    font-family: medium;
    margin: 5px 20px;
    border: none;
}
.Porductsection .contentdiv a {
    font-size: 14px;
    font-family: medium;
    border: 1px solid;
    width: 141px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1111111A;
    border-radius: 50px;
    background-color: #FAFAFA;
    margin-left: 7px;
}
.Porductsection .contentdiv .pricesection strong {
    font-size: 30px;
    font-family: bold;
    color: #000000;
}
.ProvidetableSection .container-fluid,.TAbssection .container-fluid,.ChartSection .container-fluid,.Prductleft .container-fluid{
  max-width: 95%!important;
}
.ProvidetableSection .content h3,.ChartSection .content h3{
    font-size: 22px;
}
.ProvidetableSection table thead, .ProvidetableSection table thead tr, .ProvidetableSection table thead th{
    font-size: 15px;
}
.ProvidetableSection table tbody td img {
    width: 95px;
    height: 32px;
}
    .ProvidetableSection table tbody td .shop-now-btn {
        width: 145px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg-blue);
        color: var(--primary-color);
        font-family: medium;
        font-size: 15px;
        border-radius: 30px;
        border: none;
    }
.ProvidetableSection table tbody td button {
    width: 145px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-blue);
    color: var(--primary-color);
    font-family: medium;
    font-size: 15px;
    border-radius: 30px;
    border: none;
}
.ChartSection .content button {
    padding: 5px 20px;
    border-radius: 30px;
    margin-right: 10px;
    font-size: 15px;
    font-family: regular;
    color: #111111;
    border: 1px solid #1111111A;
}
.Prductleft .contentdiv .imgdiv {
    width: 200px;
    height: 139px;
    margin: auto;
}
.Prductleft .contentdiv button {
    width: 201px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-blue);
    color: var(--primary-color);
    border: none;
    border-radius: 30px;
    margin: 20px auto;
    font-family: medium;
    font-size: 16px;
}
.Porductsection .gallery .main-imgdiv img.main-img {
    width: 419px;
    height: 330px;
}
}

@media(max-width:1110px){
    .navigationbar .container-fluid{
        max-width: 100%;
    }
    .navigationbar .content .logodiv {
        width: 150px;
        height: 25px;
    }
.navigationbar .content .icondiv .accountdiv, .navigationbar .content .icondiv .cartdiv{
    width: 20px;
    height: 20px;
}
.navigationbar .content .Searchfilter input{
    width: 280px;
}
.Porductsection .content h3{
    width: 100%;
}
.Porductsection .content span, .Porductsection .contentdiv{
    width: 100%;
}
    .Porductsection .contentdiv .pricesection .btn-shop {
        width: 222px;
        height: 46px;
        border-radius: 50px;
        background-color: var(--bg-blue);
        color: var(--primary-color);
        font-size: 16px;
        font-family: medium;
        margin: 5px 20px;
        border: none;
        text-decoration: none;
        cursor: pointer;
    }
    .Porductsection .contentdiv .pricesection button {
        width: 222px;
        height: 46px;
        border-radius: 50px;
        background-color: var(--bg-blue);
        color: var(--primary-color);
        font-size: 16px;
        font-family: medium;
        margin: 5px 20px;
        border: none;
    }
        .Porductsection .contentdiv a {
        font-size: 14px;
        font-family: medium;
        border: 1px solid;
        width: 125px;
        height: 37px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #1111111A;
        border-radius: 50px;
        background-color: #FAFAFA;
        margin-left: 7px;
    }
    
    #productContainer .product-card .product-img {
    width: 150px;
    height: 150px;
    background-color: #F5F5F5;
}
   

}


@media(max-width:1090px){
    .navigationbar .container-fluid{
        max-width: 100%;
    }
        .navigationbar .content .logodiv {
        width: 146px;
        height: 23px;
    }
.navigationbar .content .icondiv .accountdiv, .navigationbar .content .icondiv .cartdiv{
    width: 20px;
    height: 20px;
}
    .navigationbar .content .Searchfilter input {
        width: 250px;
        padding: 0px 19px 0px 45px;
    }
    .navigationbar .content .navbarlist ul li a{
        font-size: 11px;
        padding: 10px 7px;
    }
}

@media(max-width:992px){
   .minibar .content .listitem ul li a {
    font-size: 11px;
    font-family: medium;
    font-weight: 500;
    color: #000000;
}
.minibar .content .listitem ul li{
    padding: 10px;
}
.slidrsection .carousel-item img {
    border-radius: 20px;
    height: 379px;
}
.carousel-indicators {
    left: auto !important;
    right: -81px !important;
}
.Categories .contentslogo{
    width: 100px;
}
.Categories .contentslogo strong{
    font-size: 12px;
}
.cardslider .swiper-slide .imgdiv {
    width: 343px;
    height: 197px;
}
.WatchSection .content{
    margin-bottom: 20px;
}
.Cosmeticsection .content .imagediv {
    width: 164px;
    height: 180px;
    background-color: var(--img-grey);
}
.RealState .content .imagediv {
    width: 151px;
    height: 151px;
    background-color: var(--img-grey);
}
.foodluxurysection .content .imagediv {
    width: 154px;
    height: 190px;
    background-color: var(--img-grey);
}
    .slidrsection .carousel-item img {
        border-radius: 20px;
        height: 320px;
    }
    .slidrsection .carousel-caption h1 {
    font-family: bold;
    font-size: 30px;
    width: 330px;
    padding: 0px 0px 20px;
}
.carousel-control-prev {
    right: 89px !important;
    left: auto !important;
    top: -245px !important;
    opacity: 1 !important;
    width: 2% !important;
}


.carousel-control-next {
    right: 0;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s 
ease;
}
[role=button] {
    cursor: pointer;
}
.carousel-control-next {
    top: -245px !important;
    opacity: 1 !important;
    width: 2% !important;
    right: 39px !important;
}
.CatergoiresSection .container{
    max-width: 90%;
}

}

@media(max-width:991px){
.formobilehide{
    display: none!important;
}
.menubaricon{
    background-color: var(--bg-blue);
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    z-index: 11111;
}
.Porductsection .gallery .main-imgdiv{
    margin:auto;
}
    .Porductsection .gallery .main-imgdiv img.main-img {
        width: 239px;
        height: 188px;
    }
        .Porductsection .gallery .thumbs .thumbimg {
        width: 74px;
        height: 77px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 6px;
    }
        .Porductsection .content h3 {
        color: black;
        font-size: 20px;
        font-family: bold;
        margin-bottom: 5px;
        width: 516px;
    }
    .Porductsection .content span {
    display: block;
    font-size: 15px;
    font-family: medium;
    color: var(--text-gray);
    padding: 5px 0px;

}
.Porductsection .content h4 {
    font-family: bold;
    font-size: 20px;
    color: black;
    padding: 10px 0px 10px;
}
.Porductsection .content ul li {
    font-family: regular;
    font-size: 15px;
    color: #111111B2;
}
.Porductsection .content span,.Porductsection .content h3{
    width: 100%;
}
    .Porductsection .contentdiv .pricesection strong {
        font-size: 20px;
        font-family: bold;
        color: #000000;
    }
    .Porductsection .contentdiv .pricesection .btn-shop {
        width: 166px;
        height: 39px;
        border-radius: 50px;
        background-color: var(--bg-blue);
        color: var(--primary-color);
        font-size: 15px;
        font-family: medium;
        margin: 5px 20px;
        border: none;
        text-decoration: none;
        cursor: pointer;
    }
    .Porductsection .contentdiv .pricesection button {
        width: 166px;
        height: 39px;
        border-radius: 50px;
        background-color: var(--bg-blue);
        color: var(--primary-color);
        font-size: 15px;
        font-family: medium;
        margin: 5px 20px;
        border: none;
    }
    .Porductsection .contentdiv a {
        font-size: 10px;
        font-family: medium;
        border: 1px solid;
        width: 106px;
        height: 34px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #1111111A;
        border-radius: 50px;
        background-color: #FAFAFA;
        margin-left: 7px;
    }
}

@media(max-width:768px){
    .Porductsection .gallery .thumbs .thumbimg{
        width: 50px;
        height: 76px;
    }
    .Porductsection .gallery .thumbs  img{
        width: 50px;
        height: 50px;
    }
    .Porductsection .content p {
    color: var(--greentxt);
    font-size: 12px;
    font-family: medium;
    margin-bottom: 5px;
}
    .Porductsection .content h3 {
        color: black;
        font-size: 17px;
        font-family: bold;
        margin-bottom: 5px;

    }
        .Porductsection .content span {
        display: block;
        font-size: 13px;
        font-family: medium;
        color: var(--text-gray);
        padding: 5px 0px;
    }
    .Porductsection .content h4 {
        font-family: bold;
        font-size: 15px;
        color: black;
        padding: 10px 0px 10px;
    }
        .Porductsection .content ul li {
        font-family: regular;
        font-size: 12px;
        color: #111111B2;
    }
    .Porductsection .content{
        padding: 0px 10px;
    }
    .ProvidetableSection .content h3, .ChartSection .content h3,.ProvidetableSection .rightcontent p{
        font-size: 17px;
    }
    .ProvidetableSection table thead, .ProvidetableSection table thead tr, .ProvidetableSection table thead th{
        font-size: 14px;
    }
    .TAbssection .tab-menu a.tab-btn {
    width: 135px;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px;
    font-family: regular;
    font-size: 13px;
    color: #111111B2;
    text-decoration: none;
}
    .Prductleft .contentdiv .imgdiv {
        width: 151px;
        height: 131px;
        margin: auto;
    }
    .Prductleft .contentdiv p {
    font-family: medium;
    font-size: 13px;
    font-weight: 600;
    margin: 15px 0px;
}
    .Prductleft .contentdiv button {
        width: 155px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg-blue);
        color: var(--primary-color);
        border: none;
        border-radius: 30px;
        margin: 20px auto;
        font-family: medium;
        font-size: 13px;
    }
}

@media(max-width:767px){
.slidrsection .carousel-item img {
        border-radius: 20px;
        height: 275px;
    }
        .slidrsection .carousel-caption h1 {
        font-family: bold;
        font-size: 23px;
        /* width: 330px; */
        padding: 0px 0px 20px;
        text-align: center;
    }
    .slidrsection .carousel-caption p {
    font-size: 12px;
    font-family: medium;
    font-weight: 500;
    color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
}
.carousel-control-next, .carousel-control-prev{
    display: none!important;
}
.carousel-indicators {
        left: 84px !important;
        right: auto !important;
    }
    .slidrsection .carousel-caption button {
    background-color: var(--bg-blue);
    color: var(--primary-color);
    width: 120px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: none;
    margin-bottom: 30px;
    font-size: 12px;
    font-family: medium;
    font-weight: 500;
    margin: 0px auto;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 60px!important;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.Categories .headingcontent h2,.technologies .headingcontent h2, .WatchSection .headingcontent h2{
    text-align: center;
}
.tablediv{
    overflow: auto;
}
    .ProvidetableSection .content h3, .ChartSection .content h3, .ProvidetableSection .rightcontent p,.ProvidetableSection table tbody td p,.ProvidetableSection table tbody td span {
        font-size: 13px;
    }
        .ProvidetableSection table tbody td img {
        width: 54px;
        height: 25px;
    }
    .ProvidetableSection table tbody td .shop-now-btn {
        width: 126px;
        height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg-blue);
        color: var(--primary-color);
        font-family: medium;
        font-size: 13px;
        border-radius: 30px;
        border: none;
    }

        .ProvidetableSection table tbody td button {
        width: 126px;
        height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg-blue);
        color: var(--primary-color);
        font-family: medium;
        font-size: 13px;
        border-radius: 30px;
        border: none;
    }
        .TAbssection .tab-menu a.tab-btn {
        width: 135px;
        display: inline-block;
        text-align: center;
        padding-bottom: 10px;
        font-family: regular;
        font-size: 13px;
        color: #111111B2;
        text-decoration: none;
        margin: 10px;
    }
    .TAbssection .tab-content ul strong,.TAbssection .tab-content p,.TAbssection .tab-content h4{
        font-size: 13px;
    }
        .ChartSection .content button {
        padding: 5px 15px;
        border-radius: 30px;
        margin-right: 10px;
        font-size: 12px;
        font-family: regular;
        color: #111111;
        border: 1px solid #1111111A;
    }
    .Porductsection .gallery .thumbs .thumbimg.active {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #111111B2;
    border-radius: 10px;
    margin: 0px 10px;
}
    .Porductsection .gallery .main-imgdiv {
        width: 154px;
        height: 249px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px auto 30px;
    }
    .Porductsection .content{
        padding: 20px;
        text-align: center;
    }
    .Porductsection .contentdiv a {
        font-size: 10px;
        font-family: medium;
        border: 1px solid;
        width: 96px;
        height: 34px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #1111111A;
        border-radius: 50px;
        background-color: #FAFAFA;
        margin-left: 7px;
    }
    .Prductleft .contentdiv .imgdiv {
        width: 140px;
        height: 126px;
        margin: auto;
    }
    .Prductleft .contentdiv{
        margin-top: 10px;
    }
    .Categories .contentslogo.active::after, .Categories .contentslogo:hover::after {
    content: "";
    position: absolute;
    left: 57px;
    bottom: 32px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #084A6E;
    transform: rotate(180deg);
}
.cardslider .swiper-slide .imgdiv {
        width: 100%;
        height: 197px;
    }
    .imageSidebaricon{
    margin: 20px ;
    text-align: right;
    display: block;
}
.CatergoiresSection .leftSide{
    position: absolute;
    left: -400px;
    transition: 0.4s ease-in;
    background-color: red;
}
.CatergoiresSection .leftSide.active{
    position: absolute;
    left: 00px;
    transition: 0.4s ease-in;
}
    .CatergoiresSection .leftSide {
        position: absolute;
        left: -400px; 
        transition: 0.4s 
ease-in;
        background-color: #0B476F;
        top: 116px;
        z-index: 1;
        padding: 20px;
        color: white !important;
    }
        .CatergoiresSection .leftSide.active {
        position: absolute;
        left: 00px;
        transition: 0.4s 
ease-in;
        border-radius: 0px 20px 20px 0px;
    }
    .CatergoiresSection .category-item{
        color: white;
    }
    .track-fill {
    position: absolute;
    height: 6px;
    background: #0082ff;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
}
input[type=range]::-webkit-slider-thumb {
pointer-events: all;
width: 22px;
height: 22px;
background: #0082ff;
border-radius: 50%;
cursor: pointer;
-webkit-appearance: none;
margin-top: 30px;
}
    #productContainer .product-card .product-img {
        width: 100%;
        background-color: #F5F5F5;
    }
    .BrandButton .buttonsdiv .brandABC,.BrandButton .buttonsdiv .bransAll{
        width: 100%;
        margin-bottom:40px;
    }
    .BrandButton .buttonsdiv{
        display: block;

    }
}

@media(max-width:320px){
        .Categories .contentslogo {
        width: 95px;
    }
        .slidrsection .carousel-caption h1 {
        font-family: bold;
        font-size: 23px;
        width: 260px;
        padding: 0px 0px 20px;
        text-align: center;
    }
        .Categories .productcontent .productimg,.WatchSection .content .imagediv {
        width: 140px;
        height: 140px;
        margin: auto;
    }
    .Categories .productcontent button{
        width: 140px;
    }
}
.animate-collapse {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.sidebar-closed {
    flex: 0 0 0% !important;
    max-width: 0% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    opacity: 0;
}

.sidebar-inner {
    min-width: 260px;
}

@media (min-width: 992px) {
    .container-1260 {
        max-width: 1260px !important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}