/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/

/*************************** 宽屏样式 Start ***************************/
.w_1200 .complete_container .complete .tips{width:572px;}
.w_1200 .complete_container .complete .orders_info{width:358px; margin-left:54px;}

.w_1200 .cart_prod .contents .pro_item{width:206px; margin-left:29px;}
.w_1200 .cart_prod .contents .pro_item>dt{height:206px;}
/*************************** 宽屏样式 End ***************************/


/*************************** 公共部分 Start ***************************/
.required{color:#990000;}
.hide{display:none;}
.show:not(.operation_activities)

#cart_container{padding: 30px 0;min-height: 500px; background-color:#fff;}
#cart_checkout_container { min-height: 100vh; }
#cart_checkout_container, #cart_checkout_container * { box-sizing: border-box; }

.null{-webkit-animation:null .3s 2 0s linear forwards; animation:null .3s 2 0s linear forwards; color:#333!important;}

apple-pay-button { width: 100%; }

:root {
	--checkoutTextInputShadow: all .1s ease-in-out;
	--checkoutErrorTextColor: #ec0c01;
	--checkoutBorderColor: #d9d9d9;
}
/*************************** 公共部分 End ***************************/


/*************************** 购物车列表页 Start ***************************/
#lib_cart.wide{width: 1200px;min-width: 1200px;}
.cart_box{padding:0 20px; background-color:#fff; border:1px #e7e7e7 solid;}
.cart_box .title{height:53px; line-height:53px; text-align:center; font-size:18px; color:#333; border-bottom:1px #e7e7e7 solid;}
.cart_box .title>a{margin:0 30px; text-decoration:none;}
.cart_box .title>a:first-child{margin-left:0;}
.cart_box .contents{padding:0;}

.cart_box_divide{height:34px; background-color:transparent;}

.cart_empty .contents{height:504px; overflow:hidden; text-align:center; background:url(../images/cart/icon_empty.png) no-repeat center 83px;}
.cart_empty .contents>h3{margin-top:264px; font-size:27px; font-weight:300;}
.cart_empty .contents .btn_continue_shopping{height:42px; line-height:42px; overflow:hidden; margin-top:47px; padding:0 20px; text-decoration:none; font-size:16px; color:#fff; outline:0; background-color:#e53935; border-radius:5px; display:inline-block;}
.cart_empty .contents .btn_continue_shopping:hover{background-color:#e01813;}

.cart_prod .contents{overflow:hidden; padding:31px 0;}
.cart_prod .contents .pro_item{width:172px; margin-left:19px; margin-bottom:19px;}
.cart_prod .contents .pro_item>dt{height:172px; text-align:center; background:#fff; vertical-align:middle;}
.cart_prod .contents .pro_item>dt img{max-width:100%; max-height:100%;}
.cart_prod .contents .pro_item>dd{padding:0 7px;}
.cart_prod .contents .pro_item a{color:#666;}
.cart_prod .contents .pro_item .name{height:36px; line-height:16px; overflow:hidden; padding-top:8px;}
.cart_prod .contents .pro_item .price{margin-top:3px;}
.cart_prod .contents .pro_item .price .PriceColor{font-size:14px; font-weight:bold;}
.cart_prod .contents .pro_item .price>del{margin-left:3px; font-size:12px; color:#666;}
.cart_prod .contents .pro_item.first{margin-left:0;}
.cart_prod .contents .pro_list{display:none;}

.list_content{position: relative;background-color:#fff;}
.list_content .list_title{height:32px; line-height:32px; padding:15px 0;margin-bottom: 24px; text-transform:capitalize; font-size:22px; border-bottom:1px #e1e1e1 solid;font-weight: bold;}
.list_information{width:781px; padding-right:15px; float:left;}
.list_summary{width:330px; float:right;}
.list_summary .reward-points{line-height: 20px;margin-top: 10px;font-size: 14px;text-align: right;}
.list_summary .reward-points .points-num{color: #ed3f36;font-weight: bold;}

.item_from_table .tr{display: flex;padding: 30px 0;border-bottom: 1px solid #e1e1e1;font-size: 14px;}
.item_from_table .th{display: flex;padding: 10px 0;line-height: 28px;background-color: #f7f7f7;color: #999;}
.item_from_table .th *{line-height: 28px;font-size: 14px;}

.item_from_table .prod_select{display: flex;width: 38px;align-items: center;justify-content: center;max-height: 96px;}
.item_from_table .prod_select input, .item_from_table .tr_bat input{display: block; width: 18px;height: 18px;cursor: pointer;border: none;appearance: none;-webkit-appearance: none;-moz-appearance: none;position: relative;}
.item_from_table .prod_select input:before, .item_from_table .tr_bat input:before{content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;border:1px solid #aaa;}
.item_from_table .error .prod_select input:before{background-color: #d6d6d6;border-color: #d6d6d6;cursor: no-drop;}
.item_from_table .prod_select input:checked::before, .item_from_table .tr_bat input:checked::before{background: #f06057 url(../images/cart/icon_checkbox_radius_current.png) no-repeat center -2px;border-color: #f06057;}
.item_from_table .prod_info_detail{display: flex;flex: 1;}
.item_from_table .prod_pic{width: 96px;height: 96px;display: flex;justify-content: center;align-items: center;border-radius: 5px;margin-right: 10px;}
.item_from_table .prod_pic img{max-width: 96px;max-height: 96px;border-radius: 5px;font-size: 0;}
.item_from_table .prod_pic.item_header{height: auto;justify-content: flex-start;}
.item_from_table .prod_info_box{display: flex;flex: 1;flex-wrap: wrap;line-height: 20px;}
.item_from_table .prod_info_box .invalid{display: none;padding: 0 15px;border-radius: 20px;color: #fff;margin-bottom: 7px;}
.item_from_table .prod_info_box .prod_info{flex: 1;margin-right: 40px;}
.item_from_table .prod_info_box .prod_price{width: 100px;margin-right: 15px;}
.item_from_table .prod_info_box .prod_quantity{width: 113px;margin-right: 15px;}
.item_from_table .prod_info_box .prod_total_price{width: 100px;padding-right: 10px;text-align: right;}
.item_from_table .tr .prod_price, .item_from_table .tr .prod_total_price{font-weight: bold;line-height: 30px;}
.item_from_table .prod_info_box .prod_info .cart_error{font-size: 12px;}

.item_from_table .prod_info_box .prod_name a{color: #000;}
.item_from_table .prod_info_box .prod_attr, .item_from_table .prod_info_box .custom_attr{display: flex;flex-wrap: wrap;font-size: 12px;}
.item_from_table .prod_info_box .prod_attr p, .item_from_table .prod_info_box .custom_attr p{margin-right: 10px;width: 100%;}
.item_from_table .prod_info_box .prod_attr b, .item_from_table .prod_info_box .custom_attr b{font-weight: bold;}

.item_from_table .prod_info_box .quantity_box{display: flex;}
.item_from_table .prod_info_box .quantity_box button{display: flex;width: 30px;height: 30px;background-color: unset;align-items: center;justify-content: center;border: none;border-radius: 30px;transition: all 0.2s ease-in-out;}
.item_from_table .prod_info_box .quantity_box button span{display: flex; width: 14px;font-size: 14px;align-items: center;justify-content: center;font-weight: bold;color: #555555;transition: all 0.2s ease-in-out;}
.item_from_table .prod_info_box .quantity_box button:focus, .item_from_table .prod_info_box .quantity_box button:hover{background-color: #f06057;}
.item_from_table .prod_info_box .quantity_box button:focus span, .item_from_table .prod_info_box .quantity_box button:hover span{color: #fff;}
.item_from_table .prod_info_box .quantity_box input{width: 53px;height: 30px;border:none;text-align: center;}
.item_from_table .prod_info_box .prod_delete{width: 100%;margin-top: 20px;}
.item_from_table .prod_info_box .prod_delete a{text-decoration: underline;font-size: 14px;color: #999999;}

.item_from_table .tr_bat{padding: 30px 10px 15px;user-select: none;border-bottom: unset;}
.item_from_table .tr_bat .td{display: flex;height: 18px;align-items: center;}
.item_from_table .tr_bat .select_all{cursor: pointer;}
.item_from_table .tr_bat input{margin-right: 10px;}
.item_from_table .tr_bat .clear_all{margin-left: 35px;}
.item_from_table .tr_bat .clear_all a{color: #999999;text-decoration: underline;}

.item_from_table .tr.error *{color: #b6b6b6;}
.item_from_table .tr.error .invalid{display: inline-block;}

.item_from_table .pre_sales_info{ margin-top: 3px; }
.item_from_table .pre_sales_info .tag{ display: inline-block; padding: 0 8px; line-height: 24px; border-radius: 5px; background-color: #ffe7e7; color: #f16056; font-size: 12px; }
.item_from_table .pre_sales_info .brief{ margin-top: 4px; display: block; line-height: 16px; font-size: 12px; color: #888888; }
.item_from_table .mixed_wholesale_tips{ margin-top: 6px; }

.information_product .item_pro_table .prod_info .pre_sales_info{ margin-bottom: 3px; }
.information_product .item_pro_table .prod_info .pre_sales_info .tag{ display: inline-block; padding: 0 8px; line-height: 24px; border-radius: 5px; background-color: #ffe7e7; color: #f16056; font-size: 12px; }
.information_product .item_pro_table .prod_info .pre_sales_info .brief{ margin-top: 4px; display: block; line-height: 16px; font-size: 12px; color: #888888; }



.gifts_item .prod_select input{display: none;}
.gifts_item .prod_info_box .quantity_box{display: none;}
.gifts_item .gifts_qty{line-height: 30px;font-size: 14px;text-align: center;}
.gifts_item .gifts_tips{line-height: 22px;margin-top: 5px;color: #eb3e3e;font-size: 12px;}
.gifts_item .gifts_tips i{margin-right: 6px;font-size: 18px;}

.product_price_container .product_price_info{padding:0;}
.product_price_container .product_price_info>div{line-height:30px; font-size:14px; display:inline-block; vertical-align:top;}
.product_price_container .product_price_info strong{text-transform:uppercase; font-size:22px; font-weight:bold; color:#333;}
.product_price_container .product_price_info .product_price_title{color:#454545; float:left;}
.product_price_container .product_price_info .product_price_value{color:#333333; float:right;font-size: 16px;}
.product_price_container .cutprice_box .product_price_value{color:#f06057;}
.product_price_container .product_total_price>div{font-size: 22px;font-weight: bold;line-height: 38px;}
.product_price_container .button_info{padding:0px 0 22px;}
.product_price_container .button_info .btn_global, .product_price_container .button_info>a{ height:54px; line-height:54px; margin-top:20px; padding:0; text-align:center; border:0; display:block; position:relative;border-radius: 4px;}
.product_price_container .button_info .btn_global:hover{text-decoration:none; color:#fff;}
.product_price_container .button_info .btn_checkout{background-color:#f06057;font-weight: bold;}
.product_price_container .button_info .btn_paypal_checkout{text-indent:9999px; background:url(../images/cart/btn_paypal_yellow.png) no-repeat center #ffc439;}
.product_price_container .button_info .btn_continue{display: none;height: 18px;line-height:18px; margin-top:18px; text-decoration:underline; font-size:16px; color:#757575;}
.product_price_container .button_info .btn_continue:hover{color:#333;}
.product_price_container .button_info .c_tips{padding:25px 25px 25px 55px;line-height: 22px; color:#333333;background: #f8f8f8 url(../images/cart/icon_list_tips.png) no-repeat 20px 27px;margin-top: 18px;}
.product_price_container .button_info .tips_tit{font-size: 14px;background-image: url(../images/cart/icon_list_tips_tit.png);}
.product_price_container .button_info #paypal_checkout_button .loading{background-color:#f2f2f2; border-radius:3px;}
.product_price_container .button_info #paypal_checkout_container{min-height:54px; margin-top:12px; position:relative; z-index: 1;}
.product_price_container .button_info #paypal_paylater_message { margin-top: 16px; }
.product_price_container .button_info .disable_tips {display: none; line-height: 20px; margin-top: 20px; padding: 17px 22px; font-size: 14px; color: #333; background-color: #ffeed4;}
.product_price_container .button_info .disable_tips.show {display: block;}

@media (max-width: 1279px) {
	#lib_cart.wide{width: 1000px;min-width: 1000px;}
	.list_information{width: 690px;}
	.list_summary{width: 280px;}
}

@media (max-width: 999px) {
	#lib_cart.wide{width: 100%;min-width: 100%;}
	#cart_container{padding-top: 0;padding-bottom: 4%; min-height: 300px;}
	.cartFrom{display: flex;flex-wrap: wrap;}
	.list_content .list_title{font-size: 16px;height: 26px;line-height: 26px;padding: 12px 0;margin-bottom: 0;}
	.list_information{width: 92%;margin: auto;padding: 0;}
	.list_summary{width: 92%;margin: auto;}
	.list_summary .list_title{display: none;}
	.item_from_table .th{display: none;}
	.item_from_table .tr{padding: 25px 0;border-bottom: 1px solid #e1e1e1;}

	.item_from_table .prod_select{width: 28px;justify-content: left;max-height: 86px;}
	.item_from_table .prod_pic{width: 86px;height: 86px;}
	.item_from_table .prod_pic img{max-width: 86px;max-height: 86px;}
	.item_from_table .prod_info_box .prod_info{margin-right: 0;}
	.item_from_table .prod_info_box .prod_price{width: 100%;margin-right: 0;line-height: 26px;margin-top: 5px;}
	.item_from_table .prod_info_box .prod_total_price{display: none;}
	.item_from_table .prod_info_box .prod_quantity{order: 1;margin-right: 0;}
	.item_from_table .prod_info_box .prod_delete{flex: 1;margin-top: 0;line-height: 30px;}

	.product_price_container{padding-top: 25px;}
	.product_price_container .button_info{padding-bottom: 0;}
	.product_price_container .button_info .btn_global, .product_price_container .button_info>a{height: 68px;line-height: 68px;margin-top: 15px;}
	.product_price_container .product_total_price>div{line-height: 34px;font-size: 20px;}
	.product_price_container .button_info .c_tips{margin-top: 15px;padding: 10px 18px 15px 50px;background-position: 15px 14px;font-size: 14px;}
}

@media only screen and (min-width: 75px) {
    .product_price_container .button_info #apple_checkout_button_container,
	.product_price_container .button_info #google_checkout_button_container { margin-top: 8px; }
	.product_price_container .button_info #google_checkout_button_container .gpay-card-info-container { height: 25px; min-height: 25px; max-height: 30px; }
	.product_price_container .button_info #btn_applypay_excheckout { --apple-pay-button-height: 25px; }
}
@media only screen and (min-width: 150px) {
    .product_price_container .button_info #apple_checkout_button_container,
	.product_price_container .button_info #google_checkout_button_container { margin-top: 8px; }
	.product_price_container .button_info #google_checkout_button_container .gpay-card-info-container { height: 25px; min-height: 25px; max-height: 55px; }
	.product_price_container .button_info #btn_applypay_excheckout { --apple-pay-button-height: 25px; }
}
@media only screen and (min-width: 200px) {
    .product_price_container .button_info #apple_checkout_button_container,
	.product_price_container .button_info #google_checkout_button_container { margin-top: 11px; }
	.product_price_container .button_info #google_checkout_button_container .gpay-card-info-container { height: 35px; min-height: 35px; max-height: 55px; }
	.product_price_container .button_info #btn_applypay_excheckout { --apple-pay-button-height: 35px; }
}
@media only screen and (min-width: 300px) {
    .product_price_container .button_info #apple_checkout_button_container,
	.product_price_container .button_info #google_checkout_button_container { margin-top: 14px; }
	.product_price_container .button_info #google_checkout_button_container .gpay-card-info-container { height: 45px; min-height: 30px; max-height: 55px; }
	.product_price_container .button_info #btn_applypay_excheckout { --apple-pay-button-height: 45px; }
}
@media only screen and (min-width: 500px) {
    .product_price_container .button_info #apple_checkout_button_container,
	.product_price_container .button_info #google_checkout_button_container { margin-top: 17px; }
	.product_price_container .button_info #google_checkout_button_container .gpay-card-info-container { height: 55px; min-height: 40px; max-height: 55px; }
	.product_price_container .button_info #btn_applypay_excheckout { --apple-pay-button-height: 55px; }
}
@media only screen and (min-width: 1000px) {
	.product_price_container .button_info #apple_checkout_button_container,
	.product_price_container .button_info #google_checkout_button_container { margin-top: 11px; }
	.product_price_container .button_info #google_checkout_button_container .gpay-card-info-container { height: 35px; min-height: 35px; max-height: 55px; }
	.product_price_container .button_info #btn_applypay_excheckout { --apple-pay-button-height: 35px; }

	.w_1200 .product_price_container .button_info #apple_checkout_button_container,
	.w_1200 .product_price_container .button_info #google_checkout_button_container { margin-top: 14px; }
	.w_1200 .product_price_container .button_info #google_checkout_button_container .gpay-card-info-container { height: 45px; min-height: 30px; max-height: 55px; }
	.w_1200 .product_price_container .button_info #btn_applypay_excheckout { --apple-pay-button-height: 45px; }
}


/* 失效产品相同分类关联产品 */
.box_cart_failure{padding-top: 30px;}
.box_cart_failure .fail_title{display: flex;min-height: 66px;align-items: center;}
.box_cart_failure .fail_title span{flex: 1;font-size: 22px;font-weight: bold;}
.box_cart_failure .fail_title .del_all_fail{font-size: 14px;color: #999;text-decoration: underline;}
.box_cart_failure .list_cart_failure{background-color: #f4f4f4;}
.box_cart_failure .item_fail{padding: 30px 30px 37px 37px;display: grid; grid-template-columns:96px auto;grid-gap: 20px 10px;border-top: 1px solid #e2e2e2;}
.box_cart_failure .item_fail:first-child{border-top: none;}
.box_cart_failure .item_fail .i_img{grid-row: 1 / 3;}
.box_cart_failure .item_fail .i_img .pic_box{overflow: hidden;border-radius: 3px;}
.box_cart_failure .item_fail .i_info a{color: #888888;}
.box_cart_failure .item_fail .i_name{line-height: 24px;}
.box_cart_failure .item_fail .i_delete{line-height: 18px;margin-top: 10px;}
.box_cart_failure .item_fail .i_delete a{text-decoration: underline;}
.box_cart_failure .i_box_more{height: 200px;overflow: hidden;background-color: #fff;padding: 12px 37px;}
.box_cart_failure .i_box_more .m_title{line-height: 32px;font-size: 16px;color: #000;margin-bottom: 8px;}
.box_cart_failure .i_box_more .pic_box{overflow: hidden;border-radius: 3px;position: relative;width: 100%;height: 0;padding-top: 100%;}
.box_cart_failure .i_box_more .pic_box img{position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
.box_cart_failure .i_box_more .item_price{line-height: 18px;padding: 8px 0;font-size: 14px;color: #000;}
.box_cart_failure .i_box_more .themes_p{width: 96px;float: left;position: relative;margin-right: 13.5px;}				
.box_cart_failure .i_box_more .box_scroll{position: relative;display: block;font-family: "iconfont" !important;}
.box_cart_failure .i_box_more .srcoll_btn{position: absolute;width: 18px;height: 18px;top: 39px;font-size: 18px;color: #c0c0c0;font-weight: bold;text-decoration: none;}
.box_cart_failure .i_box_more .srcoll_btn_prev{left: -27.5px;}
.box_cart_failure .i_box_more .srcoll_btn_prev::before{content: "\e63c";}
.box_cart_failure .i_box_more .srcoll_btn_next{right: -27.5px;}
.box_cart_failure .i_box_more .srcoll_btn_next::before{content: "\e641";}
@media (max-width: 1279px) {
	.box_cart_failure .i_box_more .themes_p{width: 100px;margin-right: 14.33px;}
	.box_cart_failure .i_box_more .srcoll_btn{top: 41px;}
}				
@media (max-width: 1279px) {
	.box_cart_failure .item_fail{padding: 20px 15px;grid-gap:15px;}
	.box_cart_failure .item_fail .i_img{grid-row:auto;}
	.box_cart_failure .item_fail .i_box_more{grid-column:1 / 3;padding: 12px 30px;}
	.box_cart_failure .i_box_more .srcoll_btn{font-weight: normal;}
	.box_cart_failure .i_box_more .srcoll_btn_prev{left: -24px;}
	.box_cart_failure .i_box_more .srcoll_btn_next{right: -24px;}
}
/*************************** 购物车列表页 End ***************************/


/*************************** 购物车单独页 Start ***************************/
.checkout_container { display: flex; flex-direction: row; }
.checkout_wrap { display: flex; flex-direction: row; -ms-flex-direction: row; -webkit-flex-direction: row; -webkit-box-direction: normal; -webkit-box-orient: horizontal; flex-wrap: wrap; flex: 1; margin: 0 auto; }
@media screen and (max-width: 999px) {
    .checkout_container { width: 100%; max-width: 528px; margin: 0 auto; }
}
@media screen and (max-width: 750px) {
    .checkout_container { width: 100%; }
}

.logo_container { display: flex; align-items: center; justify-content: space-between; }
.logo_container .cart_logo { position: relative; overflow: hidden; width: 300px; height: 60px; margin: 10px 0; }
.logo_container .cart_logo a { display: flex; align-items: center; height: 60px; }
.logo_container .cart_logo img { max-width: 100%; max-height: 100%; }
.logo_container .back_cart_btn { border: 0; font-size: 0; background: transparent; }
.logo_container .back_cart_btn::before { content: "\e60a"; font-family: "iconfont" !important; font-size: 19px; font-style: normal; color: var(--CheckoutMainColor); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
@media screen and (max-width: 999px) {
	.logo_container { padding: 0 20px; }
	.logo_container .cart_logo { width: auto; height: 56px; padding: 5px; }
	.logo_container .cart_logo a { height: 56px; }
}

.cart_header .step{margin-top:20px;}
.cart_header .step>a{height:23px; line-height:23px; padding: 25px 25px 0; text-decoration:none; font-size:14px; font-weight:400; cursor:default; color:#333; float:left;position: relative;}
.cart_header .step>a>b{content: '';width: 12px;height: 12px;background-color: #fff;border-radius: 16px;position: absolute;top: 0;right: 0;left: 0;margin: auto;z-index: 1;border:2px solid #d6d6d6;}
.cart_header .step>a::before{content: '';width: 50%;height: 2px;background-color: #d6d6d6;position: absolute;top: 7px;left: 0;}
.cart_header .step>a::after{content: '';width: 50%;height: 2px;background-color: #d6d6d6;position: absolute;top: 7px;right: 0;}
.cart_header .step_0::before, .cart_header .step_2::after{display: none;}
.cart_header .step>a.click{cursor:pointer;}
.cart_header .step .step_2{padding-right: 0;}
@media screen and (max-width: 999px) {
	.cart_header .step { display: none; }
}

@media screen and (min-width: 1000px) {
    .checkout_content { display: flex; -webkit-flex: 0 0 56%; flex: 0 0 56%; -webkit-flex-direction: column; flex-direction: column; flex-wrap: wrap; align-content: flex-end; border-right: 1px solid #ededed; }
	.checkout_main { width: 100%; max-width: 660px; min-height: 100vh; padding: 0 39px; }
}

.checkout_content .information_box .btn_continue_pro{ display: inline-block; margin-top: 28px; height: 46px; line-height: 46px; border-radius: 5px; background-color: var(--CheckoutMainColor); color: #fff; font-size: 16px; padding: 0 35px; text-decoration: none; }

.box_or { display: flex; align-items: center; justify-content: center; position: relative; height: 20px; margin-bottom: 35px; }
.box_or .line_left,
.box_or .line_right { display: inline-block; -webkit-box-flex: 1; -webkit-flex: 1 1 1%; flex: 1 1 1%; min-width: 24px; height: 1px; background-color: var(--checkoutBorderColor); }
.box_or .line_text { padding: 0 10px; text-align: center; text-transform: uppercase; word-break: break-word; font-size: 14px; color: #707070; }

.information_box .box_title { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; overflow: hidden; padding-bottom: 12px; line-height: 22px; }
.information_box .box_title > strong { text-transform: capitalize; font-size: 18px; font-weight: 500; color: #333; }
.information_box .box_subtitle { position: relative; padding-bottom: 12px; padding-left: 20px; font-size: 12px; color: #7a7a7a; line-height: 22px; }
.information_box .box_subtitle::before { content: ''; display: inline-block; vertical-align: middle; position: absolute; top: 3px; left: 0; width: 13px; height: 15px; margin-right: 6px; background: url(../../default/images/cart/safe_icon.png) no-repeat center; }
.information_box .box_content { margin-bottom: 30px; }
.information_box .input_box .input_box_txt { height: 48px; }
.information_box .input_box .input_box_txt:focus { border-color: var(--CheckoutMainColor); box-shadow: 0 0 2px  var(--CheckoutMainColor); }
@media screen and (max-width: 999px) {
	.information_box { padding: 0 20px; }
	.information_box .box_title > strong { font-weight: 600; }
}

.loading_effect { display: flex; flex-direction: column; row-gap: 14px; margin-bottom: 30px; }
.loading_effect .animate { animation: loadingEffect 3s ease infinite; }
.loading_effect .box { border-radius: 4px; overflow: hidden; background-color: #e6e6e6; }
.loading_effect .effect_title { width: 10vw; height: 26px; }
.loading_effect .effect_content { display: flex; flex-direction: column; row-gap: 7px; }
.loading_effect .effect_content > li { width: 100%; height: 18px; }
.effect_express { display: flex; flex-direction: column; align-items: center; row-gap: 14px; border-bottom: 1px solid var(--checkoutBorderColor); padding-bottom: 30px; }
.effect_express .express_title { width: 15vw; height: 26px; }
.effect_express .express_content { display: flex; flex-direction: column; row-gap: 13px; width: 100%; }
.effect_express .express_content > li { width: 100%; height: 42px; }
.effect_product { display: flex; }
.effect_product .product_image > div { width: 64px; height: 64px; }
.effect_product .product_content { display: flex; flex-direction: column; flex-grow: 1; row-gap: 5px; padding-left: 14px; }
.effect_product .product_content > li { width: 100%; height: 16px; }
.effect_product .product_content > li:nth-child(n + 2) { width: 50%; }
.effect_product .product_price { padding-left: 14px; }
.effect_product .product_price > div { width: 60px; height: 18px; }
.effect_extand { display: flex; justify-content: space-between; gap: 10px; }
.effect_extand .extand_text { width: 85%; height: 48px; }
.effect_extand .extand_button { width: 15%; height: 48px; }
.effect_place { display: flex; justify-content: space-between; gap: 10px; }
.effect_place .place_button { width: 190px; height: 60px; }
.effect_summary { display: flex; justify-content: space-between; }
.effect_summary .left > div,
.effect_summary .right > div { width: 6vw; height: 18px; }
.effect_summary_total .left > div,
.effect_summary_total .right > div { width: 10vw; height: 30px; }
.effect_summary_toggle { display: flex; justify-content: space-between; border-top: 1px solid var(--checkoutBorderColor); border-bottom: 1px solid var(--checkoutBorderColor); padding: 20px; background-color: #f0f0f0; }
.effect_summary_toggle .left > div,
.effect_summary_toggle .right > div { width: 30vw; height: 23px; }
@media screen and (max-width: 999px) {
	.loading_effect .effect_title { width: 25vw; }
	.effect_express .express_title { width: 50vw; }
	.effect_summary .left > div,
	.effect_summary .right > div { width: 15vw; }
	.effect_summary_total .left > div,
	.effect_summary_total .right > div { width: 25vw; }
}
@keyframes loadingEffect {
	50% { opacity: 1; }
	75% { opacity: .5; }
	100% { opacity: 1; }
}

.checkout_container[data-progress="loading"] .checkout_main { width: 100%; height: 100vh; }
.checkout_container[data-progress="loading"] .checkout_main .information_box > :not(.loading_effect),
.checkout_container[data-progress="loading"] .checkout_location > :not(.loading_effect),
.checkout_container[data-progress="loading"] .checkout_button_box > :not(.loading_effect),
.checkout_container[data-progress="loading"] .information_box .box_title,
.checkout_container[data-progress="loading"] .information_box .order_summary_section_content,
.checkout_container[data-progress="loading"] .coupon_box > :not(.loading_effect),
.checkout_container[data-progress="loading"] .points_box > :not(.loading_effect),
.checkout_container[data-progress="loading"] .amount_box > :not(.loading_effect),
.checkout_container[data-progress="loading"] .reward-points,
.checkout_container[data-progress="loading"] #PlaceOrderFrom,
.checkout_container[data-progress="loading"] .checkout_summary_toggle > :not(.loading_effect),
.checkout_container[data-progress="loading"] .cart_footer { display: none; }
@media screen and (max-width: 999px) {
	.checkout_container[data-progress="loading"] .checkout_main { height: inherit; }
	.checkout_container[data-progress="loading"] .checkout_content { width: 100%; }
}
@media screen and (max-width: 750px) {
    .checkout_container[data-progress="loading"] .checkout_main { width: 100vw; height: inherit; }
}

.checkout_summary_toggle { display: none; margin-bottom: 20px; }
.checkout_summary_toggle .summary_wrap { display: flex; justify-content: space-between; border-top: 1px solid var(--checkoutBorderColor); border-bottom: 1px solid var(--checkoutBorderColor); width: 100%; line-height: 22px; padding: 20px; cursor: pointer; background-color: #f0f0f0; -webkit-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
.checkout_summary_toggle .summary_wrap .summary_toggle_text { font-size: 14px; color: var(--CheckoutMainColor); }
.checkout_summary_toggle .summary_wrap .summary_toggle_text::after { content: "\e643"; margin-left: 6px; font-family: "iconfont" !important; font-size: 12px; font-style: normal; color: var(--CheckoutMainColor); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.checkout_summary_toggle .summary_wrap .summary_toggle_total { display: table-cell; font-size: 18px; font-weight: 600; color: #333; }
.checkout_summary_toggle_hide .summary_wrap .summary_toggle_text::after { display: inline-block; transform: rotate(180deg); }
@media screen and (max-width: 999px) {	
	.checkout_summary_toggle { display: block; }
	.checkout_summary_toggle .summary_fixed { border-bottom: 1px solid var(--checkoutBorderColor); overflow: hidden; background-color: #f0f0f0; -webkit-transition: height .2s; transition: height .2s; }
	.checkout_summary_toggle .summary_fixed .order_summary_section { padding: 20px 0 30px; }
	.checkout_summary_toggle .summary_fixed .coupon_box .code_valid,
	.checkout_summary_toggle .summary_fixed .points_box .points_valid { background-color: #dcdcdc; }
}

.checkout_location { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 20px; line-height: 25px; }
.checkout_location > a { font-size: 12px; color: #333; }
.checkout_location > a.current { font-weight: 600; color: var(--CheckoutMainColor); }
.checkout_location > i { display: inline-block; vertical-align: top; margin: 0 8px; }
.checkout_location > i::before { content: "\e641"; font-family: "iconfont" !important; font-size: 8px; font-weight: 600; font-style: normal; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
@media screen and (max-width: 999px) {
	.checkout_location { padding: 0 20px; }
}

.information_express { text-align: center; }
.information_express .express_title { font-size: 14px; color: #707070; }
.information_express .express_container { padding: 15px 0; }

.information_express #paypal_checkout_container { min-height:35px; margin:12px auto; position:relative; text-align:center; }
.information_express #apple_checkout_button_container,
.information_express #google_checkout_button_container { display: none; margin: 12px auto; }

.information_customer { position: relative; }
.information_customer .information_login { font-size: 14px; color: #545454; }
.information_customer .information_login a.btn_signin { padding-left: 5px; text-decoration: unset; color: var(--CheckoutMainColor); }
.information_customer .information_logout { height: 14px; font-size: 14px; color: #333; line-height: 14px; }
.information_customer .information_logout a.btn_logout { padding-left: 5px; text-decoration: unset; color: var(--CheckoutMainColor); }
.information_customer .input_box input.null { border-color: #e22120; }
.information_customer .email { font-size: 14px; color: #333; line-height: 22px; }
.information_customer .error { color: #e22120; }

.information_newsletter { display: flex; align-items: center; margin-top: 15px; }
.information_newsletter .checkbox_input { padding-right: 10px; }
.information_newsletter .checkbox_input .input_checkbox { position: relative; width: 18px; height: 18px; cursor: pointer; border: 1px var(--checkoutBorderColor) solid; border-radius: 4px; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; appearance: none; -moz-appearance: none; -webkit-appearance: none; }
.information_newsletter .checkbox_input .input_checkbox:after { content: "\e647"; position: absolute; top: 50%; left: 50%; display: block; width: 10px; height: 8px; margin-left: -8px; margin-top: -8px; font-family: "iconfont" !important; font-size: 16px; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transform: scale(0.2); transform: scale(0.2); -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; opacity: 0; }
.information_newsletter .checkbox_input .input_checkbox:checked { border-width: 9px; border-color: var(--CheckoutMainColor); }
.information_newsletter .checkbox_input .input_checkbox:checked:after { -webkit-transform: scale(1); transform: scale(1); -webkit-transition-delay: 0.1s; transition-delay: 0.1s; opacity: 1; }
.information_newsletter .checkbox_label { cursor: pointer;font-size: 14px;color: #545454;line-height: 22px; }
.information_newsletter.line { border-top: 1px solid var(--checkoutBorderColor); padding-top: 20px; }

.information_address {position: relative; }
.information_address .box_title { padding-bottom: 6px; }
.information_address .address_button{display: none; height:55px; line-height:55px; color:#a9a9a9; position:absolute; right:1px; top:0;}
.information_address .address_button>a{margin:0 20px; color:#666; display:inline-block; vertical-align:top;}
.information_address .address_default{color:#666; position:relative;}
.information_address .address_default>input{display:none;}
.information_address .address_default .address_default_table { border: 1px solid var(--checkoutBorderColor); border-radius: 4px; overflow: hidden; margin-bottom: 20px; }
.information_address .address_default .address_default_table .info_list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-top: 1px solid var(--checkoutBorderColor);; margin: 0 17px; padding: 15px 0; font-size: 14px; line-height: 24px; }
.information_address .address_default .address_default_table .info_list:first-child { border: none; }
.information_address .address_default .address_default_table .info_list .tit { -webkit-box-flex: 0 1 130px; -webkit-flex: 0 1 130px; -ms-flex: 0 1 130px; flex: 0 1 130px; padding-right: 15px; color: #797979; }
.information_address .address_default .address_default_table .info_list .desc { flex: 1; color: #313131; }
@media screen and (max-width: 999px) {
	.information_address .address_default .address_default_table .info_list { flex-wrap: wrap; }
	.information_address .address_default .address_default_table .info_list .tit { -webkit-box-flex: 0 1 100%; -webkit-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; }
}

.information_address .address_default .edit_address_info{height:24px; line-height:24px; font-size:12px; color:#666; position:absolute; top:4px; right:0; display:block;}
.information_address .address_list{display:none;}
.information_address .address_list .item{width:417px; height:105px; line-height:16px; overflow:hidden; margin-left:16px; margin-bottom:16px; padding:20px 16px; cursor:pointer; border:1px #ddd solid; float:left;}
.information_address .address_list .item>input{display:none;}
.information_address .address_list .item>p{margin-bottom:8px; color:#666;}
.information_address .address_list .item>p.address_line{max-height:32px; overflow:hidden;}
.information_address .address_list .item strong{float:left;}
.information_address .address_list .item .edit_address_info{text-decoration:underline; color:#999; float:right;}
.information_address .address_list .item.odd{margin-left:0;}
.information_address .address_list .item:hover, .information_address .address_list .item.current{width:417px; height:105px; padding:21px 17px; background:url(../images/cart/bg_checkout_address_item.jpg) no-repeat center; border:0;}
.information_address .box_content { margin-bottom: 14px; }

/*************************** 收货地址编辑 Start ***************************/
.checkout_address_form { margin: 0; }
.checkout_address_form .cancel { padding-left: 18px; text-decoration: underline; background: url(../images/cart/chosen-sprite.png) no-repeat -45px 2px; float: right; }
.checkout_address_form .shipping_address,
.checkout_address_form .billing_address { display: flex; flex-wrap: wrap; }
.checkout_address_form .shipping_address { margin-right: -8px; margin-left: -8px; }
.checkout_address_form .rows { width: 100%; margin-bottom: 16px; padding: 0 8px; }
.checkout_address_form .col-2 { width: 50%; }
.checkout_address_form .col-3 { width: 33.3333%; }
.checkout_address_form .order-1 { order: 1; }
.checkout_address_form .order-2 { order: 2; }
.checkout_address_form .order-3 { order: 3; }
.checkout_address_form .order-4 { order: 4; }
.checkout_address_form .order-5 { order: 5; }
.checkout_address_form .order-6 { order: 6; }
.checkout_address_form .order-7 { order: 7; }
.checkout_address_form .order-8 { order: 8; }
.checkout_address_form .order-9 { order: 9; }
.checkout_address_form .order-10 { order: 10; }
.checkout_address_form .order-11 { order: 11; }
.checkout_address_form .order-12 { order: 12; }
.checkout_address_form .order-13 { order: 13; }
.checkout_address_form .order-14 { order: 14; }
.checkout_address_form .rows .input_box { display: flex; flex: 1; }
.checkout_address_form .rows .input_box .input_box_txt { font-size: 14px; }
.checkout_address_form .rows .input_box .input_box_txt:focus { border-color: var(--CheckoutMainColor); box-shadow: 0 0 0 1px var(--CheckoutMainColor); }
.checkout_address_form .rows .input_box_txt.null { border-color:#e22120; background-color: #fff; }
.checkout_address_form .rows .box_input_group { display: flex; }
.checkout_address_form .rows .box_input_group .input_group_addon { border: 1px var(--checkoutBorderColor) solid; border-right: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; width: 55px; height: 48px; padding: 0; text-align: center; white-space: nowrap; background-color: #f9f9f9; line-height: 48px; }
.checkout_address_form .rows .box_select { border-color: var(--checkoutBorderColor); overflow: hidden; height: 48px; line-height: 48px; }
.checkout_address_form .rows .box_select > select { border: 0; font-size: 12px; color: #333; outline: 0; }
.checkout_address_form .rows .box_select.focus { border-color: var(--CheckoutMainColor); box-shadow: 0 0 0 1px var(--CheckoutMainColor); }
.checkout_address_form .rows p.error { display: none; width: 100%; margin-top: 6px; font-size: 12px; color: #e22120; line-height: 18px; }
.checkout_address_form .rows[data-field="phone"] .input_box .input_box_txt { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.checkout_address_form .rows[data-field="phone"] .input { border: 1px transparent solid; border-radius: 5px; margin: -1px; transition: var(--checkoutTextInputShadow); }
.checkout_address_form .rows[data-field="phone"] .input:has(.input_box_txt:focus) { border-color: var(--CheckoutMainColor); box-shadow: 0 0 0 1px var(--CheckoutMainColor); }
.checkout_address_form .rows[data-field="phone"] .input:has(.input_box_txt:focus) .box_input_group .input_group_addon,
.checkout_address_form .rows[data-field="phone"] .input_box .input_box_txt:focus { border-color: transparent; box-shadow: unset; }
.checkout_address_form .rows[data-field="phone"] .input_box .input_box_txt:focus { border-left-color: var(--checkoutBorderColor); }
.checkout_address_form .form_box { display: flex; flex-wrap: wrap; }
.checkout_address_form .form_box .box { flex: 1; }
.checkout_address_form .form_box .box:first-child { margin-right: 16px; }
.checkout_address_form .button { padding: 0; margin: 0; }
.checkout_address_form .button .btn_global { height: 32px; margin-right: 20px; padding: 0 33px; font-size: 14px; line-height: 32px; }
.checkout_address_form .button .btn_cancel { display: none; border: 0; color: #898989; background-color: #eee; }
.checkout_address_form .button .btn_save { background-color: #555; }

.checkout_address_form .shipping_address .chzn-container .chzn-drop .chzn-results { max-height: 735px; }

.checkout_address_form .box_select_address .labels_placeholder { display: none; }
.checkout_address_form .box_select_address .chzn-container { margin-bottom: 15px; }
.checkout_address_form .box_select_address .chzn-container-single .chzn-drop { padding: 10px 0; }
.checkout_address_form .box_select_address .chzn-container-single .chzn-single span { white-space: normal; line-height: 23px; }
@media screen and (max-width: 999px) {
	.checkout_address_form .shipping_address { margin-right: 0; margin-left: 0; }
	.checkout_address_form .chzn-single { -webkit-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
	.checkout_address_form .box_select_address { padding: 0; }
	.checkout_address_form .box_select_address .chzn-container-single .chzn-single { height: inherit; }
	.checkout_address_form .box_select_address .chzn-container-single .chzn-single span { white-space: break-spaces; }
}

.checkout_address_form .chzn-container-active .chzn-single-with-drop { border: 1px solid var(--CheckoutMainColor); box-shadow: 0 0 0 1px var(--CheckoutMainColor); transition: var(--checkoutTextInputShadow); }
.checkout_address_form .chzn-container-single .chzn-single { height: 48px; }
.checkout_address_form .chzn-container-single .chzn-drop { display: none; border: 1px solid var(--CheckoutMainColor); border-top: 0; border-bottom: 0; box-shadow: 0 1px 0 1px var(--CheckoutMainColor); transition: var(--checkoutTextInputShadow); }

.checkout_address_form .input_box.filled .input_box_label { font-size: 12px; -webkit-transform: translateY(3px); transform: translateY(3px); }
/*************************** 收货地址编辑 End ***************************/

.information_tariff p.error { display: none; font-size: 12px; color: #e22120; line-height: 16px; }
.information_tariff .input_box_txt.null { border-color: #e22120; }
.information_tariff .box_content { display: flex; }
.information_tariff .box { flex: 1; }
.information_tariff .box:first-child { margin-right: 16px; }
.information_tariff .box_select { border-color: var(--checkoutBorderColor); overflow: hidden; height: 48px; line-height: 48px; }

.information_additional .input_box_txt.null { border-color:#e22120; }
.information_additional .input_box_txt:focus { border-color: var(--CheckoutMainColor); box-shadow: 0 0 0 1px  var(--CheckoutMainColor); }
.information_additional .additional_error { display: none; padding-top: 7px; color: #e22120; }

.information_phone .phone_input { display: flex; position: relative; }
.information_phone .phone_input > input { flex: 1; border: 1px solid var(--checkoutBorderColor); border-radius: 5px; height: 48px; padding: 0 16px; font-size: 14px; line-height: 48px; }
.information_phone .phone_input > input.null { border-color:#e22120; }
.information_phone .phone_input > input:focus { border-color: var(--CheckoutMainColor); box-shadow: 0 0 0 1px  var(--CheckoutMainColor); }
.information_phone .phone_error { display: none; padding-top: 7px; color: #e22120; }

.information_shipping { margin-bottom: 30px; }
.information_shipping .free_shipping{color:#f16056;}
.information_shipping .box_title { border-bottom: 1px #f0f0f0 solid; padding-bottom: 6px; }
.information_shipping .box_subtitle { padding-left: 25px; }
.information_shipping .box_subtitle::before { content: '\e639'; top: 1px; font-family: "iconfont" !important; font-size: 18px; font-style: normal; font-weight: 600; color: #7a7a7a; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: none; line-height: normal; }
.information_shipping .title{display: none; height:50px; line-height:50px; font-size:15px; cursor:pointer;}
.information_shipping .title>strong{font-weight:600;}
.information_shipping .title .shipping_info{height:50px; margin-left:35px; font-size:12px; display:inline-block; vertical-align:top;}
.information_shipping .title .shipping_info .error{height:20px; line-height:20px; margin-top:13px; padding-left:26px; font-size:14px; color:#e6403d; background:url(../images/cart/icon_list_tips.png) no-repeat left center; display:none; vertical-align:top;}
.information_shipping .title .shipping_info .price{margin-left:26px;}
.information_shipping .list ul { border-radius: 4px; overflow: hidden; }
.information_shipping .list li { display: flex; position: relative; min-height: 50px; align-items: center; cursor: pointer; border: 1px solid var(--checkoutBorderColor); border-radius: 0; transition: var(--checkoutTextInputShadow); }
.information_shipping .list li .name { display: flex; flex: 1; align-items: center; }
.information_shipping .list li .name>input { position: relative; border: none; width: 18px; height: 18px; margin-left: 15px; margin-right: 15px; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.information_shipping .list li .name>input:after { content: ''; position: absolute; top: 0; left: 0; width: 16px; height: 16px; border: 1px solid #dadada; border-radius: 18px; background-color: #fff; transition: var(--checkoutTextInputShadow); }
.information_shipping .list li .name>input:checked:after { border: 5px solid var(--CheckoutMainColor); width: 8px; height: 8px; }
.information_shipping .list li .name .info { display: flex; flex: 1; align-items: center; }
.information_shipping .list li .name .info>img { overflow: hidden; height: 30px; margin-left: 9px; }
.information_shipping .list li .name .info>label { flex: 1; margin: 16px 0; font-size: 14px; color: #333; cursor: pointer; line-height: 20px; }
.information_shipping .list li .name .info .price { margin-right: 15px; margin-left: 15px; font-size: 14px; font-weight: 700; }
.information_shipping .list li .brief { display: block; font-size: 12px; color: #999; }
.information_shipping .list li:before { display: block; content: ""; position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; z-index: 1; border: 1px var(--CheckoutMainColor) solid; pointer-events: none; transition: var(--checkoutTextInputShadow); opacity: 0; }
.information_shipping .list li:not(:first-child) { border-top: none; }
.information_shipping .list li:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.information_shipping .list li:first-child:before { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.information_shipping .list li:last-child { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.information_shipping .list li:last-child:before { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.information_shipping .list li.current { background-color: var(--CheckoutMainBackgroundColor); }
.information_shipping .list li.current:before { opacity: 1; }
.information_shipping .insurance{line-height:20px; padding-bottom:15px;}
.information_shipping .insurance>input{width:16px; height:16px; margin-left:8px; vertical-align:text-top;}
.information_shipping .insurance .delivery_ins{text-decoration:underline;}
.information_shipping .insurance .price{margin-left:15px; font-size:14px;}
.information_shipping .no_border{border:0;}
.information_shipping .error { border-radius: 4px; padding: 15px; font-size: 14px; font-weight: 400; color: var(--checkoutErrorTextColor); background-color:#fff1f4; line-height: 22px; }
.information_shipping .error > a { color: var(--checkoutErrorTextColor); }

.information_shipping .icon_shipping_title{width:22px; height:22px; margin-top:14px; margin-right:4px; background:url(../images/cart/icon_shipping_open.png) no-repeat center 0; border-radius:50px; float:right; transition:all 0.3s; -webkit-transition:all 0.3s;}
.information_shipping .shipping:hover .icon_shipping_title{background-position:center -32px;}
.information_shipping .current .icon_shipping_title{background-image:url(../images/cart/icon_shipping_close.png); background-position:center -32px;}

.information_shipping .tips{width:780px; height:20px; line-height:23px; margin-top:20px; padding-left:29px; font-weight:bold; color:#333; background:url(../images/cart/icon_clock.png) no-repeat left center;}
.information_shipping .editor_txt{min-height:inherit;}
.information_shipping li .red{color:#900; text-decoration:underline; font-weight:bold;}
.information_shipping li#arriveSlide{font:11px/180% Verdana,Helvetica,sans-serif;}
.information_shipping li#arriveSlide p{margin:15px 0 0 15px;}

.information_shipping .box_choice { border-radius: 4px; }
.information_shipping .choice_item { position: relative; border: 1px solid var(--checkoutBorderColor); border-radius: 0; transition: var(--checkoutTextInputShadow); }
.information_shipping .choice_item:not(.visible_first) { border-top: none; }
.information_shipping .choice_item.visible_first { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.information_shipping .choice_item.visible_first .choice_head:before { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.information_shipping .choice_item .choice_head { display: grid; grid-template-columns: min-content 1fr minmax(0, max-content); position: relative; padding: 13px; cursor: pointer; -webkit-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
.information_shipping .choice_item .choice_head .choice_info { display: flex; align-items: center; gap: 15px; grid-column: 1 / span 2; }
.information_shipping .choice_item .choice_head .choice_check { margin: 0; }
.information_shipping .choice_item .choice_head .choice_check > input { position: relative; border: none; width: 18px; height: 18px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.information_shipping .choice_item .choice_head .choice_check > input:after { content: ''; position: absolute; top: 0; left: 0; border: 1px solid #dadada; border-radius: 18px; width: 16px; height: 16px; background-color: #fff; transition: var(--checkoutTextInputShadow); }
.information_shipping .choice_item .choice_head .choice_check > input:checked:after { border: 5px solid var(--CheckoutMainColor); width: 8px; height: 8px; }
.information_shipping .choice_item .choice_head .choice_title { font-size: 14px; }
.information_shipping .choice_item .choice_head .choice_price { font-size: 14px; font-weight: 700; }
.information_shipping .choice_item .choice_head:before { display: block; content: ""; position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; z-index: 1; border: 1px var(--CheckoutMainColor) solid; pointer-events: none; transition: var(--checkoutTextInputShadow); opacity: 0; }
.information_shipping .choice_item .choice_head.current { background-color: var(--CheckoutMainBackgroundColor); }
.information_shipping .choice_item .choice_head.current:before { opacity: 1; }
.information_shipping .choice_item .shipping_choice_list { display: none; padding: 0 13px; background-color: #f5f5f5; }
.information_shipping .choice_item .shipping_choice_list .list_item { display: flex; justify-content: space-between; gap: 15px; }
.information_shipping .choice_item .shipping_choice_list .list_item .picture { display: flex; flex-direction: column; justify-content: flex-start; position: relative; margin: 13px 0; }
.information_shipping .choice_item .shipping_choice_list .list_item .picture > picture { display: flex; align-items: center; justify-content: center; border: 1px solid var(--checkoutBorderColor); border-radius: 4px; overflow: hidden; width: 40px; height: 40px; text-align: center; background-color: #fff; }
.information_shipping .choice_item .shipping_choice_list .list_item .picture > picture > img { max-width: 100%; }
.information_shipping .choice_item .shipping_choice_list .list_item .text { display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; flex: 1; border-bottom: 1px solid var(--checkoutBorderColor); padding: 13px 0; }
.information_shipping .choice_item .shipping_choice_list .list_item .info_box { display: flex; }
.information_shipping .choice_item .shipping_choice_list .list_item .info_box > .items { position: relative; padding-left: 23px; color: var(--CheckoutMainColor); }
.information_shipping .choice_item .shipping_choice_list .list_item .info_box > .items::before { content: "\e639"; position: absolute; top: 0; left: 0; font-family: "iconfont" !important; font-size: 16px; font-style: normal; font-weight: 600; color: var(--CheckoutMainColor); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.information_shipping .choice_item .shipping_choice_list .list_item .info_box > .items:hover { text-decoration: none; }
.information_shipping .choice_item .shipping_choice_list .list_item .info_box > em { margin: 0 5px; }
.information_shipping .choice_item .shipping_choice_list .list_item .info_box > span { flex: 1; }
.information_shipping .choice_item .shipping_choice_list .list_item .info_box > span.error { padding: 0; font-size: inherit; background-color: inherit; line-height: inherit; }
.information_shipping .choice_item .shipping_choice_list .list_item .text_info > p { color: #666; }
.information_shipping .choice_item .shipping_choice_list .list_item.last_item .text { border: 0; }
.information_shipping .choice_item .shipping_choice_list .list_item[data-tid="virtual"] { display: none; }
.information_shipping .btn_choice_more { position: relative; border: 1px solid var(--checkoutBorderColor); border-top: 0; border-radius: 0; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; padding: 13px; text-align: center; font-size: 13px; font-weight: 600; color: var(--CheckoutMainColor); cursor: pointer; -webkit-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
@media screen and (max-width: 999px) {
	.information_shipping .choice_item .shipping_choice_list .list_item .info_box { flex-direction: column; }
	.information_shipping .choice_item .shipping_choice_list .list_item .info_box > em { display: none; }
}

.fixed_package_products { display: flex; justify-content: center; align-items: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; }
.fixed_package_products .fixed_bg { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; background-color: rgba(0,0,0,.5); }
.fixed_package_products .fixed_box { position: relative; z-index: 1001; border-radius: 4px; width: 500px; padding-bottom: 15px; background-color: #fff; }
.fixed_package_products .products_close { display: flex; justify-content: center; align-items: center; position: absolute; top: 0; right: 0; width: 44px; height: 50px; text-align: center; line-height: 50px; }
.fixed_package_products .products_title { padding: 10px 20px; font-size: 18px; line-height: 35px; }
.fixed_package_products .products_list { display: flex; flex-direction: column; gap: 20px; overflow-y: auto; max-height: 500px; padding: 8px 20px 20px; }
.fixed_package_products .products_list::-webkit-scrollbar { border-radius: 5px; width: 6px; background-color: #fff; }
.fixed_package_products .products_list::-webkit-scrollbar-thumb { border-radius: 5px; background-color: rgba(193, 193, 193, 0.8); }
.fixed_package_products .products_list::-webkit-scrollbar-thumb:hover { background-color: rgba(168, 168, 168, 0.8); }
.fixed_package_products .products_list .products_item { display: flex; flex-direction: column; flex-wrap: wrap; gap: 15px; }
.fixed_package_products .products_list .products_item .product { display: flex; align-items: center; gap: 15px; }
.fixed_package_products .products_list .products_item .picture { display: flex; flex-direction: column; justify-content: flex-start; position: relative; }
.fixed_package_products .products_list .products_item .picture > picture { display: flex; align-items: center; justify-content: center; border: 1px solid var(--checkoutBorderColor); border-radius: 4px; overflow: hidden; width: 64px; height: 64px; text-align: center; background-color: #fff; }
.fixed_package_products .products_list .products_item .picture > picture > img { max-width: 100%; }
.fixed_package_products .products_list .products_item .picture .qty { display: inline-flex; align-items: center; justify-content: center; position: absolute; top: -7px; right: -7px; z-index: 1; border-radius: 36px; min-width: 22px; min-height: 22px; padding: 0 7px; font-size: 12px; color: #fff; background-color: #5d5d5d; }
.fixed_package_products .products_list .products_item .prod_info { flex: 1; color: #333; }
.fixed_package_products .products_list .products_item .prod_info .prod_name { font-size: 13px; line-height: 20px; }
.fixed_package_products .products_list .products_item .prod_attr { color: #999; line-height: 16px; }
.fixed_package_products .products_list .products_item .prod_attr p { display: unset; font-size: 12px; }
.fixed_package_products .products_list .products_item .prod_attr p b { display: none; }
.fixed_package_products .products_list .products_item .prod_attr p span { display: unset !important; }
.fixed_package_products .products_list .products_item  p.pro_attr:nth-child(n+2):before { content: "/"; display: inline-block; margin: 0 6px; font-size: 8px; }
.fixed_package_products .products_list .products_item.hide { display: none; }
.fixed_package_products .products_shipping { border-top: 1px solid var(--checkoutBorderColor); margin: 0 20px; font-size: 13px; }
.fixed_package_products .products_shipping .shipping_message { display: flex; justify-content: space-between; padding: 15px 0; }
.fixed_package_products .products_shipping .error_message { padding: 15px 0; font-weight: 400; color: var(--checkoutErrorTextColor); }
.fixed_package_products .products_shipping .error_message > a { color: var(--checkoutErrorTextColor); }
.fixed_package_products.hide { display: none; }

.fixed_shipping_choice { display: flex; justify-content: center; align-items: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; }
.fixed_shipping_choice .fixed_bg { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; background-color: rgba(0,0,0,.5); }
.fixed_shipping_choice .fixed_box { position: relative; z-index: 1001; border-radius: 4px; width: 500px; padding-bottom: 10px; background-color: #fff; }
.fixed_shipping_choice .choice_close { display: flex; justify-content: center; align-items: center; position: absolute; top: 0; right: 0; width: 44px; height: 50px; text-align: center; line-height: 50px; }
.fixed_shipping_choice .choice_title { padding: 10px 20px; font-size: 18px; line-height: 35px; }
.fixed_shipping_choice .choice_list { display: flex; flex-direction: column; gap: 20px; overflow-y: auto; max-height: 500px; padding: 0 20px; }
.fixed_shipping_choice .choice_list::-webkit-scrollbar { border-radius: 5px; width: 6px; background-color: #fff; }
.fixed_shipping_choice .choice_list::-webkit-scrollbar-thumb { border-radius: 5px; background-color: rgba(193, 193, 193, 0.8); }
.fixed_shipping_choice .choice_list::-webkit-scrollbar-thumb:hover { background-color: rgba(168, 168, 168, 0.8); }
.fixed_shipping_choice .choice_list .list_item { border: 1px solid var(--checkoutBorderColor); border-radius: 4px; padding: 5px 15px 15px; }
.fixed_shipping_choice .choice_list .list_item[data-tid="virtual"] { display: none; }
.fixed_shipping_choice .choice_list .package_name { margin-bottom: 5px; font-size: 13px; line-height: 40px; }
.fixed_shipping_choice .choice_list .package_products { display: flex; flex-direction: column; flex-wrap: wrap; gap: 10px; }
.fixed_shipping_choice .choice_list .package_products .product { display: flex; gap: 15px; }
.fixed_shipping_choice .choice_list .package_products .picture { display: flex; flex-direction: column; justify-content: flex-start; position: relative; }
.fixed_shipping_choice .choice_list .package_products .picture > picture { display: flex; align-items: center; justify-content: center; border: 1px solid var(--checkoutBorderColor); border-radius: 4px; overflow: hidden; width: 40px; height: 40px; text-align: center; background-color: #fff; }
.fixed_shipping_choice .choice_list .package_products .picture > picture > img { max-width: 100%; }
.fixed_shipping_choice .choice_list .package_products .picture .qty { display: inline-flex; align-items: center; justify-content: center; position: absolute; top: -7px; right: -7px; z-index: 1; border-radius: 36px; min-width: 20px; min-height: 20px; padding: 0 5px; font-size: 10px; color: #fff; background-color: #5d5d5d; }
.fixed_shipping_choice .choice_list .package_products .prod_info { flex: 1; color: #333; }
.fixed_shipping_choice .choice_list .package_products .prod_info .prod_name { font-size: 13px; line-height: 20px; }
.fixed_shipping_choice .choice_list .package_products .prod_attr { color: #999; line-height: 16px; }
.fixed_shipping_choice .choice_list .package_products .prod_attr p { display: unset; font-size: 12px; }
.fixed_shipping_choice .choice_list .package_products .prod_attr p b { display: none; }
.fixed_shipping_choice .choice_list .package_products .prod_attr p span { display: unset !important; }
.fixed_shipping_choice .choice_list .package_products  p.pro_attr:nth-child(n+2):before { content: "/"; display: inline-block; margin: 0 6px; font-size: 8px; }
.fixed_shipping_choice .choice_list .package_shipping { margin-top: 10px; }
.fixed_shipping_choice .choice_list .ship_item { display: flex; align-items: flex-start; gap: 10px; border-radius: 4px; overflow: hidden; padding: 12px 15px; font-size: 12px; color: #333; cursor: pointer; -webkit-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
.fixed_shipping_choice .choice_list .ship_item .item_checked { display: flex; align-items: center; }
.fixed_shipping_choice .choice_list .ship_item .item_checked input{position: relative;width: 18px;height: 18px;appearance:none;-webkit-appearance:none;-moz-appearance:none;border: none;}
.fixed_shipping_choice .choice_list .ship_item .item_checked input:after{content: '';position: absolute;top: 0;left: 0;width: 16px;height: 16px;border: 1px solid #dadada;background-color: #fff; transition: all 0.1s ease-in-out;border-radius: 18px;}
.fixed_shipping_choice .choice_list .ship_item .item_checked input:checked:after{width: 8px;height: 8px;border: 5px solid var(--CheckoutMainColor);}
.fixed_shipping_choice .choice_list .ship_item .item_info { flex: 1; }
.fixed_shipping_choice .choice_list .ship_item .item_desc { color: #666; }
.fixed_shipping_choice .choice_list .ship_item:only-child .item_checked { display: none; }
.fixed_shipping_choice .choice_list .ship_item.current { background-color: var(--CheckoutMainBackgroundColor); }
.fixed_shipping_choice .choice_button { display: flex; justify-content: center; padding: 20px; }
.fixed_shipping_choice .choice_button .choice_save_button { border: 0; border-radius: 4px; width: 100%; height: 50px; font-size: 14px; font-weight: bold; color: #fff; background-color: var(--CheckoutMainColor); line-height: 50px; }
.fixed_shipping_choice.hide { display: none; }

.information_payment .box_title { padding-bottom: 6px; }
.information_payment .pay_address_error{display: none; background-color:#f9f9f9; padding:25px; font-size:16px;border-radius: 4px;color: #eb3e3e;border: 1px solid var(--checkoutBorderColor);border-radius: 4px;}
.information_payment .pay_content { border-radius: 4px; }
.information_payment .payment_list { position: relative; border: 1px solid var(--checkoutBorderColor); border-radius: 0; transition: var(--checkoutTextInputShadow); }
.information_payment .payment_list:not(.visible_first) { border-top: none; }
.information_payment .payment_list.visible_first { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.information_payment .payment_list.visible_first .payment_row:before { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.information_payment .payment_list.visible_last { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.information_payment .payment_list.visible_last .payment_contents { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; overflow: hidden; }
.information_payment .payment_list.visible_last_radius .payment_row:before { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.information_payment .payment_list .payment_row { display: grid; grid-template-columns: min-content 1fr minmax(0, max-content); position: relative; padding: 13px; cursor: pointer; -webkit-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
.information_payment .payment_list .payment_row .info { display: flex; align-items: center; gap: 15px; grid-column: 1 / span 2; }
.information_payment .payment_list .payment_row .check { margin: 0; }
.information_payment .payment_list .payment_row .check>input { position: relative; border: none; width: 18px; height: 18px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.information_payment .payment_list .payment_row .check>input:after { content: ''; position: absolute; top: 0; left: 0; border: 1px solid #dadada; border-radius: 18px; width: 16px; height: 16px; background-color: #fff; transition: var(--checkoutTextInputShadow); }
.information_payment .payment_list .payment_row .check>input:checked:after { border: 5px solid var(--CheckoutMainColor); width: 8px; height: 8px; }
.information_payment .payment_list .payment_row .name_txt { font-size: 14px; }
.information_payment .payment_list .payment_row .img { overflow: hidden; height: 26px; background-color: #fff; }
.information_payment .payment_list .payment_row .img img { vertical-align: middle; }
.information_payment .payment_list .payment_row .img span { display: inline-block; vertical-align: middle; height: 100%; }
.information_payment .payment_list .payment_row .card { order: 2; position: relative; }
.information_payment .payment_list .payment_row .card .card_list { display: flex; align-items: center; gap: 8px; }
.information_payment .payment_list .payment_row .card .card_list .card_item { width: 38px; text-align: center; }
.information_payment .payment_list .payment_row .card .card_list img { max-width: 38px; max-height: 24px; }
.information_payment .payment_list .payment_row .card .card_more_btn { border: 1px solid #dfe4ed; overflow: hidden; width: 38px; height: 24px; text-align: center; font-weight: 600; color: #1875b4; background-color: #fff; line-height: 24px; -webkit-user-select: none; user-select: none; }
.information_payment .payment_list .payment_row .card_more { display: none; position: absolute; right: 0; bottom: 30px; z-index: 10; border-radius: 4px; max-width: 190px; padding: 11px; background-color: #3c3c3c; transform: translate3d(calc(50% - 19.5px), 0px, 0px); }
.information_payment .payment_list .payment_row .card_more .card_more_list { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; }
.information_payment .payment_list .payment_row .card_more .card_more_list .card_more_item { width: 38px; text-align: center; }
.information_payment .payment_list .payment_row .card_more .card_more_list img { max-width: 38px; max-height: 24px; }
.information_payment .payment_list .payment_row .card_more::before { content: ""; position: absolute; bottom: -5px; left: calc(50% - 5px); z-index: 10; border: 5px solid transparent; border-top-color: #3c3c3c; border-bottom-width: 0; }
.information_payment .payment_list .payment_row:before { display: block; content: ""; position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; z-index: 1; border: 1px var(--CheckoutMainColor) solid; pointer-events: none; transition: var(--checkoutTextInputShadow); opacity: 0; }
.information_payment .payment_list .payment_row.loading { position: relative; cursor: no-drop; background-color: transparent; }
.information_payment .payment_list .payment_row.current { background-color: var(--CheckoutMainBackgroundColor); }
.information_payment .payment_list .payment_row.current:before { opacity: 1; }
.information_payment .payment_list .payment_row.hide { display: none; }

.information_payment .payment_contents { width: 100%; }
.information_payment .payment_contents .payment_note { display: none; position: relative; padding: 15px 13px 20px; font-size: 14px; background-color: #f9f9f9; line-height: 26px; }
.information_payment .payment_contents .name{display:none; height:22px; line-height:22px; margin-bottom:12px; font-size:14px; color:#666;}
.information_payment .payment_contents .ext_txt{min-height: 0;line-height:180%;}
.information_payment .icon_shipping_title{width:22px; height:22px; margin-top:7px; cursor:pointer; background:url(../images/cart/icon_shipping_open.png) no-repeat center -32px; border-radius:50px; float:right; transition:all 0.3s; -webkit-transition:all 0.3s;}
.information_payment .icon_shipping_title.current{background-image:url(../images/cart/icon_shipping_close.png);}

.information_payment .card_field_box { display: flex; }
.information_payment .card_field_box>div { width: 50%; }
@media screen and (max-width: 999px) {
	.information_payment .payment_list .payment_row .card .card_list { flex-wrap: wrap; max-width: 84px; }
	.information_payment .payment_list .payment_row .card_more { bottom: 50px; width: max-content; max-width: 103px; transform: translate3d(calc(50% - 41.5px), 0px, 0px); }
	.information_payment .payment_list .payment_row .card_more.card_more_bigger { bottom: 80px; }

	.information_payment .card_field_box { display: inherit; }
	.information_payment .card_field_box>div { width: 100%; }
}

.information_payment .pay_error { border-radius: 4px; padding: 15px; font-size: 14px; font-weight: 400; color: var(--checkoutErrorTextColor); background-color:#fff1f4; line-height: 22px; }
.information_payment .pay_error > a { color: var(--checkoutErrorTextColor); }

#paypal_card_field_form { padding: 15px; }
#card_vault_list>li { display: flex; align-items: center; padding: 5px 0; cursor: pointer; line-height: 30px; }
#card_vault_list>li>input { position: relative; border: none; width: 18px; height: 18px; margin-right: 15px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
#card_vault_list>li>input:after { content: ''; position: absolute; top: 0; left: 0; border: 1px solid #dadada; border-radius: 18px; width: 16px; height: 16px; background-color: #fff; transition: all 0.1s ease-in-out; }
#card_vault_list>li>input:checked:after { border: 5px solid var(--CheckoutMainColor); width: 8px; height: 8px; }
#card_vault_list>li>img { height: 24px; margin-right: 10px; }
#card_field_form { display: none; width: calc(100% - 48px); margin-left: calc(33px - 0.375rem); }
#card_save_payment_method { display: flex; align-items: flex-start; padding: 10px 0.375rem; line-height: 20px; }
#card_save_payment_method>input { margin-top: 4px; }
#card_save_payment_method>label { margin-left: 15px; cursor: pointer; }

.information_billing { display: none; }
.information_billing .bill_content { border: 1px solid var(--checkoutBorderColor); border-radius: 4px; }
.information_billing .bill_list { border-top: 1px solid var(--checkoutBorderColor); align-items: center; }
.information_billing .bill_list:first-child { border-top: unset; }
.information_billing .bill_row { display: flex; cursor: pointer; position: relative; min-height: 52px; align-items: center; flex: 1; }
.information_billing .bill_row .check { margin-left: 15px; margin-right: 15px; }
.information_billing .bill_row .check>input { width:18px; height:18px; position: relative; border: none; appearance:none; -webkit-appearance:none; -moz-appearance:none; }
.information_billing .bill_row .check>input:after { content: ''; position: absolute; top: 0; left: 0; width: 16px; height: 16px; border: 1px solid #dadada; background-color: #fff; transition: all 0.1s ease-in-out; border-radius: 18px; }
.information_billing .bill_row .check>input:checked:after { width: 8px; height: 8px; border: 5px solid var(--CheckoutMainColor); }
.information_billing .bill_row .name_txt { font-size: 14px; font-weight: bold; }
.information_billing .bill_row:before { display: block; content: ""; position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; z-index: 1; border: 1px var(--CheckoutMainColor) solid; pointer-events: none; transition: var(--checkoutTextInputShadow); opacity: 0; }
.information_billing .bill_row.current { background-color: var(--CheckoutMainBackgroundColor); }
.information_billing .bill_row.current:before { opacity: 1; }
.information_billing .bill_contents { overflow: hidden; width: 100%; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.information_billing .bill_contents #billAddrFrom { display: none; position: relative; padding: 23px 10px; line-height: 26px; font-size: 14px; background-color:#f9f9f9; border-top: 1px solid var(--checkoutBorderColor); }
.information_billing .bill_list:nth-child(1) { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.information_billing .bill_list:nth-child(1) .bill_row:before { border-top-left-radius: 4px; border-top-right-radius: 4px; }

.checkout_content .information_box_products { padding-bottom: 0; margin-bottom: 1px; }
.checkout_content .information_box_products .box_title { height: 34px; line-height: 34px; }

.checkout_content .information_products { margin-bottom: 30px; }
.checkout_content .information_products .information_product { margin-bottom: 20px; padding-bottom: 20px; }
.information_product { border: 1px solid var(--checkoutBorderColor); border-radius: 4px; padding: 0 14px; }
.information_product .item_package { padding: 20px 0 5px; font-size: 16px; color: #333; line-height: 26px; }

.information_product .item_pro_table { overflow-y: auto; max-height: 250px; }
.information_product .item_pro_table .tr { display: flex; padding-top: 20px; }
.information_product .item_pro_table .prod_pic{display: flex;width: 78px;height: 78px;border: 1px solid #e5e5e5;border-radius: 4px;align-items: center;justify-content: center; position: relative;}
.information_product .item_pro_table .prod_pic img{max-width: 50px;max-height: 50px;border-radius: 4px;font-size: 0;}
.information_product .item_pro_table .prod_pic .prod_qty { display: inline-flex; align-items: center; justify-content: center; position: absolute; top: -7px; right: -7px; border-radius: 36px; min-width: 22px; height: 22px; padding: 0 7px; text-align: center; font-size: 12px; color: #fff; background-color: #5d5d5d; line-height: 22px; }
.information_product .item_pro_table .prod_info{padding: 0 30px 0 20px;flex: 1;color: #333;}
.information_product .item_pro_table .prod_info b{font-weight: bold;}
.information_product .item_pro_table .prod_info .prod_name{line-height: 24px;font-size: 14px;}
.information_product .item_pro_table .attr_box, .information_product .item_pro_table .custom_attr{display: flex;flex-wrap: wrap;line-height: 24px;}
.information_product .item_pro_table .attr_box p, .information_product .item_pro_table .custom_attr p{margin-right: 10px;font-size: 12px; word-break: break-all;width: 100%;}
.information_product .item_pro_table .prod_operate{font-size: 14px;color: #333333;}
.information_product .item_pro_table .invalid{line-height: 20px;margin-bottom: 8px;padding: 0 12px;color: #fff;border-radius: 50px;display: none;font-size: 14px;}
.information_product .item_pro_table .error .invalid{display: inline-block;}
.information_product .item_pro_table .prod_info .cart_error{line-height: 24px;}
.information_product .item_pro_table::-webkit-scrollbar { border-radius: 5px; width: 5px; background: #fff; }
.information_product .item_pro_table::-webkit-scrollbar-thumb { border-radius: 5px; background: rgba(193, 193, 193, 0.8); }
.information_product .item_pro_table::-webkit-scrollbar-thumb:hover { background: rgba(168, 168, 168, 0.8); }

.information_box_special .input_box_textarea { display: block; position: relative; border: 1px var(--checkoutBorderColor) solid; border-radius: 5px; width: 100%; height: 98px; padding: 9px 16px; font-size: 13px; color: #333; background-color: #fff; line-height: 20px; transition: all 150ms; -webkit-transition: all 150ms; }
.information_box_special .input_box_textarea:focus { border-color: var(--CheckoutMainColor); box-shadow: 0 0 0 1px var(--CheckoutMainColor); }
.information_box_special .input_box_textarea::-webkit-scrollbar { border-radius: 5px; width: 5px; background: #fff; }
.information_box_special .input_box_textarea::-webkit-scrollbar-thumb { border-radius: 5px; background: rgba(193, 193, 193, 0.8); }
.information_box_special .input_box_textarea::-webkit-scrollbar-thumb:hover { background: rgba(168, 168, 168, 0.8); }
.information_box_special .input_box.filled .input_box_label { top: -2px; left: 1px; border-top-left-radius: 5px; border-top-right-radius: 5px; overflow: hidden; width: calc(100% - 2px); max-width: inherit; height: inherit; padding: 5px 16px 0; font-size: 12px; -webkit-transform: translateY(3px); transform: translateY(3px);white-space: nowrap;text-overflow: ellipsis; }
.information_box_special .input_box.filled .input_box_textarea { height: 98px; padding-top: 22px; padding-bottom: 4px; }
@media screen and (max-width: 999px) {
	.information_box_special .input_box_textarea { height: 150px; }
}

@media screen and (min-width: 1000px) {
	.order_summary_box { -webkit-flex: 0 0 44%; flex: 0 0 44%; background-color: #f5f5f5; }
	.order_summary { position: -webkit-sticky; position: sticky; top: 0; right: auto; bottom: 0; left: auto; width: 100%; max-width: 510px; padding: 30px; }
}
.order_summary_section { display: flex; flex-direction: column; row-gap: 22px; }
.order_summary_section .summary_more { font-size: 14px; color: var(--CheckoutMainColor); cursor: pointer; -webkit-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
.order_summary_section .summary_more > span { display: block; position: relative; padding-right: 18px; }
.order_summary_section .summary_more > span::after { content: "\e643"; position: absolute; top: 0; right: 0; font-family: "iconfont" !important; font-size: 12px; font-style: normal; color: #919191; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.success_container .order_summary #PlaceOrderFrom { width: inherit; }
@media screen and (max-width: 999px) {
	.order_summary_box { width: 100%; margin: 0; }
	.order_summary_closed { height: 0; visibility: hidden; }
	.order_summary { margin-bottom: 10px; }
	.order_summary .information_box .box_title { padding-bottom: 0; }
	.order_summary_section .summary_more.checkout_summary_toggle_hide > span::after { transform: rotate(180deg); }

	.checkout_container[data-type="step"] .order_summary_box.order_summary_closed { display: none; }
}

.order_summary_section_content { padding: 8px 0; }
.order_summary_section_content.box_limit { overflow-y: auto; max-height: 250px; padding-right: 5px; }
.order_summary_section_content::-webkit-scrollbar { width: 5px; border-radius: 5px; background-color: transparent; }
.order_summary_section_content::-webkit-scrollbar-thumb { border-radius: 5px; background-color: rgba(193, 193, 193, 0.8); }
.order_summary_section_content::-webkit-scrollbar-thumb:hover { background-color: rgba(168, 168, 168, 0.8);}
@media screen and (max-width: 999px) {
	.order_summary .order_summary_section_main { overflow: hidden; margin-top: 10px; -webkit-transition: height .2s; transition: height .2s; }
	.order_summary .order_summary_section_main.order_summary_section_content_closed { height: 0; visibility: hidden; }
	.order_summary_section_content { padding-top: 10px; }
}

@media screen and (min-width: 1000px) {
	.products_box .box_title { display: none; }
}

.product_table { display: flex; flex-direction: column; row-gap: 15px; }
.product_table .row { display: flex; height: 100%; }
.product_table .row > div { display: flex; flex-direction: column; justify-content: flex-start; position: relative; }
.product_table .picture > picture { display: flex; align-items: center; justify-content: center; border: 1px solid var(--checkoutBorderColor); border-radius: 4px; overflow: hidden; width: 64px; height: 64px; text-align: center; background-color: #fff; }
.product_table .picture > picture > img { max-width: 100%; }
.product_table .picture .qty { display: inline-flex; align-items: center; justify-content: center; position: absolute; top: -7px; right: -7px; z-index: 1; border-radius: 36px; min-width: 22px; min-height: 22px; padding: 0 7px; font-size: 12px; color: #fff; background-color: #5d5d5d; }
.product_table .info { flex-grow: 1; padding-left: 14px; }
.product_table .info .product_description_name { font-size: 14px; font-weight: 400; word-break: break-word; line-height: 22px; }
.product_table .info .invalid {line-height: 20px;margin-bottom: 8px;padding: 0 12px;color: #fff;border-radius: 50px;display: none;font-size: 14px;}
.product_table .error .info .invalid { display: inline-block; }
.product_table .info .attr_box > p,
.product_table .info .custom_attr > p { overflow: hidden; word-break: break-word; line-height: 20px; }
.product_table .info .attr_box b,
.product_table .info .prod_weight b { font-weight: 700; }
.product_table .info .pre_sales_info{ margin-bottom: 5px; }
.product_table .info .pre_sales_info .tag { display: inline-block; padding: 0 8px; line-height: 24px; border-radius: 5px; background-color: #ffe7e7; color: #f16056; font-size: 12px; }
.product_table .info .gifts_tips { margin-top: 5px; color: #eb3e3e; font-size: 12px; }
.product_table .info .gifts_tips i { margin-right: 6px; }
.product_table .info .cart_error { margin-top: 2px; line-height: 18px; }
.product_table .price { padding-left: 14px; }
.product_table .price > p { font-size: 14px; }

.coupon_box { position: relative; z-index: 110; }
.coupon_box .title{height:23px; line-height:23px; margin-bottom:8px; font-size:14px; border-radius: 0;font-weight: bold;}
.coupon_box .code_input { display: flex; position: relative; }
.coupon_box .code_input .input_box { display: flex; flex: 1; position: relative; cursor: pointer; }
.coupon_box .code_input .input_box .view_coupon { position: absolute; top: 0; right: 0; bottom: 0; width: 32px; text-align: center; transition: all 0.3s; line-height: 48px; }
.coupon_box .code_input .input_box .view_coupon.current { transform: rotate(-180deg); }
.coupon_box .code_input .input_box .view_coupon::before { content: "\e643"; font-family: "iconfont" !important; font-size: 14px; color: #646a73; }
.coupon_box .code_input .input_box>input { flex: 1; border: 1px var(--checkoutBorderColor) solid; border-radius: 4px; height: 48px; padding: 0 32px 0 14px; font-size: 12px; line-height: 48px; transition: var(--checkoutTextInputShadow); }
.coupon_box .code_input .input_box>input:focus { border-color: var(--CheckoutMainColor); box-shadow: 0 0 0 1px var(--CheckoutMainColor); }
.coupon_box .code_input .input_box>input.null { border-color:#e22120; }
.coupon_box .code_input .input_box.filled .input_box_label { font-size: 12px; -webkit-transform: translateY(3px); transform: translateY(3px); }
.coupon_box .code_input .input_box.filled .box_input { padding-top: 22px; padding-bottom: 4px; }
.coupon_box .code_input .btn_coupon_submit{ height:48px; line-height:48px; padding:0 12px; text-align:center; border:0; border-radius:4px;margin-left: 10px;font-size: 12px;font-weight: bold;color: #fff; background-color: var(--CheckoutMainColor); -webkit-user-select: none; user-select: none; }
.coupon_box .code_input.disabled .btn_coupon_submit { cursor: default; background-color: var(--CheckoutMainLightColor); }
.coupon_box .code_error{max-width: 335px;color:#e22120; padding-top:6px; display:none;}
.coupon_box .code_error>strong{font-weight:bold;}
.coupon_box .code_list { display: flex; gap: 10px; margin-top: 10px; }
.coupon_box .code_list.hide { display: none; }
.coupon_box .code_valid { display: flex; align-items: center; column-gap: 6px; position: relative; border-radius: 4px; overflow: hidden; padding: 7px 10px; font-size: 14px; color: #666; background-color: #ededed; line-height: 11px; }
.coupon_box .code_valid strong { font-size: 12px; font-weight: 700; color: #333; }
.coupon_box .code_valid::before { content: "\e63a"; font-family: "iconfont" !important; font-size: 16px; color: #646a73; }
.coupon_box .code_valid.hide { display: none; }
.coupon_box .btn_coupon_remove { border-radius: 50px; margin: -6px; padding: 6px; text-align: center; text-decoration: none; color: #222; }
.coupon_box .btn_coupon_remove i { font-size: 10px; }

.coupon_box .coupon_content_box{min-width: 100%;width: 315px;overflow:hidden; background-color:#fff; position:absolute; top:48px; right:0;border-radius: 4px;z-index: 1;padding: 20px;padding-right: 5px;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);}
.coupon_box .coupon_content_box .close{position: absolute;top: 8px;right: 15px;cursor: pointer;width: 40px;height: 30px;line-height: 30px;text-align: center;display: none;}
.coupon_box .coupon_content_box .close::before{content: "\e631";font-family: "iconfont" !important;color: #7e7e7e;font-size: 16px;}
.coupon_box .coupon_content_box .no_cou{font-size: 14px;color: #555555;display: flex;text-align: center;align-items: center;width: 94%;height: 158px;background-color: #f7f7f7;padding: 0 3%;justify-content: center;margin-top: 10px;}
.coupon_box .coupon_content_box .cou_tit{font-size: 16px;line-height: 18px;color: #555555;font-weight: bold;}
.coupon_box .coupon_content_box .item_box{max-height: 435px;overflow-y: auto;padding-right: 15px;}
.coupon_box .coupon_content_box .item_box::-webkit-scrollbar{width: 10px;background: #fff;border-radius: 5px;}
.coupon_box .coupon_content_box .item_box::-webkit-scrollbar-thumb{background: rgba(193, 193, 193, 0.8);border-radius: 5px;}
.coupon_box .coupon_content_box .item_box::-webkit-scrollbar-thumb:hover{background: rgba(168, 168, 168, 0.8);}
.coupon_box .coupon_content_box .item{background-color: #fff6f3;color: #fff;margin-top: 12px;position: relative;overflow: hidden;cursor: pointer;}
.coupon_box .coupon_content_box .item .radio{width: 19px;height: 19px;border-radius: 19px;background-color: #fff;position: absolute;top: 10px;right: 10px;text-align: center;line-height: 19px;border:1px solid #606060;}
.coupon_box .coupon_content_box .item .radio::before{content: "\e647";font-family: "iconfont" !important;color: #ffffff;font-size: 18px;opacity: 0;transition: all 0.3s;}
.coupon_box .coupon_content_box .item.current .radio{background-color: #000;border-color: #000;}
.coupon_box .coupon_content_box .item.current .radio::before{opacity: 1;}
.coupon_box .coupon_content_box .item .cou_l{padding: 10px 30px 6px 20px;border-bottom: 1px dashed #ffffff;color: #f6490d;}
.coupon_box .coupon_content_box .item .dis{font-size: 20px;line-height: 26px;font-weight: bold;}
.coupon_box .coupon_content_box .item .max{margin-bottom: 4px;}
.coupon_box .coupon_content_box .item .code{line-height: 18px;font-size: 14px;}
.coupon_box .coupon_content_box .item .cou_r{padding: 10px 10px 8px 20px;color: #666666;line-height: 18px;font-size: 12px;}
.coupon_box .coupon_content_box .item.disabled{background-color: #f5f5f5;color: #bbbbbb;cursor: no-drop;}
.coupon_box .coupon_content_box .item.disabled .cou_l,
.coupon_box .coupon_content_box .item.disabled .cou_r{color: #bbbbbb;}
.coupon_box .coupon_content_box .item.disabled .radio{background-color: #eeeeee;border-color: #dfdfdf;}
@media (max-width: 768px) {
	.coupon_box .coupon_content_fixed{position: fixed;top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0, 0, 0, 0.5);z-index: 10000;}
	.coupon_box .coupon_content_box{width: auto;top: auto;bottom: 0;left: 0;right: 0;box-sizing: border-box;}
	.coupon_box .coupon_content_box .cou_tit{line-height: 36px;font-size: 18px;}
	.coupon_box .coupon_content_box .close{display: block;}
}

.amount_box .box_title{padding-bottom: 10px;}
.amount_box .rows{line-height:18px; padding: 5px 0; font-size:14px;}
.amount_box .rows .flex_box{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.amount_box .rows .name{flex: 1;-webkit-flex: 1;-ms-flex: 1;}
.amount_box .rows .value{text-align:right;}
.amount_box .rows .name,
.amount_box .rows .value{display:inline-block; vertical-align:top;}
.amount_box .rows[data-key="CouponCharge"],
.amount_box .rows[data-key="ServiceCharge"],
.amount_box .rows[data-key="PointsCharge"] { display: none; }
.amount_box .rows[data-key="PointsCharge"] .cost { font-size: 12px; color: #666; }
.amount_box .total_charge { padding-top: 20px; padding-bottom: 0; font-weight: 700; line-height: 32px; }
.amount_box .total_charge em{font-weight: bold;}
.amount_box .total_charge .name{font-size: 14px;}
.amount_box .total_charge .value{font-size: 22px;}
.amount_box .reward-points{line-height: 20px;margin-top: 10px;font-size: 14px;text-align: right;}
.amount_box .reward-points .points-num{color: #ed3f36;font-weight: bold;}
.amount_box .rows.free_shipping_tips{text-align: right;font-size: 14px;margin-top: 6px;display: none;justify-content: end;line-height: 22px;}
.amount_box .rows.free_shipping_tips .text_r{max-width: 300px;}
.amount_box .rows.free_shipping_tips span{color: #ed3f36;}

.order_summary .btn_place_order { border: 0; border-radius: 4px; width: 100%; height: 60px; background-color: var(--CheckoutMainColor); font-weight: bold; line-height: 60px; }
.order_summary .btn_place_order.global-button-loading { text-indent: 0; color: var(--CheckoutMainColor); }
.order_summary .btn_cancel { width: 100%; height: 46px; border: 0; border-radius: 4px; background-color: #ccc; line-height: 46px; }
#PlaceOrderFrom #paypal_button_container { display: none; position: relative; min-height: 35px; text-align: center; }
#PlaceOrderFrom #paypal_credit_button_container { display: none; position: relative; min-height: 35px; text-align: center; }
#PlaceOrderFrom #paypal_card_field_button_container { display: none; border-radius: 4px; width: 100%; height: 46px; text-align: center; font-size: 16px; color: #fff; font-weight: bold; cursor: pointer; background-color:var(--CheckoutMainColor); line-height: 46px; }
#PlaceOrderFrom #paypal_card_field_button_container.global-button-loading { text-indent: 0; color: var(--CheckoutMainColor); cursor: no-drop; }
#PlaceOrderFrom #paypal_paylater_message { display: none; }
#PlaceOrderFrom #paypal_button_save_payment_method { display: none; align-items: flex-start; margin-top: 16px; line-height: 18px; }
#PlaceOrderFrom #paypal_button_save_payment_method>input { margin-top: 2px; }
#PlaceOrderFrom #paypal_button_save_payment_method>label { margin-left: 10px; cursor: pointer; }
#PlaceOrderFrom #paypal_button_save_payment_method.show { display: flex; }
#PlaceOrderFrom #paypal_apple_button_container { display: none; }
#PlaceOrderFrom #paypal_google_button_container { display: none; }
#PlaceOrderFrom #paypal_pay_later_container { display: none; position: relative; min-height: 35px; margin-top: 16px; text-align: center; }
#PlaceOrderFrom #google_button_container { display: none; position: relative; min-height: 35px; text-align: center; }
.checkout_button { display: none; }
@media screen and (max-width: 999px) {
	.checkout_button{display: block;text-align: center;padding-top: 25px;font-size: 14px;}
	.checkout_button .iconfont{display: inline-block;transform: rotate(90deg);}
	.order_summary .checkout_btn_back {color: var(--CheckoutMainColor);}
	#PlaceOrderFrom { padding: 0 20px; }
}

.cart_footer { border-top: 1px solid var(--checkoutBorderColor); width: 100%; padding: 20px 0; font-size: 0; line-height: 22px; }
.cart_footer a { display: inline-block; margin-right: 20px; margin-bottom: 12px; font-size: 12px; color: var(--CheckoutMainColor); }
.cart_footer_mobile { display: none; padding-right: 20px; padding-bottom: 15px; padding-left: 20px; }
@media screen and (max-width: 999px) {
	.cart_footer { display: none; }
	.cart_footer_mobile { display: flex; justify-content: center; }
	.cart_footer_mobile .agreement_list { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; width: 80%; }
	.cart_footer_mobile .agreement_list > a { width: 45%; margin: 0; }

	.checkout_container[data-type="step"] .cart_footer { display: block; width: calc(100% - 40px); margin: 0 20px; }
}

.checkout_button_box { display: flex; align-items: center; gap: 20px; padding-bottom: 80px;}
.checkout_button_box .step_btn { display: inline-block; border-radius: 5px; height: 60px; background-color: var(--CheckoutMainColor); padding: 0 40px; font-size: 14px; font-weight: bold; color: #fff; cursor: pointer; line-height: 60px; }
.checkout_button_box .step_btn.global-button-loading { text-indent: 0; color: var(--CheckoutMainColor); }
.checkout_button_box .btn_return { font-size: 14px; color: var(--CheckoutMainColor); line-height: 28px; } 
.checkout_button_box .box_paypal { display: flex; flex-direction: column; gap: 16px; width: 240px; max-width: 300px; }
.checkout_button_box .box_paypal.hide { display: none; }
.checkout_button_box #paypal_button_container { display: none; z-index: 1; }
.checkout_button_box #paypal_credit_button_container { display: none; z-index: 1; }
.checkout_button_box #paypal_card_field_button_container { display: none; z-index: 1; border-radius: 4px; height: 60px; padding: 0 30px; text-align: center; font-size: 14px; color: #fff; font-weight: bold; cursor: pointer; background-color:var(--CheckoutMainColor); line-height: 60px; }
.checkout_button_box #paypal_card_field_button_container.global-button-loading { text-indent: 0; color: var(--CheckoutMainColor); cursor: no-drop; }
.checkout_button_box #paypal_paylater_message { display: none; z-index: 1; }
.checkout_button_box #paypal_button_save_payment_method { display: none; align-items: flex-start; line-height: 18px; }
.checkout_button_box #paypal_button_save_payment_method>input { margin-top: 2px; }
.checkout_button_box #paypal_button_save_payment_method>label { margin-left: 10px; cursor: pointer; }
.checkout_button_box #paypal_button_save_payment_method.show { display: flex; }
.checkout_button_box #paypal_apple_button_container { display: none; z-index: 1; }
.checkout_button_box #paypal_google_button_container { display: none; z-index: 1; }
.checkout_button_box #paypal_pay_later_container { display: none; z-index: 1; }
.checkout_button_box #google_button_container { display: none; z-index: 1; width: 240px; }
.checkout_button_box #google_button_container .gpay-card-info-container { min-width: 240px; }
.checkout_button_box.payment { align-items: flex-start; }
.checkout_button_box.payment .btn_return { margin-top: 12px; }
@media screen and (max-width: 999px) {
	.checkout_button_box { flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; justify-content: center; padding: 0 20px 50px; }
	.checkout_button_box .step_btn { width: 100%; text-align: center; }
	.checkout_button_box .btn_return { position: relative; margin: 0; text-decoration: none;}
	.checkout_button_box .btn_return::before { content: "\e63c"; font-family: "iconfont"; padding-right: 8px; font-size: 12px; }
	.checkout_button_box .box_paypal { width: 100%; max-width: 100%; }
}

@media only screen and (min-width: 75px) {
    #PlaceOrderFrom #paypal_apple_button_container,
	#PlaceOrderFrom #paypal_google_button_container { margin-top: 8px; }
	#PlaceOrderFrom #paypal_google_button_container .gpay-card-info-container { height: 25px; min-height: 25px; max-height: 30px; }
	#PlaceOrderFrom #btn_applypay { --apple-pay-button-height: 25px; }
}
@media only screen and (min-width: 150px) {
    #PlaceOrderFrom #paypal_apple_button_container,
	#PlaceOrderFrom #paypal_google_button_container { margin-top: 8px; }
	#PlaceOrderFrom #paypal_google_button_container .gpay-card-info-container { height: 25px; min-height: 25px; max-height: 55px; }
	#PlaceOrderFrom #btn_applypay { --apple-pay-button-height: 25px; }
}
@media only screen and (min-width: 200px) {
    #PlaceOrderFrom #paypal_apple_button_container,
	#PlaceOrderFrom #paypal_google_button_container { margin-top: 11px; }
	#PlaceOrderFrom #paypal_google_button_container .gpay-card-info-container { height: 35px; min-height: 35px; max-height: 55px; }
	#PlaceOrderFrom #btn_applypay { --apple-pay-button-height: 35px; }
}
@media only screen and (min-width: 300px) {
    #PlaceOrderFrom #paypal_apple_button_container,
	#PlaceOrderFrom #paypal_google_button_container { margin-top: 14px; }
	#PlaceOrderFrom #paypal_google_button_container .gpay-card-info-container { height: 45px; min-height: 30px; max-height: 55px; }
	#PlaceOrderFrom #btn_applypay { --apple-pay-button-height: 45px; }
}
@media only screen and (min-width: 500px) {
    #PlaceOrderFrom #paypal_apple_button_container,
	#PlaceOrderFrom #paypal_google_button_container { margin-top: 17px; }
	#PlaceOrderFrom #paypal_google_button_container .gpay-card-info-container { height: 55px; min-height: 40px; max-height: 55px; }
	#PlaceOrderFrom #btn_applypay { --apple-pay-button-height: 55px; }
}
@media only screen and (min-width: 1000px) {
	#PlaceOrderFrom #paypal_apple_button_container,
	#PlaceOrderFrom #paypal_google_button_container { margin-top: 12px; }
	#PlaceOrderFrom #paypal_google_button_container .gpay-card-info-container { height: 45px; min-height: 45px; max-height: 55px; }
	#PlaceOrderFrom #btn_applypay { --apple-pay-button-height: 45px; }
}

.information_contact { border: 1px solid var(--checkoutBorderColor); border-radius: 4px; overflow: hidden; margin-bottom: 35px; }
.information_contact .info_list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-top: 1px solid var(--checkoutBorderColor);; margin: 0 17px; padding: 15px 0; font-size: 14px; line-height: 24px; }
.information_contact .info_list:first-child { border: none; }
.information_contact .info_list .info { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.information_contact .info_list .tit { -webkit-box-flex: 0 1 90px; -webkit-flex: 0 1 90px; -ms-flex: 0 1 90px; flex: 0 1 90px; padding-right: 15px; color: #666; }
.information_contact .info_list .content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding-right: 15px; word-break: break-word; color: #333;}
.information_contact .info_list .change { text-decoration: underline; font-size: 12px; color: #2e9cc3;}
.information_contact .info_list .b { font-weight: bold; }
.information_contact .info_list .pack { margin-top: 10px; }
.information_contact .info_list .pack:first-child { margin-top: 0px; }
@media screen and (max-width: 999px) {
	.information_contact { width: calc(100% - 40px); margin: 0 20px 35px; padding: 0; }
	.information_contact .info_list .info { flex-wrap: wrap; }
	.information_contact .info_list .tit { -webkit-box-flex: 0 1 100%; -webkit-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; margin-bottom: 5px; }
}

#payment_ready{width:800px; height:408px; overflow:hidden; text-align:center; background-color:#fff; position:fixed; top:20%; left:0; z-index:10001;}
#payment_ready .load{height:176px; margin-top:60px; position:relative;}
#payment_ready .load .load_payment{width:200px; height:100px; position:absolute; top:20%; left:50%; margin-left:-98px;}
#payment_ready .load .load_image, #payment_ready .load .load_loader{width:100px; height:100px; position:absolute; top:0; left:50%; opacity:1; filter:alpha(opacity=100);}
#payment_ready .load .load_image{margin:28px 0 0 -25px; background:url(../images/global/loading_payment.png) no-repeat;}
#payment_ready .load .load_loader{margin:0 0 0 -55px; background-color:transparent; border-left:5px #cbcbca solid; border-right:5px #cbcbca solid; border-bottom:5px #cbcbca solid; border-top:5px #2380be solid; border-radius:100%; animation:rotation .7s infinite linear; -o-animation:rotation .7s infinite linear; -moz-animation:rotation .7s infinite linear; -webkit-animation:rotation .7s infinite linear;}
#payment_ready .info{padding:20px 0;}
#payment_ready .info p{margin-top:16px; font-size:18px; color:#666;}
#payment_ready .info p:first-child{margin-top:0; font-size:24px;}

@media screen and (max-width: 999px) {
	/*Shipping Address*/
	.checkout_address_form .form_box .box { flex: auto; width: 100%; }
	.checkout_address_form .form_box .box:first-child { margin-right: 0; margin-bottom: 12px; }
	.checkout_address_form .rows { margin-bottom: 12px; padding: 0; }
	.checkout_address_form .col-2, .checkout_address_form .col-3 { width: 100%; }
	.checkout_address_form .rows .box_input_group .input_group_addon { width: 48px; font-size: 14px; appearance:none; -webkit-appearance:none; -moz-appearance:none; border-radius: 5px 0 0 5px; }
	.checkout_address_form .rows:nth-child(5) .box:first-child { z-index: 20; }

	/*Shipping method*/
	.information_shipping .error { padding: 15px; line-height: 22px; font-size: 14px; }
	.information_shipping .list li .name .info { flex-wrap: wrap; }
	.information_shipping .list li .name .info>label { margin: 10px 0 5px; }
	.information_shipping .list li .name .info .price { width: 100%; margin-left: 0; line-height: 18px; padding-bottom: 12px; }

	/*Payment Method*/
	.information_payment .pay_address_error { display: none; padding: 15px; line-height: 22px; font-size: 14px; }
	.information_payment .payment_row .img { height: 24px; }
	.information_payment .payment_contents .payment_note { padding: 20px 15px; line-height: 20px; font-size: 14px; }

	/*Products*/
	.checkout_content {width: 100%;}
	.checkout_content .information_box_products { margin-bottom: 1px; }
	.information_product .item_pro_table .prod_pic { width: 63px; height: 63px; }
	.information_product .item_pro_table .prod_pic .prod_qty { font-size: 12px; }
	.information_product .item_pro_table .prod_info { padding: 0 20px 0 17px; }
	.information_product .item_pro_table .prod_info .prod_name { line-height: 18px; font-size: 12px; margin-bottom: 3px; }
	.information_product .item_pro_table .attr_box, .information_product .item_pro_table .custom_attr { line-height: 18px; font-size: 12px; }

	.fixed_package_products { align-items: end; }
	.fixed_package_products .fixed_box { width: 100%; padding-bottom: 0; }
	.fixed_package_products .products_close { height: 55px; line-height: 55px; }
	.fixed_package_products .products_title { font-size: 16px; }
	.fixed_package_products .products_button .products_save_button { height: 40px; font-size: 14px; line-height: 40px; }

	.fixed_shipping_choice { align-items: end; }
	.fixed_shipping_choice .fixed_box { width: 100%; padding-bottom: 0; }
	.fixed_shipping_choice .choice_close { height: 55px; line-height: 55px; }
	.fixed_shipping_choice .choice_title { font-size: 16px; }
	.fixed_shipping_choice .choice_button .choice_save_button { height: 40px; font-size: 14px; line-height: 40px; }

	/*complete*/
	.information_tariff .box_content{flex-wrap: wrap;}
	.information_tariff .box{width: 100%;flex: auto;}
	.information_tariff .box:first-child{margin-right: 0;margin-bottom: 12px;}
	
}
@media (max-width: 768px) {
	#payment_ready{width: 90%;}
}

/*************************** 购物车单独页 End ***************************/

/*************************** 感谢、二次支付、线下凭证页 Start ***************************/
.complete_container .position{height:21px; line-height:21px; text-indent:7px; font:10px/25px Verdana;}
.complete_container .position strong{margin-right:5px;}
.complete_container .complete{padding:20px 8px; overflow:hidden; background-color:#fff;}
.complete_container .complete .tips{width:572px; padding-right:28px; padding-left:8px; overflow:hidden;}
.complete_container .complete .tips>h3{color:#077208; padding-bottom:12px; font:400 20px/38px georgia;}
.complete_container .complete .tips .payment_info{line-height:180%;}
.complete_container .complete .orders_info{width:310px; padding:10px 12px; margin-left:0; margin-bottom:75px; border:1px solid #c58f6d; background:#fffce9; position:relative;}
.complete_container .complete .orders_info h3{font-size:16px; font-weight:bold; padding-bottom:5px;}
.complete_container .complete .orders_info .rows{height:26px; line-height:26px; overflow:hidden;}
.complete_container .complete .orders_info .rows label{display:block; width:164px; height:26px; float:left; overflow:hidden; font-weight:bold;}
.complete_container .complete .orders_info .rows span{float:left; font-weight:bold; font-family:Verdana;}
.complete_container .complete .orders_info .rows span.red{color:#9a0103;}
.complete_container .order_summary #PlaceOrderFrom { display: flex; flex-direction: column; gap: 16px; }
.complete_container .order_summary .btn_cancel { font-size: 14px; color: #333; background-color: transparent; }
.complete_container .order_summary .btn_cancel:hover { box-shadow: none; }

.success_container .information_payment { margin-bottom: 30px; }
.success_container .information_payment .title { margin-bottom: 8px; font-size: 18px; color: #333; font-weight: 500; }
.success_container .information_payment .payment_info { line-height: 18px; margin-bottom: 20px; font-size: 14px; color: #7a7a7a; }
.success_container .information_payment .payment_form .input_box_txt:focus { border-color: var(--CheckoutMainColor); box-shadow: 0 0 2px var(--CheckoutMainColor); }
.success_container .information_payment .payment_form select:focus { border-color: var(--CheckoutMainColor); box-shadow: 0 0 2px var(--CheckoutMainColor); }
.success_container .information_payment .contact { margin-top:30px; font-size: 14px; }
.success_container .information_payment .contact a { color: #2e9cc3; text-decoration: underline; }
.success_container .information_payment .payment_desc { margin-bottom: 20px; }
@media screen and (max-width: 999px) {
	.success_container .information_payment .title { font-weight: 600; }
}

.success_container .proof_button { display: flex; align-items: center; gap: 30px; }
.success_container #add_proof { display: inline-block; border-radius: 5px; min-width: 205px; height: 50px; padding: 0 25px; text-align: center; font-size: 16px; color: #fff; cursor: pointer; background-color: var(--CheckoutMainColor); line-height: 50px; }
.success_container #changePaymentBtn { display: inline-block; vertical-align: middle; text-decoration: none; font-size: 14px; color: var(--CheckoutMainColor); }
.success_container .payment_form { display: none; }
.success_container .payment_form .rows { margin-bottom: 16px; }
.success_container .payment_form .rows p.error { display:none; margin-top: 5px; font-size: 12px; color:#e22120; line-height: 16px; }
.success_container .payment_form .form_box { display: flex; }
.success_container .payment_form .form_box .box { flex: 1; }
.success_container .payment_form .form_box .box:first-child { margin-right: 10px; }
.success_container .payment_form .item { border: 1px solid var(--checkoutBorderColor); }
.success_container .payment_form .item .proof_title { display: flex; align-items: center; position: relative; padding: 13px; cursor: pointer; line-height: 24px; }
.success_container .payment_form .item .proof_title .name { margin-left: 12px; font-size: 14px; color: #000000; }
.success_container .payment_form .item .proof_title .checked { position: relative; }
.success_container .payment_form .item .proof_title input { position: relative; border: none; width: 16px; height: 16px; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.success_container .payment_form .item .proof_title input:after { content: ""; position: absolute; top: 0; left: 0; width: 16px; height: 16px; border: 1px solid #dadada; background-color: #fff; transition: all 0.1s ease-in-out; border-radius: 18px; }  
.success_container .payment_form .item .proof_title input:checked:after { width: 8px; height: 8px; border: 5px solid var(--CheckoutMainColor); }  
.success_container .payment_form .item .proof_title:before { display: block; content: ""; position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; z-index: 1; border: 1px var(--CheckoutMainColor) solid; pointer-events: none; transition: var(--checkoutTextInputShadow); opacity: 0; }
.success_container .payment_form .item .list { display: none; padding: 20px; background-color: #f9f9f9; }
.success_container .payment_form .item .upload_box { position: relative; width: 120px; height: 120px; border: 2px dashed var(--checkoutBorderColor); border-radius: 5px; border: 1px dashed #aaa; background-color: #fafafa; }
.success_container .payment_form .item .upload_box .pic_box { position: relative; margin: 0!important; max-width: 100%!important; max-height: 100%!important; width: 120px; height: 120px; vertical-align: middle; font-size: 0; text-align: center; cursor: pointer; z-index: 1; }
.success_container .payment_form .item .upload_box .upload_file { width: 100%; height: 100%; position: absolute;  left: 0px;  top: 0px;  bottom: 0;  right: 0;  padding: 0;  filter: alpha(opacity=0);  -moz-opacity: 0;  -webkit-opacity: 0;  opacity: 0;  cursor: pointer;  font-size: 70px;  z-index: 3; cursor: pointer; font-size: 0; }
.success_container .payment_form .item .upload_box i { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #757575; font-size: 30px; }
.success_container .payment_form .item .upload_box .close { position: absolute; top: -7px; right: -7px; display: none; width: 24px; height: 24px; line-height: 24px; text-align: center; color: white; background: rgba(0,0,0,0.5); border-radius: 50%; cursor: pointer; z-index: 4; }
.success_container .payment_form .item#upload_proof,
.success_container .payment_form .item#upload_proof .proof_title:before { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.success_container .payment_form .item#edit_proof,
.success_container .payment_form .item#edit_proof .list { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.success_container .payment_form .item:not(:first-child) { border-top: none; }
.success_container .payment_form .item.current { background-color: var(--CheckoutMainBackgroundColor); }
.success_container .payment_form .item.current .list { display: block; }
.success_container .payment_form .item.current .proof_title:before { opacity: 1; }
.success_container .payment_form .button .btn_global { border-radius: 5px; min-width: 205px; height: 50px; margin-top: 20px; margin-right: 20px; padding: 0 40px; font-size: 16px; color: #fff; background-color: var(--CheckoutMainColor); line-height: 50px; }
.success_container .payment_form .button .btn_cancel { display: none; }
@media screen and (max-width: 999px) {
	.success_container .proof_button { flex-direction: column; gap: 10px; }
	.success_container #add_proof { width: 100%; }
	.success_container #changePaymentBtn{ display: block; margin: 15px 0; }
	.success_container .payment_form .form_box { flex-direction: column; }
	.success_container .payment_form .form_box .box:first-child { margin-right: 0; margin-bottom: 16px; }
	.success_container .payment_form .button .btn_global { width: 100%; }
}

.success_container .button #paypal_button_container { display: none; position: relative; min-height: 35px; text-align: center; }
.success_container .button #paypal_credit_button_container { display: none; position: relative; min-height: 35px; text-align: center; }
.success_container .button #paypal_card_field_button_container { display: none; border-radius: 4px; width: 100%; height: 46px; text-align: center; font-size: 16px; color: #fff; font-weight: bold; cursor: pointer; background-color:var(--CheckoutMainColor); line-height: 46px; }
.success_container .button #paypal_card_field_button_container.global-button-loading { text-indent: 0; color: var(--CheckoutMainColor); cursor: no-drop; }
.success_container .button #paypal_paylater_message { display: none; }
.success_container .button #paypal_button_save_payment_method { display: none; align-items: flex-start; margin-top: 16px; line-height: 18px; }
.success_container .button #paypal_button_save_payment_method>input { margin-top: 2px; }
.success_container .button #paypal_button_save_payment_method>label { margin-left: 10px; cursor: pointer; }
.success_container .button #paypal_button_save_payment_method.show { display: flex; }
.success_container .button #paypal_apple_button_container { display: none; }
.success_container .button #paypal_google_button_container { display: none; }
.success_container .button #paypal_pay_later_container { display: none; position: relative; min-height: 35px; margin-top: 16px; text-align: center; }
.success_container .button #google_button_container { display: none; position: relative; min-height: 35px; text-align: center; }

.success_container .box_payment .payment_img_box{ width: 110px; height: 110px; position: relative; box-sizing: border-box; border: 1px #aaaaaa dashed; background-color: #f7f7f7; border-radius: 5px; }
.success_container .box_payment .payment_img_box img{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }

.success_container .information_order { margin-bottom: 35px; }
.success_container .orders_payment_table { border: 1px solid var(--checkoutBorderColor); border-radius: 4px; overflow: hidden; margin-bottom: 20px; }
.success_container .orders_payment_table .info_list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-top: 1px solid var(--checkoutBorderColor);; margin: 0 17px; padding: 15px 0; font-size: 14px; line-height: 24px; }
.success_container .orders_payment_table .info_list:first-child { border: none; }
.success_container .orders_payment_table .info_list .info { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.success_container .orders_payment_table .info_list .tit { -webkit-box-flex: 0 1 170px; -webkit-flex: 0 1 170px; -ms-flex: 0 1 170px; flex: 0 1 170px; padding-right: 15px; color: #797979; }
.success_container .orders_payment_table .info_list .desc { flex: 1; color: #313131; }
.success_container .orders_payment_table.no_border { border: 0; }
@media screen and (max-width: 999px) {
	.success_container .orders_payment_table { width: 100%; margin: 0 0 35px; padding: 0; }
	.success_container .orders_payment_table .info_list { flex-wrap: wrap; }
	.success_container .orders_payment_table .info_list .tit { -webkit-box-flex: 0 1 100%; -webkit-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; margin-bottom: 5px; }
}

.success_container { display: flex; flex-direction: row; }
@media screen and (max-width: 999px) {
    .success_container { width: 100%; max-width: 528px; margin: 0 auto; }
}
@media screen and (max-width: 750px) {
    .success_container { width: 100%; }
}

.success_container .information_status { display: flex; flex-wrap: wrap; margin-bottom: 30px; padding-top: 15px; }
.success_container .information_status .box_r { flex: 1; }
.success_container .information_status h3 { margin-bottom: 7px; font-size: 20px; font-weight: 700; line-height: 28px; }
.success_container .information_status .note { font-size: 14px; color: #545454; line-height: 18px; }
.success_container .information_status a { margin-left: 5px; text-decoration: underline; color: #2e9cc3; }
.success_container .icon_success_status { position: unset; width: 52px; height: 52px; margin-right: 18px; background-size: 100%; }
.success_container .icon_success_status.await { background-image: url(../images/cart/icon_success_pending.png); background-position: center; }
.success_container .box_fail .icon_success_status { background-image:url(../images/cart/icon_success_red.png); }
.success_container .box_thanks .icon_success_status { background-image:url(../images/cart/icon_success_green.png); }
@media screen and (max-width: 999px) {
	.success_container .information_status { flex-direction: column; align-items: center; gap: 15px; margin-bottom: 45px; text-align: center; }
	.success_container .icon_success_status { margin: 0; }
	.success_container .information_status .note { line-height: 22px; }
}

.success_container .await_info { width: 100%; margin-top: 20px; padding: 18px 65px; font-size: 14px; color: #666; background-color: #fafafa; }
.success_container .await_info p { line-height: 28px; }
.success_container .await_info a { margin-left: 0; text-decoration: underline; color: #2e9cc3; }

.success_container .hide_payment_list { height: 0; overflow: hidden; padding: 0; }

.success_container .information_address .box_title { padding-bottom: 12px; }
.success_container .information_address .box_content { margin-bottom: 30px; }
.success_container .information_products .information_product { padding-bottom: 20px; }

.success_container .information_order { margin-bottom: 35px; }
.success_container .orders_info_table { border: 1px solid var(--checkoutBorderColor); border-radius: 4px; overflow: hidden; margin-bottom: 20px; }
.success_container .orders_info_table .info_list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-top: 1px solid var(--checkoutBorderColor);; margin: 0 17px; padding: 15px 0; font-size: 14px; line-height: 24px; }
.success_container .orders_info_table .info_list:first-child { border: none; }
.success_container .orders_info_table .info_list .info { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.success_container .orders_info_table .info_list .tit { -webkit-box-flex: 0 1 170px; -webkit-flex: 0 1 170px; -ms-flex: 0 1 170px; flex: 0 1 170px; padding-right: 15px; color: #797979; }
.success_container .orders_info_table .info_list .desc { flex: 1; color: #313131; }
@media screen and (max-width: 999px) {
	.success_container .orders_info_table .info_list { flex-wrap: wrap; }
	.success_container .orders_info_table .info_list .tit { -webkit-box-flex: 0 1 100%; -webkit-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; }
}

.success_container .btn_continue_shopping { display: inline-block; vertical-align: top; border-radius: 5px; height: 50px; padding: 0 24px; text-align: center; text-decoration: none; font-size: 16px; color: #fff; background-color: var(--CheckoutMainColor); line-height: 50px; }
@media (max-width: 999px) {
	.success_container .btn_continue_shopping { width: 100%; }
}

.success_container .account_self_info { margin-bottom: 35px; }
.success_container .account_self_info form[name=account_form] { display: flex; flex-direction: column; gap: 20px; }
.success_container .account_self_info .title { line-height: 26px; }
.success_container .account_self_info .title .acc_tit { font-size: 18px; font-weight: 500; }
.success_container .account_self_info .title .acc_desc { font-size: 14px; color: #7a7a7a; }
.success_container .account_self_info .email { border-radius: 5px; overflow: hidden; width: 100%; padding: 6px 15px; font-size: 14px; background-color: #ececec; line-height: 18px; }
.success_container .account_self_info .email .email_tit { color: #797979; }
.success_container .account_self_info .email .email_desc { color: #333; }
.success_container .account_self_info .password .input_box_txt:focus { border-color: var(--CheckoutMainColor); box-shadow: 0 0 2px var(--CheckoutMainColor); }
.success_container .account_self_info .btn_create_account { display: inline-block; vertical-align: top; border: 0; border-radius: 5px; width: max-content; height: 50px; padding: 0 24px; background-color: var(--CheckoutMainColor); color: #fff; line-height: 50px; }
@media (max-width: 999px) {
	.success_container .order_summary_section .button { padding: 0 20px; }
	.success_container .account_self_info .btn_create_account { width: 100%; }
	.success_container .order_summary_box { display: none; }
	.success_container[data-status="1"] .order_summary_box,
	.success_container[data-status="3"] .order_summary_box,
	.complete_container .order_summary_box { display: block; }
}
/*************************** 感谢、二次支付、线下凭证页 End ***************************/

/*************************** Paypal快捷支付部分 Start ***************************/

#paypal_checkout_module .choose_content{padding-top: 20px;}
#paypal_checkout_module #choose_close{top: 24px;}
#paypal_checkout_module .choose_content h2{margin-bottom: 0;padding-bottom: 0;border:none;}
#paypal_checkout_module .country_error{padding:8px 0; line-height: 20px; color:#999;}
#paypal_checkout_module #shipping_method_list{margin:0 -20px 0;}
#paypal_checkout_module #shipping_method_list .oversea{position: relative;padding-bottom: 54px;}
#paypal_checkout_module .title{height:30px; line-height:30px; padding:0 20px; font-size:16px;}
#paypal_checkout_module ul{min-height: 150px;max-height:200px; overflow-y:auto;}
#paypal_checkout_module li{padding:0px 20px 6px;}
#paypal_checkout_module li .name{height:28px; line-height:28px; overflow:hidden; font-size:14px; display:block;}
#paypal_checkout_module li .name>input{width:16px; height:16px; vertical-align:text-top;}
#paypal_checkout_module li .name>label{margin-left:9px;}
#paypal_checkout_module li .name .price{margin-left:26px;}
#paypal_checkout_module li .name .free_shipping{color:#c72020;}
#paypal_checkout_module li .brief{line-height:20px; margin-left:25px; color:#999; display:block;}
#paypal_checkout_module li.insurance{padding-top: 15px;padding-bottom: 15px;line-height: 24px;position: absolute;bottom: 0;font-size: 14px;}
#paypal_checkout_module li.insurance input{width:16px; height:16px; vertical-align:text-top;}
#paypal_checkout_module li.insurance strong{margin-left:10px;}
#paypal_checkout_module li.insurance .price{margin-left:26px;}

#paypal_checkout_module .coupon_box_position{position: absolute;line-height: 36px;right: 10px;top: 8px;}
#paypal_checkout_module .coupon_box_position .cou_btn{position: relative;display: block;font-size: 14px;padding:0px 24px 0 14px;color: #e55c5a;cursor: pointer;user-select: none;-webkit-user-select: none;-moz-user-select: none;border-top: 1px solid transparent;}
#paypal_checkout_module .coupon_box_position .cou_btn:before{position: absolute;top: 25px;right: 5px;content: '';border-width:6px 5px 0 5px;border-style: solid;border-color: transparent;border-top-color: #f16056;margin-top: -10px;}
#paypal_checkout_module .coupon_box_position .cou_btn:after{position: absolute;top: 24px;right: 5px;content: '';border-width:6px 5px 0 5px;border-style: solid;border-color: transparent;border-top-color: #fff;margin-top: -10px;}
#paypal_checkout_module .coupon_box_position.cur .cou_btn{position: relative;z-index: 1;border-top: 1px solid #fff;}
#paypal_checkout_module .coupon_box_position.cur .cou_btn:before{top: 24px;border-width:0px 5px 6px 5px;border-style: solid;border-color: transparent;border-bottom-color: #f16056;}
#paypal_checkout_module .coupon_box_position.cur .cou_btn:after{top: 25px;border-width:0px 5px 6px 5px;border-style: solid;border-color: transparent;border-bottom-color: #fff;}
#paypal_checkout_module .coupon_box{display: none;position: absolute;width: 230px;right: -1px;bottom: 36px;padding:20px 10px; border:1px #f4f4f4 solid;background: #fff;}
#paypal_checkout_module .coupon_box_position.cur .coupon_box{display: block;}
#paypal_checkout_module .coupon_box .code_input{width:230px;position:relative;}
#paypal_checkout_module .coupon_box .code_input>input{width:139px; height:28px; line-height:28px; padding:0 10px; border:1px #eee solid; border-right:0; display:inline-block; vertical-align:top;}
#paypal_checkout_module .coupon_box .code_input>input:focus{border-color:#ccc;}
#paypal_checkout_module .coupon_box .code_input>input.null{border-color:#e22120;}
#paypal_checkout_module .coupon_box .code_input .btn_coupon_submit{width:70px; height:30px; line-height:30px; padding:0; text-align:center; font-size:14px; border:0; border-radius:0; float:right;}
#paypal_checkout_module .coupon_box .code_error{color:#e22120; padding-top:7px; display:none;line-height: 20px;font-size: 12px;text-align: left;}
#paypal_checkout_module .coupon_box .code_error>strong{font-weight:bold;}
#paypal_checkout_module .coupon_box .code_valid{font-size:14px; display:none;text-align: left;}
#paypal_checkout_module .coupon_box .code_valid_content{line-height: 22px;}
#paypal_checkout_module .coupon_box .code_valid strong{font-weight:bold;}
#paypal_checkout_module .coupon_box .btn_coupon_remove{height:30px; line-height:30px; margin-top:5px;}

#paypal_checkout_module .coupon_box .coupon_content_box .item{height:18px; overflow:hidden; padding:6px 13px; cursor:default; border-top:1px #f4f4f4 solid;text-align: left;}
#paypal_checkout_module .coupon_box .coupon_content_box .item>p{line-height:1; font-size:12px; font-weight:400; margin-top:3px; display:inline-block;}
#paypal_checkout_module .coupon_box .coupon_content_box .item>p>span{margin-right:10px; font-weight:bold; color:#c00;}
#paypal_checkout_module .coupon_box .coupon_content_box .item:first-child{border:0;}
#paypal_checkout_module .coupon_box .coupon_content_box .item:hover{background-color:#f8f8f8;}

#paypal_checkout_module .footRegion{ height: auto; padding:8px 0 25px;border-top: none; text-align:center;background: #f7f7f7;margin-left: -20px;margin-right: -20px;margin-top: 0;margin-bottom: -20px;}
#paypal_checkout_module .footTotal{padding:8px 0 5px;margin-bottom: 0;}
#paypal_checkout_module .footRegion .btn{float: none;display: block;margin:5px auto 0;}
#paypal_checkout_module .footRegion .total{display:block;}
#paypal_payment_container{ min-height:36px; text-align:center; position:relative; -webkit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px;background: #f7f7f7;margin: -20px;margin-top: 0;padding-bottom: 20px;}

#cart_item .c_item{padding: 10px 10px 10px 110px;height: 90px;}
#cart_item .c_item .c_img{float: left;margin-left: -100px;width: 90px;height: 90px;text-align: center;vertical-align: middle;}
#cart_item .c_item .c_img:before{display: inline-block;height: 100%;vertical-align: middle;}
#cart_item .c_item .c_name{line-height: 30px;height: 30px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#cart_item .c_item .c_shipping{height: 60px;line-height: 30px;}
#cart_item .c_item .c_shipping select{height: 28px;line-height: 28px;min-width: 150px;}

#excheckout_loading{ width:100%; height:400px; overflow:hidden; background:url(../images/cart/loading.gif) center center no-repeat;}

#cart_coupon_set{position:fixed; opacity:0.95; z-index:100000; top:30%;}
#cart_coupon_set .box_bg{width:100%; height:100%; background-color:#fff; position:absolute; top:0; left:0; -moz-box-shadow:0px 0px 20px #000; -webkit-box-shadow:0px 0px 20px #000; box-shadow:0px 0px 20px #000; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;}
#cart_coupon_set #lb-wrapper{width:250px; padding:20px; padding-bottom:0px; position:relative; z-index:10; zoom:1; background-color:#fff; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; -webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip:padding-box; -moz-background-clip:padding-box; background-clip:padding-box;}
#cart_coupon_set #lb-wrapper label{font:14px/100% Verdana, Arial, Helvetica, sans-serif; display:block; padding-bottom:12px; color:#333; line-height:18px;}
#cart_coupon_set #lb-wrapper input{display:inline-block; width:210px; height:18px; padding:4px; margin-bottom:5px; color:#555555; border:1px solid #cccccc; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition:border linear 0.2s, box-shadow linear 0.2s; -moz-transition:border linear 0.2s, box-shadow linear 0.2s; -ms-transition:border linear 0.2s, box-shadow linear 0.2s; -o-transition:border linear 0.2s, box-shadow linear 0.2s; transition:border linear 0.2s, box-shadow linear 0.2s; font-size:14px; font-weight:normal; line-height:18px;}
#cart_coupon_set #lb-wrapper .footRegion{-webkit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px; padding:14px 19px 15px; margin:15px 0 0 -19px; background-color:whiteSmoke; border-top:1px solid #ddd; -webkit-box-shadow:inset 0 1px 0 #ffffff; -moz-box-shadow:inset 0 1px 0 #ffffff; box-shadow:inset 0 1px 0 #ffffff; width:100%;}
#cart_coupon_set #lb-wrapper .footRegion .btn{min-width:70px; display:inline-block; padding:4px 10px 4px; margin-bottom:0; font-size:14px; line-height:18px; color:#ffffff; text-align:center; text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25); vertical-align:middle; background-repeat:repeat-x; border:1px solid #cccccc; border-bottom-color:#b3b3b3; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); cursor:pointer;}
#cart_coupon_set #lb-wrapper .footRegion .btn:hover{color:#333333; text-decoration:none; background-color:#e6e6e6; background-position:0 -15px; -webkit-transition:background-position 0.1s linear; -moz-transition:background-position 0.1s linear; -ms-transition:background-position 0.1s linear; -o-transition:background-position 0.1s linear; transition:background-position 0.1s linear;}
#cart_coupon_set #lb-wrapper .footRegion .btn-success{background-color:#da4f49; background-image:-ms-linear-gradient(top, #ee5f5b, #bd362f); background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image:-o-linear-gradient(top, #ee5f5b, #bd362f); background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f); background-image:linear-gradient(top, #ee5f5b, #bd362f); border-color:#bd362f #bd362f #802420; border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
#cart_coupon_set #lb-wrapper .footRegion .btn-success:hover{background-color:#bd362f; text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25); color:#ffffff;}
#lb-close{width:20px; height:20px; text-indent:-999px; background:url(../images/cart/icon_shopping_close.png) no-repeat center; position:absolute; top:10px; right:10px; z-index:100000;}

.excheckout_complete_tips {display: block; width: 100%; line-height: 34px; overflow: hidden; margin-bottom: 20px; padding: 15px 26px; font-size: 16px; color: #fff; background-color: #ff8832; border-radius: 10px;}
@media (max-width: 999px) {
	.excheckout_complete_tips {line-height: 26px; padding: 15px 20px; font-size: 14px;}
}
/*************************** Paypal快捷支付部分 End ***************************/

.tool_tips{padding:15px; background:#fff; border:1px #999 solid; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); -webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); background-clip:padding-box; -moz-background-clip:padding-box; -webkit-background-clip:padding-box; position:absolute; z-index:999; display:none;}
.tool_tips .close{width:13px; height:13px; cursor:pointer; position:absolute; right:7px; top:7px; z-index:990;}
.tool_tips .arrow{width:20px; height:16px; background:url(../images/global/frame/sprite.png) no-repeat; position:absolute; z-index:990;}
.tool_tips>div{line-height:150%;}

/*************************** 积分 Start ***************************/
.points_box.has-coupon{padding-top: 0;}
.points_box .title{height:23px; line-height:23px; margin-bottom:8px; font-size:14px; border-radius: 0;font-weight: bold;}
.points_box .title span{font-weight: normal;}
.points_box .max_points{margin-top: 10px;line-height: 26px;}
.points_box .code_input { display: flex; position: relative; }
.points_box .code_input .input_box { display: flex; flex: 1; position: relative; cursor: pointer; }
.points_box .code_input .input_box>input { flex: 1;  border: 1px var(--checkoutBorderColor) solid; border-radius: 4px; height: 48px; padding: 0 14px; font-size: 12px; line-height: 48px; transition: var(--checkoutTextInputShadow); }
.points_box .code_input .input_box>input:focus { border-color: var(--CheckoutMainColor); box-shadow: 0 0 0 1px var(--CheckoutMainColor); }
.points_box .code_input .input_box>input.null { border-color: #e22120; }
.points_box .code_input .input_box.filled .input_box_label { font-size: 12px; -webkit-transform: translateY(3px); transform: translateY(3px); }
.points_box .code_input .input_box.filled .box_input { padding-top: 22px; padding-bottom: 4px; }
.points_box .code_input .btn_points_submit{ height:48px; line-height:48px; padding:0 12px; text-align:center; border:0; border-radius:4px;margin-left: 10px;font-size: 12px;font-weight: bold;color: #fff; background-color: var(--CheckoutMainColor);}
.points_box .code_input.disabled .btn_points_submit{background-color: var(--CheckoutMainLightColor);}
.points_box .code_error{max-width: 335px;color:#e22120; padding-top:6px; display:none;}
.points_box .code_error>strong{font-weight:bold;}
.points_box .points_valid{position:relative; display:none;line-height: 26px;background-color: #ededed; font-size:14px;color: #666666;border-radius: 4px;}
.points_box .points_valid .points_valid_content{padding: 11px 10px;}
.points_box .points_valid strong{font-weight:bold;color: #333;font-size: 16px;}
.points_box .btn_points_remove{width:18px; height:18px; line-height:20px; text-align:center; color:#fff; background-color:#aaaaaa; border-radius:50px; position:absolute; top:0px; right:12px;bottom: 0;margin: auto;}
.points_box .btn_points_remove i{display: block;line-height: 18px;transform: scale(0.75);text-align: center;font-size: 12px;}
/*************************** 积分 End ***************************/


@keyframes operate{
	0%{transform:translateX(100%); -webkit-transform:-webkit-translateX(100%);}
	50%{transform:translateX(50%); -webkit-transform:-webkit-translateX(50%);}
	100%{transform:translateX(0%); -webkit-transform:-webkit-translateX(0%);}
}
@-webkit-keyframes operate{
	0%{transform:translateX(100%); -webkit-transform:-webkit-translateX(100%);}
	50%{transform:translateX(50%); -webkit-transform:-webkit-translateX(50%);}
	100%{transform:translateX(0%); -webkit-transform:-webkit-translateX(0%);}
}

@keyframes null{
	0%{background:#FFF3F3;}
	50%{background:#FFCBCC;}
	100%{background:#FFFFFF;}
}
@-webkit-keyframes null{
	0%{background:#FFF3F3;}
	50%{background:#FFCBCC;}
	100%{background:#FFFFFF;}
}

@keyframes rotation{
	from{transform:rotate(0)}
	to{transform:rotate(359deg)}
}
@-o-keyframes rotation{
	from{-o-transform:rotate(0)}
	to{-o-transform:rotate(359deg)}
}
@-moz-keyframes rotation{
	from{-moz-transform:rotate(0)}
	to{-moz-transform:rotate(359deg)}
}
@-webkit-keyframes rotation{
	from{-webkit-transform:rotate(0)}
	to{-webkit-transform:rotate(359deg)}
}