.woocommerce-cart {
    background-color: #f6f5f3
}

.cart-page main{
    margin: 3rem 0;
}

/* Header */

.cart__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.5rem;
}

.cart-title {
    margin: 0;
}

.cart__header .cart-back {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: auto;
}

.cart-back__icon {
    margin-right: 0.5rem;
}

.cart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.cart-wrapper .cart-collaterals {
    margin-top: 2rem
}

@media screen and (min-width:1024px) {
    .cart-wrapper .cart-collaterals {
        position: sticky;
        position: -webkit-sticky;
        top: 120px;
        max-width: 400px;
        margin: 0 0 0 3rem
    }
}

/* Empty */

.woocommerce-cart-empty {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media screen and (min-width:1024px) {
    .woocommerce-cart-empty {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

.woocommerce-cart-empty .entry-title {
    text-align: center;
}

.cart-empty.woocommerce-info {
    text-align: center;
}

.woocommerce-cart-empty .product-carousel {
    margin-top: 3rem;
}

.woocommerce-cart-empty .return-to-shop {
    text-align: center;
}

/*# sourceMappingURL=woocommerce-cart.min.css.map */