/*
 Theme Name:   Mahogany Child Theme
 Theme URI:    https://mahogany.themerex.net
 Description:  Mahogany Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     mahogany
 Version:      2.0.0    
 Tags:         agency, building, business, carpentry, company, construction, corporate, handyman, industrial, maintenance, plumbing, repair, roofing, store, woocommerce
 Text Domain:  mahogany
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.logo_image {
	min-height: 100px;
}

span.style-icon.icon-picture {
	display: flex !important;
	padding-left: 58px;
	padding-top: 7px;	
}

.wc-block-cart-items__header th {
color: var( --e-global-color-text ) !important;	
}

.select_container {
	height: 100%;
}

.product_meta .posted_in,
.product_meta .product_id {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs #tab-description h2 {
	display: block;
}

.woocommerce div.product .woocommerce-tabs #tab-description h2:first-of-type {
	display: none;
}

.woocommerce, .woocommerce-page {
    --theme-var-single-product-gallery-width: 23%;
}

@media screen and (max-width: 1023px) {
    .product.type-product {
        display: flex;
        flex-direction: column;
    }
    .woocommerce-product-gallery {
        order: 2;
    }
    .related.products {
        order: 3;
    }
}