/* 	Furniture Configurator Styles
	v 1.2.6
*/

* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.container#wwg_config_container {
	padding-top: 40px !important;
}
.wwg_config_form_row {
	margin-bottom: 20px;
}
.wwg_config_form_row label {
	display: block;
}
.wwg_config_form_row select {
	display: block;
	width: 100%;
	border-radius: 3px;
	padding: 8px 6px;
}
.wwg_config_stepno {
	font-weight: bold;
	background: #fff;
	border-radius: 99px;
	border: 1px solid #fabead;
	text-align: center;
	display: inline-block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-wrap: nowrap;
	margin-right: 8px;
}
.wwg_cents_superscript {
	font-size: 55%;
	vertical-align: super;
}
.ui-accordion .ui-accordion-content {
	padding: 12px 20px;
}
.ui-accordion .ui-accordion-header {
	background: #f9f1e1;
	border: 1px solid #fabead;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.ui-accordion .ui-accordion-header .wwg-accordion-btn {
	display: flex;
	align-items: center;
	width: 100%;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font: inherit;
	color: inherit;
	text-align: left;
	cursor: pointer;
}
.wwg_config_stepplus {
	margin-left: auto;
	padding-left: 8px;
}
.ui-accordion-header-icon {
	order: 9;
}
.ui-state-active {
	color: #000;
}
.ui-state-hover .ui-icon,
.ui-state-active .ui-icon,
.ui-accordion-header-collapsed .ui-icon {
	display: none;
}


.wwg_config_hero {
	display: flex;
}
.wwg_config_hero_row {
	display: flex;
	width: 100%;
}
.wwg_config_hero_col_left,
.wwg_config_hero_col_right {
	flex: 0 50%;
}



.wwg_config_col_media {
	.background: rgba(255, 0, 0, 0.1);
}
.wwg_config_col_options {
	flex: 0 66.66%;
	.background: rgba(0, 255, 0, 0.1);
	padding: 0 20px;
}
.wwg_config_col_price {
	flex: 0 33.33%;
	.background: rgba(0, 0, 255, 0.1);
}






.wwg_config_hero_col_right .wwg_config_title {
	padding: 0 20px;
}
.wwg_config_title h1 {
	font-size: 40px;
}
#wwg_config_title_mobile,
#wwg_config_title_mobile h1 {
	display: none;
}
.wwg_config_col_options label {
	font-weight: bold;
}
.wwg_config_media_preview_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-height: 485px;
	overflow: hidden;
}
.wwg_config_media_preview_col {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	position: relative;
}
.wwg_config_media_preview_col:first-of-type {
	border-right: 10px solid transparent;
}
.wwg_config_media_preview_col img {
	width: 100%;
}
.wwg_config_media_preview_col span {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fdfbf7;
	border-top-right-radius: 10px;
	padding: 0 10px 0 0;
	font-size: 16px;
	line-height: 26px;
}
.wwg_config_media_preview_thumbnails {
	margin-top: 22px;
	display: flex;
	justify-content: flex-start;
	column-gap: 12px;
}
.wwg_config_media_preview_thumb_wrap {
	max-width: 100px;
	flex-grow: 1;
	flex-basis: 0;
}
.wwg_config_media_preview_thumb {
	border: 2px solid #ddd;
	cursor: pointer;
	border-radius: 2px;
	opacity: 0.5;
	overflow: hidden;
}
.thumb_active {
	border: 2px solid #DB7558;
	opacity: 1;
}
.wwg_config_media_preview_thumb img {
	width: 100%;
	display: block;
}
.wwg_config_media_preview_thumb#wwg_config_media_preview_thumb_sbs {
	display: flex;
}
.wwg_config_media_preview_thumb#wwg_config_media_preview_thumb_sbs img {
	width: 50%;
	border-right: 1px solid #fff;
}
.wwg_config_media_preview_thumb#wwg_config_media_preview_thumb_sbs img:last-of-type {
	border: 0;
	border-left: 1px solid #fff;
}
.wwg_config_dynamic_desc_wrap {
	margin-top: 22px;
	display: flex;
	column-gap: 16px;
}
.wwg_config_dynamic_desc_col {
	flex-grow: 1;
	flex-basis: 0;
}
.wwg_config_dynamic_desc_col h3 {
	font-size: 26px;
}
.wwg_config_hero_col_media_sticky {
	position: sticky;
	top: 130px;
}
.wwg_config_col_price_sticky {
	position: sticky;
	top: 130px;
}
.wwg_config_col_price h6 {
	font-size: 18px;
	padding: 0;
}
.wwg_config_col_price p.price {
	font-size: 40px;
	color: #b35838;
	line-height: initial;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
}
.wwg_config_add_to_cart_btn {
	cursor: pointer;
	width: 100%;
	color: #FEFBF7;
	border-color: #b35838;
	background-color: #b35838;
	border-radius: 3px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	outline: 0;
	border: 0;
	padding: 14px 6px;
	margin-bottom: 20px;
}
.wwg_config_mobile_sticky_atc_wrap .wwg_config_add_to_cart_btn {
	margin-bottom: 5px;
}
.wwg_config_add_to_cart_btn img.wwg_loading {
	width: 22px;
	display: block;
	margin: 0 auto;
	display: none;
}
.wwg_config_add_to_cart_btn:disabled {
	cursor: not-allowed;
	background: #8a8a8a;
}
p.wwg_config_affirm {
	font-size: 14px;
	line-height: 32px;
}
p.wwg_config_ship_estimate {
	font-size: 14px;
	line-height: 18px;
}
p.wwg_config_note {
	line-height: 1.5em;
	font-size: 0.75em;
}
p.wwg_config_note a {
	color: #b55c3a;
}




#wwg_config_accordion.ui-accordion .ui-accordion-header {
	font-size: 20px;
}


.wwg_selection_summary {
	padding: 10px 20px 10px 30px;
	display: flex;
	cursor: pointer;
}
.wwg_selection_summary .wwg_summary_text {
	flex: 1;
}
em.wwg_summary_wrap {
	font-style: normal;
	text-wrap: nowrap;
	display: block;
}
.wwg_selection_summary .wwg_summary_edit {
	flex: 0 0 40px;
	text-align: right;
}
.wwg_config_edit_accordion,
.wwg_config_edit_accordion:hover {
	cursor: pointer;
	color: #747474;
	text-decoration: underline;
}
.wwg_config_step,
.wwg_config_step:hover {
	cursor: pointer;
	color: #b55c3a !important;
	text-decoration: underline;
	float: right;
	font-weight: bold;
}
.ui-accordion-content-active + section.wwg_selection_summary {
	display: none;
}



.wwg_config_mobile_sticky_atc_wrap {
	background: #fdfbf7;
	padding: 10px 0;
	border-top: 1px solid #bbbbbb;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
	
	display: none;
}
.wwg_config_mobile_sticky_atc_wrap .container {
	padding-top: 0 !important;
}
.wwg_config_mobile_sticky_atc {
	display: flex;
	width: 80%;
	margin: 0 auto;
}
.wwg_config_mobile_sticky_atc_left {
	width: 50%;
	padding-right: 12px;
}
.wwg_config_mobile_sticky_atc_right {
	width: 50%;
}
.wwg_config_mobile_sticky_atc p.price {
	font-size: 30px;
	padding-bottom: 0px;
	color: #b35838;
	font-weight: bold;
}
.wwg_config_mobile_sticky_atc .wwg_config_affirm {
	line-height: 32px;
}
.wwg_config_mobile_sticky_atc .wwg_config_add_to_cart_btn {
	width: 100%;
}
span.wwg_inline_affirm {
	background: top left no-repeat url(/wp-content/themes/Wyrmwood-Gaming/includes/img/Affirm-logo@2x.png);
	background-size: 40px 16px;
	display: inline-block;
	height: 16px;
	width: 40px;
	font-size: 0px;
}







.wwg_swatch_pseudolabel {
	font-weight: bold;
	margin-bottom: 8px;
}
ul.wwg_swatches {
	padding: 0;
	list-style: none;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	.justify-content: space-between;
	justify-content: flex-start;
}
ul.wwg_swatches li {
	width: 24%;
	height: 52px;
	margin-bottom: 16px;
	display: flex;
	justify-content: center;
}
ul.wwg_swatches input[type='radio'] {
	/* sr-only: keeps radios in the tab/accessibility tree when their panel is open */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/* Show the same selection styling on keyboard focus as on checked */
.wwg_swatch_wrap:focus-within {
	border-color: #dc7558;
}
ul.wwg_swatches .wwg_swatch_img {
	cursor: pointer;
	display: inline-block;
	border-radius: 99px;
	width: 48px;
	height: 48px;
	border: 2px solid #fff;
	background: #a3a3a3;
	transition: all 30ms;
}
.wwg_swatch_wrap {
	border: 2px solid transparent;
	border-radius: 99px;
}
.wwg_swatch_wrap:has(> input[type='radio']:checked) {
	border-color: #dc7558;
}
ul.wwg_swatches li input[type='radio']:checked +.wwg_swatch_img {
	.border: 2px solid #fff;
}
ul.wwg_swatches_tablewood .wwg_swatch_img,
ul.wwg_swatches_topperwood .wwg_swatch_img {
	background: top left url(/wp-content/themes/Wyrmwood-Gaming/includes/img/sprites/wwg-materialsprite-modtablewoods.png) no-repeat;
	background-size: 44px;
}
ul.wwg_swatches_tablewood .wwg_swatch_img.rustic_elm,
ul.wwg_swatches_topperwood .wwg_swatch_img.rustic_elm {
	background-position-y: 0px;
	background-color: #a47555;
}
ul.wwg_swatches_tablewood .wwg_swatch_img.rustic_maple,
ul.wwg_swatches_topperwood .wwg_swatch_img.rustic_maple {
	background-position-y: -44px;
	background-color: #e0cbb3;
}
ul.wwg_swatches_tablewood .wwg_swatch_img.rustic_cherry,
ul.wwg_swatches_topperwood .wwg_swatch_img.rustic_cherry {
	background-position-y: -88px;
	background-color: #d39061;
}
ul.wwg_swatches_tablewood .wwg_swatch_img.rustic_walnut,
ul.wwg_swatches_topperwood .wwg_swatch_img.rustic_walnut {
	background-position-y: -132px;
	background-color: #613d27;
}
ul.wwg_swatches_tablewood .wwg_swatch_img.elm,
ul.wwg_swatches_topperwood .wwg_swatch_img.elm {
	background-position-y: -176px;
	background-color: #c7ae89;
}
ul.wwg_swatches_tablewood .wwg_swatch_img.maple,
ul.wwg_swatches_topperwood .wwg_swatch_img.maple {
	background-position-y: -220px;
	background-color: #dbbf97;
}
ul.wwg_swatches_tablewood .wwg_swatch_img.cherry,
ul.wwg_swatches_topperwood .wwg_swatch_img.cherry {
	background-position-y: -264px;
	background-color: #c3986d;
}
ul.wwg_swatches_tablewood .wwg_swatch_img.black_walnut,
ul.wwg_swatches_topperwood .wwg_swatch_img.black_walnut {
	background-position-y: -308px;
	background-color: #6a4c34;
}
ul.wwg_swatches_tablewood .wwg_swatch_img.padauk,
ul.wwg_swatches_topperwood .wwg_swatch_img.padauk {
	background-position-y: -352px;
	background-color: #842d21;
}
ul.wwg_swatches_tablewood .wwg_swatch_img.zebrawood,
ul.wwg_swatches_topperwood .wwg_swatch_img.zebrawood {
	background-position-y: -396px;
	background-color: #c49067;
}
ul.wwg_swatches_tablewood .wwg_swatch_img.wenge,
ul.wwg_swatches_topperwood .wwg_swatch_img.wenge {
	background-position-y: -440px;
	background-color: #2e2b2a;
}
ul.wwg_swatches_tablewood .wwg_swatch_img.purpleheart,
ul.wwg_swatches_topperwood .wwg_swatch_img.purpleheart {
	background-position-y: -484px;
	background-color: #7b343c;
}
ul.wwg_swatches_tablewood .wwg_swatch_img.none,
ul.wwg_swatches_topperwood .wwg_swatch_img.none {
	background-position-y: -528px;
	background-color: #ff0000;
}
ul.wwg_swatches_felt .wwg_swatch_img,
ul.wwg_swatches_neoprene .wwg_swatch_img {
	background: top left url(/wp-content/themes/Wyrmwood-Gaming/includes/img/sprites/wwg-materialsprite-felt-and-neoprene.png) no-repeat;
	background-size: 44px;
}
ul.wwg_swatches_felt .wwg_swatch_img.ash,
ul.wwg_swatches_neoprene .wwg_swatch_img.sc_ash {
	background-position-y: 0px;
	background-color: #ababab;
}
ul.wwg_swatches_felt .wwg_swatch_img.barney,
ul.wwg_swatches_neoprene .wwg_swatch_img.sc_barney {
	background-position-y: -44px;
	background-color: #a430b5;
}
ul.wwg_swatches_felt .wwg_swatch_img.burgundy,
ul.wwg_swatches_neoprene .wwg_swatch_img.sc_burgundy {
	background-position-y: -88px;
	background-color: #660000;
}
ul.wwg_swatches_felt .wwg_swatch_img.charcoal,
ul.wwg_swatches_neoprene .wwg_swatch_img.sc_charcoal {
	background-position-y: -132px;
	background-color: #393939;
}
ul.wwg_swatches_felt .wwg_swatch_img.forest,
ul.wwg_swatches_neoprene .wwg_swatch_img.sc_forest {
	background-position-y: -176px;
	background-color: #023725;
}
ul.wwg_swatches_felt .wwg_swatch_img.melon,
ul.wwg_swatches_neoprene .wwg_swatch_img.sc_melon {
	background-position-y: -220px;
	background-color: #e7b5b8;
}
ul.wwg_swatches_felt .wwg_swatch_img.midnight {
	background-position-y: -264px;
	background-color: #1b1b1b;
}
ul.wwg_swatches_felt .wwg_swatch_img.royal,
ul.wwg_swatches_neoprene .wwg_swatch_img.sc_royal {
	background-position-y: -308px;
	background-color: #0c265f;
}
ul.wwg_swatches_felt .wwg_swatch_img.sea_slate,
ul.wwg_swatches_neoprene .wwg_swatch_img.sc_sea_slate {
	background-position-y: -352px;
	background-color: #178fa8;
}
ul.wwg_swatches_felt .wwg_swatch_img.tan,
ul.wwg_swatches_neoprene .wwg_swatch_img.sc_tan {
	background-position-y: -396px;
	background-color: #c8a796;
}
#wwg_config_table_attr_feltcolor_row {
	margin-bottom: 0;
}




.wwg_segmented_ctrls_wrap {
	
}
.wwg_segmented_ctrl_pseudolabel {
	margin-bottom: 2px;
}
ul.wwg_segmented_ctrls {
	padding: 0;
	list-style: none;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
}
ul.wwg_segmented_ctrls li {
	display: flex;
	flex: 1;
}
/* Collapse the doubled border at each junction */
ul.wwg_segmented_ctrls li + li {
	margin-left: -2px;
}
ul.wwg_segmented_ctrls input[type='radio'] {
	/* Visually hidden but kept in the tab order and accessibility tree.
	   display:none would remove keyboard focus entirely. */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.wwg_segmented_ctrl_wrap {
	border: 2px solid #bbbbbb;
	width: 100%;
	position: relative;
}
/* Selected and keyboard-focused tiles use identical styling */
.wwg_segmented_ctrl_wrap:has(> input[type='radio']:checked),
.wwg_segmented_ctrl_wrap:focus-within {
	border: 2px solid #DB7558;
	background: #f8efde;
	position: relative;
	z-index: 1;
}
.wwg_segmented_ctrl_wrap input[type='radio']:checked + .wwg_segmented_ctrl_info {
	color: #b93f1d;
}
ul.wwg_segmented_ctrls li:first-of-type .wwg_segmented_ctrl_wrap {
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
ul.wwg_segmented_ctrls li:last-of-type .wwg_segmented_ctrl_wrap {
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
label.wwg_segmented_ctrl_info {
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
	padding: 10px 6px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
label.wwg_segmented_ctrl_info span {
	font-weight: normal;
	display: inline-block;
	margin-bottom: 8px;
}
.wwg_segmented_ctrl_img {
	display: block;
	height: 45px;
	width: 100%;
	max-width: 80px;
	margin: 0 auto;
}
ul.wwg_segmented_ctrls_shape .wwg_segmented_ctrl_img {
	background: top center url(/wp-content/themes/Wyrmwood-Gaming/includes/img/sprites/wwg-sprite-shape-and-height.png) no-repeat;
	background-size: 80px;
}
label.wwg_segmented_ctrl_info.rectangle .wwg_segmented_ctrl_img {
	background-position-y: 0px;
	height: 45px;
	width: 80px;
}
label.wwg_segmented_ctrl_info.hex .wwg_segmented_ctrl_img {
	background-position-y: -46px;
	height: 45px;
	width: 54px;
}
label.wwg_segmented_ctrl_info.heightCoffee17 .wwg_segmented_ctrl_img {
	.background-position-y: -92px;
	height: 64px;
	width: 100%;
}
label.wwg_segmented_ctrl_info.heightDining30 .wwg_segmented_ctrl_img {
	background-position-y: -125px;
	height: 64px;
	width: 100%;
}
label.wwg_segmented_ctrl_info.heightCounter35 .wwg_segmented_ctrl_img {
	background-position-y: -177px;
	height: 64px;
	width: 100%;
}


/* PAGE SECOND HALF (replaces Divi module) */
#wwg_mod_table_sec_half {
	background-color: #FEFBF7;
	padding-top: 56px;
}
.wwg-sec-half-inner {
	width: 80%;
	max-width: 1080px;
	margin: 0 auto;
}
.wwg-sec-half-section {
	padding-bottom: 40px;
}
.wwg-sec-half-dimensions {
	padding-bottom: 0;
}
.wwg-sec-half-video {
	padding-top: 40px;
	padding-bottom: 16px;
}
.wwg-sec-half-faqs {
	padding-top: 40px;
	padding-bottom: 16px;
}
.wwg-sec-half-related {
	padding-top: 10px;
	padding-bottom: 0;
}
.wwg-dimensions-img {
	max-width: 100%;
	height: auto;
	display: block;
}
.wwg-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 2px;
}
.wwg-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.wwg-sec-half-related h3 {
	font-size: 26px;
	margin-bottom: 16px;
}
/* END PAGE SECOND HALF */