body{
    direction: rtl;
    text-align: right;
    font-family: Shabnam, Arial;
    font-size: 14px;
}
ul{
    margin: 0;
    padding: 0;
}
a{
    color: #000;
    text-decoration: none;
}
a:hover{
    color: #000;
    text-decoration: none;
}
.container-yas{
    max-width: 1600px;
}
.divider-50{
    height: 50px;
    clear: both;
}
.logo-web img {
    width: 200px;
    padding-top: 10px;
}
.logo-menu-mob img{
    width:100px
}
/*Header-web*/
.header-web {
    height: 80px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.list-web-right{
    display: flex;
    list-style: none;
    align-items: center;
    width: 100%;
    height: 80px;
}
.list-web-right li{
    padding-left: 30px;
    position: relative;
}
.num-basket{
    position: absolute;
    top: -10px;
    background-color: #ed660d;
    padding:0px 6px;
    color: #fff;
    font-weight: 900;
    border-radius: 15px;
}
.list-web-right li img{
    width: 25px;
}
.main-menu {
    display: flex;
    height: 80px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    max-width: 600px;
    margin: 0 auto;
}
.logo-web{
    display: block;
    text-align: center;
    padding-top: 15px;
}
.item-product-type{
    position: relative;
}
.item-product-type:hover .list-category-product{
    top: 35px;
    opacity:1;
    visibility: visible;
}
.list-category-product{
    position: absolute;
    width: 140px;
    list-style: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 3px;
    background-color: #fff;
    z-index: 99;
    top: 60px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.list-category-product li a{
    display: inline-block;
    width: 100%;
    padding: 12px 10px;
}
.list-category-product li:last-child a{
    border-bottom: none;
    padding-bottom:18px;
}
.item-category-product{
    position:relative
}
.list-sub-category {
    position: absolute;
    right: 140px;
    width: 140px;
    top: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    background-color: #fff;
    transition: 0.5s;
    border-radius: 5px;
}
.item-category-product i{
    float: left;
    padding-top: 3px;
}
.item-category-product:hover .list-sub-category{
top: 0;
opacity: 1;
visibility: visible;
}
.sale-social a{
    color: #ed660d;
    font-weight: 900;
}
.box-search-web{
    position: fixed;
    background-color: #fff;
    width: 100%;
    top:-80px;
    height: 80px;
    transition: 0.5s;
    z-index:9;
}
.box-search-web.show{
    top: 0;
}
.box-search-web input{
    width: 40%;
    margin: 10px auto;
    display: block;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    background-color: #f4f4f4;
}
.close-search{
    background-color: unset;
    outline: none;
    border: none;
    position: absolute;
    top: 12px;
    right: 28%;
}
.close-search i{
    font-size: 20px;
}
.search-list ul {
    position: absolute;
    background-color: #000000bd;
    z-index: 9999;
    top: 82px;
    width: 700px;
    max-width: 100%;
    padding: 10px;
    right: 32%;
    list-style: none
}
    .search-list li{
        border-bottom:1px solid #fff;
        padding:10px
    }
.search-list li a{
    color:#fff;
    padding-right:15px
}
.search-list img {
    width: 100px !important;
    border-radius:10px
}
.search-list li:last-child {
    border-bottom: none;
}
/*box-login*/
.box-login {
    width: 500px;
    background-color: #fff;
    position: fixed;
    right: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    transform: translateX(50%);
    border-radius: 10px;
    z-index: 99;
    transition: all 0.5s;
    top: -60%;
}
.box-login.show-up{
    top: 10%;
}
.text-login{
    color: #ed660d;
    font-weight: 900;
    font-size: 17px;
    margin-bottom: 20px;
    text-align: center;
}
.row-login span{
    display: block;
    font-weight: 900;
}
.row-login input{
    margin: 15px 0;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #cdcdcd;
}
.btn-login a , .go-to-register a , .btn-send-sms a , .btn-register a{
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 900;
    background-color: #ed660d;
    width: 100%;
    padding: 12px 0;
    border-radius: 5px;
    text-align: center;
}
.card-forget-pass .part-one.show-up{
    display:block
}
.card-forget-pass .part-one {
    display: none
}
.card-forget-pass .part-two.show-up {
        display: block
    }
.card-forget-pass .part-two {
    display: none
}
.goto-forget-pass a {
    color: #015272;
    font-weight: 900;
    text-align: center;
    width: 100%;
    display: block;
}
.layer-box-login{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000082;
    z-index: 98;
    display: none;
}
.layer-box-login.show-up{
    display: block;
}
.goto-login a{
    color: #808080;
    text-align: center;
    display: block;
}
.card-forget-pass , .card-register{
    display: none;
}
/*Home-page-Style*/
.home-page{
    padding-top: 15px;
}
.main-slider .swiper-slide img{
    width: 100%;
}
.mainslider-button-next{
    background-image: url(../Image/right.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.mainslider-button-next::after {
    display: none;
  }
  .mainslider-button-prev{
    background-image: url(../Image/left.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}
  .mainslider-button-prev::after {
    display: none;
  }
.main-slider .swiper-pagination .swiper-pagination-bullet{
    background-color: #ed660d;
}
.box-discount-email{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.box-discount-email input{
    width: 40%;
    padding: 10px;
    border: 1px solid #fdfdfd;
    box-shadow: inset 0 2px 4px rgb(0 0 0 / 20%);
    border-radius: 0 5px 5px 0;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.btn-new-letter{
    background-color: #ed660d;
    padding: 11px;
    color: #fff;
    font-weight: 900;
    border-radius: 5px 0 0 5px;
}
.btn-new-letter:hover{
    color: #fff;
}
.list-services-home{
    margin: 45px 0;
    text-align: center;
}
.list-services-home .item-service-home{
width: 19%;
}
.list-services-home .item-service-home img{
    max-width:120px
}
.item-service-home p {
    margin: 20px 0;
}
.product .product-price{
    display: flex;
    justify-content: space-between;
}
.post-index img{
    max-width:100%;
    margin:0 auto;
    display:block
}
.post-index{
    padding-top:50px
}
.post-index h1{
    font-size:18px;
    font-weight:900;
    margin:30px 0;
}
/*footer*/
footer {
    padding: 50px 20px;
    background-color: #fafafa;
}
.footer-about-giv img{
    width: 50px;
    display: inline-block;
}
.footer-about-giv span{
    font-size: 12px;
    font-weight: 900;
}
.e-namad{
    margin-bottom: 20px;
}
.title-list-footer{
    font-size: 20px;
    color: #ed660d;
    margin-bottom: 30px;
    font-weight: 900;
}
footer .list-footer{
    list-style: none;
}
footer .list-footer li{
 padding: 10px 5px;
 font-weight: 900;
}
.title-social-footer{
    color: #ed660d;
    margin: 20px auto;
    text-align: center;
}
.list-socail-footer{
width: 100%;
display: flex;
max-width: 300px;
list-style: none;
justify-content: space-around;
margin: 0 auto;
}
.list-socail-footer li i{
    font-size: 27px;
}
.title-list-category , .title-more-sale{
    color: #ed660d;
    text-align: center;
    margin: 45px 0;
    font-size: 25px;
    font-weight: 900;
}
.category-home-page img{
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
}
.category-home-page h1{
    color: #ed660d;
    font-size: 25px;
    font-weight: 900;
    margin: 15px auto;
    text-align: center;
}
.product .product-top{
    position: relative;
}
.product .product-top .main-img .img-front {
    z-index: 2;
}

.product .product-top .main-img .img-front, .product .product-top .main-img .img-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.main-img img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px 10px 0 0;
}
.product .product-top .main-img .img-front {
    z-index: 2;
} 
.product .detail-product h1{
    font-size: 20px;
    margin: 15px 0;
    color: #ed660d;
}
.product .product-price del {
    color: #8a8888;
}
.product .product-price .main-price{
    padding-right:10px
}
.precent-price{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ed660d;
    padding: 5px;
    color: #fff;
    z-index: 9;
    border-radius: 5px 0 0 0 ;
}
.product-more-sale{
    direction: ltr!important;
}
.product .product-top .main-img:hover .img-front {
    opacity: 0;
    transition: 0.8s;
}
.banner-main-send img{
    width: 100%;
}
/*Search-page*/
.search-page{
    padding-top: 30px;
    min-height: 50vh;
}
.breacrumb-search {
    list-style: none;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}
.breacrumb-search li{
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.breacrumb-search  li:last-child::after {
    opacity: 0;
}
.breacrumb-search  li::after {
    position: absolute;
    content: '';
    left: 5px;
    bottom: 6px;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-width: 0 0 1px 1px;
    transform: rotate(45deg);
}
.breacrumb-search li:last-child a{
    color: #ed660d;
    font-weight: 900;
}
.title-filter-web{
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}
.title-filter-web li span{
    cursor: pointer;
    font-weight: 900;
}
.show-fitler-sort{
    position: relative;
}
.show-fitler-sort span i{
    font-size: 12px;
}
.list-sort{
    position: absolute;
    background-color: #fff;
    width: 150px;
    list-style: none;
    text-align: center;
    line-height: 3;
    z-index: 99;
    border-radius: 10px;
    top: 46px;
    right: -30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.list-sort.show-up{
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.list-sort li{
    border-bottom: 1px solid #f4f4f4;
    margin: 10px;
}
.list-sort li:last-child{
    border-bottom: none;
}
.show-fitler-sort span.rotate .fa-angle-down , .show-fitler-web span.rotate .fa-angle-down{
    transform: rotate(180deg);
    transition: .05s;
}
.color-group ul{
    list-style: none;
    width: 300px;
    display: flex;
    flex-wrap: wrap;
}
.color-group li span{
    display: inline-block;
    border: 1px solid #cdcdcd;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: inset 0px 4px 3px 0px rgb(0 0 0 / 16%);
    margin: 0 0 10px 10px;
}
.title-filter{
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px;
}
.size-group ul{
    list-style: none;
    display: flex;
    width: 300px;
    flex-wrap: wrap;
}
.size-group li span{
    display: inline-block;
    padding: 5px 7px;
    font-weight: 900;
    border: 1px solid #cdcdcd;
    margin: 0 0 10px 10px;
    border-radius: 10px;
    cursor: pointer;
}
.box-filter-search {
    float: left;
}
.cat-filter-one input{
    border: 0;
    margin-bottom: 20px;
    outline: 0;
}
.cat-filter-one #priceRangeMin{
    text-align: center;
}
.ui-widget.ui-widget-content{
    max-width: 300px;
}
.ui-widget-header {
    background: #000;
}
.ui-slider .ui-slider-handle{
    border-radius:50%
}
.ui-widget {
    height: 0.5em;
}
.show-fitler-web i {
    font-size: 12px;
}
.box-filter-search{
    display: none;
}
.box-filter-search.show-up{
    display: flex;
}
.item-size.active span{
    border: 2px solid;
}
.item-color {
    position: relative;
}
.item-color span::after {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms ease;
    content: "";
    width: 5px;
    height: 12px;
    display: block;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
}
.item-color.active span::after {
    border-color: #fff;
}
.list-product-search .col-lg-3{
    margin-bottom: 30px;
}
.pagination-search {
    width: 600px;
    flex-wrap: wrap;
    margin: 20px auto;
    justify-content:center
}
.pagination-search li{
    margin: 5px;
}
.pagination-search li.active a{
   background-color: #ed660d;
   color: #fff;
    border-radius: 5px;
    font-weight: 900;
}
.pagination-search li a{
    padding:5px 10px;
  display: inline-block;
}
/*Product-index*/
.product-index-page{
    padding-top: 20px;
}
.big-slider-product , .small-slider-product{
    direction: ltr!important;
}
.lg-outer {
    direction: ltr !important;
}
.slick-slide img {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
}
.small-slider-product .slick-current img {
    border: 1px solid #cdcdcd;
}
.slick-slide{
    cursor: pointer;
}
.list-product-index {
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    margin-bottom: 30px;
}
.item-color-index{
    border: 2px solid #ddd;
    padding: 3px;
    margin-bottom: 8px;
    margin-left: 8px;
    display: inline-block;
    float: right;
    border-radius: 10px;
    background-color: unset;
    outline: none;
}
.item-color-index img{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
}
.item-color-index span{
    border-radius: 10px;
    padding: 5px;
    border: 1px solid rgba(129, 110, 110, 0.5);
    font-size: 11px;
    height: 60px;
    width: 60px;
    background: #000;
    display: block;
}
.item-color-index.active{
    border: 2px solid #ed660d;
}
.product-index-detail .product-name{
    font-size: 26px;
    color: #ed660d;
    margin-bottom: 40px;
}
.product-index-detail .product-price{
    margin-bottom: 40px;
}
.product-index-detail .product-price del{
    font-size: 17px;
    color: #cdcdcd;
}
.product-index-detail .product-price .main-price{
    font-size: 17px;
    padding-right: 10px;
}
.product-index-detail .title{
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 900;
    color: #ed660d;
}
.list-size-index ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 30px;
}
.list-size-index ul li{
    cursor: pointer;
}
.item-size-index.unavailable-size span{
    border:1px solid #cdcdcd;
    color:#cdcdcd;
}
.list-size-index ul li span {
    display: inline-block;
    padding: 7px 10px;
    font-weight: 900;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 16px;
}
.item-size-index.active span{
border: 2px solid #ed660d;
color: #ed660d;
}
.product-status{
    display: flex;
    align-items: center;
}
.product-status .product-favorite{
    width: 50px;
    text-align: center;
}
.product-favorite .color-heart {
    display: none;
    color: #ed660d;
    border: 1px solid #ed660d !important;
}
.product-favorite a[codeprocess-action=productlike-remove] .heart-o {
    display: none
}
.product-favorite a[codeprocess-action=productlike-remove] .color-heart {
    display: block;
}

.product-status .product-favorite i {
    font-size: 26px;
    padding: 12px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}
.product-Quantity a{
    display: inline-block;
    width: 200px;
    padding: 15px 0;
    background-color: #ed660d;
    margin: 0 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 900;
    color: #fff;
}
.product-count input{
width: 30px;
text-align: center;
border: 0;
outline: 0;
font-size: 20px;
}
.product-count button{
    background-color: unset;
    border: 0;
    outline: 0;
    font-size: 20px;
    font-weight: 900;
}
.product-count{
    border: 1px solid #cdcdcd;
    padding: 8px 4px;
    border-radius:5px
}
.product-index-page .list-services-home{
    border-top:1px solid #d2d2d2;
    padding-top: 15px;
}
.list-detail-product{
    list-style: none;
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.list-detail-product li{
    padding:15px;
    cursor: pointer;
}
.list-detail-product li a{
    font-size: 15px;
    font-weight: 900;
}
.box-detail-product[data-target="detail"] {
    background-color: #fafafa;
    margin: 15px 0;
    border-radius: 5px;
}
.list-detail-product li.active{
    border-bottom: 3px solid #ed660d;
}
.list-detail-product li.active span{
    color: #ed660d;
    font-weight: 900;
}
.box-detail-product ul{
    list-style: none;

}
.box-detail-product ul li{
padding:10px;
margin: 5px 5px;
}
.box-detail-product ul li:first-child{
    margin-top: 15px;
}
.box-detail-product ul li:nth-child(odd){
background-color: #fff;
border-radius: 5px;
}
.box-detail-product ul li:nth-child(even){
margin: 0;
}
.comments-user {
    border-bottom:1px solid #ddd;
    padding: 15px;
}
    .comments-user h3 {
        font-size: 15px;
        font-weight: 900;
        margin-bottom: 15px;
    }
.profile-comment .date-comment span {
    color: #808080;
    font-size: 12px;
    margin-bottom: 15px;
    display: inline-block;
}
.value-answer span{
    font-weight:900;
    display:inline-block;
    margin-bottom:10px
}
.form-reviwe p {
    color: #ed660d;
    font-weight: 900;
    margin: 10px 0;
    font-size: 16px;
}
.form-reviwe input , .form-reviwe textarea{
    width: 100%;
    border: 1px solid #efefef;
    outline: 0;
    padding: 10px;
    margin: 15px 0;
    border-radius: 5px;
}
.btn-review button{
    background-color: #ed660d;
    display: inline-block;
    margin: 20px 0;
    padding: 10px 50px;
    outline: 0;
    border: 0;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    border-radius: 5px;
}
.box-detail-product{
    display: none;
}
.box-detail-product.active{
    display: block;
}
.box-detail-product[data-target="decription"]{
    line-height: 2;
    font-size: 15px;
    text-align: justify;
    background-color: #fcfcfc;
    padding: 10px;
}
.slider-similar-product{
    margin-bottom: 50px;
}
/*Basket-Page*/
.cart-page{
    padding-top:20px
}
    .cart-page h1{
        font-size:25px;
        margin-bottom:20px;
        color:#ed660d;
        font-weight:900
    }
.cart-row-one {
    border: 1px solid #efefef;
    padding: 15px;
    position:relative
}
.cart-quant-row span {
    font-weight: 900;
    line-height:3
}
.cart-row-one img {
    max-width: 100%
}
.cart-row-info h3{
    font-size:15px
}
.cart-row-info span:first-child{
    font-weight:900;
    line-height:3
}
.product-remove .remove i {
   font-size:20px;
   cursor:pointer
}
.cart-row-one button{
    border:none;
    outline:none;
    background-color:unset
}
.cart-quant-row input {
    max-width: 40px;
    font-size: 20px;
    border: 0;
    background-color: unset;
    text-align: center;
    font-weight:900
}
.cart-quant-row button{
    font-size:20px
}
.cart-row-one .product-remove{
    position:absolute;
    left:20px;
    top:20px
}
.cart-row-one{
     margin-bottom:20px
}
.cart-total-sec{
    background-color:#f4f4f4;
    margin-bottom:20px;
    padding:15px
}
.cart-total-col ul{
    list-style:none;
    line-height:3
}
    .cart-total-col ul .text{
        font-weight:900
    }
    .cart-total-col ul li span:nth-child(even) {
        float: left
    }
.btn-cart-page button{
    background:#ed660d;
    border:none;
    font-size:15px;
    font-weight:900;
    padding:15px 0;
    color:#fff;
    margin:5px 0;
    border-radius:5px
}
/*Address-Page*/
.inner-content {
    padding-top: 30px;
}
.inner-content h1 {
        font-size: 22px;
 }
.btn-address {
    border: 3px solid #ed660d;
    width: 300px;
    padding: 10px;
    color:#ed660d;
    background-color: #fff;
    font-size: 16px;
    outline: none;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
}
.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%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.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-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.md-content {
    color: #fff;
    background: #fff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}
.md-close {
    position: fixed;
    left: 20px;
    top: 20px;
    background: none;
    color: #000;
    border: 0;
    font-size: 20px !important;
    z-index: 999999999;
}
.md-content button {
    margin: 10px;
}
.md-close i {
    color: #000;
}
.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 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, 0.3);
    background: none;
    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;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: none;
    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-btn button {
    text-align: center;
    color: #fff;
    background: #ed660d;
    padding: 5px 40px;
    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;
    border: 0;
}
.btn-cart button {
    border: none;
    padding: 15px;
    border-radius: 4px;
    background: #ed660d;
    color: #fff;
    text-align: center;
    line-height: 1;
    outline: none;
    border-radius: 4px;
    font-size: 15px;
    margin: 10px 0;
}
.address-item-container .address-check {
    border: 1px solid #cdcdcd;
    padding: 20px;
    border-radius: 5px;
    background-color: #fafafa;
}
.address-check {
    margin-left: 20px;
}
.send-type-item input {
    display: none;
    cursor: pointer
}
.filter-check {
    margin-bottom: 15px;
}
.address-one input {
    display: none;
}
.address-one label {
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    text-align: right;
}
.inp-cbx:checked + .cbx span:first-child {
    background: #ed660d;
    border-color:#ed660d;
    animation: wave .4s ease;
}
.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
    font-size: 14px;
    font-weight: 900;
}
.filter-check p {
    padding-right: 15px;
    display: inline-block
}
.cbx span:first-child {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 0;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all .2s ease;
    border-radius: 3px;
}
.inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all .6s ease;
}
.address-ed {
    position: absolute;
    left: 30px;
}
    .address-ed button{
        background-color:unset;
        border:0
    }
    .address-ed button i {
        color: #ed660d;
    }
.address-ed button {
        font-size: 20px;
        margin-right: 10px;
        color: #999;
        transition: all ease .3s;
        -o-transition: all ease .3s;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
    }
.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ed660d;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}
.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);
}
.steps-done {
    margin: 20px 0
}
.md-content button{
    background-color:unset;
    border:0
}
.req-win-head h3 {
    color: #000;
    font-size: 18px;
    padding: 10px 0;
}
/*confirm-page*/
.checkout-section{
    line-height:4
}
.card-tatal-confirm{
    padding:15px 20px;
    background-color:#fafafa;
}
    .card-tatal-confirm ul{
        list-style:none;
        line-height:3
    }










    @media screen and (min-width:768px) {
        .header-mob{
    display: none;
    }
    .web-none{
        display: none;
    }
    }
@media screen and (max-width: 768px) {
    .header-web {
        display: none;
    }

    .mob-none {
        display: none;
    }

    .header-mob {
        width: 100%;
    }

    .list-header-top-mob {
        display: flex;
        list-style: none;
        align-items: center;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
        background-color: #fff;
        min-height: 60px;
    }

        .list-header-top-mob .click-menu-mob {
            width: 15%;
        }

        .list-header-top-mob .logo-menu-mob {
            width: 55%;
        }

        .list-header-top-mob .login-mob {
            width: 10%;
        }

        .list-header-top-mob .basket-mob {
            width: 10%;
        }

        .list-header-top-mob .search-mob {
            width: 10%;
        }

        .list-header-top-mob li i {
            font-size: 20px;
        }

    .box-login {
        max-width: 96%;
        top: -70%;
    }

    .box-search-web {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        z-index: 99;
        top: -20%;
    }

        .box-search-web input {
            width: 95%;
        }

    .close-search {
        top: 10px;
        right: unset;
        left: 10px;
    }

    .main-menu-mob {
        position: fixed;
        width: 250px;
        right: -250px;
        top: 0;
        bottom: 0;
        height: 100vh;
        background-color: #fff;
        transition: 0.5s;
        z-index: 999;
        overflow-y: scroll;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

        .main-menu-mob.show-up {
            right: 0;
        }

        .main-menu-mob > li > a {
            padding: 10px 20px;
            border-bottom: 1px solid #efefef;
            display: block;
        }

        .main-menu-mob > li:first-child {
            border-bottom: none;
        }

        .main-menu-mob .item-product-type i {
            float: left;
        }

    .list-product-category-mob {
        background-color: #f4f4f4;
        list-style: none;
        display: none;
    }

        .list-product-category-mob.show-up {
            display: block;
        }

        .list-product-category-mob li > a {
            padding: 10px;
            display: block;
            border-bottom: 1px solid #fff;
        }

    .close-mainmenu-mob i {
        font-size: 20px;
    }

    .list-sub-category-mob {
        background-color: #fff;
        display: none;
    }

        .list-sub-category-mob.show-up {
            display: block;
        }

        .list-sub-category-mob li {
            border-bottom: 1px solid #cdcdcd;
        }

    .close-mainmenu-mob {
        position: absolute;
        top: 12px;
        left: 12px;
    }

    .home-page {
        padding-top: 65px;
    }

    .main-slider ~ .mainslider-button-next, .main-slider ~ .swiper-button-prev {
        display: none;
    }

    .list-services-home .item-service-home {
        width: 50%;
    }

    .list-services-home {
        justify-content: center;
    }

    footer {
        padding: 20px 0;
    }

    .title-list-footer {
        font-size: 16px;
    }

    .footer-about-giv span {
        font-size: 9px;
    }

    .box-discount-email input {
        width: 70%;
    }

    .item-service-home {
        margin-bottom: 15px;
    }

    .search-page {
        padding-top: 85px;
    }

    .breacrumb-search {
        border-bottom: none;
    }

    .box-filter-search {
        position: fixed;
        background-color: #fff;
        z-index: 999;
        bottom: -100%;
        left: 0;
        right: 0;
        padding: 20px;
        min-height: 60vh;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        transition: all .5s;
    }

        .box-filter-search.show-up {
            bottom: 0;
        }

    .close-filter i {
        font-size: 20px;
    }

    .list-sort {
        position: fixed;
        bottom: -300px;
        right: 0;
        left: 0;
        width: 100%;
        top: unset !important;
        border-radius: 0;
        transition: 0.5s;
        z-index: 99;
    }

        .list-sort.show-up {
            bottom: 0;
        }

    .layer-filter-mob {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background-color: #00000073;
        z-index: 98;
        display: none;
    }

        .layer-filter-mob.show-up {
            display: block;
        }

    .product .product-price {
        display: unset;
    }

    .pagination-search {
        width: 300px;
    }

    .list-product-index {
        max-width: 100%;
    }

    .item-color-index img{
        width:50px;
        height:50px
    }
    .slick-slide img{
        padding:5px
    }


/*EndMaxWidth768*/   
}
