.product-line-grid {
    display: flex;
}
#cart .discount-amount {
    display: none;
}
#cart .bootstrap-touchspin {
    display: flex;
}
.product-line-grid-body .has-discount {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
}
.product-line-grid-body .product-price .current-price .price {
    color: #DA4448;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.cart_quantity {
    margin-top: 20px;
}
.product-line-grid-left {
    margin-right: 20px;
}
.product-line-grid-body .product-line-info a{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: var(--textColor);
}
.product-line-grid-right {
    margin-left: auto;
}
#cart .shopping_cart_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: var(--textColor);
}
@media(min-width: 768px) {
    .cart-grid {
        display: flex;
        gap: 90px;
    }
}

.cart-grid:after {
    display: none;
}
.cart-grid-right-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: var(--textColor);
    display: inline-block;
    margin-bottom: 40px;
}
.cart-grid-right {
    position: relative;
}
.cart_grid_right_bg {
    position: absolute;
    width: 150%;
    height: 300%;
    left: -120px;
    background: #F5F5F5;
    top: -90px;
    z-index: -1;
}
.cart-grid-body-left-block {
    padding-right: 100px;
}
#cart .card {
    background: transparent;
}
.cart-summary-line .label {
    color: #606060;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.cart-summary-line .value {
    color: #606060;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.cart-total .label, .cart-total .value{
    color: var(--textColor);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
.cart-summary-totals {
    padding-top: 0;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding-top: 25px;
}
.block-promo .promo-code-button {
    width: 100% !important;
    overflow: auto !important;
    height: auto !important;
    opacity: 1 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: space-between;
    cursor: pointer;
}
.block-promo {
    padding: 20px 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0 20px;
}
.promo-code-button .collapse-button {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: var(--textColor);
}
.block-promo .promo_added {
    display: none !important;
}
.card-block.checkout .btn-primary {
    border-radius: 5px;
}
.promo-code form {
    display: flex;
    gap: 15px;
}
.promo-code form .promo-input {
    border-radius: 5px;
    width: 100%;
}
.block-promo .promo-input + button {
    margin-top: 0;
    border-radius: 5px;
}
.block-promo .block-promo {
    padding: 0;
    border-top: unset;
    border-bottom: unset;
    margin: 0;
}
.block-promo .promo-name .cart-summary-line span{
    color: #DA4448;
}
#cart .blockreassurance_product, #checkout .blockreassurance_product {
    margin-top: 30px;
    padding: 0 20px;
}