body {
    font-size: 14px;
    direction: rtl;
    font-family: "IRSans" !important;
    text-align: right;
}
ul{
    padding: 0;
    margin: 0;
}
a {
   text-decoration: underline;
}
@font-face {
    font-family: irsans;
    src: url(../../plugins/iran-sanse/fonts/IRANSansWeb.woff2) format("woff2"),url(../../plugins/iran-sanse/fonts/IRANSansWeb.woff) format("woff"),url(../../plugins/iran-sanse/fonts/IRANSansWeb.ttf) format("truetype"),url(../../plugins/iran-sanse/fonts/IRANSansWeb.eot) format("embedded-opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}
::-webkit-scrollbar {width: 12px;}
/* Track */
::-webkit-scrollbar-track {background: #f1f1f1;}
/* Handle */
::-webkit-scrollbar-thumb {background: rgb(77, 75, 75);}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: rgb(77, 75, 75);}
/*header-web*/
header{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.search-web-inpt input{
    width: 100%;
    border: 0;
    outline: 0;
    padding: 12px 20px;
    border-radius: 5px;
    background-color: #f0f0f0d1;
    position: relative;
    font-weight: 900;
}
.search-web-inpt img{
    width: 20px;
    position: absolute;
    left: 25px;
    top: 12px;
}
.header-top{
    padding:12px 0;
    transition: .3s
}
.header-top .logo-web{
    text-align: right;
}
.logo-web img{
    width: 150px;
}
.header-top .list-left-header ul{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    margin: 0 auto;
    list-style: none;
}
.list-left-header  ul .login{
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}
.list-left-header  ul li a{
    padding:10px 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-weight: 900;
}
.list-left-header  ul .login img{
    width: 25px;
    padding-right: 5px;
}
.list-left-header  ul .basket img{
    width: 25px;
}
.basket{
    position: relative;
}
.card-num{
    position: absolute;
    right: 0;
    background-color: #cca352;
    padding: 1px 7px;
    border-radius: 20px;
}
.list-result-searchWeb{
    position:absolute;
    z-index:999;
    width:95%;
    background-color:rgba(0, 0, 0, 0.35);
    border-radius:10px
}
.list-result-searchWeb ul li a{
    text-decoration:none;
    color:#fff;
}
    .list-result-searchWeb ul{
        list-style:none
    }
    .list-result-searchWeb ul li {
        line-height: 3;
        padding:10px
    }
    .list-result-searchWeb ul li img {
        width: 100px;
        border-radius:10px
    }
    /*menu-web*/
    .header-web .header-bottom {
        padding: 10px 0;
    }
.header-web .header-bottom.un-show{
   display: none;
}
.header-web .header-top.fixed{
   position: fixed;
   width: 100%;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   z-index: 9;
   background-color: #fff;
 }
.main-menu-web li a{
    display: inline-block;
    padding:10px;
    text-decoration: none;
}
.show-category-web{
    position: relative;
}
.show-category-web a{
    color: #000!important;
    font-weight: 900;
}
.show-category-web:hover .conatiner-category-web{
    top: 25px;
    visibility: visible;
    opacity: 1;   
}
.conatiner-category-web{
    max-width: 1600px;
    width:1000px;
    position: absolute;
    background-color: #fff;
    z-index: 99;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 50px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.list-product-category ul{
    list-style: none;
}
.list-product-category {
    position: absolute;
    background-color: #fff;
    top: 50px;
    padding:10px;
    z-index: 999;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 220px;
    transition-duration: 0.5s;
    visibility: hidden;
    opacity: 0
}
.item-product-type-web:hover .list-product-category {
    visibility: visible;
    opacity: 1;
    top:30px
}
.item-product-type-web{
    position:relative
}
.item-product-type-web > a {
    font-weight: 900;
    font-size: 15px;
    display: block;
}
.main-menu-web{
    list-style: none;
    text-align: right;
}
.main-menu-web > li{
    display: inline-block;
}
.header-web .main-menu-web > li > a{
    color: #838383;
    text-decoration: none;
}
.header-web .main-menu-web > li > a > i{
    padding-left: 6px;
}
.main-menu-web .list-product-type-web > ul > li > a{
    color: #000;
}
.list-product-category li a {
    color: #999999 !important;
    font-weight: 900;
}
.list-subcategory-web li a {
    color: #000 !important
}
.list-product-type-web > li{
    display: inline-block;
    vertical-align: top;
 }
.list-subcategory-web {
    position: absolute;
    background-color: #fff;
    width: 150px;
    top: 0;
    right: 210px;
    z-index: 9999;
    border-radius: 10px;
    top:30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition-duration: 0.5s;
    visibility: hidden;
    opacity: 0;
}
.item-category-web i {
    position: absolute;
    top: 5px;
    left: 5px;
}
.list-product-type-web .item-product-type-web {
    min-width: 185px;
}
.item-category-web:hover .list-subcategory-web {
    visibility: visible;
    opacity: 1;
    top:0
}
.item-category-web{
    position:relative;
}
/*.list-product-category li{
    display:block
}*/
.divider-20{
    height:20px
}
/*login-register*/
.box-login-register ul {
    list-style: none;
}
 .box-login-register{
    width: 430px;
    position: fixed;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    right: 50%;
    transform: translateX(50%);
    top: -80%;
    border-radius: 5px;
    z-index: 99;
    transition: .4s;
 }
 .box-login-register.show-up{
    top: 20%;
 }
 .box-login-register .row-login input{
   width: 100%;
   border-radius:5px ;
   margin: 10px 0;
   padding: 10px;
   border: 1px solid #e2e2e2;
 }
 .box-login-register ul >li h2{
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
    cursor: pointer;
    
 }
 .box-login-register ul li.active h2{
    color: #cca352;
    border-bottom: 2px solid #cca352;
    padding-bottom: 3px;
 }
 .box-forget-sms h5{
    font-size: 18px;
    margin: 15px 0;
 }
.login-user span, .register-user span, .goto-register span, .send-sms span, .btn-send-sms  span{
    display: inline-block;
    width: 100%;
    background-color: #cca352;
    padding: 10px;
    font-size: 17px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    cursor: pointer;
}
 .box-login-register .list-login-menu{
    display: flex;
    justify-content: space-evenly;
 }
 .box-login{
    width: 100%;
    display: none;
 }
 .box-login.show{
    display: block;
 }
 .box-register{
    display: none;
 }
 .box-register.show{
    display: block;
 }
 .box-forget-sms{
    display: none;
 }
 .box-forget-sms.show{
    display: block;
 }
 .goto-sms-forget{
    font-weight: 900;
    display: inline-block;
    margin: 10px 0;
 }
 .box-login-register .box-login , .box-login-register , .box-register{
padding: 25px;
 }
 .layer-box-login{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #0000004f;
    z-index: 98;
    height: 100vh;
    display: none;
 }
.box-forget-sms .part-one, .box-forget-sms .part-two{
    display: none
}
    .box-forget-sms .part-one.show-up{
        display:block
    }
     .box-forget-sms .part-two.show-up{
        display:block
    }
    .goto-login span {
        cursor: pointer;
    }
/*body-web*/
.list-search-product .col-md-4{
margin-bottom: 15px;
}
.container-vivan{
    max-width: 1600px;
}
.devider-50{
    height: 50px;
}
.home-page{
    padding-top: 5px;
}
.main-slider img{
    width: 100%;
}
.main-slider .swiper-pagination-bullet{
    width: 25px;
    height: 8px;
    border-radius: 0; 
}
.main-slider .swiper-pagination-bullet-active{
    background-color: #cca352;
}
.product-one a{
    color: unset;
    text-decoration: none;
}
.product-item {
    position: relative;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / .1);
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 1px;
}
.product-pic {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.product-pic img{
    width: 100%;
    transition: 0.9s;
}
.product-pic .front-img , .product-pic .block-img{
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
}
.product-pic .front-img{
    z-index: 2;
}
.product-pic .back-img {
    z-index: 1;
    position: relative;
}
.product-pic:hover .front-img {
    opacity: 0;
}
.product-pic:hover .back-img{
    transform: scale(1.2);
}
.product-item .detail-product{
    text-align: center;
    line-height: 2.2;
}
.lable-discount {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    font-weight: 900
}
.product-item .detail-product .name-product {
    font-size: 15px;
    font-weight: 900;
    margin: 0;
    color: #cca352;
}
.product-one .old-price{
    font-size: 15px;
    color: #999999;
    font-weight: 900;
}
.product-one .price-product{
    font-weight: 900;
}
.product-one .percent-item{
    position: absolute;
    top: 0;
    z-index: 5;
    left: 5px;
}
.product-one .percent-item span{
    color: #fff;
    font-weight: 900;
    background-color: #cca352;
    width: 38px;
    display: inline-block;
    text-align: center;
    height: 33px;
    border-radius: 0 0 25px 25px;
   
}
/*Slider-Disount-product*/
.slider-discount-home{
    direction: ltr;
    margin: 10px auto;
}
.slider-discount-home .owl-nav button{
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    background-color: #fff!important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 99;
    display: flex!important;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.slider-discount-home:hover  .owl-nav button{
    opacity: 1;
    visibility: visible;
}
.slider-discount-home .owl-nav button span{
    font-size: 35px;
}
.slider-discount-home .owl-nav .owl-prev{
left: 0;
}
.slider-discount-home .owl-nav .owl-next{
    right:0;
}
.slider-discount-home .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #cca352;
}
.rout-top-page {
    margin: 50px 0;
}
.row-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.curent-category {
    width: 23%;
    position: relative;
    text-align: center;
    color: #cca352;
    font-size: 26px;
    font-weight: bold;
}
.category-top {
    width: 43%;
    height: inherit;
    color: #6f7377;
    border-top: 2px solid #d5d6d8;
}
.box-skewed {
    position: absolute;
    top: 0;
    right: 20px;
    width: 88%;
    height: 46px;
    border-right: 2px solid #d5d6d8;
    border-left: 2px solid #d5d6d8;
    text-align: center;
    transform: skewX(-45deg);
}
.rout-menu {
    width: 43%;
    height: inherit;
    color: #6f7377;
    border-bottom: 2px solid #d5d6d8;
    padding-right: 15px;
}
.title-product-discount{
    font-size: 2rem;
    font-weight: 900;
}
/*category-home-page*/
.category-home-page{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 10px;
    overflow: hidden;
}
.category-home-page img{
    width: 100%;
    transition: transform 2.5s;

}
.category-home-page img:hover{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.category-home-page ~ p{
    font-size: 22px;
    margin: 20px 0 30px 0;
    text-align: center;
    font-weight: 900;
    color: #cca352;
}
.list-vector-home .item-vector-category{
    width: 15%;
}
.list-vector-home .item-vector-category img{
    width: 100%;
}
.list-vector-home{
    justify-content: space-between;
}
.list-vector-home img[title]:hover {
    position: relative;
}
.content-list-services{
    background-color: #fdfafad1;
}
.content-list-services .item-service-home{
    text-align: center;
    padding: 15px;
}
.content-list-services .item-service-home i{
    font-size: 50px;
    color: #cca352;
    display: block;
    margin-bottom:20px;
}
.content-list-services .item-service-home .title-item-service{
    font-weight: 900;
}
.item-service-home img{
    width: 100%;
}
.list-pagination-search{
    margin: 10px auto;
    text-align: center;
}
.list-pagination-search li{
    display: inline-block;
    text-align: center;
    margin: 5px;
}
.list-pagination-search li a{
    display: inline-block;
    min-width: 30px;
    color: #cca352;
    text-decoration: none;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #cca352;
}
.list-pagination-search li.active a{
    background-color: #cca352;
    color: #fff;
}
.item-pagination-search:hover a{
    background-color: #cca352;
    color: #fff;
}
.list-orders{
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 30px auto;
}
.list-orders li{
    padding-right: 15px;
    cursor: pointer;
}
.list-orders li.active{
    font-weight: 900;
    text-decoration: underline;
    color: #cca352;
}
.title-filter{
    color: #cca352;
    padding-right: 15px;
    font-weight: 900;
    font-size: 18px;
    margin-top: 10px;
}
.list-color-filter{
    list-style: none;
    border-bottom: 1px solid #f1eeee;
}
.list-color-filter li span{
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 10px 10px 0;
    border: 1px solid #f1eeee;
    box-shadow: inset 0px 4px 3px 0px rgb(0 0 0 / 16%);
    position: relative;
    cursor: pointer;
}
.list-color-filter li {
    display: inline-block;
}
.list-color-filter li span::after {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms ease;
    content: "";
    width: 7px;
    height: 15px;
    display: block;
    border: 2px solid transparent;
    border-width: 0 2.5px 2.5px 0;
    position: absolute;
    top: 6px;
    right: 11px;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
}
.list-color-filter li.active span::after {
    border-color: #fff;
    opacity: 1;
    visibility: visible;
}
.list-size-filter {
    list-style: none;
    border-bottom: 1px solid #f1eeee;
}
.list-size-filter li{
    display: inline-block;
    text-align:center
}
.list-size-filter li span{
    cursor: pointer;
    min-width:47px;
    display: inline-block;
    border: 1px solid #f1eeee;
    padding: 5px;
    margin:0 5px 10px 0;
    font-size: 13px;
    border-radius:4px
}
.item-size-search.active span{
    border: 1px solid #cca352;
    color: #cca352;
}
.cat-filter-one input{
    display: inline-block;
    width: 49%;
    margin-top: 20px;
    text-align: center;
    padding: 5px;
    border: 1px solid #d5d6d8;
    border-radius: 5px;
}
.cat-filter-one .ui-slider-handle{
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    background-color: #cca352;
    top: -4px;
    border: 1px solid #999999;
}
.cat-filter-one .ui-widget.ui-widget-content{
    border: 0;
}
.cat-filter-one .ui-slider-horizontal .ui-slider-range{
    height: 55%;
}
/*product-page*/
.product-page{
    padding-top: 40px;
}
.list-location-product li:first-child a{
    color: #cca352!important;
    font-weight: 900;
}
.product-page .list-location-product{
    list-style: none;
    margin-bottom: 10px;
}
.product-page .list-location-product li{
    display: inline-block;
    font-size: 15px;
    color: #838383;
}
.product-page .list-location-product li a{
    text-decoration: none;
    color: #999999;
}
 .big-slider{
    direction: ltr!important;
    margin: 20px 5px;
} 
.vertical-slider .item-vertical{
    margin: 10px;
    cursor: pointer;
}
.vertical-slider img{
    border-radius: 10px;
    width: 100%;
}
.big-slider img{
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}
.prev-arrow {
    background-image: url(../Image/prev.png);
}
.next-arrow {
    background-image: url(../Image/next.png);
}
.vertical-slider button{
    background-color: unset;
    border: none;
    outline: none;
}
.product-page .name-product{
    font-size: 25px;
    color: #cca352;
    font-weight: 900;
    margin-bottom: 20px;
}
.product-page .code-prodcut{
    color: #838383;
    font-size: 16px;
    margin-bottom: 15px;
}
.product-page .index-price-product{
    margin-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
}
.product-page .index-price-product .old-price{
    font-size: 18px;
    font-weight: 900;
    color: #999999;
}
.index-price-product div{
    display: inline-block;
}
.index-price-product div:nth-last-child(2){
    padding-left: 20px;
}
.index-price-product .main-price{
    font-size: 20px;
    font-weight: 900;
}
.product-page .detail-index-product{
    padding-right: 30px;
}
.list-color-index p{
    font-size: 15px;
    color: #cca352;
    font-weight: 900;
}
.list-color-index button{
    display: inline-block;
    border: 2px solid #d5d6d8;
    padding: 5px;
    margin: 0 0 10px 10px;
    border-radius: 10px;
    background-color: unset;
    float: right;
    width: 70px;
    height: 70px;
    outline: none;
}
.list-color-index img {
    width: 55px;
    height: 55px;
    border-radius: 5px;
}
.list-color-index button span{
    width: 55px;
    height: 55px;
    display: inline-block;
    border-radius: 10px;
}
.list-color-index  .item-color-index.active{
border: 2px solid #cca352;
}
.list-size-index {
    clear: both;
    margin-bottom: 30px;
    padding-top: 20px;
    border-top:1px solid #e2e2e2 ;
}
.list-size-index p{
    font-size: 15px;
    color: #cca352;
    font-weight: 900;
}
    .list-size-index li {
        display: inline-block;
        margin: 0 0 5px 10px;
        cursor: pointer;
    }
.list-size-index li span{
    display: inline-block;
    padding: 5px;
    border: 2px solid #999999;
    border-radius: 10px;
    min-width: 35px;
    text-align: center;
    font-weight: 900;
}
.list-size-index .item-size-index.active span{
    border: 2px solid #cca352;
    color: #cca352;
    font-weight: 900;
}
.item-size-index.unavailable-size span {
    border: 1px solid #999999;
    color: #999999;
    font-weight: 900;
}
.click-ruler-size {
    border: 1px solid #999999;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;
    background-color: #999999;
    color: #fff;
    font-weight: 900;
    margin-bottom: 30px;
}
.click-ruler-size i{
    padding-right: 5px;
}
.detail-index-product .list-share-product ul{
    list-style: none;
}
.detail-index-product .list-share-product ul li{
    margin-bottom: 10px;
    text-align: center;
}
.add-favorite[codeprocess-action=productlike-add] .fa-heart {
    display: none
}

.add-favorite[codeprocess-action=productlike-remove] .fa-heart-o {
    display: none
}

.add-favorite[codeprocess-action=productlike-remove] .fa-heart {
    display: block
}
.detail-index-product .list-share-product ul li span{
    border: 1px solid #d5d6d8;
    border-radius: 10px;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
}
.detail-index-product .list-share-product ul li span i{
    font-size: 27px;
    color: #838383;
}
.list-share-product .add-favorite{
    position: relative;
}
.list-share-social{
    position: absolute;
    left: 2%;
    top: 130px;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px #aaa;
    background-color: #fff;
    padding: 10px 10px 0 10px;
    border-radius: 10px
}
.list-share-social img{
    width: 30px;
}
.list-share-social.show-up{
    top: 125px;
    visibility: visible;
    opacity: 1;
}
.list-btn-quantity .add-to-basket{
    background: #006058;
    color: #fff;
    text-align: center;
    padding: 15px 50px;
    border-radius: 10px;
    margin: 15px 0;
    display: inline-block;
    font-weight: 900;
    font-size: 15px;
    cursor: pointer;
    width: 300px;
}
.list-btn-quantity .add-to-report{
    background: #cca352;
    color: #fff;
    text-align: center;
    padding: 15px 50px;
    border-radius: 10px;
    margin: 15px 0;
    display: inline-block;
    font-weight: 900;
    font-size: 15px; 
    cursor: pointer;
}
.box-detail{
    display: none;
}
.box-detail.show-up{
    display: block;
}
.list-detail-product {
    display: flex;
}
.list-detail-product li{
    margin-left: 40px;
    cursor: pointer;
}
.item-detail.active span{
   border-bottom:1px solid #cca352 ;
    color: #cca352;
    font-weight: 900;
}
.box-filed-product{
    background-color: #f8f8f8;
    margin: 20px 0;
    padding: 20px;
    border-radius: 20px;
}
.list-field-product{
    list-style: none;
    width: 50%;
}
.list-field-product li:nth-child(odd){
    background-color: #fff;
    border-radius: 10px;
}
.list-field-product li{
padding: 10px 15px;
}
.list-field-product li strong{
    padding: 0 5px;
}
.box-filed-product .box-discripton{
    width: 50%;
}
.box-discripton {
    width: 50%;
    padding: 0 15px 0 15px;
    line-height:3;
    text-align: justify;
    border-radius: 10px;
}
.box-comment-product{
    background-color: #f8f8f8;
    margin: 20px 0;
    padding: 20px;
    border-radius: 20px;
}
.enter-comment input,.enter-comment textarea{
    width: 100%;
    padding: 10px 15px;
    background-color: #fff;
    border: 0;
    outline: 0;
    border-radius: 10px;
    margin-bottom: 10px;
}
.enter-comment button{
    text-align: center;
    width: 200px;
    padding: 12px 0;
    border-radius: 10px;
    background-color: #cca352;
    color: #fff;
    border: 0;
    font-weight: 900;
    font-size: 15px;
}
.list-comment-product{
   margin-top: 20px;
    list-style: none;
}
.list-comment-product li{
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.list-comment-product .item-comment .name-person{
    font-weight: 900;
    color: #cca352;
}
footer{
    padding:30px 50px;
    background-color: #f0f0f0d1;
}
footer .title-footer{
    color: #cca352;
    font-size: 20px;
    font-weight: 900;
}
footer .list-footer{
    list-style: none;
}
footer .list-footer li a{
    text-decoration: none;
    color: #6f7377;
    font-weight: 900;
    padding: 8px 0;
    display: inline-block;
}
footer .givsoft{
    margin: 10px auto;
}
.givsoft p{
    font-size: 10px;
}
footer .givsoft img{
    width: 50px;
}
footer .givsoft span{
font-size: 12px;
}
.profile-container a{
    text-decoration:none;
    color:#000
}
.basket-page{
    padding-top:30px
}
.basket-page h1{
   font-size:28px;
   margin-bottom:20px;
   color:#cca352
}
.basket-page a{
    color:#000;
    text-decoration:none;
}
.widthImg{
    width:120px
}
.cart-row-one{
    width:100%;
    padding:10px;
    border:1px solid #d5d6d8;
    border-radius:5px;
    margin-bottom:10px
}
.cart-row-info h3{
    font-size:17px;
    color:#cca352
}
.cart-row-one{
    line-height:2.5
}
.cart-row-info .cart-info-title,.money-title, .cart-quant .title {
    font-weight: 900
}
.cart-quant-row button{
    background-color:#fff;
    outline:none;
    border:none
}
.cart-quant-row input{
    width:40px;
    text-align:center;
    background-color:#fff;
    font-size:17px
}
.cart-total-col ul{
    list-style:none;
    margin:0;
    background:#f4f4f4;
    padding:10px;
    border-radius:5px;
    text-align:center
}
 .cart-total-col ul li {
        margin: 15px 0;
    }
    .cart-total-col ul .text{
        font-weight:900
    }
.btn-cart button{
    background-color:#006058;
    font-weight:900;
    margin:10px auto;
    text-align:center;
    padding:10px;
    min-width:200px;
    outline:0;
    display:inline-block;
    color:#fff;
    border-radius:5px;
    border:none
}
.address-page {
    padding-top: 50px
}
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.md-show {
    visibility: visible !important;
}
.md-show.md-effect-1 .md-content {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
}
.md-content button {
    display: block;
    margin: 0 auto;
    font-size: .8em;
}
.new-address-win {
    background: #fff;
    padding: 20px;
    text-align: right;
    border-radius: 6px;
}
.new-address-win h3 {
        text-align: center;
        font-size: 18px;
        margin: 0;
        margin-bottom: 30px;
        color: #0c0907;
}
.address-fl input, .address-fl select {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .3);
    background: 0 0;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 15px;
    font-weight: 200;
    font-size: 14px;
    color: #0c0907;
    transition: all ease .3s;
    -o-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}
.address-fl span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    color: #0c0907;
}
.address-page .title-address-page {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #cca352
}

.btn-add-address-basket a {
    background-color: #cca352;
    font-weight: 900;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 20px auto;
    display: inline-block;
    width: 220px;
    text-align: center;
}
.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.md-close {
    left: 6px;
    top: 4px;
}
.md-close {
    position: fixed;
    left: 20px;
    top: 20px;
    background: 0 0;
    color: #7f7f7f;
    border: 0;
    font-size: 20px !important;
    z-index: 999999999
}
.address-btn a {
    display: inline-block;
    float: left;
    text-align: center;
    color: #fff;
    background: #cca352;
    padding: 5px 30px;
    margin-bottom: 15px;
    font-size: 16px;
    opacity: .9;
    transition: all ease .3s;
    -o-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    border-radius: 5px;
}
.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.cbx span:first-child svg {
    position: absolute;
    top: 4px;
    left: 4px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all .3s ease;
    transition-delay: .1s;
    transform: translate3d(0, 0, 0);
}

.inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all .6s ease;
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.inp-cbx:checked + .cbx span:first-child {
    background: #cca352;
    border-color: #cca352;
    animation: wave .4s ease;
}

.cbx span:first-child {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 0;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #cca352;
    transition: all .2s ease;
    border-radius: 3px;
}

.address-one input {
    display: none;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
    padding-right: 8px;
}

.address-one label {
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    text-align: right;
}

.address-one .address-ed {
    position: absolute;
    left: 20px;
}

.address-ed a {
    color: #00000096;
    font-size: 20px
}

.address-dsc {
    padding-right: 15px
}
.steps-done a {
    color: #6E6E6E;
    font-size: 15px
}
.celeb-req-win {
    background: #fff;
    padding: 20px;
    font-size: 13px;
    position: relative;
    border-radius: 10px;
}
.req-win-head h3 {
    font-size: 17px;
    color: #cca352;
    font-weight: 900;
    margin-bottom: 20px;
}
.req-win-footer a {
    color: #6E6E6E
}
    .req-win-footer a i {
        color: #cca352;
        font-size: 14px
    }
.confirm-page {
    padding-top: 50px
}
    .confirm-page .cart-page h1 {
        font-size: 25px;
        font-weight: 900;
        color: #cca352;
        margin-bottom: 25px
    }
    .confirm-page .cart-table table {
        width: 100%
    }
        .confirm-page .cart-table table tr {
            line-height: 3
        }
.card-tatal-confirm {
    background-color: #f8f8f8;
    padding: 15px 10px;
    margin-bottom: 25px
}
  .card-tatal-confirm ul {
        list-style: none
    }
.checkout-table-t .cbx {
    cursor: pointer
}
.login-fl {
    margin-bottom: 20px
}
    .login-fl input {
        width: 100%;
        padding: 8px 10px;
        border: 1px solid #cdcdcd;
        border-radius: 5px;
    }
.checkout-done-btn {
    background-color: #019792;
    color: #fff;
    padding: 8px 12px;
    border: 0;
    border-radius: 5px;
    font-weight: 900;
}
.btn-cart button {
    background: #019792;
    color: #fff;
    font-size: 14px;
    border: 0;
    outline: 0;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px auto
}
.checkout-table-total {
    margin: 20px auto;
}
.checkout-table-t span {
    font-weight: 900
}
.btn-cart {
    margin: 0 auto;
}
.merchant-item img {
    width: 70px
}
.list-productSet-page{
    padding-top:40px
}
.product-set-index .big-slider {
     margin: 0 ; 
}
.product-set-index {
    text-align: right;
    padding-top: 30px
}

.main-img-set {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.set-title {
    font-size: 20px;
    font-weight: 700;
    color: #07705e;
    margin-bottom: 15px
}

.btn-choose-size, .btn-add-set span {
    padding: 10px;
    background-color: #006058;
    color: #fff;
    text-align: center;
    width: 250px;
    border-radius: 8px;
    font-size: 16px;
    border: 0;
    opacity: 1;
    margin: 15px 0;
    max-width: 100%;
    display: inline-block
}

    .btn-choose-size.disabled {
        opacity: 0.5;
    }

.set-title {
    margin: 15px 0;
}

.title-list-set {
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px
}

.no-set-product {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px
}

.product-name {
    margin: 15px 0;
    font-weight: 900;
    font-size: 17px;
    color: #8b8b8b;
    text-align: right
}

.item-set-select {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
    margin-bottom: 10px;
}

.item-select-name {
    font-size: 14px;
    font-weight: 700;
    color: #07705e;
}

.list-feild-productset li {
    line-height: 2
}

.show-feild-productset, .show-branches-set {
    border-bottom: 1px solid #e7e7e7;
    /*border-top: 1px solid #e7e7e7;*/
    padding: 10px;
    cursor: pointer;
    margin-bottom: 5px
}

    .show-feild-productset i {
        padding-right: 5px
    }

    .show-feild-productset.rotate i {
        transform: rotateX(180deg)
    }

.list-feild-productset {
    display: none
}

.show-feild-productset.show-up .list-feild-productset {
    display: block
}

.vertical-slider {
    max-height: 500px;
    overflow-y: scroll
}

.item-vertical img {
    padding: 5px
}
.product-set-index h1 span{
    color:#cca352;
    font-size:22px;
    font-weight:900;
    margin-bottom:15px
}
.product-set-index .card-item-product h2 {
    font-size:12px;
    margin:10px 0;
    color:#6f7377
}
.product-set-index .modal .old-price-product {
    font-size: 16px;
    margin: 15px 0;
    display: inline-block;
    color: #898888;
}
.product-set-index .modal .price-product span {
    font-size: 18px
}
.card-item-product.card-color-product .checkColor {
    position: absolute;
    height: 25px;
    width: 27px;
    background-color: #eee;
    border-radius: 8px;
    left: 4px;
    top: 4px;
    border: 1px solid #c4c2c2;
}
.card-item-product.card-color-product .InputColor {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.card-item-product.card-color-product .search-filter-color.active {
    border: 1px solid #707070;
    border-radius: 8px;
}
.card-item-product.card-color-product .colorCustom {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.card-item-product.card-size-product .SizeCustom .checkSize:hover {
    display: inline-block;
    text-align: center;
    color: white;
    background-color: #006058;
}

.card-item-product.card-size-product .checkSize {
    position: absolute;
    height: 30px;
    width: 40px;
    border-radius: 8px;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    top: 0px;
    left: 0;
    border: 1px solid #d5d4d4;
    padding: 3px;
}
.card-item-product.card-size-product .SizeCustom input:checked ~ .checkSize.unavailable-size {
    background-color: #c7c6c6;
    color: #fff;
}
.btn-report-add{
    margin-top:15px;
    text-decoration:none
}
.btn-report-add {
    background-color: #d5b376 !important;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px;
}
.card-item-product.card-size-product .SizeCustom input:checked ~ .checkSize {
    display: inline-block;
    text-align: center;
    color: white;
    background-color: #cca352;
}
.card-item-product.card-size-product .SizeCustom .checkSize:hover {
    display: inline-block;
    text-align: center;
    color: white;
    background-color: #cca352;
}
.card-item-product.card-size-product .SizeCustom {
    display: inline-block;
    position: relative;
    margin-bottom: 2px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    margin-left: 10px;
}
.card-item-product.card-size-product .InputSize {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkSize.unavailable-size {
    color: #d5d4d4;
    border: 1px solid #d5d4d4;
}

@media only screen and (min-width: 768px) {
    .header-web {
            display: block;
        }

        .header-mob {
            display: none;
        }

        .web-none, .WebNone {
            display: none;
        }
    }

    @media only screen and (max-width: 768px) {
        .header-web {
            display: none;
        }

        .MobNone {
            display: none;
        }
        /*Header-web*/
        header {
            box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        }

        .header-mob-list {
            display: flex;
            justify-content: space-between;
            width: 100%;
            height: 50px;
            align-items: center;
        }

            .header-mob-list .show-menu-mob {
                width: 20%;
            }

            .header-mob-list .inpt-search-mob {
                width: 70%;
            }

            .header-mob-list .login-mob {
                width: 10%;
            }

        .swiper-pagination-fraction, .swiper-pagination-custom,
        .swiper-container-horizontal > .swiper-pagination-bullets {
            bottom: 0;
        }

        .main-slider .swiper-pagination-bullet {
            width: 20px;
            height: 5px;
        }

        .show-menu-mob i {
            font-size: 23px;
            margin-right: 15px;
        }

        .header-mob-list .login-mob img {
            width: 20px;
            margin-left: 15px;
        }

        .inpt-search-mob {
            position: relative;
        }

            .inpt-search-mob input {
                width: 90%;
                padding: 5px 10px;
                border-radius: 5px;
                border: 1px solid #cdcd;
            }

        .box-login-register {
            max-width: 98%;
            margin: 10px auto;
            top: -75%;
            width: 95%;
            right: 3%;
            transform: unset;
        }

            .box-login-register .box-login, .box-login-register, .box-register {
                padding: 10px;
            }

        .inpt-search-mob img {
            width: 20px;
            position: absolute;
            left: 30px;
            top: 5px;
        }

        .main-menu-mob {
            position: fixed;
            right: -300px;
            width: 300px;
            top: 0;
            height: 100%;
            background-color: #fff;
            text-align: right;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            overflow-y: scroll;
            transition: 0.5s;
            z-index: 999;
        }

            .main-menu-mob.show {
                right: 0;
            }

            .main-menu-mob ul {
                list-style: none;
            }

            .main-menu-mob li > a, .main-menu-mob li > span {
                display: inline-block;
                padding: 10px 25px;
                width: 100%;
                border-bottom: 1px solid #f1f1f1;
                text-decoration: none;
                color: #000;
            }

            .main-menu-mob > ul > li:first-child {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .main-menu-mob ul > li > a > i {
                padding-left: 5px;
            }

        .list-subcategory-mob {
            background-color: #fff;
            display: none
        }

        .logo-menu-mob img {
            max-width: 100px;
        }

        .logo-menu-mob {
            padding: 5px 25px;
            width: 60% !important;
        }

        .close-menu-mob {
            padding-left: 15px;
            width: 40% !important;
            text-align: left
        }

            .close-menu-mob i {
                font-size: 24px;
            }

        .item-producttype-mob {
            position: relative;
        }

            .item-producttype-mob span.show-up ~ .list-product-category-mob {
                display: block
            }

            .item-producttype-mob i {
                position: absolute;
                left: 15px;
                top: 10px;
            }

        .list-product-category-mob {
            display: none;
            background-color: #f1f1f1;
        }

        .item-producttype-mob > a.show-up ~ .list-product-category-mob {
            display: block;
        }

        .list-product-category-mob li {
            border-bottom: 1px solid #fff;
            position: relative
        }

        .item-category-mob span.show-up ~ .list-subcategory-mob {
            display: block
        }

        .list-product-category-mob li a {
            padding: 10px 35px;
            font-weight: 900;
        }

        .list-vector-home .item-vector-category {
            width: 30%;
        }

        .rout-top-page .category-top, .rout-top-page .box-skewed, .rout-top-page .rout-menu {
            display: none;
        }

        .rout-top-page .curent-category {
            width: 100%;
        }

        .title-product-discount {
            font-size: 1.5rem;
            margin: 20px 0 10px 0;
        }

        .rout-top-page {
            margin: 0;
        }

        .content-list-services .item-service-home {
            padding: 10px 0;
        }

        .category-home-page ~ p {
            margin: 15px 0;
        }

        footer {
            padding: 20px;
        }

            footer .title-footer {
                font-size: 16px;
            }

            footer .list-footer li a {
                font-size: 13px;
            }

        .list-search-product .col-6 {
            padding: 5px;
        }

        .list-search-product .col-6 {
            margin-bottom: 0;
        }

        .list-orders {
            position: fixed;
            background-color: #fff;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 999;
            display: block;
            box-shadow: 0 0 5px 0 rgb(0 0 0 / .1);
            margin: 0;
            display: none;
        }

        .layer-order-mob {
            position: fixed;
            top: 0;
            right: 0;
            height: 100%;
            background-color: #000000bf;
            z-index: 998;
            width: 100%;
            display: none;
        }

            .layer-order-mob.show-up {
                display: block;
            }

        .list-orders.show-up {
            display: block;
        }

        .list-orders li span {
            padding: 10px 0;
            display: inline-block;
        }

        .list-orders li {
            border-bottom: 1px solid #f1eeee;
            text-align: center;
        }

        .filter-search-box {
            position: fixed;
            background-color: #fff;
            z-index: 999;
            bottom: 0;
            overflow-y: scroll;
            min-height: 80vh;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
            display: none;
        }

            .filter-search-box.show-up {
                display: block;
            }

        .close-filter {
            padding: 8px 0 8px 0;
            font-weight: 900;
        }

            .close-filter i {
                padding-left: 5px;
            }

        .select-main-filter-mob {
            position: fixed;
            bottom: 0;
            z-index: 99;
            width: 100%;
            background-color: #fff;
            display: flex;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
        }

            .select-main-filter-mob div {
                padding: 15px 0;
                width: 50%;
                text-align: center;
            }

                .select-main-filter-mob div:first-child {
                    border-left: 1px solid #e2e2e2;
                }

                .select-main-filter-mob div i {
                    padding-left: 5px;
                }
        .vertical-slider {
            max-height: 300px;
            overflow-y: scroll;
            text-align: center;
        }

        .btn-choose-size, .btn-add-set span {
            font-size: 13px;
            padding: 10px 5px
        }

        .main-img-set {
            margin-bottom: 20px;
        }

        .product-set-index .btn-report-add {
            width: 300px;
            margin: 0 auto;
            bottom: 30px;
        }

        .product-set-index .product-add .btn-choose-size {
            margin: 0 auto;
            bottom: 30px;
            position: fixed;
        }

        .product-set-index .product-name {
            font-size: 13px;
        }

        .product-set-index .price-product span {
            font-size: 13px !important;
        }

        .product-set-index .title-item-product h1 {
            font-size: 13px !important;
        }

        .card-item-product h2 {
            font-size: 13px;
        }
    }