body{font-size: 14px;background: #fff;}
i,em{font-style: normal;}
dd,ul,li{list-style: none;margin: 0;}
.gui-fr{float: right;}
.gui-fl{float: left;}
h3,dl, ol, ul,p{margin: 0;}
input:focus {
　　font-size: 16px !important;
}
.clearfix {
    clear: both;
    content: "";
    display: block;
    /* overflow: hidden; */
}
.flex-space-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*表单*/
.address-wrap .field input,
.address-wrap .field textarea,
.address-wrap .field select{
    width: 100%;
    outline: none;
    resize: none;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    background: transparent;
    transition: .3s;
    color: #333;
}
.address-wrap .field select{
    width: 100%;
 
}
.address-wrap .field select[name="state"]{
    margin-right: 2%;
}
.address-wrap .field textarea{
    padding-top: 10px;
    display: block;
}
.address-wrap .field input,
.address-wrap .field select{
    height: 46px;
}
.address-wrap .field{
    position: relative;
    margin: 15px 0;
}
.address-wrap .field label{
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    line-height: 42px;
    padding: 0 10px;
    z-index: 1;
    transition: all .3s;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.address-wrap .field-label label,
.address-wrap .fieldtel label{
    z-index: 3 ;
    line-height: 24px ;
    font-size: 12px ;
    padding-left: 11px ;
}
.address-wrap .field-label .field-input,
.address-wrap .fieldtel .field-input{
    padding-top: 18px ;
    font-size: 14px ;
}
.address-wrap .field.city_select label , .address-wrap .field.area_select label{
	width: auto;
}
.field input, .field select, .field textarea{
	appearance:button;
　　-moz-appearance:button;
　　-webkit-appearance:button;
 	outline: none;
    -webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

/*联动地址*/
.gf-select span{
    width: 100%;
    padding: 8px 27px 8px 10px;
    display: block;
    cursor: pointer;
}
.field-label .select2-selection__rendered{
    padding-top: 20px;
    height: 44px;
    border: 1px solid #ddd;
    position: relative;
    z-index: 4;
}
.field-label .select2-selection__rendered em{
    font-style: normal;
    position: absolute;
    top: 15px;
}
.select2-container,
.gf-select ul{
    display: none;
    position: absolute;
    border: 1px solid #ddd;
    border-top: none;
    width: 100%;
    background: #fff;
    z-index: 5;
    top: 44px;
}
.select2-search input {
    border-bottom: 1px solid #e6e6e6!important;
    height: 40px;
    padding-left: 0;
}
.gf-select ul li{
    line-height: 40px;
    border-top: 1px solid #ddd;
    padding: 0 10px;
}
.gf-select ul li:hover{
	background-color: #5897fb;color: #fff;
}
.gf-select ul li.selected{
    background-color: #5897fb;color: #fff;
}

.field input, .field select, .field textarea {
    border: 1px solid #ddd!important;
}
.gf-select .select-down {
    top: 12px;
    right: 8px;
    color: #999;
    position: absolute;
    font-size: 12px;
}
.fieldtel span.tel {
    left: 3px;
}
/*address AED*/
.address-wrap .fieldtel .tel{
    height: 42px;
    position: absolute;
    padding: 20px 0 0 10px;
}
.address-wrap .fieldtel input{
    padding-left: 50px;
}
.address-wrap .address-box label b{
    font-weight: normal;
    transition: .3s;
    font-size: 12px;
    margin-left: 5px;
}
.address-wrap .field-label b{
    visibility: hidden;
    opacity: 0;
}
/*address NTD*/
.address-wrap #twzipcode select , .address-thb .field-selec select{
	background: url(../images/select.png) no-repeat center right;
    -webkit-appearance: none;
}
/*address jpy*/
.field-select{
    width: 49%;
    float: left;
}
.field-select select{
    width: 100% !important;
    margin-right: 0 !important;
    position: relative;
    z-index: 4 !important;
    margin-bottom: 0 !important;
}
.field-select:nth-child(1){
    margin-right: 2%;
}
.field-select.field-label select{
    padding-top: 18px;
}
.field-zip{
    margin-bottom: 15px;
}
.field-zip .field-select{
    margin-right: 0;
    width: 46%;
}
.field-zip-line{
    width: 6%;
    text-align: center;
    float: left;
    line-height: 42px;
    height: 42px;
}
.address-jpy .clearfix .field{
    margin-top: 0 ;
    margin-bottom: 0;
}
.address-jpy .field-zip .field-select{
    width: 50%;
}
.address-jpy .name .field{
    width: 49%;
}

    /*address KRW*/
.address-krw .field-three{
    display: flex;
    align-items: center;
}
.address-krw .field-three label{
    position: unset;
    width: 70px;
    padding-left: 0;
    margin-right: 5px;
}
.address-krw .field-three .field{
    width: 15%;
    min-width: 45px;
    margin: 0;
}
.font-12 {
    font-size: 12px!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.field .field-input {
    border: 1px solid #e6e6e6;
}

.field-three .field-input {
    padding: 0 3px;
}

.field-three .field-input:nth-child(2) {
    margin-left: 0;
}

.field-three .field-label .field-input {
    padding-top: 0;
}

.field-three label {
    float: left;
    position: static;
    width: auto;
    padding-left: 0;
}

.field-zip-line {
    width: 3%;
    text-align: center;
    float: left;
    line-height: 46px;
    margin: 0 3px;
    font-size: 12px;
}

/*address SRA*/
.address-sar .field select{
    width: 100%;
    margin-bottom: 0;
}

/*address THB*/
.address-thb .field .field-input1{
    padding-top: 20px;
    position: relative;
    z-index: 4;
    width: 100%;
    margin-bottom: 0;
}
.address-thb .field-two{
    display: flex;
    justify-content: space-between;
}
.address-thb .field-two .field-selec{
    width: 49%;
    margin: 0;
}

/*英语三级联动*/

/*支付方式*/
.checkout-mode li{
    border: 1px solid #ddd;
    padding: 0 10px;
    border-radius: 3px;
    margin-bottom: 15px;
    flex-direction: unset;
    position: relative;
    display: block;
}
.checkout-mode label,
.checkout-mode li span{
    margin: 0;
    height: 43px;
    line-height: 43px;
}
.checkout-mode label input{
    display: inline-block;
    position: relative;
    outline: none;
    width: 19px;
    height: 19px;
    background-color: transparent;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
    margin-top: -3px;
}
.checkout-mode label input:checked{border-color: #f00;}
.checkout-mode label input:checked:before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #f00;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}
.checkout-mode i{
    font-style: normal;
}
.checkout-mode img{
    width: 150px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.number dl{
    overflow: hidden;
    margin-bottom: 0;
}
.number .cvv{
    width: 33%;
    float: left;
}
.number .num{
    width: 65%;
    margin-right: 2%;
    float: left;
}
.number input{
    border-radius: 3px;
    height: 45px;
    border: 1px solid #ddd;
    padding: 0 10px;
    width: 100%;
}
.number .month,
.number .year{
    width: 49%;
    float: left;
}
.number .month{
    margin-right: 2%;
}
.number select{
    border-radius: 3px;
    height: 45px;
    border: 1px solid #ddd;
    padding: 0 10px;
    width: 100%;
    background: transparent;
}
.checkout-btn #cart_checkout{
    display: block;
    width: 90%;
    margin: 20px auto 10px;
    background: #f00;
    color: #fff;
    height: 42px;
    border-radius: 3px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border: 0;
}
.gui-red,.red{
    color: #f00;
}

/*checkout 样式结束*/

/*表单验证提示框*/
.mask-white{
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(255,255,255,0.2);
    height: 100%;
}
.mask-white .toast{
    display: inline-block;
    min-height: 40px;
    line-height: 20px;
    padding: 10px 18px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    border-radius: 3px;
    opacity: 1;
    position: absolute;
    top: 50%;
}

.product_desc img{
    display: block;
    margin: 0 auto;
}


/*cart 整頁佈局*/
.gui-cart-header{
	background-color: #fff;
    top: 0;
    color: #000;
    width: 100%;
    max-width: 640px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 18px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    position: fixed;
    z-index: 999; 
}
.gui-cart-header .icon-xiangzuojiantou{position: absolute;left: 8px;width: 20px;color: #333;}
.gui-cart-box{padding: 45px 0 75px;margin-top:0;bottom: inherit;} 
.gui-ddlist{position: relative;}
.gui-xf-list {
    overflow: hidden;
    padding: 5px 10px 10px;
    display: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}
.gui-empty-cart {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding-bottom: 50px;
}
.gui-empty-cart img {
    width: 60%;
    display: inline-block;
    margin: 30px auto;
}
.gui-empty-cart h3 {
    margin: 5px auto 0;
    line-height: 30px;
    padding-top: 8px;
}
.gui-cart-box .gui-cart-block {
    padding: 0px 6px 6px;
    border-bottom: 3px solid #f3f3f3;
    background-color: #fff;
}
.gui-cart-box .title {
    border-bottom:0;
    background: #fff;
    line-height: 38px;
    border-top: 0;
    height: 0;
}
.gui-cart-box .title span{position: absolute;right: 10px;bottom: 0;z-index: 3;}
.cart-del {
    font-size: 24px;
}
.gui-cart-wrap .gui-ddlist .d-img img{width: 100%;}
.gui-cart-wrap .gui-ddlist .list h3 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.gui-ddlist .sku-container .list .price-wrap {
    position: absolute;
    left: 10px;
    bottom: 0;
    font-size: 16px;
}
.gui-cart-wrap .gui-ddlist .guige {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0 5px;
    color: #888;
}
.gui-cart-box .cart-block {
    padding: 0px 6px 6px;
    border-bottom: 3px solid #f3f3f3;
    background-color: #fff;
    position: relative;
}
.gui-ddlist dd {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px;
    border-bottom: 1px dashed #ddd;
}
.gui-ddlist dd:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.gui-cart-cen {
    width: 100%;
    height: auto;
}

.gui-cart-cen-t {
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    color: #101010;
    background-color: #f7f7f7;
    padding: 0 8px;
}

.gui-cart-cen-c {
    width: 100%;
    height: auto;
    background-color: #fff;
    line-height: 20px;
    font-size: 14px;
    display: block;
    padding: 7px 8px;
    border-bottom: 1px solid #ddd;
}

.gui-cart-cen-c li {
    width: 100%;
    padding: 3px 0;
    color: #101010;
}

.gui-cart-cen-c li:last-child .gui-fr {
    color: #222;
}

.gui-cart-cen-b {
    background-color: #fff;
    height: 43px;
    line-height: 43px;
    padding: 0 8px;
    font-size: 18px;
    color: #101010;
    display: flex;
    justify-content: space-between;
}
.gui-cart-cen-b .included,
.total-money .included{
    font-size: 13px;
}
.gui-cart-cen-b .color-red {
    font-size: 17px;
}
.gui-footer {
    width: 100%;
    background: #fff;
    max-width: 640px;
    height: 60px;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0 3px rgba(0, 0, 3, 0.15);
    padding: 0;
    z-index: 99;
}
.gui-cart-btn {
    max-width: 146px;
    height: 100%;
    background: #e51c23;
    color: #fff;
    text-align: center;
    display: block;
    float: right;
    line-height: 60px;
    font-size: 20px;
    padding: 0 17px;
}
.gui-cart-num-cen {
    padding-top: 7px;
    line-height: 25px;
    float: left;
    display: inline-block;
    padding-left: 10px;
    max-width: 60%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.gui-cart-num-cen span {
    width: 100%;
    display: inline-block;
    line-height: 30px;
    text-align: left;
    margin-right: auto;
}
.gui-cart-num-cen span.cart-num {
    font-weight: 600;
}
.cart-tips {
    font-size: 12px;
    color: #828181;
    line-height: 15px!important;
    position: absolute;
    top: 37px;
    left: 8px;
}
.color-red {
    color: #e51c23;
}
.gui-footer .gui-check{line-height: 1rem;margin-left: 8px;font-size: 18px;display: none;}
.gui-footer .gui-check i{margin-right: 5px;}
em{font-style: normal;}
.gui-org-btnb {
    padding: 5px 20px;
    font: 19px/32px Helvetica;
    height: auto;
    border: 1px solid #707070;
    color: #707070!important;
    border-radius: 8px;
    margin: 10px 0 0 10px;
    background: none;
    display: inline-block;
}
.gui-cart-tips {
    position: fixed;
    width: 100%;
    height: auto;
    min-height: 33px;
    padding: 5px 8px;
    background-color: #FBEAB6;
    color: #333;
    line-height: 23px;
    bottom: 60px;
    font-size: 14px;
    text-align: center;
}

/*checkout*/
.gui-checkout-wrap{background-color: #fff;
width: 100%;max-width: 640px;
}
.gui-checkout-wrap .gui-ddlist dd .list{height: 80px;display: flex;}
.gui-checkout-wrap .gui-ddlist dd .list .d-text{flex: 1;padding: 0 10px;}
.gui-cart-list .gui-cart-wrap {
    padding-bottom: 8px;
    border-bottom: 2px dotted #e6e6e6;
}
.gui-cart-list .gui-cart-wrap:last-child{border-bottom: 0;}
.gui-cart-list .gui-cart-wrap:nth-child(1){
    padding-top: 50px;
}
.gui-checkout-wrap .gui-cart-wrap .gui-ddlist .d-img{width: 80px;}
.gui-add-title {
    height: 40px;
    width: 100%;
    line-height: 40px;
    background-color: #eaeaea;
    padding: 0 8px;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.15);
    font-weight: 600;
}
#custInfoForm{background-color: #fff;}
.gui-btn-checkout{width: 80%;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    background-color: #ff002a;
    color: #fff;
    text-align: center;
    font-size: 18px;
    display: block;
    margin: 8px auto 10px;
    border-radius: 5px;
    border: none;
}
.address-wrap{padding: 0 5px;}
.hide{display: none;}
.EN-show{display: inline-block;}
.check{display: none;}
.checkout-mode{padding: 0 8px;}
#twzipcode input[name='zip_code']{display: none;}
.address-wrap #twzipcode.field select{margin-bottom: 0;}


/*checkout*/
/*checkout 样式*/
.checkout-head{
    background: #444;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px
}
.checkout-head img{
    width: 150px;
    max-height: 100%;
}
.checkout-head .return{
    position: absolute;
    line-height: 45px;
    top: 0;
    left: 10px;
    font-size: 32px;
}
.checkout-head .container.pc a{
    height: 100%;
    display: flex;
    align-items: center;
}

/*产品*/
.checkout-wrapper{
    position: relative;
}
.checkout-wrapper:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    right: 47%;
}
.checkout-wrapper:after{
    content: '';
    display: table;
    clear: both;
}
.checkout-wrapper .checkout-product .order-summary-toggle{
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    cursor: pointer;
    display: none;
}
.checkout-wrapper .checkout-product .order-money{
    float: right;
    font-size: 18px;
    color: #f00;
}
.checkout-wrapper .checkout-product dl{
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.checkout-wrapper .checkout-product dd{
    display: flex;
    margin: 10px 0;
}
.checkout-wrapper .checkout-product .img{
    width: 125px;
    margin-right: 10px;
}
.checkout-wrapper .checkout-product .info-wrap{
    width: 100%;
}
.checkout-wrapper .checkout-product .info-wrap .sku{
    color: #999;
    margin: 5px 0;
}
.checkout-wrapper .checkout-product .info-wrap .price{
    text-align: right;
    font-weight: bold;
}
.checkout-wrapper .checkout-product .info-wrap .price div{
    color: #e94820;
}
.checkout-wrapper .checkout-product{
    float: right;
    width: 47%;
    padding-left: 20px;
    padding-bottom: 30px;
}
.checkout-wrapper .checkout-product .order-toggle-wrap li i{
    font-style: normal;
}
.checkout-wrapper .checkout-product .order-toggle-wrap li.total-money span{
    font-weight: bold;
}
.checkout-wrapper .checkout-product .order-toggle-wrap li.hide , .gui-cart-cen-c li.hide{
	display: none!important;
}
.checkout-wrapper .checkout-product .order-toggle-wrap li{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.checkout-wrapper .checkout-product .order-toggle-wrap li b{
    font-weight: normal;
}
.checkout-wrapper .checkout-product .order-toggle-wrap li.total-money{
    font-size: 16px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.checkout-wrapper #custInfoForm{
    width: 53%;
    float: left;
    padding-right: 20px;
}
.checkout-info-title, .checkout-product-title,.checkout-mode-title{
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.checkout-wrapper .checkout-icon{
    width: 20px;
    height: auto;
    margin-right: 5px;
}
.checkout-mode .number dl{
    margin-bottom: 10px;
}
.checkout-head .mobile{
    font-size: 20px;
    color: #333;
    display: none;
    margin-top: -5px;
    width: 100%;
    text-align: center;
}
.payment-wrap .topay .eServiceCharge{
    float: right;
    line-height: 45px;
    font-size: 12px;
}
@media only screen and (min-width: 768px){
    .checkout-wrapper .order-toggle-wrap{
        display: block !important;
    }
}
@media only screen and (max-width: 767px){
    .checkout-wrapper .checkout-product,
    .checkout-wrapper #custInfoForm{
        width: 100%;
        padding: 0;
    }
    .checkout-wrapper:before{
        display: none;
    }
    .checkout-wrapper .checkout-product{
        padding-top: 55px;
        padding-bottom: 0;
    }
    .checkout-wrapper .checkout-product .order-summary-toggle{
        display: block;
        position: absolute;
        width: 104%;
        left: 0;
        top: 0;
        margin-left: -2%;
    }
    .checkout-wrapper .checkout-product .img{
        width: 25%;
    }
    .checkout-wrapper .checkout-product .info-wrap{
        margin: 0 10px;
    }
    .checkout-wrapper .checkout-product .info-wrap p{
        font-size: 13px;
        line-height: 20px;
    }
    .checkout-wrapper .checkout-product .info-wrap .name{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 5px;
    }
    .checkout-head{
        background: #fff;
        height: 50px;
    }
    .checkout-head .pc{
        display: none;
    }
    .checkout-head .mobile{
        display: block;
    }

}
/*.container{*/
    /*width: 100%;*/
    /*padding: 0 15px;*/
    /*margin: 40px auto;*/
/*}*/
@media (min-width: 576px){
    .container{
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .container{
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .container{
        max-width: 960px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .container.pc{height: 100%;}
}
@media (min-width: 1200px){
    .container{
        max-width: 1200px;
    }
}
.checkout-coupon-wrap{
    padding: 10px 5px;
}
.checkout-coupon-wrap p{
    font-size: 15px;
    margin-bottom: 15px;
}
.checkout-coupon-wrap .coupon-wrap{
    display: flex;
    justify-content: space-between;
}
.checkout-coupon-wrap .coupon-wrap input{
    line-height: 40px;
    background: #f1f1f1;
    border-radius: 5px;
    border: none;
    padding: 0 10px;
    width: 70%;
}
.checkout-coupon-wrap .coupon-wrap .coupon-btn{
    background: #ff7701;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 25px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 100px;
}
.checkout-coupon-wrap .coupon-wrap .coupon-btn[disabled='disabled']{
    background: #f1f1f1;
    color: #333;
}
.checkout-coupon-wrap .coupon-error{
    color: #ee5351;
    margin-top: 5px;
    display: none;
}
.included{
    color: #F00;
}

/*購物車湊單提示*/
.gui-cart-tips{
	position: fixed;
    width: 100%;
    height: auto;
    min-height: 33px;
    padding: 5px 8px;
    background-color: #FBEAB6;
    color: #333;
    line-height: 23px;
    top: 45px;
    font-size: 14px;
    text-align: center;
    bottom: auto;
}
.cart-block .list{
    display: flex;
}
.cart-block .list .d-img{
    width: 110px;
}
.cart-block .list .d-text{
    padding: 0 10px;
    position: relative;
    min-height: 90px;
}

.flex-s-b{
    display: flex;
    justify-content: space-between;
}

.AR-rtl{
    direction: rtl;
    text-align: -webkit-auto;
}

.AR-rtl .aed{
    display: flex;
}
.AR-rtl .aed input{
    padding: 0 50px;
}
.AR-rtl .aed .tel{
    right: 3px;
    left: auto;
}

.AR-rtl .gui-ddlist .sku-container .list .price-wrap{
    left: auto;
    right: 10px;
}
.AR-rtl .gui-cart-box .title span{
    left: 10px;
    right: auto;
}
.AR-rtl .checkout-wrapper .checkout-product .img{
    margin: 0 0 0 10px;
}