.woocommerce-privacy-policy-text {
    display: none;
}
/*头部固定定位*/
#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

/*轮播图*/
.swiper {
    margin-top: 152px;
    --swiper-theme-color: #ff6600;
    --swiper-navigation-color: rgb(128, 128, 128);
    /*--swiper-navigation-size: 30px;*/
}

/*轮播图图片宽度100%*/
.swiper img {
    width: 100%;
}

/*产品搜索、产品详细信息，购物车页，结算页占位*/
.product-search-placeholder,#product-container,#cart-container,#wcf-embed-checkout-form,.wpforms-container,#order-received,.paypal-diy-button {
    margin-top: 152px !important;
}

@media screen and (max-width: 990px) {
    .product-search-placeholder,#product-container,#cart-container,#wcf-embed-checkout-form,#order-received,.paypal-diy-button {
        margin-top: 110px !important;
    }
}

/*调整 cjpay 付款样式*/
iframe {
    width: 100vw;
}

/*去除其它页面底部内边距*/
/*@media screen and (max-width: 767px) {*/
/*    .has-mobile-bottom-navbar-single-page {*/
/*        padding-bottom: 0;*/
/*    }*/
/*}*/

.wcf-embed-checkout-form .woocommerce .blockUI.blockOverlay{
    display: none;
}

/*产品搜索页*/
#products {
    display: flex;
    flex-wrap: wrap;
}

.item {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.item>.item-image {
    height: 240px;
}

.item .item-image a {
    position: relative;
}

.item .info {
    box-sizing: border-box;
}

.item .item-info {
    margin-top: 6px;
}

.item .item-info .price {
    font-size: 14px;
    color: #111;
    font-weight: bold;
}

.item .item-info .price del {
    color: #999;
    font-size: 12px;
    margin-right: 5px;
}

.item p {
    text-align: left;
    margin: 0;
    padding-left: 11px;
}

.item .item-image .sale {
    position: absolute !important;
    left: 0 !important;
    display: inline-block;
    z-index: 10;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    border-radius: 23px;
    background-color: #f3065e;
    color: #fff;
    text-align: center;
    margin: 6px;
}

.ast-container {
    display: block !important;
}

.item-info > div {
    text-align: center;
}

/*屏幕小于或等于1024px*/
@media screen and (max-width: 1024px) {
    .item {
        width: 33.33%;
        text-align: left;
    }
}

/*屏幕小于或等于768px*/
@media screen and (max-width: 768px) {
    .item {
        width: 50%;
        text-align: left;
    }
    #billing_address_1_field,#billing_address_2_field,#billing_state_field,#billing_city_field,#billing_postcode_field {
        width: 100% !important;
    }
    .woocommerce-billing-fields__field-wrapper > p {
        margin-bottom: 0 !important;
    }
}

/*屏幕小于或等于480px*/
@media screen and (max-width: 480px) {
    /*轮播图上外边距*/
    .swiper {
        margin-top: 110px;
    }
    /*产品搜索、产品详细信息占位*/
    .product-search-placeholder,#product-container,#cart-container,#wcf-embed-checkout-form {
        margin-top: 110px;
    }
    /*产品搜索结果 Item */
    .item {
        /*width: 100%;*/
        text-align: left;
    }
    .item>.item-image {
        height: inherit;
    }
    /*搜索产品垂直居中*/
    #products {
        align-items: center;
    }
    /*产品详细信息左侧*/
    #left {
        width: 100% !important;
    }
    /*产品详细信息首图*/
    .product-images {
        width: 100% !important;
    }
    .product-images>ul {
        display: flex;
        flex-wrap: wrap;
    }
    .product-images>ul li {
        width: 25% !important;
    }
    /*产品详细信息 TAB */
    #product-description span {
        padding: 12px 12px !important;
    }
    /*产品描述Tab*/
    #product-description .description-title {
        margin: 12px auto !important;
        width: 100% !important;
        text-align: center;
    }
    #product-description .description-title span {
        text-align: center;
        width: 31%;
        padding: 10px 0 !important;
        margin: 6px 0 !important;
        font-size: 16px;
    }
    /*产品描述信息*/
    .description>form label {
        display: block;
        margin: 5px 0;
    }
    .description>form input[type=text] {
        width: 80%;
    }
    .description>form input[type=email] {
        width: 80%;
    }
    /*去除移动端产品左侧外边距*/
    #right {
        margin-left: inherit !important;
    }
    /*调整商品字体大小*/
    #right>.title>h1 {
        font-size: 1rem !important;
    }

    /*右侧价格*/
    #right>.price {
        font-size: 1rem !important;
        margin: 5px 0;
    }

    #right>.price span {
        font-size: 1rem;
        margin-top: 0;
    }
    /*label[for=cart-number] {*/
    /*    display: inline-block;*/
    /*}*/
    #product-description {
        margin-top: 20px !important;
    }
    .rating {
        font-size: 1.3rem !important;
    }
    tfoot {
        text-align: end;
    }
    #cart-total {
        text-align: center;
    }
    /*隐藏多个预览图*/
    #left .product-image {
        display: none;
    }
    #left .product-images {
        display: none;
    }
    /*展示产品图轮播*/
    #left .mobile-product-image-swiper {
        display: block !important;
        width: calc(100vw - 20px) !important;
        text-align: center;
    }

    /*分页按钮调整*/
    .pagination a {
        margin: 0 !important;
    }

    #cart-container {
        width: 100%;
    }

    /*手机端隐藏变体，改成下拉列表*/
    #variations {
        display: none;
    }
    #variations-select {
        display: block !important;
    }

    /*产品详细页顶端分类按钮调整*/
    #product-container .product-categorys {
        width: 96vw;
        /*border: 2px solid red;*/
        white-space: nowrap;
        overflow-x: scroll;
    }

    #product-container .product-categorys button {
        margin: 3px 3px 6px 3px !important;
        padding: 9px !important;
        font-size: 1rem;
    }

    /*产品价格和库存放置于同一行（左侧和右侧）*/
    #right .price-stock {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #right .price {
        display: inline-block;
    }
    #right .stock {
        display: inline-block;
        /*width: 84%;*/
        text-align: end;
    }

    /*变体名称和下拉属性放置于同一行展示*/
    #variations-select select {
        display: inline-block !important;
    }

    /*调整底部可信商店*/
    .trusted-store-modal {
        width: 100% !important;
    }
    /*修改移动端搜索框提示词颜色大小*/
    .search-field::placeholder {
        color: #0275d8 !important;
        font-size: 1rem !important;
        font-weight: bold;
    }
    /*移动端购物车界面继续购物按钮调整*/
    .cart-table tfoot tr td:last-child {
        padding-left: 0;
    }
    div.cart-table > table > tfoot > tr > td:nth-child(2) > button:nth-child(1) {
        margin-right: 1rem;
    }
}

/*---------------------------------手机端样式结束-----------------------------------------*/

/*底部分页*/
.pagination {
    text-align: center;
    margin: 25px 0 20px 0;
}

.pagination a {
    margin: 0 10px;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: white;
    color: #4e6ef2;
}

.pagination a:hover {
    cursor: pointer;
    color: white;
    background-color: #4e6ef2;
}

.pagination a[class="active"] {
    color: white;
    background-color: #4e6ef2;
}

/*-------------产品详细页-------------------*/
#product {
    display: flex;
    flex-wrap: wrap;
    /*border: 2px solid red;*/
}

#product .product-image img {
    width: 500px;
    height: auto;
}

#product #right {
    flex: 1;
    margin-left: 1em;
}

#product #right h1 {
    font-size: 35px;
    text-align: left;
    margin: 10px 0 0 0;
}

#product #right .price {
    font-size: 30px;
    color: red;
    /*margin-left: 13px;*/
    /*margin-top: 18px;*/
}

/*#product #right .stock {*/
/*    margin: 15px 0 0 13px;*/
/*}*/

#right #variations {
    margin-top: 8px;
}

#right #variations-select {
    display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*产品分类信息*/
/*#product #right .product-categorys {*/
/*    margin: 10px 13px;*/
/*}*/

#right .product-categorys span {
    background-color: #ececf1;
    display: inline-block;
    padding: 8px;
    margin: 5px 5px;
}

#right .product-categorys span:hover {
    cursor: pointer;
    /*background-color: #fff;*/
    font-weight: bolder;
}

/*产品详细页添加购买数量*/
.product-buy-number,.product-calculator-reduce,.product-calculator-add {
    display: inline-block;
}

.product-calculator-reduce {
    padding-left: 13px;
}

.product-calculator-add {
    padding-right: 13px;
}

.product-buy-number {
    border: 1px solid #999;
    margin-right: 1rem;
    border-radius: 3px;
}

.product-buy-number:hover {
    cursor: pointer;
}

input[type=number] {
    width: 68px !important;
    padding-right: 12px !important;
    border: 0 !important;
    text-align: center !important;
}

input[type=number]:focus {
    outline: none !important;
}

.add-cart button {
    /*margin: 20px 0 0 20px;*/
    background-color: #cc0000;
}

label[for=cart-number] {
    display: inline-block;
    margin-bottom: 0;
}

#left .product-images {
    width: 500px;
    margin-top: 3px;
}

.product-images ul {
    margin: 0;
    padding: 0;
}

.product-images ul li {
    width: 125px;
    height: auto;
    /*去除li样式*/
    list-style: none;
    display: inline-block;
    border: 2px solid white;
}

.product-images ul li:hover {
    cursor: pointer;
}

/*产品变体属性*/
/*#right #variations {*/
/*    margin: 20px 0 0 20px;*/
/*}*/

#right #variations span:not(#right #variations .variation-name) {
    display: inline-block;
    /*设置边框为虚线*/
    border: 1px dashed #ccc;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 10px 5px;
    font-weight: 400;
}

#right #variations span:hover {
    cursor: pointer;
    border: 1px solid #000;
}

#right .variation-name {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    border: 0 !important;
}

/*产品描述部分*/
#product-description {
    border-top: 1px solid #ccc;
    margin-top: 60px;
}

#product-description .description-title {
    display: inline-block;
    margin: 20px 20px;
    background-color: #ececf1;
    border-radius: 20px;
}

#product-description .description-title:hover {
    cursor: pointer;
}

#product-description span {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 12px 30px;
    margin: 0;
    background-color: #ececf1;
}

.description-title :first-child {
    /*box-sizing: border-box !important;*/
    /*background-color: white !important;*/
    border-radius: 20px !important;
    /*margin: 5px !important;*/
}

.description-title .tab-selected {
    box-sizing: border-box !important;
    background-color: white !important;
    border-radius: 20px !important;
    margin: 5px !important;
}

.description-title :last-child {
    border-radius: 20px !important;
}

/*产品描述内容部分*/
#product-description .description{
    margin: 0 20px;
    display: none;
}

#product-description .active {
    display: block;
}

/*-----------------------------购物车页面------------------------------------*/
#cart-container {
    width: 100%;
}
#cart-container>.cart-title {
    margin-top: 20px;
}

/*最后一个表头居中显示*/
#cart-container .cart-table thead tr th:last-child {
    text-align: center;
}

/*选择 tbody中每个tr的最后一个td元素*/
#cart-container .cart-table tbody tr td:last-child {
    text-align: end;
}

#cart-container .cart-table tfoot tr td:last-child {
    text-align: end;
}

/*.cart-table tr td input[type=number] {*/
/*    border: 0;*/
/*}*/

/*!*处理结算区域*!*/
/*#cart-total {*/
/*    !*border: 1px solid red;*!*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*}*/

/*.cart-total-container {*/
/*    !*border: 1px solid red;*!*/
/*    text-align: center;*/
/*    background-color: #f4f4f4;*/
/*}*/

/*.cart-total-container h4 {*/
/*    margin: 23px;*/
/*}*/

/*.cart-total-container .price {*/
/*    font-size: 19px;*/
/*    margin: 10px;*/
/*    font-weight: 600;*/
/*}*/

.cart-table {
    overflow-x: auto;
}

@media (max-width: 768px) {
    .cart-table :is(table, thead, tbody, tfoot, tr, th, td) {
        display: block;
    }

    .order-info :is(table, thead, tbody, tfoot, tr, th, td) {
        display: block;
    }

    /*.order-details :is(table, thead, tbody, tfoot, tr, th, td) {*/
    /*    display: block;*/
    /*}*/

    .billing-address :is(table, thead, tbody, tfoot, tr, th, td) {
        display: block;
    }

    :is(.cart-table,.order-info,.billing-address) thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    :is(.cart-table,.order-info,.billing-address) tr {
        margin: 0 0 1rem 0;
        border-bottom: 1px solid #eee;
    }

    :is(.cart-table,.order-info,.billing-address) td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        /*text-align: right;*/
    }

    :is(.cart-table,.order-info,.billing-address) td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-column);
        line-height: 40px;
    }

    .cart-table td:nth-of-type(1):before { content: "Product"; }
    .cart-table td:nth-of-type(2):before { content: "Price"; }
    .cart-table td:nth-of-type(3):before { content: "Quantity"; }
    .cart-table td:nth-of-type(4):before { content: "Subtotal"; }
    .cart-table td:nth-of-type(5):before { content: "Remove"; }
    .cart-table td:nth-of-type(5):before {
        text-align: left;
    }

    /*订单信息*/
    .order-info td:nth-of-type(1):before { content: "Order Number:"; }
    .order-info td:nth-of-type(2):before { content: "Date:"; }
    .order-info td:nth-of-type(3):before { content: "Email:"; }
    .order-info td:nth-of-type(4):before { content: "Total:"; }
    .order-info td:nth-of-type(5):before { content: "Payment Method:"; }

    /*.order-details td:nth-of-type(1):before { content: "Product:"; }*/
    /*.order-details td:nth-of-type(2):before { content: "Total:"; }*/

    .billing-address td:nth-of-type(1):before { content: "PostCode:"; }
    .billing-address td:nth-of-type(2):before { content: "Address:"; }
    .billing-address td:nth-of-type(3):before { content: "Phone:"; }
    .billing-address td:nth-of-type(4):before { content: "Email:"; }

    /*隐藏*/
    .cart-table td[colspan]::before {
        content: none;
    }

    .order-details table tr td::before{
        content: none;
    }

    /*页码调整*/
    .pagination {
        display: flex;
        justify-content: space-around;
    }
}

button {
    padding: 10px 15px;
    font-size: 16px;
}

#cart-total {
    display: flex;
    justify-content: end;
}
#cart-total h4 {
    text-align: center;
}

#cart-total div {
    margin: 10px 0;
}

/*----------------------结算页面-------------------------*/

/*屏幕宽度小于1200px*/
@media screen and (max-width: 1200px) {
    #checkout-container form div{
        width: 100% !important;
    }
}

#checkout-container {
    /*border: 2px solid red;*/
    font-size: 14px;
    font-weight: bold;
    margin-top: 35px;
    width: 100%;
}

#checkout-container form {
    display: flex;
    flex-wrap: wrap;
}

.form-group {
    display: flex;
}

.form-group div {
    flex: 1;
}

.form-group label {
    display: inline-block;
}

.form-group input {
    width: 100%;
    border: 1px solid black !important;
}

.form-group select {
    width: 100%;
}

.form-group input :focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

#checkout-container .your-order {
    /*background-color: #f4f4f4;*/
    margin: 0 20px;
    flex: 1;
    /*max-width: 742px;*/
    /*border: 2px solid red;*/
}

#checkout-container .your-order h4 {
    font-size: 21px;
    color: #072A2E;
    text-align: center;
    padding: 20px;
}

#checkout-container .your-order table {
    text-align: left !important;
    padding: 0 20px;
}

#checkout-container #online-payment {
    margin: 0 20px;
    /*max-width: 742px;*/
}

#online-payment .credit-card {
    width: 50%;
}

/*结算页插件*/
#wcf-embed-checkout-form {
    z-index: 0;
}

.wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce #payment input[type="radio"]:checked::before {
    width: 13px !important;
    height: 13px !important;
    margin: -1px 0 0 -1px !important;
}

.wcf-embed-checkout-form .woocommerce .woocommerce-billing-fields [type="checkbox"]:checked::before, .wcf-embed-checkout-form .woocommerce #payment input[type="checkbox"]:checked::before, .wcf-embed-checkout-form .woocommerce .woocommerce-shipping-fields [type="checkbox"]:checked::before, .wcf-embed-checkout-form .woocommerce #payment input[type="radio"]:checked::before, .wcf-embed-checkout-form .woocommerce .wcf-col2-set input[type="radio"]:checked::before, .wcf-embed-checkout-form .woocommerce .woocommerce-account-fields input[type="checkbox"]:checked::before, .wcf-embed-checkout-form .woocommerce #order_review input[type="checkbox"]:checked::before, .wcf-embed-checkout-form .woocommerce #order_review input[type="radio"]:checked::before {
    width: 13px !important;
    height: 13px !important;
    margin: -1px 0 0 -1px !important;
}

/*.wcf-embed-checkout-form .woocommerce #payment input[type="radio"]:checked::before, .wcf-embed-checkout-form .woocommerce #order_review input[type="radio"]:checked::before, .wcf-embed-checkout-form .woocommerce .wcf-col2-set input[type="radio"]:checked::before {*/
/*    border-radius: 15px;*/
/*    height: 15px;*/
/*    width: 15px;*/
/*}*/

/*input[type="radio"]::before {*/
/*    left: -4px;*/
/*    top: -4px;*/
/*}*/

/* CartFlow 结算页支付通道加载动画 */
.wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce-checkout-payment .blockUI.blockOverlay::before {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce-checkout-payment .blockUI.blockOverlay::before {
    width: 100px !important;
    height: 100px !important;
}
.woocommerce .blockUI.blockOverlay::before {
    /*border-top-color: inherit;*/
    border: none !important;
}
/* CartFlow 结算页产品数据加载动画 */
.wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce table.shop_table .blockUI.blockOverlay::before {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce table.shop_table .blockUI.blockOverlay::before {
    width: 100px !important;
    height: 100px !important;
}

#billing_company_field {
    display: none;
}

/*---------------------------支付成功页面--------------------------------*/
#order-received {
    margin-top: 20px;
    width: 100%;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#order-received>.title {
    font-weight: bolder;
    font-size: 23px;
    margin-bottom: 20px;
    overflow: hidden;
}

#order-received table {
    text-align: left;
    margin: 0 !important;
}

.order-details>.title {
    height: 53px;
    line-height: 53px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: bolder;
    background-color: #f4f4f4;
}

.billing-address>.title {
    height: 53px;
    line-height: 53px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: bolder;
    background-color: #f4f4f4;
}

/*联系我们表单*/
.wpforms-container {
    width: 660px !important;
}

/*将电脑端菜单栏放置于右侧*/
.header-col.header-col-center.col-lg-12.col-xl-12.d-none.d-lg-flex.d-xl-flex {
    display: flex;
    justify-content: flex-end;
}

/*将分类按钮移动到产品信息上面*/
#product-container .product-categorys button {
    margin: 5px 5px 9px 5px;
    padding: 9px 9px;
}

.product-categorys span {
    font-size: 1rem;
    font-weight: bold;
}

/*产品右上角折扣标志*/
.discount-logo {
    /*border: 2px solid red;*/
    position: absolute;
    right: 0;
    display: inline-block;
}
.discount {
    width: 40px;
    height: 60px;
    background-color: #ae2238;
    color: white;
    /*border: 2px solid black;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.ft:before {
    position: absolute;
    content: "";
    left: 20px;
    border-top: 10px solid #ae2238;
    border-left: 20px solid transparent;
    width: 0;
    height: 0;
    /*background-color: transparent; !* 设置与背景色相同的颜色 *!*/
}

.ft:after {
    position: absolute;
    content: "";
    left: 0;
    border-top: 10px solid #ae2238;
    border-right: 20px solid transparent;
    width: 0;
    height: 0;
    /*background-color: transparent; !* 设置与背景色相同的颜色 *!*/
}

/*产品详细页购买提示信息*/
#app_detailshipping-wrap {
    margin-top: 20px;
    background-color: #f6f6f6;
}

#app_detailshipping-wrap div:first-child {
    padding-top: 20px;
}

#app_detailshipping-wrap div {
    padding-left: 20px;
    padding-bottom: 20px;
}

#app_detailshipping-wrap div img {
    padding-right: 20px;
}

#app_detailshipping-wrap div>h6 {
    display: inline-block;
}

#app_detailshipping-wrap div>span {
    display: block;
    padding-left: 48px;
}

/*可信商店*/
#trusted-store {
    margin-top: 20px;
    border: 1px solid #ccc;
    border-left: 4px solid #38B336;
    border-radius: 3px;
}

#trusted-store .trusted-store-title {
    display: flex;
    padding: 9px 0;
}

#trusted-store .trusted-store-title div:first-child {
    font-size: 1rem;
    font-weight: bold;
    padding: 0 15px;
    color: #38B336;
    border-right: 1px solid #ccc;
}

#trusted-store .trusted-store-title div:last-child {
    padding: 0 15px;
}

#trusted-store .trusted-store-info {
    display: flex;
    background-color: #eeeeee;
    padding: 10px 0;
}

#trusted-store .trusted-store-info div {
    width: 33.33%;
    border-left: 1px solid #ccc;
    padding-left: 15px;
}

/*守护安全结算*/
#guard-safe-checkout {
    border: 1px solid #ccc;
    width: 90%;
    margin: 35px auto;
    position: relative;
    border-radius: 5px;
}

#guard-safe-checkout p {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    top: -13px;
    width: 100%;
}

#guard-safe-checkout p span {
    /*透明背景色*/
    background-color: white;
    padding: 0 10px;
}

.badge-list-reep {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 15px 34px;
}
.badge-list-reep div {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: flex;
    flex: 0 0 100px;
    margin: 10px 10px 10px 0;
}

.badge-list-reep div img {
    width: 90%;
    padding: 5px;
}

/*底部左侧可信商店*/
.bottom-trusted-store {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*box-shadow: 0 1px 4px rgba(0,0,0,.2);*/
    /*1px 灰色虚线*/
    border: 2px solid #ccc;
    color: #38B336;
    background-color: white;
    width: 144px;
    /*height: 73px;*/
    /*line-height: 73px;*/
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.bottom-trusted-store :hover {
    cursor: pointer;
}

.bottom-trusted-store:hover>div:last-child {
    display: block;
}

.bottom-trusted-store>div:first-child {
    height: 50%;
    line-height: 37px;
}

.bottom-trusted-store>div:last-child {
    padding: 5px 0;
    background-color: #eeeeee;
    height: 50%;
    display: none;
    /*line-height: 100%;*/
}

/*可信商店弹出框*/
.trusted-store-modal {
    position: fixed;
    /*bottom: 25vh;*/
    /*left: 50vw;*/
    /*margin: 0 auto;*/
    left: 50%;
    top: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    /*background-color: orange;*/
    background-color: white;
    width: 490px;
    /*height: 404px;*/
    border-radius: 5px;
}

.trusted-store-modal .modal-header {
    background-color: white;
    color: #38B336;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
}

.trusted-store-modal .modal-header .modal-icon-close {
    cursor: pointer;
}

.trusted-store-modal .modal-body {
    background-color: #38B336;
    /*padding: 10px 20px;*/
    height: 107px;
    color: white;
}

.trusted-store-modal .modal-body h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    color: white;
}

.trusted-store-modal .modal-list {
    background-color: white;
    position: relative;
    top: -37px;
    width: 86%;
    margin: 20px auto -25px;
}

.trusted-store-modal ul {
    margin: 0;
}

.trusted-store-modal ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px;
}

.trusted-store-modal li>span:first-child {
    font-weight: bold;
}

.trusted-store-modal .certified {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #38B336;
}

.trusted-store-modal .modal-list svg {
    width: 16px;
    height: 14px;
}

/*调整结算页支付图标 and 支付名称*/
.woocommerce-checkout #payment ul.payment_methods li img {
    height: 50px;
}

#payment li label{
    font-size: 1rem !important;
    font-weight: 600 !important;
}

/*调整手机端右侧购物车样式*/
.mini-cart-item-content > a {
    /*font-weight: bold;*/
    color: #2370f4;
}
.mini-cart-item-content span,bdi {
    font-weight: bold;
    color: #fb641b;
}