/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.woocommerce-variation-price {
  display: none !important;
}

.woocommerce table.shop_table th.product-price,
.woocommerce table.shop_table td.product-price {
    display: none !important;
}


.woocommerce-cart .woocommerce {
    display: flex;
    gap: 20px;
    position: relative;
    justify-content: space-around;
    margin-top: 20px;
}
.woocommerce-cart .woocommerce-notices-wrapper, 
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-error {
    position: absolute;
    width: 100%;
    top: -55px;
}

.woocommerce-cart .main-content .featured-box {
    width: 70%;
}

.woocommerce-cart .cart-collaterals {
    width: 30%;
}
.woocommerce-cart .cart-collaterals .featured-box {
    width: 100%;
}

.quickview {
    display: none !important;
}


.extra-product-options-field-div .tc-row {
    gap: 0px !important;
}

.tm-epo-totals {
    display: none;
}

.custom-subtotal-preview {
    font-size: 0.85em;
    color: #666;
    margin-top: 4px;
    position: absolute;
}

.featured-box .shop_table th.product-name {
    width: 40%;
}


.featured-box .shop_table .quantity input.qty {
    width: 50px;
}


dt.tc-name.variation-AgentName,
dd.tc-value.variation-AgentName {
    font-weight: 600;
    color: black;
}
