<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cart__total-wrapper {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 46rem;
    display: flex;
    flex-direction: column;
}

.c-table__total-sum .title {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--main-text-color);
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.c-table__total-sum .title .total-sum {
    margin-left: 1rem;
    flex: 1 0 auto;
    font-weight: 500;
    text-align: right;
}

.c-table__total .total-title {
    display: block;
    margin: 0 0 2rem;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 500;
}

.c-table__total button span {
    position: relative;
    z-index: 3;
}

.cart-wrapper {
    height: 100%;
}

.c-table__total {
    background: var(--main-background-color);
    padding: 4rem 4rem 2rem;
    border-radius: 5px 5px 0 0;
    order: 1;
}

.cart-wrapper .c-carousel__title--left:hover{
    color: var(--main-text-color);
}

.c-table__total .checkout-form.mt-2 {
    display: flex;
    justify-content: flex-end;
}
.checkout-form.mt-2 .button {
    width: 100%;
}
.c-table__total-sum {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.c-table__total-sum .title {
    margin-right: 5px;
}

.a-cart-page__form {
    flex: 1 1 auto;
}

.a-cart-page__container {
    display: flex;
    margin-bottom: 4rem;
}

.c-table__total-decription {
    font-size: 1.4rem;
    color: var(--main-text-color);
    font-weight: 400;
    text-align: left;
    width: 100%;
}

.a-cart__title {
    display: none;
}

.a-cart-page {
    padding-bottom: 50px;
    background: var(--accent-background-color);
    height: 100%;
}

@media (min-width: 1550px) {

.background-texture .a-cart-page {
    background: none;
}

.background-texture .a-cart-page .container {
    padding: 20px 2.5rem;
    margin: 20px auto;
    border-radius: 12px;
    background: var(--accent-background-color);
}
}

.cart-item__wrapper {
    background: var(--main-background-color);
}

.cart-item__price-one-container {
    font-size: 1.3rem;
    color: #BDC2D3;
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.cart__to-order {
    margin: 0 0 3rem;
}

.cart-item__image {
    width: 9rem;
    height: 9rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 2rem 0 0;
    background: var(--main-background-color);
    border: 1px solid var(--secondary-border-color);
    border-radius: 5px;
}

.cart-item__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.a-card-dropdown {
    -ms-flex: 1;
    flex: 1;
    margin: 0 2rem 0 0;
}

.a-cart__dropdown .cart__old-price,
.a-cart__dropdown .cart__sale {
    display: none;
}

.cart-item__container {
    width: 100%;
    max-width: 28rem;
    padding: 0;
    margin: 0 2rem 0 0;
}

.cart-item__amount {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.4rem;
    margin: 0 auto;
}

.cart-item__code {
    display: block;
    margin: 0 0 0.5rem;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    color: #BDC2D3;
}


.cart-item__price-container {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 21rem;
    margin: 0 0 0 auto;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 400;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.cart__dropdown-content {
    display: none;
}

.cart__dropdown-content:last-of-type {
    border-bottom: none;
}

.cart__dropdown-content_active {
    display: block;
}

.cart__total {
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: var(--main-text-color);
}

.a-cart__dropdown .alert-primary {
    display: none;
}

.a-cart__dropdown .alert-primary_active {
    display: block;
}

.cart__total-container {
    width: 100%;
    margin: 0 0 3rem;
    line-height: 1.35;
    font-size: 1.8rem;
    font-weight: 500;
}

.cart-item__buttons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.cart-item__button-more {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem;
    cursor: pointer;
    color: #343434;
    transition: color 0.25s;
}

.cart-item__button-more svg {
    width: 0.4rem;
    height: 1.8rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    fill: currentColor;
    fill-rule: evenodd;
}

.cart-item__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
    border-radius: 5px;
    padding: 1.5rem;
    min-width: 22.8rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
}

.cart-item__dropdown._active {
    opacity: 1;
    visibility: visible;
}

.cart-item__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
    white-space: nowrap;
}

.cart-item__dropdown li {
    padding: 0 0 1.5rem;
    margin: 0 0 1.5rem;
    border-bottom: 1px solid #EFF3F4;
}

.checkout-form.mt-2 {
    order: 2;
    background: var(--main-background-color);
    padding: 0 4rem 4rem;
    margin-bottom: 1rem;
    border-radius: 0 0 5px 5px;
}

.cart-item__dropdown li:last-of-type {
    padding: 0;
    margin: 0;
    border: none;
}

.cart-item__dropdown button {
    text-decoration: none;
    color: var(--main-text-color);
    transition: color 0.25s;
    display: block;
}

.cart-item__dropdown button:hover {
    color: var(--accent-color);
}

.cart__checkout-buttons {
    padding: 2rem 0 0;
    border-top: 1px solid #E8EBF4;
    display: flex;
}

.cart__footer .cart__total-price,
.cart__dropdown-content .js-cartPrice {
    color: var(--main-text-color);
    font-size: 15px;
    font-weight: 700;
}

.cart__footer-to-cart {
    margin-right: 1rem;
}

.cart__footer-close {
    margin-left: 1rem;
}

.cart__checkout-buttons .btn-primary,
.cart__checkout-buttons .btn-outline-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

.cart__checkout-buttons .mdi {
    font-size: 20px;
    margin-right: 5px;
}


.cart-item__title {
    display: block;
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: 500;
    color: var(--main-text-color);
}

.cart-item__title:hover {
    color: var(--accent-color);
}
.cart-item__dropdown .quickview__favorites {
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
    white-space: nowrap;
}
.cart-item__dropdown .quickview__favorites svg {
    display: none;
}

.cart-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    background: var(--main-background-color);
    padding: 2rem 2rem 2rem 22rem;
    min-height: 14rem;
    border-radius: 10px;
    position: relative;
}

.cart-item__price {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 400;
    color: var(--main-text-color);
}

.cart__total {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: var(--main-text-color);
}

.cart-amount-wrapper {
    position: relative;
}
.cart-item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 20rem;
    height: 14rem;
    border: none;
    margin: 0;
    padding: 2rem;
}

.cart-item__dropdown .quickview-text {
    margin-left: 0;
}

.order-page .a-cart-page__container {
    flex-direction: column;
}
@media (min-width: 1550px) {
.background-texture .order-page&gt;.container {
    background: var(--accent-background-color);
    padding: 20px 2.5rem;
    border-radius: 12px;
    margin: 20px auto;
}
}

.order-page .a-cart-page {
    flex: 1 0 calc(45% - 1rem);
    max-width: calc(45% - 1rem);
    padding: 0;
}

.order-page .cart-item__image {
    width: 9rem;
    height: 9rem;
    padding: 1rem;
    border: 1px solid var(--secondary-border-color);
    position: static;
    left: auto;
    top: auto;
    margin-right: 1rem;
    flex: 1 0 9rem;
}
.order-page .cart-item {
    padding: 2rem 2rem 7rem 2rem;
}

.order-page .a-card-dropdown {
    margin-right: 0;
}

.order-page .cart-item__amount {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 4rem);
    margin: 0 2rem;
}

.order-page .cart__total-wrapper {
    width: 100%;
}

.order-page .a-cart-page__back-btn {
    margin-top: 2rem;
    background: #ccc;
}

.order-page .c-table__total {
    border-radius: 10px;
}

.empty-cart-block {
    width: 100%;
}
.empty-cart__container {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.empty-cart__img {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: var(--main-background-color);
    margin-bottom: 5rem;
    overflow: hidden;
}

.empty-cart__link {
    color: var(--link-color);
    border-bottom: 1px solid #E3EEFF;
}
.empty-cart__link:hover {
    opacity: 0.7;
}

.empty-cart-block__text {
    display: block;
    margin: 0 0 3rem;
    font-size: 2.5rem;
    line-height: 1.15;
    font-weight: 500;
}

.empty-cart__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

@media (max-width: 1200px) {
    .a-cart-page__container {
        flex-direction: column;
    }
    .a-card-dropdown {
        margin: 0;
    }
    .cart__total-wrapper {
        width: 100%;
    }
    .c-table__total {
        padding: 2rem;
        margin-bottom: 1rem;
        border-radius: 5px;
    }
    .checkout-form.mt-2 {
        order: 4;
        padding: 0;
        background: none;
    }
    .cart-item {
        padding: 2rem 2rem 9.5rem 11rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .cart-item__image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 2rem;
        left: 2rem;
        width: 7.5rem;
        height: 7.5rem;
        background: #FFFFFF;
        border: 1px solid var(--secondary-border-color);
        border-radius: 5px;
        overflow: hidden;
        padding: 1rem;
    }
    .cart-item__amount {
        position: absolute;
        left: 2rem;
        right: 2rem;
        bottom: 2rem;
        width: auto;
    }
    .cart-item__price-container {
        margin-left: 0;
        flex-direction: row;
        width: 100%;
    }
    .cart-item__container {
        max-width: none;
    }
    .cart-item__price-one-container {
        flex: 1 1 auto;
    }
    .cart-item__price-total-container {
        margin-right: 1rem;
    }
    .order-page .a-cart-page {
        flex: 1 0 100%;
        max-width: none;
    }
    .order-page .cart-item {
        padding: 2rem 2rem 9rem 12rem;
    }
    .order-page .cart-item__image {
        position: absolute;
        left: 2rem;
        top: 2rem;
    }
}</pre></body></html>