.woocommerce-page .wc-block-components-totals-coupon__form button {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.woocommerce-page table.cart:not(.wishlist_table) td.actions button[type="submit"]:not(:hover) {
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
    color: #fff;
}

.woocommerce-checkout-review-order .order_review_heading:not(.ec-order-review-heading) {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .woocommerce-cart .woocommerce-cart-form {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .entry-content table:not(.shop_table) td {
        border: 0;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce-page table.cart:not(.wishlist_table) td.product-thumbnail {
        text-align: right;
    }

    .woocommerce-page table.cart:not(.wishlist_table) td.actions button[type="submit"]:not(:hover) {
        width: 100%;
    }
}

/* Single Product */
.theme-efway .woocommerce-tabs,
.theme-efway.single-product .related.products {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.03);
    padding: 30px;
}

.theme-efway .woocommerce-tabs .panel {
    padding: 0;
    box-shadow: none;
}

.theme-efway .product-block {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}

.woocommerce-products-header {
    color: #fff;
}

.single-product .woocommerce-product-gallery img {
    width: 100%;
}

/* Single product page
================================================== */

@media only screen and (max-width: 767px) {
    .pbr-social-share a {
        margin: 4px 2px;
    }

    body.theme-efway.single-product div.type-product .pbr-social-share a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .single-product .woocommerce-tabs,
    .theme-efway .woocommerce-tabs,
    .theme-efway.single-product .related.products {
        padding: 20px 15px !important;
    }

    #secondary.widget-area {
        margin-top: 40px !important;
    }

    #secondary .widget{
        margin-bottom: 40px;
    }

    .woocommerce-tabs ul.tabs {
        border-bottom: 0 !important;
    }
}