@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.dpbuilder {
	max-width:var(--wp--style--global--wide-size);
	margin:0 auto;
}

/* Normalize */
/* html {
    overflow: auto;
    max-height: 100%;
}
body {
    overflow: auto !important;
    max-height: 100%;
}
	
body.dhwp-builder .wp-site-blocks:has(> .wp-block-group) {
    
}
@media only screen and (min-width: 601px) {
    html body {
        overflow: auto !important;
        max-height: 100%;
    }
}
body form {
    background: transparent;
} */
/* header {
    display: inline-block;
    height: 100%;
} */

/* .wp-site-blocks:has( + .wpadminbar) > .sticky-wrapper {
    top: 32px;
} */
/* .dhwp-header {
    display: block;
    height: 100%;
    width: 100%;
} */

@media only screen and (min-width: 601px) {
    .builder-product-filter .customer-option-form, .builder-filter-products-wrap {
        height: auto !important;
        overflow-y: auto;
        max-width: 100%;
        overflow-x: hidden;
        /* min-height: 540px; */
    }
}

body.dhwp-builder .wp-site-blocks > .wp-block-group {
	margin-bottom: -10px;
}
@media screen and (max-width: 1920px) {
    body .product-shared-page, .dpbuilder {
        padding-left: 0px;
        padding-right: 0px;
    }
}

body .wp-site-blocks:has(> .wp-block-group) {
    overflow: visible;
}

/* Main List *****************************************************************/
.builder-product-filter {
    display: grid;
    height: auto;
    grid-template-rows: auto 1fr;
}


/* Outermost Wrapper */
.dhwp-builder-embed {
    display: grid;
    width: 100%;
    height: auto;
    min-height: 100%;
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: hidden;
    max-height: none;
}
/* .dhwp-builder-embed * {
    box-sizing: border-box;
} */
.dhwp-builder-embed > .wp-block-group {
    box-sizing: border-box;
}
.dhwp-builder-embed > .wp-block-group.alignwide {
    width: 100%;
}
.dhwp-builder-embed > .wp-block-group > p {
    padding-left: 20px;
    padding-right: 20px;
}
.dhwp-builder-embed > .wp-block-group:not(.alignfull) {
    border-radius: 12px;
    overflow: hidden;
}

.dhwp-builder-embed .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
    margin-block-start: 0;
    min-height: 100%;
    height: auto;
}
body .builder-filter-product strong {
    color: inherit;
}
.builder-wrapper .builder-image-wrapper,
.builder-customer-wrapper .builder-sticky-wrapper {
	z-index: 9 !important;
	padding: 0 !important;
}

/* Migrated ******************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Main Styles */
html {
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
}
body {
	width: 100vw;
	overflow-x: hidden;
}
body .model-build-nav .wrapper h1 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 400;
    color: inherit;
    text-align: left;
	font-size: 32px;
	line-height: 34px;
	padding: 12px;
	box-sizing:border-box;
	display: inline-block;
}
@media screen and (max-width:600px) {
    body .model-build-nav .wrapper h1 {
        line-height: 1;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
}
.model-build-nav .wrapper h1 strong {
	font-style: italic;
}

/* Main Search Page */
body .dhcms-hook {
	width: 100vw;
	/* height: 100vh; */
	height: calc(100vh - 55px);
	overflow-x: hidden;
	overflow-y: auto;
	max-width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr auto;
}
body .dhcms-hook:has( > main > main.builder-product-filter) {
	grid-template-rows: auto 1fr;
	height: 100vh;
}
/* body .builder-product-filter {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr;
} */
body .builder-product-filter .builder-customer-wrapper {
	display: grid;
	grid-template-columns: minmax(200px, 25%) 75%;
    /* grid-template-columns: 25% 75%; */
	grid-template-rows: 1fr auto;
	height: auto;
    max-width: 100%;
}
@media screen and (max-width:900px) {
	body .builder-product-filter .builder-customer-wrapper {
		grid-template-columns: 30% 70%;
	}
}
body .builder-product-filter .builder-customer-wrapper > .dhflex.builder-filter-products-wrap {
	grid-row: 1 / span 1;
	grid-column: 2 / span 1;
	/* width: 100%; */
    width: auto;
	height: auto;
	/* max-height: auto;
	min-height: 540px; */
	background: none;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
    padding-top: 20px;
    border-right: 0;
}
body .builder-product-filter .builder-customer-wrapper > #builder-filter-toggle.active .dhflex.builder-filter-products-wrap {
	background: red;
	
}
body .builder-product-filter .builder-customer-wrapper > .dhflex.customer-option-form {
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
	width: 100%;
	height: auto;
	max-height: auto;
	/* min-height: 540px; */
	/* background: none; */
	background: rgba(0,0,0,0.05);
    /* border-radius: 0 12px 0 0; */
}
body .builder-product-filter .builder-customer-wrapper > .dhflex.customer-option-form > div {
	/* max-height: 100vh; */
	/* overflow-y: scroll; */
    height: auto;
}
@media screen and (max-width:782px) {
    body .builder-product-filter .builder-customer-wrapper {
		display: grid;
		grid-template-columns: 40% 60%;
		grid-template-rows: 1fr auto;
		height: auto;
	}
}
@media screen and (max-width:600px) {
	body .builder-product-filter .builder-customer-wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto 1fr;
    }
    #builder-filter-toggle {
        grid-row: 1 / span 1;
        grid-column: 1 / span 2;
    }
    #builder-filter-toggle, #builder-filter-apply {
        display: block;
        width: 100%;
        
    }
    body .builder-product-filter .builder-customer-wrapper > .dhflex.customer-option-form {
        grid-row: 2 / span 1;
        grid-column: 1 / span 2;
    }
    body .builder-product-filter .builder-customer-wrapper > .dhflex.builder-filter-products-wrap {
        grid-row: 3 / span 1;
        grid-column: 1 / span 2;
    }
    body .builder-product-filter .builder-customer-wrapper > .dhflex.customer-option-form::after {
        display: none;
    }
}
#builder-filter-apply div {
    display: inline-block;
    position: relative;
}

body #builder-filter-toggle, body #builder-filter-apply {
    display: block !important;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    border-top: none;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
	color: inherit !important;
}
body #builder-filter-toggle div, body #builder-filter-apply div {
	color: inherit !important;
}
body #builder-filter-apply {
    background: rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.3);
}
body .noUi-target {
    background: rgba(255,255,255,0.4);
    border: 1px solid rgba(0,0,0,0.3);
}
body .noUi-horizontal .noUi-handle {
    border: 1px solid rgba(0,0,0,0.3);
}
@media screen and (min-width:601px) {
    body #builder-filter-toggle, body #builder-filter-apply {
        display: none !important;
    }
}

@media screen and (max-width:500px) {
	body .builder-product-filter .builder-customer-wrapper {
		/* display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr auto;
		height: auto; */
	}
}
@media (max-width: 600px) {
    #builder-filter-toggle, #builder-filter-apply {
        display: block !important;
        position: relative;
    }
}
@media (max-width: 600px) {
    #builder-filter-toggle.active + .customer-option-form {
        display: grid;
    }
}
@media (max-width: 600px) {
    .builder-product-filter .customer-option-form { 
        top: 0 !important;
    }
}

body .builder-product-filter .builder-customer-wrapper > .builder-filter-footer {
	/* grid-row: 2 / span 1;
	grid-column: 1 / span 2; */
    display: none !important;
}

body .builder-product-filter  .builder-filter-products {
	display: grid;
	padding-left: 0px;
	padding-right: 0px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	max-width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	gap: 20px;
	margin: 0;

}
@media screen and (max-width:1400px) {
	body .builder-product-filter  .builder-filter-products {
		grid-template-columns: 1fr 1fr 1fr;
		/* max-width: 94%; */
	}
}
@media screen and (max-width:1024px) {
	body .builder-product-filter  .builder-filter-products {
		grid-template-columns: 1fr 1fr;
		/* max-width: 90%; */
	}
}
@media screen and (max-width:960px) {
	body .builder-product-filter  .builder-filter-products {
		grid-template-columns: 1fr 1fr;
		/* max-width: 84%; */
	}
}
@media screen and (max-width:820px) {
	body .builder-product-filter  .builder-filter-products {
		grid-template-columns: 1fr 1fr;
		/* max-width: 76%; */
	}
}
@media screen and (max-width:782px) {
	body .builder-product-filter  .builder-filter-products {
		grid-template-columns: 1fr;
		/* max-width: 75%; */
	}
}
@media screen and (max-width:682px) {
	body .builder-product-filter  .builder-filter-products {
		grid-template-columns: 1fr;
		/* max-width: 60%; */
	}
}
@media screen and (max-width:500px) {
	body .builder-product-filter  .builder-filter-products {
		grid-template-columns: 1fr;
		/* max-width: 90%; */
	}
}
/* 
body .builder-product-filter  .builder-filter-products a.builder-filter-product {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr auto;
}
body .builder-product-filter  .builder-filter-products a.builder-filter-product img {
	align-self: flex-start;
} */

/* Individual Product Page */
body .dhcms-hook > main {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr;
}
body .dhcms-hook > main > .builder-customer-wrapper {
	display: grid;
	grid-template-columns: 1fr minmax(300px, 25%);
	grid-template-rows: 1fr auto;
	transition: all .3s ease;
	align-items: flex-start;
	align-content: flex-start;
}
body .dhcms-hook > main > .builder-customer-wrapper.zoomed {
	grid-template-columns: 100%;
	grid-template-rows: auto 1fr;
	row-gap: 0px;
	align-items: flex-start;
	align-content: flex-start;
	background: #F1F2F3;
}
@media screen and (max-width:600px) {
	body .dhcms-hook > main > .builder-customer-wrapper {
		display: grid;
		grid-template-columns: 1fr minmax(200px, 25%);
		grid-template-rows: 1fr auto;
		transition: all .3s ease;
	}
	body .builder-wrapper.builder-customer-wrapper fieldset.builder-option-category {
		min-width: 100%;
	}
}
body .dhcms-hook > main > .builder-customer-wrapper > * {
	width: 100%;
	transition: all .3s ease;
}
body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images {
	position: relative;
	display: block !important;
	width: 100%;
	height: calc(100% - 55px);
	max-width: 100%;
	max-height: auto;
	grid-column: 1 / span 1;
	grid-row: 1 / span 1;
}
body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images > div:first-child {
	height: auto;
}
body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images > .customer-images-inner {
	width: 100%;
	/* height: auto; */
	position: relative;
	z-index: 1;
	overflow: hidden;
	/* pointer-events: none; */
	max-width: 100%;
}
body .dhcms-hook > main > .builder-customer-wrapper.zoomed > .dhflex.customer-images > .customer-images-inner {
	width: 100% !important;
	max-width: 100vw !important;
	background: rgba(255,255,255,0.94);
}
body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images > .customer-images-inner br {
	display: none;
}
body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons {
	position: absolute;
	z-index: 3;
	width: 100%;
	padding: 4px;
	height: auto;
	/* background: rgba(0,0,0,0.1); */
}
body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 10px 14px 8px 20px;
	margin-right: 2px;
	/* background-color:#122C41;
	border: 1px solid #122C41;
	color: white; */
	background-color: #efefef;
	border: 1px solid #efefef;
	color: #122C41;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8rem;
	transition: all .3s ease;
}
body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn:hover {
	background-color:#122C41;
	border: 1px solid #122C41;
	color: white;
}
body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.active {
	background-color:#122C41;
	border: 1px solid #122C41;
	color: white;
}
body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.zoom-button::after {
	content: "";
    position: relative;
    top: 1px;
    right: 0px;
    /* display: block; */
    width: 11px;
    height: 11px;
    opacity: 1;
    background: transparent url(img/zoom-in.svg) no-repeat center center / 16px;
    /* border: 1px solid #fff;
    cursor: pointer; */
	background-size: contain;
	display: inline-block;
	padding-left: 10px;
	/* filter: invert(1); */
}
body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.zoom-button:hover::after {
	/* background-color:#122C41;
	border: 1px solid #122C41;
	color: white; */
	filter: invert(1);
}
body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.zoom-button.active::after {
	filter: invert(1);
}
/* Enlarge text */
body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.zoom-button > span.enlarge {
	display: inline-block;
}
body .dhcms-hook > main > .builder-customer-wrapper.zoomed > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.zoom-button > span.enlarge {
	display: none;
}
/* Reduce text */
body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.zoom-button > span.reduce {
	display: none;
}
body .dhcms-hook > main > .builder-customer-wrapper.zoomed > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.zoom-button > span.reduce {
	display: inline-block;
}
/* Hide text */
body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.zoom-button > span.hide {
	display: none;
}
/* Show text */
body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.zoom-button > span.show {
	display: none;
}

body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images > .customer-images-inner > .builder-image-wrapper {
	position: relative;
	z-index: 2;
}

body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-images > .customer-images-inner > .builder-secondary {
	position: absolute;
	width: 100%;
	height: auto;
	top: 30px;
	left: -100vw;
	z-index: 1;
}

body .dhcms-hook > main > .builder-customer-wrapper > .dhflex.customer-option-form {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: auto;
	grid-column: 2 / span 1;
	grid-row: 1 / span 1;
}
body .dhcms-hook > main > .builder-customer-wrapper.zoomed > .dhflex.customer-option-form {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: none;
	grid-column: 1 / span 1;
	grid-row: 2 / span 1;
	overflow:hidden;
    top: 0 !important;
}

/* Override builder-embed.css */
body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .dhflex.customer-images .builder-image-wrapper {
	overflow: hidden;
	transition: all .3s ease;
	/* pointer-events: none; */
	max-height: auto;
	overflow: hidden;
}
body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .dhflex.customer-images .builder-image-wrapper img {
	width: 100%;
	transition: all .3s ease;
	pointer-events: none;
}
body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper:has( > .dhflex.customer-images.zoomed) {
	grid-template-columns: 100% 0;
}
body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .dhflex.customer-images.zoomed {
	grid-column: 1 / span 2;
}
body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .dhflex.customer-images {
	transition: all .3s ease;
	height: auto;
	overflow: hidden;
}
body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .dhflex.customer-images.zoomed + .dhflex {
    display: inline-block;
	
}
body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .dhflex.customer-images.zoomed + .dhflex.customer-option-form {
    grid-row: 3 / span 1;
	grid-column: 1 / span 2;
	background: rgba(0,0,0,0.05);
	
}
body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .dhflex.customer-images.zoomed .builder-image-wrapper:after {
	position: absolute !important;
    top: 4px;
    right: 0px;
    height: 32px;
    width: 32px;
    background-size: 20px;
    border-width: 2px;
}
.builder-wrapper.builder-customer-wrapper > .dhflex.customer-images.zoomed {
	height: 100% !important;
}
body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .builder-toolbar {
	position: fixed;
	bottom: 0;
	z-index: 99;
	height: auto;
	min-height: 55px;
}
/* body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .builder-toolbar {
	grid-column: 1 / span 2;
	grid-row: 2 / span 1;
	height: auto !important;
	min-height: 55px;
} */

@media screen and (max-width:1200px) {
	body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .builder-toolbar a span {
		display: none;
	}
}
@media screen and (max-width:900px) {
	body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .builder-toolbar {
		text-align: right;
	}
	/* body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .builder-toolbar .dh-flex {
		padding: 0 20px 0 42px;
	} */
	body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .builder-toolbar .tools.tools-price {
		padding-right: 52px;
		margin-right: -42px;
	}
}
@media screen and (max-width: 700px) {
	body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .builder-toolbar .tools.tools-calculate,
	body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .builder-toolbar .tools.tools-photos,
	body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .builder-toolbar .tools.tools-download,
	body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .builder-toolbar .tools.tools-send {
		font-size: 0;
		color: #F4F4F5;
		padding-left: 20px;
	}
	body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .builder-toolbar .tools.tools-calculate a,
	body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .builder-toolbar .tools.tools-photos a,
	body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .builder-toolbar .tools.tools-download a,
	body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .builder-toolbar .tools.tools-send a {
		background-size: 22px;
	}

	/* Start state for Show/Hide vs Enlarge/Reduce */
	body .dhcms-hook > main > .builder-customer-wrapper.zoomed > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.zoom-button > span.reduce {
		display: none;
	}
	body .dhcms-hook > main > .builder-customer-wrapper.zoomed > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.zoom-button > span.expand {
		display: none;
	}
	body .dhcms-hook > main > .builder-customer-wrapper.zoomed > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.zoom-button > span.hide {
		display: inline-block;
	}
	body .dhcms-hook > main > .builder-customer-wrapper.zoomed > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.zoom-button > span.show {
		display: none;
	}

	
}

/* Image Hidden State */
body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper.hidden > .dhflex.customer-images .builder-image-wrapper {
	display: none;
}
body .dhcms-hook > main > .builder-customer-wrapper.hidden > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons {
	position: relative;
	z-index: 2;
}
body .dhcms-hook > main > .builder-customer-wrapper.hidden > .dhflex.customer-images {
	height: auto !important;
}
body .dhcms-hook > main > .builder-customer-wrapper.hidden > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn {
	display: inline-block;
	float: none !important;
	
}
body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper.hidden > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.profile-button {
	display: none;
}
body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper.hidden > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.floorplan-button {
	display: none;
}
body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper.hidden > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.zoom-button > span.hide {
	display: none;
}
body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper.hidden > .dhflex.customer-images > .customer-images-inner > .customer-images-buttons > .img-btn.zoom-button > span.show {
	display: inline-block;
}

@media only screen and (max-width: 530px) {
    body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .builder-toolbar .tools:nth-of-type(2),
	body .dhcms-hook > main > .builder-wrapper.builder-customer-wrapper > .builder-toolbar .tools:nth-of-type(4) {
        display: inline-block !important;
    }
}

body .builder-filter-footer {
	height: auto;
	min-height: 0;
}
body .builder-wrapper.builder-customer-wrapper h4 {
    font-size: .8em;
    padding: .5em 1em;
    border-bottom: 1px solid #d7d7d7;
    background-color: transparent;
    color: inherit;
    text-transform: uppercase;
}
body .builder-wrapper fieldset.builder-option-category > section {
	display: block !important;
	overflow: hidden;
	height: 0;
	transition: all .3s ease;
	padding-left: 8px;
	padding-right: 8px;
}
body .builder-wrapper fieldset.builder-option-category.builder-expanded > section {
	display: block !important;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: rgba(150,150,150,0.2);
}

.builder-wrapper.builder-customer-wrapper .builder-expanded section {
	background-color: transparent;
	padding-top: 8px;
	padding-bottom: 8px;
}
.builder-wrapper.builder-customer-wrapper section.summary-wrapper {
	background-color: rgba(255,255,255,0.5);
}

/* .builder-wrapper.builder-customer-wrapper section:before {
	content: "";
	width: 100%;
	height: 1px;
	display: inline-block;
} */

/* Try things and fail */
/* body .dhcms-hook > main > .builder-customer-wrapper > .builder-toolbar {
	position: absolute;
	bottom: 0;

} */

/* body .dhcms-hook > main .builder-wrapper.builder-customer-wrapper > .dhflex.customer-images {
	height: auto;
	max-height: 100vh;
	overflow-y: hidden;
}

body .dhcms-hook > main .builder-secondary.overhead {
	position: absolute;
	z-index: -1;
	left: -10000px;
}
body .dhcms-hook > main .builder-wrapper.builder-customer-wrapper .dhflex.customer-option-form {
	height: auto;
	max-height: calc(100% - 55px);
	overflow-y: scroll;
} */

/* Override default zoom behavior */
/* body .dhcms-hook > main .builder-wrapper.builder-customer-wrapper > .dhflex.customer-images.zoomed {
	flex-basis: auto;
} */

/* Floorplan Filters */
body .builder-form-consumer {
	padding: 20px 20px 20px 20px;
	background: none;
	background-color: transparent;
	box-sizing: border-box;
	max-width: 100%;
	/* max-height: 100vh; */
	overflow: auto;
	/* max-height: 100vh; */
	/* max-height: none; */
	max-height: auto;
	overflow-y: auto;
	overflow-x: hidden;
	
}
body .builder-form-consumer fieldset:last-child {
	/* margin-bottom: 60px; */
}
@media screen and (max-width: 600px) {
    body .builder-form-consumer fieldset:last-child {
        margin-bottom: 0px;
    }
}
body .builder-customer-wrapper.zoomed .builder-form-consumer {
	/* max-height: none; */
	/* overflow: hidden; */
}
body .builder-wrapper.builder-customer-wrapper fieldset.builder-option-category {
	border-bottom: 0;
	width: 100%;
	box-sizing: border-box;
	/* min-width: 200px; */
    min-width: 100px;
}
body .builder-wrapper.builder-customer-wrapper fieldset.builder-option-category:last-child {
	padding-bottom: 20px;
}
@media screen and (max-width:600px) {
	body .builder-wrapper.builder-customer-wrapper fieldset.builder-option-category {
		width: 100%;
		min-width: 100%;
	}
}
body .builder-wrapper.builder-customer-wrapper fieldset.builder-option-category h3 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	padding: 16px 10px 4px 12px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	/* background: transparent url(img/chevron-down.svg) no-repeat center right 1em / .8em; */
	background-color: transparent;
	font-weight: 300;
	color: inherit;
}
body .builder-wrapper h3:after {
	background-image: none;
	font-family: "dashicons";
	content: "\f345";
	color: white;
	width:36px;
	height: 36px;
	right: 0;
	top: auto;
	bottom: 0;
	/* background: rgba(0,0,0,0.1); */
	display: grid;
	align-content: center;
	justify-content: center;
}
body .builder-wrapper fieldset.builder-option-category.builder-expanded > section {
	padding-top: 10px;
}
body .builder-wrapper.builder-customer-wrapper input[type=checkbox] + label {
	border-bottom: 0;
	background-color: transparent;
	transition: all .1s ease;
	left: 0;
	font-size: .9rem;
}
@media screen and (max-width:600px) {
	body .builder-wrapper.builder-customer-wrapper input[type=checkbox] + label {
		font-size: 12px;
	}
}
body .builder-wrapper.builder-customer-wrapper input[type=checkbox]:not(.message) + label:hover {
	/* transform: scale(1.02); */
	/* left: 8px; */
	transform: scale(1) !important;
}
body .builder-wrapper.builder-customer-wrapper input[type=checkbox].message + label {
	transform: scale(1) !important;
	background-image: none;
    /* background-color: #fcfcd1; */
	background-color: rgba(255,255,0,0.1);
    cursor: default;
	border: 1px solid gold;
	margin-bottom: 8px;
}

body .builder-wrapper input[type=checkbox]+label.swatch span.text-wrapper {
	background: transparent;
}
body .builder-wrapper input[type=checkbox]:checked + label.swatch span.text-wrapper, 
body .builder-wrapper input[type=checkbox].included + label.swatch span.text-wrapper {
	color: inherit;
}

/* Product Grid */
body .builder-filter-product {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	transition: all .3s ease;
	text-decoration: none;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
    border-radius: 12px;
    background: rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.1);
}
body .builder-filter-product > br {
	display: none;
}
body .builder-filter-product img {
	align-self: center; /* Makes the boats line up better vertically even if the image aspects are different. */
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 12px;
}
body .builder-filter-product:hover {
	background: rgba(0,0,0,0.1);
	/* border: 1px solid rgba(0,0,0,0.1);
	border-radius: 12px; */
}
body .builder-filter-product img {
    transition: all .3s ease;
}
body .builder-filter-product:hover img {
    transform: scale(1.02);
}
body .builder-filter-product strong {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: 500;
}

/* Color Swatches */
body .builder-wrapper.builder-customer-wrapper input[type=checkbox] + label.swatch,
body .builder-wrapper.builder-customer-wrapper input[type=checkbox] + label.image {
	display: inline-grid;
	width: max(80px, 25%);
	padding: 3px;
	box-sizing: border-box;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr auto auto;
	justify-items: center;
	justify-content: center;
	height: 100%;
}
body .builder-wrapper.builder-customer-wrapper.zoomed input[type=checkbox] + label.image {
	display: inline-grid;
	width: max(80px, 25%);
	margin-right: 0;
}
body .builder-wrapper.builder-customer-wrapper.zoomed input[type=checkbox] + label.swatch {
	display: inline-grid;
	width: max(80px, 25%);
}
body .builder-wrapper input[type=checkbox] + label.swatch span.color {
	transform: scale(1);
}
@media screen and (max-width: 1600px) {
	body .builder-wrapper.builder-customer-wrapper input[type=checkbox] + label.swatch {
		width: max(80px, 25%);
	}
	body .builder-wrapper.builder-customer-wrapper input[type=checkbox] + label.image {
		width: max(80px, 25%);
	}
}
@media screen and (max-width: 1300px) {
	body .builder-wrapper.builder-customer-wrapper input[type=checkbox] + label.swatch {
		width: max(80px, 49%);
	}
	body .builder-wrapper.builder-customer-wrapper input[type=checkbox] + label.image {
		width: max(80px, 49%);
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 700px) {
	
	body .builder-wrapper.builder-customer-wrapper input[type=checkbox] + label.swatch {
		width: max(80px, 32%);
	}
	body .builder-wrapper.builder-customer-wrapper input[type=checkbox] + label.image {
		width: max(80px, 32%);
	}
}
body .builder-wrapper.builder-customer-wrapper input[type=checkbox] + label.swatch br {
	display: none;
}
body .builder-wrapper input[type=checkbox]+label.swatch span.color-wrapper {
	width: min(80px, 80%);
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 80px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
	border: 2px solid transparent;
}
body .builder-wrapper input[type=checkbox]+label.image span.image-wrapper {
	width: min(100px, 80%) !important;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 80px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
	border: 2px solid transparent;
}

body .builder-wrapper input[type=checkbox]:checked + label.swatch span.color-wrapper {
	margin-top: 4px;
	margin-bottom: 1px;
}
body .builder-wrapper input[type=checkbox] + label.swatch span.color {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	border: 0;
}
body .builder-wrapper input[type=checkbox]:checked + label.swatch span.color {

}
body .builder-wrapper input[type=checkbox] + label.swatch span.text-wrapper {
	font-size: 12px;
}
body .builder-toggle-image-wrap {

}
body .builder-wrapper.builder-customer-wrapper {
	gap: 0;
	justify-content: flex-start;
}
.builder-toggle-image-wrap > a {
	padding: 8px 20px;
	border-radius: 40px;
	background-color: rgba(255,255,2552,0.85);
	border: 1px solid rgba(0,0,0,0.3);
}
.builder-toggle-image-wrap > a.builder-zoom-image {
	padding-left: 28px;
}
body .builder-wrapper.builder-customer-wrapper .dhflex.customer-option-form {
	border-left: 0;
}
.builder-image-wrapper:after {
	display: none;
	content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    /* display: block; */
    width: 24px;
    height: 24px;
    opacity: .5;
    background: rgba(255, 255, 255, .7) url(img/zoom-in.svg) no-repeat center center / 16px;
    border: 1px solid #fff;
    cursor: pointer;
}
body .builder-wrapper.builder-customer-wrapper div.spec {
	background-color: transparent;
}
body .builder-wrapper.builder-customer-wrapper div.spec:nth-of-type(odd), 
body .builder-wrapper.builder-customer-wrapper section label:not(.swatch):not(.image):nth-of-type(odd) {
	background-color: rgba(0,0,0,0.1);
}
body .builder-wrapper input[type=checkbox] + label.image span.text-wrapper {
	background: none;
}

/* Logo */
body .model-build-nav {
	height: auto;
	z-index: 100;
	box-sizing: border-box;
    background-color: transparent;
}
body .model-build-nav .wrapper {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	display: block;
	grid-template-columns: auto 1fr;
}
/* Grid Header */
body main > main.builder-product-filter > .model-build-nav > .wrapper {
	display: grid;
	/* grid-column: 1 / span 2; */
	grid-template-columns: 220px 1fr;
	column-gap: 20px;
	padding: 6px 10px;
}

@media screen and (max-width:782px) {
	body main > main.builder-product-filter > .model-build-nav > .wrapper {
		grid-template-columns: 70px 1fr;
		align-items: center;
		align-content: center;
	}
	body main > main.builder-product-filter > .model-build-nav > .wrapper > a {
		display: block;
		width: 70px;
		height: auto;
		overflow: hidden;
	}
	body main > main.builder-product-filter > .model-build-nav > .wrapper > a > img {
		display: block;
		width: 220px;
		height: auto;
		max-width: 220px;
	}
	body main > main.builder-product-filter > .model-build-nav > .wrapper > h1 {
		font-size: 1.1em;
	}
}
@media screen and (max-width:440px) {
	body main > main.builder-product-filter > .model-build-nav > .wrapper > h1 {
		font-size: 13px;
		line-height: 16px;
	}
}
@media screen and (max-width:380px) {
	body main > main.builder-product-filter > .model-build-nav > .wrapper > h1 {
		font-size: 11px;
		line-height: 14px;
	}
}

/* Product Header */

/* Sticky */
/* .builder-customer-wrapper .builder-sticky-wrapper {
    z-index: 1;
}
.customer-images .sticky-wrapper {
    max-width: 100%;
    overflow: hidden;
}
.customer-images .sticky-wrapper img {
    max-width: 100%;
    overflow: hidden;
} */
