/*
 Theme Name:   PrestoDirect-PLUSMiles
 Description:  PrestoDirect-PLUSMiles is best theme to create a perfect shop website using WooCommere.
 Author:       Quseit
 Author URI:   https://www.quseit.com
 Version: 2024052301
 Requires at least: 4.5
 Tested up to: 5.5.1
 Requires PHP: 5.2.4
 License: GPLv3 or later
 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
 Tags: two-columns, right-sidebar, custom-menu, custom-background, editor-style, translation-ready, full-width-template, flexible-header, sticky-post, theme-options, one-column, e-commerce, blog, photography, threaded-comments, custom-colors
*/

/* 公共部分 start */
:root {
    /*--primary-color: #FA3432;*/
    /*--primary-scond-color: #fa9998;*/
    --font-size: 16px;
    --spacing: 10px;
    --bs-font-sans-serif: Maven Pro-Regular;
}
/* 公共部分 start */
@font-face{
    font-family: Maven Pro-Regular!important;
    src:url("./assets/fonts/maven_pro/MavenPro-Regular.ttf");
}

/* 添加 "Out of Stock" 字样 */
.product_sold_out>div:first-child::after {
    content: "Out of Stock"; /* 添加文字 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 居中 */
    font-size: 18px;
    z-index: 2; /* 确保文字在最上层 */
    background-color: #000000;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    line-height: 110px;
    opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity=60);
    color: #FFFFFF;
    text-align: center;
}
.product_sold_out>div:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* 白色背景，50% 透明度 */
    z-index: 5; /* 确保遮罩层在内容上层 */
}

.layui-layer-content{
    word-break: break-word!important;
    white-space: normal;
}
.layui-layer-content img {
    max-width: calc(100vw - 40px);
    height: auto;
}
.simple-chat,
#simple-chat
{
    display: none;
}
.form-check-input:checked{
    background-color: var(--primary-color)!important;
}
textarea{
    width: 100%;
    padding: 6px 12px;
}
button{
    width: 100%;
    border-radius: 20px;
    background: var(--primary-color);
    font-weight: 500;
    color: #FFFFFF;
    border: none;
}
.tle-1{
    font-weight: 600;
    font-size: 16px;
    color: #282828;
}
.tle-2{
    font-weight: 600;
    font-size: 12px;
    color: #282828;
}
a {
    text-decoration: none;
}
.hidde{
    display: none;
}
.plus-symbol{
    font-weight: 500;
    color: black;
}
.layui-layer-page{
    border-radius: 5px;
}
.point,.point-v{
    font-weight: 500!important;
}
span.layui-icon.layui-icon-close{
    width: 16px;
    height: 16px;
    background: url(./images/icon.png) no-repeat;
    background-position: 1px -40px;
    right: 0;
}
.layer-notice-custom span.layui-icon.layui-icon-close{
    position: absolute;
    right: -28px;
    top: -28px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -147px -31px;
}
body>.layui-layer-setwin,
body>.layui-layer-move{
    display: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}

table, td, th {
    border: 1px solid rgba(0, 0, 0, .1);
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 8px;
    text-align: left;
    border-width: 0 1px 1px 0;
}
table, td, th {
    border: 1px solid rgba(0, 0, 0, .1);
}
table tbody td {
    background-color: #fdfdfd;
}
table tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    background-color: #fbfbfb;
}
table th, table td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #e9e9e9;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
.layui-layer-page{
    border-radius: 10px
}
.plusmiles_notice_msg{
    padding: 16px;
}
.plusmiles_notice_msg .msg{
    margin-bottom: 40px
}
.plusmiles_notice_msg .msg p{
    padding: 0 20px;
    text-align: center;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
}
.plusmiles_notice_msg .button{
    display: flex;
    justify-content: space-between;
}
.plusmiles_notice_msg .button button{
    margin: 0 10px;
    border-radius: 20px;
    width: 50%;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 25px;
}
.plusmiles_notice_msg .button .bw-100{
    width: 100%!important;
}
.plusmiles_notice_msg .chat_with_us{
    color: var(--primary-color);
    text-decoration: underline;
}
.plusmiles_notice_msg .button .btn-1{
    background: white;
    color: var(--primary-color);
}
.plusmiles_notice_msg .button .btn-2{
    background: var(--primary-color);
    color: white;
}
.title-1{
    font-weight: 600;
    font-size: 16px;
    color: #282828;
}
.title-2{
    font-weight: 600;
    font-size: 12px;
    color: #282828;
}
.btn-1{
    width: 100%;
    border-radius: 20px;
    background: var(--primary-color);
    font-weight: 500;
    color: #FFFFFF;
    border: none;
    padding: 8px 25px;
}
.btn-2{
    width: auto;
    border-radius: 20px;
    background: var(--primary-color);
    font-weight: 500;
    color: #FFFFFF;
    border: none;
    padding: 2px 10px;
}
.tx-1{
    font-weight: 400;
    font-size: 12px;
    color: #282828;
}
/* 公共部分 end */

/*头部样式 start*/
.page-header-pc{
    display: none;
    background:white;
}
#page .page-header{
    padding: 10px 19px;
    background-color: var(--primary-color);
    box-sizing: border-box;
    z-index: 99;
    display: flex;
    justify-content: space-between;
}
#page #content{
    /*min-height: calc(100vh - 58px);*/
    position: relative;
}
#page .page-header p,
#page .page-header span,
#page .page-header h2,
#page .page-header i {
    color: #ffff !important;
}
#page .page-header .logo img {
    height:100%;
}
#page .page-header .user-nav {
    display: flex;
    justify-content: space-between;
}
#page .page-header .user-nav .point-box{
    margin: auto;
    font-weight: 600;
    font-size:17px
}
#page .page-header .list-icons {
    display: flex;
    align-items: center;
}
#page .page-header .list-icons .cart-contents{
    position: relative;
}
#page .page-header .list-icons > a {
    margin-right: 15px;
}
#page .page-header .list-icons > a:last-child {
    margin-right: 0;
}
#page .page-header .cart-number{
    color: #282828!important;
    background: white!important;
    line-height: 16px;
    font-size: 12px;
    width: 16px;
    height: 16px;
    left: 11px;
    top: -3px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
}
#page .page-header .back-previous-page{
    margin: 0 0 6px 0;
    margin-right: 5px;
}
#page .page-header .back-previous-page i{
    font-size: 24px;
    font-weight: 900;
}
#page .header-top-box{
    display: none;
}
#page .header-top-box.active{
    display: grid;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
#page .page-header .user-point {
    display: flex;
    align-items: flex-end;
}
@media (min-width: 800px){
    #page .page-header{
        display: none;
    }
    .page-header-pc{
        display: block;
    }
    .page-header-pc .content{
        margin: auto;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        padding:15px;
    }
    .page-header-pc .part-right{
        display: flex;
    }
    .page-header-pc .part-right .search{
        margin-right: 45px;
    }
    .page-header-pc .part-right .search input{
        border-right: unset;
        width: 400px;
    }
    .page-header-pc .part-right .search-btn{
        background-color: unset;
        border-left: unset;
    }
    .page-header-pc .part-right .nav>a{
        margin: auto;
        margin-right: 40px;
    }
    .page-header-pc .part-right .nav>a:last-child{
        margin-right: 0;
    }
    .page-header-pc .search form button{
        border: unset;
        background: unset;
        padding: 0;
        margin: 0;
    }
    .page-header-pc {
        position: relative; /* 初始位置 */
        top: 0;
        width: 100%;
        z-index: 1000; /* 确保它在其他元素之上 */
        transition: top 0.3s ease-in-out; /* 添加过渡效果 */
    }

    .page-header-pc.fixed {
        position: fixed; /* 固定位置 */
        top: 0;
        width: 100%;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 可选：添加阴影效果 */
    }
    .page-header-pc .search{
        position: relative;
    }
    .page-header-pc .search-default-content,
    .page-header-pc .search-match-content
    {
        display: none;
        width: 100%;
        overflow: auto;
        padding: 0 5px;
        position: absolute;
        background: white;
        border-radius: 5px;
        max-height: 500px;
        box-shadow: 0 1px 8px #00000029;
    }
    .page-header-pc .search-default-content p,
    .page-header-pc .search-match-content .highlight,
    .page-header-pc .search-match-content p {
        color: #4A4A4A;
        margin: 0;
        padding: 5px;
        cursor: pointer;
    }
    .page-header-pc .float-content{
        display: none;
    }
    .page-header-pc .nav .cart-contents{
        position: relative;
    }
    .page-header-pc .logo .icon {
        line-height: normal;
        font-size: 37px;
        color: var(--primary-color);
    }
    .page-header-pc .nav .cart-contents .float-content{
        padding: 10px;
        position: absolute;
        right: -25px;
        width: 450px;
        background: #ffffff;
        margin-top: 10px;
        box-shadow: 0 1px 8px #00000029;
        border-radius: 10px;
        color: #4E4E4E;
    }
    .page-header-pc .nav .cart-contents .float-content::before{
        content: "";
        position: absolute;
        top: -10px; /* 箭头高度 */
        right: 0;
        transform: translateX(-50%);
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-bottom: 10px solid #f3f3f3;
    }
    .page-header-pc .nav .cart-contents .float-content .item{
        padding: 5px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #B7B7B7;;
    }
    .page-header-pc .nav .cart-contents .float-content .item>.image{
        flex: none;
        width: 60px;
    }
    .page-header-pc .nav .cart-contents .float-content .item>.title{
        flex: none;
        width: 255px;
        padding: 10px;
    }
    .page-header-pc .nav .cart-contents .float-content .item>.title p{
        padding: 0;
        margin: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page-header-pc .nav .cart-contents .float-content .item .price .point{
        display: block;
    }
    .page-header-pc .nav .cart-contents .float-content img{
        height: 50px;
        width: 50px;
    }
    .page-header-pc .nav .cart-contents .float-content .price{
        font-size: 14px;
        color: var(--primary-color);
    }
    .page-header-pc .nav .cart-contents .float-content .price p{
        padding: 0!important;
    }
    .page-header-pc .nav .cart-contents .float-content .price ins{
        text-decoration: none;
    }
    .page-header-pc .nav .cart-contents .float-content .price .price{
        font-weight: 600;
    }
    .page-header-pc .nav .cart-contents .float-content .price del{
        color: #787878;
        font-size: 80%;
    }
    .page-header-pc .nav .cart-contents .float-content .footer-cart{
        display: flex;
        justify-content: space-between;
        align-items: center;
        color:  #B7B7B7;
    }
    .page-header-pc .nav .cart-contents .float-content .footer-cart button{
        padding: 5px 10px;
        background: white;
        color: var(--primary-color);;
        border: 1px solid var(--primary-color);;
        border-radius: 5px;
    }
    .page-header-pc .nav .cart-contents:hover .float-content{
        display: block;
    }
    .page-header-pc .nav .cart-contents .float-cart-number{
        color: white;
        background: var(--primary-color);
        line-height: 16px;
        font-size: 12px;
        width: 16px;
        height: 16px;
        left: 11px;
        top: -3px;
        border-radius: 50%;
        position: absolute;
        text-align: center;
    }

    .page-header-pc .nav .user-content{
        position: relative;
    }
    .page-header-pc .nav .user-content .float-content{
        position: absolute;
        right: -10px;
        background: #ffffff;
        margin-top: 10px;
        box-shadow: 0 1px 8px #00000029;
        border-radius: 10px;
        color: #4E4E4E;
        width: 250px;
    }
    .page-header-pc .nav .user-content .float-content .item-list{
        padding: 10px 20px;
        padding-top: 0;
    }
    .page-header-pc .nav .user-content .float-content>.title{
        display: flex;
        color: white;
        background: var(--primary-color);
        padding: 10px;
        border-radius: 5px 5px 0 0;
        justify-content: space-between;
    }
    .page-header-pc .nav .user-content .float-content .point-val{
        font-weight: bolder;
    }
    .page-header-pc .nav .user-content .float-content::before{
        content: "";
        position: absolute;
        top: -10px; /* 箭头高度 */
        right: -15px;
        transform: translateX(-50%);
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-bottom: 10px solid #f3f3f3;
    }
    .page-header-pc .nav .user-content .float-content .item{
        color: #4E4E4E;
        display: flex;
        justify-content: left;
        align-items: center;
        border-bottom: 1px solid #e3e2e2;
        padding: 5px 0;
    }
    .page-header-pc .nav .user-content .float-content .item:last-child{
        border-bottom: unset;
    }
    .page-header-pc .nav .user-content .float-content .item .icon{
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }
    .page-header-pc .nav .user-content:hover .float-content{
        display: block;
    }
}
/*头部样式 end*/


/* 产品列表页 start */
.products-content ul a{
    text-decoration: none;
}
.products-content ul{
    padding: 5px;
    list-style-type: none;
}
.products-content ul li{
    background: white;
    border-radius: 5px;
    width: calc(50% - 10px);
    margin: 5px;
    margin-bottom: 10px;
    line-height: 1.8;
    float: left;
    text-align: center;
}
.products-content ul li img{
    border-radius: 5px 5px 0 0;
    border-style: none;
    max-width: 100%;
    height: auto;
}
.products-content ul li .product-info{
    padding: 10px;
    text-align: left;
}
.products-content ul li .product-info .title{
    font-weight: 500;
    font-size: 14px;
    color: #282828;
}
.products-content ul li .product-info .price{
    font-size: 14px;
    color: var(--primary-color);
}

/*weng edit start*/
.products-content ul li .product-info .price .text-normal{
    color: #787878 !important;
}

.text-normal {
    color: #787878 !important;
}

.products-content ul li .product-info .original-price{
    font-size: 12px;
    color: #787878;
}

.products-content ul li .product-info .price .point{
    color: var(--primary-color);
}

/*weng edit end*/
.products-content ul li .product-info .price ins{
    text-decoration: none;
}
.products-content ul li .product-info .price .price{
    font-weight: 600;
}
.products-content .products-no-found{
    margin-top: 20px;
    padding: 0 25px;
}
.products-content .products-no-found .image-content{
    text-align: center;
    margin-bottom: 20px;
}
.products-content .products-no-found .content p{
    text-align: center;
}
.products-content .products-no-found .text{
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #787878;
}
.products-content .products-most-bottom{
    display: block;
    visibility: hidden;
    text-align: center;
    margin-bottom: 15px;
}
.products-content .products-most-bottom span{
    padding: 8px 100px;
    color: var(--primary-color);
    border-radius: 5px;
}
.products-content .ul li .sold_out{
    font-size: 12px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    background-color: #000000;
    border-radius: 50%;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    top: 50%;
    left: 50%;
    color: #FFFFFF;
    text-align: center;
    transform: translate(-50%,-50%);
}
.products-content  ul li:nth-child(odd) {
    clear: both;
}
.products-content ul li .price del{
    color: #787878;
    font-size: 80%;
}
.products-content .brand-item .brand-re{
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #D6D6D6;
}
.products-content .part-right{
    display: none;
}
.products-content .part-left li.search-results-title{
    background: none!important;
    box-shadow: none!important;
}
@media (min-width: 800px) {
    .products-content{
        max-width: 1200px;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        margin: auto;
    }
    .products-content ul{
        width: 100%;
    }
    .products-content ul li:nth-child(odd){
        clear: unset;
    }
    .products-content ul li:nth-child(4n + 1) {
        clear: both;
    }
    .products-content ul li{
        width: calc(25% - 10px);
        box-shadow: 0 1px 8px #00000029;
    }
    .products-content .part-left{
        width: 100%;
    }
    .products-content .part-right{
        width: 280px;
        display: block;
    }
    .products-content ul li .product-info .title{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        color: #4E4E4E;
    }
    .products-content ul li img{
        width: 100%;
    }
}
/* 产品列表页 end*/

/* 购物车页面 start */
.cart-empty-page .content-box{
    margin-top: calc(100vh/5);
}
.cart-empty-page .content{
    padding: 0 16px;
    margin: auto;
}
.cart-empty-page .content .img{
    text-align: center;
    margin-bottom: 20px;
}
.cart-empty-page .content p{
    text-align: center;
}
.cart-empty-page .content .title{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}
.cart-empty-page .content .explain {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #787878;
}
.cart-empty-page .bottom-btn{
    position: fixed;
    bottom: 20px;
    width: 100%;
    z-index: 999;
    text-align: center;
    padding: 0 16px;
}
.cart-empty-page .bottom-btn button{
    padding: 8px 0;
    border-radius: 20px;
}

.cart-page{
    margin-bottom: 150px;
}
.cart-page .back-previous-page{
    margin: auto 0;
    margin-right: 15px;
}
.cart-page .back-previous-page i{
    font-size: 24px;
    color: var(--primary-color);
}
.cart-page .cart-header-box{
    margin: auto 0;
    display: flex;
    padding: 11px 19px;
    background: #F5F5FA;
}
.cart-page .header-cart{
    padding-left: 0!important;
    width: 100%;
}
.cart-page .header-cart label{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #787878;
}
.cart-page .pay_rule_explain.disabled {
    display: table!important;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
    color: #FF3B30;
    background: #FFE6E4;
    border-radius: 2px;
}
.cart-page input[type="checkbox"]{
    padding: 8px;
    margin-left: 0;
    margin-right: 10px;
    border: 2px solid #E4E7EA;;
}
.cart-page .cat-product hr:last-child{
    border: unset;
}
.cart-page .cat-product{
    padding: 11px 19px;
}
.cart-page .cat-product hr{
    border:1px solid #E4E7EA;
}
.cart-page .product-item-content{
    background: white;
    position: relative;
    overflow: hidden;
}
.cart-page .product-item-btn{
    position: absolute;
    top: 0;
    /* 按钮最初为隐藏，right 使用负值，具体值根据 按钮数量 及 单个按钮宽度计算 */
    right: -50px;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EB2931;
    border-radius: 5px;
    transition: all 0.1s ease; /* 添加过渡效果 */
}
.cart-page .product-item-btn span{
    color: white;
    margin: auto;
    font-size: 20px;
}
.cart-page .del-all{
    color: var(--primary-color);
}
.cart-page .del-all.disabled{
    color: #a1a1a1;
}
.cart-page .cat-product .product-item{
    display: flex;
    justify-content: space-between;
    transition: all 0.1s ease; /* 添加过渡效果 */
}
.cart-page .cat-product .product-item .title{
    font-weight: 600;
    font-size: 12px;
    color: #282828;
    height: 50px;
}
.cart-page .cat-product .product-item .image{
    display: contents;
    width: 84px;
    height: 84px;
}
.cart-page .cat-product .product-item img{
    width: 84px!important;
    height: 84px!important;
}
.cart-page .cat-product .product-item .product-text .title p{
    line-height: 16px!important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart-page .cat-product .product-item .number-price{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.cart-page .cat-product .product-item .number-price .number{
    width: unset;
    margin: auto 0;
    flex-wrap: nowrap;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    margin-bottom: 3px!important;
}
.cart-page .cat-product .product-item .number-price .number input{
    padding: 0;
    text-align: center;
    width: 23px;
    background: unset;
    border: unset;
    font-size: 12px;
}
.cart-page .cat-product .product-item .number-price .number input:focus{
    box-shadow:unset!important;
}
.cart-page .cat-product .product-item .product-text{
    width: calc(100% - 130px);
}
.cart-page .cat-product .product-item .number-price .number .input-group-text{
    padding: 3px 10px;
    background: unset;
    border: unset;
    color: var(--primary-color);
}
.cart-page .cat-product .product-item .number-price .price{
    text-align: right;
    margin: auto 0;
}
.cart-page .cat-product .product-item .number-price .price p{
    margin-bottom: 0!important;
    line-height: 20px!important;
}
.cart-page .cat-product .product-item .price{
    font-weight: 600;
    font-size: 14px;
    color: var(--primary-color);

}
.cart-page .cat-product .product-item .price-unit .td-price{

}
.cart-page .cat-product .product-item .price-reg{
    color: #787878;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px;
}
.cart-page .checkout{
    left:0;
    padding: 20px 19px;
    position: fixed;
    z-index: 99;
    background: white;
    width: 100%;
    bottom: 0;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.14);
}
.cart-page .checkout .checkout-content{
    max-width: 1200px;
    margin: auto;
}
.cart-page .product-item .point{
    font-size: 14px;
    color: var(--primary-color);
}
.cart-page .product-item .td-price .price-unit .val{
    color: var(--primary-color);
}

/* weng edit start */
.cart-page .product-item .td-price .price-unit .original-price{
    font-size: 12px;
    color: #787878;
}

.cart-page .product-item .td-price .price-unit .text-normal-cart{
    color: #787878;
    font-size:12px;
}

.cart-page .product-text .number-price .price-mobile .text-normal-cart{
    color: #787878;
    font-size:12px;
}

.cart-page .product-item .td-price .price-unit .point{
    color: var(--primary-color);
}

/* weng edit end */
.cart-page .checkout{
    padding: 20px 19px;
    position: fixed;
    z-index: 99;
    background: white;
    width: 100%;
    bottom: 0;
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.14);
}
.cart-page .checkout .point,
.cart-page .checkout .price-button {
    display: flex;
    justify-content: space-between;
}
.cart-page .checkout .point p{
    font-weight: 400;
    font-size: 16px;
    color: #282828;
    margin-bottom: 0!important;
}
.cart-page .checkout .price-button .text{
    font-weight: 600;
    font-size: 12px;
    color: #787878;
}
.cart-page .checkout .price-button .price{
    font-weight: 600;
    font-size: 21px;
    color: var(--primary-color);
}
.cart-page .checkout .price-button button{
    width: 100%;
    border-radius: 20px;
    background: var(--primary-color);
    font-weight: 500;
    padding: 8px 25px!important;
    opacity : 0.5;
}
.cart-page .checkout .price-button button.active{
    opacity : 1;
}
.cart-page .checkout .point .notice .point-text .val{
    font-weight: 600;
}
.cart-page .checkout .point .notice .point-notice{
    font-size: 13px;
}
.cart-page .checkout .point .notice-warning{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #FFEAEE;
}
.cart-page .checkout .point .notice-warning .point-notice{
    color: #FA3544;
    font-size: 13px;
}
.cart-page .checkout .point .notice-warning .point-text .val{
    color: #FA3544;
}
.cart-page .checkout .point .notice-warning .point-text .val,
.cart-page .checkout .point .notice-warning .point-notice .val{
    font-weight: 600;
}
.cart-page .switch {
    border: 1px solid #E9E9E9;;
    width: 50px;
    height: 26px;
    border-radius: 16px;
    background-color: white;
    transition: 0.3s;
    margin: auto 0;
}
.cart-page .switch-1 {
    width: 24px;
    height: 24px;
    background-color: #E9E9E9;
    border-radius: 50%;
    transition: 0.3s;
    position: relative;
    left: 0;
}
.cart-page .switch.active{
    background-color: var(--primary-color);
}
.cart-page .switch.active .switch-1{
    left: 24px;
    background-color: rgb(255, 255, 255);
}
.cart-page .th-action,
.cart-page .th-name,
.cart-page .th-price,
.cart-page .th-quantity,
.cart-page .th-subtotal {
    display: none;
}
.cart-page .th-check-all {
    display: contents;
}
.cart-page .td-action span {
    cursor: pointer;
}
.cart-page .td-action,
.cart-page .td-price,
.cart-page .td-subtotal,
.cart-page .td-name .title {
    display: none;
}
.cart-page .td-name{
    display: flex;
}
/*pc 端*/
@media (min-width: 800px) {
    #content{
        min-height: calc(100vh - 50px);
    }

    .cart-page{
        overflow: hidden;
        max-width: 1200px;
        margin: auto;
        color: #929292;
    }

    .cart-page .cart-header-box{
        border-radius: 10px;
        margin: 10px 15px;
        background-color: white;
        display: flex;
        height: 62px;
        align-items: center;
    }
    .cart-page .del-all,
    .cart-page .product-item-btn,
    .cart-page .td-quantity .title,
    .cart-page .td-quantity .number-price .price-mobile {
        display: none;
    }

    .cart-page .th-name,
    .cart-page .th-price,
    .cart-page .th-quantity,
    .cart-page .th-subtotal,
    .cart-page .th-action
    {
        display: block;
        text-align: center;
    }

    .cart-page .product-item .td-name .title {
        display: block;
        margin: 0 10px;
    }

    .cart-page .th-check-all .form-check-label{
        display: none;
    }
    .cart-page .th-check-all,
    .cart-page .td-check {
        display: unset;
        text-align: center;
        width: 5%;
    }
    .cart-page .form-check{
        padding-left: unset;
    }
    .cart-page .form-check .form-check-input{
        float: unset;
        margin-left: unset;
    }

    .cart-page .th-price,
    .cart-page .td-price,
    .cart-page .th-quantity,
    .cart-page .td-quantity,
    .cart-page .th-subtotal,
    .cart-page .td-subtotal,
    .cart-page .th-action,
    .cart-page .td-action {
        text-align: center;
        width: 10%!important;
        display: block;
    }

    .cart-page .th-name,
    .cart-page .td-name
    {
        width: 55%;
        text-align: left;
    }

    .cart-page .cat-product{
        border-radius: 10px;
        background-color: white;
        margin: 0 15px;
    }

    .cart-page .product-item{
        display: flex;
        align-items: center;
    }
    .cart-page .product-item .td-name img{
        border-radius:5px;
    }
    .cart-page .cat-product .product-item .number-price .number{
        margin: auto;
        border: 1px solid #B7B7B7;
    }
    .cart-page .cat-product .product-item .number-price .number .input-group-text{
        color: #4E4E4E;
        cursor: pointer;
    }
    .cart-page .cat-product .product-item .number-price .number input{
        width: 30px;
    }
    .cart-page .cat-product .product-item .price-reg,
    .cart-page .cat-product .product-item .price-sale,
    .cart-page .cat-product .product-item p {
        margin: 0;
    }
    .cart-page .checkout .price-button{
        padding:0 15px;
    }
    .cart-page .cat-product .product-item .title,
    .cart-page .checkout .price-button .text {
        color: #929292;
    }
    .cart-page .cart-header-box .cart-total-text{
        color: #4A4A4A;
    }
    .cart-page .checkout .price-button .price{
        font-size: 15px;
    }
    .cart-page .checkout .price-button .text{
        font-size: 16px;
    }

    .cart-page .checkout .price-button button{
        padding: 10px 50px!important;
        color: var(--primary-color);
        background: #FFFFFF;
        border: 1px solid var(--primary-color);
        border-radius: 10px;
    }
}
/* 购物车表页 end*/


/*checkout样式 start*/
.cart-page{
    margin-bottom: 150px;
}
.checkout-page .back-previous-page{
    margin: auto 0;
    margin-right: 15px;
}
.checkout-page .back-previous-page i{
    font-size: 24px;
    color: var(--primary-color);
}
.checkout-page .tips{
    display: flex;
}
.checkout-page .addr .addr-content-o,
.checkout-page .products,
.checkout-page .shopping,
.checkout-page .order-notes,
.checkout-page .coupon,
.checkout-page .pay-btn{
    padding: 16px;
    margin: 0;
}
.checkout-page .boundary{
    height: 8px;background: #F5F5F5;width: 100%;
}
.checkout-page .tips{
    padding: 10px;
    background: #FFF8E5;
}
.checkout-page .tips .text{
    font-weight: 400;
    font-size: 12px;
    color: #282828;
}
.checkout-page .addr .title-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.checkout-page .addr .edit{
    font-weight: 500;
    font-size: 14px;
    color: var(--primary-color);
}
.checkout-page .addr .addr-info{
    display: flex;
    justify-content: space-between;
}
.checkout-page .addr .addr-info .open-icon{
    margin: auto 0;
}
.checkout-page .addr .addr-info .open-icon i{
    font-size: 25px;
    color: var(--primary-color);
}
.checkout-page .addr .addr-info p{
    margin-bottom: 0!important;
}
.checkout-page .product-item{
    display: flex;
}
.checkout-page .product-item .td-title{
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.checkout-page .product-item .number{
    margin: auto 0;
}
.checkout-page .product-item .title{
    font-weight: 600;
    font-size: 12px;
    color: #282828;
    height: 50px;
}
.checkout-page .product-item .image{
    display: contents;
    width: 84px;
    height: 84px;
}
.checkout-page .product-item img{
    width: 84px!important;
    height: 84px!important;
}
.checkout-page .product-item .product-text .title p{
    line-height: 16px!important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.checkout-page .product-item .number-price{
    display: flex;
    justify-content: space-between;
}
.checkout-page .product-item .product-text{
    width: calc(100% - 130px);
}
.checkout-page .product-item .number-price .price{
    margin: auto 0;
}
.checkout-page .product-item .number-price .price p{
    margin-bottom: 0!important;
    line-height: 20px!important;
}
.checkout-page .product-item .price-sale{
    font-weight: 600;
    font-size: 14px;
    color: var(--primary-color);
    margin-bottom: 0;
}
.checkout-page .product-item .price-reg{
    color: #787878;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}
.checkout-page .product-item .coupon-item-discount{
    display: none;
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-color);
}
.checkout-page .shopping .title-cost{
    display: flex;
    justify-content: space-between;
}
.checkout-page .order-notes textarea{
    height: 70px;
    background: #FAFAFA;
    border-radius: 8px 8px 0 0;
    border: none;
    border-bottom: 1px solid #B4B4B4;
    outline: none;
}
.checkout-page .coupon input{
    background: #FAFAFA!important;
    border: none!important;
}
.checkout-page .pay-btn{
    padding: 20px 19px;
    position: fixed;
    z-index: 99;
    background: white;
    width: 100%;
    bottom: 0;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.14);
    left: 0;
}
.checkout-page .pay-btn .notice{
    max-width: 1200px;
    margin: auto;
}
.checkout-page .pay-btn .nt{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.checkout-page .pay-btn .notice{
    border-bottom: 1px solid #B4B4B4;
}
.checkout-page .pay-btn .notice .point-text{
    margin-bottom: 0;
}
.checkout-page .pay-btn .notice .point-text .val{
    font-weight: 600;
}
.checkout-page .pay-btn .notice .point-notice{
    font-size: 12px;
    margin-bottom: 8px;
}
.checkout-page .pay-details {
    margin: auto;
    left: 0;
    padding: 20px 19px;
    position: fixed;
    z-index: 99;
    background: white;
    width: 100%;
    bottom: 0;
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.14);
    display: flex;
    justify-content: space-between;
}
.checkout-page .pay-details .nc{
    max-width: 1200px;
    margin: auto;
}
.checkout-page .pay-btn .price-info,
.checkout-page .pay-btn .button{
    margin:auto 0;
}
.checkout-page .pay-btn .price-info{
    display: flex;
}
.checkout-page .pay-btn .price-info .icon{
    margin: auto 0;
    margin-left: 10px;
}
.checkout-page .pay-btn .text{
    font-weight: 600;
    font-size: 12px;
    color: #787878;
}
.checkout-page .pay-btn .price{
    font-weight: 600;
    font-size: 21px;
    color: var(--primary-color);
}
.checkout-page .pay-btn .point .title{
    font-weight: 400;
    font-size: 12px;
    color: #787878;
}
.checkout-page .pay-btn .point .point-value{
    font-weight: 500;
    font-size: 12px;
    color: var(--primary-color);
}
.checkout-page .pay-btn .point .point-after{
    font-weight: 500;
    font-size: 12px;
    color: var(--primary-color);
}
.checkout-page .pay-btn  button{
    width: 100%;
    border-radius: 20px;
    background: var(--primary-color);
    font-weight: 500;
}
.checkout-page .shopping .price{
    font-weight: 600;
    font-size: 17px;
    color: var(--primary-color);
}
.checkout-page .pay-details .price-online{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.checkout-page .wc_payment_methods{
    display: none;
}
.checkout-page .addr-content{
    display: none;
}
.checkout-page .main-content .addr .addr-content-short{
    display: none;
}
.checkout-page .main-content{
    margin-bottom: 150px;
}
.checkout-page .pay-details {
    display: block;
}
.checkout-page .pay-btn .button button{
    padding: 8px 25px!important;
    border-radius: 20px!important;
    background: var(--primary-color)!important;
    font-weight: 500!important;
}
.checkout-page .pay_rule_explain.disabled{
    font-weight: 600;
    font-size: 12px;
    color: #FF3B30;
    background: #FFE6E4;
    border-radius: 2px;
}
.checkout-page .virtual-email-content{
    padding:12px 15px;
    background: #EDF5FD;
}
.checkout-page .virtual-email-content label{
    font-weight: 600;
    font-size: 16px;
}
.checkout-page .virtual-email-content #billing_email{
    padding: 8px 40px 8px 8px;
    width: 100%;
    border: unset;
    background: white;
    margin-top: 5px;
    color: #575656;
}
.checkout-page .virtual-email-content .warning-tip{
    display: none;
    font-size: 12px;
    margin-top: 5px;
    color: #FF3B2F;
    opacity: 0.7;
}
.checkout-page .virtual-email-content .del{
    position: absolute;
    padding: 1px;
    cursor: pointer;
    color: white;
    border: none;
    width: 20px;
    height: 20px;
    font-size: 22px;
    background: #bbbaba;
    border-radius: 50%;
    top: 15px;
    right: 10px;
    transform: scale(0.9);
    line-height: 1px;
}
.checkout-page .coupon .coupon-input-content{
    display: block;
}
.checkout-page .coupon .coupon-input-confirm{
    display: none;
}
.checkout-page .coupon .coupon-input-confirm .coupon-code{
    background: var(--primary-color);color: white;padding: 7px;border-radius: 5px
}
.checkout-page .coupon .coupon-input-confirm .coupon-code .confirm-del{
    display: inline-flex;
    justify-content: center;
    background: white;
    color: var(--primary-color);
    width: 20px;
    height: 20px;
    line-height: 15px;
    margin: auto;
    border-radius: 50%;
    padding: 0;
    font-size: 23px;
    font-weight: 500;
    margin-left: 5px;
}
.checkout-page .coupon .del-apply{
    display: flex;
    position: absolute;
    padding: 1px;
    right: 2px;
    top: 0;

}
.checkout-page .coupon .apply-btn{
    position: unset;
    font-weight: 500;
    color: #d8d8d8;
    border: none;
    background: #FAFAFA;
    padding: 5px 12px;
}
.checkout-page .coupon .tip{
    display: none;
    color: #FF3B2F;
    font-size: 12px;
    justify-content: flex-start;
}
.checkout-page .coupon .tip i{
    margin-top: 5px;
}
.checkout-page .coupon .tip .msg{
    margin-left: 3px;
}
.checkout-page .coupon .del{
    justify-content: center;
    line-height: 14px;
    margin-top: 7px;
    cursor: pointer;
    padding-left: 2px;
    color: white;
    border: none;
    width: 20px;
    height: 20px;
    font-size: 22px;
    background: #bbbaba;
    border-radius: 50%;
    transform: scale(0.9);
    display: none;
}

.checkout-page .coupon input{
    padding: 6px 12px;
    width: 100%;
}
/*checkout情页样式 end*/


/* 个人地址列表 start*/
.address-page .address-content{
    height: 100%;
    min-height: calc(100vh - 280px);
    padding: 10px 19px;
    margin-bottom: 100px;
}
.address-page .edit-item{
    font-weight: 500;
    font-size: 14px;
    color: var(--primary-color);
}
.address-page .item .header{
    display: flex;
    justify-content: space-between;
}
.address-page .edit{
    font-weight: 500;
    font-size: 14px;
    color: var(--primary-color);
}
.address-page .default{
    font-weight: 500;
    font-size: 15px;
    color: #777777;
}
.address-page .set-default{
    font-weight: 500;
    font-size: 14px;
    color: var(--primary-color);
}
.address-page .text-content{
    font-size: 14px;
    color: #777777;
    margin-left: 24px;
}
.address-page .add-address-button{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px 16px;
    background: white;
}
.address-page .add-address-button button{
    padding: 8px 25px;
    width: 100%;
    border-radius: 20px;
    background: white;
    font-weight: 500;
    color:  var(--primary-color);
    border: 1px var(--primary-color) solid;
}
.address-page .item br{
    border: 1px solid #ebeced;
    display: block;
    content: "";
    margin: 12px 0;
}
.address-page .address-content .item:last-child br{
    display: none;
}
.add-address-form {
    margin-bottom: 0px;
}
.add-address-form  .box{
    padding: 16px;
}
.add-address-form  .input-row{
    border-radius: 8px 8px 0 0;
    background: #FAFAFA;
    border-bottom:1px solid #969696;
    margin-bottom: 10px;
    padding: 15px;
}
.add-address-form  .input-row.input-row-warnning{
    border-bottom:1px solid #ff5454;
}
.add-address-form  .input-row.input-row-warnning input,
.add-address-form  .input-row.input-row-warnning p {
    color: #ff5454!important;
}
.add-address-form  .input-row input{
    background: unset;
    border: unset;
}
.add-address-form  .input-row p{
    font-weight: 400;
    font-size: 12px;
    color: #777777;
}
.add-address-form  .input-row .optional{
    display: flex;
    justify-content: space-between;
}
.add-address-form  .input-row .optional span{
    color: #B4B4B4;
    white-space: nowrap;
}
.add-address-form  .input-row input{
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #282828;
    padding: 0;
    outline: none;
}
.add-address-form  .input-row  select{
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    border: none;
    outline: none;
}
.add-address-form .button{
    padding: 20px 19px;
    position: sticky;
    z-index: 99;
    background: white;
    width: 100%;
    bottom: 0;
}
.add-address-form .main-content .button button{
    padding: 8px 25px;
    border-radius: 20px;
    background: var(--primary-color);
    font-weight: 500;
}
.add-address-form .pay_rule_explain.disabled{
    font-weight: 600;
    font-size: 12px;
    color: #FF3B30;
    background: #FFE6E4;
    border-radius: 2px;
}
/* 个人地址列表 end*/

/* 个人订单列表 start */
.my_orders-page .list-status {
    padding: 8px 16px ;
    display: contents;
    overflow: hidden;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-bottom: constant(safe-area-inset-bottom); /* 兼容 iOS < 11.2 */
    padding-bottom: env(safe-area-inset-bottom);
}
.my_orders-page .list-status ul{
    padding: 0;
    list-style-type: none;
    margin: 0;
    width: 100%;
    overflow-x: auto;
    background: white;
    white-space: nowrap;
    overflow-y: hidden;
    display: flex;
}
.my_orders-page .list-status ul li {
    cursor: pointer;
    text-align: center;
    color: #979797;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border-bottom: 1px solid #D1D1D1;
}
.my_orders-page .list-status ul .active {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color)!important;
}
.my_orders-page .list-order .nav-target,
.my_orders-page .orders-most-bottom{
    display: none;
    text-align: center;
    margin-bottom: 15px;
}
.my_orders-page .orders-most-bottom span{
    padding: 8px 100px;
    color: var(--primary-color);
    border-radius: 5px;
}
.my_orders-page .list-order .empty{
    margin-top: 50px;
    display: none;
}
.my_orders-page .list-order .status-All{
    display: block;
}
.my_orders-page .list-order .item{
    padding: 8px 16px;
}
.my_orders-page .list-order .item .header-row{
    display: flex;
    justify-content: space-between;
}
.my_orders-page .list-order .item  .header-row .status{
    font-weight: 600;
    font-size: 12px;
    color: #FFA530;
    background: #FFF8E5;
    padding: 4px 8px;
}
.my_orders-page .list-order .item  .header-row i{
    font-weight: 600;
    font-size: 22px;
    color: var(--primary-color);
}
.my_orders-page .list-order .item  .header-row div{
    margin: auto 0;
}
.my_orders-page .list-order .item .content-row{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E4E7EA;
}
.my_orders-page .list-order .item .content-row .image{
    content: '';
    flex-shrink: 0;
    margin-right: 15px;
}
.my_orders-page .list-order .item .content-row .image img{
    height: 84px;
    width: 84px;
}
.my_orders-page .list-order .item .content-row .number-price{
    text-align: right;
    display: flex;
    justify-content: space-between;
}
.my_orders-page .list-order .item .content-row .number-price div{
    margin: auto 0;
}
.my_orders-page .list-order .item .content-row .number-price .number{
    font-weight: 400;
    font-size: 12px;
    color: #282828;
}
.my_orders-page .list-order .item .content-row .number-price .price{
    font-weight: 600;
    font-size: 14px;
    color: var(--primary-color);
}
.my_orders-page .list-order .item .content-row .number-price .point{
    font-weight: 600;
    font-size: 14px;
    color: var(--primary-color);
}
.my_orders-page .list-order .item .total-row{
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
}
.my_orders-page .list-order .item .total-row div{
    margin: auto 0;
}
.my_orders-page .list-order .item .total-row .item-num{
    font-weight: 400;
    font-size: 12px;
    color: #787878;
}
.my_orders-page .list-order .item .total-row .price{
    font-weight: 600;
    font-size: 14px;
    color: #282828;
}
.my_orders-page .boundary{
    height: 8px;background: #F5F5F5;width: 100%;
}
.my_orders-page .status.color-Pending{
    background: #FFF8E5!important;
    color: #FFA530!important;
}
.my_orders-page .status.color-Processing{
    background: #FFF8E5!important;
    color: #FFA530!important;
}
.my_orders-page .status.color-Fulfilled{
    background: #FFF8E5!important;
    color: #FFA530!important;
}
.my_orders-page .status.color-Completed{
    background: #e7feee!important;
    color: #57A835FF!important;
}
.my_orders-page .status.color-Cancelled{
    background: #e5e4e1!important;
    color: #9b9b9b!important;
}
.my_orders-page .status.color-Refunded{
    background: #e5e4e1!important;
    color: #9b9b9b!important;
}
/* 个人订单列表 end */

/** 个人中心 start */
.dashboard-page .my-account-nav{
    display: flex;
    /*width: 100%;*/
    width: 66.6%;
    padding: 20px 45px;
    justify-content: space-between;
}
/*暂时隐藏优惠券*/
.dashboard-page .my-account-nav .item:nth-of-type(2) {
    display: none;
}
.dashboard-page .boundary{
    height: 8px;background: #F5F5F5;width: 100%;
}
.dashboard-page .my-account-nav .order-item{
    position: relative;
}
.dashboard-page .my-account-nav .item p{
    text-align: center;
}
.dashboard-page .my-account-nav .item image{
    height: 30px;
}
.dashboard-page .other-list .line-row{
    padding-left: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.dashboard-page .other-list .line-row .left{
    display: flex;
    margin: auto;
}
.dashboard-page .other-list .line-row .right{
    border-bottom: 1px solid #E4E7EA;
    padding: 13px 16px 13px 0;
    margin-left: 13px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.dashboard-page .other-list .line-row p{
    font-weight: 500;
    font-size: 14px;
    color: #282828;
    margin: auto 0!important;
}
.dashboard-page .other-list .line-row .fa-angle-right{
    color: var(--primary-color);
    font-size: 25px;
}
.dashboard-page .my-account-nav .order-item p{
    position: relative;
    display: inline-block;
}
.dashboard-page .my-account-nav .order-item p span{
    margin: auto;
    display: block;
    position: absolute;
    top: -7px;
    right: -12px;
    background-color: red;
    color: white;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1.7em;
}
/** 个人中心 end */

/*订单详情 start*/
.order_detail-page .slice-header,
.order_detail-page .slice-addr{
    padding: 20px 16px;
}
.order_detail-page .slice-products{
    padding: 10px 16px;
}
.order_detail-page .price-detail{
    padding: 0px 16px 20px 16px;
}
.order_detail-page .slice-header .title-status{
    display: flex;
    justify-content: space-between;
}
.order_detail-page .boundary{
    height: 8px;background: #F5F5F5;width: 100%;
}
.order_detail-page .slice-addr .title-status{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.order_detail-page .products .item{
    border-bottom: 1px solid #E4E7EA;
    padding: 15px 0;
}
.order_detail-page .products .button-row{
    text-align: right;
}
.order_detail-page .products .button-row button {
    border-radius: 25px;
    background: var(--primary-color);
    font-weight: 500;
    padding: 12px 25px;
    color: white;
    font-size: 13px;
    width: auto;
}
.order_detail-page .products  .content-row{
    display: flex;
    justify-content: space-between;
}
.order_detail-page .products  .content-row .image{
    content: '';
    flex-shrink: 0;
    margin-right: 15px;
}
.order_detail-page .products  .content-row .image img{
    height: 84px;
    width: 84px;
}
.order_detail-page .products  .content-row .number-price{
    display: flex;
    justify-content: space-between;
}
.order_detail-page .products  .content-row .number-price .price{
    text-align: right;
}
.order_detail-page .products  .content-row .number-price div{
    margin: auto 0;
}
.order_detail-page .products  .content-row .number-price .number{
    font-weight: 400;
    font-size: 12px;
    color: #282828;
}
.order_detail-page .products  .content-row .number-price .price .price-sale{
    font-weight: 600;
    font-size: 14px;
    color: var(--primary-color);
}
.order_detail-page .products  .content-row .number-price .price .del-line{
    text-decoration: line-through;
    color: #999;
    font-weight: 400;
}
.order_detail-page .products  .content-row .number-price .coupon-item-discount{
    margin-bottom: 0!important;
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-color);
}
.order_detail-page .products  .content-row .number-price .point{
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
}
.order_detail-page .price-detail .row-item{
    display: flex;
    justify-content: space-between;
}
.order_detail-page .price-detail .row-bottom{
    margin-top: 40px;
}
.order_detail-page .price-detail span{
    font-weight: 400;
    font-size: 12px;
    color: #282828;
    padding: 4px 0;
}
.order_detail-page .price-detail .total-paid span{
    font-weight: 600;
}
.order_detail-page .button button{
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: white;
    font-weight: 500;
}
.order_detail-page .row-bottom .back-category button{
    background: var(--primary-color);
    color:white;
    border: none;
    margin-top: 10px;
}
.order_detail-page  .status{
    font-weight: 500;
    font-size: 12px;
    color: #FFA530;
    background: #FFF8E5;
    padding: 4px 8px;
    border-radius: 5px;
}
/*订单详情 end*/



