/* Gifts Only - Cart styles */


/* === Cart Item Start === */
html[ms-theme=gifts] .container-cart-items .container-cart-item .cart-item-product .container>.row {
    flex-wrap: unset;
}
html[ms-theme=gifts] .container-cart-items .container-cart-item .property {
    font-size: var(--font-size-base);
}
html[ms-theme=gifts] .container-cart-items .container-cart-item .container-available-addons label {
    font-size: 1.6rem;
}
/* cart - product name */
html[ms-theme=gifts] .container-cart-items .container-cart-item .product-name {
    margin-bottom: 0.4rem;
}
/* cart - delete icon */
html[ms-theme=gifts] .container-cart-items .container-close .g-btn-close {
    width: 4rem;
    height: 4rem;
}
html[ms-theme=gifts] .container-cart-items .container-close .g-btn-close .wrapper.medium {
    width: 32%;
    height: 32%;
}
/* === Cart Item End === */


/* === Cart Upsell Start === */
html[ms-theme=gifts] .cart-upsell-items-container  {
    margin-top: 2.4rem; 
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 0.8rem;
    padding: 1.2rem 0.8rem;
}
html[ms-theme=gifts] .cart-upsell-items-container .cart-upsell-item:not(:last-child) {
    margin-bottom: 1.6rem;
}
/* === Cart Upsell End   === */

/* === promo code End === */



/* mobile */
@media (max-width: 575px) {
    /* === Cart Upsell Start === */
    html[ms-theme=gifts] .cart-upsell-items-container  {
        margin-top: 4.1vmin;
        padding: 2.05vmin;
    }
    html[ms-theme=gifts] .cart-upsell-items-container .cart-upsell-item:not(:last-child) {
        margin-bottom: 4.1vmin;
    }
    html[ms-theme=gifts] .container-cart-items .cart-upsell-items-container .cart-upsell-item .product-name {
        font-size: 3.07;
    }
    html[ms-theme=gifts] .container-cart-items .cart-upsell-items-container .cart-upsell-item .property {
        font-size: 2.82vmin;
    }
    /* === Cart Upsell End   === */
}

/* desktop */
@media (min-width: 576px) {

    /* === Cart Item Start === */
    /* - header of list */
    html[ms-theme=gifts] .container-cart-items .container-cart-item-captions .caption {
        font-size: 1.6rem;
    }

    /* - delete icon */
    html[ms-theme=gifts] .container-cart-items .container-close .g-btn-close {
        width: 2rem;
        height: 2rem;
    }

    /* - product name */
    html[ms-theme=gifts] .container-cart-items .container-cart-item .product-name {
        font-size: 1.5rem;
    }
    /* - properties */
    html[ms-theme=gifts] .container-cart-items .container-cart-item .container-properties .links {
        margin-top: 0.6rem;
    }

    html[ms-theme=gifts] .container-cart-items .container-cart-item .container-properties .links a {
        font-size: 1.6rem;
    }
    /* === Cart Item End === */

    /* === Cart Upsell Start === */
    html[ms-theme=gifts] .container-cart-items .cart-upsell-items-container .cart-upsell-item .upsell-price {
        display: none;
    }
    /* === Cart Upsell End   === */
}