.cart,
.cart__shared {
    max-width: 62rem;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: content-box;
}

.cart__shared[class*=__container],
.shared__remote[class*=__container] {
    max-width: 62rem;
}

.cart__shared {
    position: relative;
}

.cart__body {
    padding-top: 1.5rem;
    padding-bottom: 5rem;
}

.cart__title {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: .8958333333;
}

.cart__title sup {
    color: #888;
    font-size: .8125rem;
    line-height: 1.1538461538;
    top: -0.9rem;
}

.cart__text {
    max-width: 29rem;
    margin-bottom: 1rem;
    font-size: 0.9375rem;
    line-height: 1.2666666667;  
}

.cart__link,
.cart__share-button,
.delivery__info-button,
.delivery__change-button {
    color: #298FC2;
}

.cart__grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 22.5rem;
    grid-template-columns: 1fr 22.5rem;
    column-gap: 2rem;
}

.cart__grid-items {
    margin-top: 0.5rem;
}

.cart__grid-items-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.cart__grid-items-delivery {
    justify-content: start;
    padding: 0.25rem 0;
    color: #111111;
}

.cart__grid-items-delivery p {
    margin-left: 0.625rem;
}

.cart__grid-items-delivery span {
    font-weight: 500;
}

.cart__clear-button {
    color: #888888;
}

.cart__grid-gifts {
    margin-bottom: 0.25rem;
}

.cart-popup-product {
    overflow: visible;
}

.products-item__price-new {
    display: block;
}

.cart__grid-gifts .cart-popup-product {
    background-color: #eaf4f9;
}

.cart__grid-gifts .products-item__price-new {
    color: #298FC2;
}

.cart__grid-gifts .cart-popup-product__more {
    display: none;
}

.cart__grid-gifts .cart-popup-product__close {
    display: block;
}

.cart__grid-products .cart-popup-product {
    min-height: 10.25rem;
}

.cart__grid-products .cart-popup-product {
    -ms-grid-columns: 7rem 1fr 2rem;
    grid-template-columns: 7rem 1fr 2rem;
}

.cart__grid-title {
    margin-bottom: 1rem;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.2;
}

.cart__promocode {
    margin-bottom: 2rem;
}

.cart__button {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    align-items: center;
}

.remote__body {
    padding-bottom: 5rem;
}

.remote__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0.5rem;
    grid-row-gap: 1.5rem;
}

.shared__remote .products-slider__title {
    margin-bottom: 1rem;
}

.shared__product-item {
    position: relative;
}

.shared__whishlist._active path {
    fill: #dc582a;
    stroke: #dc582a;
}

.shared__button {
    margin-top: 0.8125rem;
}

@media (max-width: 63.99875em) {
    .cart {
        padding: 0 1rem;
    }

    .cart__shared {
        min-height: calc(100vh - 6.8rem);
    }

    .cart__gift-text {
        margin-top: 1.5rem;
    }

    .cart__wrapper-button {
        position: fixed;
        z-index: 100;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 1rem;
        background-color: #fff;
    }
    .cart__button {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .cart__grid {
        grid-template-columns: 1fr;
        row-gap: 2rem;
    }

    .cart__grid-title {
        display: none;
    }

    .cart__promocode {
        margin-bottom: 1rem;
    }

    .remote__grid {
        -ms-grid-columns: calc(50% - 4px) calc(50% - 4px);
        grid-template-columns: calc(50% - 4px) calc(50% - 4px);
        grid-row-gap: 1.5rem;
    }
}

@media (max-width:29.99875em) {
    .cart__shared .cart__body {
        padding-bottom: 2rem; 
    }

    .cart__shared:last-child .cart__body {
        padding-bottom: 4rem; 
    }

    .cart__grid {
        row-gap: 1rem;
    }

    .cart__title {
        font-size: 1.75rem;
        line-height: 1
    }

    .cart__title sup {
        font-size: .75rem;
        line-height: 1.1666666667
    }

    .cart__grid-items {
        margin-top: 0.75rem;

    }

    .remote__grid {
        grid-row-gap: 1.25rem;
    }

    .remote__body {
        padding-bottom: 4rem; 
    }
}
