/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: Child theme for Hello Elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
*/
table.variations tbody tr {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color:transparent;
}
table.variations tbody>tr:nth-child(odd)>td,
table.variations tbody>tr:nth-child(odd)>th,
table.variations tbody tr:hover>td, 
table.variations tbody tr:hover>th {
    background-color:transparent;
    padding:0px!important;
}
table.variations td, table.variations th {
    padding:0px!important;
}
.woocommerce div.product form.cart .reset_variations {
    margin-top: 20px;
    background-color: transparent;
    font-size: 15px;
    padding: 5px 15px;
	color: #9B6A53 !important;
	border-color:#9B6A53 !important;
	display:none!important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock.in-stock,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock.available-on-backorder {
    color: #9B6A53;
}
.tm-extra-product-options {
    font-weight: 700;
    text-align: left;
    font-size: .9em;
	line-height: 2em;
}
.tm-final-totals,
.tm-extra-product-options-totals .amount.final {
    font-weight: 400!important;
    text-align: left;    
    font-size: 20px!important;
	line-height: 1.5;
}
.tm-extra-product-options .tcwidth-100, .tm-extra-product-options .tc-cell.tcwidth-100, .tc-cell.tcwidth-100, .tcwidth-100 {
	margin-bottom:8px;
}
.tm-extra-product-options label.tcwidth-100, .tm-extra-product-options label.tc-cell.tcwidth-100, label.tc-cell.tcwidth-100, label.tcwidth-100 {
	margin-bottom:10px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	
	color: #9B6A53 !important;
}
.tm-extra-product-options-totals dt.tm-final-totals {
	display:none!important;
}
.tm-epo-totals {
	padding-top:0px!important;
}
.woocommerce div.product form.cart .variations > tbody {
	display: flex;
    gap: 10px;
	flex-wrap: wrap;
}
.discount-table td,
.discount-table th
{
TEXT-ALIGN:CENTER;
}
.woocommerce-variation.single_variation .woocommerce-variation-price {
	display:none!important;
}
.wrap-customization-toggle {
	display:flex;
	flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    gap: 5px;
	margin-bottom: 20px;
}
.wrap-customization-toggle .space {
	width:20px;
}
