.main_cart {
    margin-top: 80px;
    margin-bottom: 80px;
}
.cart_flex {
    display: flex;
    font-family: 'Manrope';
}
.cart_pro {
    display: flex;
    flex-direction: column;
    min-width: 50%;
}
.cart-page-header {
    padding-bottom: 14px;
    text-align: left;
    border-bottom: 1px solid #CFCFCF;
}
.cart_title {
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    color: #000000;
}
.cart_list {
    margin: 24px 0 48px 0;
}

/* 结算按钮 */
.checkout_button {
    margin-left: 64px;
    flex: 1;
    
}
.sub_total {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0 !important;
}
.cart_policies {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #A4A4A4;
}
.checkout_buttons {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
}
button .checkout_button_item {
    width: 100%;
    height: 46px;
    font-family: 'Manrope';
}
.continue {
    margin-top: 16px;
    font-family: 'Manrope';
}
/* ipad */
@media screen and (max-width: 1280px) {
    .main_cart {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .cart_flex {
        display: flex;
        flex-direction: column;
    }
    .checkout_button {
        margin-top: 24px;
        margin-left: 0;
        border-top: 1px solid #CFCFCF;
    }
    .checkout_title {
        display: none;
    }
}

/* mobile */
@media screen and (max-width: 768px) {
    .main_cart {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .cart_flex {
        display: flex;
        flex-direction: column;
    }
    .checkout_button {
        margin-top: 24px;
        margin-left: 0;
        border-top: 1px solid #CFCFCF;
    }
    .checkout_title {
        display: none;
    }
}
.cart-item {
    margin-bottom: 16px;
    background: #F3F3F3;
    border-radius: 4px;
    padding: 16px;
}
.cart_item_total_price {
    margin-top: 15px;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
.cart_item_pro_name a{
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
.specification {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #A4A4A4
}
.cart-item__remove-row {
    margin-top: 29px;
}
.cart-item-list-heading--quantity,
.cart-item__quantity {
    text-align: center;
    margin-left: 8px;
}
/* ipad */
@media screen and (max-width: 1280px) {
    .cart-item {
        margin-bottom: 24px;
        background: none;
    }
}

/* mobile */
@media screen and (max-width: 767.98px) {
    .cart-item {
        margin-bottom: 24px;
        background: none;
    }
    .cart-form .item .image {
        margin-left: 0;
        width: 50px;
    }
    .cart-item-list__head {
        display: none;
    }
}
