
:root {
    --dark-color: #29335c;
    --color2: #FA5373;
    --mor:#3A0CA3;
    --bgpink:#FAF0F4;
  }
body{
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    line-height: 1.57143;
    color: #29335c;
    background-color: #fff;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p,a,span{
    margin: 0;
    padding: 0;
}
.cookie-banner {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cookie-banner button {
    background: var(--color2);
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
}
figure{
    margin: 0;
}
.form-control{
    background-color: inherit;
}
.form-control:focus{
    box-shadow: none;
}
.form-check-input:focus{
    box-shadow: none;
}
a{
    text-decoration: none;
}
ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
header{
    position: fixed;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid gainsboro;
    left: 0;
    top: 0;
    z-index: 999;
}

main{
    padding-top: 70px;
}


.logo{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.logo img{
    width: 110px;
}
.header-menu{
    padding-left: 50px;
    padding-right: 50px;
}
.desk-menu{
    display: flex;
    align-items: center;
    height: 100%;
}
.menu-a{
    color: var(--color2);
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}
.menu-ul{
    display: flex;
    height: 100%;
}
.defmenu{
    background-color: var(--bgpink);
    position: absolute;
    left: 0;
    z-index: 9;
    display: none;
}
.defmenu a{
    font-size: 14px;
    padding: 10px 15px;
    display: block;
    color: var(--color2);
}
.menu-ul-li{
    position: relative;
}
.menu-ul-li:hover{
    background-color: var(--bgpink);
}
.menu-ul-li:hover ul{
    display: block;
}

.menu-grid-box{
    display: none;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    width: 100%;
    background-color: var(--bgpink);
    z-index: 2;
    padding-left: 50px;
    padding-right: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.menu-grid-box a{
    display: flex;
    width: 180px;
    overflow: hidden;
    border-radius: 8px;
    margin: 10px;
}
.menu-ul-grid:hover{
    background-color: var(--bgpink);
}
.menu-ul-grid:hover .menu-grid-box{
    display: flex;
}

.menu-biggrid-box{
    display: none;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    width: 100%;
    background-color: var(--bgpink);
    z-index: 2;
    padding-left: 50px;
    padding-right: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.menu-ul-box:hover{
    background-color: var(--bgpink);
}
.menu-ul-box:hover .menu-biggrid-box{
    display: flex;
}


.biggrid-top{
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}
.biggrid-top a{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
}
.biggrid-top a img{
    border-radius: 100%;
    width: 70px;
}
.biggrid-top a span{
    display: flex;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    text-align: center;
    color: var(--color2);
}
.biggrid-bottom{
    display: flex;
    padding-bottom: 30px;
}

.biggrid-bottom .footer-item{
    width: 220px;
}
.footer-title-link{
    padding-top: 10px;
}
.c-a{
    color: var(--color2);
}
.biggrid-end{
    display: flex;
    padding-bottom: 50px;
    padding-top: 30px;
}
.biggrid-end a{
    width: 340px;
    margin-left: 10px;
    margin-right: 10px;
}







.search-he{
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    justify-content: end;
}
.search-he div{
    width: 40%;
}
.search-he input{
    border: 1px solid var(--color2);
    border-left: 0px;
    font-weight: 300;
    padding-left: 5px;
    font-size: 13px;
    border-color: var(--color2)!important;
    color: var(--color2);
}
.search-he button{
    border: 1px solid var(--color2);
    border-right: 0px;
}
.search-he button i{
    color: var(--color2);
}
.search-he button:hover{
    background-color: #fff;
    border: 1px solid var(--color2);
    color: #fff;
}
.slide-group{
    display: flex;
    position: absolute;
    bottom: 35px;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.slide-group button{
    background:none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 8px 15px;
    color: #fff;
    font-size: 12px;
}
.button-box{
    margin-bottom: 10px;
}
.slide-group span{
    font-size: 12px;
    font-weight: 500;
}
.slide-group.other button{
    background:#fff;
    color: var(--color2);
    margin-left: 3px;
    margin-right: 3px;
}
.home-slide .swiper-pagination-bullet{
    background-color: #fff;
    width: 9px;
    height: 9px;
}
.home-slide .swiper-button-next, .home-slide .swiper-button-prev{
    background-color: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    opacity: 1;
}
.home-slide .swiper-button-prev{
    left: 60px;
}
.home-slide .swiper-button-next{
    right: 60px;
}
.home-slide .swiper-button-next:after, .home-slide .swiper-button-prev:after{
    font-size: 15px;
    color: var(--color2);
}
.slide-bottom{
    display: flex;
    position: relative;
    background-color:var(--bgpink);
    justify-content: center;
    padding: 11px 0;
}
.slide-bottom span{
    font-size: 12px;
    color: var(--color2);
    font-weight: 400;
}
.short-link-box{
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;
}
.short-box{
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.short-item{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 140px
}
.short-item img{
    border-radius: 100%;
}
.short-item span{
    display: block;
    margin-top: 10px;
    color: var(--dark-color)
}
.short-item:hover span{
    color: var(--color2);
}
.mb-imgdiv{
    margin-bottom: 150px;
}
.catgrid{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
}
.catgrid a{
    width: 49%;
    margin-bottom:40px;
    overflow: hidden;
    border-radius: 10px;
}
.category-box{
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 130px;
}
.category-box .row > *{
    padding-right: calc(var(--bs-gutter-x)* 1);
    padding-left: calc(var(--bs-gutter-x)* 1);
}
.category-item{
    display: flex;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 43px;
}

.product-slide{
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
    border-top: 10px solid #f6f6f9;
    border-bottom: 10px solid #f6f6f9;
}
.bord-0{
    border: 0;
}
.stitle{
    display: block;
    color: var(--dark-color);
    font-size: 20px;
}
.product-itemm{
    display: flex;
    position: relative;
    flex-direction: column;
}
.product-itemm figure{
    overflow: hidden;
    border-radius: 7px;
}
.product-itemm figure img{
    object-fit: cover;
    width: 100%;
   transition: .4s;
}
.product-itemm:hover img{
    transform: scale(1.04);
}
.product-title{
    color: var(--dark-color);
    font-size: 12px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.old-price{
    font-size: 12px;
    text-decoration: line-through;
    color: var(--dark-color);
    margin-right: 10px;
}
.price{
    font-size: 12px;
    background-color: #faf0f4;
    padding: 2px 7px;
    color: var(--color2);
    border-radius: 5px;
    font-weight: 500;
}
.product-slide .swiper-button-next, .product-slide .swiper-button-prev{
    background-color: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    opacity: 1;
}
.product-slide .swiper-button-next:after, .product-slide .swiper-button-prev:after{
    font-size: 15px;
    color: var(--color2);
}
footer{
    position: relative;
    display: flex;
    padding-left: 100px;
    padding-right: 100px;
    background-color: var(--bgpink);
    padding-top: 40px;
}
.footer-glob{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footer-cent{
    position: relative;
    display: flex;
    margin-top: 50px;
    padding-bottom: 50px;
}
.footer-item{
    display: flex;
    flex-direction: column;
    width: 170px;
    margin-right: 50px;
}
.biggrid-bottom .footer-item span{
    padding-bottom: 10px;
}
.footer-item span{
    display: block;
    border-bottom: 1px solid #fa537326;
    padding-bottom: 6px;
    color: var(--color2);
}
.biggrid-bottom .footer-item ul.link{
   margin-top: 10px;
}
.footer-item .link li{
    margin-top: 4px;
    margin-bottom: 4px;

}
.footer-item .link a{
    font-size: 12px;
    color: var(--color2);
}
.footer-bottom{
    padding-bottom: 30px;
}
.footer-bottom p{
    color: var(--color2);
    font-size: 12px;
}
.footer-bottom .botlink{
    display: flex;
    margin-top: 15px;
}
.footer-bottom .botlink li{
    position: relative;
    margin-right: 30px;
}
.footer-bottom .botlink li:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    right: -16px;
    top: 7px;
    background-color: var(--color2);
}
.footer-bottom .botlink li a{
    font-size: 12px;
    color: var(--color2);
}
.footer-bottom .botlink li:nth-last-child(1):after{
    display: none;
}

.bread{
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 50px;
    padding-right: 50px;
}
.breadcrumb a{
    font-size: 11px;
    display: block;
    padding: 0 15px;
    color: var(--dark-color);
    position: relative;
}

.breadcrumb a::after{
    position: absolute;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 50%;
    background-color: var(--dark-color);
    right: 0;
    top: 7px;
}
.breadcrumb li:nth-last-child(1) a::after{
    display: none;
}
.breadcrumb li:nth-child(1) a{
    padding-left: 0;
}
.head-box{
    display: flex;
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.c-title{
    color: var(--dark-color);
    margin-bottom: 10px;
    font-size: 24px;
}
.category-li{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.category-a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.category-a img{
    width: 74px;
    border-radius: 50%;
}
.category-a span{
   display: block;
   text-align: center;
   font-size: 12px;
   color: var(--dark-color);
   margin-top: 10px;
   width: 70%;
}
.filtre-li{
    display: flex;
    justify-content: center;
}
.filt-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:none;
    border: 1px solid gainsboro;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 5px;
    color: var(--dark-color);
}
.filtre-item{
    margin-right: 10px;
}
.filt-btn i{
    margin-left: 8px;
    color: var(--color2);
    position: relative;
    top: 1px;
}
.ov-heig{
    max-height: 200px;
    overflow-x: scroll;
}
.filt-box{
    display: none;
    z-index: 4;
    position: absolute;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 245px;
    margin-top: 20px;
    border-radius: 8px;
}
.filt-box .form-check{
    position: relative;
    padding-left: 15px!important;
    height: 40px;
    display: flex;
    align-items: center;
}
.filt-box input{
    margin-left: 0!important;
    z-index: 2;
    position: relative;
    width: 16px;
    height: 16px;
    border-color: var(--color2);
}
.filt-box label{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: left;
    padding-left: 45px;
    font-size: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.filt-box input:checked + label{
    background-color: var(--bgpink);
    color: var(--color2);
}
.filt-box input:checked{
    background-color: var(--color2);
    border-color: var(--color2);
}
.filt-btn-send{
    padding: 10px 15px;
    background-color: var(--color2);
    color: #fff;
    font-size: 13px;
    border: 0;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.filthr{
    margin: 0;
    opacity: 0.1;
}

.btcampi{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: 1px solid gainsboro;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 5px;
    color: var(--dark-color);
}

.btcampi .form-check{
    position: relative;
    padding-left: 15px!important;
    height: 40px;
    display: flex;
    align-items: center;
}
.btcampi input{
    margin-left: 0!important;
    z-index: 2;
    position: relative;
    width: 16px;
    height: 16px;
    border-color: var(--color2);
}
.btcampi label{
    padding-left: 5px;
    text-align: left;
    font-size: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.product-list-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
}
.pitem figure img{
    object-fit: cover;
    width: 100%;
}
.pitem{
    width: calc(25% - 30px);
    margin: 0 15px 40px;
}
.pitem:nth-child(7n+5), .pitem:nth-child(7n+6), .pitem:nth-child(7n+7){
    width: calc(33.33% - 30px);
}

.pitem .swiper-pagination{
    height: 100%;
}
.pitem .swiper-pagination-bullet{
    height: 100%;
    top: 6px;
    left: 0;
    border-radius: 0;
    position: relative;
    margin: 0 !important;
    padding: 0;
    opacity: 0;
}
.bigsize{
    font-size: 10px;
    background-color: var(--bgpink);
    color: var(--color2);
    padding: 6px;
    border-radius: 5px;
    margin-top: 10px;
    max-width: fit-content;
    font-weight: 500;
}
.text-deta{
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}
.text-deta h1, .text-deta h2, .text-deta h3, .text-deta h4, .text-deta h5, .text-deta h6{
    font-size: 16px;
    color:#81819B;
    font-weight: 400;
    margin-top: 10px;
}
.text-deta p{
    font-size: 12px;
    margin-top: 7px;
    color:#81819B;
}
.t-detail{
    height: 200px;
    overflow-x: scroll;
}
.speedfot{
    display: flex;
    justify-content: space-evenly;
    position: relative;
    padding-top: 200px;
    padding-bottom: 50px;
}
.speedfot a{
    display: flex;
    flex-direction: column;
    width: 15%;
    justify-content: center;
    align-items: center;
}
.speedfot i{
    color:#81819B;
    font-size: 30px;
}
.speedfot .ftit{
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--dark-color);
}
.speedfot .fpa{
    font-size: 13px;
    color:#81819B;
    text-align: center;
}

.product-photo{
    display: flex;
    flex-wrap: wrap;
}
.product-photo a {
    flex: 1 1 45%; 
    box-sizing: border-box; 
}
.product-photo a img {
    width: 100%;
    object-fit: cover;
}
.product-info{
    display: flex;
    flex-direction: column;
}
.product-title-cont{
    font-weight: 500;
    font-size: 20px;
    color: var(--dark-color);
}
.product-code{
    font-size: 12px;
    color: #81819b;
}
.product-price{
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
}
.comment-stars span{
    margin-right: 6px;
    color: var(--dark-color);
}
.comment-stars i{
    color: #fbcc4d;
}
.p-hr{
    margin-top: 20px;
    opacity: 0.1;
}
.sizeboxx{
    display: flex;
    flex-direction: column;
}
.size-head{
    display: flex;
    justify-content: space-between;
}
.size-head span{
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-color);
}
.size-head a{
    font-size: 13px;
    font-weight: 300;
    color: var(--dark-color);
    border-bottom: 1px solid var(--dark-color);
}
.sizeul{
    display: flex;
    padding-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.sizeul .form-check{
    padding-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}
.sizeul .form-check label{
    width: auto;
    display: flex;
    background-color: #ECECF4;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    padding: 10px 10px;
}
.sizeul .form-check input {
    opacity: 0;
}
.sizeul .form-check input:checked + label {
    background-color: var(--color2);
    color: #fff;
}
.btnmg-ara{
    background-color: var(--color2);
    color: #fff;
    border-radius: 20px;
    border: 0;
    padding: 10px 0px;
    margin-top: 10px;
}
.product-inf{
    display: flex;
    flex-direction: column;
}
.product-inf .descspan{
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-color);
}
.descpuse{
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
}
.descpuse-item{
    display: flex;
    width: 50%;
    align-items: center;
}
.descpuse-item img{
    width: 54px;
}
.descpuse-item span{
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    font-weight: 400;
}
.malz{
    font-weight: 500;
    margin-top: 10px;
}
.exa-btngroup{
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}
.group-item-btn{
    border: 1px solid #ECECF4;
    border-radius: 25px;
    padding: 9px 30px;
    display: flex;
    width: 100%;
    background:none;
    align-items: center;
    font-size: 14px;
    color: var(--dark-color);
}
.group-item-btn i{
    font-size: 17px;
    margin-right: 10px;
    color: var(--dark-color);
}
.share-modal .modal-content{
    border: 0;
}
.share-modal .modal-header{
    border: 0;
    padding-top: 30px;
}
.share-modal .modal-header h1{
    font-size: 20px!important;
}
.share-modal .modal-header .btn-close{
    background-size: 12px!important;
}
.share-modal .modal-body{
    display: flex;
    padding-bottom: 40px;
}
.modal-backdrop.show{
    opacity: 0.1;
}
.soci-a{
    width: 44px;
    height: 44px;
    display: flex;
    background-color: #ECECF4;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 10px;

}
.soci-a i{
    color: var(--dark-color);
}
.other-productbox{
    position: relative;
    margin-top: 50px;
}
.other-p-slide{
    
}
.ot-tit{
    font-size: 22px;
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.otherslidep{
    padding-left: calc((100% - 1320px) / 2) !important;
}
.otherslidep .product-itemm figure{
    border-radius: 0;
}
.bottom-det{
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
}
.bottom-det .product-title{
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.bottom-det .old-price{
    font-size: 14px;
}
.bottom-det .price{
    font-size: 14px;
    background: none;
    font-weight: 600;
}
.campi{
    font-size: 13px;
    background-color: var(--color2);
    color: #fff;
    padding: 0px 5px;
    margin-left: 4px;
}
.pricebox{
    display: flex;
    align-items: center;
}
.other-productbox .swiper-button-prev{
    color: var(--dark-color);
}
.other-productbox .swiper-button-next{
    color: #fff;
}
.other-productbox .swiper-button-next:after, .other-productbox .swiper-button-prev:after{
    font-size: 21px;
}
.comment-box{
    padding-top: 100px;
}
.comment-left{
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bgpink);
    border-radius: 10px;
    padding: 40px 20px;
}
.c-left-head{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.stars-item i{
    color: #fbcc4d;
}
.spn-stars{
    font-weight: 600;
}
.snum{
    color: var(--color2);
    font-size: 22px;
    font-weight: 600;
}
.min-snum{
    color: var(--color2);
    position: relative;
    top: -6px;
    font-size: 12px;
}
.c-left-body{
    display: flex;
    flex-direction: column;
}
.stars-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
}
.stit{
    width: 24%;
    font-size: 13px;
}
.stars-bar .progress{
    width: 60%;
    height: 4px;
    background-color: rgba(129, 129, 155, 0.2);
}
.stars-bar .progress-bar{
    background-color: var(--color2);
}
.snm{
    width: 15%;
    text-align: end;
    font-size: 13px;
}
.comment-right{
    display: flex;
    flex-direction: column;
}
.comment-row{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 20px;
    padding-top: 20px;
}
.comment-row-head{
    display: flex;
    justify-content: space-between;
    padding: 3px;
    padding-bottom: 3px;
}

/* mobile menu start */
.header-mobile{
    display: none;
}
.mobile-body{
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
}
.menubtn{
    width: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 30px;
    cursor: pointer;
}
.menubtn span{
    width: 100%;
    background-color: var(--color2);
    height: 2px;
}
.header-mobile .logo img{
    width: 74px;
}
.mobile-cont{
    display: none;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 9;
    left: 0;
    top: 0;
}
.mobile-head-box{
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}
.mobile-head-box i{
    font-size: 18px;
}
.tabnav{
    background-color: var(--bgpink);
    border: 0;
}
.tabnav button{
    color: var(--color2);
    padding: 15px 35px;
    font-size: 12px;
    border: 0!important;
    margin: 0!important;
    border-radius: 0;
}
.tabnav button.active{
    border-radius: 0;
    color: var(--color2)!important;
    border-bottom: 1px solid var(--color2)!important;
}
.tabnav button:hover{
    color: var(--color2);
}

.over-menu-mob{
    position: relative;
    display: flex;
}
.cat-a-circle{
    display: flex;
    flex-direction: column;
    width: 70px;
    align-items: center;
    margin-right: 20px;
}
.cat-a-circle img{
   border-radius: 50%;
}
.cat-a-circle span{
    margin-top: 5px;
    font-size: 12px;
    color: var(--dark-color);
}
.mobile-nav .tab-content{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.nav-ul-men{
    margin-top: 15px;
}
.mob-men-a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding: 10px 0px;
    color: var(--dark-color)
}
.mob-men-a i{
    color: var(--color2);
}
.uldivbox{
    position: absolute;
    width: 100%;
    display: none;
    flex-direction: column;
    background-color: #fff;
    top: 0;
    left: 0;
    height: 100vh;
}
.uldivbox .cat-a-circle{
    width: 20%;
    margin-top: 20px;
}
.divbox-abody{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
/* mobile menu end */


.langdi{
    background: var(--color2);
}
.maglistbody{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.mg-list{
    position: relative;
    display: flex;
    border: 1px solid gainsboro;
    border-radius: 5px;
    padding: 25px 20px;
    flex-direction: column;
    height: 175px;;
}
.mg-list h5{
    font-size: 18px;
}
.mg-list p{
    margin-top: 15px;
    margin-bottom: 15px;
}
.mg-list a{
    color: var(--mor);
}
.maglistbody .modal-body iframe{
    width: 100%!important;
}


.detp p{
    margin-bottom: 15px!important;
}

.contleftmenu{
    position: relative;
    background-color: red;
    padding: 30px 35px 40px;
    background-color: #ECECF4;
    border-radius: 10px;
}

.contleftmenu h3{
    font-weight: 600;
    font-size: 20px;
}
.contleftmenu ul{
    margin-top: 15px;
}
.contleftmenu ul li{
    margin-bottom: 5px;
}
.contleftmenu ul li a{
    align-items: center;
    color: #81819B;
    font-size: 1rem;
    line-height: 1.5;
}
.mobseacrbtn{
    border: 0;
    background: none;
}
.mobseacrbtn i{
    font-size: 18px;
    color: var(--color2);
}

@media (max-width: 991.98px) {
    .header-menu{
        display: none;
    }
    .header-mobile{
        display: block;
    }
    .swiper-button-prev, .swiper-button-next{
        display: none;
    }
    .short-link-box{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .short-item{
        width: 70px;
        margin-right: 10px;
    }
    .mb-imgdiv{
        margin-bottom: 50px;
    }

    .category-box{
        padding-top: 50px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .product-slide{
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
    }
    footer{
        padding-left: 15px;
    }
    .footer-cent{
        flex-direction: column;
    }
    .footer-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-bottom .botlink{
        flex-direction: column;
    }
    .footer-bottom .botlink li{
        margin-right: 0;
    }
    .footer-bottom .botlink li:after{
        display: none;
    }
    .short-item span{
        font-size: 13px;
    }
    .bread{
        padding-left: 15px;
        padding-right: 15px;
    }
    .head-box{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .category-li{
        padding-top: 15px;
        padding-bottom: 25px;
        overflow: scroll;
    }
    .filtre-li{
        justify-content: start;
        overflow: scroll;
        padding-bottom: 25px;
    }
    .product-list-box{
        padding-left: 15px;
        padding-right: 15px;
    }
    .pitem{
        width: calc(100% - 30px);
    }
    .text-deta{
        padding-left: 30px;
        padding-right: 30px;
    }
    .t-detail{
        height: auto;
        overflow-x: inherit;
    }
    .speedfot{
        padding-top: 50px;
        flex-wrap: wrap;
    }
    .speedfot a{
        width: 50%;
        margin-bottom: 15px;
    }
    .speedfot i{
        font-size: 22px;
    }
    .speedfot .ftit{
        font-size: 14px;
    }
    .speedfot .fpa{
        font-size: 12px;
    }
    .category-a span{
        width: 100%;
        font-size: 10px;
    }
    .category-a{
        width: 64px;
        margin-right: 10px;
    }
    .product-info{
        padding-left: 0px!important;
        padding-right: 0px!important;
        padding-top: 15px;
    }
    .sizeul{
        justify-content: start;
    }
    .product-inf p{
        font-size: 12px;
    }
    .ot-tit{
        font-size: 16px;
    }
    .p-mob1{
        padding-right: 15px!important;
    }
    .comment-row p{
        font-size: 12px;
    }
    .comment-box{
        padding-top: 50px;
    }
    .other-productbox{
        padding-left: 15px;
        padding-right: 15px;
    }
    .pitem:nth-child(7n+5) .pricebox, .pitem:nth-child(7n+6) .pricebox, .pitem:nth-child(7n+7) .pricebox{
        flex-direction: column;
    }
    .mg-list{
        height: auto;
    }
    .catgrid{
        padding-left: 10px;
        padding-right: 10px;
    }
    .catgrid a{
        width: 100%;
        margin-bottom: 10px;
    }
    .searchbox .search-he{
        justify-content: start;
        padding: 10px;
    }
    .searchbox .search-he div{
        width: 50%;
    }
    .scrollmobdiv{
        display: flex;
        overflow-x: scroll;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .menu-a {
        font-size: 11px!important;
    }
}



