.wc-block-cart__main .wc-block-cart-items th {
    font-family: "Ashemore Condensed Medium", Sans-serif;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    border-radius: 6px;
}

body .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
   font-weight: 700;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block h2, .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-family: "Ashemore Condensed Medium", Sans-serif !important;
}

body .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: var(--color-brun);
    font-weight: 700;
}

body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    border: 0;
}

.wc-block-cart .wc-block-cart__submit-container .wp-element-button {
    background-color: var(--color-brun);
    color: var(--color-white);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
}

.wc-block-cart .wc-block-cart__submit-container .wp-element-button:hover {
    background-color: var(--color-white);
    color: var(--color-brun);
    border: 1px solid var(--color-brun);
}

@media (max-width: 744px) {
    body .wc-block-components-sidebar-layout .wc-block-components-main  {
        order: 1;
    }
}

@media (min-width: 574px) and (max-width: 744px) {
    body .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row {
        display: flex;
        flex-wrap: wrap;
       

    }

    body .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        margin-left: auto;
    }
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
        min-width: 130px;
    }

   
}

@media screen and (min-width: 745px) {
    body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, body table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
        width: 135px;
    }
}

body .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background-color: var(--color-brun);
}

