.woocommerce-page div#sidebar {
    display: none;
}

.woocommerce-page div#left-area {
    width: 100%;
    padding: 0px !important;
    /* padding-top: 40px !important; */
}

.woocommerce-page #main-content .container:before {
    display: none;
}

.woocommerce-page .wc-block-components-checkout-place-order-button {
    background: #fc8e3f;
}

.woocommerce-page .wc-block-components-checkout-step__description {
    color: black;
}

a.wc-block-components-totals-coupon-link {
    color: black;
}

.wc-block-components-product-name {
    color: black;
    font-size: 22px;
}

.woocommerce-page .container {
    max-width: 90% !important;
    width: 100% !important;
}

button.wc-block-cart-item__remove-link {
    color: #fc8e3f !important;
}

.woocommerce-page .wc-block-cart-items th {
    text-align: center !important;
    background: #fc8e3f !important;
    visibility: visible !important;
    color: black;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 19px;
    color: black !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
    color: black !important;
}


/* 320 */

@media all and (min-width: 20px) and (max-width: 767px) {
    tr.wc-block-cart-items__row {
        display: flex !important;
        flex-wrap: wrap;
    }
    td.wc-block-cart-item__image img {
        object-fit: contain;
        width: 100% !important;
        height: 100px;
        text-align: center !important;
    }
    td.wc-block-cart-item__image {
        width: 100%;
        text-align: center;
    }
}