﻿
body section {
    width: 1920px;
    max-width: 100%;
    margin: auto;
}
body{
font-family: var(--sf);
color: var(--ptc);
font-size: var(--sfs);
background: var(--ptsc);
}
a{
color: var(--lc);
cursor: pointer;
}
a:hover, a:action{
color: var(--scc);
}
img {
    width: 100%;
    max-width: fit-content;
    max-width: -moz-fit-content;
}
ul{
list-style: none;
}
table tbody{
    border: 1px solid #80808057;
    border-radius: 5px;
}
table tbody tr:not(:last-child){
    border-bottom: 1px solid #80808057;
}
table tbody td{
    padding: 5px;
    padding-inline: 10px;
}
table tbody td:not(:last-child){
    border-left: 1px solid #80808057;
}
.sec-bg{
background-color: var(--wbc4) !important;
}
.mobile-menu-shadow{
display: none;
    position: fixed;
    width: 100%;
    top: 0 !important;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000000d4;
    z-index: 1;
}
.row.shipping{
margin-inline: 0;
}
.mobile-menu{
    display: none;
    position: fixed;
    width: 300px;
    max-width: 100%;
    right: -300px;
    top: 0 !important;
    bottom: 0;
    height: 100vh;
    padding-bottom: 50px;
    padding-top: 0px;
    transition: right 0.4s;
    background: white;
    z-index: 10000;
    padding-inline: 0;
        overflow-y: auto;
}
.footer h1{
    font-size: 18px;
    text-align: inherit;
    font-weight: 700;
    margin-bottom: 9px;
    color: var(--sjc);
}
.color-mc{
color: var(--mc)
}
.color-sc{
color: var(--sc)
}
.mobile-menu li{
width: 100%;
    display: block;
    text-align: right;
}
.mobile-menu .title{
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--sc);
    padding-inline: 14px;
    color: var(--wbc5);
    font-weight: 600;
}
.mobile-menu .title i{
    float: left;
    font-size: 17px;
    font-weight: 900;
}
.mobile-menu .sub-menu{
display: none;
}
.megaMenuTabs{
position: relative;
}
.mobile-menu li ul .megaMenuTabs{
    display: block;
}


.header .mobile-menu .category-title {
    color: var(--fc);
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
        width: 100%;
    border-bottom: 1px solid #80808080;
        margin-bottom: 0;
        padding-right: 15px;
}
.header .mobile-menu .category-title i{
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -2px;
    padding: 7px;
}
.header .mobile-menu .sub-menu{
padding: 0;
}
.header .mobile-menu .megaMenuTabs .tabs {
    -webkit-box-flex: 0;
    flex: 0 0 274px;
    max-width: 100%;
    padding: 0;
    border-left: none;
    list-style: none;

}
.header .mobile-menu .megaMenuTabs .tabs a li.active {
    background-color: inherit;
    color: gray;
}
.header .mobile-menu .megaMenuTabs .tabs li{
    border-bottom: 1px solid #80808042;
    border-radius: 0;
    padding-inline: 12px;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.header .mobile-menu .megaMenuTabs .tabs li a{
    color: var(--fc);
}
.mobile-menu.show{
right: 0;
}

.mobile-menu .tabs .mdi-plus, .mobile-menu .tabs .mdi-minus{
padding-right: 14px;
    float: left;
}
.mobile-menu .tabs .sub2-menu{
    position: static;
    padding-right: 19px;
}
.top-banner img{
width: 100%;
max-width: 1600px;
}
.four-banners div{
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.four-banners img{
    width: 100%;
    max-width: fit-content;
    max-width: -moz-fit-content;
    position: relative;
}
.four-banners img:last-child{
    right: 33px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.four-banners div:hover img:last-child{
    background-color: var(--mc);
    color: var(--wbc1);
}
.four-banners .cover{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 52%, var(--bhc) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: background-color 0.5s;
}
.four-banners:hover .cover{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 11%, var(--bhc) 100%);
}

.four-banners div span{
    position: absolute;
    bottom: 44px;
    right: 99px;
    color: white;
    font-weight: 700;
    font-size: 18px;
}
.swiper .items {
    box-shadow: none !important;
}
.product-item{
width: 275px;

}

#productList{
margin-top: 0;
}
.swiper-logo div{
height: 200px;
}
.swiper-logo img{
    max-width: 100px;
    vertical-align: middle;
    height: 100px;
    margin-top: 57px;
}
.product-item img, .item-box.product-items .aj-img img{
    width: 100%;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    display: block;
    margin: auto;
    max-height: 100%;
}
.pr-img,
.pr-cover{
    max-width: 100%;
    text-align: center;
        width: 250px;
    height: auto !important;
    margin: auto;
}
.product-item:hover img, .item-box.product-items:hover .aj-img img{
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
.card{
background-color: inherit;
border: inherit;
}
.max-fit{
width: 100%;
max-width: fit-content;
max-width: -moz-fit-content;
}
.product__title,.card-title{
    direction: rtl;
    margin-top: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    display: block;
    line-height: 24px;
    margin-bottom: 5px;
    height: 45px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    color: var(--prt) !important;
    transition-duration: .3s;
    white-space: pre-wrap;
    word-break: break-word;
}

.product__price--old {
    margin-right: 0;
    margin-left: 0;
    font-size: 13px;
    text-decoration: line-through;
    color: rgba(0,0,0,.5);
    float: right;
}
.index-stand-banner img{
border-radius: 15px;
max-width: 100%;
}
.index-stand-banner:hover img, .full-banner:hover img{
box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
.product-item  .badge{
    font-size: 13px;
    font-weight: 700;
    padding-left: 13px;
    padding-right: 13px;
    /*color: var(--wbc1);*/
    color: var(--mc);
    border-radius: 20px;
    /*background-color: var(--mc);*/
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.product__price--new {
    font-weight: 700;
    font-size: 16px;
    float: left;
}
.remain-product{
    font-size: 13px;
    width: fit-content;
    width: -moz-fit-content;
    color: var(--mc);
    display: inline-block;
}
.call-txt{
    font-size: 14px;
    width: fit-content;
    width: -moz-fit-content;
    float: right;
    height: fit-content;
    height: -moz-fit-content;
    margin-top: 0px;
}
.product-call-btn{
    float: left;
    position: relative;
    top: -5px;
    margin: 0 !important;
    margin-left: 0;
    margin-right: 0;
}
.sw-payment-card-bg{
width: fit-content !important;
    color: var(--wbc1) !important;
    display: inline-block !important;
    background-color: var(--mc) !important;
    float: left;
    height: fit-content !important;
    font-size: 13px !important;
    padding-top: 5px;
}
.item-box .item-p.cfp .sw-payment-card-bg{
display: none !important;
}
.index-pr-swiper .jc-left{
    right: calc(-12% - 40px)!important;
        top: 273px !important;
    display: block;
}
.index-pr-swiper .jc-right{
    right: calc(-19% - 40px)!important;
        top: 273px !important;
    display: block !important;
}
.index-pr-swiper .h3{
    font-weight: 700;
    font-size: 30px;
    color: var(--mc);
}
.index-pr-swiper .sec-bg{
    position: absolute;
    left: 0;
    top: 56px;
    bottom: -34px;
    width: 100%;
    border-radius: 0;
}
@media(min-width: 768px){

.index-pr-swiper .row.mx-0.mt-lg-5 {
    min-height: 620px;
}
}
.full-banner {
    position: relative;
    width: 97%;
    margin: auto;
    margin-top: 6rem;
}

.full-banner img, .full-banner a.cover{
    border-radius: 30px;
    position: relative;
}
.full-banner a.cover{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
        transition: background 0.8s;
    background-position: center;
}
.index-p3-swiper .jc-left, .index-p2-swiper .jc-left{
        display: block ;
    position: absolute;
    top: unset;
    bottom: -63px;
    left: 47%;
}
.category-search .pa i:hover{
cursor: pointer;
color: var(--mc);
font-weight: 900;
}
.index-p3-swiper .jc-right, .index-p2-swiper .jc-right{
        display: block ;
    position: absolute;
    top: unset;
    bottom: -62px;
    right: 46%;
}
.blog-item-img{
    width: 270px;
    max-width: 40%;
}
.blog-item-img img{
    border-radius: 20px;
}
.blog-item-des{
    float: left;
    max-width: 60%;
}
.english-ltr .blog-item-des{
    float: right !important;
    text-align:left !important;
}
.blog-item .des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    width: 100%;
    text-align: justify;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: grey;
    margin-top: 15px;
    min-height: 32px;
    max-width: 100%;
}
@media(max-width: 370px){
.blog-item .des {
min-width: 100%;
}
}
.blog-item p.category{
    border-radius: 15px;
    background-color: #f7f7f7;
    color: #000;
    height: 22px;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
        margin-top: 25px;
}
.blog-item:hover p.category{
    background-color: var(--sc);
    color: var(--wbc5);
}
.blog-item .title{
font-size: 14px;
    font-weight: 700;
    color: var(--prt);
    line-height: 30px;
    margin-bottom: 15px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.footer-top, .footer-middle, .footer-bottom{
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #c7c0c0;
}
.footer-top img{
    max-width: fit-content;
    max-width: -moz-fit-content;
    width: 50px;
    display: inline-bloc
}
.footer-top span{
    width: calc(100% - 50px);
    float: left;
    font-size: 12px;
    color: var(--sjc);
    padding-right: 10px;
    line-height: 2;
    padding-top: 3px;
    font-weight: 600;
}
.footer-top.english-v span{
    float: right;
}
.footer-top .p-icon{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid;
    color: var(--mc);
    margin: 0;
    text-align: center;
    display: inline-block;
}
.footer-top .p-icon i{
font-size: 33px;
}
.footer-middle p.title{
font-size: 16px;
    font-weight: 700;
    margin-bottom: 9px;
    color: var(--sjc);
    text-align: right;
}
.english-ltr .footer-middle p.title{
text-align: left;
}
.footer-middle .col-md{
padding-right: 38px;
    padding-left: 0;
    min-width: fit-content;
}
.footer-middle ul{
    list-style: none;
    padding-right: 0;
    text-align: right;
}
.footer-middle ul li{
color: var(--ssc);
    font-size: 14px;
     line-height: 10px;
         margin-bottom: 20px;

}
.footer-middle .certificates div:not(.row):not(.social-media){
    width: 100%;
    max-width: 65px;
    padding: 6px 6px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    margin: 4px auto;
}
.footer-middle .certificates .col-md-4 div
.news-letter input {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: var(--tfc);
    color: #000;
    font-size: 12px;
    padding-right: 20px;
    line-height: 50px;
    outline: none !important;
}
.news-letter {
    position: relative;
}
.news-letter button{
    background-color: var(--sc);
    border-radius: 10px;
    overflow: hidden;
    font-weight: 700;
    font-size: 12px;
   color: var(--wbc5);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 70px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;}

.social-media .social-box {
    height: 60px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    position: relative;
        background-color: var(--mc);
        color: var(--wbc1);
}
.social-media .social-box[data-text=" mdi mdi-instagram"]{
    background: -webkit-gradient(linear,left top,right top,from(#ee2c72),to(#6d2c88));
    background: linear-gradient(to right,#ee2c72 0,var(--sc) 100%);
}
.social-media .social-box[data-text=" mdi mdi-twitter"]{
    background: rgb(0,156,252);
    background: linear-gradient(266deg, rgba(0,156,252,1) 0%, rgba(77,184,250,1) 100%);
}
.social-media .social-box[data-text=" mdi mdi-whatsapp"]{
    background: rgb(2,180,0);
    background: linear-gradient(266deg, rgba(2,180,0,1) 0%, rgba(3,238,0,1) 100%);
}

footer .social-media{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.social-media .social-box.multi{
    display: inline-flex;
    width: 60px;
    text-align: center;
    align-items: center;
    margin-inline: 2px;
}

.social-media .social-box.multi i{
    font-size: 28px;
    float: unset;
    display: block;
    position: static;
    margin: auto;
}

.mdi-telegram::before {
    content: "\F5B3";
}
.social-media .social-box[data-text=" mdi mdi-telegram"]{
    background: rgb(32,146,206);
    background: linear-gradient(266deg, rgba(32,146,206,1) 0%, rgba(75,185,244,1) 100%);
}
.social-box span:first-child {
font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding-right: 9px;
    letter-spacing: -0.4px;
}
.english-v .social-box i {
        right: 12px;
    left: unset;
}
.english-v .social-box span:first-child{
    margin-left: 15px;
}
.social-box span:last-child {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    direction: ltr;
    padding-left: 42px;
}
.english-v .social-box span:last-child{
    padding-left: 0;
    padding-right: 48px;
    padding-top: 5px
}
.social-box i{
font-size: 28px;
    float: left;
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 7px;
}
.footer-bottom{
border-bottom: 0;
    height: 78px;
}
.footer-bottom p{
    margin-bottom: 0;
    width: fit-content;
    width: -moz-fit-content;
    display: inline-block;
    float: left;
}
.footer-bottom div{
float: right;
    width: fit-content;
    width: -moz-fit-content;
    font-size: 12px;
}


.footer-bottom a{
    color: var(--sc);
}
.scroll-top{
    position: fixed;
    right: 12px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 0px solid;
    line-height: 1.2;
    text-align: center;
    bottom: 18px;
    font-size: 41px;
    color: #707070;
    cursor: pointer;
    background-color: white;
    z-index: 4;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 4%), 0 4px 8px 0 rgb(0 0 0 / 20%);
}
.whatsapp-chat{
    position: fixed;
    left: 12px;
    bottom: 9px;
    font-size: 41px;
    color: var(--mc);
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 100%;
        z-index: 100;
}
.whatsapp-chat i{
    position: relative;
    top: -8px;
    left: -2px;

}
@media(min-width: 768px){
.scroll-top{
    z-index: 998;
}
}
footer{
    background: var(--bfc);
    color: var(--ssc);
}
.header {
        display: flex;
    align-items: center;
    text-align: center;
    padding-top: 15px;
    z-index: 10000;
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: var(--hc);
    margin-inline: 0;
    width: 100%;
        border-bottom: 1px solid #80808026;
    box-shadow: 0 0 14px #80808024;
}
.header .category-title{
    color: var(--wtc1);
    font-size: 12px;
    padding-left: 10px;
    padding-top: 32px;
    padding-bottom: 32px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}
.header ul.header-menu{
list-style: none;
    display: inline-flex;
    width: 40%;
    padding-right: 0;
}
.header .tools div{
    padding-left: 20px;
    padding-right: 35px;
    position: relative;
    color: var(--wtc1);
}
.header .tools a{
    color: inherit;
}
.header .tools i{
    position: absolute;
    right: 12px;
    font-size: 22px;
    top: -4px;
}
.english-ltr .header .tools i {
    right: unset;
    left: 12px;
}
.english-ltr .header .tools div span,
.english-ltr  .header .tools div p{
margin-left: 20px;
}
.header .tools div span, .header .tools div p{
    position: relative;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.header .tools div p:last-child{
    bottom: -4px;
}
.header .tools .badge{
    background: var(--wtc1);
    color: var(--wbc1);
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 1.5;
    position: absolute;
    left: -31px;
    bottom: -3px;
}
.header .tools .bl{
    border-left: 1px solid #d9d9d9;
}
.header .tools .br{
    border-right: 1px solid #d9d9d9;
}
.header .logo{
    display: inline-block;
    width: 20%;
    text-align: center;
}
.header .logo img{
    max-width: fit-content;
    max-width: -moz-fit-content;
    max-height: 100%;
    width: 100%;
}
.header .tools{
    width: 39%;
    display: inline-flex;
    margin: 0;
    justify-content: center;
}
.header .tools div.menu{
display: none;
}
.header-menu .sub-menu {
    padding: 0;
    float: right;
    display: none;
    transition: height 0.5s;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 1000;
    width: 600px;
    height: fit-content;
    height: -moz-fit-content;
    min-height: 60vh
    max-height: 90vh;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid var(--sc);
    -webkit-box-shadow: 0 7px 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 15%);
}
.header-menu.english-v-swiper .sub-menu{
    left: 0;
    right: unset;
}

.megaMenuTabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: var(--mmb);
    height: 100%;
    max-height: 75vh;
    overflow-y: scroll;
}


.megaMenuTabs::-webkit-scrollbar {
   margin-left: 5px;
    width: 4px;
    height: 80%;
}
.megaMenuTabs::-webkit-scrollbar-thumb {
  background: var(--sc);
  border-radius: 50px;
}


.megaMenuTabs a{
    color: var(--mmc);
}
.megaMenuTabs .tabs {
-webkit-box-flex: 0;
    flex: 0 0 274px;
    max-width: 274px;
    padding: 30px 20px;
    border-left: 1px solid #d9d9d9;
    position: relative;
    list-style: none;
    text-align: center;
    min-height: 300px;
}
.megaMenuTabs .tab-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 274px);
    flex: 0 0 calc(100% - 274px);
    max-width: calc(100% - 274px);
}
.megaMenuTabs .tabs a li{
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    font-size: 14px;
    color: var(--fc);
    font-weight: 800;
}
.megaMenuTabs .tabs a li.active{
    background-color: var(--sc);
    color: var(--wbc5);
}
.sub2-menu {
    position: absolute;
    left: -300px;
    min-width: fit-content;
    top: 10px;
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--bc);
    text-align: right;
    display: none;
    width: 300px;
    height: 93%;
    overflow-x: hidden;
    overflow-y: auto;
}

.sub2-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: inherit;
}

.sub2-menu::-webkit-scrollbar
{
	width: 2px;
	background-color: inherit;
}

.sub2-menu::-webkit-scrollbar-thumb
{
	background-color:  var(--mc);
}
.header-menu.english-v-swiper .sub2-menu{
    right: -300px;
    left: unset;
    text-align: left;
}
.sub2-menu li{
    padding-bottom: 10px;
    padding-top: 10px;
}
.sub2-menu li:hover a{
color: var(--mc);
}
.sub2-menu a{
color: var(--bc);
}
.search-modal{
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000082;
    text-align: center;
    display: none;
}
.search-modal .mdi-close{
    font-size: 40px;
    color: black;
    float: left;
    margin-left: 4%;
    cursor: pointer;
}
.search-modal input{
    height: 70px;
    padding-right: 20px;
    padding-left: 20px;
    color: #888;
    font-size: 20px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 79%;
    display: block;
    border: none;
}
.search-modal button{
text-align: center;
    border: none;
    height: 74px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 80px;
    position: absolute;
    left: 0;
    top: 46px;
    display: block;
    background-color: var(--mc);
    color: var(--wbc1);
    font-size: 37px;
}
.english-ltr .search-modal button,
.english-ltr .dropdown-menu{
left: unset;
right: 0;
}

.top-banner .des{
position: absolute;
    bottom: 35px;
    right: 46%;
}
.top-banner .des button, .btn-more button{
    width: 150px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    color: #fff;
        background: #ffffff33;
}
.swiper-logo .btn-more{
    position: relative;
    height: fit-content;
    height: -moz-fit-content;
    bottom: -220px;
    right: -7px;
}
.btn-more button{
    box-shadow: 0px 0px 0px 0.5px var(--mc);
    color: var(--mc);
}
.login-section{
background: linear-gradient(266deg, var(--sc) 0%, var(--mc) 100%);

}
.login-section .login-form, .user-forget-pass .form.card{
    width: 70%;
    background-color: var(--sbg);
     backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
    border-radius: 20px;
    box-shadow: -20px 20px 20px rgb(0 0 0 / 16%);
    height: 94%;
    margin-top: 16px;
    text-align: center;
    padding-top: 70px;
    margin-inline: auto;
    padding-inline: 20px;
}
.user-forget-pass{max-width: 800px;}
.user-forget-pass .form.card{ margin-top: 35px; padding-bottom: 35px; margin-bottom: 50px;}
.user-forget-pass .form.card form.form{width: 100%;}
.user-forget-pass .form.card .usr-label, .user-forget-pass .form-group{display: inline-flex;}
.user-forget-pass .form-group{ width: -webkit-fill-available; margin-inline: 10%;}
.user-forget-pass .form.card .usr-label span{ min-width: fit-content; line-height: 4;  margin-left: 10px;}
.user-forget-pass .form.card .form-group .usr-label{ min-width: fit-content; line-height: 5; margin-left: 10px; position: relative;}
.form-group .usr-label:last-child{width: -webkit-fill-available; margin-inline: 0;}
.form-group .usr-label img{width: 30%; margin-inline: 0;}
.user-forget-pass .form.card .usr-label input{ margin-top: 0; margin-inline: 1%; min-width: 30%;}
.user-forget-pass .form.card .usr-label span:last-child{
    line-height: 1.5;
    right: 58% !important;
    position: absolute !important;
}
.login-section .login-form img{
width: 100px;
height:auto;
}


.login-form input, .user-forget-pass .form.card input{
    border-radius: 10px;
    height: 50px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    display: block;
    width: 80%;
    margin-inline: auto;
    margin-top: 22px;
    padding-inline: 10px;
    outline: none;
}
.user-forget-pass .form.card input{
width: 100%;
}
input[name="captcha"]{
    width: calc(80% - 100px);
    display: inline-block;
    margin-bottom: 16px;
    margin-right: 34px;
}
.login-form button, .user-forget-pass .form.card button, #sendComment{
    border-radius: 10px;
    float: center;
    color: var(--wbc5);
    border: none;
    padding: 0 28px;
    font-size: 14px;
        height: 50px;
    line-height: 48px;
    background: var(--lbc);
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 80%;
    margin-inline: auto;
}
.login-form button:hover, , .user-forget-pass .form.card button:hover{
background: var(--mc);
color: var(--wbc1);
}
.user-forget-pass .form.card button{ margin-bottom: 5px;}
.login-form input[name="remember"]{
display: inline-block;
    width: 17px;
    height: 17px;
        position: relative;
    bottom: -3px;
accent-color: var(--sc);
}
.login-form span.remember-me{
width: 100%;
    display: block;
    text-align: right;
    padding-right: 59px;
    margin-bottom: 16px;
}
.login-form h2, .user-forget-pass .form.card h4{
margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    justify-content: center;
    color: var(--sbbc);
    font-size: 18px;
    font-weight: 700;
}
.login-form p{
    text-align: center;
    font-size: 12px;
    color: var(--lbc);
    opacity: .7;
    width: 100%;
    height: 60px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid #d9d9d9;
    margin-bottom: 0;
}
.login-form p a{
color: var(--lbc);
    opacity: 1;
    font-weight: 700;
        margin-right: 5px;
}
.refresh-captcha {
    height: 52px !important;
    border-radius: 7px;
    width: 100px;
    margin-right: 7px;
    margin-top: 21px;
}
span.refresh-captcha {
    left: 76px !important;
    top: 27px !important;
    font-size: 27px;
    margin: 0;
    cursor: pointer;
}
.user-forget-pass .view-pass {
    width: 20px !important;
    position: absolute !important;
    top: 38px !important;
    left: 64px !important;
}
.form-group.d-captcha{
position: relative;
}
.display {
    display: block;
}
.pro-search-btn{
background-color: var(--sc) !important;
    margin-inline: 13px;
    font-size: 15px;
    color: white !important;
        margin-bottom: 12px;
}
ul.u-brand{
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin-top: 50px;
        padding-right: 0;
}
ul.u-brand li{
    padding-top: 5px;
}
ul.u-brand input[type=checkbox], input[type=radio]{
    float: right;
    margin-left: 5px;
}

.mdi-play::before{
font-size: 30px !important;
}
.mdi-cart-outline::before {
    content: "\F0111";
}
.mdi, .mdi-set{
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 33px;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.article-menu-mode {
    margin-right: 250px;
    width: calc(100% - 270px);
    min-height: 80vh;
}
.sidebar {
    position: absolute;
    height: 789px;
    z-index: 998;
    width: 265px;
    margin: 0 28px;
    box-shadow: none !important;;
}
.sidebar .sidebar-chiled {
    padding: 0;
    padding-inline: 10px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}
.user-menu-info a {
    position: relative;
}

.sidebar a {
    display: block;
    color: #5a5658;
    padding: 16px;
    padding-inline: 5px;
    text-decoration: none;
}
.m-user-dc {
    display: inline-block!important;
}
.order-profile-pic {
    width: 54px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 12px 6px;
}
.order-profile-name {
    width: 133px;
    max-height: -34px;
    height: 21px;
    overflow: hidden;
    font-size: 75%;
    font-weight: 600;
    display: inline;
    position: absolute;
    margin-top: 21px;
    padding: 2px 0px;
}
.order-profile-mob {
    width: 133px;
    max-height: -34px;
    height: 25px;
    overflow: hidden;
    font-size: 87.5%;
    display: inline;
    position: relative;
    margin-top: 43px;
    top: 27px;
}
.mdi-wallet-outline::before {
    content: "\F0BDD";
}
.mdi, .mdi-set{
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, :before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}
.order-profile-mob {
    width: 133px;
    max-height: -34px;
    height: 21px;
    overflow: hidden;
    font-size: 87.5%;
    display: inline;
    position: relative;
    margin-top: 43px;
    top: 27px;
}
.wallet-dc {
    font-size: 20px;
}

.act-supply {
    position: absolute;
    text-align: left;
    top: 8px;
    left: 6px;
    font-size: 12px;
    width: 102px;
    height: 20px;
    overflow: hidden;
}
.user-menu-info a:nth-of-type(3) {
    font-size: 12px;
    font-weight: 600;
    color: #19bfd3;
}
.user-menu-info a:nth-of-type(3) i {
    position: absolute;
    bottom: -2px;
}


.link-to {
    color: var(--sc);
    font-size: 81.25%;
}
.cart-s .specifications .link-to i {
    color: var(--sc);
}

.cart-s .specifications i {
    font-size: 129.5%;
    color: #97979a;
    padding-left: 4px;
    vertical-align: sub;
}
.cart-s .specifications i {
    font-size: 129.5%;
    color: #97979a;
    padding-left: 4px;
    vertical-align: sub;
}
.number-cart {
    border: 1px solid #9f9999b3;
    width: 100px;
    background: white;
    height: 41px;
    border-radius: 9px;
    text-align: center;
    font-size: 125%;
    color: #8f8f8f;
}
.number-cart .plus {
    display: inline-block;
    font-size: 125%;
    cursor: pointer;
}
.number-cart input {
    display: inline-block;
    width: 25px;
    outline: none;
    border: none;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    color: black;
    font-size: 18px;
    position: relative;
    top: -3px;
}
.number-cart .minus {
    border-bottom-right-radius: 14px;
    display: inline-block;
    font-size: 150%;
    cursor: pointer;
}
.cart-s .specifications i {
    font-size: 129.5%;
    color: #97979a;
    padding-left: 4px;
    vertical-align: sub;
}
.cart-s .discount {
    text-align: left;
    padding-left: 18px;
    color: var(--mc);
}
.cart-s .price {
    text-align: left;
    color: #270707;
}
.factor {
    font-size: 81.25%;
}

.card-c {
    padding: 23px 10px;
}
.factor div {
    margin-bottom: 5px;
    color: #323232;
    font-size: 14px;
}
.factor .all-price-before span, .factor .delivery-cost span {
    font-size: 100%;
}

.cart-s .price {
    text-align: left;
    color: #270707;
}
div.note-f {
    font-size: 68.75%;
    color: #6f6f6f;
}
.btndig{
    background-color: var(--mc);
    color: var(--mtc)!important;
    border-radius: 8px;
    padding: 15px;
    margin: 19px 0px 12px 0px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    color: var(--wbc1) !important;
}
.sh-card .specifications{
    padding-top: 17px;
}
#productBody.sh-card .specifications{
    padding-top: 17px;
    padding-bottom: 20px;
}
#productBody.sh-card .item-p{
border-bottom: 1px solid #80808045;
}
#productBody img{
        height: 100% !important;
    width: auto;
}

.nav-tabs.tab .nav-link.active, .sw-tab-bar .nav-link.active {
    color: var(--wtc);
    background-color: #fff0;
    border-color: #fff0 #fff0 var(--mc);
    border-bottom: 3px solid var(--mc);
}
.nav-tabs.tab a.active h6 {
    display: inline-block;
}
.nav-tabs.tab a.active span, .sw-tab-bar a.active span {
    background-color: var(--mc);
    margin-right: 5px;
    padding-inline: 9px;
    height: 30px;
    border-radius: 100%;
    color: var(--wbc1);
}
.product-show, .item-suggestion{
    padding: 15px 0px 17px 10px;
    overflow: hidden;
    width: 1300px;
    max-width: 100%;
    margin: auto;
        margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 20px;
}


section.product-show {
    padding-inline: 0;
}
.breadcrumb {
    padding: 5px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: inherit !important;
    border-radius: 0.25rem;
    text-align: right;
    direction: rtl;
}

.breadcrumb {
    background-color: #e9ecef !important;
}
.breadcrumb-item {
    float: right;
}
.breadcrumb li a {
    color: gray;
}

.breadcrumb-item a {
    color: var(--ptc);
    font-size: 13px;
}
.product-show .product-img .product-label {
    border-radius: 0 0 400px 0;
    left: 0;
    top: 0;
    right: unset;
    font-size: 17px;
    height: fit-content;
    height: -moz-fit-content;
    width: 100px;
    text-align: end;
    padding: 0;
    padding-left: 14px;
    padding-bottom: 6px;
}
.product-img img.oneImage {
    max-width: 100% !important;
}
.zoom-modal {
    display: none;
    position: fixed;
    z-index: 9999888 !important;
    padding-top: 130px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
#myZoom .close {
    position: fixed;
    top: 130px;
    left: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    z-index: 5;
}
@media(max-width: 768px){
#myZoom .close {
    position: absolute;
    top: 15px;
    left: 4%;
    color: black;
    }
}
@media(max-width: 400px){
#myZoom .close {
    top: -47px;
    left: 0;
    color: white;
    }
}
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 400px;
        margin-top: 120px;
}
.product-show .tool {
    width: 45px;
    position: absolute;
    top: 6px;
    font-size: 30px;
    color: #4e4e4e;
    right: 21px;
    background-color: #fff;
    text-align: center;
    z-index: 5;
    cursor: pointer;
    border-radius: 9px;
}
.swiper.allImage {
    height: 110px;
    overflow: hidden;
}
.swiper.allImage .items {
    height: 120px;
}
.swiper.swiper-dc .jc-right, .swiper.swiper-s-dc .jc-right, .swiper.swiper-f-dc .jc-right, .swiper.allImage .jc-right {
    right: 3px!important;
}

.allImage .jc-right, .allImage .jc-left {
    width: 25px !important;
    height: 25px !important;
    background: #fff !important;
}
.product-show .title {
    color: #171616;
    padding: 0px 0px 5px 0px;
    white-space: nowrap;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-show .score-pro {
    font-size: 81.25%;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.product-show .desc {
    font-size: 13px;
    float: left;
    background-color: #f5f5f5;
    padding: 6px;
    border-radius: 10px;
    cursor: pointer;
    color: #686868;
}
.product-show .box-left {
    background-color: var(--wbc4);
    border-radius: 10px;
    border: 1px solid var(--wbc4);
    padding: 15px 5px;

}
.call-for-price p:first-child {
    margin-bottom: 0 !important;
}
.product-show .box-left .row{

    min-height: 200px;
}
.product-show .box-left .row .price{
    height: fit-content;
    height: -moz-fit-content;
}
.product-show .nav-tabs{
    padding-inline: 0;
}
.warranty i.mdi {
    vertical-align: middle;
    font-size: 156.25%;
}

.hide {
    display: none;
}
.warranty i.mdi {
    vertical-align: middle;
    font-size: 156.25%;
}
.product-show .discount-pro span:first-child {
    text-decoration: line-through;
    color: #a9a5a5;
}
.product-show .discount-pro span:last-child {
    background-color: var(--mc);
    color: var(--mtc);
    border-radius: 11px;
    padding: 2px 5px;
}
.product-show .price span {
    font-size: 143.75%;
    font-weight: 600;
    color: #414244;
    text-align: left;
    padding-top: 0px;
}
.product-show .price b {
    vertical-align: bottom;
    font-size: 81.25%;
}
.mc-bg{
 background-color: var(--mc);
    color: var(--wbc1);
}
#price-filter .btn{
font-size: 13px;
}
.number-cart {
    border: 1px solid #9f9999b3;
    width: 100px;
    background: white;
    height: 41px;
    border-radius: 9px;
    text-align: center;
    font-size: 125%;
    color: #8f8f8f;
}
.product-show .number-cart {
    width: 155px;
    line-height: 1;
    margin-inline: 15px;
    padding-top: 4px;
}
.product-show .blog {
    border: 1px solid #dfdfdf;
    padding: 11px;
    border-radius: 8px;
    margin-top: 9px;
}
.product-show .blog i {
    font-size: 118.75%;
    color: #a1a3a8;
}
.product-show .blog span {
    vertical-align: middle;
    font-size: 87.5%;
    color: var(--ptc);
}
.product-show .blog i {
    font-size: 118.75%;
    color: #a1a3a8;
}
.comment .comment-t {
    font-size: 81.25%;
    margin-top: 8px;
}
.btn {
    cursor: pointer;
}
.addComment {
    color:  var(--wbc5);
    background-color: var(--lbc);
    border-radius: 8px;
    padding: 10px 0px;
    margin: 19px 0px 12px 0px;
    font-size: 93.75%;
    font-weight: 600;
    border: 1px solid var(--mc);
    cursor: pointer;
}
.content-pro .title-c {
    border-bottom: 2px solid var(--mc);
    padding-bottom: 6px;
    display: inline-block;
}
section.blog, section.product-search{
 padding-top: 60px;
 padding-bottom: 100px;
}

.item-mostVisitedBlog {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 14px;
}
.item-mostVisitedBlog:last-child{
 border-bottom: none;
}
.item-mostVisitedBlog img {
    border-radius: 16px;
    width: 100%;
    max-width: 90px;
}
.mostVisitedBlog div:nth-child(1) {
    font-size: 12px;
    height: 36px;
    overflow: hidden;
}
.mostVisitedBlog div:nth-child(2) {
    color: #9e9b9b;
    font-size: 12px;
}
.blog .blog-item{
max-width: 740px;
}
.plyr__controls, .plyr__control{
    display: none;
}
section.product-search .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    background-color: var(--mc);
    opacity: .85;
    color: var(--wbc1) !important;
    font-weight: 600;
}

section.product-search .card-header:first-child a{
         color: white;
}
@media(max-width: 990px){
section.product-search .card-header:first-child a,
section.product-search .card-header:first-child,
ul.menu-site a{
         color: var(--ptc) !important;
}
ul.category-search{
margin: 0;
    width: 100% !important;
}

}
ul.menu-site a.active {
    color: var(--mc);
}
.pro-side-category ul>li>ul {
    margin-right: -10px;
    margin-top: 5px;
    padding: 0;

}
.menu-site .category-search{
height: fit-content !important;
    width: fit-content;
    direction: ltr;
}
section.product-search .result, section.product-search #price-filter input{
width: calc(100% - 50px);
    float: right;
    line-height: 2;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--mc);
    text-align: end;
}

section.product-search #price-filter input{
    width: 45%;
}
.result-btn {
    border: none;
    background-color: var(--mc);
    float: left;
    position: relative;
    left: 22px;
    top: -1px;
    border-radius: 5px 5px 0px 5px;
    color: var(--wbc1);
    height: 35px;
}
input[type=checkbox], input[type=radio] {
    display: inline-block;
    position: relative;
    bottom: -2px;
    accent-color: var(--mc);
}
.sort-search .nav-item:first-child p {
    margin-bottom: 0;
    margin-top: 8px;
}
.sort-search .nav-link.active {
    background-color: var(--mc);
    border-radius: 18px;
    color: var(--wbc1);
}
.item-box.product-items {
    text-align: center;
}
.item-box .product-item {
    width: 275px;
    display: inline-flex;
}
.item-box .product-item:hover {
        background-color: var(--sbg);
    border-radius: 20px;
}
.item-box .item-p {
    width: fit-content;
    width: -moz-fit-content;
    display: inline-flex;
    margin-top: 0 !important;
    margin-inline: 10px;
    margin-bottom: 10px;
}
.item-box.product-items .aj-img {
    position: relative;
}
.item-box .sw-card-body {
    position: relative;
    height: 180px;
    text-align: center;
    padding-top: 7px;
}
.card-title {
    margin-bottom: 0.75rem;
}
.item-box .sw-card-body .remain-product {
    float: right;
    margin-right: 6px;
    margin-top: -3px;
}
.item-box .sw-card-body a.add {
    float: left;
    margin-right: 5px;
    bottom: 55px;
}
.item-box .item-p{
width: 238px;
}
.sw-payment-card-bg {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 24px;
    color: var(--wbc1);
    background-color: var(--mc);
}
.item-box .sw-card-body .sw-discount{
    width: fit-content;
    width: -moz-fit-content;
    position: absolute;
    right: 11px;
    bottom: 17px;
    text-decoration: line-through;
    color: gray;
}
.item-box .sw-card-body .sw-cost {
    top: 14px;
    position: relative;
    white-space: nowrap;
    width: fit-content;
    margin: 0;
    margin-right: 49px;
    margin-bottom: 22px;
}
.item-box .item-p.cfp .sw-card-body .sw-cost{
    top: 14px;
    position: static;
    white-space: break-spaces;
    width: fit-content;
    margin: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 44px;
    font-size: 13px;
}
.item-box .sw-card-body .sw-card-bg{
    position: relative;
    right: -76px;
    top: 35px;
    background: var(--mc);
    color: var(--wbc1);
    border-radius: 10px;
    padding: 4px;
    padding-inline: 7px;
}
.breadcrumb-bg{
background-color: #e9ecef !important;
}
.breadcrumb i{
position: relative;
    font-size: 22px;
    top: 2px;
}
.post-img{
    overflow: hidden;
    border-radius: 20px;
}
.post-detail{
    width: 80%;
    margin: auto;
    position: relative;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    top: -33px;
}
.post-detail h1{
font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    color: #000;
    margin-bottom: 30px;
}
.post-detail #study, .post-detail .impress{
    width: fit-content !important;
    margin-inline: 18px;
        display: inline-block;
}
.post-detail .impress{
line-height: 0;
}
.post-detail .impress .impression{
    margin-right: 12px;
}
.tag-item {
    float: right;
    margin-left: 5px;
    border-radius: 15px;
    background-color: #f7f7f7;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.tag-item:hover{
background-color: var(--sc);
color: var(--wbc5);
}
.comments-area {
    width: 80%;
    margin: auto;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: var(--sc);
    padding: 25px 15px;
    margin-top: 50px;
    color: var(--wbc5);
}

.add-cm:hover {
    background-color: #fff;
    color: #000;
}

.add-cm{
    border: none;
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    display: inline-block;
}
.add-cm-area{
height: 0;
overflow: hidden;
transition: height 0.5s;
}
.add-cm-area.show{
height: 370px;
}
.comments-title{
    margin-right: 0;
    margin-left: auto;
        font-size: 18px;
    font-weight: 600;
}
.comment-respond{
    border: 1px solid var(--sc);
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    color: black;
}
.comment-respond textarea{
    width: 100%;
    border: 1px solid #dddddd;
    color: #464646;
    padding: 11px;
}
.form-submit .submit{
    margin: auto;
    background-color: var(--sc);
    color: var(--wbc5);
}
.share i{
position: relative;
    font-size: 22px;
    line-height: 0;
    top: 3px;
    left: 4px;
}
.share{
cursor: pointer;
}
.share-icons{
    position: absolute;
    right: 177px;
    transition: height 0.4s;
    top: 10px;
    font-size: 25px;
    display: none;
}
.share-icons a{
    display: block;
    line-height: 1;
    text-align: left;
}
.multi-step div.bo {
    border-bottom: 2px solid #d0d0d0;
    padding: 0;
}
.multi-step .infor.select {
    color: var(--sc);
}

.multi-step .infor {
    position: absolute;
    width: 144px;
    bottom: 0;
    text-align: center;
    right: -38px;
}
.multi-step .infor.select span {
    background-color: var(--sc);
}

.multi-step .infor span {
    right: 25%;
}
.multi-step span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #d0d0d0;
    position: absolute;
    bottom: -12px;
    z-index: 5;
}
.multi-step .pay {
    position: absolute;
    width: 100px;
    left: -52px;
    text-align: center;
    bottom: 0;
}
.multi-step div.bo {
    border-bottom: 2px solid #d0d0d0;
    padding: 0;
}
.multi-step .end {
    position: absolute;
    width: 100px;
    left: -54px;
    text-align: center;
    bottom: 0;
    text-align: center;
}
.multi-step .end span {
    right: 32px;
}
.multi-step .pay span {
    left: 44px;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
button#addDiscount {
    border: 1px solid var(--mc);
    position: absolute;
    left: -31px;
    top: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px 0 0 4px;
    background-color: var(--mc);
    color: white !important;
    padding-right: 12px;
}



.paging{
padding-top: 40px;
}
.page-item.active .page-link {
     color: var(--wbc1) !important;
    background-color: var(--mc);
    border-color: var(--mc);
}
.item-suggestion .jc-left {
    left: 4px !important;
}
.color-s {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #c3c2c2;
    text-align: center;
    padding: 3px;
    display: inline-block;
    cursor: pointer;
}
.color-s {
    width: 50px!important;
    height: 50px!important;
}
.color-s div {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #c3c2c2;
}

.color-s div {
    width: 43px!important;
    height: 43px!important;
}


.cart-item {
    display: inline-block;
    margin: 2px;
}
.menu-site li ul{
height: 0;
padding: 0;
overflow: hidden;
transition: height 0.5s;
}
.menu-site li ul.show{
    padding-right: 27px;
    height: fit-content;
    height: -moz-fit-content;
    padding-top: 5px;
    font-size: 14px;
}
.owl-carousel .owl-nav.disabled {
    display: block !important;
}
.menu-site li span i{
padding-left: 15px;
}
.menu-site li ul.show i{
display: none;
}
.cart-item img {
    width: 100%;
    max-width: 85px;
    min-width: 83px;
    border-radius: 10px;
}
.content-body table tbody{
    border: 1px solid gray;
}
.content-body table tbody tr:not(:last-child){
    border-bottom: 1px solid gray;
}
.content-body table tbody tr td:not(:last-child){
    border-left: 1px solid gray;
}
.content-body table tbody tr td{
padding: 5px;
padding-inline: 10px;
}

.swiper .item-p img, .swiper .item-img{
height: auto !important;
}
.index-pr-swiper .owl-nav {
    float: right;
    position: absolute;
    right: -22%;
    bottom: 180px;
}
.english-v-swiper .owl-nav {
float: left;
    position: absolute;
    left: -22%;
    bottom: 180px;
    right: unset;
}
.owl-nav button{
    width: 40px;
    height: 40px;
    background: var(--sbc) !important;
    border: 1px solid #9f9f9f40 !important;
    border-radius: 100%;
    color: gray;
    font-weight: bolder;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 4%), 0 4px 8px 0 rgb(0 0 0 / 20%);
    line-height: 2.4;
    margin-inline: 8px;
    outline: none;
}

.index-p2-swiper .owl-nav, .index-p3-swiper .owl-nav {
    width: 100%;
    text-align: center;
        position: static;
        margin-bottom: -69px;
}
.footer-middle .certificates div.only {
    width: 100%;
    max-width: 100% !important;
    }

a:focus, a:hover{
    outline: none !important;
}
.sugestion-pr .nav-tabs{
padding-inline: 0;
}
.product-show .content-pro{
padding-right: 0;
}
.index-p2-swiper .owl-nav, .index-p3-swiper .owl-nav {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: -50px;
}
.index-p3-swiper .btn-more,
.index-p2-swiper .btn-more{
    position: relative;
    bottom: 4px;
    left: unset;
    right: unset;
    top: unset;
    margin: auto;
    text-align: center;
}
@media(min-width: 790px){
.footer-bottom div:first-child{
    width: fit-content;
    width: -moz-fit-content;
    float: right;
    max-width: 50%;
}
.footer-bottom p {
    margin-bottom: 0;
    width: fit-content;
    width: -moz-fit-content;
    display: inline-block;
    float: right;
}
.footer-bottom div {
    float: left;
    width: fit-content;
    width: -moz-fit-content;
}
}
@media(min-width: 1400px){
.index-pr-swiper, .index-p3-swiper, .index-p2-swiper, .footer, section.blog, section.product-search{
max-width: 100%;
}
.top-banner img {
    width: 100%;
    max-width: 1920px;
}
.product-show, .sugestion-pr{
    max-width: 98%;
}
.product-show .product-show, .item-suggestion{
max-width: 100%;
}
}
@media(max-width: 500px){
.login-section .login-form, .user-forget-pass .form.card {
    width: 100%;
    }
}
@media(max-width: 768px){

#productBody img{
        height: auto !important;
    width: 100%;
    max-height: 100%;
}
#productBody.sh-card .row{
margin-inline: 0;
}
#productBody.sh-card .img-pr{
padding-inline: 0;
}
.login-form input, .user-forget-pass .form.card input{
    width: 87%;
}
input[name="captcha"] {
    width: calc(87% - 100px);
    margin-right: 14px;
}
}
@media(max-width: 768px){
section.blog, section.product-search{
 padding-top: 20px;
}
.tab-pane .content-body{
    padding-right: 1rem!important;
}
}
@media(max-width: 1353px){
.index-p3-swiper .jc-right, .index-p2-swiper .jc-right {
    margin-inline: -16px;
}
}
@media(max-width: 809px){
.index-p3-swiper .jc-right, .index-p2-swiper .jc-right {
    margin-inline: -33px;
}
}
@media(max-width: 790px){
.index-p3-swiper .jc-right, .index-p2-swiper .jc-right {
    margin-inline: 0px;
}
}
@media(max-width: 1266px){
.mr-4, .mx-4 {
    margin-right: 1rem!important;
}
.header .category-title {
    padding-right: 0;
    padding-left: 0;
}
.header{
padding-left: 50px;
    padding-right: 50px;
}
.header .logo {
    width: 15%;
}
.header .tools div {
    padding-left: 10px;
    }
}
@media(max-width: 1199px){
.blog-item .p-md-2{
display: flex;
}
.container {
    max-width: 898px;
}
.index-blog, .index-p3-swiper, .index-p2-swiper, .index-pr-swiper{
padding-inline: 0;
}
}
@media(max-width: 886px){
.header {
    padding-left: 4px;
    padding-right: 4px;
}
.header .logo {
    width: 10%;
}
}
@media(min-width: 790px){
.hide-in-desktop{
display: none;
}
}
@media(max-width: 790px){
.index-pr-swiper .btn-more.hide-in-desktop{
position: relative;
    z-index: 4;
    bottom: 54px;
    margin: auto;
}
.index-p3-swiper .btn-more,
.index-p2-swiper .btn-more{
    position: relative;
    bottom: -2px;
    left: unset;
    right: unset;
    top: unset;
    margin: auto;
    text-align: center;
}
.index-p2-swiper .owl-nav, .index-p3-swiper .owl-nav {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: -73px;
}
.footer .row{
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
}
.login-section .col-md-5{
display: none;
}
.login-section .col-md-7{
width: 100%;
    display: flex;
    justify-content: center;
}
.login-section .login-form {
    width: 88%;
    float: none;
    border-radius: 20px;
}
#productBody .sh-card .specifications {
    width: 100%;
    max-width: 100%;
    padding-inline: 30px;
}
#productBody .sh-card .specifications h6{
    text-align: center;
}
.cart-s .price {
    padding-bottom: 14px;
}
section.product-show, .sugestion-pr{
    padding-inline: 12px;
    margin: 0;
}
.blog .blog-item {
        max-width: 90%;
    margin-inline: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #8080803d;
}
.blog .blog-items-p{
    margin-top: 27px;
}
.top-banner .des button{
display: none;
}
.blog-item .p-md-2 {
    display: block;
}
.header{
padding-inline: 5px;
}
.header .logo {
      width: 11%;
    position: relative;
    top: -10px;
    right: 8px;
}
.header .logo img {
    width: 100%;
}
.header .tools {
    width: 80%;
    display: inline-flex;
    justify-content: left;
}
.header .tools div span, .header .tools div p{
display: none;
}
.header ul.header-menu{
display: none;
}
.header .tools div {
    height: 29px;
    padding-inline: 26px;
}
.header .tools div.menu{
display: block;
}
.header .tools i {
    font-size: 28px;
}
.hide-in-mobile{
display: none;
}
.hide-in-desktop{
display: block;
}
.sec-bg .h3{
    margin-top: 10px;
}
.index-pr-swiper .h3{
    margin-top: 0;
    width: 100%;
    text-align: center;
    position: static;
    visibility: visible;
    z-index: 2;
}
.index-pr-swiper .sec-bg {
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 22px;
    width: 100%;
    border-radius: 0;
}
.full-banner{
margin-top: 2rem;}
.index-pr-swiper .swiper{
padding-inline: 0;
}
.product-item {
    width: 260px;
}
.full-banner {
    width: 100%;
    margin-top: 0rem;
}
.full-banner img, .full-banner a.cover {
    border-radius: 15px;
}
.four-banners div span {
    bottom: 30px;
    right: 78px;
    font-size: 16px;
}
.remain-product {
    font-size: 11px;
    font-weight: 600;
}
.product-item .badge {
    font-size: 12px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}
.product__price--old {
    font-size: 12px;
    font-weight: 600;

}
.h3, h3 {
    font-size: 1.2rem;
    font-weight: 600;
}
.call-txt {
    font-size: 13px;
    width: fit-content;
    width: -moz-fit-content;
    float: right;
    height: fit-content;
    height: -moz-fit-content;
}
.index-p3-swiper .jc-right, .index-p2-swiper .jc-right {
    display: block;
    position: absolute;
    top: 50%;
    bottom: unset;
    right: 0px;
}
.index-p3-swiper .jc-right{

left: 0px;
}

.index-p3-swiper .jc-left, .index-p2-swiper .jc-left {
    display: block ;
    position: absolute;
    top: 50%;
    bottom: unset;
    left: 8px;
}
.index-blog video{
max-width: 74%;
margin-top: -96px;
}
.index-blog .col-md-4{
text-align: center;
}
.index-blog .blog-item{
    margin-inline: auto;
    padding-inline: 0;
}
.blog-item-des {
    float: none;
    max-width: 100%;
    padding-inline: 0;
}
.footer-top .col-6{
padding-inline: 0;
}
.footer-top img {
    max-width: fit-content;
    max-width: -moz-fit-content;
    width: 35px;
}
.footer-top span {
    width: 100%;
    float: none;
    font-size: 12px;
    color: #000;
    padding-right: 1px;
    line-height: 2;
    padding-top: 3px;
    font-weight: 600;
    display: block;
}
.footer-top .p-icon i {
    font-size: 23px;
}
.footer-top .p-icon {
    width: 35px;
    height: 35px;
}
.footer-middle .certificates {
    width: 100%;
    max-width: 100%;
}
.footer-middle .col-md {
    padding-right: 10px;
    width: 33%;
}
.footer-middle p.title {
    font-size: 14px;
}
.footer-bottom p, .footer-bottom div{
float: none;
margin: auto;
    font-size: 12px;
}
.footer-bottom {
    text-align: center;
}
.scroll-top{
width: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    background-color: white;
    z-index: 10;
}
.footer-top, .footer-middle, .footer-bottom {
    width: 95%;
}

.index-p3-swiper .col-md-9, .index-p2-swiper .col-md-9, .index-pr-swiper .col-md-9{
    max-width: 100%;
}
.mobile-menu{
display: block;
}
}
@media(max-width: 623px){
input[name="captcha"] {
    width: calc(80% - 100px);
    }
}
@media(max-width: 400px){
input[name="captcha"] {
        margin-right: 26px;
    }
}
@media(max-width: 351px){
input[name="captcha"] {
    width: calc(85% - 100px);
    margin-right: 19px;
}
.login-section .login-form img {
    width: 84px;
    height: auto;
}
.footer .row .col{
    width: 100%;
    display: block;
    flex: 100%;
    margin-bottom: 10px;
}
}
@media(max-width: 425px){
.footer-middle .col-md {
    padding-right: 10px;
    width: 100%;
        text-align: center;
}
.footer-middle p.title {
    font-size: 16px;
}
}
@media(max-width: 1003px){
.footer-top, .footer-middle, .footer-bottom {
    width: 90%;
}
}
@media(max-width: 900px) and (min-width: 768px){
.footer-middle ul li {
    line-height: 1.2;
}
.social-box span:last-child {
    font-size: 11px;
}
}
@media(max-width: 895px){
.footer-top, .footer-middle, .footer-bottom {
    width: 100%;
}
}
@media(max-width: 790px){
.index-pr-swiper .owl-nav {
    float: none;
    position: relative;
    width: 100%;
    text-align: center;
    margin: auto;
    left: unset;
    right: unset;
    top: unset;
    bottom: -73px;
}

}
@media(max-width: 1340px) and (min-width: 987px){
.footer-middle .col-md-5 {
    min-width: 100%;
}
.footer-middle .col-md-5 p{
    text-align: center;
}
}
@media(max-width: 1339px) and (min-width: 768px){
.footer-middle .col-md-3 {
    flex: 0 0 36%;
    max-width: 42%;
}
}
@media(max-width: 987px){
.footer-middle .col-md-5 {
    flex: 100%;
    max-width: 100%;
}
}
@media(max-width: 768px){
.index-stand-banner {
display: none;
}
.full-banner.w-50 {
    width: 100%!important;
    margin-top: 18px;
    display: inline-block;
}
}
@media(max-width: 760px){
.four-banners img:last-child {
    right: 18px;
    bottom: 18px;
    width: 40px;
    height: 40px;
}
.four-banners div span {
    bottom: 25px;
    right: 64px;
    font-size: 16px;
}
.product-show, .item-suggestion{
padding-inline: 0;

}
.pay-possibility{
    font-size: 14px;
    padding-right: 5px !important;
    padding-left: 5px !important;
    text-align: center;
}
.product-show.content-detail, .item-suggestion{
width: 92%;
padding-inline: 0;
}
.footer-bottom {
    min-height: 100px;
}
}
@media(max-width: 600px){
.four-banners img:last-child {
    right: 18px;
    bottom: 18px;
    width: 30px;
    height: 30px;
}
.four-banners div span {
    bottom: 16px;
    right: 53px;
    font-size: 16px;
}
}
@media(max-width: 476px){
.four-banners img:last-child {
    bottom: 10px;
}
.four-banners div span {
    bottom: 10px;
}
}
@media(max-width: 768px){
.login-section .col-md-5, .login-section .col-md-7{
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
.login-section .col-md-5{
  display: none;
}
}
@media screen and (max-width: 970px){
.dashboard-section {
    width: 100% !important;
    margin-right: 0px !important;
}
.sidebar{
         position: fixed;
         height: 100vh;
         width: 92%;
         max-width: 350px;
         top: 0;
    padding-top: 65px !important;
    border-radius: 0;
         right: -100%;
         background: #FFF;
         display: block;
         padding: 50px 10px;
         line-height: 50px;
         overflow-y: auto;
         box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
         transition: all 0.3s ease;
         z-index: 1;

    }
      .wrapper .btn.close-btn, .wrapper .btn.menu-btn{
         display: block;
    }

     .sidebar.show{
         right: 0%;
    margin: 0;
    }

}

.user-forget-pass{
background: none !important;
}
button.edit-address, button.delete-address{
    border: 2px solid #eae6e6;
    background-color: #fbfbfb;
    border-radius: 8px;
    color: #323232;
    padding: 5px;
    padding-inline: 10px;
}
.sidebar-chiled a.select{
    color: var(--sc);
}
#send-msg-info{
    background-color: var(--mc);
    color: var(--wbc1);
}
@media(max-width: 678px){
#productBody .img-pr img{
max-width: 100% !important;
    width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    max-height: fit-content;
}
}
#orderList .nav-tabs .nav-link{
color: #212529 !important;
}
.delivery-description{
    color: var(--mc)!important;
}
.site-language{
    position: fixed;
    left: 25px;
    top: 0;
    height: 38px;
}
.site-language img{
    width: 40%;
    float: right;
}
.site-language .btn{
    font-size: 13px;
    background-color: unset;
    color: gray;
    border: 1px solid #8080806b;
    border-radius: 0 0 5px 5px;
    padding: 2px;
    padding-inline: 4px;
}
.site-language .btn.dropdown-toggle::after{
    font-size: 17px;
}
.site-language .btn i{
    font-size: 25px;
    line-height: 1;
}
.site-language .dropdown-item{
    font-size: 12px;
    left: -6px;
    min-width: 7rem;
    height: 30px;
}
.zoom-modal .items img{
width: 80px;
}
#myZoom .modal-content {
	margin-top: 10px;
	max-height: 400px;
	max-width: 100% !important;
	object-fit: contain;
}
.modal-header .close{
    position: absolute;
    left: 0;
}
.let-me-know{
    background-color: var(--mc);
    color: var(--mtc)!important;
    border-radius: 8px;
    padding: 15px;
    margin: 19px 0px 12px 0px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    color: white !important;
    position: relative;
}
.let-me-know i{
    font-size: 24px;
    position: relative;
    top: 6px;
    line-height: 0;
}
.let-me-know.yes{
    background-color: var(--wbc9);
}
.specifications .information.english-ver .desc.review{
    float: revert;
}


.post-txt .ke-component {
    text-align: center;
}


.postTxt {
background-color: #18345687;
    font-family: sans-serif;
    font-size: 1.5em;
    height: 100%;
    direction: ltr;
    width: fit-content;
    border-radius: 26px;
    padding-top: 14px;
    padding-inline: 13px;
    color: white;
    box-shadow: 0 0 5px grey;
}

.postTxt .equalizer-btn {

    border-radius: 25px;
    height: 50px;
    width: fit-content;
    transition: .85s;
    margin: auto;
    margin-bottom: 17px;
}

.postTxt .equalizer-btn:hover ,.cntrl i{
  cursor:pointer;
}


.postTxt .equalizer {
  position:relative;
  display:flex;
  justify-content:center;
}


.postTxt .first-bar, .postTxt .second-bar, .postTxt .third-bar, .postTxt .fourth-bar, .postTxt .fifth-bar {
  display: inline-block;
  width: 2px;
  margin-right: 2px;
  transition: .6s;
  vertical-align: middle;
  background-image: linear-gradient(#ffed00, #2acdca);
}

.postTxt .playEqualizer {
  animation: equalize 5s 0s infinite;
  animation-timing-function: linear;
}

.postTxt .first-bar {
  height: 10px;
  animation-delay: -1.9s;
}

.postTxt .second-bar {
  height: 34px;
  animation-delay: -.9s;
}
.postTxt .third-bar {
  height: 50px;
  animation-delay: -2.9s;
}

.postTxt .fourth-bar {
  height: 34px;
  animation-delay: -3.9s;
}
.postTxt .fifth-bar {
  height: 10px;
  animation-delay: -4.9s;
}

.postTxt ul {
  padding:0;
  margin:0;
}


@keyframes equalize {
  0% {
    height: 48px;
  }
  4% {
    height: 42px;
  }
  8% {
    height: 40px;
  }
  12% {
    height: 30px;
  }
  16% {
    height: 20px;
  }
  20% {
    height: 30px;
  }
  24% {
    height: 40px;
  }
  28% {
    height: 5px;
  }
  32% {
    height: 40px;
  }
  36% {
    height: 48px;
  }
  40% {
    height: 20px;
  }
  44% {
    height: 40px;
  }
  48% {
    height: 48px;
  }
  52% {
    height: 30px;
  }
  56% {
    height: 10px;
  }
  60% {
    height: 30px;
  }
  64% {
    height: 48px;
  }
  68% {
    height: 30px;
  }
  72% {
    height: 48px;
  }
  76% {
    height: 20px;
  }
  80% {
    height: 48px;
  }
  84% {
    height: 38px;
  }
  88% {
    height: 48px;
  }
  92% {
    height: 20px;
  }
  96% {
    height: 48px;
  }
  100% {
    height: 48px;
  }
}



.form-control{
    background-color: var(--tfc);

}
.anotherPhoto.item{
    max-width: 100px;
}



@media(max-width: 1169px) and (min-width: 700px){
.product-show .information{
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdbdb;
}
}
@media(max-width: 900px) and (min-width: 700px){
.product-show .information{
    margin-bottom: 20px;
}
}
@media(max-width: 514px){
.item-box .item-p{
    width: 170px;
}
.item-box .sw-card-body .sw-discount{
position: static;
    margin-top: -30px;
}
.item-box .sw-card-body .sw-card-bg{
position: static;
}
.item-box .sw-card-body .sw-cost{
position: static;
    margin: 0;
    float: left;
}
}
.swiper.allImage img{
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    overflow: hidden;
}
.box-img #oneImage img{
max-height: 400px;
    object-fit: contain;

}
.product-label {
    position: absolute;
    top: -15px;
    right: -3px;
    z-index: 5;
    width: 70px;
    height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contact-section iframe{
height: 300px;
}

.mobile-footer-menu{
    display: none;
    font-size: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    box-shadow: 0 0 6px #a5a1a152;
    z-index: 6;
}
.mobile-footer-menu i{
    font-size: 30px;
    text-align: center;
}
.mobile-footer-menu a{
padding: 0;
text-align: center;
    margin-inline: auto;
    color: #383737;
}
.mobile-footer-menu a p:last-child{
position: relative;
    white-space: nowrap;
    line-height: 0;
    margin: 0;
    top: -15px;
    color: #443f3f;
}

@media(max-width: 790px){
.mobile-footer-menu{
display: block;
}
.header .tools{
display: none;
}
.scroll-top, .whatsapp-chat{
    bottom: 80px;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 4%), 0 4px 8px 0 rgb(0 0 0 / 20%);
}
.whatsapp-chat i {
    position: relative;
    top: -10px;
    left: 0px;
}
}
.footer-middle .certificates img {
    max-height: 80px;
    max-width: 80px;
}

@media(max-width: 415px){
   .item-box .item-p{
       width: 100% !important;
   }
}
.container-fluid.index-p3-swiper,
.container-fluid.index-pr-swiper,
.container-fluid.index-p2-swiper {
    max-width: 100% !important;
}

.container-fluid {
    max-width: 100% !important;
}

.login-checkbox #acceptanceRules{
    width: 20px;
    margin: 0;
    margin-left: 8px;
    margin-top: -4px;
}

.frm-register .checkbox {
    display: flex;
    align-items: center;
}

