/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@media (min-width: 768px) and (max-width: 1199px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: calc(100vw - 6rem);
    }
}

.entry-title h1.elementor-heading-title {
	font-size: var(--e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight);
	text-transform: var(--e-global-typography-primary-text-transform);
	line-height: var(--e-global-typography-primary-line-height);
	letter-spacing: var(--e-global-typography-primary-letter-spacing);
	word-spacing: var(--e-global-typography-primary-word-spacing);
}

.single-product .site-main {
	padding-top: 2rem;
}

.product .count {
	display: none;
}

.product .prod-attr {
	font-family: var(--e-global-typography-primary-font-family);
	text-transform: uppercase;
	font-weight: 600;
}

.bapf_sfilter {
    margin-bottom: 48px;
}

.bapf_hascolarr {
	font-family: var(--e-global-typography-primary-font-family);
	text-transform: uppercase;
	font-weight: 600;
}

.bapf_clr_text {
	font-family: var(--e-global-typography-primary-font-family);
	text-transform: uppercase;
	font-size: 12px
}

.bapf_sfilter.bapf_clr_txt_bottom .bapf_clr_text {
	margin-top: 3px;
}

.bapf_sfilter .bapf_body .mCSB_container>ul,
.bapf_sfilter .bapf_body>ul {
	padding-left: 0
}

.bapf_sfilter[data-taxonomy="pa_finish"] .bapf_clr_text {
	display: none;
}

.bapf_sfilter[data-taxonomy="pa_finish"] .pa_parent .bapf_clr_text {
	display: block;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 6px;
	font-size: 14px;
}

.bapf_sfilter[data-taxonomy="pa_finish"] .pa_parent .bapf_img_span {
	display: none !important;
}

.bapf_sfilter[data-taxonomy="pa_finish"] .bapf_body>ul>li {
	display: block !important;
}

.bapf_sfilter[data-taxonomy="pa_finish"] .bapf_body>ul>li>ul {
	margin-left: 0;
	margin-top: 0 !important;
	margin-bottom: 24px !important;
	padding-left: 0;
}

.bapf_sfilter[data-taxonomy="pa_finish"] .bapf_body>ul>li:last-child>ul {
	margin-bottom: 0 !important;
}

.bapf_sfilter[data-taxonomy="pa_finish"] .bapf_img_span {
	margin: 5px;
}

.woocommerce-breadcrumb {
	display: none;
}

.woocommerce div.product div.summary {
	float: none;
	width: 100%;
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.125em;
}

.single-product #wood-switcher h2,
.single-product #wood-products-heading {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0.125em;
}

#selected-finish-name {
	font-weight: 400;
}

.single-product #wood-switcher {
	margin-bottom: 40px;
}

.single-product #wood-switcher ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
	padding-left: 0;
	list-style: none;
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1
	letter-spacing: var(--e-global-typography-text-letter-spacing);
}

.single-product #wood-switcher ul li {
	font-size: 14px;
	width: 80px;
}

@media (max-width: 767px) {
	.single-product #wood-switcher ul li {
		width: 60px;
	}
}

.single-product #wood-switcher ul li span.wood-switcher-swatch {
	display: block;
	width: 80px;
	height: 106px;
	background-size: cover;
	background-position: center;
	outline-offset: 3px;
	outline: none;
	margin-bottom: 5px;
	transform: scale(0.95);
	transition: transform 86ms;
	cursor: pointer;
}

@media (max-width: 767px) {
	.single-product #wood-switcher ul li span.wood-switcher-swatch {
		width: 60px;
		height: 80px;
	}
}

.single-product #wood-switcher ul li:hover span.wood-switcher-swatch {
	transform: scale(1);
}

.single-product #wood-switcher ul li.active span.wood-switcher-swatch {
	outline: #000 2px solid;
}

.single-product #wood-products {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	position: relative;
}

.single-product #wood-products .wood-group {
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 400ms;
	z-index: 0;
}

.single-product #wood-products .wood-group.active {
	opacity: 1;
	z-index: 1;
}

.single-product #wood-products h2 {
	font-weight: 600;
}

.single-product #wood-products h3 {
	font-weight: 600;
	margin-bottom: 0.6667rem;
}

.single-product #wood-products .product-variations ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	margin-bottom: 24px;
}

span.finish-switcher-swatch:hover {
	transform: scale(1);
}

span.finish-switcher-swatch.active {
	outline: #000 2px solid;
}

.single-product .product-configurator {
	display: flex;
	flex-direction: row;
	column-gap: 6rem;
}

@media (max-width: 767px) {
	.single-product .product-configurator {
		flex-direction: column;
		padding: 0 1rem;
	}
}

.single-product .product-col-left {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}

@media (min-width: 768px) {
	.single-product .product-col-left {
		width: 40%;
	}
}

.product-main-image-wrapper {
	display: flex;
	flex: 1;
	/* flex-direction: column; */
	flex-direction: row;
}

@media (max-width: 767px) {
	.product-main-image-wrapper {
		text-align: center;
		justify-content: center;
	}
}

.product-options-wrapper {
	display: flex;
	flex: 1;
	flex-direction: column;
}

@media (max-width: 767px) {
	.product-options-wrapper {
		margin-top: 1.5rem;
	}
}

span.finish-switcher-swatch {
	display: block;
	width: 48px;
	height: 48px;
	background-size: cover;
	background-position: center;
	outline-offset: 3px;
	outline: none;
	margin-bottom: 5px;
	transform: scale(0.95);
	transition: transform 86ms;
	cursor: pointer;
}

@media (max-width: 767px) {
	#product-main-image {
		width: 66.6666%;
		height: auto;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#product-main-image {
		position: sticky;
		top: 70px;
		max-height: calc(100vh - 80px);
        width: auto;
	}
}

@media (min-width: 1025px) {
	#product-main-image {
		max-height: 65vh;
		width: auto;
	}
}

.single-product .content-area {
	padding-bottom: 4.5rem;
}

@media (max-width: 767px) {
	.woocommerce div.product .product_title {
		text-align: center;
	}
}

.product-description {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	margin-top: 26px;
}

.product-description h3 {
	font-weight: 600;
	margin-bottom: 0.6667rem;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0.125em;
}

.product-description ul {
	padding-left: 1em;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
	font-family: var(--e-global-typography-primary-font-family);
	background-color: var(--e-global-color-primary);
	font-weight: 400;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover {
	background-color: var(--e-global-color-primary);
}

.wc-product-table .wc-pao-addons-container .woocommerce-info {
	display: none;
}

.disclaimer {
	text-align: center;
	font-style: italic;
	font-size: 95%;
	padding: 1rem 0 1rem;
}

@media (max-width: 767px) {
	.elementor-widget-image img {
    	max-width: 100% !important;
	}
}

#product-dealer-cta {
	display: flex;
	margin-top: 5rem;
}

#product-dealer-cta .elementor-heading-title {
	font-size: 2.25rem;
	letter-spacing: 0.1em;
}

@media (max-width: 1024px) {
	#product-dealer-cta .elementor-heading-title {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	#product-dealer-cta .elementor-heading-title {
		font-size: 24px;
	}
}

#product-dealer-cta .elementor-widget-heading {
	text-align: center;
}

#product-dealer-cta .elementor-widget-button .elementor-widget-container {
	margin-top: 1rem;
}

#product-dealer-cta .elementor-widget-button .elementor-button-link {
	font-size: 28px;
	line-height: 1.5em;
}

@media (max-width: 767px) {
	#product-dealer-cta .elementor-widget-button .elementor-button-link {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.desktop-only {
		display: none;
	}
	
	.handheld-only {
		display: block;
	}
}

@media (min-width: 1025px) {
	.desktop-only {
		display: block;
	}
	
	.handheld-only {
		display: none;
	}
}