body{
    text-align: right;
    direction: rtl;
    color: #0a0909;
    font-size: 14px;
    font-family: 'Iran-Yekan' !important;
    background-color: #fff;
}
/*Header-Web*/
.container-alamod{
   max-width: 1600px;
}
.header-web-top{
    border-bottom: 1px solid rgba(245, 245, 245, 1);
}
.logo-header-web img{
    width: 200px;
    margin: 5px auto;
    display: block;
}
.list-right-web{
    margin:10px 0;
    padding: 0;
    list-style: none;
}
.list-right-web li{
    display: inline-block;
    margin-left: 5px;
}
.list-right-web li span{
    cursor:pointer
}
    .list-right-web li a, .list-right-web li span {
        padding: 5px;
    }
.list-right-web .btn-basket{
    position: relative;
}
.list-right-web .btn-basket .num-cart{
    position: absolute;
    right: 0;
    padding: 0 4px;
    border-radius: 5px;
    background-color: #0a0909;
    color: #fff;
    font-size: 11px;
    top: -15px;
}
.header-web-top .left-category-header{
list-style: none;
margin: 0;
padding: 0;
margin-left: 30px;
}
.header-web-top .left-category-header li{
    display: inline-block;
    margin-left: 10px;
}
.header-web-top .left-category-header li a{
    padding: 0 10px;
    border: 1px solid #999;
    color: #999;
    font-weight: 900;
}
.header-web-top .left-category-header li a:hover{
color: #0a0909;
border: 1px solid #0a0909;
text-decoration: none;
}
.header-web-bottom .main-menu-web{
    list-style: none;
    margin: 15px auto;
    padding: 0;
}
.header-web-bottom .main-menu-web > li{
margin-left: 15px;
display: inline-block;
}
.header-web-bottom .main-menu-web >  li > a{
    color: #0a0909;
    padding: 10px;
}
.header-web-bottom .main-menu-web >  .item-product-type-web > a{
    font-weight: 900;
}
.header-web-bottom .main-menu-web .item-product-type-web:hover a{
    text-decoration: none;
}
.box-category-menu-web{
    position: fixed;
    background-color: #fff;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    top: 130px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px 0;
    display: none;
}
.item-product-type-web:hover .box-category-menu-web{
    display: flex;
}
.main-menu-web .list-product-category{
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}
.main-menu-web .list-product-category > li > a{
color: #15284b;
font-weight: 900;
padding: 5px 10px
}
.main-menu-web .list-product-subcategory{
list-style: none;
padding: 0;
margin: 0;
margin-top: 15px;
}
.box-category-menu-web .list-product-subcategory li{
    margin-bottom: 10px;
}
.box-category-menu-web .list-product-subcategory li a{
    color: #000;
    padding: 10px 5px;
}
.box-category-menu-web .pic-category-menu-web{
   display: flex;
}
.box-category-menu-web .pic-category-menu-web .pic-category-menuweb{
   margin-left:5px;
}
.box-search-web input{
    padding:10px 15px;
    border: 0;
    border-bottom: 1px solid rgba(245, 245, 245, 1);
   color:  rgba(177, 177, 177, 1);
   min-width: 250px;
   outline: none;
}
.box-search-web i{
    font-size: 20px;
    color: #15284b;
}
.container-alamod{
    max-width: 1800px;
}
/*End*/
/*Login-Register-Box*/
.container-login{
    width: 450px;
    position: absolute;
    right:40%;
    top: -100%;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 20px;
    max-width: 100%;
    transition: 0.4s;
}
.container-login.show-up{
  top: 10%;
  z-index: 999;
}
.container-login .close-container-login{
    position: absolute;
    top: -15px;
    right: 0;
    background-color: #fff;
    width: 35px;
    height: 35px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    text-align: center;
    padding: 9px;
    border-radius: 50%;
    cursor: pointer;
}
.container-login .close-container-login i{
    font-size: 20px;
}
.container-login .content-container-register{
    padding: 10px 0;
}
.container-login .content-container-login {
    padding: 0;
}
.list-login-register{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
}
.list-login-register li{
    text-align: center;
    width:50%;
}
.list-login-register li span{
    border-bottom: 2px solid #e5e5e5 ;
    display: block;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    color: #a3a3a3;
    font-weight: 900;
}
.list-login-register li.active span{
    color: #15284b;
    border-bottom: 2px solid #15284b ;
}
.user-name-login{
    color:#0a0909
}
.container-login .box-register, .container-login .box-login {
    background: #fafafa;
    border: 1px solid #f5f5f5;
    padding: 15px;
}
.container-login .box-register .row-register ,.container-login .box-login .row-login{
    position: relative;
    margin-bottom: 15px;
}
.container-login .box-register .row-register input ,.container-login .box-login .row-login input{
   background-color: #fff;
   border-bottom: 1px solid #f5f5f5;
   border: 0;
   outline: 0;
   display: inline-block;
   width: 100%;
   min-height: 50px;
   padding: 10px;
}
.container-login .box-register .row-register label ,.container-login .box-login .row-login label{
    position: absolute;
    top: 15px;
    right: 15px;
    color: #15284b;
    font-size: 13px;
    transition: 0.5s;
}
.container-login .btn-send-register , .container-login .btn-sms-login {
    width: 100%;
    text-align: center;
}
    .container-login .btn-send-register span, .container-login .btn-sms-login span, .btn-enter-sms-login span, .btn-enter-register  span{
        width: 100%;
        background-color: #15284b;
        padding: 15px;
        min-height: 50px;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        text-align:center
    }
.container-login .box-sms-register , .container-login .box-sms-login{
    width: 100%;
    margin: 10px 0;
}
.container-login .enter-sms-register , .container-login .enter-sms-login{
    width: 60%;
   position: relative;
}
.container-login .enter-sms-register input , .container-login .enter-sms-login input{
    background: #fff;
    border: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    outline: none;
    min-height: 53px;
}
.container-login .enter-sms-register label , .container-login .enter-sms-login label{
    position:absolute;
    top: 15px;
    right: 10px;
    color: #15284b;
    font-size: 13px;
    transition: 0.5s;
}
.container-login label.css , .container-login input.css{
 top: 0!important;
 right: 0!important;
 font-size: 11px!important;
}
.layer-register-login{
    position: fixed;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 998;
    width: 100%;
    top: 0;
    height: 100vh;
    display: none;
}
.data-box-login{
    display: none;
}
.data-box-login.active{
    display: block;
}
/*End-Login-Register*/
.go-up svg{
    fill: #fff;
    height: 30px;
}
.go-up {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    background-color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/************************************************************Header-Mob************************************************************/
.logo-header-mob img{
width: 120px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.header-mob{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
     background-color: #fff;
    z-index: 999;
}
.click-search-mob img{
    width: 20px;
}
.click-menu-mob button .middle-line{
display: block;
width: 22px;
height: 1px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
border: .5px solid #000;
transition: .25s all;
}
.click-menu-mob button::before {
            transform: translateY(-7px);
}
.click-menu-mob button::after {
            transform: translateY(7px);
}
.click-menu-mob button::after, .click-menu-mob button::before {
content: '';
display: block;
width: 22px;
height: 1px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
border: .5px solid #000;
 transition: .25s all;
}
.header-mob ul li{
display: inline-block;
width: 10%;
}
.click-menu-mob button{
    position: absolute;
        height: 44px;
        top: 9px;
        right: 14px;
        z-index: 1001;
        width: 22px;
        background-color: unset;
        border: unset;
        outline: none;
}
.header-mob ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 50px;
}
.header-mob .logo-header-mob{
    width: 60%;
}
.click-menu-mob button.expand::before {
    transform: translateY(0) rotate(-45deg);
}

.click-menu-mob button.expand::after {
    transform: translateY(0) rotate(45deg);
}
.click-menu-mob button.expand .middle-line{
display: none;
}
.partial-menu-mob{
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    top: 50px;
    overflow-y: scroll;
    transition: .25s all;
    right: -100%;
}
.partial-menu-mob.show-up{
    right: 0;
}
.partial-menu-mob ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.partial-menu-mob ul li a{
    text-decoration: none;
    color: #000;
}
.partial-menu-mob ul li a{
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #efefef;
}
 .partial-menu-mob  .item-main-menu span{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    width: 100%;
    border-bottom: 1px solid #efefef;
    font-weight: 900;
}
.list-product-category-mob li span{
    font-weight: 100!important;
}
.partial-menu-mob  .item-main-menu span .fa-minus{
    display: none;
}
.list-product-subvategory-mob {
    background-color: #f5f5f5;
    display: none;
}
.list-product-category-mob{
    background-color: #e3e3e3;
    display: none;
}
.list-product-subvategory-mob li{
    border-bottom: 1px solid #fff;
}
.item-main-menu span.show-up ~ .list-product-category-mob{
display: block;
}
.item-product-category-mob.show-up  .list-product-subvategory-mob{
    display: block;
}
/*****************************************************Home-page*********************************************************/
.list-banner-main-home .item-banner-main-home img{
    width: 100%;
}
.home-page{
    padding-top: 25px;
}
.item-banner-main-home.part-one{
    position: relative;
}
.list-banner-main-home .item-banner-main-home.part-two img{
    padding-right: 5px;
}
.list-banner-main-home .item-banner-main-home.part-one img{
    padding-left: 5px;
}
.link-banner-home {
    text-align: center;
    padding: 10px;
    display: inline-block;
    width: 220px;
    text-decoration: none;
    position: absolute;
    z-index: 9;
    top: 65%;
    display: block;
    right: 45%;
    font-size: 12px;
    transform: scale(1);
    transition: all .5s ease-in-out; 
}
.link-banner-home:hover{
text-decoration: none;
transform: scale(1.05);
}
.link-banner-home.part-one {
    background-color: #fff;
    color: #000;
}
.link-banner-home.part-two {
    background-color: #000;
    color: #fff;
    margin-top: 60px;
}
.home-page .title-slider-new{
    font-size: 24px;
    margin: 55px auto 35px auto;
}
.item-product .product-img-top img {
    width: 97%;
    margin: 0 auto;
    transition: 0.5s;
}
.item-product .product-img-top  .img-front, .item-product .product-img-top  .img-back {
        top: 0;
        right: 0;
        left: 0;
        position: absolute;
}
.item-product .product-img-top  .img-front {
        z-index: 2;
}
 .item-product .product-img-top .img-back {
        z-index: 1;
}
.item-product .product-img-top  > a {
        display: block;
}
.item-product .product-img-top:hover .img-front {
    opacity: 0;
}
.item-product .discount-lable-img img{
    position: absolute;
    width: 125px;
    left: 8px;
    top: 30px;
    z-index: 9;
}
.item-product .add-favorite img{
    width: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    display: none;
}
.item-product:hover .add-favorite img{
    display: block;
}
.item-product .item-product-detail{
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
}
.item-product .item-product-detail .name-product{
    color:#565656;
    text-decoration: none;
    font-weight: 900;
}
.item-product:hover a{
    text-decoration: none;
}
.item-product:hover .item-product-detail .name-product{
   color: #000 !important
}
.item-product .item-product-detail{
    color:#444;
}
.item-product .item-product-detail .old-price{
    margin-left: 10px;
    color: #939393;
}
.list-new-product-home{
    padding: 0 15px;
}
.list-banner-category-home .banner-category-home img{
    width: 100%;
    padding: 3px;
}
.list-banner-category-home{
    margin-bottom: 50px;
}
.list-banner-category-home .hover-banner-category{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
}
.list-banner-category-home .banner-category-home:hover .hover-banner-category{
    z-index: 9;
}
.list-banner-category-home .banner-category-home .title-banner-home{
    position: absolute;
    color: #fff;
    font-size: 24px;
    z-index: 999;
    top: 50%;
    right: 40%;
    font-weight: 900;
}
.list-services-home .item-services-home img{
    width: 70%;
}
.list-services-home{
   margin: 40px 0;
}
/*********************************************************Animation-home****************************************************/
.hero-section {
    height: 100vh;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-section h1 {
    font-size: 3rem;
    color: #333;
}
.animated-section {
    /* padding: 50px 0; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 20px; */
    background-color: #fff;
}
.animated-box {
    /* width: 250px;
    height: 250px;
    background-color: #4a69bd;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    opacity: 0;
    transform: translateY(50px);
}
.spacer {
    height: 75vh;
    background-color: #f5f5f5;
}
/*****************************************************Search-page******************************************************/
.search-page{
    padding-top: 20px;
}
.search-page .name-category-search{
    margin: 20px auto;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
}
.search-page .name-category-search ~ .count-product{
    text-align: center;
    font-size: 12px;
}
.search-page .list-breadcrumb-search{
    list-style: none;
    margin:0;
    padding:0
}
.search-page .list-breadcrumb-search li{
display: inline-block;
}
.search-page .list-breadcrumb-search li a{
    color:#999;
    font-size: 12px;
}
.search-page .list-breadcrumb-search li a:hover{
    text-decoration: none;
}
    .search-page .list-filter-product {
        display: flex;
        justify-content: space-between;
        list-style: none;
        align-items: center;
        margin: 0;
        padding: 0;
    }
.search-page .list-filter-product .click-order-product , .search-page .list-filter-product .click-filter{
    margin: 20px 0;
}
.search-page .list-filter-product .click-filter > span{
    padding: 5px 10px;
    border: 1px solid #000;
    cursor: pointer;
}
.search-page .list-filter-product .click-order-product select{
border: none;
    border: 1px solid #000;
    width: 130px;
    height: 39px;
    color: #000;
    text-transform: uppercase;
    appearance: none;
    background: url(../Image/order.svg);
    background-repeat: no-repeat;
    background-position: 10px;
    padding: 0 13px 0 30px;
    font-size: 14px;
    border-radius: 0 !important;
    padding:5px 10px;
    cursor: pointer;
    outline: none;
}
.search-page .filter-product{
        position: fixed;
    min-height: 100vh;
    width: 400px;
    right: -400px;
    background-color: #fff;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    overflow-y: scroll;
    bottom: 0;
    top: 15%;
    border-left: 1px solid #000;
    max-width: 90%;
    transition: 0.5s ease-out;
}
.search-page .filter-product.show-up{
    right: 0;
}
 .close-filter-box {
    text-align: left;
    margin-bottom: 20px;
}
 .close-filter-box i{
   font-size: 20px;
   cursor: pointer;
}
.filter-product .title-filter-category , .filter-product .box-filter-color .title-color-filter ,
.filter-product .box-filter-size .title-filter-size , .filter-product .box-filter-price .title-filter-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
    font-size: 16px;
    cursor: pointer;
}
.box-filter-show.box-filter-category{
    margin-top:35px
}
.filter-product .box-filter-category ul {
    list-style: none;
    display: none;
}
.filter-product .box-filter-category ul li a{
    color: #000;
    padding: 5px 0;
    display: inline-block;
}
.filter-product .box-filter-category ul li a:hover{
text-decoration: none;
}
.box-filter-color ul{
    list-style: none;
     display: none;
}
.box-filter-color ul li span , .box-filter-size ul li span{
    margin-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
    padding: 3px 5px;
}
.box-filter-color ul li , .box-filter-size ul li{
    display: inline-block;
}
.list-filter-product .apply-filter button{
padding: 10px;
text-align: center;
background-color: #fff;
outline: 0;
border: 1px solid #000;
display: block;
width: 100%;
margin: 10px auto;
}
.box-filter-category.show-up ul{
    display: block;
}
.box-filter-color.show-up ul{
   display: block; 
}
.box-filter-size.show-up ul{
    display: block;
}
.box-filter-price.show-up ul{
    display: block;
}
.item-color-filter.active span , .item-size-filter.active span{
    background-color: #000;
    text-align: center;
    color: #fff;
}
.box-filter-size ul{
    display: none;
}
.box-filter-price .cat-filter-one{
    display: none;
    margin-bottom: 20px;
}
.box-filter-price.show-up  .cat-filter-one{
    display: block;
    margin-bottom: 20px;
}
.cat-filter-one #priceRangeMax {
    text-align: right;
}

.cat-filter-one input {
    border: unset;
    display: inline-block;
    padding: 10px;
    width: 47%;
}
.cat-filter-one #priceRangeMin {
    text-align: left;
}
.cat-filter-one input {
    border: unset;
    display: inline-block;
    padding: 10px;
    width: 47%;
}
.ui-widget-header {
    background-color: #151616;
}
.list-pagination{
    list-style: none;
    margin: 20px auto 30px auto;
}
.list-pagination li{
    display: inline-block;
    margin: 0 0 15px 15px;
}
.list-pagination li a{
    color: #000;
}
.list-pagination li a:hover{
    text-decoration: none;
}
.list-pagination li.active a{
    color: #fff;
    font-weight: 900;
    text-align: center;
    background-color: #000;
    padding: 5px 10px;
    display: inline-block;
}
.list-product-search-page .col-lg-3.col-6{
    margin-bottom: 20px;
}
/*****************************************************Product-page******************************************************/
.product-page{
    padding-top: 70px;
}
.product-page .slider-small-product .swiper-slide img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.product-page .slider-small-product .swiper-slide-active img{
    opacity: 1;
}
.slider-big-product , .slider-small-product{
    direction: ltr;
}
.slider-big-product img{
    width: 100%;
}
.product-page .title-size{
    color: #999;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.product-page .list-size-index{
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-page .list-size-index li{
    margin-bottom: 10px;
}
.product-page .list-size-index li span{
    padding: 5px;
    display: inline-block;
    cursor: pointer;
}
.item-size-index.active span, .item-size-index.unavailable-size.active span {
    background-color: #000;
    color: #fff;
}
.item-size-index.unavailable-size {
    position: relative;
}
    .item-size-index.unavailable-size span::after {
        position: absolute;
        content: "";
        top: 15px;
        width: 100%;
        border: 1px solid #e4dfdd;
        left: 0;
        z-index: -1;
    }
.item-size-index.unavailable-size span{
    color: #999;
}
.product-page .list-color-index{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.product-page .list-color-index li{
    display: inline-block;
    cursor: pointer;
    float: left;
    margin: 0 10px 10px 0;
}
.item-color-index span{
    width: 70px;
    height: 95px;
    border: 1px solid #e5e5e5;
    display: inline-block;
}
.product-page .list-color-index .item-color-index img{
    width: 70px;
    height: 95px;
    display: inline-block;
}
.item-color-index.active span , .item-color-index.active img{
    border: 1px solid #000;
}
.box-btn-quantity{
    clear: both;
    margin: 20px 0;
}
.box-btn-quantity .add-to-basket span{
width: 100%;
display: inline-block;
padding: 10px;
background-color: #0a0909;
color: #fff;
text-align: center;
cursor: pointer;
}
.box-btn-quantity .add-to-report span{
width: 100%;
display: inline-block;
padding: 10px;
background-color: #999;
color: #fff;
text-align: center;
cursor: pointer;
}
.box-btn-quantity .add-to-report{
    display: none;
}
.quantity-stock ,.question-admin {
    margin-bottom: 10px;
    text-align: center;
}
.quantity-stock span{
    border: 1px solid #ccc;
    width: 70%;
    display: inline-block;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}
.question-admin a{
    border: 1px solid #ccc;
    width: 70%;
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: #0a0909;
}
.product-page .bread-crump-product ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-page .bread-crump-product ul li a{
    color: #999;
}
.product-page .bread-crump-product ul li{
    display: inline-block;
}
.product-page .add-favorite-product{
    text-align: left;
    margin: 10px 0;
    cursor: pointer;
}
.product-page .add-favorite-product:hover .fa-heart-o{
   display: none;
}
.product-page .add-favorite-product:hover .fa-heart {
   display: inline-block;
}
.product-page .add-favorite-product .fa-heart {
   display: none;
}
.product-page .add-favorite-product[codeprocess-action=productlike-remove] .fa-heart-o{
    display: none;
}
.product-page .add-favorite-product[codeprocess-action=productlike-remove] .fa-heart{
    display: inline-block;
}
.product-page .add-favorite-product[codeprocess-action=productlike-add]    .fa-heart-o {
   display: inline-block;
}
.product-page .add-favorite-product[codeprocess-action=productlike-add]    .fa-heart {
    display: none;
}
.product-page .add-favorite-product i{
    font-size: 21px;
}
.product-page .name-product-page{
    font-size: 16px;
    margin-bottom: 20px;
}
.product-page .box-price-product{
    margin: 10px 0 50px 0;
}
.product-page .box-price-product .old-price{
    font-size: 16px;
    color: #727272;
}
.product-page .box-price-product .main-price{
    font-size: 16px;
    color: #000;
    padding-right: 10px;
    font-weight: 900;
}
.product-page .box-price-product .percent-off{
background-color:#d70200;
color: #fff;
text-align: center;
padding: 0 5px;
border-radius: 5px;
}
 .product-page .swiper-pagination-progressbar {
    position: absolute;
    right: 0 !important; 
    top: 0 !important;
    width: 4px !important; 
    height: 100% !important;
    left: auto !important;
    bottom: auto !important;
    background: rgba(0, 0, 0, 0.1); 
}

/*.product-page .swiper-pagination-progressbar-fill {
    transform: scaleY(1) !important;
    transform-origin: top center !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
} */
.click-show-custom-feild ,.click-show-return-product , .click-show-service-detail{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 15px;
}
.click-show-custom-feild .fa-minus{
    display: none;
}
.click-show-service-detail .fa-minus{
    display: none;
}
.click-show-return-product .fa-minus{
    display: none;
}
.click-show-custom-feild.show-up ~ ul{
display: block;
}
.click-show-return-product.show-up ~ .text{
display: block;
}
.product-page .box-custom-feild{
    margin-top: 100px;
}
.product-page .bread-crump-product{
    margin-top: 100px;
}
.box-custom-feild ul{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 200px;
    overflow-y: scroll;
    display: none;
    padding: 10px;
}
.click-show-service-detail.show-up ~ .text{
    display: block!important;
}
.box-return-product .text , .box-service-detail .text{
    height: 200px;
    overflow-y: scroll;
    display: none;
    padding: 10px;
}
.box-custom-feild ul li{
    margin-bottom: 10px;
}
.box-return-product , .box-service-detail{
    text-align: justify;
    line-height: 1.8;
}
.box-custom-feild ul li span{
    padding-right: 5px;
}
.box-custom-feild ul li:first-child {
color: #999;
}
.box-custom-feild ul li strong{
    font-weight: 100;
}
.product-page .title-similar-slider{
    font-size: 24px;
    margin: 30px 0;
}
.product-page .list-stock-branch{
    position: fixed;
    background-color: #fff;
    top: 10%;
    right: 40%;
    width: 500px;
    padding: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    min-height: 350px;
    z-index: 999;
    display: none;
}
.product-page .list-stock-branch .main-title-list{
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
}
.layer-list-stock{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 998;
    background-color: #151616a8;
    width: 100%;
    height: 100vh;
    display: none;
}
.list-stock-branch.show-up{
    display: block;
}
.list-stock-branch .close-list-branch i{
    font-size: 20px;
    cursor: pointer;
}
.list-stock-branch .item-stock-branch{
        border: 1px solid #e4dfdd;
    padding: 10px;
    margin-bottom: 10px
}
.blog-page h1.title-blog-page{
    margin:20px 0;
    font-size:23px
}
.blog-page .item-blog{
    margin-bottom:15px
}
.blog-page .item-blog img {
    width: 100%
}
.blog-page .item-blog p{
    color:#15284b
}
.blog-index-page{
    padding-top:20px
}
.blog-index-page .list-rout-products {
    list-style: none;
    padding:0
}
.blog-index-page .list-rout-products li{
    display:inline-block
}
.blog-index-page .list-rout-products a{
    color:#0a0909
}
.blog-index-page h1{
    margin:20px 0;
    font-size:20px
}
.blog-index-page img{
    max-width:100%
}
/*Footer*/
footer {
    padding: 40px 0;
    border-top: 1px solid #efefef;
}
footer .list-footer{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .title-list-footer{
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-weight: 900;
}
.text-email-footer:nth-child(2){
    font-size:13px
}
footer .list-footer li a{
    padding: 10px 0;
    display: inline-block;
    color: #0a0909;
    text-decoration: none;
}
footer .text-email-footer{
    font-size: 16px;
    margin-bottom: 20px;
}
footer .text-email-footer ~ .d-flex input{
    border: 0;
    outline: 0;
    border-bottom: 1px solid #0a0909;
    width: 70%;
    padding: 5px 10px;
}
footer button{
    background-color: #0a0909;
    padding:5px 10px;
    color: #fff;
}
.givsoft{
    text-align: left;
    padding: 10px 0;
}
.givsoft span{
font-size: 11px;
color: #000;
}
.givsoft img{
    width: 45px;
}
.basket-page{
    padding-top:50px
}
.basket-page .item-product-basket img{
    width:100%
}
.box-bottom-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.basket-page .item-product-basket .content-item-product {
    display: flex
}
.item-product-basket .details-product-basket{
    padding-right:20px
}
    .item-product-basket .details-product-basket h2{
        font-size:20px;
        margin-bottom:20px
    }
.box-color-basket .title-details-basket, .box-size-basket .title-details-basket,
.box-code-basket .title-details-basket, .box-number-product-basket .title-details-basket {
    color: #999;
    display: inline-block;
}
.quant-buttons button{
    background-color:#fff;
    border:none;
    outline:none
}
.quant-buttons input{
    width:50px;
    border:none;
    text-align:center
}
.quant-buttons {
    display: flex;
    border: 1px solid #ededed;
    max-width: 120px;
    padding: 5px;
    margin-right: 10px;
    max-height:45px
}
.item-product-basket {
    border: 1px solid #ededed;
    margin-bottom:15px;
    padding:20px;
    font-size:15px;
    position:relative
}
.item-product-basket .btn-delete-item-basket{
    position: absolute;
    left: 30px;
    top: 20px;
    color:#bd0000
}
.box-number-product-basket{
    display:flex
}
.card-basket-product.card-total-price ul{
    margin:0;
    padding:0;
    list-style:none;
    line-height:3
}
.card-basket-product.card-total-price ul li{
    display:flex;
    justify-content:space-between
}
.container-basket{
    max-width:1300px
}
.card-basket-product.card-total-price .btn-cart-page {
    background-color: #000;
    color: #fff;
    padding: 0px 25px;
    display: inline-block;
    margin: 15px auto;
}
.card-basket-product.card-total-price .text {
    font-size: 13px;
    font-weight: 200;
    color: #666;
}
.divider-15{
    height:15px;
    clear:both
}
.item-product-basket .thumb-img-basket{
    width:20%
}
.item-product-basket .details-product-basket {
    width: 80%
}
.box-bottom-cart .card-discount-cart .basket-discount:first-child {
    color: #919090;
}
.price-basket-item h3{
    font-size: 20px
}
.price-basket-item .ful-price-product-basket{
display:flex;
align-items:center
}
.price-basket-item .ful-price-product-basket span{
    color:#999;
    font-size:13px;
    padding-right:5px
}
/******************************************Address-Page***************************************************/
.address-page {
    padding-top: 50px
}
.address-page h1 {
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 30px
}
.btn-add-address-basket a {
    background-color: #000;
    width: 250px;
    text-align: center;
    padding: 15px;
    margin: 10px auto;
    color: #fff;
    font-weight: 900;
    border: 0;
}
.btn-address {
    border: 2px solid #000;
    padding: 10px;
    margin: 15px auto;
    width: 250px;
    display: block;
    font-weight: 900;
    text-align: center;
    color: #000;
    border-radius: 5px;
}
.steps-done a {
    color : rgb(101 101 101);
    margin: 20px 0;
    display: inline-block;
}
.address-ed i{
    font-size:20px
}
.md-show {
    visibility: visible !important;
}
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 630px;
    z-index: 2000;
    -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-modal, .review-checkout .cart-table table tr td:nth-child(even){
   text-align:left
}
.box-pop-up-basket, .md-modal {
    min-width: 320px;
    height: auto;
    visibility: hidden;
}
.address-one .address-ed {
    position: absolute;
    left: 20px;
    top: 10px;
}
.address-one .address-ed a {
        color: rgb(101 101 101);
        margin-left: 10px;
        font-size: 15px;
}
.box-pop-up-basket.show-up .content-basket-popup, .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 0 30px;
        color: #0c0907;
}
.address-fl span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    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: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
.md-content button {
    display: block;
    margin: 0 auto;
    font-size: .8em;
}
.md-close {
    left: 6px;
    top: 4px;
}
.md-close {
    position: fixed;
    background: 0 0;
    color: #7f7f7f;
    border: 0;
    font-size: 20px !important;
    z-index: 999999999;
}
.box-pop-up-basket.show-up, .icon-phone:hover .card-contact-phone, 
.icon-user-header:hover .box-account-header,
.item-basket-header:hover .box-basket-header,
.md-show ~ .md-overlay, .overlayed-login.show-up, .overlayed.show-up {
    opacity: 1;
    visibility: visible;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.md-overlay, .whatsapp-part {
    opacity: 0;
    visibility: hidden;
}
.address-btn a {
    display: inline-block;
    float: left;
    text-align: center;
    color: #fff;
    background: #000;
    padding: 5px 30px;
    margin-bottom: 15px;
    font-size: 16px;
    opacity: .9;
    transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    border-radius: 5px;
}
.celeb-req-win {
    background: #fff;
    padding: 20px;
    font-size: 13px;
    position: relative;
    border-radius: 10px;
}
 .celeb-req-win h3 {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        margin-bottom: 20px;
}
.req-mod-btn {
    color: #03b012;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 900
}
.req-mod-btn.cncl {
        color: #f00
}
.inp-cbx:checked + .cbx span:first-child:before, .lbl-box-filter .inp-cbx:checked + .cbx-input::before {
    transform: scale(3.5);
    opacity: 0;
    transition: .6s;
}
.cbx span:first-child:before, .lbl-box-filter .cbx-input::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 svg, .lbl-box-filter .inp-cbx:checked + .cbx-input svg {
    stroke-dashoffset: 0;
}
.cbx span:first-child svg, .lbl-box-filter .cbx-input 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: .3s .1s;
    transform: translate3d(0, 0, 0);
}
.inp-cbx:checked + .cbx span:first-child {
    background: #000;
    border-color: #000;
    animation: .4s wave;
}
.cbx span:first-child {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #000;
    transition: .2s;
}
.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}
.inp-cbx.address-checkbox {
    display: none
}
.address-dsc {
    padding-right: 10px
}
/******************************************************************Confirm-Page*****************************************************/
.confirm-page {
    padding: 50px 0
}
.confirm-page .cart-page h1 {
  font-size: 25px;
  font-weight: 900;
  color: #242d3e;
  margin-bottom: 25px
}
.confirm-page .cart-table table {
        width: 100%
}
.confirm-page .cart-table table tr {
            line-height: 4
}
#txtCreditUsed {
    width: 100px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 5px;
    padding: 5px;
}
.card-tatal-confirm {
    background-color: #fbfbfb;
    padding: 15px 10px;
    margin-bottom: 25px
}
.card-tatal-confirm ul {
        list-style: none
}
.checkout-table-t .cbx {
    cursor: pointer;
    margin-bottom:15px
}
.bank-result-win {
    border: 1px solid #e5e5e5;
    width: 550px;
    max-width: 95%;
    margin: 10px auto;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}
.bank-result-win div {
        width: 100%
}
.bank-result-win.successful .fa.fa-check-circle, .bank-result-win.successful .bank-result-title span:first-child {
        color: #249900;
        font-size: 20px
}
.bank-result-win.failed {
        color: #f00;
        font-size: 20px
}
.bank-result-win.failed .bank-result-title span:first-child {
       color: #f00;
}
.bank-result-win .bank-result-title span {
        font-size: 20px;
        margin-bottom: 25px;
        display: inline-block;
        font-weight: 900;
        color: #242d3e
}
.bank-result-det a {
    font-size: 20px;
    text-decoration: underline;
    font-weight: 900
}
.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: #000;
    color: #fff;
    padding: 8px 12px;
    border: 0;
    border-radius: 5px;
    font-weight: 900;
}
.btn-cart button {
    background: #000;
    color: #fff;
    font-size: 14px;
    border: 0;
    outline: 0;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px auto;
    min-width: 150px;
}
.checkout-table-total {
    margin: 20px auto;
    text-align: center;
}
.btn-cart {
    margin: 0 auto;
}
.item-merchant img {
    width: 70px
}
.checkout-table-t .rebate-label{
    padding-right:5px
}
@media screen and (min-width:769px) {
    .header-mob{
    display: none;
} 
.partial-menu-mob{
    display: none;
}
.box-basketadd-price-mob{
    display: none;
}
.web-none{
    display:none
}
}
@media screen and (max-width:769px) {
    .header-web{
        display: none;
    }
.product-page {
    padding-top: 160px;
}
.mob-none{
    display: none;
}
.list-order-proudct-mob .part-2{
    order: 1;
    padding: 0;
}
.list-order-proudct-mob .part-2 .col-lg-10.col-12{
padding: 0;
}
.list-order-proudct-mob .part-3{
    order: 2;
    padding-top: 20px;
}
.list-order-proudct-mob .part-1{
    order: 3;
}
.box-btn-quantity{
    display: none;
}
.container-login {
    width: 90%;
    right: 5%;
    padding: 10px;
    max-width: 90%;
}
.container-login.show-up {
    top: 20%;
}
.product-page .list-size-index li{
    width: 40px;
    text-align: center;
    border: 1px solid;
    margin: 0 0 10px 10px;
}
.item-size-index.active span, .item-size-index.unavailable.active span {
    width: 40px;
}
.product-page .list-size-index{
    display: flex;
}
.box-basketadd-price-mob .box-btn-quantity{
    display: block;
}
.box-basketadd-price-mob .box-btn-quantity{
width: 45%;
}
.box-basketadd-price-mob .box-price-product{
width: 55%;
}
.box-basketadd-price-mob {
    display: flex;
    position: fixed;
    background-color: #fff;
    bottom: 0;
    z-index: 999;
    width: 100%;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box-basketadd-price-mob .add-to-basket span{
    width: 90%;
}
.product-page .box-price-product{
    margin: 0;
    text-align: center;
}
.product-page .box-price-product .old-price{
    display: block;
}
.product-page .name-product-page ~ .box-price-product{
    display: none;
}
footer .title-list-footer , footer .list-footer{
    padding:10px 15px!important;
}
footer button{
    position: absolute;
    left: 30px;
}
footer .text-email-footer ~ .d-flex input{
    display: block;
    margin: 0 auto;
}
footer .container .row .col-lg-4.col-12.p-0{
text-align: center;
}
.home-page{
    padding-top: 65px;
}
.row.list-banner-main-home .col-lg-6.col-12.p-0:nth-child(1){
order: 1;
}
.row.list-banner-main-home .col-lg-6.col-12.p-0:nth-child(2){
order: 2;
}
.list-banner-main-home .item-banner-main-home img{
padding: 0!important;
}
.link-banner-home {
    top: 59%;
    right: 25%;
}
.item-product .discount-lable-img img {
    width: 90px;
    left: 2px;
    top: 10px;
}
.item-product .item-product-detail {
    flex-wrap: wrap;
}
.item-product .item-product-detail .name-product{
    width: 100%;
}
.list-new-product-home .col-lg-3.col-6{
    margin-bottom: 20px;
}
.spacer {
    height: 60vh;
}
.list-banner-category-home .banner-category-home .title-banner-home {
    top: 40%;
    right: 20%;
    font-size: 18px;
}
.list-services-home {
    margin: 0px 0;
    margin-bottom: 25px;
}
    .search-page {
        padding-top: 100px;
    }
    .search-page .filter-product{
        top: 0;
    }
.product-page .bread-crump-product {
     margin-top:0px;
}
.product-page .box-custom-feild {
    margin-top: 50px;
}
.basket-page{
    padding-top:80px
}
.item-product-basket .details-product-basket h2 {
    font-size: 15px;
}
.item-product-basket .btn-delete-item-basket {
    left: 10px;
    top: 5px;
}
.price-basket-item h3 {
    font-size: 16px;
    margin-top: 20px;
    display:inline-block
}
.item-product-basket {
    padding: 10px;
}
.box-number-product-basket {
    align-items: center;
}
.quant-buttons {
    border:none;
}
.price-basket-item span{
    color:#999;
    font-size:12px;

}
.confirm-page {
    padding: 70px 0;
}

}