.v-modal {
    opacity: 0.85;
    background-color: hsla(210, 4%, 91%, .85);
}

/*****************************************头部的购物车样式开始**********************************************  */
#cart {
    background-color: #fff;
    color: #3e635f;
    height: 100vh;
    height: -webkit-fill-available;
    max-width: 100%;
    min-width: 375px;
    overflow-y: scroll;
}

    #cart .cart_header {
        display: flex;
        justify-content: space-between;
        padding: 0 0 10px;
    }

        #cart .cart_header img {
            max-width: 9rem;
            object-fit:fill;
        }

.blue,
.btn-close-solid {
    background-color: #29524d;
}

.blue,
.btn-close-outline,
.btn-close-solid {
    background-color: #29524d;
    border: 1px solid #29524d;
    border-radius: 50%;
    cursor: pointer;
    height: 35px;
    position: relative;
    transition: opacity .2s ease-out, transform .2s, scale .2s cubic-bezier(.22, .68, 0, 1.71);
    width: 35px;
}

    .blue:after,
    .blue:before,
    .btn-close-solid:after,
    .btn-close-solid:before {
        background-color: #dcfd8b;
    }

    .blue:before,
    .btn-close-outline:before,
    .btn-close-solid:before {
        transform: rotate(45deg);
    }

    .blue:after,
    .blue:before,
    .btn-close-outline:after,
    .btn-close-outline:before,
    .btn-close-solid:after,
    .btn-close-solid:before {
        background-color: #dcfd8b;
        content: "";
        height: 45%;
        inset: 0;
        margin: auto;
        position: absolute;
        width: 1px;
    }

#cart .cart_sub_header {
    padding: 20px 0;
}

    #cart .cart_sub_header h2 {
        color: #3e635f;
        font-size: 32px;
        line-height: 28px;
        text-align: left;
    }

.cart-item {
    max-width: 100%;
    width: 375px;
    margin: 1rem 0;
    padding: .75rem 0;
}

.cart-item__left {
    width: 23%;
}

.cart-item__left__img {
    border: 1px solid #e6e7e8;
    border-radius: 5px;
    height: 75px;
    margin: 0 0 .5rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 75px;
}

.cart-item__left__remove {
    align-items: center;
    background-color: #e6e7e8;
    border: none;
    border-radius: 5px;
    color: #7c848d;
    cursor: pointer;
    font-size: .625rem;
    padding: .35rem .5rem;
    width: 100%;
}

    .cart-item__left__remove p {
        margin: 0 .3rem;
    }

.cart-item__right {
    padding: 0 0 0 1rem;
    width: 77%;
    text-align: left;
}

.cart-item__right__product-name {
    color: #3e635f;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    max-width: 60%;
}

.cart-item__price {
    color: #2f2f2f;
    position: absolute;
    right: 0;
    top: 1.75rem;
}

    .cart-item__price p {
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 .75rem;
    }

.cart-item__right__qty {
    font-size: 12px;
    margin: .75rem 0;
}

    .cart-item__right__qty p {
        margin: auto 1rem auto 0;
        text-align: left;
        direction: ltr;
    }

.cart-item__right__qty__mod {
    justify-content: space-between;
    width: 35%;
}

    .cart-item__right__qty__mod .plus {
        align-items: flex-start;
        display: flex;
        font-weight: 500;
    }

        .cart-item__right__qty__mod .plus:hover {
            background-color: #2c5b75;
            border-color: #2c5b75;
            color: #fff;
        }

    .cart-item__right__qty__mod .btn {
        align-items: center;
        border-radius: 100%;
        font-size: 1.25rem;
        height: 1.5rem;
        justify-content: center;
        padding: 0;
        width: 1.5rem;
    }

    .cart-item__right__qty__mod input {
        background: #fff;
        border: none;
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 2rem;
    }

.cart-item__right__unit-price {
    font-size: 12px;
}

.promo_wrapper {
    border-top: 1px solid #e6e7e8;
    padding: 1.5rem 0;
}

    .promo_wrapper h3 {
        color: #3e635f;
        font-family: neue-haas-grotesk-display, Arial, Helvetica, sans-serif;
        font-size: 21px;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 1.5rem;
        direction: ltr;
    }

.promo_wrapper__flex {
    align-items: center;
    display: flex;
}

    .promo_wrapper__flex input {
        font-size: 14px;
        margin: 0 15px 0 0;
        width: 65%;
    }

    .promo_wrapper__flex button {
        font-weight: 600;
        padding: .75rem 1.5rem;
    }

#cart .totals {
    width: 100%;
}

.totals {
    border-top: 1px solid #e6e7e8;
    margin: 1rem 0 0;
    padding: 1rem 0 0;
}

.totals__sect {
    padding: 10px 0;
}

.totals__divider {
    border: none;
    border-bottom: 1px solid #e6e7e8;
    height: .5px;
    margin: 15px 0;
}

.totals .text-gray-darker {
    color: #3e635f;
}

.totals__sect {
    padding: 10px 0;
}

.totals .line-item {
    font-size: 1rem;
    justify-content: space-between;
}

    .totals .line-item p {
        margin: 3px 0;
        direction: ltr;
    }

.spacer {
    height: 1rem;
    width: 100%;
}

.totals .line-item__bold {
    font-weight: 600;
}

.totals .line-item__sub-content {
    margin: 1rem 0 0;
}

    .totals .line-item__sub-content p {
        color: #3e635f;
        padding: 0;
        text-align: right;
    }

.totals .line-item__sub-txt--disclaimer {
    margin: 2px 0;
}

.totals .line-item__sub-txt {
    font-size: .75rem;
}

.totals .line-item__gray-txt {
    color: #7c848d;
}

#cart .button_wrapper {
    margin: 0 auto 4rem;
    min-height: 5rem;
    text-align: center;
}

#cart #checkout {
    margin: 2rem auto 3rem;
    width: 100%;
}
.cart-wrapper {
    bottom: 0;
    /* left: 0; */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
@media (max-width: 425px) {
    .cart-wrapper {
        left: 0;
    }
}
@media (min-width: 426px) {
    .cart-wrapper {
        background-color: hsla(210, 4%, 91%, .85);
    }

    #cart {
        float: right;
        padding: 50px 2rem 1rem;
    }
}

@media (min-width: 1024px) {
    .totals {
        width: 100%;
    }
}

/*****************************************头部的购物车样式结束**********************************************  */
/*****************************************商品的购物车样式开始**********************************************  */
.shop-cart {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background-color: hsla(210, 4%, 91%, .85);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}

    .shop-cart .modal-wrapper {
        left: 50%;
        max-height: 100%;
        overflow-y: auto;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .shop-cart .modal-container {
        justify-content: flex-end;
        margin: 1rem auto;
        max-width: 100%;
    }

    .shop-cart .icon-container {
        justify-content: flex-end;
        padding: 20px;
        width: 100%;
    }

    .shop-cart .lc-content {
        background: #fff;
        position: relative;
        width: 100%;
    }

    .shop-cart .content-container {
        background: #fff;
        border-radius: 10px;
        overflow-y: auto;
        padding: 0 25px;
        position: relative;
        width: 100%;
    }

        .shop-cart .content-container h4 {
            color: #3e635f;
            font-family: neue-haas-grotesk-display, Arial, Helvetica, sans-serif;
            font-size: 1.875rem;
            font-weight: 200;
        }

    .shop-cart .buying-options__title {
        line-height: 1.25;
        margin: 30px 0 7px;
    }

    .shop-cart .buying-options__selection {
        -moz-justify-content: space-between;
        justify-content: space-between;
        padding: .5rem 0;
    }

    .shop-cart .radio-container__price {
        align-self: center;
        color: #29524d;
        font-size: .875rem;
    }

    .shop-cart .radio-container .el-radio__input.is-checked + .el-radio__label {
        align-self: center;
        color: #221f1f;
        font-size: .75rem;
        font-weight: 500;
        /* margin: 0 10px; */
    }

    .shop-cart .radio-container .el-radio__input.is-checked .el-radio__inner {
        background: #b6cc95;
        border: 3px solid #fff;
        box-shadow: 0 0 0 1px #2c5b75;
        height: 18px;
        margin: 1px;
        position: relative;
        width: 18px;
    }

    .shop-cart .radio-container .el-radio__inner {
        border: 1px solid transparent;
        border-radius: 100%;
        width: 14px;
        height: 14px;
        background-color: transparent;
        cursor: pointer;
        box-sizing: border-box;
    }

    .shop-cart .radio-container .el-radio__input {
        align-self: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #7c848d;
        border-radius: 50%;
        cursor: pointer;
        height: 20px;
        width: 20px;
    }

        .shop-cart .radio-container .el-radio__input.is-checked {
            align-self: center;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            /* border: 1px solid #7c848d; */
            border-radius: 50%;
            cursor: pointer;
            height: 20px;
            width: 20px;
        }

    .shop-cart .pack-container__select {
        width: 100%;
        z-index: 2;
    }

    .shop-cart .custom_select {
        display: block;
        margin: 1rem 0;
        position: relative;
    }

        .shop-cart .custom_select .input {
            border: 1px solid #29524d;
            border-radius: 20px;
            color: #221f1f;
            font-size: 14px;
            padding: 0;
            position: relative;
            width: 100%;
        }

            .shop-cart .custom_select .input .custom_select_content {
                font-size: 14px;
                height: 30px;
                padding: 0;
                position: relative;
                width: 100%;
            }

                .shop-cart .custom_select .input .custom_select_content .el-select {
                    display: inline-block;
                    align-items: center;
                    border-radius: 12px;
                    color: #3e635f;
                    display: flex;
                    height: 26px;
                    justify-content: space-between;
                    padding: 0 10px;
                    position: relative;
                    z-index: 11;
                }

                    .shop-cart .custom_select .input .custom_select_content .el-select .el-input,
                    .shop-cart .custom_select .input .custom_select_content .el-select .el-input .el-input__inner {
                        align-items: center;
                        border-radius: 12px;
                        color: #3e635f;
                        display: flex;
                        height: 23px;
                        justify-content: space-between;
                        position: relative;
                        border: transparent;
                    }

                        .shop-cart .custom_select .input .custom_select_content .el-select .el-input .el-input__suffix .el-input__suffix-inner .el-input__icon {
                            line-height: 23px;
                            color: #29524d;
                        }

.el-scrollbar__view .el-select-dropdown__list {
    border: 1px solid #b6cc95;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: -1px;
    overflow-y: hidden;
    padding: 27px 0 0;
    position: absolute;
    top: -1px;
    z-index: 10;
}

.el-select-dropdown__item {
    color: #29524d;
}

    .el-select-dropdown__item.selected {
        color: white;
        background-color: #29524d;
    }

.shop-cart .quantity-container {
    position: relative;
}

    .shop-cart .quantity-container .counter {
        -moz-justify-content: space-evenly;
        justify-content: space-evenly;
        margin: 30px 0;
    }

    .shop-cart .quantity-container .counter__quantity-change:disabled {
        cursor: default;
    }

    .shop-cart .quantity-container .counter__quantity-change {
        background: #fff;
        border: 1px solid #3e635f;
        border-radius: 50px;
        height: 40px;
        position: relative;
        transition: all .3s;
        width: 40px;
    }

.shop-cart .counter__quantity-change:before {
    content: "";
    height: 0;
    width: 8px;
}

.shop-cart .counter__quantity-change:after, .counter__quantity-change:before {
    border: .5px solid #3e635f;
    border-radius: 2rem;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.shop-cart .quantity-container .counter__quantity-amount {
    border: 1px solid #3e635f;
    border-radius: 50px;
    color: #3e635f;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100px;
}

.shop-cart .quantity-container .counter__quantity-change[data-plus]:after {
    content: "";
    height: 8px;
    width: 0;
}

.shop-cart .quantity-container .counter__quantity-change:after, .counter__quantity-change:before {
    border: .5px solid #3e635f;
    border-radius: 2rem;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.shop-cart .quantity-container .counter__quantity-change:not(:disabled):hover {
    background: #3e635f;
    border: 1px solid #3e635f;
}

.counter__quantity-change:not(:disabled):hover:after, .counter__quantity-change:not(:disabled):hover:before {
    border: .5px solid #b6cc95;
}

.shop-cart .quantity-container .btn {
    margin: 0 0 40px;
    width: 100%;
}
/*****************************************商品的购物车样式结束**********************************************  */


/*****************************************集成样式覆盖处理开始**********************************************  */
/*下拉框-选项*/
.custom_select .input legend {
    text-align: left;
    color: #221f1f;
    font-size: 14px;
    width: initial;
    margin-bottom: 0;
    border-bottom: 0;
}
/*****************************************集成样式覆盖处理结束**********************************************  */

