.woocommerce form .form-row select {
	background-image: none;
	appearance: auto;
}
.woocommerce form .form-row::before, .woocommerce form .form-row::after {
    display: none;
}

body.single-product .always-display, body.single-product .always-visible {
	display: block !important;
}

.qty {
    text-indent: 0px;
}
/* 
body.single-product h1 {
	font-style: normal;
} */

/* ============CSS Floorplan building */
/*product tabs*/
body.single-product .product--dataTab {
    padding-bottom: 0px;
}
body.single-product .product--dataTab .accordion-item {
    padding: 0px 20px;
}


.custom-tabs {
    margin: 20px 0;
}

.tab-titles {
    list-style: none;
    padding: 0;
    display: flex;
    cursor: pointer;
}

.tab-titles li {
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    position: relative;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 10%;
    font-weight: 300;
}

.tab-titles li:before,
.tab-titles li:after {
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    border-bottom: 5px solid #5e7f34;
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.tab-titles li.active {
	color: #5e7f34;
	font-weight: bold;
}

.tab-titles li.active:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.tab-titles li:focus:before, .tab-titles li:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.tab-item {
    display: none;
}

.tab-item.active {
    display: block;
}
.floorplan-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	background-color: #ffffff;
	padding: 30px 20px;
}
.floorplan-container {
	padding-left: 25px;
	padding-right: 25px;
}
.floorplan-container.floorplan-left-column {
    -webkit-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}
.floorplan-container.floorplan-right-column {
	-webkit-flex-basis: 41.6666666667%;
	-ms-flex-preferred-size: 41.6666666667%;
	flex-basis: 41.6666666667%;
	max-width: 41.6666666667%;
}
.plan-builder__image-container {
	position: relative;
}
.woocommerce-product-gallery__image {
	position: relative;
}
.woocommerce-product-gallery__image img {
	aspect-ratio: 1;
}
.plan-builder__module-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.plan-builder__module-image.js-active {
    opacity: 1;
}
.floorplan-container p {
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	font-family: "Open Sans", Sans-serif;
	margin-bottom: 25px;
}
.plan-builder__checkbox-container>div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #424240;
    border-bottom: none;
}
.plan-builder-checkbox__inner {
    position: relative;
}
.plan-builder__checkbox-label {
	display: flex;
	justify-content: center;
	align-items: center;
}
.plan-builder-checkbox__inner input {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: unset;
    width: 100% !important;
    margin: 0 !important;
    height: 100% !important;
	opacity: 0;
	z-index: 9;
}
.plan-builder__checkbox-label:before {
	content: "\E908";
    position: relative;
    width: 50px;
    height: 50px;
    background: #fff;
    color: transparent;
    font-size: 28px;
    border-right: 1px solid #424240;
    margin-right: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.plan-builder__checkbox-label:after {
	content: '';
	height: 28px;
	width: 14px;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
    top: 11px;
    left: 18px;
}
.plan-builder__checkbox-container>div:last-child {
    border-bottom: 1px solid #424240;
}
input[type=checkbox]:checked~.plan-builder__checkbox-label:before {
    background: #424240;
}
input[type=checkbox]:checked~.plan-builder__checkbox-label:after {
	border-color: #ffffff;
}

@media (max-width: 767px) {
	.section--single-post .elementor-widget-container img {
		object-position: center;
		height: auto;
	}
	.floorplan-container.floorplan-left-column,
	.floorplan-container.floorplan-right-column {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.floorplan-container {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 25px;
		padding-top: 25px;
	}
}

/* ============CSS Floorplan building */
body.single-product .woocommerce-product-gallery {
    display: flex;
    flex-direction: column;
}
body.single-product.woocommerce div.product div.images {
	margin-bottom: 0px;
}
body.single-product .woocommerce-product-gallery .flex-viewport {
    order: 1;
    width: 100% !important;
}
body.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    order: 2;
}
body.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    width: 100% !important;
	padding: 10px !important;
}
body.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    padding: 10px;
}
body.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
	aspect-ratio: 1;
}
@media(max-width: 767px){
	body.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
		max-width: calc(100% - 40px);
		margin: 0 auto !important;
	}	
	body.single-product .woocommerce-product-gallery .flex-viewport {
		max-width: calc(100% - 40px);
		margin: 0 auto;
	}	
}
/* flex-control-navflex-control-thumbs */
body.single-product ol.flex-control-nav.flex-control-thumbs {
    border: 2px solid #F0EDE9;
    border-radius: 16px;
}
/* breadcrumb */
body.single-product nav.woocommerce-breadcrumb {
	margin-bottom: 0px !important;
}
body.single-product nav.woocommerce-breadcrumb * {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .025rem;
    padding: 0 4px;
    text-decoration: none;
}

@media(min-width: 300px){
	body.single-product nav.woocommerce-breadcrumb {
		background: #F0EDE9;
		padding: 16px 16px !important;
	}	
}
@media(min-width: 1024px){
	body.single-product nav.woocommerce-breadcrumb {
		background: #ffffff;
		padding: 16px 0px !important;
	}	
}


.project--video.video--background {
	position: relative !important;
	overflow: hidden;
	font-size: 0;
    line-height: 1;
}
/* .project--video.video--background iframe {
	pointer-events: none;
} */
.section--projectDescription .project--overview {
    position: relative;
}
.project--overview .project--infoDetail {
	position: absolute;
	bottom: 0;
	right: 32px;
	padding: 32px;
	background-color: #F0EDE9;
}
.detailItem .title p {
	font-size: 37px;
    line-height: 43px;
    color: #494949;
    font-style: italic;
    margin-bottom: 32px;
}
.project-itemInfo .subheading-address {
	margin-bottom: 0;
	color: #494949;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-transform: uppercase;
}
.project-itemInfo .subText {
	font-size: 16px;
    line-height: 31px;
    color: #494949;
}
.detailItem .project-itemInfo:not(:last-child) {
	margin-bottom: 16px;
}
.project--feature {
    display: flex;
	position: relative;
	flex-wrap: wrap;
	z-index: 1;
}
.project--overview {
	position: relative;
}
.project--overview .section--video-bg {
	position: relative;
	z-index: 1;
}
.project--overview:after {
	content: '';
    position: absolute;
    bottom: -130px;
    left: -26px;
    transform: translatex(-10%);
    -o-transform: translatex(-10%);
    -moz-transform: translatex(-10%);
    -webkit-transform: translatex(-10%);
    width: 460px;
    height: 427px;
    background-image: url(./assets/images/grey-lines.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}
.project--leftColumn {
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #f1edea;
}
.project--feature .project--leftColumn:first-child {
	padding-left: calc(calc(100% - 1180px) / 2);
    padding-right: 110px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.project--feature .project--leftColumn:last-child {
	min-height: 500px;
}
.project--feature .project--leftColumn:last-child img {
	opacity: 0;
	display: none;
}
.plan-builder__module-image.plan-builder__base-image {
    opacity: 1;
}
.cky-consent-container .cky-consent-bar {
	padding: 5px 10px !important;
}
.cky-notice .cky-notice-group,
.cky-notice .cky-notice-des {
	font-size: 12px;
	line-height: 1;
}
.cky-notice-btn-wrapper button {
	padding: 9px 12px;
	font-size: 13px;
	line-height: 1;
	height: auto;
	letter-spacing: 0;
}
.cky-notice .cky-title {
	margin: 0 !important;
}
.cky-footer-wrapper .cky-prefrence-btn-wrapper button {
	margin: 0 0 10px 0 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active),
.cky-accordion-header .cky-always-active {
	color: #ffffff !important;
}
.cky-accordion-wrapper .cky-accordion-header .cky-always-active {
	display: none;
}
.cky-accordion-wrapper .cky-accordion-header .cky-accordion-btn {
	line-height: 1;
    height: auto;
	color: #000000 !important;
    background-color: #ffffff !important;
    line-height: 1;
    padding: 10px 15px;
    height: auto;
}
.section--bathkit-schedule .wpr-data-table tbody td[colspan="3"] .wpr-table-text {
	font-weight: 700;
}
.section--bathkit-schedule .wpr-data-table thead .wpr-table-text {
	font-weight: 700;
}
.section--bathkit-schedule .wpr-data-table {
	table-layout: fixed;
}
.section--bathkit-schedule .wpr-data-table .wpr-data-table-th-img {
	width: auto !important;
}
.section--bathkit-schedule table tbody>tr:nth-child(odd)>td:not([colspan="3"]),
.section--bathkit-schedule table tbody>tr:nth-child(odd)>th {
	background-color: transparent;
}
.section--bathkit-schedule h2.elementor-heading-title {
	margin: 0;
}
.heading--label .elementor-heading-title {
	padding: 8px 16px;
	background-color: #F0EDE9;
	display: inline-block;
}
@media (max-width: 1200px) {
	.project--feature .project--leftColumn:first-child {
		padding-left: 10px;
		padding-right: 20px;
	}
	.project--feature .project--leftColumn:last-child {
		min-height: unset;
	}
}
@media (max-width: 767px) {
	.project--leftColumn {
		width: 100%;
	}
	.project--feature .project--leftColumn:first-child {
		padding-right: 10px;
		order: 1;
	}
	.detailItem .title p {
		font-size: 30px;
		line-height: 42px;
	}
	.section--video-bg {
		min-height: 50vh !important;
	}
	.project--overview .project--infoDetail {
		position: relative;
		right: 0;
		padding: 32px 16px;
	}
	.project--feature .project--leftColumn:last-child img {
		opacity: 1;
		display: block;
	}
}
@media (max-width: 576px) {
	.cky-notice-btn-wrapper {
		grid-gap: 5px;
	}
}
.section--tabsAddons h2.elementor-heading-title {
	margin: 0;
}
.bathpod--tabs .e-n-tabs-heading .e-n-tab-title {
	border-top: 1px solid #F0EDE9 !important;
	border-right: 1px solid #F0EDE9 !important;
}
.bathpod--tabs .e-n-tabs-heading .e-n-tab-title:first-child {
	border-left: 1px solid #F0EDE9 !important;
}
.bathpod--tabs .e-n-tabs-content > .elementor-element {
	position: relative;
}
.bathpod--tabs .addOn--price {
	position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 8px 16px;
    background-color: #F0EDE9;
}
.bathpod--tabs .gallery {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
    justify-content: space-between;
    grid-gap: 32px;
}
.bathpod--tabs .gallery .gallery-item {
	width: auto;
}
.addOn--price .elementor-widget-container p:not(:last-child) {
	margin-bottom: 8px;
}
body .bathpod--tabs h3.elementor-heading-title,
body .section--tabsAddons h2.elementor-heading-title {
	font-size: 37px !important;
	line-height: 43px !important;
}
@media (max-width: 767px) {
	.bathpod--tabs .gallery {
		flex-wrap: wrap;
		grid-gap: 10px;
		justify-content: center;
	}
	.bathpod--tabs .gallery .gallery-item {
		width: 100%;
	}
	.bathpod--tabs .addOn--price {
		top: unset;
		bottom: 0;
	}
}
.section--addons-addtions .box--contents {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-gap: 0;
}
.section--addons-addtions .box--contents > .elementor-element:nth-child(2n - 1) {
	border-right: 1px solid #494949;
}
.section--addons-addtions .box--contents > .elementor-element {
	padding: 35px 16px;
	border-bottom: 1px solid #494949;
}
.section--addons-addtions .box--contents .elementor-widget-container {
	display: flex;
    align-items: center;
}
.section--addons-addtions .box--contents > .elementor-element:nth-last-child(2),
.section--addons-addtions .box--contents > .elementor-element:last-child {
	border-bottom: 0;
}
.section--addons-addtions .elementor-heading-title {
	margin: 0;
}
.section--addons-addtions .wpr-data-table {
	table-layout: fixed;
}
.section--addons-addtions .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	opacity: 1;
}
.section--addons-addtions .mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #F0EDE9;
    border-radius: 8px;
    border: 1px solid #494949;
}
.section--addons-addtions .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.section--addons-addtions .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 0px auto;
}
.section--addons-addtions .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.section--addons-addtions .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.section--addons-addtions .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #494949;
}
.section--addons-addtions .e-n-tabs-heading .e-n-tab-title {
	border: 1px solid #F0EDE9 !important;
}
.section--addons-addtions .e-n-tabs-content {
	margin-top: -1px;
}
.section--addons-addtions .wpr-table-head-row .wpr-table-text {
	font-weight: 700;
}
.addons--heading-addition .label--price .elementor-heading-title {
	display: inline-block;
	padding: 8px 16px;
    background-color: #F0EDE9;
}
.section--addons-addtions .addons--heading-addition {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-gap: 16px;
}
.section--liftKits--box > .e-con-inner > .elementor-element {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0px;
}
.section--liftKits--box > .e-con-inner > .elementor-element > .elementor-element {
	padding: 16px;
	position: relative;
}
.section--liftKits--box > .e-con-inner > .elementor-element > .elementor-element:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 86.5%;
	background-color: #494949;
}
.section--liftKits--box > .e-con-inner > .elementor-element > .elementor-element:last-child:before {
	width: 0px;
}
.section--liftKits--box > .e-con-inner > .elementor-element > .elementor-element:not(:last-child) .elementor-widget-container {
	padding-right: 16px;
}
.section--liftKits--box > .e-con-inner > .elementor-element > .elementor-element:not(:first-child) .elementor-widget-container {
	padding-left: 16px;
}
.table--customStyle .wpr-data-table tbody > tr:first-child td {
	background-color: #F0EDE9 !important;
}
.table--customStyle .wpr-data-table tbody > tr:first-child td .wpr-table-text {
	font-weight: 700;
}
.text--italic p,
.small--text p {
	font-size: 14px;
	line-height: 21px;
	font-style: italic;
}
body .elementor .elementor-element .table--comparisons .wpr-td-content-wrapper img {
	width: auto !important;
	height: 103px !important;
	object-fit: cover;
}
.table--comparisons tr td[colspan="2"] .wpr-table-text {
	font-size: 14px;
    line-height: 24px;
    font-style: italic;
}

@media (max-width: 1199px) {
	.section--addons-addtions .elementor-element .mCSB_container {
        border: 1px solid #494949;
    }
	.section--addons-addtions .elementor-element .wpr-table-inner-container {
        border-width: 0px !important;
    }
}
@media (max-width: 767px) {
	.section--liftKits--box > .e-con-inner > .elementor-element > .elementor-element:before {
		height: 1px;
		width: 86.5%;
		bottom: 0;
		top: unset;
		left: 0;
		right: unset;
	}
	.section--liftKits--box > .e-con-inner > .elementor-element > .elementor-element {
		padding: 32px 16px;
	}
	.section--addons-addtions .box--contents > .elementor-element {
		padding: 32px 16px;
	}
	.section--addons-addtions .box--contents,
	.section--addons-addtions .addons--heading-addition,
	.section--liftKits--box > .e-con-inner > .elementor-element {
		grid-template-columns: repeat(1, 1fr);
	}
	.section--liftKits--box > .e-con-inner > .elementor-element > .elementor-element:not(:last-child) .elementor-widget-container {
		padding-right: 0;
	}
	.section--liftKits--box > .e-con-inner > .elementor-element > .elementor-element:not(:first-child) .elementor-widget-container {
		padding-left: 0;
	}
	.section--addons-addtions .box--contents > .elementor-element:nth-child(2n - 1) {
		border-right: 0;
	}
	.section--addons-addtions .box--contents > .elementor-element:nth-last-child(2) {
		border-bottom: 1px solid #494949;
	}
}

/*
 * CSS for product Options
 * */
.product-options--wrapper {
	width: 100%;
    margin-bottom: 15px;
    margin-top: 25px;
    padding: 15px 25px 30px 25px;
    background: #ffffff;
    border: 0px;
    border-radius: 16px;
}

.product-options--wrapper .product-custom-options {
	margin: 0px 0;
    background-color: #ffffff;
    border: 1px solid rgba(73, 73, 73, 1);
    border-radius: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
.product-options--wrapper .product-options--heading {
    padding: 20px 30px 20px 12px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #494949;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
@media(max-width: 767px){
	body.single-product .product-options--wrapper {
		padding: 15px 20px 30px 20px;
	}
	body.single-product .product-options--wrapper .product-options--heading {
		padding: 16px 30px 16px 12px;
	}
}
.product-options--wrapper .product-options--heading:after {
	content: "\f078";
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    color: #000000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
	position: absolute;
	top: 50%;
	right: 15px;
	line-height: 1;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
}
.product-options--wrapper .customise-header {
    color: rgba(73, 73, 73, 1);
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.product-options--option .product-options--inner {
    padding: 0px 15px 15px 15px;
}
.product-options--option .product-options--items {
    display: flex;
	flex-wrap: wrap;
    grid-gap: 6px;
    border-top: 1px solid #CCCCCC;
    padding-top: 15px;
}
.pb-select label.pb-select--name {
    display: block;
    font-size: 16px;
	width: calc(100% - 32px);
}
.pb-select .img-wrapper {
    padding: 3px;
    border: 1px solid #494949;
}
.product-options--items .plan-builder-checkbox__wrapper {
    display: block;
    width: 100%;
}
.product-options--items .plan-builder-checkbox__wrapper + .plan-builder-checkbox__wrapper {
    margin-top: 10px;
}
.total-deposit-container {
    width: 100%;
    margin-bottom: 20px;
/* 	display: none; */
}
.product-total p:first-child {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 600;
	color: #494949;
}
.product-total p:last-child {
	text-align: right;
	font-size: 0;
	margin-bottom: 0;
}
.total-deposit-container .product-total {
    display: flex;
    align-items: center;
    line-height: 1;
    grid-gap: 10px;
}
.section--thumbProduct .elementor-widget-woocommerce-product-price {
/* 	display: none; */
}
.product-total p:last-child span {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 0;
	font-weight: 700;
	color: #494949;
	font-style: italic;
}
.vinyl-flooring-inner .samoan-oak {
	background-image: url('../../assets/images/vinyl-smoked-oak.jpg');
}
.vinyl-flooring-inner .light-walnut {
	background-image: url('../../assets/images/vinyl-washed-pine.jpg');
}
.vinyl-flooring-inner .acacia {
	background-image: url('../../assets/images/vinyl-dark-oak.jpg');
}
.vinyl-flooring-inner .sand {
	background-image: url('/ecostructures/wp-content/uploads/2023/10/canvas-sand.jpg');
}
.vinyl-flooring-inner .red-sand {
	background-image: url('/ecostructures/wp-content/uploads/2023/10/canvas-red-sand.jpg');
}
.vinyl-flooring-inner .mid-grey {
	background-image: url('/ecostructures/wp-content/uploads/2023/10/canvas-mid-grey.jpg');
}
.vinyl-flooring-inner .pale-beige {
	background-image: url('/ecostructures/wp-content/uploads/2023/10/pvc-pale-beige.jpg');
}
.vinyl-flooring-inner .nato-olive {
	background-image: url('/ecostructures/wp-content/uploads/2023/10/pvc-nato-olive.jpg');
}
.vinyl-flooring-inner .pure-white {
	background-image: url('/ecostructures/wp-content/uploads/2023/10/pvc-pure-white.jpg');
}
.vinyl-flooring-inner .ipe {
	background-image: url('/ecostructures/wp-content/uploads/2023/10/wide-decking-IPE.jpg');
}
.vinyl-flooring-inner .Teak {
	background-image: url('/ecostructures/wp-content/uploads/2023/10/wide-decking-teak.jpg');
}
.vinyl-flooring-inner .antique {
	background-image: url('/ecostructures/wp-content/uploads/2023/10/wide-decking-antique.jpg');
}
.vinyl-flooring-inner .vinyl-image {
	min-height: 83px;
    max-width: 83px;
    background-position: center;
    background-size: cover;
}
.accordion-content .vinyl-flooring-wrapper {
	display: grid;
	grid-gap: 16px;
	grid-template-columns: repeat(4, 1fr);
	align-items: flex-start;
}
.accordion-content .vinylFlooring--item {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 10px;
	justify-content: center;
}
.vinylFlooring--item .vinylFlooring--item-title {
	width: 100%;
	font-weight: 700;
    text-transform: uppercase;
    line-height: 19px;
    color: #494949;
	font-size: 10px;
}
.vinylFlooring--item .vinyl-flooring-inner {
    font-size: 12px;
}
.vinylFlooring--item .vinyl-flooring-inner {
	width: calc(33.3333333333% - 7px);
}
.product-options--heading .check {
    width: 22px;
    height: 22px;
	position: relative;
}
.product-options--heading .check .count {
	font-size: 14px;
    color: #494949;
    border: 1px solid #494949;
    border-radius: 100%;
    line-height: 20px;
    display: block;
    height: 22px;
    width: 22px;
    text-align: center;
	font-weight: 600;
}
.check span.check-circle {
/*     background: #000 url(./assets/images/check.png) center no-repeat; */
    border-radius: 100%;
    display: block;
    height: 22px;
    width: 22px;
    line-height: 22px;
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
	transition-duration: 0.2s;
}
.check.active span.check-circle {
	opacity: 1;
	z-index: 9;
}
.section--thumbProduct .woocommerce-product-gallery__wrapper a {
	pointer-events: none;
}
.plan-builder-checkbox__inner .pb-select {
	position: relative;
	display: flex;
    grid-gap: 10px;
    align-items: flex-start;
	cursor: pointer;
}
.plan-builder-checkbox__wrapper .plan-builder-checkbox__inner input {
	cursor: pointer;
}
.plan-builder-checkbox__inner input:checked + .pb-select:after {
	opacity: 1;
}
.plan-builder-checkbox__inner .pb-select:before,
.plan-builder-checkbox__inner .pb-select:after {
	content: '';
}
.plan-builder-checkbox__inner .pb-select:after {
	height: 10px;
    width: 10px;
	background-color: #494949;
	opacity: 0;
	position: absolute;
    left: 4px;
    top: 4px;
	border-radius: 100%;
	transition-duration: 0.2s;
}
.plan-builder-checkbox__inner .pb-select:before {
	width: 18px;
    height: 18px;
    border: 1px solid #424240;
    border-radius: 100%;
}
.plan-builder__module-image.js-active .plan-builder__module-image {
    opacity: 1;
}
.product-options--wrapper .product-options--option {
	display: none;
}
.column--top-header ul.product_list_widget li dl dd {
	margin: 0 !important;
	float: none;
	display: block;
}
.column--top-header ul.product_list_widget li dt {
	display: block !important;
	float: none !important;
	font-size: 13px;
	margin: 0 !important;
	font-weight: 700;
    padding-bottom: 6px;
}
.column--top-header ul.product_list_widget li dl dd p {
	font-size: 12px;
}
.column--top-header .elementor-menu-cart__toggle_wrapper .elementor-menu-cart__container {
	max-height: 500px;
	overflow: hidden !important;
	overflow-y: auto !important;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.column--top-header .wpr-mini-cart-product-name {
	margin-bottom: 6px;
}
.column--top-header  .wpr-mini-cart-quantity {
	margin-top: 6px;
}
.woocommerce .column--top-header ul.cart_list li dl,
.woocommerce .column--top-header ul.product_list_widget li dl {
	border-width: 1px;
	padding-left: 6px;
}
.woocommerce .column--top-header ul.cart_list li,
.woocommerce .column--top-header ul.product_list_widget li {
	position: relative;
}
.column--top-header .wpr-mini-cart-remove {
	background-color: #494949;
    top: 0;
    right: unset;
    left: 0;
    border-radius: 100%;
	width: 24px;
    height: 24px;
    text-align: center;
}
.column--top-header .wpr-mini-cart-remove a {
	color: #ffffff !important;
}
.woocommerce .column--top-header ul.cart_list li:not(:last-child),
.woocommerce .column--top-header ul.product_list_widget li:not(:last-child) {
	margin-bottom: 15px;
}
.column--top-header .woocommerce-mini-cart__buttons {
	display: flex;
    grid-gap: 6px;
}
.column--top-header .woocommerce-mini-cart__buttons a {
	width: 50%;
	text-align: center;
	color: #515151;
    background-color: #e9e6ed;
	font-weight: 700;
    border-radius: 3px;
	padding: .618em 1em;
	line-height: 1;
}
.column--top-header .woocommerce-mini-cart__buttons a:hover {
	background-color: #dcd7e3;
    color: #515151;
}
.column--top-header ul.wpr-woo-mini-cart {
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
.column--top-header .wpr-mini-cart-product-name a {
	display: block;
    font-weight: 700;
}
.column--top-header .variation {
	border-left: 1px solid rgba(0,0,0,.1);
    padding-left: 6px;
}
.woocommerce-cart,
.woocommerce-checkout {
	overflow-x: hidden;
}
.woocommerce-cart .page-content,
.woocommerce-checkout .page-content {
	padding-top: 50px;
	padding-bottom: 50px;
}
.woocommerce-cart .page-header h1.entry-title,
.woocommerce-checkout .page-header h1.entry-title {
	margin: 0;
	color: #ffffff;
	position: relative;
	font-size: 36px;
    line-height: 40px;
}
.woocommerce-cart .page-header,
.woocommerce-checkout .page-header {
	position: relative;
	padding: 60px 0;
}
.woocommerce-cart .page-header:before,
.woocommerce-checkout .page-header:before {
	content: '';
	top: 0;
	bottom: 0;
	left: -999999px;
	right: -999999px;
	position: absolute;
	background-color: #494949;
}
.woocommerce-checkout-review-order .cart_item .product-name dt {
	font-weight: 700;
}
.woocommerce-checkout-review-order .dl.variation {
	padding: 6px 0 0 15px;
}
.woocommerce-checkout-review-order .product-name {
	font-size: 22px;
	line-height: 27px;
	color: #494949;
	font-weight: 500;
	font-style: italic;
	font-family: "Open Sans", Sans-serif;
}
.woocommerce-checkout-review-order .product-name .variation {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 10px;
	font-style: normal;
}
body.woocommerce-checkout .form-row.place-order {
    padding: 20px !important;
}
.product-available-payment-methods {
    width: 100%;
    margin-top: 45px;
    padding-top: 49px;
    border-top: 1px solid rgba(120, 117, 109, 1);	
}

@media(max-width: 767px){
	.product-available-payment-methods {
		margin-top: 20px;
		padding-top: 20px;
	}	
}
.product-apms__list__items, .product-apms__list__item {
    list-style: none;
    padding: 0px;
}

.product-apms__list__items {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}

.product-apms__list__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.product-apms__list__item .elementor-icon-list-text {
    font-size: 12px;
    line-height: 24px;
}

.product-apms__list__item .elementor-icon-list-icon i {
    font-size: 32px;
}

.product-apms__list__item .elementor-icon-list-icon {
    line-height: 0px;
}
.config--action {
    width: 100%;
    margin-top: 45px;
/*     padding-top: 49px; */
/*     border-top: 1px solid rgba(120, 117, 109, 0.5); */
}
@media(max-width: 767px) {
	.config--action {
	    margin-top: 20px;
	}	
}
.action--heading {
    color: #494949;
    font-weight: 700;
    margin-bottom: 12px;
}
.action--lists a {
    display: block;
    border-radius: 6px;
    border: 1px solid #000000;
    padding: 11px 10px;
    transition: 0.2s ease-in-out;
}
.action--lists a:hover {
	color: #ffffff;
	background-color: #494949;
	border-color: #494949;
}
.action--lists {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    grid-gap: 16px;
}
.overlay--pop {
    position: fixed;
	opacity: 0;
    inset: 0px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.overlay--pop.open {
	opacity: 1;
	pointer-events: all;
}
.action--popup {
	position: fixed;
    padding: 50px;
    top: 0;
    bottom: 0;
    right: -50%;
	width: 50%;
    background-color: #ffffff;
    z-index: 999999999999;
	overflow: hidden scroll;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	
}
.action--popup.open {
	right: 0;
}
button.close-pop {
    position: absolute;
    top: 18px;
    right: 18px;
    background-color: transparent;
    border: none;
    line-height: 1;
    padding: 0;
    display: inline-block;
    width: auto;
    height: unset;
}
body.single .pop-wrapper .pop-heading {
	margin-top: 0;
    margin-bottom: 34px;
    font-size: 20px;
    font-weight: 700;
}
.share-url span {
    font-weight: 600;
}
.share-url {
    display: flex;
    grid-gap: 10px;
    justify-content: space-between;
	margin-bottom: 10px;
}
.share-url p {
	margin-bottom: 0;
	font-size: 14px;
}
.share-wrapper {
    display: flex;
	flex-wrap: nowrap;
}
.share-wrapper label {
	width: calc(100% - 50px);
	padding: 15px;
	border: 1px solid #000000;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.share-wrapper button {
	width: 50px;
	padding: 0;
	border: 0;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.info-product {
    display: flex;
    grid-gap: 14px;
    align-items: center;
    padding: 3px 10px 4px;
    width: fit-content;
    border-radius: 6px;
    background-color: rgb(245, 244, 244);
}
.desc-pop span {
    font-weight: 600;
}
.desc-pop p, .form-field.hidden-field p {
	margin-bottom: 0;
}
.info-product .product-thumbnail img {
	width: 50px;
}
.desc-pop {
    margin-bottom: 48px;
}
.info-product h4.product--name {
    margin: 0;
    font-weight: 700;
}
.talk-heading {
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 30px;
}
.form-field.hidden-field * {
	font-size: 0;
	line-height: 0;
}
.form-field.hidden-field input {
    height: 0;
    font-size: 0;
    padding: 0;
    min-height: 0;
    border: 0;
}
.pop-content .form-wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.pop-content .form-wrapper .form-field {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.pop-content .form-wrapper .form-field.half {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.form-wrapper .form-field p {
	margin: 0;
}
.form-wrapper .form-field:not(:last-child) {
	margin-bottom: 20px;
}
.form-wrapper .form-field.hidden-field {
	margin-bottom: 0;
}
.form-wrapper .form-field .wpcf7-form-control-wrap {
	display: block;
	margin-top: 10px;
}
.form-wrapper .form-field.hidden-field .wpcf7-form-control-wrap {
	margin-top: 0;
}
.form-field:not(.hidden-field) .wpcf7-form-control-wrap input,
.form-field:not(.hidden-field) .wpcf7-form-control-wrap select,
.form-field:not(.hidden-field) .wpcf7-form-control-wrap textarea {
	border: 1px solid rgba(120, 117, 109, 0.5);
	border-bottom-width: 1px !important;
	text-transform: unset;
	color: #464646;
    font-weight: 400;
}
.form-field:not(.hidden-field) .wpcf7-form-control-wrap textarea {
	margin-bottom: 0;
	height: 120px;
}
.form-field:not(.hidden-field) .wpcf7-form-control-wrap input,
.form-field:not(.hidden-field) .wpcf7-form-control-wrap select {
	min-height: 46px;
	height: 46px;
}
.form-field:not(.hidden-field) .wpcf7-form-control-wrap input[type="checkbox"] {
	min-height: auto;
	width: 1.8em;
    height: 1.8em;
    vertical-align: middle;
}
.form-field input[type="submit"] {
	width: 100%;
	border-radius: 6px !important;
    border: none;
}
.form-field .wpcf7-list-item {
	margin: 0;
}
.form-field .wpcf7-list-item a {
	text-decoration: underline;
	color: #84C440;
}

@media (max-width: 1200px) {
	.accordion-content .vinyl-flooring-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.vinylFlooring--item .vinyl-flooring-inner {
		width: 80px;
	}
}
@media (max-width: 1000px) {
	.action--popup {
		width: 95%;
		right: -95%;
		padding: 50px 16px;
	}
}
@media (max-width: 767px) {
	.pop-content .form-wrapper .form-field.half {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 590px) {
	.accordion-content .vinyl-flooring-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}









/* Related Product Section */
.related-product-loop-item__warpper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
}

.related-product-loop-item-image img {
    margin-bottom: 0px !important;
}
.related-product-loop-item-name {
    font-size: 1.25rem;
    font-style: italic;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: var(--e-global-color-primary);
    text-align: center;
}
.related-product-loop-item-btn {
    text-align: center;
}
.related-product-loop-item-btn__wrapper {
    background-color: #494949E6;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 32px 16px 32px;
    display: inline-block;
    width: 170px;
    text-align: center;
    border: 1px solid #494949E6;
    text-transform: uppercase;
    letter-spacing: 1.04px !important;
}
.related-product-loop-item-btn__wrapper:hover {
    opacity: 0.8;
}
/* . Related Product Section */