/*
@media (min-width: 1400px){
    .container {
        max-width: 1200px;
    }    
}
@media (min-width: 1600px){
    .container {
        max-width: 1200px;
    }    
}
*/
.main-menu nav > ul > li .sub-menu{top: 89px !important;}
.sticky .main-menu nav > ul > li .sub-menu{top: 89px !important;}

.cart-box{
    width: 100%;
    min-height: 200px;
    border: 1px solid #d7d7d7;
    margin-bottom: 30px; 
    position: relative;
}
.cart-box .out-of-stock{
    display: inline-block;
    width: 188px; height: 120px;
    position: absolute;
    background: url(https://img.muukal.com/img/icons/out-of-stock.png?t=1);
    background-size: 100% 100%; 
    right: 68px; bottom: 8px; z-index: 9;
}

.cart-box-header{
    height: 45px;
    line-height: 45px; 
    border-bottom: 1px solid #d7d7d7;
    /*color: #ff565c;*/
    background:#fafafa; 
}

.cart-xh{
    width: 25px;
    height: 25px; 
    line-height: 25px; 
    text-align: center; 
    margin-left: 15px;
    margin-top: 10px;
    display: inline-block;
    background: #ff565c;
    color: #fff;
}
.cart-gname{
    display: inline-block;
    font-size: 16px; 
    margin-left: 15px;
    font-weight: 300;
}

.cart-del{
    display: inline-block;
    float: right;
    margin-right: 15px;
    cursor: pointer;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border: 1px solid #fafafa;
    /*
    border-bottom: 1px solid #ff565c;
    */
    margin-top: 10px;
    margin-left: 25px;
    position: relative;
    padding-left: 20px;
}

.cart-del:after{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    font-family: "iconfont" !important;
    content: "\e798";
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
}
.cart-del:hover{
    /*border: 1px solid #ff565c;*/
    color: #ff565c;
}

.cart-box-goods{
    min-height: 200px;
    float: left;
    position: relative;
}

.cart-goods-img{
    margin:0 auto;
    margin-top: 30px;
}
.cart-goods-img img{
    width: auto;
}

.cart-goods-color,.cart-goods-code{
    font-size: 18px;
    display: inline-block;
    float: right;
    margin-right: 30px;
    color: #82726f;
    font-weight: 500;
}
.cart-goods-code{
    float: left;
    margin-left: 30px;
   
}

.cart-box-info{
    float: left;
    min-height: 200px;
    padding-left: 15px;
    padding-top: 15px;
    border-left:  1px solid #fafafa;
}

.cart-box-info .cart-box-tit{
    font-weight: 500;
    display: inline-block;
    min-width: 98px;
}

.cart-box-lens-btn,.cart-box-lens-edit{
    color: #666666;
    /*border-bottom: 1px solid #ff565c;*/
    cursor: pointer;
    margin-left: 16px;
    height: 25px;
    line-height: 25px;
}
.cart-box-lens-btn .dripicons-chevron-down:before, .cart-box-lens-btn .dripicons-chevron-up:before {
    vertical-align: middle;
}

.cart-box-lens-edit{
    position: relative;
    padding-left: 22px;
}
.cart-box-lens-edit:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    font-family: "iconfont" !important;
    content: "\e7e3";
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}



.cart-d-price{
    display: inline-block;
    float: right;
    font-size: 16px;
}
.cart-d-price del{
    color: #999999;
    font-size: 16px;
}
.cart-box-info .lens-rx .table > tbody > tr > td{
    padding: 5px;
    vertical-align:inherit;
}

.cart-num{
    width: 118px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d7d7d7;
}

.cart-checkout-box{
    border: 1px solid #d7d7d7;
    padding: 20px;
}

.cart-checkout-box .cart-box-tit {
    max-width: 280px;
}
.cart-box-price{

    font-size: 16px;  
}

.fastch-txt{
    margin: 15px 0 -5px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6d6d6d;
}

.fastch-txt:before {
    margin-right: 10px;
}
.fastch-txt:after {
    margin-left: 10px;
}
.fastch-txt:before,.fastch-txt:after{
    content: "";
    height: 1px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    background-color: #b8b7af;
}
#discount-txt{   }
#c_code,#c_s_code{ 
    width:70%; 
    float: left; 
    border: 1px solid #d7d7d7; 
    height: 45px; 
    line-height: 45px; 
    padding-left:5px; 
    border-radius: 3px 0 0 3px;  
}
.redeem-btn{ 
    display: inline-block; 
    float: left; 
    width: 30%; 
    cursor: pointer; 
    height: 45px; 
    line-height: 45px; 
    text-align: center; 
    background: #999999; 
    border-radius: 0 4px 4px 0; 
    color: #fff; 
}
.redeem-btn:hover{ 
    background: #000000; 
}
#checkout-btn,#hide_cb_btn{
    width: 100%; 
    letter-spacing: 1px; 
    text-transform: capitalize; 
    border-radius: 45px;
    padding: 13px;
    background: #ffffff;
    color: #ff565c;
    font-size: 16px;
    border: 1px solid #ff565c;
}
#checkout-btn{display: none; }
#checkout-btn.outstock-btn{
    color: #666666;
    border: 1px solid #666666;
}

.shipping-div{
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    margin-bottom: 20px;
}

.shipping-icon{
    vertical-align: middle;
    font-size: 32px; 
    color: #989898; 
    line-height: 48px;
}

.shipping-info-box{
    flex: 1 1 0%; margin-left: 18px;
}
.shipping-name{ font-weight: 400; }

.shipping-choose,.payment-choose{
    border: 1px solid #ff565c !important;
    position: relative !important;
}
.shipping-choose:after ,.payment-choose:after{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    font-family: "iconfont" !important;
    content: "\e913";
    color: #ff565c;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
}

#acces-swiper-next {
    right: -25px;
}
#acces-swiper-prev {
    left: -25px;
}
.acces_goods {
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 99%;
}

.acces_recommend_title{
    font-size: 16px;
    font-weight: 300;
    /* color: #608dd2; 
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;*/
}
#acces-swiper{padding-bottom: 10px;}
#acces-swiper #acces-swiper-pagination{bottom: 6px;}
#acces-swiper .ip-image{
    padding: 15px 3px 0;
}

#acces-swiper .ip-image img{

}

.acces_more{
    font-size: 14px;
    color: #218dc9;
}
.acces_add_btn{
    border: 1px solid #218dc9;
    background: #218dc9;
    padding: 1px 20px;
    color: #ffffff;
    border-radius: 4px;
    cursor:pointer;
}
.acces_add_btn:hover{
    background: #ffffff;
    color: #218dc9;
  
}

.cart_tips_box{ 
    margin: 20px 0 30px 0; 
    padding: 15px 0;
    border: 1px solid #ddd;
}

.cart_tips_icon{
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-left: 36px;
    position: relative;
    height: 30px;
    line-height: 30px;
    color: #ff565c;
}
.cart_tips_icon:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "dripicons-v2" !important;
    content: "\53";
    color: #ff565c;
    font-size: 30px;
}

.cart_tips_info {
    color: #898989;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    font-weight: 300;
}
.cart_tips_div{
    border-right: 1px solid #ddd;
}
.gift_img{
    border: 1px solid #ddd;
    border-radius: 5px;
}


.user_code{ margin: 5px 0; height: 28px; line-height: 28px; background: #fafafa; cursor: pointer; border-radius: 3px; display: table; width: 100%;}
.user_code_l{
    width: 80%;
    height: auto;
    float: left; 
    padding-left: 5px;
}
.user_code_r{
    width: 19%; height: 100%; display:table; float: right; background: #999999; color: #ffffff; text-align: center; border-radius: 0 3px 3px 0;
}


.user_code_c{ display: inline-block; margin-left: 15px; float: left;  }
.user_code_d{ display: inline-block; float: left;  }
.user_code_u{ display: inline-block; display:table-cell;vertical-align:middle;}

.user_code_d .timeBar{display: inline-block; /*margin-left: 20px;*/ color: #ff565c;}

@media screen and (max-width:1200px){
    #checkout-paypal{ text-align: center; }
}

#show-paypal-btn{
    border-radius: 4px;
    background: #ffc439;
    width: 100%;
    height: 45px;
    vertical-align: top;
    min-height: 30px;
    max-height: 55px;
    cursor: pointer;
    font-size: #333333;
}
#show-paypal{
    width: 100%;
    text-align: center;
    height: 22px;
    line-height: 20px;
    max-height: 27px;
    min-height: 18px;
    background: #ffc439;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#show-paypal .paypal-logo{
    padding: 0;
    display: inline-block;
    background: none;
    border: none;
    width: auto;
    vertical-align: top;
    height: 100%;
    text-align: left;
}


.sale-flag-side{
  width: 60px;
  height: 60px;
  left: 0px;
  top: 0px;
  background: url(../../img/home/sale3.png) no-repeat center center;
  background-size: 100% 100%;
  transition: .8s ease;
  position: absolute;
}


#cancel_mask{width: 100%; height: 100%; z-index: 6; background: rgba(0,0,0,.68); top: 0; left: 0; position: fixed; display: none;}
.cancel_tips{display: none;}
.cancel_box{
    position: fixed;
    width: 580px;
    top: 50%;
    left: 50%;
    margin-left: -290px;
    margin-top: -290px;
    z-index: 10;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    font-size: 20px; color: #333333;
}
.cp_coupon{width: 400px; height:168px; margin:0 auto; position: relative; margin-top: 20px;}
.cp_coupon #cp_ct1,.cp_coupon #cp_ct2,.cp_coupon #cp_ct3,.cp_coupon #cp_ct4,.cp_coupon #cp_ct5,.cp_coupon #cp_ct6{
    position: absolute;
}
.cp_coupon #cp_ct1,.cp_coupon #cp_ct4{
    top: 28px;
    left: 0;
    width: 100%;
    font-size: 18px;
    text-align: center;
}

.cp_coupon #cp_ct2,.cp_coupon #cp_ct5{
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
}

.cp_coupon #cp_ct6,.cp_coupon #cp_ct3{
    top: 105px;
    left: 0;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}

.cancel_box .timeBar label,.cancel_box .timeBar span{
    font-size: 22px;
}
.bluelight_box{cursor: pointer;}
.bluelight_choose .icon-zhengfangxingweigouxuan:before {
    content: "\e690";
    color: #ff565c;
}

/*
#paypal-btn{
    width: 100%;
    padding: 11px 0;
    border-color: #ffc439;
    background-color: #ffc439;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}
#paypal-btn:hover {
    filter: brightness(0.95);
}
#paypal-btn img {
    height: 23px;
}
#paybox{
    width: 650px;
    height: 450px;
    padding:25px;
    position: fixed;
    top: 50%; 
    left: 50%;
    margin-left: -325px;
    margin-top: -225px;
    z-index: 9; 
    background: #ffffff;
}
*/

.safeicon div{ margin-bottom: 5px; cursor: pointer; }
.safeicon .iconfont:before{position: absolute;
    margin-top: -3px;
    font-size: 22px;}

.safeicon .icon-wuliu:before{
    margin-top: -5px;
}

.acces_name{
    position: absolute;
    bottom: 0;
    background: #ffffffd8;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    padding: 3px 0;
    display: none;
}
.acces_img:hover .acces_name{display: inline-block;}

#coupon_remove{width: 60px; text-align: center;}