/*.cart-page {*/
/*    background: #faf9ff;*/
/*}*/

.cart-left-detail {
    padding: 0 0 30px 0;
}

.cart-right .card {
    margin-bottom: 30px;
}

.cart-right-row {
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

.buy-more-money {
    border-bottom: 0;
    font-size: 14px;
    text-align: right;
}

.cart-total-money {
    font-size: 20px;
}

.cart-img {
    margin-right: 20px;
}

.cart-img img {
    max-height: 120px;
}

.cart-price del {
    font-size: 14px;
    color: #999999;
}

.step-check-login {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.step-check-login>a {
    font-size: 19px;
}

.product-cart-item {
    margin-top: 25px;
}

.cart-name {
    width: 50%;
}

.product-cart-item .remove-cart-item {
    background: unset;
    color: #333;
    font-size: 13px;
    padding: 0;
}

.cart-right-content.cart-right-fixed {
    position: fixed;
    top: 1px;
}

.top-search-section {
    display: none;
}

.cart-page .qtt-input{
    max-width: 50px;
}

@media (max-width: 991px) {
    .cart-page {
        margin-bottom: 100px;
    }

    /*.cart-left {*/
    /*    margin-top: 20px;*/
    /*}*/
    .cart-left .card {
        border: 0;
    }
    .step-check-login {
        font-size: 13px;
        background: #d9eaff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .step-check-login>a {
        font-size: 14px;
    }
    .cart-img {
        margin-right: 10px;
        width: 110px;
    }
    .cart-detail {
        flex-wrap: wrap;
        position: relative;
    }
    .cart-name {
        width: 100%;
        font-size: 14px;
    }
    .cart-name .remove-cart-item {
        position: absolute;
        right: 0;
        bottom: 3px;
    }
    .cart-price {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 13px;
        margin: 0 0 2px;
    }

    .cart-price del {
        font-size: 11px;
        margin-left: 15px;
    }
    .cart-page .cart-right {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 6;
        padding: 0;
        box-shadow: 0 0px 2px 1px #e2e2e2;
    }
    .cart-right .card {
        border: 0;
        margin-bottom: 0px;
    }
    .cart-btn {
        display: flex;
        flex-wrap: wrap;
    }
    .cart-btn>a {
        /*width: 50% !important;*/
        font-size: 18px;
        padding: 15px !important;
        font-weight: 500;
        text-transform: uppercase;
    }
    .cart-right-row {
        padding: 5px 10px;
    }

    .buy-more-money {
        font-size: 13px;
        padding: 15px 10px;
        border-bottom: 1px solid #eee;
    }

    .buy-more-money p {
        margin: 0 0 5px 0;
    }

    .cart-page .qtt-action {
        padding: 1px 7px;
    }

    .cart-page .qtt-input {
        padding: 1px 5px;
        border-radius: 0;
    }

    .cart-note {
        font-size: 10px;
        padding: 5px;
    }

    .m-cart-back {
        background: #fff;
        padding: 10px 7px;
        font-weight: bold;
        font-size: 17px;
        height: 50px;
        line-height: 50px;
    }

    .m-cart-back i {
        font-size: 24px;
    }

    .back-btn {
        position: absolute;
        /*top: 0;*/
        left: 15px;
        font-size: 21px;
        top: 50%;
        transform: translateY(-50%);
    }

    #header, #footer {
        display: none;
    }
    .home-policy{
        margin-bottom: 130px!important;
    }
}
