/* 滚动回顶部 */
#BTNAN_PageOverlay{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    visibility: hidden;
    background: #363636;
    transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
    opacity: .5;
    visibility: visible;
    display: none;
}

.symbol{display: inline-block;margin-right: 2px;}

#BTNAN_ScrollTop{background-color: #666;display: none;}
#BTNAN_ScrollTop:hover{background-color: #333;}

.right_icon{overflow: hidden;vertical-align: middle;position: fixed;border-radius: 50%;text-align: center;z-index: 99;}
.right_icon a{color:#FFF;}
.online_service a{display: block;color:#000;position: fixed;z-index: 9;border-radius: 50%;-webkit-border-radius: 50%;box-shadow: 0px 1px 4px rgba(0,0,0,0.3),0px 0px 50px #ddd inset;}
.online_service a span{display:none;}

#BTNAN_Languages,#BTNAN_Currency{display: inline-block;}

.custom_select{position: relative;cursor: pointer;}
.custom_select:hover ul{display: block;}
.custom_select .custom_selected{overflow: hidden; padding-right: 20px;display: block;}
.custom_select>svg{position: absolute;right: 0px;}
.custom_select>ul{position: absolute;top:45px; left: -15px;background-color: #FFF;border: 1px solid #EEE; z-index: 200;overflow-y: auto;display: none;}
.custom_select>ul li{line-height: 40px;border-bottom: solid 1px #EEE;white-space: nowrap;padding:0 15px; }
.custom_select>ul li:hover{background-color: #f1f6fe;}
.custom_select>ul li a{color:#1c1b1b;}

.custom_select_img .custom_selected{position: relative;padding: 0 20px 0 40px;}
.custom_select_img .custom_selected img{width:33px;position: absolute;left:0;top:11px;}
.custom_select_img ul{right: -15px;left: auto;width: 240px;padding: 10px 0;}
.custom_select_img ul li{padding:0 15px 0 63px;position: relative;white-space:normal;display:flex;
    align-items:center;
    line-height: 18px;font-size: 14px;border-bottom: 0;height: 46px;}
.custom_select_img ul li img{width:40px;position: absolute;left:15px;top:10px;}

.products_info_cart{position: fixed;bottom:-70px;left: 0;right: 0;background-color: #FFF;z-index: 99;box-shadow: 0 -2px 4px 0 #0000000f;height: 70px;overflow: hidden;}
.products_info_cart .quick_image{position: absolute;top:5px;}
.products_info_cart .quick_body{position: absolute;top:0;height: 100%; display: flex;justify-content: center;flex-direction:column;}
.products_info_cart .quick_title{font-size: 18px;}
.products_info_cart .quick_price{color: #ea0000;font-weight: bold;}
.products_info_cart .quick_compare_at_price{display: inline-block;text-decoration: line-through;color: #9CA0B0;margin-top:5px;}
.products_info_cart .quick_btn{position: absolute;right: 40px;top:13px;}
.btn_orange{background-color:#FF5A00;color: #ffffff;border: 1px solid #f5812e;}
.btn_orange:hover{background: #f5812e;}

.safe_pay{margin-bottom: 15px;}
.safe_pay .safe_pay_support{box-sizing: border-box;width: 100%;border: 1px solid #ccc;border-left: 4px solid #38B336;border-radius: 2px;margin-bottom: 20px;cursor: pointer;}
.safe_pay .safe_pay_support .safe_pay_support_top{line-height: 36px;}
.safe_pay .safe_pay_support .safe_pay_support_flex{float: left;position: relative;}
.safe_pay .safe_pay_support .safe_pay_support_top_left{font-weight: bold;color:#38B336;font-size: 14px; font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
.safe_pay .safe_pay_support .safe_pay_support_top_left img{width:16px;position: absolute;top:9px;left: 10px;}
.safe_pay .safe_pay_support .safe_pay_support_top_right{font-size: 12px;}
.safe_pay .safe_pay_support .safe_pay_support_flex_after::after{position: absolute;right: 0;width: 1px;height: 16px;content:"";background: #d1d1d1;}
.safe_pay .safe_pay_support .safe_pay_support_top .safe_pay_support_flex_after::after{top:10px;}
.safe_pay .safe_pay_support .safe_pay_support_bottom .safe_pay_support_flex_after::after{top:5px;}
.safe_pay .safe_pay_support .safe_pay_support_bottom{line-height:26px;background-color: #EEE; color:#999; font-size: 12px;padding: 5px 0;font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
.safe_pay .safe_pay_support .safe_pay_support_bottom strong{color:#000;display: inline-block;}
.safe_pay .safe_pay_img img{width: 100%;}

.mo-popup{position: fixed;top: 0;right: 0;left: 0;bottom: 0;z-index: 510000;}
.mo-popup-bg{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1000;height: 100%;background-color: rgba(0, 0, 0, 0.2);}
.mo-popup-body{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1000;transition-duration: 500ms;height: 0px;
    -webkit-animation-duration: 0.5s;animation-duration: 0.5s;border-radius: 5px;overflow: hidden;background-color: #FFF;}
.mo-popup-body_head{height: 52px; line-height: 52px; padding: 0 30px 0 65px;position: relative;font-weight: bold;color:#38B336; font-size: 22px;font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
.mo-popup-body_head img{width:20px; height: 22px; position: absolute;top:15px;left:30px;}
.mo-popup-body_head .mo-popup-close{position: absolute;top:3px;right:30px;}
.mo-popup-body_head .mo-popup-close svg{width: 26px;height: 26px;}
.mo-popup-body_center{padding: 20px 30px 20px 30px;background-color: #38B336;}
.mo-popup-body_center h3{color:#FFF;font-size: 16px;}
.mo-popup-body_center p{color:rgba(255,255,255,.7);font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
.mo-popup-body_foot{padding: 0 30px;margin-top: -15px;}
.mo-popup-body_foot li{display: flex;align-items: center;justify-content: space-between;height: 50px;padding: 0 20px;margin-bottom: 15px;font-size: 14px;background-color: #f6f6f6;}
.mo-popup-body_foot li span{flex: 1;font-weight: bold;color: #1d1f21;}
.mo-popup-body_foot li label{color: #38B336;display: flex;flex: 0 0 80px;align-items: center;justify-content: space-between;}
.mo-popup-body_foot li label svg{color: #38B336;width: 16px;height: 14px;}

@media(min-width:768px){
    .products_info_cart .quick_body{left: 120px; right: 230px;}
    .products_info_cart .quick_name{display: inline-block;margin-right: 20px;}
    .products_info_cart .quick_image{left: 40px;width: 60px;}
    .products_info_cart .quick_image img{width: 60px;height: 60px;}
    .products_info_cart .quick_attr{font-size: 14px;color: #717171;margin-top: 8px;}
    .products_info_cart .quick_compare_at_price{display: inline-block;margin-left: 10px;}
    .products_info_cart .quick_btn{right: 40px;top:13px;}

    .right_icon{width: 36px;height: 36px;line-height: 36px;font-size: 12px;right:20px;}
    .right_icon.scrolltop{bottom:30px;}
    .right_icon.whatsapp{bottom:100px;}
    #BTNAN_PageOverlay{z-index: 103;}
    .custom_select>ul{max-height: 350px;}
    .custom_select .custom_selected{height: 46px;line-height: 44px;}
    .custom_select>svg{top:16px;}

    .online_service a{right:11px;width: 54px;height: 54px;}
    .online_service a:first-child{bottom:90px;}
    .online_service a:nth-child(2){bottom:160px;}
    .online_service a:nth-child(3){bottom:230px;}
    .online_service a:hover span{display: inline-block;}
    .online_service a span{position: absolute;top:10px; right:65px;white-space: nowrap;background-color: #FFF; font-size: 16px;
        padding:7px 10px;border-radius:6px;box-shadow: -2px 0 8px rgb(0 0 0 / 15%);}
    
    .safe_pay .safe_pay_support .safe_pay_support_flex{padding: 0 15px 0 15px;}
    .safe_pay .safe_pay_support .safe_pay_support_top_left{padding-left:37px;font-size: 16px;width: 170px;}
    .safe_pay .safe_pay_support .safe_pay_support_bottom strong{margin-right: 6px;}
    .safe_pay .safe_pay_support .safe_pay_support_bottom .safe_pay_support_flex{width:33%;}
    .mo-popup-body{width: 500px;}
    .mo-popup-body_center p{font-size: 16px;}
}
@media(max-width:767px){
    .products_info_cart .quick_body{left: 80px;}
    .products_info_cart .quick_image{left:10px;top:10px;width: 50px;}
    .products_info_cart .quick_image img{left:10px;width: 50px;height: 50px;}
    .products_info_cart .quick_name,.products_info_cart .quick_attr{display: none;}
    .products_info_cart .quick_compare_at_price{display: block;}
    .products_info_cart .quick_btn{right: 10px;top:10px;left:50%;}
    .products_info_cart .quick_btn .btn{height:50px;width:100%;}

    .right_icon{width: 36px;height: 36px;line-height: 36px;font-size: 12px;right:15px;}
    .right_icon.scrolltop{bottom:30px;}
    .right_icon.whatsapp{bottom:100px;}
    #BTNAN_PageOverlay{z-index: 103;}
    .custom_select>ul{max-height: 300px;}
    .custom_select_img>ul{max-height: 350px;}
    .custom_select .custom_selected{height: 46px;line-height: 40px;}
    .custom_select>svg{top:14px;}

    .online_service a{right:15px;width: 36px;height: 36px;}
    .online_service a:first-child{bottom:85px;}
    .online_service a:nth-child(2){bottom:140px;}
    .online_service a:nth-child(3){bottom:200px;}
    .online_service a:hover span{display: inline-block;}
    .online_service a span{position: absolute;top:0; right:45px;white-space: nowrap;background-color: #FFF; font-size: 16px;
        padding:7px 10px;border-radius:6px;box-shadow: -2px 0 8px rgb(0 0 0 / 15%);}

    .safe_pay .safe_pay_support .safe_pay_support_flex{padding: 0 7px 0 7px;}
    .safe_pay .safe_pay_support .safe_pay_support_top_left{padding-left:35px;padding-right: 10px; font-size: 14px;}
    .safe_pay .safe_pay_support .safe_pay_support_bottom strong{margin-right:4px;}
    .mo-popup-body{width:90%;}
    .mo-popup-body_center p{font-size: 12px;}
}
/* 弹窗虚假订单 */
#BTNAN_Win .win{position: fixed;z-index: 1000;border-radius: 6px;box-shadow: 0 6px 30px 0 rgb(0 0 0 / 20%);display: block;transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;}
/* 弹窗优惠卷 */
#BTNAN_Popups .popups{position: fixed;left:0;right:0;top:0;bottom:0;z-index:999;justify-content:center;align-items:center;display:-webkit-flex;color:#FFF;}
#BTNAN_Popups .popups_close{position:absolute;z-index:1000;font-size: 30px;color:#DDD;}
#BTNAN_Popups .popups_close:hover{color:#FFF;}
#BTNAN_Popups .popups_bg{position: fixed;left:0;right:0;top:0;bottom:0;background-color: #000;opacity: 0.4;content: ' ';z-index:99;}
#BTNAN_Popups .popups_main{background-color: #212121;position: relative;text-align: center;border-radius: 4px;}
#BTNAN_Popups .popups_main .popups_title{font-size: 38px;margin-bottom: 30px;}
#BTNAN_Popups .popups_main .popups_content{font-size: 24px;margin-bottom: 30px;line-height: 32px;color:#DDD;}
#BTNAN_Popups .popups_main .popups_coupon{margin-bottom: 30px;}
#BTNAN_Popups .popups_main .popups_coupon a{display: block;color:#FFF;}
#BTNAN_Popups .popups_main .popups_coupon a span{display: inline-block;border: 1px solid #FFF;font-size: 24px;height: 45px;line-height: 45px;width: 280px;}
#BTNAN_Popups .popups_main .popups_coupon a label{display: block;margin-top: 8px;font-size: 16px;}
#BTNAN_Popups .popups_main .popups_btn a{display: inline-block;background-color: #D0021B;border-color: #D0021B;font-size: 20px;height: 45px;line-height: 45px;width: 280px;color:#FFF;}
/* 满减弹窗 */
#BTNAN_Sales_Order_Popups .popups{position: fixed;left:0;right:0;top:0;bottom:0;z-index:999;justify-content:center;align-items:center;display:-webkit-flex;color:#FFF;}
#BTNAN_Sales_Order_Popups .popups_close{position:absolute;z-index:1000;font-size: 30px;color:#DDD;}
#BTNAN_Sales_Order_Popups .popups_close:hover{color:#FFF;}
#BTNAN_Sales_Order_Popups .popups_bg{position: fixed;left:0;right:0;top:0;bottom:0;background-color: #000;opacity: 0.4;content: ' ';z-index:110;}
#BTNAN_Sales_Order_Popups .popups_main{position: relative;text-align: center;border-radius: 4px;}
#BTNAN_Sales_Order_Popups .popups_main img{width:100%;cursor: pointer;}
/* 分享弹窗 */
#BTNAN_SharePopup{display: none;}
#BTNAN_SharePopup .share-succeed{display: none;}
.product_share_recommend{color:#333;margin-bottom: 10px;}
.incentive-share{margin-bottom: 10px;display: inline-flex;width: 100%;max-width: 300px;
    height: 50px;position: relative;background: linear-gradient(180deg,#ff315d 0,#ff2621 100%);justify-content: space-between;
    align-items: center;text-align: center;color: #fff;margin-bottom: 10px;
    font-family: '-apple-system',BlinkMacSystemFont,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif!important;
    animation: bounce 6s both infinite;-webkit-animation: bounce 6s both infinite;cursor: pointer;}
.incentive-share::after, .incentive-share::before{content: '';
    position: absolute;width: 5px;height: 100%;background-size: 15px 10px;
    background-image: linear-gradient(-45deg,#ff2621 25%,transparent 25%,transparent),linear-gradient(-135deg,#ff2621 25%,transparent 25%,transparent),linear-gradient(-45deg,transparent 75%,#ff2621 75%),linear-gradient(-135deg,transparent 75%,#ff2621 75%);
}
.incentive-share::before {
    left: -4px;-moz-transform: scaleX(-1);-webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);transform: scaleX(-1);filter: FlipH;
}
.incentive-share::after {
    right: -4px;
}
.incentive-share>div{height: 100%;display: flex;align-items: center;justify-content: center;}
.incentive-share-desc{width: 65%;background-size: 30%;}
.incentive-share-get{width: 35%;border-left: 1px dashed #fff;position: relative;}
.incentive-share-get::before,.incentive-share-get::after{background-color: #FFF;}
.incentive-share-get::before{content: '';width: 12px;height: 12px;border-radius: 100%;background: #fff;position: absolute;left: -6px;top:-9px;}
.incentive-share-get::after{bottom: -9px;-moz-transform: scaleY(-1);-webkit-transform: scaleY(-1);-o-transform: scaleY(-1);transform: scaleY(-1);
    content: '';width: 12px;height: 12px;border-radius: 100%;background: #fff;position: absolute;left: -6px;}
.incentive-share-get span{background: #FFF;border-radius: 15px;color: #ff2c44;font-weight: 700;padding:6px 16px;cursor: pointer;} 

.share-popup::after{content: ' ';background-color: #000;opacity: 0.5;position: fixed;left: 0;top: 0;bottom:0;right: 0;z-index: 110;}
.share-popup .share-popup-body{opacity: 1;transform: translate(-50%,-50%);transition: transform .3s linear;max-width: 560px;width: 100%;
    position: fixed;background: #fff;color: #333;top: 50%;
    left: 50%;z-index: 112;border-radius: 8px;text-align: center;padding: 52px 10px;box-sizing: border-box;
    background: #FFF url(bg_share.png) no-repeat;}

.close-popup{position: absolute;top: 20px;right: 20px;}
.share-popup .main-title {font-size: 20px;font-weight: 700;margin: 0 0 16px;}
.share-popup .title {font-size: 40px;color: #cc0008;font-weight: 700;line-height: 48px;margin: 0 0 4px;}
.share-popup .explain {font-size: 12px;color: #666;letter-spacing: 1px;line-height: 16px;}
.share-popup .share-btn {font-size: 16px;margin: 30px 0 10px 0;}
.share-popup .share-btn>a {
    width: 100%;max-width: 260px;height: 40px;line-height: 40px;margin: 0 auto 12px;cursor: pointer;position: relative;
    display: block;color: #fff;position: relative;padding-left: 110px;box-sizing: border-box;text-align: left;
}
.share-popup .share-btn>a .share-svg{position: absolute;width: 60px; height:40px; text-align: center;left: 0;top: 0;background: #3a579a;display: flex;justify-content: center;align-items: center;}
.share-popup .share-btn>a.share-facebook .share-svg{background: #3a579a;}
.share-popup .share-btn>a.share-twitter .share-svg{background: #02abf0;}
.share-popup .share-btn>a.share-pinterest .share-svg{background: #cd1b1e;}
.share-popup .share-btn>a.share-facebook {background: #334e8a;}
.share-popup .share-btn>a.share-twitter {background: #029ad8;}
.share-popup .share-btn>a.share-pinterest {background: #b8181b;}

.share-popup .coupon-box {
    width: 270px;height: 184px;margin: 0 auto;padding: 80px 0 0;color: #fff;
    box-sizing: border-box;background: url(bg_share_coupon.png) no-repeat center;
    padding: 62px 40px 4px 60px;display: flex;flex-direction: column;justify-content: center;position: relative;
}
.share-popup .coupon-box .code-coupon {
    text-transform: uppercase;width: 20px;height: 100%;letter-spacing: 12px;
    word-break: break-all;font-size: 12px;
    position: absolute;left: 25px;
    line-height: 16px;color: rgba(255,255,255,.8);
    bottom: 0;display: flex;justify-content: center;align-items: center;padding-top: 60px;box-sizing: border-box;
}
.share-popup .share-code {font-size: 12px;margin-top: 24px;letter-spacing: 1px;}
.share-popup .share-code>input {
    border: 2px dashed #9a9a9a;background: #fff;color: #333;display: inline-block;
    margin: 10px auto;box-sizing: border-box;width: 300px;height: 40px;text-align: center;font-size: 16px;cursor: copy;font-weight: 700;
}
.share-popup .copy-tips{display: none;color:#38B336;}

/* 捆绑销售 产品组合 */
.bundling_group{margin-top: 20px;}
.bundling_images{display: flex;-ms-flex-align: center!important;align-items: center!important;-ms-flex-pack: center!important;display:-ms-flexbox!important;}
.bundling_images .img{display: flex;-ms-flex-align: center!important;align-items: center!important;-ms-flex-pack: center!important;display:-ms-flexbox!important;position: relative;}
.bundling_images .img img{max-width: 100%;max-height:100%;}
.bundling_images .img .img_number{position: absolute;top: 0;right: 0;text-align: right;}
.bundling_images .img .img_number span{font-family: "Old Standard TT", serif;position: relative;display: block;width: 40px;height: 26px;line-height: 26px;text-align: center;color: #fff;font-size: 20px;z-index: 1;transform: scale(0.75);transform-origin: top right;}
.bundling_images .img .img_number svg{position: absolute;top: 0;right: 0;width: 49px;height: 26px;transform: scale(0.75);transform-origin: top right;}
.bundling_images .svg{margin: auto 6px;width: 18px;height: 18px;transform: scale(0.75);transform-origin: center;}
.bundling_images .svg:last-child{display: none;}
.bundling_shopping{margin-top: 30px;}
.bundling_shopping .total_l{font-size: 16px;}
.bundling_shopping .total_r{display: inline-block;margin-left: 10px;font-size: 24px;color: #d23744;font-weight: 600;}
.bundling_shopping .total_r span{display: inline-block;margin-left:2px;}
.bundling_shopping .total_w{display: inline-block;margin-left: 10px;margin-top:5px;text-decoration: line-through;color: #999;font-size: 16px;}
.bundling_shopping .btn{margin-top: 20px;}
.bundling_options{margin-top: 10px;}
.bundling_options .bundling_option_title{color:#666;height:32px;line-height: 32px; overflow: hidden;}
.bundling_options .bundling_option_price{color: #000;font-size: 16px;}
.bundling_options .bundling_option_select select{height:32px;padding: 0 10px;max-width:160px; border: none;appearance: none;-webkit-appearance: none;border-radius: 4px;background: #f4f4f4 url('select.svg') no-repeat 95% center;background-position: right 10px center;background-size: 10px 6px;}
/* 满减活动 */
#BTNAN_SalesOrder.sales_order{padding:10px 0 10px 0;}
#BTNAN_SalesOrder.sales_order div{line-height: 30px;}
#BTNAN_SalesOrder.sales_order div span{color:#ff3333;font-weight: bold;display: inline-block;margin: 0 5px;}
/* 限时促销 */
#BTNAN_SalesProduct.sales_product{margin: 10px 0;padding: 0 15px 0 54px;height: 60px;position: relative;background-color: rgba(255,72,72,1);background: linear-gradient(135deg,rgba(255,72,72,1), rgba(255,13,125,1));}
.flashsale_tag{background-color: rgba(255,243,203,1);color:rgba(231,6,73,1);width: 30px;height: 30px;border-radius: 2px;font-size: 14px;
    text-align: center;font-weight: bold;position: absolute;display: flex;justify-content: center;align-items: center;left:20px;top:15px;line-height: 1.3;}
.flashsale_tag span{transform: scale(0.65);z-index: 9;line-height: 1;}
.flashsale_tag::before,.flashsale_tag::after{content: "";border-radius: 2px;width: 30px;height: 30px;top: 0;left: 0;background-color: inherit;position: absolute;}
.flashsale_tag::before {transform: rotate(30deg);}
.flashsale_tag::after {transform: rotate(60deg);}
.flashsale_sales{position: absolute;top:0;left:70px;color:#FFF;font-size:24px;line-height: 60px;}
.flashsale_sales span{display: inline-block;margin-right: 10px;}
.sales_product_message{color:#ed1c24;margin-bottom: 5px;}
/* 倒计时 */
.countdown{position: relative;background: #ff6340 url(/tpl/css/countdown_bg.png) no-repeat;height: 40px;width: 100%;line-height: 40px;color:#FFF;padding: 0 10px;}
.countdown_body{
    position: absolute;right: 10px;top:7px;
    min-width: 120px;height: 26px;background: #fff;border-radius: 15px;text-align: center;font-size: 16px;font-weight: 700;
    letter-spacing: 1px;display: flex;align-items: center;justify-content: center;color:#fe2121;}
/* 虚拟库存 */
.product_stock{line-height: 35px;padding: 10px 0 10px 0;font-size: 16px;font-size: 14px;}
.product_stock div{position: relative;padding-left: 30px;}
.product_stock div strong{display: inline-block;margin: 0 3px;}
.product_stock div svg{position:absolute;left:0;top:8px;}

.product_stock_progress{margin: 30px 0 30px 0;}
.product_stock_progress_bg{height: 8px;background: #F3F3F3;border-radius: 6px;position: relative;width: 100%;max-width: 600px;}
.product_stock_progress_body{position: absolute;top: 0;left: 0;width: 0;height: 100%;background: linear-gradient(90deg, #FCC501 0%, #FC6801 60.37%), #E80B2B;border-radius: 6px;}
.product_stock_progress_remark{display: flex;}
.product_stock_progress_remark_left{flex: 1;color:#585858;margin-top: 10px;}
.product_stock_progress_remark_right{flex: 1;text-align: right;margin-top: 5px;}
.product_stock_progress_remark_left span{color:#F0667B;display: inline-block;margin: 0 5px;}
.product_stock_progress_remark_right span{background: #FC6801;color: #FFF;padding: 4px 8px;display: inline-block;font-size: 12px;}

/* 购物车弹窗 */
.prop{overflow: hidden;}
.prop::before{position:fixed;left:0;right:0;top:0;bottom:0;z-index:9998;background-color: #000;opacity: 0.4; content: "";}
#BTNAN_WindowCarts{position:fixed;top:0;bottom:0;z-index:9999;box-shadow: -2px 0 8px rgb(0 0 0 / 15%);height:0;overflow-x: hidden;overflow-y: scroll;background: #FFF;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;}
#BTNAN_WindowCarts.on{right: 0;height: auto;}

.window_carts_head{line-height: 50px;padding: 0 30px;border-bottom: 1px solid #E5E5E5;margin-bottom: 20px;position: relative;}
.window_carts_head .close{position: absolute;top: 3px;right: 30px;}
.window_carts_body{margin: 0 30px;}
.window_carts_body .row{clear: both;margin-bottom: 15px;position: relative;padding-bottom: 15px;}
.window_carts_body .row .img{width: 25%;float: left;padding-right: 10px;}
.window_carts_body .row .img img{max-width: 100%;max-height: 100%;}
.window_carts_body .row .attr{width: 55%;float: left;padding-right: 10px;line-height:18px;}
.window_carts_body .row .attr .title{display: inline-block;color:#000;}
.window_carts_body .row .attr .option{margin: 5px 0 10px 0;color: #717171;font-size: 12px;}
.window_carts_body .row .attr .qty{padding-top: 10px;}
.window_carts_body .row .attr .qty input{width: 45px;}
.window_carts_body .row .attr .qty button{width:30px;height: 30px;font-size: 18px;float: left;border:1px solid #d7dcde;background-color: #FFF;cursor: pointer;}
.window_carts_body .row .attr .qty button.l{border-right: 0;}
.window_carts_body .row .attr .qty button.r{border-left: 0;}
.window_carts_body .row .total{width: 20%;float: left;text-align: right;}
.window_carts_body .remove{position: absolute;bottom:15px;right:0;}
.window_carts_body .remove a{background: #EEE;color:#a56600;display:inline-block;padding:2px 10px;border-radius: 5px;}
.window_carts_body .remove a:hover{color:#d88600;}
.window_carts_body .remove_close{position: absolute;bottom:15px;right:0;}
.window_carts_body .remove_close a{display:inline-block;border-radius: 999px;border: 1px solid #EEE;width: 30px;height: 30px;line-height: 30px;text-align: center;}
.window_carts_body .remove_close a:hover{color:#ed1c24;}
.window_carts_foot{border-top: 1px solid #E5E5E5;padding: 20px 30px;text-align: right;}
.window_carts_foot label{display: inline-block;width: 150px;color:#D0021B;}
.window_carts_foot span{display: inline-block;text-align: left;}
.window_carts_foot .discount{padding-bottom: 10px;color: #666;}
.window_carts_foot .discount div{line-height: 35px;}
.window_carts_foot .discount label{color:#000;}
.window_carts_foot .subtotal label{font-size: 20px;}
.window_carts_foot em{display:block;margin: 20px 0 20px 0;}
.window_carts_btn{margin: 0 30px;text-align: center;}
.window_carts_btn a{line-height: 30px;}
.win_paypal{margin-top: 20px;}

@media(min-width:768px){
    #BTNAN_Win .win{width: 350px;height: 130px;left:10px;bottom:-150px;background-color: #333;}
    #BTNAN_Win .win .win_img{max-width: 100px;max-height: 100px;position: absolute;top:15px;left:15px;}
    #BTNAN_Win .win .win_title{position: absolute;top:15px;left:130px;color:#CCC;width: 180px;height: 20px;overflow: hidden;}
    #BTNAN_Win .win .win_product{position: absolute;top:38px;left:130px;color:#FFF;width: 190px;font-size: 16px;height:55px;overflow: hidden;}
    #BTNAN_Win .win .win_time{position: absolute;bottom:15px;left:130px;color:#CCC;width: 180px;}
    #BTNAN_Win .win .win_close{position: absolute;top:15px;right: 15px;color:#CCC;font-size: 20px;cursor: pointer;}
    #BTNAN_Win .win .win_close:hover{color:#FFF;}
    #BTNAN_Win .win .win_shop{display: none;}

    #BTNAN_Popups .popups_main{width: 560px;padding: 45px;}  
    #BTNAN_Popups .popups_close{right:20px;top:10px;}
    #BTNAN_Popups .popups_close svg{width:20px;height:20px;}

    .bundling{margin: 30px 0 0 0;}
    .bundling h4{font-size: 24px;font-weight: 400;padding-bottom:10px;}
    .bundling_images{float: left;}
    .bundling_images .img{width: 130px;height: 130px;}
    .bundling_shopping{float: left;}
    .bundling_options .bundling_option_title{display: block;width: 100%;}
    .bundling_options .bundling_option_select{display: inline-block;margin-right: 10px;}
    .bundling_options .bundling_option_price{display: inline-block;}

    #BTNAN_WindowCarts{width:400px;right:-400px;}

    .grid-pc-columns1{grid-template-columns: repeat(1,1fr);}
    .grid-pc-columns2{grid-template-columns: repeat(2,1fr);}
    .grid-pc-columns3{grid-template-columns: repeat(3,1fr);}
    .grid-pc-columns4{grid-template-columns: repeat(4,1fr);}
    .grid-pc-columns5{grid-template-columns: repeat(5,1fr);}
    .grid-pc-columns6{grid-template-columns: repeat(6,1fr);}
}

@media(max-width:767px){
    #BTNAN_Win .win{width:230px;height: 30px;left:10px;bottom:-40px;opacity: 0.7;background-color: #000;}
    #BTNAN_Win .win .win_shop{position: absolute;left:15px;top:7px;}
    #BTNAN_Win .win .win_title{position: absolute;left:40px;top:7px;color:#FFF;overflow: hidden;width: 180px;}
    #BTNAN_Win .win .win_img,.win_product,.win_time,.win_close{display: none;}

    #BTNAN_Popups .popups_main{margin:0 30px;padding: 45px 25px;}
    #BTNAN_Popups .popups_close{right:15px;top:5px;}

    #BTNAN_Sales_Order_Popups .popups_main{margin:0 20px;}

    .bundling{margin:0px 10px 0 10px;}
    .bundling h4{font-size: 18px;}
    .bundling_images .img{width:30%;}
    .bundling_shopping{margin:20px 0;width: 100%;}
    .bundling_options{width: 100%;}
    .bundling_options tr td{padding:3px 0;}
    .bundling_options .bundling_option_title{display: block;width: 100%;}
    .bundling_options .bundling_option_select{display: inline-block;margin-right: 10px;}
    .bundling_options .bundling_option_price{display: inline-block;}

    #BTNAN_WindowCarts{width:100%;right: -100%;}

    .grid-mo-columns1{grid-template-columns: repeat(1,1fr);}
    .grid-mo-columns2{grid-template-columns: repeat(2,1fr);}
    .grid-mo-columns3{grid-template-columns: repeat(3,1fr);}
    .grid-mo-columns4{grid-template-columns: repeat(4,1fr);}
    .grid-mo-columns5{grid-template-columns: repeat(5,1fr);}
    .grid-mo-columns6{grid-template-columns: repeat(6,1fr);}
}

@media(min-width:992px){   
    
}
  
@media(min-width:1200px){   
    
}