/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.cm_wrapper {
	position: relative;
	margin: 20px 0;
	width: 100%;
}
.cm_inner_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: -1;
}
.cm_inner_wrapper.show {
	opacity: 1;
	z-index: 10;
}
.woocommerce_custom_dimension .wcae_error_msgw, .woocommerce_custom_dimension .wcae_error_msgd, .woocommerce_custom_dimension .wcae_error_msgh {
	font-weight: bold;
	color: #ff0000;
}
.woocommerce_custom_dimension .wcae_error_msgw p, .woocommerce_custom_dimension .wcae_error_msgd p, .woocommerce_custom_dimension .wcae_error_msgh p {
	margin-bottom: 10px;
}
.add-cart-count {
	position: relative;
}
.add-cart-count #mini-cart-count {
	display: inline-block;
}
.woocommerce_custom_brandcolor p {
	margin-bottom: 10px;
}
.woocommerce_custom_brandcolor textarea {
	width: 100%;
}
.custom_product_meta {
	clear: both;
	padding-top: 20px;
}
.custom_product_meta::after {
	content: '';
	display: block;
	clear: both;
}
.custom_product_meta .custom_meta_item {
	float: left;
	width: 33.33333%;
	padding: 5px;
	text-align: center;
}
.custom_product_meta .custom_meta_title {
	font-size: 15px;
	line-height: 1;
}
.custom_product_meta .custom_meta_title span {
	font-size: 20px;
}
.custom_product_meta .custom_meta_icon {
	display: block;
	margin: 0 auto;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.custom_product_meta .shipping_icon {
	background-image: url(../img/icon-shipping.png);
}
.custom_product_meta .customisable_icon {
	background-image: url(../img/icon-customisable.png);
}
.custom_product_meta .painted_finish_icon {
	background-image: url(../img/icon-paint-finish.png);
}
.woodiv {
	margin-bottom: 15px;
}
.woodiv::after {
	content: '';
	display: block;
	clear: both;	
}
.woodiv label {
	display: inline-block;
	width: 50%;
}
.woodiv select {
	display: inline-block;
	width: calc(50% - 3px);
}
#nm-quickview .woodiv {
	margin-bottom: 0px;
}
#nm-quickview .cart .woocommerce-variation.single_variation {
	padding: 15px 0 0 !important;
}
#nm-quickview .woocommerce-product-details__short-description {
	padding-bottom: 0px;
}
.wcae_cbc_hide, .wcae_cd_hide {
	display: none;
}
.cart .woocommerce-variation.single_variation {
	padding: 15px 0 !important;
	border: none !important;
}
.product-price-details, .product-price-details td {
	padding: 0 !important;
	border: none !important;	
}
.home .searchbox-top {
	/*color: #707070 !important;*/
}
.searchbox-top {
	width: 230px;
	height: 37px;
	position: relative;
}
.searchbox-top input[name=s] {
	height: 100%;
	width: 170px;
	padding: 0 5px;
	border-color: #6e1d18;
	border-radius: 3px;
	background-color: transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.searchbox-top input[name=s]:focus, .searchbox-top:hover input[name=s] {
	border-color: #6e1d18;
}
.searchbox-top .search-submit {
	position: absolute;
	top: 50%;
	right: 0;
	width: 60px;
	height: 100%;
	margin-top: -19px;
	font-size: 16px;
	line-height: 26px;
	border: none;
	background-color: transparent;
	outline: none;
}
.searchbox-top .search-submit:hover, .searchbox-top .search-submit:focus {
	outline: none;
}
@media (min-width: 1024px) {
	.home .searchbox-top input[name=s] {
		border-color: #ffffff;
	}
	.home .searchbox-top input[name=s]:focus, .home .searchbox-top:hover input[name=s] {
		border-color: #ffffff;
	}
	.home.header-on-scroll .searchbox-top input[name=s] {
		border-color: #6e1d18;
	}
}
@media (max-width: 768px) {
	.searchbox-top input[name=s] {
		height: 36px;
		width: calc(100% - 60px);
		padding: 0 10px 0 10px;
		border-color: #aaa;
	}
	.searchbox-top input[name=s]:focus, .searchbox-top:hover input[name=s] {
		width: calc(100% - 60px);
	}
}

.masonry {
	display: flex;
	flex-flow: column wrap;
	width: 100%;
}
.masonry-brick {
	overflow: hidden;
	margin: 0;
	padding: 15px;
	background-color: #eee;
	position: relative;
}
.masonry-brick img {
	vertical-align: middle;
	max-width: 100%;
}
.brick-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 85%;
	color: #ffffff;
	transform: translate(-50%, -50%);
	font-size: 1.25em;
	line-height: 1.35;
	text-align: center;
	z-index: 1;
}
.masonry-preloader {
	font-size: 2em;
	letter-spacing: 2px;
	text-transform: uppercase;
	opacity: .5;
	height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.masonry-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 1024px) {
	/* Vertical masonry bricks on desktop-sized screen */
	.masonry-brick {
		width: 33.33333%;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
	/* Vertical masonry bricks on tablet-sized screen */
	.masonry-brick {
		width: 50%;
	}
}
.wcae-search-icon {
	/*position: absolute;
	top: 50%;
	left: 50%;*/
	display: block;
	width: 50px;
	height: 50px;
	margin-left: 15%;
	background-size: contain;
	background-image: url(../img/icon-search.png);
	background-repeat: no-repeat;
	background-position: center;
}
.woocommerce-tabs .tabs li a, .product_meta span.sku, .product_meta a {
	color: #666666 !important;
}
.woocommerce-tabs .tabs li.active a {
	color: #282828 !important;
}
.hide-this {
	display: none !important;
}
@media only screen and (max-width: 1024px) {
	.custom_product_meta .custom_meta_title {
		text-transform: lowercase;
	}
}
@media only screen and (max-width: 767px) {
	.wcae-search-icon {
		margin-top: -3px;
		width: 35px;
		height: 35px;
	}
}
.order_details {
	padding-top: 50px;
	padding-bottom: 25px;
}
#payment .payment_methods li img {
	display: block !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.wcae-worldpay-woocommerce {
	height: 100%;
	overflow: hidden;
}
#wcae-worldpay-woocommerce-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.9);
}
.woocommerce input.button.wcae-worldpay-submit {
	margin-right: 20px;
}
.wcae-worldpay-woocommerce-overlay-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	text-align: center;
	max-width: 500px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
	background-color: #FFF;
}
.wcae-progress-bar {
	display: block;
	position: relative;
	width: 100%;
	height: 5px;
	padding-top: 0 !important;
	margin-bottom: 0 !important;
	margin-top: 20px;
}
.wcae-progress-bar .wcae-container {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 5px;
	-webkit-transform: translate(0, 0) scale(1, 1);
	transform: translate(0, 0) scale(1, 1);
	background-color: rgb(170, 209, 249);
}
.wcae-progress-bar .wcae-container .wcae-bar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-color: rgb(16, 108, 200);
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
}
.wcae-progress-bar .wcae-container .wcae-bar1 {
	-webkit-animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite;
	animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite;
}
.wcae-progress-bar .wcae-container .wcae-bar2 {
	-webkit-animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite;
	animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite;
}
.cost_text {
	float: right;
}
.product .single_variation {
	display: block !important;
}
.wc_payment_method {
	font-size: 18px;
	margin-left: 0 !important;
	padding: 0.5em;
}
@-webkit-keyframes md-progress-linear-indeterminate-scale-1 {
	0% {
		-webkit-transform: scaleX(.1);
		transform: scaleX(.1);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}
	36.6% {
		-webkit-transform: scaleX(.1);
		transform: scaleX(.1);
		-webkit-animation-timing-function: cubic-bezier(.33473, .12482, .78584, 1);
		animation-timing-function: cubic-bezier(.33473, .12482, .78584, 1)
	}
	69.15% {
		-webkit-transform: scaleX(.83);
		transform: scaleX(.83);
		-webkit-animation-timing-function: cubic-bezier(.22573, 0, .23365, 1.37098);
		animation-timing-function: cubic-bezier(.22573, 0, .23365, 1.37098)
	}
	100% {
		-webkit-transform: scaleX(.1);
		transform: scaleX(.1)
	}
}

@keyframes md-progress-linear-indeterminate-scale-1 {
	0% {
		-webkit-transform: scaleX(.1);
		transform: scaleX(.1);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}
	36.6% {
		-webkit-transform: scaleX(.1);
		transform: scaleX(.1);
		-webkit-animation-timing-function: cubic-bezier(.33473, .12482, .78584, 1);
		animation-timing-function: cubic-bezier(.33473, .12482, .78584, 1)
	}
	69.15% {
		-webkit-transform: scaleX(.83);
		transform: scaleX(.83);
		-webkit-animation-timing-function: cubic-bezier(.22573, 0, .23365, 1.37098);
		animation-timing-function: cubic-bezier(.22573, 0, .23365, 1.37098)
	}
	100% {
		-webkit-transform: scaleX(.1);
		transform: scaleX(.1)
	}
}

@-webkit-keyframes md-progress-linear-indeterminate-1 {
	0% {
		left: -105.16667%;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}
	20% {
		left: -105.16667%;
		-webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
		animation-timing-function: cubic-bezier(.5, 0, .70173, .49582)
	}
	69.15% {
		left: 21.5%;
		-webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
		animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635)
	}
	100% {
		left: 95.44444%
	}
}

@keyframes md-progress-linear-indeterminate-1 {
	0% {
		left: -105.16667%;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}
	20% {
		left: -105.16667%;
		-webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
		animation-timing-function: cubic-bezier(.5, 0, .70173, .49582)
	}
	69.15% {
		left: 21.5%;
		-webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
		animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635)
	}
	100% {
		left: 95.44444%
	}
}

@-webkit-keyframes md-progress-linear-indeterminate-scale-2 {
	0% {
		-webkit-transform: scaleX(.1);
		transform: scaleX(.1);
		-webkit-animation-timing-function: cubic-bezier(.20503, .05705, .57661, .45397);
		animation-timing-function: cubic-bezier(.20503, .05705, .57661, .45397)
	}
	19.15% {
		-webkit-transform: scaleX(.57);
		transform: scaleX(.57);
		-webkit-animation-timing-function: cubic-bezier(.15231, .19643, .64837, 1.00432);
		animation-timing-function: cubic-bezier(.15231, .19643, .64837, 1.00432)
	}
	44.15% {
		-webkit-transform: scaleX(.91);
		transform: scaleX(.91);
		-webkit-animation-timing-function: cubic-bezier(.25776, -.00316, .21176, 1.38179);
		animation-timing-function: cubic-bezier(.25776, -.00316, .21176, 1.38179)
	}
	100% {
		-webkit-transform: scaleX(.1);
		transform: scaleX(.1)
	}
}

@keyframes md-progress-linear-indeterminate-scale-2 {
	0% {
		-webkit-transform: scaleX(.1);
		transform: scaleX(.1);
		-webkit-animation-timing-function: cubic-bezier(.20503, .05705, .57661, .45397);
		animation-timing-function: cubic-bezier(.20503, .05705, .57661, .45397)
	}
	19.15% {
		-webkit-transform: scaleX(.57);
		transform: scaleX(.57);
		-webkit-animation-timing-function: cubic-bezier(.15231, .19643, .64837, 1.00432);
		animation-timing-function: cubic-bezier(.15231, .19643, .64837, 1.00432)
	}
	44.15% {
		-webkit-transform: scaleX(.91);
		transform: scaleX(.91);
		-webkit-animation-timing-function: cubic-bezier(.25776, -.00316, .21176, 1.38179);
		animation-timing-function: cubic-bezier(.25776, -.00316, .21176, 1.38179)
	}
	100% {
		-webkit-transform: scaleX(.1);
		transform: scaleX(.1)
	}
}

@-webkit-keyframes md-progress-linear-indeterminate-2 {
	0% {
		left: -54.88889%;
		-webkit-animation-timing-function: cubic-bezier(.15, 0, .51506, .40968);
		animation-timing-function: cubic-bezier(.15, 0, .51506, .40968)
	}
	25% {
		left: -17.25%;
		-webkit-animation-timing-function: cubic-bezier(.31033, .28406, .8, .73372);
		animation-timing-function: cubic-bezier(.31033, .28406, .8, .73372)
	}
	48.35% {
		left: 29.5%;
		-webkit-animation-timing-function: cubic-bezier(.4, .62703, .6, .90203);
		animation-timing-function: cubic-bezier(.4, .62703, .6, .90203)
	}
	100% {
		left: 117.38889%
	}
}

@keyframes md-progress-linear-indeterminate-2 {
	0% {
		left: -54.88889%;
		-webkit-animation-timing-function: cubic-bezier(.15, 0, .51506, .40968);
		animation-timing-function: cubic-bezier(.15, 0, .51506, .40968)
	}
	25% {
		left: -17.25%;
		-webkit-animation-timing-function: cubic-bezier(.31033, .28406, .8, .73372);
		animation-timing-function: cubic-bezier(.31033, .28406, .8, .73372)
	}
	48.35% {
		left: 29.5%;
		-webkit-animation-timing-function: cubic-bezier(.4, .62703, .6, .90203);
		animation-timing-function: cubic-bezier(.4, .62703, .6, .90203)
	}
	100% {
		left: 117.38889%
	}
}