<?php include_once($_SERVER['DOCUMENT_ROOT']. "/includes/css.php"); ?>
/*
|--------------------------------------------------------------------------
| Global
|--------------------------------------------------------------------------
*/
body {
	font-family: 'Prompt', sans-serif;
	background-color: #3C3C3B;
}

main {
    background: #fff;
}

.font-primary {
	font-family: 'Prompt', sans-serif;
}
 
.font-secondary {
	font-family: 'Prompt', sans-serif;
}

.font-tertiary {
	font-family: 'Prompt', sans-serif;
}

.bg-primary {
	background-color: #749239;
}

.bg-secondary {
	background-color: #fff;
}

.bg-tertiary {
	background-color: #fff;
}

.font-accent-primary,
.font-accent-primary.content,
.font-accent-primary.content p,
.font-accent-primary .content,
.font-accent-primary .content p {
	color: #000;
}

.font-accent-secondary,
.font-accent-secondary.content,
.font-accent-secondary.content p,
.font-accent-secondary .content,
.font-accent-secondary .content p {
	color: #fff;
}

.font-accent-brand,
.font-accent-brand.content,
.font-accent-brand.content p,
.font-accent-brand .content,
.font-accent-brand .content p {
	color: #749239;
}

.hidden-image img {
	display: block;
	width: 100%;
	visibility: hidden;
}


/*SLICK SLIDER OVERRIDE (ALLOW ZOOM ON MOBILE)*/ 
.slick-slider {
    touch-action: auto !important;
}


/*
|--------------------------------------------------------------------------
| Global > Typography
|--------------------------------------------------------------------------
*/
body, input, textarea {
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
	color: #0A0A0A;
}

h1, h2, h3, h4, h5, h6, .h1-style {
	margin: 0 0 10px 0;
	color: #0A0A0A;
	font-weight: 600;
}

h1, .h1-style {
	font-size: 30px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

p, ul, ol {
	margin: 0 0 12px 0;
}

ul, ol {
	margin-left:20px;
}

li {
	margin:0 0 2px 0;
}

/*
|--------------------------------------------------------------------------
| Global > Links
|--------------------------------------------------------------------------
*/
a {
	color: #749239;
	display: inline-block;
	-webkit-transition: background .3s ease, border .3s ease, opacity .3s ease, color .3s ease;
	transition: background .3s ease, border .3s ease, opacity .3s ease, color .3s ease;
	text-decoration: none;
}

a:hover {
	color: #1e1e1e;
}

/*
|--------------------------------------------------------------------------
| Global > Inputs
|--------------------------------------------------------------------------
*/
.input-grid {
	margin: 0 -1px -1px 0;
	padding-bottom: 20px;
}

.input-grid .input {
	padding: 0 1px 1px 0;
}

.input-grid + .text-subtitle {
	margin-top: 20px;
}

.input {
	position: relative;
    clear: both;
	/* margin: 0 0 10px 0; */
}

.input-label {
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 12px;
	color: #3C3C3B;
	pointer-events: none;
}

.input input[type="text"],
.input input[type="email"],
.input input[type="search"],
.input input[type="tel"],
.input input[type="password"],
.input input[type="number"],
.input textarea,
.input-file-dummy,
.input-text-dummy {
	width: 100%;
	padding: 25px 10px 7px 10px;
	color: #3C3C3B;
	border: 1px solid #fff;
	resize: none;
}

.input.input-bordered input[type="text"],
.input.input-bordered input[type="email"],
.input input[type="search"],
.input.input-bordered input[type="tel"],
.input.input-bordered input[type="password"],
.input.input-bordered input[type="number"],
.input.input-bordered textarea,
.input-file-dummy,
.input-text-dummy {
	border-color: #E3E3E3;
}
.input.input-bordered .input-label {
	border-color: #E3E3E3;
}

.input-grid .input:first-child input[type="text"],
.input-grid .input:first-child input[type="email"],
.input-grid .input:first-child input[type="search"],
.input-grid .input:first-child input[type="tel"],
.input-grid .input:first-child input[type="password"],
.input-grid .input:first-child input[type="number"],
.input-grid .input:first-child .select2-container--default .select2-selection--single,
.input-grid .input:first-child .textarea textarea ~ .input-label,
.input-grid .input:first-child .textarea textarea {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.input-grid .input:last-child input[type="text"],
.input-grid .input:last-child input[type="email"],
.input-grid .input:last-child input[type="search"],
.input-grid .input:last-child input[type="tel"],
.input-grid .input:last-child input[type="password"],
.input-grid .input:last-child input[type="number"],
.input-grid .input:last-child .select2-container--default .select2-selection--single,
.input-grid .input:last-child .textarea textarea {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.input-grid .input.segment-20:first-child .select2-container--default .select2-selection--single,
.input-grid .input.segment-50:first-child input[type="text"],
.input-grid .input.segment-50:first-child input[type="email"],
.input-grid .input.segment-50:first-child input[type="search"],
.input-grid .input.segment-50:first-child input[type="tel"],
.input-grid .input.segment-50:first-child input[type="password"],
.input-grid .input.segment-50:first-child input[type="number"],
.input-grid .input.segment-50:first-child .select2-container--default .select2-selection--single {
	border-top-right-radius: 0;
}

.input-grid .input.segment-50 + .input.segment-50:nth-child(2) input[type="text"],
.input-grid .input.segment-50 + .input.segment-50:nth-child(2) input[type="email"],
.input-grid .input.segment-50 + .input.segment-50:nth-child(2) input[type="search"],
.input-grid .input.segment-50 + .input.segment-50:nth-child(2) input[type="tel"],
.input-grid .input.segment-50 + .input.segment-50:nth-child(2) input[type="password"],
.input-grid .input.segment-50 + .input.segment-50:nth-child(2) input[type="number"],
.input-grid .input.segment-50 + .input.segment-50:nth-child(2) .select2-container--default .select2-selection--single,
.input-grid .input.segment-40:nth-child(3) input[type="text"],
.input-grid .input.segment-40:nth-child(3) input[type="email"],
.input-grid .input.segment-40:nth-child(3) input[type="search"],
.input-grid .input.segment-40:nth-child(3) input[type="tel"],
.input-grid .input.segment-40:nth-child(3) input[type="password"],
.input-grid .input.segment-40:nth-child(3) input[type="number"],
.input-grid .input.segment-40:nth-child(3) .select2-container--default .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 10px;
}

.input-grid .input.segment-50:last-child input[type="text"],
.input-grid .input.segment-50:last-child input[type="email"],
.input-grid .input.segment-50:last-child input[type="search"],
.input-grid .input.segment-50:last-child input[type="tel"],
.input-grid .input.segment-50:last-child input[type="password"],
.input-grid .input.segment-50:last-child input[type="number"],
.input-grid .input.segment-50:last-child .select2-container--default .select2-selection--single {
	border-bottom-left-radius: 0;
}

.input-grid .input.segment-50:nth-last-child(2) input[type="text"],
.input-grid .input.segment-50:nth-last-child(2) input[type="email"],
.input-grid .input.segment-50:nth-last-child(2) input[type="search"],
.input-grid .input.segment-50:nth-last-child(2) input[type="tel"],
.input-grid .input.segment-50:nth-last-child(2) input[type="password"],
.input-grid .input.segment-50:nth-last-child(2) input[type="number"],
.input-grid .input.segment-50:nth-last-child(2) .select2-container--default .select2-selection--single {
	border-bottom-left-radius: 10px;
}

#account_del_7,
#house_name_num_del .input input[type="text"] {
	border-radius: 0 !important;
}



.input textarea {
	display: block;
}

.input-text-dummy {
	padding: 0;
    height: 48px;
    background: #fff;
}

#card-element {
	padding: 12px 8px;
	height: auto;
}

.input-borderless .input-label{
	left:8px;
}

.input-borderless input[type="text"],
.input-borderless input[type="email"],
.input-borderless input[type="search"],
.input-borderless input[type="tel"],
.input-borderless input[type="number"],
.input-borderless input[type="password"],
.input-borderless textarea {
	border: 0;
	background-color: #fff;
}

.input-borderless select {
	border: 0;
}

.input textarea {
	min-height: 120px;
}

.input input[type="text"]:focus,
.input input[type="email"]:focus,
.input input[type="search"]:focus,
.input input[type="tel"]:focus,
.input input[type="number"]:focus,
.input input[type="password"]:focus,
.input textarea:focus,
.input .braintree-hosted-fields-focused,
.input .stripe-hosted-fields-focused,
.input .truevo-hosted-field-isFocused,
.input input[type="text"]:focus.validate-border,
.input input[type="email"]:focus.validate-border,
.input input[type="search"]:focus.validate-border,
.input input[type="tel"]:focus.validate-border,
.input input[type="number"]:focus.validate-border,
.input input[type="password"]:focus.validate-border,
.input textarea:focus.validate-border {
	border-color: #749239!important;
}

.input input[type="text"]:focus ~ label,
.input input[type="email"]:focus ~ label,
.input input[type="search"]:focus ~ label,
.input input[type="tel"]:focus ~ label,
.input input[type="number"]:focus ~ label,
.input input[type="password"]:focus ~ label,
.input textarea:focus ~ label,
.input .braintree-hosted-fields-focused ~ label,
.input .truevo-hosted-field-isFocused ~ label {
	color: #749239;
}

.input .braintree-hosted-fields-invalid {
	border-color: #b62f3f!important;
}
.input .braintree-hosted-fields-invalid ~ label {
	color: #b62f3f;
}

.input.button-inline .button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
}

.label-inline .input-label {
	width: 60px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 1px 8px 0 8px;
}

.input.label-inline input[type="text"],
.input.label-inline input[type="email"],
.input.label-inline input[type="search"],
.input.label-inline input[type="tel"],
.input.label-inline input[type="number"],
.input.label-inline input[type="password"],
.input.label-inline textarea {
	padding: 9px 8px 8px 60px;
}

.input-qty {
	display: flex;
	align-items: center;
}

.input-qty.input.label-inline input[type="number"] {
	border-radius: 10px;
	border-color: #D9D9D9;
	padding: 10px;
}


.input-qty .select2-container {
	order: 1;
}

.textarea {
	position: relative;
}

.input textarea {
	padding-top: 30px;
}

.input-grid .input textarea ~ .input-label {
	/* right: 15px; */
	right: 1px;
}


.input textarea ~ .input-label {
	background-color: #fff;
	left: 0; right: 0; top: 0;
	padding: 9px 10px 0;
	border: 1px solid #fff;
	border-bottom: 0;
}

.input textarea:focus ~ .input-label {
	/* border-color: #2ab6f7; */
}

.input input.validate-border,
.input textarea.validate-border ~ .input-label {
	border-color: #b62f3f;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.input textarea.validate-border:focus {
	border-color: #b62f3f!important;
}

.required-fields {
	color: #b5121b;
}

.select2-basic--container {
	border: 1px solid #F4F4F4!important;
}

.checkout-segment .select2-basic--container {
	border-color: #FFFFFF!important;
}

.select2-container--open .select2-basic--container {
	border: 1px solid #749239!important;
}

.select2-basic--borderless,
.select2-basic--borderless.select2-basic--container,
.select2-basic--borderless.select2-basic--dropdown {
	border: 0 !important;
}

.select2-basic--container.select2-selection--single .select2-selection__rendered {
	/* padding: 22px 8px 6px 8px; */
	padding: 25px 20px 6px 11px;
}

.select2-basic--dropdown {
	border: 1px solid #749239!important;
	border-top: none!important;
}

.select2-dropdown--above {
	border-bottom: none!important;
	border-top: 1px solid #749239!important;
}

.select2-container--open ~ label {
	color: #749239;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #2d2d2d transparent transparent transparent;
}

.label-inline .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 8px 30px 8px 60px;
}

.label-inline .select2-basic--container {
	height:36px;
}

.input .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3C3C3B;
    font-size: 15px;
}

.input-qty.label-inline .input-label {
    color: #3C3C3B;
    font-size: 15px;
    font-weight: 600;
	flex-shrink: 0;
	width: auto;
	position: static;
	transform: none;
}

.input-qty.label-inline .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 7px 80px 5px 15px;
	font-size: 16px;
	font-weight: 700;
	color: #3C3C3B;
}

.select2-results__option {
	padding: 4px 10px;
	font-size: 16px;
	font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
	width: 12px;
	height: 7px;
	background: url(/images/style/basic/chevron-down-black.svg) no-repeat center center / contain;
	transition: transform .3s ease;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transform: rotate(180deg);
}

/* File upload input */
.no-js .input-file input[type="file"] {
	display: block;
}

.input-file input[type="file"] {
	display: none;
}

/* No labels */
.input.label-none input[type="text"],
.input.label-none input[type="email"],
.input.label-none input[type="search"],
.input.label-none input[type="tel"],
.input.label-none input[type="number"],
.input.label-none input[type="password"],
.input.label-none textarea,
.label-none .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 9px 8px;
}

/*Input Placeholders*/
::-webkit-input-placeholder { /* WebKit browsers */
	/* replace this with desired color */
	opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	/* replace this with desired color */
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    /* replace this with desired color */
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    /* replace this with desired color */
	opacity: 1;
}

.input-file--inner {
	border-radius: 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	height: 45px;
	padding: 0 10px;
}

.input:first-child .input-file--inner {
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.input:last-child .input-file--inner {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.input-file--inner .button {
	flex-shrink: 0;
}

.input-file--inner .input-file-dummy {
	flex: 1 0 0;
    width: auto;
    padding: 0 10px;
    border: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*
|--------------------------------------------------------------------------
| Global > Checkboxes
|--------------------------------------------------------------------------
*/
.checkbox {
	display: inline-block;
	position: relative;
	background-color: #fff;
	width: 18px;
	height: 18px;
	border: 1px solid #F4F4F4;
	border-radius: 2px;
	margin-bottom:-4px;
	cursor: pointer;
}

.checkbox:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(<?=$IMAGE_PATH?>icon-tick-black.png) no-repeat 1px 2px #fff;
	background-position: center;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform 150ms ease;
	transition: transform 150ms ease;
}

.checked .checkbox:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: transform 300ms ease;
}

.checkbox-label {
	color: #2d2d2d;
	font-size: 13px;
	cursor: pointer;
	padding: 0 0 0 6px;
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.checkbox-label .form-note {
	display:initial;
}

.checkbox-with--icon {
	display: flex;
	align-items: center;
}

.checkbox-with--icon.input {
	margin-bottom: 0;
}

.checkbox-with--icon .checkbox-label {
	font-size: 18px;
	line-height: 1;
}

.checkout-gifts {
	background-color: #f6f6f6;
	padding: 20px;
}

.gift-order--icon {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.gift-order--icon svg {
	width: 22px;height: 22px;
	fill: #69aa64;
}

.checkout-gifts #gift-form {
	margin-top: 10px;
}

/*
|--------------------------------------------------------------------------
| Global > Buttons
|--------------------------------------------------------------------------
*/
.button {
	display: inline-block;
	padding: 5px 18px 4px;
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
	border-radius: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background-color: #353D5C;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	cursor: pointer;
	outline: none;
	text-align:center;
	line-height: inherit;
}

.button:hover {
	background-color: #2d344f;
	color: #FFF;
}

.button--hov-green:hover {
	background-color: #749239;
	color: #FFF;
}

.button-secondary, .button-secondary__alt {
	background-color: #749239;
	color: #FFF;
}

.button-secondary:hover {
	background-color: #536a27;
}

.button-white, .button-white--blue {
	background-color: #fff;
	color: #28282A;
}

.button-white:hover {
	background-color: #749239;
	color: #fff;
}

.button-white--alt {
	background-color: #fff;
	color: #749239;
}
.button-white--alt:hover {
	background-color: #749239;
	color: #fff;
}

.button-white--blue:hover, .button-secondary__alt:hover {
	background-color: #353D5C; 
	color: #fff;
}

.button-grey--alt {
	background-color: #F4F4F4; 
	color: #353D5C;
}
.button-grey--alt:hover {
	background-color: #353D5C; 
	color: #fff;
}

.button-product {
	font-size: 12px;
}

/* Button size modifiers */
.button-small {
    padding: 3px 15px;
	font-size: 12px;
}

.button-xsmall,
.button-xsmall-wide {
	padding: 8px 12px;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
}

.button-xsmall-wide {
	padding: 8px 20px;
}

.button-large {
	padding: 16px 40px 13px 40px;
	font-size: 18px;
}

.button-submit {
	font-size: 12px;
	line-height: 1.2;
	padding: 7px 20px;
}

.button-block {
	display: block;
	/* <buttons> need width: 100% to actually fill all the space */
    width: 100%;
}

.button-rounded {
	border-radius: 4px;
}

/* Disabled Button */
.button:disabled {
    background: #8C8C8C;
    cursor: not-allowed;
}

/* Buttons displaying a spinner */
.button-loading {
	position: relative;
    cursor: wait;
}

.button-loading,
.button-loading span {
    color: transparent !important;
	-webkit-transition: 0;
	-moz-transition: 0;
	transition: 0;
}


.button-loading svg {
	display: none;
}

.button-loading::before {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	border: 2px solid #fff;
	border-left-color: #dcdcdc;
	border-radius: 50%;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	height: 16px;
	width: 16px;
}

.button-green {
	background-color: #249a4b;
}

.button-green:hover {
	background-color: #1a803b;
}

.button-grey {
	background-color: #F4F4F4; 
	color: #353D5C;
}

.button-grey:hover {
	background-color: #353D5C; 
	color: #fff;
}

.button-icon {
	display: flex;
	align-items: center;
}

.button-icon svg {
	margin-right: 8px;
}

.button-bordered {
    background-color: transparent;
    color: #222;
    border: 1px solid #222;
}
.button-bordered:hover {
	border-color: #749239;
}

/*
|--------------------------------------------------------------------------
| Global > Stock Statuses
|--------------------------------------------------------------------------
*/
.stock-status {
	/* padding: 0 0 0 22px; */
	/* background-size: 18px 14px;
	background-repeat: no-repeat;
	background-position: left center; */
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

.in-stock {
	/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill-rule='evenodd' fill='%2337af56' d='M5.52 10.38L2.33 7.1.58 8.91l4.2 4.3.77.8L17.42 1.82 15.63 0 5.53 10.38z'/%3E%3C/svg%3E"); */
	color: #249a4b;
}

.out-of-stock {
	/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill-rule='evenodd' fill='%23b32020' d='M15 1.96L13.03 0 7.49 5.57 1.96 0 0 1.96l5.58 5.55L0 13.14 1 14.16l.86.84L7.49 9.4 13.12 15l.85-.84L15 13.14 9.41 7.51l5.6-5.55z'/%3E%3C/svg%3E"); */
	color: #b32020;
	/* background-size: 15px 15px;
	padding: 0 0 0 20px; */
}

.stock-pending {
	/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill-rule='evenodd' fill='%23fcab3e' d='M5.52 10.38L2.33 7.1.58 8.91l4.2 4.3.77.8L17.42 1.82 15.63 0 5.53 10.38z'/%3E%3C/svg%3E"); */
	color: #749239;
}

/*
|--------------------------------------------------------------------------
| Global > Jumbotron
|--------------------------------------------------------------------------
*/
.jumbotron {
	position: relative;
	min-height: 250px;
	text-align: center;
	overflow: hidden;
	background-color: #749239;
	padding: 14px 0;
	display: table;
	width: 100%;
}

.jumbotron-small {
	height: 184px;
}

.jumbotron--title {
	margin: 0;
	font-size: 48px;
}
.jumbotron-plain .jumbotron--title {
	color: #353D5C;
}

.jumbotron--content {
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0 auto;
	max-width: 700px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}

.jumbotron--content p {
	
}

.jumbotron--inner {
	padding: 0 30px;
	display: table-cell;
	vertical-align: middle;
}

/*
|--------------------------------------------------------------------------
| Global > UI Elements
|--------------------------------------------------------------------------
*/
.spinner {
	margin: 0 auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.spinner,
.spinner:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

/*
|--------------------------------------------------------------------------
| Global > Messages
|--------------------------------------------------------------------------
*/
.message {
	position: relative;
	padding: 15px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background: #749239;
}
.message:not(:last-child) {
	margin: 0 0 10px;
}

.message a {
	color:#fff;
	text-decoration:underline;
}

.message-error {
	background: #b12525;
}

.message-success {
	background: #749239;
}

.message-warn {
	background: #caa53a;
}

.message-close {
	position: absolute;
	top: 0; right: 0;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 10px;
	cursor: pointer;
	z-index: 1;
}

.message-float {
	position: absolute;
	top: 0; right: 0; left: 0;
}

.flash-message {
	position: fixed;
	left: 10px;
	top: 10px;
	right: 10px;
	z-index: 99999;
	pointer-events: none;
}

.flash-message .message {
	max-width: 400px;
	margin: 0 auto;
	display: none;
	pointer-events: auto;
}

/*
|--------------------------------------------------------------------------
| Global > Tooltip
|--------------------------------------------------------------------------
*/
.core-tooltip {
	position: absolute;
	padding: 8px;
	background-color: #749239;
	color: #fff;
	font-size: 12px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 400px;
	border-radius: 3px;
}

.core-tooltip:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #749239 transparent transparent transparent;
	left: 50%;
	bottom: -5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.core-tooltip__black {
	background-color: rgba(0,0,0,0.8);
	max-width: 220px;
	font-size: 11px;
	line-height: 11px;
	padding: 8px 10px 10px;
}

.core-tooltip__black:after {
	border-color: rgba(0,0,0,0.8) transparent transparent transparent;
}

/*
|--------------------------------------------------------------------------
| Global > Navtrail
|--------------------------------------------------------------------------
*/

.breadcrumb-trail {
	padding: 9px 10px 0;
	flex-wrap: wrap;
}
.breadcrumb-trail.mob {
	display: none;
}

.breadcrumb-trail, .breadcrumb-trail a, .breadcrumb-trail a:hover {
	color: #fff;
}
.breadcrumb-trail > div {
    margin: 0 10px 9px;
}

.breadcrumb-trail-shop > *,
.breadcrumb-trail > div {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.breadcrumb-trail a,
.breadcrumb-trail span {
	margin: 0 6px;
}

.breadcrumb-trail > :first-child {
	margin-left: 0;
}

.mobile-breadcrumb-trail {
	display: none;
}

.breadcrumb-trail-shop .listing-share .button {
	background-color: #749239;
}



/*
|--------------------------------------------------------------------------
| Global > Countdown Timer
|--------------------------------------------------------------------------
*/
.countdown-timer--doughnut {
	position: relative;
	width: 36px;
	height: 36px;
	float: left;
	transition: transform 1s ease;
	margin: 0 0 0 10px;
}

.countdown-timer--doughnut-inner {
	content: '';
	position: absolute;
	left: 50%;top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 31px;
	height: 31px;
	background-color: #fff;
	border-radius: 31px;
	text-align: center;
	font-weight: 700;
}

.countdown-timer--doughnut strong,
.countdown-timer--doughnut strong span {
	font-size: 13px;
	top: 0;
	color: #3C3C3B;
}

.countdown-timer--doughnut strong {
	position: relative;
	top: 1px;
	display: block;
}

.countdown-timer--doughnut span {
	display: block;
	font-size: 11px;
	position: relative;
	top: -5px;
	color: #749239;
}

.countdown-timer--doughnut svg {
	width: 36px;
	height: 36px;
	-webkit-transform: rotate(-89.9deg);
	background: #dde2e5;
	border-radius: 50%;
}

.countdown-timer--doughnut circle {
	position: relative;
	fill: #749239;
	stroke: #dde2e5;
	stroke-width: 6px;
	stroke-dasharray: 38 100;
	transition: stroke-dasharray 1s ease;
}

.quote-side .ui-datepicker-inline {
	background-color: #fff;
}

/*
|--------------------------------------------------------------------------
| Template > Side Tabs
|--------------------------------------------------------------------------
*/
.side-tabs {
    position: fixed;
	display: flex;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    top: 50%;
    right: 0;
    margin-top: -150px;
    z-index: 100;
}
.side-tab {
    padding: 0 0 0 12px;
    background-color: #3C3C3B;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    box-shadow: -1px 0px 5px rgba(0, 0, 0, .2);
    color: #FFF!important;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.side-tab:not(:last-child) {
    margin-right: 15px;
}
.side-tab:hover {
	background-color: #303030;
}
.side-tab > span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    padding: 15px 10px;
    background-color: #749239;
	transition: ease-in-out .2s;
}
.side-tab:hover > span {
	background-color: #d78812;
}

/*
|--------------------------------------------------------------------------
| Template > Cookie Notification
|--------------------------------------------------------------------------
*/
.cookie-bar {
	position: fixed;
	bottom: 0;right: 0;left: 0;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.4);
	z-index: 100;
}

.cookie-bar--inner {
	padding: 20px;
	color: #fff;
}

.cookie-bar--text {
	padding-right: 10px;
}

/*
|--------------------------------------------------------------------------
| Template > Header
|--------------------------------------------------------------------------
*/
header {
	background-color: #FFFFFF;
}
header.show-dropdown::after {
	content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0, .4);
    z-index: 2000000015;
}


.header-search-form {
	display: none;
	padding: 10px;
	border-top: 1px solid #E3E3E3;
}

.header-search-form .search-form {
	max-width: 1200px;
	margin: 0 auto;
}
.header-search-form .input, .mobile-search-form .input {
	border: 1px solid #E3E3E3;
	border-radius: 3px;
	position: relative;
}

.header-search-form .spinner, .mobile-search-form .spinner {
	position: absolute;
    top: 14px;
    right: 17px;
    width: 26px;
    height: 26px;
    background: #FCA;
}

.header-search-form .input.label-none input[type="text"] {
	padding: 13px;
	font-size: 16px;
}

.header-search-form .input.label-none input[type="text"]::-webkit-input-placeholder, .mobile-search-form .input.label-none input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #3C3C3B;
text-transform: uppercase;
font-weight: 600;
}
.header-search-form .input.label-none input[type="text"]::-moz-placeholder, .mobile-search-form .input.label-none input[type="text"]::-moz-placeholder { /* Firefox 19+ */
color: #3C3C3B;
text-transform: uppercase;
font-weight: 600;
}
.header-search-form .input.label-none input[type="text"]:-ms-input-placeholder, .mobile-search-form .input.label-none input[type="text"]:-ms-input-placeholder { /* IE 10+ */
color: #3C3C3B;
text-transform: uppercase;
font-weight: 600;
}
.header-search-form .input.label-none input[type="text"]:-moz-placeholder, .mobile-search-form .input.label-none input[type="text"]:-moz-placeholder { /* Firefox 18- */
color: #3C3C3B;
text-transform: uppercase;
font-weight: 600;
}

.header-search-form .input.button-inline .button, .mobile-search-form .input.button-inline .button  {
	top: 5px;right: 5px;bottom: 5px;
	background-color: #353d5c;
}


.mobile-menu--btn-cont,
.mobile-cart--btn-cont {
	display: none;
	position: absolute;
	top: 0; bottom: 0; left: 0;
	height: 90px;
	width: 90px;
	border-right: 2px solid #E3E3E3;
}

.mobile-cart--btn-cont {
	width: auto;
	min-width: 90px;
	padding: 0 15px;
}

.mobile-menu--btn {
	width: 40px;
	margin: 29px auto;
}

.mobile-menu--btn div {
	margin: 0 0 7px;
	-webkit-transition: transform 300ms ease;
	transition: transform 300ms ease;
}

.mobile-menu--btn div span:first-child {
	border-radius: 2px 0 0 2px;
}

.mobile-menu--btn div span:last-child {
	border-radius: 0 2px 2px 0;
}

.mobile-menu--btn span {
	float: left;
	width: 50%;
	background-color: #0A0A0A;
	height: 6px;
	display: block;
	-webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease, color 300ms ease;
	transition: transform 300ms ease, opacity 300ms ease, color 300ms ease;
}

.mobile-menu--btn.open span {
    background-color: #fff;
}
.page-slide.open .mobile-menu--btn-cont {
    background-color: #749239;
}
.mobile-menu--btn.open div:nth-child(1) { -webkit-transform: translateY(6px); transform: translateY(6px); }
.mobile-menu--btn.open div:nth-child(1) span:first-child { -webkit-transform: translateX(5px) rotateZ(45deg); transform: translateX(5px) rotateZ(45deg); }
.mobile-menu--btn.open div:nth-child(1) span:last-child { -webkit-transform: translateX(-5px) rotateZ(-45deg); transform: translateX(-5px) rotateZ(-45deg); }

.mobile-menu--btn.open div:nth-child(2) span:first-child { -webkit-transform: translateX(-15px); transform: translateX(-15px); opacity: 0; }
.mobile-menu--btn.open div:nth-child(2) span:last-child { -webkit-transform: translateX(15px); transform: translateX(15px); opacity: 0; }

.mobile-menu--btn.open div:nth-child(3) { -webkit-transform: translateY(-6px); transform: translateY(-6px); }
.mobile-menu--btn.open div:nth-child(3) span:first-child { -webkit-transform: translateX(5px) rotateZ(-45deg); transform: translateX(5px) rotateZ(-45deg); }
.mobile-menu--btn.open div:nth-child(3) span:last-child { -webkit-transform: translateX(-5px) rotateZ(45deg); transform: translateX(-5px) rotateZ(45deg); }

.mobile-cart--btn-cont {
	left: auto;
	right: 0;
	border-left: 2px solid #E3E3E3;
	border-right: none;
	line-height: 90px;
}

.mobile-cart--btn-cont a {
	display: block;
	font-size: 33px;
	color: #749239;
	font-weight: 700;
}

/*
|--------------------------------------------------------------------------
| Template > Header > Top Bar
|--------------------------------------------------------------------------
*/
.header-top {
	height: 38px;
	background-color: #749239;
	padding: 4px 30px;
}
.header-top > nav > div {
    padding: 0 30px;
}

.header-tel {
	color: #353D5C;
	min-width: 230px;
}

.header-tel span {
	display: inline-block;
	margin: 0 5px;
}
.header-tel a {
	color: #353d5c;
	font-weight: 600;
}
.header-tel a:hover {
	opacity: .8;
}

.header-trade {
    margin: -5px -30px -5px 0;
    background-color: #749239;
    padding: 11px 14px 9px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #28282A;
    border-radius: 0;
    display: flex;
    align-items: center;
}
.header-trade:hover {
    background-color: #d78b17;
}
.header-trade > svg {
    margin: -2px 0 0 10px;
}
.header-top nav > div {

}

.header-top nav a {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.header-top nav a:hover {
	color: #353D5C;
	font-weight: 600;
}




/*
|--------------------------------------------------------------------------
| Template > Header > Main
|--------------------------------------------------------------------------
*/
.header-main {
	position: relative;
}

.logo-block,
.header-actions {
	height: 106px;
}

.logo-block {
	width: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #E3E3E3;
}

.logo {
	width: 255px;
	position: relative;
}
.logo img {
	display: block;
	width: 100%;
}
.logo img.logo-mob--img {
	display: none;
}

.header-nav {
    position: relative; /*UPDATE 01 - Header Dropdown New */
	padding: 0 30px;
}
.header-nav--item {
	padding: 40px 50px;
}

.header-nav--item:first-child {
	padding-left: 0;
}

.header-nav--item:last-child {
	padding-right: 0;
}
.header-action--item.header-search {
    display: none;
}
.header-action--item.header-basket {
    position: relative;
}

.header-basket--dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #FFF;
    z-index: 10;
    width: 300px;
    border: 1px solid #E3E3E3;
	width: 450px;
	display: none;
	z-index: 101;
}
.header-action--item.header-basket:hover .header-basket--dropdown {
	display: block;
}
.header-basket--dropdown--content {
    padding: 15px;
    max-height: 300px;
    overflow-y: auto;
}
.header-basket--item {
    display: flex;
}
.header-basket--item:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #F4F4F4;
}
.header-basket--item--image {
    width: 85px;
    display: flex;
    margin-right: 10px;
}
.header-basket--item--title {
    font-weight: 500; 
	color: #2b2b2b;
	line-height: 1.3;
}
.header-basket--item--option {
    color: #adadad;
}
.header-basket--item--option > span {
    color: #2b2b2b;
}
.header-basket--item--price-row {
    margin: 0 -10px -5px 0;
}
.header-basket--item--price-row  > span {
	padding: 0 10px 5px 0;
}
.header-basket--item--checkout-container {
    padding: 15px;
    background-color: #F4F4F4;
}
.header-basket--item--checkout-container .button {
    margin-top: 10px;
    border-radius: 5px;
    padding: 8px 15px;
}
.header-basket--item--subtotal {
	text-align: right;
}

.header-nav--link {
	font-size: 18px;
	font-weight: 500;
	color: #28282A;
	text-transform: uppercase;
}

.header-nav--parent:hover .header-nav--link,
.header-nav--link:hover {
	color: #749239;
}

.header-nav--chevron {
	width: 14px;
	margin-left: 5px;
}

.header-nav--chevron svg {
	fill: #28282A;
	transition: transform .3s ease;
}

.header-nav--parent:hover .header-nav--chevron svg {
	fill: #749239;
	transform: rotate(180deg);
}

.header-nav--parent:hover .header-nav--dropdown:not(.columnified) {
	display: block;
}
.header-nav--parent:hover .header-nav--dropdown.columnified {
	display: flex;
}

.header-nav--dropdown {
	display: none;
	position: absolute;
	top: 100%;right: 0;left: 0;
	background-color: #FFF;
    border: 1px solid #E3E3E3;
	min-height: 254px;
	z-index: 2000000020;
}

.header-nav--dropdown-item {
	padding: 20px 30px;
	border-right: 1px solid #e3e3e3;
}

.header-nav--dropdown-banner {
	width: 400px;
	height: 252px;
	background-position: center;
    background-size: cover;
}

.header-nav--dropdown-link {
	font-size: 16px;
	padding-bottom: 9px;
	text-transform: uppercase;
	color: #749239;
	line-height: 1.2;
}
.header-nav--dropdown-link:hover {
	color: #353D5C;
}
.header-nav--subcats-item {
	padding: 5px 0;
}

.header-nav--subcats-item:first-child {
	padding-top: 0;
}

.header-nav--subcats-item:last-child {
	padding-bottom: 0;
}

.header-nav--subcats-link {
	font-size: 14px;
	font-weight: 500;
	color: #3C3C3B;
}

.header-nav--subcats-link:hover {
	color: #749239;
}

.view-all .header-nav--subcats-link {
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #749239;
}

.header-nav--dropdown.help-nav {
	min-height: auto;
	padding: 20px 30px;
}

.help-nav .header-nav--dropdown-col > .segment-25 {
    width: 33.333333%;
    padding: 0 20px 20px 0;
}

.help-nav .header-nav--dropdown-col {
	margin: 0 -20px -20px 0;
}

.header-nav--dropdown.columnified, .header-nav--dropdown.help-nav {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
	min-width: 1100px;
}
.header-nav--dropdown-side {
    background-color: #F4F4F4;
	color: #FFF;
    padding: 20px 30px;
    width: 25%;
	min-width: 330px;
}
.header-nav--expert {
    margin-bottom: 10px;
}
.header-nav--expert--title {
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
    color: #749239;
	margin-bottom: 30px;
}
.header-nav--expert--title > svg {
    margin-right: 12px;
}
.header-nav--expert--title > div > span {
	color: #749239;
}
.header-expert--img {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    margin-right: 15px;
}
ul.header-nav--expert-list {
    list-style: none;
    margin: 0;
}
ul.header-nav--expert-list li {
    position: relative;
    padding: 0 0 15px 20px;
    margin: 0;
}
ul.header-nav--expert-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    background-color: #749239;
}
ul.header-nav--expert-list a {
    color: #0A0A0A;
	width: 100%;
}
ul.header-nav--expert-list a:hover {
	color: #749239;
}
.header-nav--dropdown-side .header-nav--contact {
    margin: 20px 0 0;
}
.header-nav--dropdown-side .header-nav--contact-link {
	padding: 12px 15px;
	color: #FFF;
}
.header-nav--contact-lg {
	color: #0A0A0A;
    line-height: 1.2;
}
.header-nav--contact-lg > a {
    font-size: 27px;
    font-weight: 500;
    color: #749239;
}

/*.header-dropdown-menus {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
	position: relative;
}
.header-dropdown-grid--item {
    padding: 20px 30px;
    display: inline-block;
    width: 100%;
}
.header-dropdown-menus::before, .header-dropdown-menus::after {
	content: '';
	position: absolute;
	width: 1px;
	background-color: #e3e3e3;
	top: 0;
	bottom: 0;
}
.header-dropdown-menus::before {
	left: 25%;
}
.header-dropdown-menus::after {
	left: 50%;
}*/ 

.header-dropdown--col {
    
}
.header-dropdown--col:not(:last-child) {
    border-right: 1px solid #e3e3e3;
}
.header-dropdown-col--item {
    padding: 20px 30px;
}
.header-dropdown--subs a:not(.view-all) {
    margin-bottom: 10px;
    color: #353D5C;
	line-height: 1.2;
}
.header-dropdown--subs a:not(.view-all):hover {
	color: #749239;
}

.help-nav--icon {
	background: #FFF;
	position: relative;
	width: 40px;height: 40px;
}

.help-nav--icon svg {
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%, -50%);
	transition: all .8s ease;
}

.help-nav--dropdown-link:hover svg {
	transform: translate(-50%, -50%) rotate(360deg);
}

.help-nav--icon + .help-nav--text {
	padding-left: 10px;
}

.help-nav--text {
	font-size: 12px;
	line-height: 1;
	color: #3C3C3B;
}

.help-nav--text strong {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}
.help-nav--text:hover strong {
	color: #749239;
}

.header-nav--contact {
	margin-left: 40px;
	background-color: #749239;
	border-radius: 10px;
}

.header-nav--contact-item + .header-nav--contact-item {
	border-top: 1px solid #3f501e;
}

.header-nav--contact-link {
	padding: 15px 30px;
}

.header-nav--contact-icon svg {
	width: 30px;
	transition: all .3s ease;
}

.header-nav--contact-link:hover svg {
	/* transform: rotate(360deg); */
}

.header-nav--contact-icon + .header-nav--contact-text {
	margin-left: 20px;
}

.header-nav--contact-text {
	font-size: 16px;
	line-height: 1.3;
	color: #FFF;
}

.header-nav--contact-text > span {
	font-size: 13px;
	line-height: 1.2;
}

.header-actions {
	width: 330px;
	position: relative;
}

.header-action--item {
	flex: 1 0 auto;
	border-left: 1px solid #E3E3E3;
}

.header-action--text {
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #353D5C;
}

.header-search .header-action--text {
	color: #353D5C;
}

.header-action--icon {
    display: flex;
    margin-bottom: 15px;
}
.search-open .header-search .header-action--icon {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><g clip-path="url(%23clip0_21_89)"><path d="M13.0155 11.018L21.5819 2.45138C22.1394 1.89416 22.1394 0.993207 21.5819 0.435984C21.0247 -0.121239 20.1237 -0.121239 19.5665 0.435984L10.9999 9.00261L2.43351 0.435984C1.87603 -0.121239 0.975337 -0.121239 0.418113 0.435984C-0.139371 0.993207 -0.139371 1.89416 0.418113 2.45138L8.98448 11.018L0.418113 19.5846C-0.139371 20.1419 -0.139371 21.0428 0.418113 21.6C0.695811 21.878 1.06094 22.0176 1.42581 22.0176C1.79068 22.0176 2.15555 21.878 2.43351 21.6L10.9999 13.0334L19.5665 21.6C19.8445 21.878 20.2093 22.0176 20.5742 22.0176C20.9391 22.0176 21.3039 21.878 21.5819 21.6C22.1394 21.0428 22.1394 20.1419 21.5819 19.5846L13.0155 11.018Z" fill="%23749239"/></g><defs><clipPath id="clip0_21_89"><rect width="22" height="22" fill="white"/></clipPath></defs></svg>');
	background-position: center;
	background-repeat: no-repeat;
}
.search-open .header-search .header-action--icon svg {
    visibility: hidden;
}

.header-main .header-search-form {
	background-color: #FFF;
    border: 0;
    padding: 0;
    margin-left: 30px;
    display: block;
    transition: ease-in-out .5s;
    flex: 1;
    max-width: 330px;
}

.header-dropdown-grid--col {
    width: 25%;
	padding: 5px 0;
}
.header-dropdown-grid--col:not(:last-child) {
    border-right: 1px solid #E3E3E3;
}
.header-dropdown-grid--item {
    padding: 15px 20px;
}


.header-dropdown-block {
    width: 25%;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 2px solid #FFF;
}
.header-dropdown-block--text {
    background-color: #749239;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 10px;
}
.header-dropdown-block--img {
    height: 125px;
}
.header-dropdown-block--img img {
    visibility: hidden;
}



/*
|--------------------------------------------------------------------------
| Template > Header > USP Bar
|--------------------------------------------------------------------------
*/

.header-bar {
	background-color: #F4F4F4;
	padding: 10px;
}

.header-bar--icon + .header-bar--text {
	margin-left: 10px;
}

.header-bar--text {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: #353D5C;
	text-transform: uppercase;
}

a.header-bar--text:hover {
	color: #353D5C;
}

.header-bar--text > span {
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
}
.header-bar--slider.slick-slider {
    display: grid;
}

.trustpilot-widget.header-certs {
    width: 280px;
}
.trustpilot-widget.header-certs > iframe {
    height: 40px;
}


/*
|--------------------------------------------------------------------------
| Template > Header > Search Dropdown
|--------------------------------------------------------------------------
*/
.changed_search,
.original_search {
	padding-left: 50px;
}

.changed_search a,
.original_search a {
	text-transform: none;
}

.search_dropdown {
    position: absolute;
    top: 100%;
    /* left: 0; */
    right: 0;
	width: 600px;
    padding: 0;
    margin: 10px 0 0 0;
    opacity: 0;
	z-index: -1;
    transition: .3s ease;
    background: #fff;
    border: 2px solid #E3E3E3;
    box-shadow: 0px 13px 22px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.search_dropdown .container {
	width: auto;
}

.focus ~ .search_dropdown, .focus .search_dropdown {
	opacity: 1;
	transition-delay: 0s;
    z-index: 999;
}

a.search_item_title, a.search_cat_title, a.search_suggestion_title {
	text-transform: none;
	width: 78%;
    display: inline-block;
	overflow: hidden;
}

.search_prod_title {
	color: #5a5a5a;
	font-weight: 700;
}

a.search_item_title .inner_title {
	width: 500px;
}

a.search_cat_title {
	max-width: 100%;
}

a.search_cat_title .full_cat {
	color: #a0a0a0;
}

.search_section_left, .search_section_right {
	text-align: left;
	width: 50%;
	height: 100%;
}

.search_section_left .search_section, .search_section_right .search_section {
	padding: 15px 15px 20px;
}

.search_section_right {
	float: right;
}

.search_section_left .search_section {
	border-right: 2px solid #E3E3E3;
	height: 100%;
}

.search_section_right .search_section:nth-child(2) {
	border-top: 2px solid #E3E3E3;
}

.search_dropdown, .search_dropdown a {
	color: #2d2d2d;
}

a.search_item_title, .search_cat_title, .search_suggestion_title {
	white-space: nowrap;
	position: relative;
	font-weight: 700;
}

a.search_item_title, a.search_suggestion_title {
	padding-left: 7px;
}

.search_section_title.search_suggestion_title {
	padding: 0;
    margin: 0;
    margin-top: -3px;
    margin-bottom: 8px;
}

a.search_cat_title, a.search_suggestion_title {
	width: 95%;
}

a.search_item_title span {
	color: #a0a0a0;
}

.search_dropdown .search_price {
	float: right;
    color: #666666;
	position: relative;
	font-weight: 700;
}

.search_dropdown .light {
	color: #a0a0a0;
}

.search_section_left.no_result .search_section {
	border-right: none;
}

.search_item_cont, .search_cat_cont, .search_suggestion_cont, .search_section_title {
	margin-top: 5px;
}

.search_section_title {
	padding-bottom: 4px;
}

.search_cat_cont {
	padding-left: 7px;
}

.mobile-search--input .spinner {
	right: 75px;
	height: 32px;
	width: 32px;
	top: 20px;
}

.mobile-search .search_dropdown, .search-inputs .spinner {
	display: none;
}

.original_search.no_prod {
	margin-bottom: 30px;
}

.changed_search, .original_search {
	padding-left: 50px;
}

.changed_search {
	margin-top: 15px;
}

a.dropdown_show_all {
	color: #fff;
	display: inline-block;
	background: #3479b1;
    box-shadow: 0 1px 1px #175e8e,0 2px 1px #175e8e;
    height: 24px;
	line-height: 24px;
	margin-top: 13px;
    padding: 0 15px;
}

.search_item_cont, .search_cat_cont {
	position: relative;
}

.search_section_left .last::after, .search_section_right .last::after {
    content: "";
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    display: block;
    position: absolute;
    bottom: 0;
}

a.search_item_title::before, .search_cat_title::before, .search_suggestion_title::before {
	content: "";
    height: 100%;
    width: 20px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    display: block;
    position: absolute;
    right: 0;
}






/*
|--------------------------------------------------------------------------
| Template > Footer > USPs
|--------------------------------------------------------------------------
*/

footer {
    background-color: #749239;
}

.footer-trstupilot {
	border-top: 1px solid #fff;
}

.footer-checkout {
	padding-top: 40px;
}

.footer-usps {
	border-bottom: 1px solid #353D5C;
}

.footer-usp--item {
	flex: 1;
	padding: 16px;
	border-right: 1px solid #353D5C;
}

.footer-usp--item:last-child {
	border-right: none;
}

.footer-social--link {
	margin-left: 12px;
}

.footer-socials {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
.footer-socials > div.flex {
    height: 100%;
}
.footer-social--link {
	display: flex;
}
.footer-usp--item .header-bar--text > span {
	font-size: 14px;
	color: #fff;
}

.footer-usp--item .header-bar--text {
	font-size: 15px;
	text-transform: uppercase;
	color: #353d5c;
}

.footer-usp--item .header-bar--icon {
	height: 30px;
}

.sticky-popup {
    position: fixed;
    left: 30px;
    bottom: 30px;
    background-color: #3C3C3B;
	box-shadow: 1px 1px 8px rgb(0 0 0 / 20%);
    color: #FFF;
	width: 255px;
    max-width: 90%;
	z-index: 10;
}
.sticky-popup--upper {
    background-color: #749239;
    padding: 8px;
}
.sticky-popup--upper > svg {
    margin-right: 8px;
}
.sticky-popup .sticky-title {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03em;
	text-transform: uppercase;
}
.sticky-close {
    margin-left: 20px;
	cursor: pointer;
}
.stick-popup--main {
    padding: 8px;
    font-size: 11px;
}


/*
|--------------------------------------------------------------------------
| Template > Footer > Top Sellers
|--------------------------------------------------------------------------
*/

.top-sellers {
	padding: 20px 40px;
	border-radius: 10px;
	position: relative;
}
.top-sellers--text {
	font-size: 21px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 12px;
    padding-right: 85px;
    line-height: 1.2;
}
.top-sellers .product-grid {
    border-top: 0;
    margin: 0 -10px -10px 0;
	display: grid;
}

.top-sellers .product-grid--item-inner {
	border-radius: 10px;
	border-bottom: none;
	border-right: none;
}

.top-sellers .product-inner {
    display: flex;
}
.top-sellers .product-inner--container {
    padding: 20px 20px 20px 10px;
	flex: 1;
}
.top-sellers .product-grid--item {
    padding: 0 10px 10px 0;
}
.top-sellers .product-image__link {
    width: 170px;
}
.top-sellers .product-inner--bottom {
    padding: 10px 0 0!important;
}
.top-sellers .product-grid.slick-slider .slick-arrow {
    position: absolute;
    top: -45px;
    right: 8px;
    background-color: #fff;
    text-indent: -1000px;
    overflow: hidden;
    height: 30px;
    width: 30px;
    border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-sellers .product-grid.slick-slider .slick-arrow::after {
	content: '';
	position: relative;
	width: 20px;
	height: 20px;
	background: url(/images/style/basic/chevron-down-black.svg) no-repeat center center / contain;
}
.top-sellers .product-grid.slick-slider .slick-prev {
	margin-right: 40px;
}
.top-sellers .product-grid.slick-slider .slick-prev::after {
	transform: rotate(90deg);
	margin-right: 2px;
}
.top-sellers .product-grid.slick-slider .slick-next::after {
	transform: rotate(-90deg);
	margin-right: -2px;
}



/*
|--------------------------------------------------------------------------
| Template > Footer > Footer Navs
|--------------------------------------------------------------------------
*/

.footer-nav {
	flex: 1 0 33.33333%;
}

.footer-main-nav--item {
	padding: 15px 0;
}

.footer-main-nav--item:first-child {
	padding-top: 0;
}

.footer-main-nav--item:last-child {
	padding-bottom: 0;
}

.footer-main-nav--link {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.1;
	color: #353D5C;
}

.footer-main-nav--link:hover {
	color: #fff;
}

.footer-main-nav--link.business-link {
	color: #749239;
}

.footer-nav--title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 17px;
	color: #353D5C;
}

.footer-nav--item {
	padding: 7px 0;
}

.footer-nav--item:first-child {
	padding-top: 0;
}

.footer-nav--item:last-child {
	padding-bottom: 0;
}

.footer-nav--link {
	font-size: 14px;
	color: #ffffffc4;
}

.footer-nav--link:hover {
	color: #353D5C;
	font-weight: 600;
}

.footer-row {
	padding: 40px 0;
}

.footer-row:last-child {
	padding-bottom: 0;
}



/*
|--------------------------------------------------------------------------
| Template > Footer > Newsletter
|--------------------------------------------------------------------------
*/

.footer-signup {
	width: 400px;
	margin-left: 100px;
	border-radius: 10px;
	background-color: #3C3C3B;
	padding: 20px 30px;
}

.newsletter-title,
.newsletter-subtitle {
	text-align: center;
	color: #fff;
}

.newsletter-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.newsletter-subtitle {
	font-size: 11px;
	line-height: 1.1;
	margin-bottom: 10px;
}

.btn-nsltr {
	display: block;
	width: 100%;
	padding: 15px 30px;
	border-radius: 50px;
}

.newsletter-small {
	font-size: 10px;
	line-height: 1.1;
	text-align: center;
	color: #A8A8A8;
	margin-top: 15px;
}

/*
|--------------------------------------------------------------------------
| Template > Footer > Bottom
|--------------------------------------------------------------------------
*/

.footer-bottom {
	padding-bottom: 40px;
}

.payment-method-badge {
	/* width: 230px; */
	margin-bottom: 15px;
}

.payment-method-badge img {
	display: block;
	width: 100%;
}

.footer-links {
	font-size: 10px;
	line-height: 1.3;
	color: #ffffffc4;
	text-align: right;
}

.footer-links a {
	color: #ffffffc4
}

.footer-links a:hover {
	opacity: 0.8;
}

/*
|--------------------------------------------------------------------------
| Template > Mobile Menu
|--------------------------------------------------------------------------
*/
@-webkit-keyframes mobileMenuOpen {
	from  {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	to {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
}

@keyframes mobileMenuOpen {
	from {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	to {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
}

@-webkit-keyframes mobileMenuClose {
	from  {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes mobileMenuClose {
	from  {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

.page-slide-container {
	/* overflow: hidden; */
}

.page-slide {
	position: relative;
	/* transform: translate(0, 0);
	-webkit-transform: translate(0, 0); */
}

.mobile-menu {
	position: absolute;
	top: 0; left: -390px; bottom: 0;
	display: none;
	width: 390px;
	background:#F3F3F3;
	background-size: 515.5px 511.5px;
	z-index: 999;
}

.mobileMenuItemFade {
	-webkit-animation: mobileMenuItemFade 1s ease forwards; /* Safari 4+ */
	-moz-animation:    mobileMenuItemFade 1s ease forwards; /* Fx 5+ */
	-o-animation:      mobileMenuItemFade 1s ease forwards; /* Opera 12+ */
	animation:         mobileMenuItemFade 1s ease forwards; /* IE 10+, Fx 29+ */
}

.mobile-search {
	background-color: #1e1e1e;
}

.mobile-search--input {
	overflow: hidden;
}

.mobile-store {
	padding: 20px 0 0 20px;
	display: none;
}

.mobile-nav .mobile-store--link {
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #c0bfbf;
	padding: 6px 0;
	margin: 0 0 8px;
}

.mobile-store--link:last-child {
	color: #749239;
}

.mobile-store--link:nth-last-child(2) {
	color: #749239;
}

.mobile-store--cont > a {
	display: block;
	background: url(<?=$IMAGE_PATH?>icon-mobile-dropdown-down.png) no-repeat right 8px;
}

.mobile-store--cont.open > a {
	display: block;
	background: url(<?=$IMAGE_PATH?>icon-mobile-dropdown.png) no-repeat right 8px;
}

.mobile-store--cont.open .mobile-store {
	display: block;
}

.mobile-search--input {
	width: 100%;
	color: #c0bfbf;
	font-size: 21px;
	background: none;
	line-height: 55px;
	padding: 18px 30px 17px;
}

.onpage-search__input {
	width: 100%;
	font-size: 21px;
	background: none;
	line-height: 55px;
	padding: 18px 30px 17px;
}

.onpage-search__submit {
	height: 90px;
	width: 90px;
	background-color: #749239;
}

.onpage-search__submit svg {
	width: 32px;
	height: 32px;
}

.mobile-nav,
.mobile-action {
	padding: 18px 30px;
}

.mobile-nav {
	padding: 0;
}

.static-mobile-nav {
	padding-top: 18px;
	padding-bottom: 0;
	border-bottom: 0;
}

.mobile-nav a {
	color: #749239;
	text-transform: uppercase;
}

.mobile-nav li {
    padding: 0;
}

.mobile-action a {
	display: block;
	color: #c0bfbf;
	margin: 0 0 10px 0;
}

.mobile-action a:last-child {
	margin: 0;
}

.mobile-action a[href^="tel:"] {
	color: #37af56;
}

.mobile-action .icon {
	padding: 0 0 0 34px;
}

.mobile-action .icon-user {
	background: url(<?=$IMAGE_PATH?>mbl-icon-user.png) no-repeat center left;
	background-size: 20px 20px;
}

.mobile-action .icon-box {
	background: url(<?=$IMAGE_PATH?>mbl-icon-box.png) no-repeat center left;
	background-size: 20px 20px;
}

.mobile-action .icon-phone {
	background: url(<?=$IMAGE_PATH?>mbl-icon-phone.png) no-repeat center left;
	background-size: 18px 18px;
}

.mobile-social-title {
	font-size:24px;
	color:#fff;
	text-align:center;
	padding-bottom:15px;
}

.mobile-social {
	background-color: #1e1e1e;
	padding: 14px 30px 5px 30px;
	text-align: justify;
}

.mobile-social a {
	width: 40px;
	float: none;
	display: inline-block;
	background-position: center center;
}

.mobile-social:after {
	content: '';
	width: 100%;
	display: inline-block;
}

#page_numbers {
	text-align: center;
}

.page_numbers_inner {
	padding: 32px;
}

.page_number_sel,
.previous_page,
.page_number,
.next_page {
	display: inline-block;
}

#page_numbers a {
	padding: 8px 10px;
	background-color: #fff;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

#page_numbers .page_number_sel a {
	background-color: #749239;
	color: #fff;
}

.lazy-load {
	clear: both;
	padding: 15px 0;
}

.lazy-load .spinner {
	border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #000000;
}

.onpage-search {
	background-color: #fff;
	position: relative;
	border: 1px solid #eaeaea;
	display: flex;
}

#mbl-filters-sub {
	display:block;
}

/*
|--------------------------------------------------------------------------
| Template > Overlay
|--------------------------------------------------------------------------
*/
#olay {
	display: none;
}

#olay_back {
	background: #000;
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 200;
	filter: alpha(opacity=70);
	opacity: .7;
	width: 100%;
}

#olay_box_container {
	width: 90%;
	max-width: 720px;
	position: absolute;
	top: 10%; left: 50%;
	z-index: 201;
    transform: translateX(-50%);
}

#olay_box {
	background: #fff;
	width: 100%;
	padding: 30px;
	/* margin: 0 0 0 -50%; */
	border-radius:10px;
    -webkit-box-shadow: 0px 0px 12px #333;
    box-shadow: 0px 0px 12px #333;
	left: auto;
}

#olay_close,
#search_results_close {
	background:url(<?=$IMAGE_PATH?>olay_close.jpg) no-repeat;
	width:26px;
	height:25px;
	float: right;
	cursor: pointer;
}

.subs-olay h2 {
	margin-bottom: 20px;
}

.subs-olay--row {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.subs-olay--row.border-fix {
	border-bottom: 0;
}

.subs-olay-btns > .button {
	margin-right: 10px;
}

.subs-olay--list-item {
	padding: 0 5px 5px 0;
}

.subs-olay--list-item > input {
	margin-right: 5px;
}

.subs-olay--list {
	margin: 0 -5px -5px 0;
}

/*
|--------------------------------------------------------------------------
| Home > Slider
|--------------------------------------------------------------------------
*/

.home-slide {
	min-height: 420px;
}

.home-slider .slick-list {
	width: 100%;
}

.home-slider .home-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.no-js .home-slider .home-slide {
	display: none;
}

.no-js .home-slider .home-slide:first-child {
	display: flex;
}

/* Home Slick Slider arrows */
.home-slider .slick-arrow {}
.home-slider .slick-next {}
.home-slider .slick-arrow:after {}
.home-slider .slick-next:after {}
.home-slider .slick-disabled {}

/* Home Slick Slider dots */
.home-slider .slick-dots {}
.home-slider .slick-dots li {}
.home-slider .slick-dots .slick-active button {}
.home-slider .slick-dots button {}


.home-top-full-img--mob {
	display: none;
}

.full-slider {
    display: grid;
}
.full-slider .slick-track {
    display: flex !important;
}
.full-slider .slick-slide {
	height: inherit!important;
}
.full-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-indent: -1000px;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background-color: #212121;
    border-radius: 50px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
.full-slider .slick-prev {
	left: 10px;
	background-image: url('data:image/svg+xml,<svg width="10" height="17" viewBox="0 0 10 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.2105 0.341679C9.42928 0.560521 9.55218 0.857296 9.55218 1.16674C9.55218 1.47618 9.42928 1.77296 9.2105 1.9918L3.03363 8.16867L9.2105 14.3455C9.32196 14.4532 9.41087 14.582 9.47203 14.7243C9.53319 14.8667 9.56538 15.0198 9.56673 15.1748C9.56807 15.3298 9.53855 15.4834 9.47987 15.6268C9.42119 15.7703 9.33454 15.9006 9.22497 16.0101C9.1154 16.1197 8.9851 16.2064 8.84168 16.265C8.69826 16.3237 8.5446 16.3532 8.38964 16.3519C8.23469 16.3505 8.08156 16.3183 7.93918 16.2572C7.7968 16.196 7.66803 16.1071 7.56038 15.9957L0.55845 8.99373C0.339673 8.77489 0.216772 8.47811 0.216772 8.16867C0.216772 7.85923 0.339673 7.56245 0.55845 7.34361L7.56038 0.341679C7.77923 0.122902 8.076 0 8.38544 0C8.69489 0 8.99166 0.122902 9.2105 0.341679Z" fill="%23749239"></path></svg>');
}
.full-slider .slick-next {
	right: 10px;
	background-image: url('data:image/svg+xml,<svg width="10" height="17" viewBox="0 0 10 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.22394 16.6583C1.00517 16.4395 0.882266 16.1427 0.882266 15.8333C0.882266 15.5238 1.00517 15.227 1.22394 15.0082L7.40082 8.83133L1.22394 2.65446C1.11249 2.54681 1.02358 2.41804 0.96242 2.27566C0.901259 2.13328 0.869066 1.98015 0.86772 1.8252C0.866373 1.67025 0.895901 1.51658 0.954578 1.37316C1.01326 1.22974 1.09991 1.09945 1.20948 0.989876C1.31905 0.880304 1.44935 0.79365 1.59277 0.734972C1.73618 0.676296 1.88985 0.646769 2.0448 0.648115C2.19976 0.649462 2.35289 0.681656 2.49527 0.742817C2.63764 0.803978 2.76641 0.892879 2.87407 1.00434L9.876 8.00627C10.0948 8.22511 10.2177 8.52189 10.2177 8.83133C10.2177 9.14077 10.0948 9.43755 9.876 9.65639L2.87407 16.6583C2.65522 16.8771 2.35845 17 2.04901 17C1.73956 17 1.44279 16.8771 1.22394 16.6583Z" fill="%23749239"></path></svg>');
}
.full-slider .slick-slide img:not(.full-slider--mob) {
	visibility: hidden;
}
.full-slider--mob {
	display: none!important;
}
/*
|--------------------------------------------------------------------------
| Home > Top 
|--------------------------------------------------------------------------
*/


.home-top {
	border: 20px solid #fff;
}

.home-top-ba {
	width: 1100px;
	flex-shrink: 0;
}
.home-top-ba:last-child {
    width: 100%;
    max-width: 1400px;
    max-height: 740px;
}
.home-top-ba .slick-list {
	height: 100%;
}
.home-top-ba .slick-track {
    display: flex!important;
	height: 100%;
}
.home-top-ba .button {
	padding-top: 6px;
}

.home-before-slide {
	width: 100%;
	display: flex!important;
	height: inherit!important;
}

.home-before-after--left {
	width: 420px;
}

.home-before-after--image,
.home-before-after--text {
	height: 50%;
	min-height: 250px;
}

.home-before-after--image {
	position: relative;
}

.home-before-after--right .home-before-after--image {
	height: 100%;
}

.home-before-after--text {
	padding: 40px;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.15;
	color: #fff;
}

.home-before-after {
	position: absolute;
	bottom: 20px;left: 20px;
	padding: 10px 20px;
	border-radius: 70px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	background: #749239;
}

.home-before-after a {
	font-size: 13px;
	font-weight: 600;
	color: #353D5C;
	position: relative;
	margin-left: 10px;
	padding-right: 15px;
	text-transform: capitalize;
}

.home-before-after a::after {
	content: '';
	position: absolute;
	top: 50%;right: -5px;
	transform: translateY(-50%);
	background: url(/images/style/basic/chevron-right.svg) no-repeat center center;
	width: 14px;height: 14px;
	transition: all .3s ease;
}

.home-before-after a:hover::after {
	transform: translate(40%, -50%);
}

.home-top--cats {
	border-left: 20px solid #fff;
}

.home-top--cats > .segment-33 {
	height: 50%;
}

.home-top--cats.home-top-fix {
	max-width: 800px;
	margin: 0 auto;
}

.home-top--cat-item {
	position: relative;
	display: block;
	height: 100%;
}

.home-top--cat-text {
	position: absolute;
	right: 20px;bottom: 0;left: 20px;
	background-color: #353D5C;
	padding: 14px;
	text-align: center;
	font-size: 13px;line-height: 1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
} 

.home-top--cat-text div {
	font-weight: 600;
	font-size: 18px;
	/* margin-bottom: 5px; */
	text-transform: uppercase;
}


.home-top-ba--tags {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px;
	pointer-events: hidden;
}
.home-top-ba--tags::before, .home-top-ba--tags::after {
    position: relative;
    padding: 10px 20px;
    border-radius: 70px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    background: #353d5c;
}
.home-top-ba--tags::before {
    content: 'BEFORE';
}
.home-top-ba--tags::after {
    content: 'AFTER';
}

/*
|--------------------------------------------------------------------------
| Home > Tabbed
|--------------------------------------------------------------------------
*/

.product-list-tabs {
	font-size: 25px;
	line-height: 1;
	color: #A8A8A8;
}

.product-list-tabs .selected {
	font-weight: 600;
	color: #3C3C3B;
	border-color: #749239;
}

.product-list-tabs > div {
	border-bottom: 5px solid #fff;
	padding: 10px 20px 30px;
	margin: 0 10px;
	transition: color .3s ease, border .3s ease;
	cursor: pointer;
}

.product-list-tabs > div:hover {
	color: #353D5C;
	border-color: #353D5C;
}

.product-review--review {
	font-size: 11px;
	line-height: 1.2;
	color: #353D5C;
	margin: 10px 0;
}

.home-banners + .tabbed-product-list {
	padding-top: 0;
}

.tabbed-product-list {
	padding-top: 30px;
}

.tabbed-product-list--items {
	position: relative;
    display: flex;
    width: 100%;
}

.product-list--tab-item {
    display: none;
}
.product-list--tab-item, .tabbed-product-list .product-grid, .tabbed-product-list .ajax-basket-add-form {
    width: 100%;
}
.product-list--tab-item.show, .tabbed-product-list .ajax-basket-add-form .product-grid {
    display: flex!important;
	flex-wrap: wrap;
}

#latest-reviews-tab {
    border-top: 1px solid #F4F4F4;	
}

.tabbed-product-list--items .product-grid--item-inner {
    display: block;
	min-height: 100%;
	display: flex;
}
.tabbed-product-list .product-inner--titles {
	/* height: auto!important; */
}
.product-list--tab-item .product-grid--item.segment-25 {
	width: 16.66666666%;
}
.product-list--tab-item .product-grid--item:nth-child(6n) .product-grid--item-inner {
	border-right: 0;
}

.tabbed-product-list .product-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.tabbed-product-list .product-inner--bottom {
	flex: 1;
}

.tabbed-product-list .prod-action {
	flex: 0;
}



/*
|--------------------------------------------------------------------------
| Home > Banners
|--------------------------------------------------------------------------
*/


.home-banner--link img {
	display: block;
	width: 100%;
	visibility: hidden;
}
.home-ba--title {
	margin-bottom: 10px;
	color: #FFFFFF;
}



/*
|--------------------------------------------------------------------------
| Home > Case Studies
|--------------------------------------------------------------------------
*/

.home-case-study--link img {
	display: block;
	width: 100%;
}

.case-item--header {
	padding: 60px;
	background-color: #3C3C3B;
}

.case-details {
	background-color: #fff;
	padding: 20px 40px;
}

.case-item {
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.case-image {
	flex: 1;
}

.case-details--title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: capitalize;
	color: #749239;
	margin-bottom: 8px;
}

.case-details-label {
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	color: #434344;
}

.case-details-value {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2; 
	text-transform: capitalize;
	color: #434344;
}

.case-details--details {
	margin-bottom: 10px;
}

.case-details--details > div {
	margin-bottom: 5px;
}

.case-details--details > div:last-child {
	margin-bottom: 0;
}

.case-study--details {
    padding: 20px 40px 10px;
    border-radius: 10px;
    margin-bottom: 30px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
.case-study--details > div {
	display: flex;
	margin-bottom: 10px;
}
.case-study--details > div > span {
	width: 200px;
	font-weight: 400;
	font-size: 13px;
}
.case-study--header {
	margin-bottom: 30px;
}
.case-study--header > h1 {
    margin: 0;
}

.case-study--action {
    padding: 30px;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
}
.case-study--action > .csa-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
	letter-spacing: .6px;
}
.case-study--action > div {
	margin: 0 -10px -10px 0;
}
.case-study--action > div > div {
    width: 50%;
    padding: 0 10px 10px 0;
}
.case-study--action > div a.button {
	width: 100%;
	font-size: 16px;
}

.split-side--products {
    margin-bottom: 40px;
}
.split-side--products .product-grid--item {
    width: 100%!important;
}
.split-side--products .product-inner {
    display: flex;
    align-items: center;
}
.split-side--products .product-inner--image {
    padding: 0;
}
.split-side--products .product-image__link {
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.split-side--products .product-inner--image img {
    max-width: 160px;
}
.split-side--products .product-inner--bottom:first-child {
    margin-top: 20px;
}
.split-side--products .button-product {
	background-color: #749239;
	color: #fff!important;
}
.split-side--products .button-product:hover {
	background-color: #5289be;
}

.split-side--products .product-inner--image + div {
	flex: 1;
}


/*
|--------------------------------------------------------------------------
| Home > Featured Product
|--------------------------------------------------------------------------
*/

.feat-product--image img {
	display: block;
	width: 100%;
	visibility: hidden;
}

.prod-before,
.prod-after {
	position: relative;
}

.prod-before::after,
.prod-after::after {
	content: 'BEFORE';
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: #353d5c;
	padding: 13px 20px;
	border-radius: 60px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

.prod-after::after {
	content: 'AFTER';
}

.main-image {
	display: block;
}

.hidden-gallery {
	display: none;
}

.main-thumbnails .prod-before::after,
.main-thumbnails .prod-after::after {
	top: 20px;bottom: auto;
}

.feat-product--details-text {
	padding: 30px;
	text-align: left;
}

.feat-product--details-product {
	padding: 12px 12px 12px 10px;
	position: relative;
	min-height: 285px;
}
.feat-product--details-product .product-grid {
	border: none!important;
}
.feat-product--details-product .product-grid--item {
	width: 100%!important;
}
.feat-product--details-product .product-grid--item-inner {
	border: none!important;
}
.feat-product--details-product .product-inner {
	display: flex;
}
.feat-product--details-product .product-inner-row {
    flex-direction: column;
    align-items: flex-start;
}
.feat-product--details-product .product-inner--image {
    padding: 0 8px 0 0;
    width: 188px;
    flex-shrink: 0;
}
.feat-product--details-product .product-price {
	margin-bottom: 20px;
}
.feat-product--details-product .product-inner--title {
    font-size: 16px; 
}
.feat-product--details-product .product-inner--bottom {
    padding: 0!important;
}
.feat-product--details-product::after {
	content: '';
	position: absolute;
	top: -18px;left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 0 14px 18px 14px;
	border-color: transparent transparent #fff transparent;
}

.feat-prod--title {
	font-size: 13px;
	font-weight: 500;
	color: #3C3C3B;
	margin-bottom: 10px;
}

.feat-product--details-image {
	width: 180px;
	padding-right: 10px;
}

.feat-product--details-image img {
	display: block;
	width: 100%;
}

.feat-prod--price {
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
}

.feat-prod--price div {
	font-size: 12px;
}

.feat-prod--was {
	font-size: 12px;
	color: #A8A8A8;
}




/*
|--------------------------------------------------------------------------
| Home > Shop by product
|--------------------------------------------------------------------------
*/

.shop-by-product--block {
	padding: 40px;
}

.shop-by--item {
	position: relative;
}

.shop-by--image {
	display: block;
	width: 100%;
	visibility: hidden;
}

.shop-by--text {
	position: absolute;
	bottom: 0;right: 15px;left: 15px;
	background-color: #0A0A0A;
	height: 50px;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	font-size: 15px;
	font-weight: 600;
	color: #749239;
}



/*
|--------------------------------------------------------------------------
| Home > Step-By-Step Guides
|--------------------------------------------------------------------------
*/

.slide-arrow--container {
	margin-top: 20px;
}

.slide-arrow--container .slick-arrow {
	width: 34px;height: 34px;
	background-color: #fff;
	border-radius: 34px;
	position: relative;
	margin-right: 10px;
}

.slide-arrow--container .slick-arrow svg {
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
}




/*
|--------------------------------------------------------------------------
| Home > How To Guides
|--------------------------------------------------------------------------
*/

.home-how-to-header {
	background-color: #fff;
	padding: 20px 40px;
}

.how-to-main .cms-category-item {
	border-radius: 0;
	border-top: 1px solid #E3E3E3;
}

.how-to-main .cms-category-title {
	font-size: 16px;
	line-height: 1.1;
	color: #3C3C3B;
}


/*
|--------------------------------------------------------------------------
| Home > Call to action
|--------------------------------------------------------------------------
*/

.cta-details {
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

.cta-block > div {
	height: 100%;
}
.cta-block--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 40px 40px;
}


/*
|--------------------------------------------------------------------------
| Home > Bottom
|--------------------------------------------------------------------------
*/
.home-welcome {
	width: 61%;
	padding-right: 60px;
}

.home-bottom--usp-title, .usp-blocks--title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	padding: 8px 0 12px;
	text-align: center;
}
.usp-blocks {
	min-width: 540px;
}
.usp-block {
	padding: 8px 30px 8px 39px;
	background-color: #749239;
	color: #FFF;
	border-radius: 50px;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.usp-block > span {
	position: relative;
}

.usp-block > span::after {
	content: '';
	position: absolute;
	top: 2px;left: -19px;
	width: 15px;height: 12px;
	background: url(/images/style/basic/tick-white.png) no-repeat center center / contain;
}

.text-banners > * {
    background-color: #749239;
    color: #FFF!important;
	padding: 40px;
	text-align: center;
}
.text-banners > * .text-title {
    margin-bottom: 20px;
}
.text-banners .text-banner--icon {
    margin-bottom: 20px;
}
.text-banners .text-banner--icon svg path {
	fill: #FFF;
}
.text-banners > *.alt {
	background-color: #353D5C;
}
.text-banner--text {
	text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.video-cover {
    position: relative;
    overflow: hidden;
    padding: 0 0 56.5% 0;
}
.video-cover > iframe {
    position: absolute;
    top: 0; left: 0;
    height: 100%; width: 100%;
}
.video-content--content {
    padding: 30px 40px;
	font-weight: 500;
}

/*
|--------------------------------------------------------------------------
| CMS > Template >
|--------------------------------------------------------------------------
*/
.category-list {
	text-align: center;
	font-size: 21px;
	background-color: rgba(0,0,0,0.08);
	padding: 10px 0;
}

.category-list__item {
	padding: 10px 0;
}

.category-list__link {
	font-size: 18px;
}

.content-buttons {
	display: flex;
	flex-wrap: wrap;
	margin: 20px -10px -10px 0;
}

.content-buttons > * {
	padding: 0 10px 10px 0;
}

.content-image > img {
	display: block;
	width: 100%;
}

.hidden-block-image > img {
	display: block;
	width: 100%;
	visibility: hidden;
}

/*
|--------------------------------------------------------------------------
| CMS > About Us
|--------------------------------------------------------------------------
*/

.border-header {
	border: 20px solid #fff;;
}

.about-header--inner {
	max-width: 700px;
	margin: 0 auto;
	padding: 20px;
}

.text-with-image > .panel:nth-child(even) .text-with-image-text,
.text-with-image .text-panel-alt .text-with-image-text {
	order: 1;
}

.text-with-image text-panel-alt.panel:nth-child(even) .text-with-image-text {
	order: 0;
}

.text-with-image-block, .grid-fix {
	overflow: hidden;
}
.about-map {
	position: relative;
	height: 650px;
}

.about-map .map > iframe {
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	width: 100%;height: 100%;
}

.map-details {
	position: absolute;
	top: 20px;right: 20px;
	padding: 30px;
	width: 240px;
	border-radius: 10px;
}

.map-details--title {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 5px;
}

.map-details--details {
	font-size: 15px;
	line-height: 1.3;
	text-transform: capitalize;
}

.team-title {
	text-align: center;
	padding: 40px 0;
}

.team-grid {
	border-top: 1px solid #E3E3E3;
	position: relative;
}

.team-grid::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;height: 1px;
	background-color: #E3E3E3;
}

.team-member {
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	padding: 20px 30px;
}

.team-member:nth-child(7n) {
	border-right: none;
}

.team-member--image {
	overflow: hidden;
	border-radius: 4px;
}

.team-member--image img {
	display: block;
	width: 100%;
}

.team-member--text {
	text-align: center;
	margin-top: 18px;
	font-size: 16px;
	font-weight: 600;
	color: #3C3C3B;
}

.team-member--text > span {
	display: inline-block;
	margin-top: 2px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	color: #749239;
}

/*
|--------------------------------------------------------------------------
| CMS > Services > Category
|--------------------------------------------------------------------------
*/

.service-header--text {
	width: 33.3333%;
	padding: 60px;
}

.service-header--text .usp-block {
	height: auto;
}

.service-header--image {
	width: 66.6666%;
}

.service-cat--sidebar {
	position: sticky;
	top: 20px;
	width: 500px;
	margin-right: 40px;
	padding: 40px 50px;
}

.sidebar-subtext {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.service-sidebar--actions .button {
	margin-bottom: 10px;
}

.service-sidebar--actions .button:last-child {
	margin-bottom: 0;
}

.cms-category-image {
	width: 200px;
}

.cms-category-item {
	overflow: hidden;
	border-radius: 10px;
}

.cms-category-details {
	padding: 20px 30px;
}

.cms-category-title {
	font-size: 20px;
	font-weight: 600;
	color: #749239;
	text-transform: capitalize;
	margin-bottom: 6px;
	line-height: 1.2;
}

.cms-category-title,
.product-review--review,
.cms-category-details .content {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-pack: end;
    text-overflow: ellipsis;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.cms-category-title,
.product-review--review {
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.service-list .cms-category-item, .service-page-main .cms-category-item {
	margin-bottom: 10px;
}
.service-list .cms-category-item:last-child {
    margin-bottom: 0;
}

.blog-list--grid .item-case .cms-category-title {
	font-size: 20px;
	margin-bottom: 10px;
	color: #749239;
}
.item-case .cms-category-details {
    justify-content: center;
}

/*
|--------------------------------------------------------------------------
| CMS > Service > Page
|--------------------------------------------------------------------------
*/

.service-page {
	border-bottom: 1px solid #fff;
}

.service-page-quote {
	margin-top: 30px;
	border: 1px solid #E3E3E3;
	border-radius: 10px;
	padding: 30px 35px;
}

.service-page-images {
    position: relative;
}



/*
|--------------------------------------------------------------------------
| CMS > Blog > Category
|--------------------------------------------------------------------------
*/

.blog-title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.blog-title--icon {
	position: relative;
	/* top: 3px; */
	top: 0;
	padding-right: 10px;
}

.blog-search {
	width: 600px;
	border-radius: 50px;
	border: 1px solid #E3E3E3;
	padding: 8px 20px 6px;
}

.search-icon {
	width: 30px;height: 30px;
	background: url('/images/style/basic/icon-search.svg') no-repeat center center / 20px 20px;
	color: transparent;
}

.blog-search input[type="text"] {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.blog-search input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #3C3C3B;
}
.blog-search input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: #3C3C3B;
}
.blog-search input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: #3C3C3B;
}
.blog-search input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #3C3C3B;
}

.blog-featured {
	margin-top: 20px;
	overflow: hidden;
	border-radius: 10px;
}

.blog-featured--image {
	min-height: 500px;
}

.blog-featured--inner {
	padding: 60px;
	height: 100%;
}

.blog-badge {
	display: inline-block;
	padding: 3px 16px 2px;
	background-color: rgba(255, 255, 255, 0.2);
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
}

.blog-featured--info {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.blog-featured--info a {
	color: #fff;
}

.blog-featured--info a:hover {
	color: #3C3C3B;
}

.blog-featured--action {
	margin-top: -10px;
}
.blog-featured--action > div {
    margin-top: 10px;
}
.blog-featured--action .button {
	margin-right: 10px;
}

.cms-nav-link {
	width: 100%;
	display: block;
	padding: 10px 20px 9px;
	border-radius: 30px;
	border: 1px solid #fff;
	background-color: #fff;
	color: #749239;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
	display: flex; 
	align-items: center;
	justify-content: center;
}

.sel .cms-nav-link {
	background-color: #F4F4F4;
	color: #3C3C3B
}

.blog-home-nav + .blog-list {
	padding-top: 0;
}

.blog-list {
	padding: 40px;
}

.blog-list--grid .cms-category-title {
	font-size: 18px;
	text-transform: capitalize;
	line-height: 1.2;
	color: #3C3C3B;
}

.blog-list--grid .cms-category-details {
	padding: 30px;
}

.blog-list--grid .cms-category-image {
	width: 250px;
}

.blog-list--grid .cms-category-item {
	height: 100%;
}
.blog--info {
	font-size: 11px;
	line-height: 1.2;
	color: #A8A8A8;
	text-transform: uppercase;
	text-align: right;
}
.cms-category-blog-action > a.button {
    margin-right: 10px;
}
.blog--info a {
	font-weight: 600;
	color: #A8A8A8;
}

.blog--info a:hover {
	color: #749239;
}
.blog-nav:not(.blog-nav--sub) > .flex {
    justify-content: center;
}
.blog-nav:not(.blog-nav--sub) .cms-nav-item {
	width: 20%;
}

.blog-nav--sub {
	padding: 27px 0 0;
}

.blog-nav--sub .cms-nav-link {
	background-color: #F4F4F4;
}

.blog-nav--sub .sel .cms-nav-link {
	background-color: #FFF4E3;
}

.hiw-fix.blog-nav--sub .sel .cms-nav-link {
	background-color: #e3e9d7;
}





/*
|--------------------------------------------------------------------------
| CMS > Blog > Page
|--------------------------------------------------------------------------
*/

.split-page {

}

.split-main {

}

.split-main--inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 20px;
}
.split-main--inner .article-share {
    margin-bottom: 30px;
}
.split-main--inner .article-share:first-child {
	margin-top: -20px;
	margin-bottom: 10px;
}

.split-side {
	width: 640px;
	padding: 40px;
	position: relative;
}

.split-side--inner {
	position: sticky;
	top: 40px;
}

.related-blogs .cms-category-image {
	width: 160px;
}

.related-blogs .cms-category-image img {
	display: none;
}

.related-blogs .cms-category-details {
	padding: 20px;
}

.related-blogs .cms-category-title {
	font-size: 14px;
	line-height: 1.1;
	margin-bottom: 15px;
}

.related-blogs .cms-category-item {
	border-radius: 0;
	margin-bottom: 0;
}

.related-blogs .blog-list--grid {
	margin: 0 -2px -2px 0;
}

.related-blogs .blog-list--grid > * {
	padding: 0 2px 2px 0;
}

.related-blogs + .blog-side--cats {
	margin-top: 30px;
}

.blog-side--cats .cms-nav-item {
	margin-bottom: 4px;
}

.blog-side--cats .cms-nav-link {
	font-size: 14px;
	padding: 3px 20px 2px;
}

.blog-page--info a,
.blog-page--info {
	font-size: 13px;
	text-transform: uppercase;
	color: #749239;
	letter-spacing: 0.1em;
}

.blog-page--info a:hover {
	color: #3C3C3B;
}
.blog-page--info .article-share {
    margin: 0 0 0 20px;
    padding: 0;
}

.article-image img {
	display: block;
	width: 100%;
}

.article-content--section,
.article-images,
.article-image {
	margin-bottom: 40px;
}
.article-images {
    margin: 0 -10px 30px 0;
}
.article-images > div {
	padding: 0 10px 10px 0;
}
.article-images > div > div {
    width: 100%;
    height: 100%;
}

.article-share,
.article-content--section,
.split-main--header {
	padding: 0 40px;
}

.article-content p {
	margin-bottom: 20px;
}

.article-contact {
	padding: 30px;
	border-radius: 10px;
}




/*
|--------------------------------------------------------------------------
| CMS > Help & Advice
|--------------------------------------------------------------------------
*/


.ha-side {
	width: 500px;
	/* border-top: 1px solid #fff; */
	position: relative;
}

.ha-side--inner {
	position: sticky;
	top: 0;
}

.ha-nav--list {
	padding: 20px;
	border-bottom: 1px solid #fff;
}

.ha-nav--item {
	margin-bottom: 5px;
}

.ha-nav--link {
	padding: 12px 15px;
	border-radius: 30px;
	background-color: #F4F4F4;
	border: 1px solid #F4F4F4;
	font-size: 16px;
	color: #3C3C3B;
	transition: all .6s ease;
	text-transform: capitalize;
}

.ha-nav--link > div {
	width: 25px;height: 25px;
	display: flex;
	justify-content: center;
}

.sel .ha-nav--link {
	background-color: #fff;
	font-weight: 600;
	color: #749239;
}

.ha-nav--link:hover {
	background-color: #fff;
	color: #749239;
	font-weight: 600;
}

.sel .ha-nav--link svg path {
	fill: #749239 !important;
}

.ha-nav--link > span {
	display: inline-block;
	margin-left: 15px;
}

.ha-side--contact-item {
	border-top: 1px solid #fff;
}

.ha-side--contact-item:last-child {
	border-bottom: 1px solid #fff;
}

.ha-side--contact-link {
	font-size: 15px;
	line-height: 1.2;
	color: #749239;
	padding: 20px 40px;
}

.ha-side--contact-link div {
	font-size: 18px;
	color: #434344;
}

.ha-main {
}

.ha-main--inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 60px 20px;
}

.ha-main--img {
    margin: -30px 0 30px 0;
    border-radius: 10px;
}

.ha-page--contact .header-nav--contact-item:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.ha-page--contact .header-nav--contact-item:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.ha-page--contact .header-nav--contact-item {
	flex: 1;
	background-color: #F4F4F4;
	display: flex;
	align-items: center;
}

.ha-page--contact .header-nav--contact-icon svg {
	width: 45px;max-height: 45px;
}

.ha-page--contact .header-nav--contact-text {
	font-size: 25px;
	line-height: 1;
	color: #749239;
}

.ha-page--contact .header-nav--contact-text > span {
	font-size: 15px;
	color: #353d5c;
}

.ha-page--contact .header-nav--contact-item + .header-nav--contact-item {
	border-color: #fff;
}

.guide-video--image {
	position: relative;
	cursor: pointer;
	height: 0;
	padding-bottom: 56.2545%;
	width: 100%;
}

.guide-video--image::before,
.guide-video--image::after {
	content: '';
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%, -50%);
}

.guide-video--image::before {
	background-color: #749239;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.listing-text--overflow .guide-video--image::before {
	width: 80px;
	height: 80px;
}

.guide-video--image::after {
	left: calc(50% + 2px);
	width: 30px;height: 30px;
	background: url(/images/style/basic/play.svg) no-repeat center center / contain;
}

.latest-guide-upper {
	padding: 30px 40px;
}

.ha-page-main + .ha-faq--section {
	margin-top: 60px;
}

.guides-section {
	padding-bottom: 40px;
}

.guides-section:last-child {
	padding-bottom: 0;
}




/*
|--------------------------------------------------------------------------
| CMS > Contact
|--------------------------------------------------------------------------
*/

.ha-page--header {
	padding-bottom: 20px;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 60px;
}

.ha-page--header.margin-fix {
	margin-bottom: 20px;
}

.contact-page--details-row {
	margin-bottom: 10px;
}

.contact-page--details-label {
	width: 200px;
	padding-right: 70px;
}

.contact-page--details-label,
.contact-page--details-value {
	font-size: 15px;
	color: #3C3C3B;
}

.contact-page--details-value.contact-tel {
	font-weight: 600;
}

a.contact-page--details-value:not(.contact-tel) {
	text-decoration: underline;
}

.contact-note {
	margin-top: 30px;
    background-color: #749239;
    padding: 15px 20px;
    font-size: 12px;
    color: #222;
    border-radius: 8px;
}

.contact-form--container {
	padding: 20px;
	border-radius: 10px;
}
form.text-white a {
    font-weight: 600;
}

.content-grid--title {
    font-size: 20px;
    font-weight: 600;
    color: #749239;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
}
.contact-form .comment-form-stars {
    margin-bottom: 15px;
    margin-top: -10px;
    color: #FFF;
    font-size: 16px;
}


/*
|--------------------------------------------------------------------------
| CMS > FAQ
|--------------------------------------------------------------------------
*/


.faq-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* min-height: 180px; */
	padding: 20px;
	border-radius: 10px;
}

.faq-block:hover {
	background-color: #749239;
}

faq-block--icon +  .faq-block--text {
	margin-top: 10px;
}


.faq-block--text {
	/* margin-top: 10px; */
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #3C3C3B;
	text-align: center;
}

.dd-section {
	padding: 40px 0 0 0;
}

.dd-section--title {
	font-size: 21px;
	font-weight: 600;
	color: #3C3C3B;
}

li.dd-block {
    border-top: 1px solid #E3E3E3;
    background-color: #fff;
    padding: 0;
    background-image: none;
}

.dd-title {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #749239;
	padding: 18px 20px 18px 0;
	cursor: pointer;
}

.dd-title::after {
	content: '';
	position: absolute;
	top: 24px; right: 0;
	width: 17px;height: 10px;
	background: url(/images/style/basic/chevron-down.svg) no-repeat center center / contain;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}

.dd-open::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dd-text {
	padding: 0 0 20px;
	font-size: 14px;
	font-weight: 500;
	color: #3C3C3B;
}

.dd-text p {
	font-size: 14px;
	font-weight: 500;
	color: #3C3C3B;
}

.dd-title span {
	display: block;
	padding: 0 20px 0 0;
}



/*
|--------------------------------------------------------------------------
| CMS > Delivery
|--------------------------------------------------------------------------
*/

.ha-page-content {
	padding-bottom: 60px;
}

.listing-text--reveal .delivery-tables:not(:first-child) {
    margin-top: 20px;
}

.delivery-tables {
	padding-bottom: 60px;
}

.delivery-tables .dd-title {
	color: #fff;
}

.delivery-tables li.dd-block {
	border-color: #fff;
	background: none;
	padding: 0 !important;
}

.delivery-tables .dd-title {
	padding-left: 20px;
}

.delivery-tables .dd-text {
	padding: 0 20px 20px;
	color: #fff;
}

.delivery-tables .dd-title::after {
	right: 20px;
	background-image: url(/images/style/basic/chevron-down-white.svg);
}

.dd-text table {
	table-layout: fixed;
	width: 100%;
	text-align: center;
	background-color: #fff;
}

.dd-text th {
	color: #749239;
}

.dd-text td {
	color: #3C3C3B;
}

.dd-text th, .dd-text td {
	font-size: 14px;
	font-weight: 600;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px;
}

.dd-text th:last-child, .dd-text td:last-child {
	border-right: 0;
}

.dd-text tr:last-child td {
	border-bottom: 0;
}

.dd-text tr {
	background-color: #F4F4F4;
}

.dd-text tr:nth-child(even) {
	background-color: #FAFAFA;
}

.dd-text table + table {
	margin-top: 20px;
}





/*
|--------------------------------------------------------------------------
| CMS > Image Upload
|--------------------------------------------------------------------------
*/

.image-upload--image {
	width: 480px;
	flex-shrink: 0;
}

.image-upload--main {
	width: calc(100% - 480px);
}

.image-upload-form {
	margin-top: 40px;
}





/*
|--------------------------------------------------------------------------
| CMS > Step-By-Step Video Guides
|--------------------------------------------------------------------------
*/

.guide-filter {
	background-color: #F4F4F4;
	padding: 4px 15px 3px;
	min-width: 160px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	color: #749239;
	height: 100%;
	cursor: pointer;
}

.guide-filter.active {
	background-color: #749239;
	color: #fff;
}

.guide-filter--icon {
	display: flex;
	margin-right: 8px;
}

.guide-filter.active svg path {
	fill: #fff !important;
}

.popup-youtube {
	cursor: pointer;
}

.guides-filters {
	margin-bottom: 20px;
}

.guide-section--title {
	padding-bottom: 15px;
	border-bottom: 1px solid #F4F4F4;
	margin-bottom: 10px;
}

.guide-video--title-block {
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	color: #749239;
	padding: 10px 20px;
}

.guide-section--list .guide-video {
	border-radius: 10px;
	overflow: hidden;
}

.ha-quick-links + .guides-list {
	margin-top: 40px;
}




/*
|--------------------------------------------------------------------------
| CMS > Quote Page
|--------------------------------------------------------------------------
*/

.quote-page {

}

.quote-main {
	flex: 1 0 auto;
}

.quote-main--inner {
	max-width: 880px;
	padding: 60px 20px;
	margin: 0 auto;
}

.quote-images {
	width: 800px;
}

.quote-images > .flex {
	position: sticky;
	top: 0;
}

.quote-form {
	padding: 30px;
	border-radius: 10px;
}







/*
|--------------------------------------------------------------------------
| CMS > DIY
|--------------------------------------------------------------------------
*/

.sealing-content {
	padding: 20px;
	border-radius: 10px;
}
.sealing-step {
    margin-top: 40px;
}
.sealing-step-grid {
	margin-top: 20px;
}
.sealing-opt {
	display: flex; 
	text-align: center;
	cursor: pointer; 
	transition: ease-in-out .2s;
	position: relative;
	height: 100%;
}
.sealing-opt.sealing-image {
	align-items: flex-end;
	justify-content: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2;
    height: 0;
    padding-bottom: 66.967%;
}
.sealing-image--text {
    position: absolute;
	background-color: #749239;
	padding: 15px 12px 13px;
	max-width: 90%;
	transition: ease-in-out .2s;
	bottom: 0;
}
.sealing-opt.sealing-icon-block {
    flex-direction: column;
    background: #F4F4F4;
    border-radius: 10px;
    padding: 10px;
}
.sealing-opt.sealing-icon-block .sealing-icon {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.sealing-opt.sealing-icon-block .sealing-icon--text {
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 12px;
}
.sealing-opt.sealing-icon-block .sealing-icon--text > div {
	font-size: 14px;
}
.sealing-opt.sealing-icon-block.sel .sealing-icon svg path {
	transition: ease-in-out .2s;
}
.sealing-opt.sealing-image.sel, .sealing-opt.sealing-icon-block.sel {
	-webkit-box-shadow:inset 0px 0px 0px 3px #749239;
    -moz-box-shadow:inset 0px 0px 0px 3px #749239;
    box-shadow:inset 0px 0px 0px 3px #749239;
}
.sealing-opt.sealing-image.sel .sealing-image--text {
	background-color: #749239;
}
.sealing-opt.sealing-icon-block.sel {
	color: #749239;
}
.sealing-opt.sealing-icon-block.sel .sealing-icon svg path {
	fill: #749239;
}

.diy-kit--result {
	overflow: hidden;
	border-radius: 10px;
}
.diy-kit--result .diy-kit-images, .diy-kit--result .diy-kit-images > div {
	width: 50%;
}
.diy-kit--result .diy-kit-images > div {
	display: flex; 
	align-items: center;
	justify-content: center;
}
.diy-kit-main {
	background-color: #F4F4F4;
	padding: 30px;
}
.diy-kit-main > span:first-child {
	display: block;
	color: #749239; 
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.diy-kit-main--includes {
	margin-bottom: 20px;
}
.diy-kit-main--includes > span, .diy-kit-main--inner > span:first-child {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
	letter-spacing: 1.2px;
}
.diy-kit-main--includes ul {
	list-style: none;
	margin-left: 0;
}
.diy-kit-main--includes ul li {
	color: #749239;
	font-size: 12px;
	padding-left: 25px;
	margin-bottom: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4554 0.216584C15.6251 0.367604 15.7279 0.579817 15.7412 0.8066C15.7546 1.03338 15.6774 1.25619 15.5265 1.42606L6.38385 11.7122C6.30343 11.8027 6.20475 11.8751 6.09431 11.9248C5.98387 11.9744 5.86418 12 5.74311 12C5.62204 12 5.50235 11.9744 5.39191 11.9248C5.28147 11.8751 5.18279 11.8027 5.10237 11.7122L0.531031 6.56914C0.388841 6.39809 0.318705 6.17848 0.335439 5.95668C0.352173 5.73489 0.454466 5.52828 0.62071 5.38051C0.786953 5.23273 1.00413 5.15537 1.22636 5.16476C1.44859 5.17414 1.65846 5.26954 1.81166 5.4308L5.74268 9.85299L14.2459 0.286872C14.397 0.117284 14.6093 0.0146245 14.8361 0.00144515C15.0629 -0.0117342 15.2856 0.0656446 15.4554 0.216584Z' fill='%23749239'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
    background-position: 0 4px;
}
.diy-kit-main--inner {
	background-color: #fff; 
	border-radius: 10px;
	overflow: hidden;
	padding: 10px 15px 20px;
}
.diy-kit-main--requirements {
    background-color: #fff;
	margin-bottom: 20px;
	font-size: 12px;
}
.diy-kit-main--requirements table {
	width: 100%;
}
.diy-kit-main--requirements table tr:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.diy-kit-main--requirements table th, .diy-kit-main--requirements table td {
	font-size: 12px;
	font-weight: 400;
    text-align: left;
    padding: 7px 15px;
	background-color: #F4F4F4;
}
.diy-kit-main--requirements table th {
    background-color: #e3e9d7;
}

.diy-kit-main--submit {
    display: flex;
    flex: 1;
    align-items: flex-end;
}
.diy-kit-main--submit button {
	background-color: #749239;
	letter-spacing: 1.4px;
	padding: 10px 20px;
	border-radius: 50px;
}
.diy-kit-main--submit button:hover {
	background-color: #e49215;
}

/*
|--------------------------------------------------------------------------
| Shop > Category
|--------------------------------------------------------------------------
*/

.category-heading {
	border: 20px solid #fff;
	max-width: 2000px;
	margin: 0 auto;
}
.category-heading.category-heading--plain h1 {
	text-align: center;
}
.category-heading--inner > .segment-50:not(.category-image) {
	display: flex;
	align-items: center;
}
.category-image {
	min-height: 290px;
}

/*
.content-more--block {
	
}
.content-more--short {
	overflow: hidden;
	transition: ease-in-out .2s;
}
.content-more--block.open .content-more--show-marker {
	visibility: hidden;
}
.content-more--block.open .content-more--show-marker > br {
	display: none;
}
.content-more--toggle {
	margin-top: 20px;
	display: inline-block;
}

.content-more--block.open .content-more--short {
    height: initial!important;
}*/ 
.content-more--block > *:not(:last-child) {
	margin-bottom: 10px;
}
.content-more--rest {
	display: none;
}
.content-more--toggle {
	margin-top: 10px;
}
.content-more--toggle.mob_only, .content-more--mob {
	display: none;
}
.content-more--block .content-more--toggle::after {
	content: 'READ MORE';
	position: relative;
}
.content-more--block.open .content-more--toggle::after {
	content: 'READ LESS';
}

.bg-blue .content-more--toggle {
    background-color: #749239;
}
.bg-blue .content-more--toggle:hover {
    background-color: #5f782d;
}

.text-reveal--block.hide {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-pack: end;
    text-overflow: ellipsis;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.text-reveal--block > p {
	display: inline;
}
.text-reveal--block > p::after {
	content: " \A\A";
  	white-space: pre;
}


.text-reveal--block.open {
	-webkit-line-clamp: initial;
	line-clamp: initial;
}

.text-reveal--block ul {
    margin-left: 25px;
}

.category-heading--text {
	max-width: 840px;
	margin: 0 auto;
	padding: 20px;
}

.category-heading--text .content *:not(.button) {
	color: #fff !important;
	background-color: transparent!important;
}

.category-heading--inner .category-heading--text {
	width: 100%;
	padding: 20px 40px;
}
.category-heading.no-img .category-heading--text {
    max-width: unset;
    padding: 20px 50px;
}

.category-title {
	margin-bottom: 5px;
}

.category-main {
	flex: 1;
}

.category-footer--text {
	border-left: 1px solid #fff;
}

.category-main--nolisting {
	padding-left: 30px;
}

.sidebar {
	width: 320px;
	flex-shrink: 0;
	background-color: #F3F3F3;
}

.category-nolisting .sidebar {
	background: none;
}

.category-nolisting .sidebar-inner {
	background-color: #F3F3F3;
}

.sidebar-inner {
	position: sticky;
	top: 20px;
}

/* .sidebar__segment {
	padding: 12px 15px;
	border-bottom: 1px solid #E3E3E3;
} */

.sidebar-nav {
	padding: 25px;
}

.sidebar-nav--item {
	padding: 8px 0; 
}

.sidebar-nav--item:first-child {
	padding-top: 0;
}

.sidebar-nav--item:last-child {
	padding-bottom: 0;
}

.sidebar-nav--link {
	color: #3C3C3B;
	font-size: 14px;
	line-height: 1.2;
}

.sidebar-nav--link:hover {
	color: #749239;
}

.sidebar-nav + * {
	border-top: 1px solid #fff;
}

.sidebar-content {
	overflow: hidden;
	width: 100%;
}

.sidebar-cms--item {
	border-bottom: 1px solid #fff;
}

.sidebar-cms--item:first-child {
	border-top: 1px solid #fff;
}

.sidebar-cms--link {
	padding: 15px 25px;
}

.sidebar-cms--icon {
	width: 24px;
}

.sidebar-cms--icon svg {
	width: 100%;
}

.sidebar-cms--text {
	padding-left: 10px;
	color: #749239;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
}

.sidebar-cms--text > div {
	font-size: 11px;
	text-transform: uppercase;
	color: #3C3C3B;
    margin-top: 5px;
}

.sidebar-cms--menu-toggle {
	display: none;
}


/* Category grid */
.category-grid {
}

.category-grid--outer {
	padding: 20px;
}

.category-grid--block {
	position: relative;
	display: block;
	padding-bottom: 73.174%;
}

.category-grid--block img {
	display: none;
}

.category-grid--text {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.category-grid--text > span {
	background-color: #749239;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 1.1;
}

.category {
	padding: 0;
}

.category-grid--outer {
	border-top: 1px solid #F4F4F4;
}

.product-inner-row {
    flex-wrap: wrap;
}


/*
|--------------------------------------------------------------------------
| Shop > Filters
|--------------------------------------------------------------------------
*/
.filter-subcategories .filter-title, #sidebar--mbl-filters {
	display: none;
}


.filter-subcategories {
	display: none;
}

.filters .sidebar__segment {
	padding: 0;
}

.grid-filters-subcategories {
	display: block;
	padding: 25px;
}

.grid-filters-subcategories.border-fix {
	border-top: 1px solid #fff;
}

.filters__title {
	font-size: 16px;
	font-weight: 600;
	padding: 0 10px 10px;
}

.filters__title svg {
	display: none;
	flex-shrink: 0;
	fill: #666;
	width: 11px;
	height: 7px;
}

.filter--links {
	padding: 10px 15px;
    border-radius: 23px;
	background-color: #fff;
	color: #749239;
	margin-bottom: 4px;
}
.filter--links:last-child {
    margin-bottom: 12px;
}

#mbl-filters, .filter-title {
	cursor: pointer;
}

.filter-title {
}

#mbl-filters span, .filter-title span {
	display: block;
	position: relative;
	flex: 1;
}

.filter-icon {
	width: 12px;
	height: 12px;
	flex-shrink: 0;
	position: relative;
}

.filter-icon::before,
.filter-icon::after {
	content: '';
	position: absolute;
	top: 0;bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	background-color: #749239;
	transition: all .3s ease;
}

.filter-icon::after {
	width: auto;
	height: 2px;
	top: 50%;bottom: auto;
	right: 0;left: 0;
	transform: translateY(-50%);
}

.filter-open .filter-icon::before {
	transform: translateX(-50%) rotate(-90deg);
}

.filter ul {
	/* padding: 0 15px 15px 15px; */
}

.filter--links a {
	position: relative;
    padding: 5px 0 4px 20px;
    font-size: 14px;
    color: #222;
    font-weight: 500;
}

.filter--links a:before {
	content: '';
	position: absolute;
	height: 14px;
	width: 14px;
	top: 7px;
	left: 0;
	background-color: #e7e7e7;
}

.filter--links .filter-selected a, .mob-custom-filters .custom-filter.custom-filter-sel {
	color: #749239;
}

.filter--links .filter-selected a:before, .mob-custom-filters .custom-filter.custom-filter-sel::before {
	background: url(<?=$IMAGE_PATH?>icon-tick-2x.png) no-repeat center center #749239;
	background-size: 10px 8px;
	border: none;
}

.filter-products-count {
	margin-left: 5px;
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
	font-weight: 700;
	font-size: 75%;
	vertical-align: baseline;
	background-color: #019cc2;
	color: #fff;
	float: right;
}

.price-filter--segment {
	margin-top: 10px;
}

#slider-range.ui-widget-content {
	background-color: #ffffff;
	height: 8px;
	border: 1px solid #E3E3E3;
	margin: 0 8px;
}

#slider-range .ui-widget-header {
	background-color: #E3E3E3;
	/*transition: left 300ms ease, width 300ms ease;*/
}

#slider-range .ui-slider-handle {
	height: 14px;
	width: 14px;
	border-radius: 14px;
	background-color: #749239;
	border: none;
	color: #666666;
	font-weight: 700;
	cursor: pointer;
	/*transition: left 300ms ease;*/
}

#slider-range .ui-slider-handle:last-of-type .tooltip {
	right:0!important;
}

#price_filter {
	padding: 14px 0 0 0;
}

#price_filter .tooltip {
	float: left;
	font-weight: 700;
	margin-bottom: 5px;
}

#price_filter #range-tooltip-2 {
	float: right;
}

#price_submit {
	clear: both;
}

.filter-swatch {
	padding: 0 2px 2px 0;
}

.filter-swatch--inner {
	position: relative;
	border: 1px solid #dde2e5;
	padding: 1px;
	height: 30px;
	border-radius: 3px;
	transition: background 300ms ease;
	background: url(<?=$IMAGE_PATH?>icon-swatch-tick.png) no-repeat center right 8px;
}

.filter-swatch.sel .filter-swatch--inner {
	background-color: #1e1e1e;
	background: url(<?=$IMAGE_PATH?>icon-swatch-tick.png) no-repeat center right 8px #1e1e1e;
	border: none;
}

.filter-swatch.sel .filter-swatch--swatch {
	top: 3px; left: 3px; bottom: 3px;
}

.filter-swatch--swatch {
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	width: 24px;
	background-color: #E3E3E3;
	border-radius: 3px;
	border: 2px solid rgba(0,0,0,.2);
}

.filter--loading {
	clear: both;
}

.filter--loading .spinner {
	border-top: 0.35em solid rgba(0, 0, 0, 0.2);
    border-right: 0.35em solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.35em solid rgba(0, 0, 0, 0.2);
    border-left: 0.35em solid #000000;
	width: 2em;
	height: 2em;
}
.category-main .spinner {
	border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #000000;
	width: 10em;
	height: 10em;
}

.mob-custom-filters { 
	display: none;
}
.mob-custom-filters ul > li {
	border: none!important;
	padding: 0!important;
	margin: 2px 0 0 0;
}
.mob-custom-filters a {
	width: 100%;
}
.mob-custom-filter--clear a {
    padding: 5px 0;
    color: #749239;
    text-transform: uppercase;
}
.mob-custom-filter--clear a::before {
	content: none;
}
.mob-custom-filters .custom-filter {
	border: 0;
	background-color: transparent!important;
}

/*
|--------------------------------------------------------------------------
| Shop > Navtrail
|--------------------------------------------------------------------------
*/
.shop--navtrail {
}

.shop--navtrail .breadcrumb-trail {
	max-width: 60%;
}

.sort-by-container .sort-by:first-of-type {
	margin-right: 0;
}

.sort-by {
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 30px;
	border: 1px solid #fff;
}

.sort-by label {
	position: absolute;
	top: 8px; left: 11px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #749239;
	text-transform: uppercase;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__rendered,
.sort-by .select2-container .select2-selection--single {
	
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 14px;
	width: 12px;
	background: url(/images/style/basic/chevron-down-black.svg) no-repeat center center / contain;
}

.sort-by .select2-selection__arrow b {
	display: none;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 34px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-left: 85px;
	padding-top: 8px;
	color: #3C3C3B;
	text-transform: uppercase;
}

.sort-by .select2-container--default .select2-selection--single {
	background-color: transparent;
}

/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display
|--------------------------------------------------------------------------
*/
.product-grid {
	/* margin-left:-15px; */
	position: relative;
	border-top: 1px solid #F4F4F4;
}

.product-grid--item {
	/* padding: 0 0 15px 15px; */
}

.product-inner--image {
	padding: 20px 10px;
}

.product-image__link {
	display: flex;
	justify-content: center;
	width: 100%;
}
.product-inner--image img {
	display: block;
	width: 100%;
}

.product-inner-image--sash {
    position: absolute;
    top: 0;
    left: 0;
}

.product-grid--item-inner {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	border-right: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
}

.product-inner--bottom {
	padding: 0 20px 20px;
}

.product-inner--titles {
	padding-bottom: 10px;
}

.product-inner--title {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	color: #3C3C3B
}

.product-inner--title,
.product-inner--row {
	padding: 0 0 8px 0;
}

.product-inner--subtitle {
	font-size: 11px;
	opacity: .6;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-pack: end;
    text-overflow: ellipsis;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.product--option-names {
	display: block;
	color: #444;
}

.product--option-name {
	margin: 0 8px 0 0;
}

.product-inner--swatches {
	float: right;
	width: 50%;
}

.product-inner--swatch {
	float: right;
	height: 18px;
	width: 18px;
	margin: 1px 1px 0 0;
	border-radius: 2px;
	border: 2px solid #E3E3E3;
}

.product-price {
	color: #3C3C3B;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
}

.product-price--from {
	font-size: 12px;
}

.product-price-rrp {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
}

.prod_button .button {
	padding: 3px 18px;
}


.prod-wishlist {
	margin-left: 10px;
	flex-shrink: 0;
	width: 24px;height: 24px;
	background-color: #F4F4F4;
	border-radius: 100%;
	position: relative;
	cursor: pointer;
	transition: ease-in-out .2s;
}

.prod-wishlist svg {
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%, -50%);
	width: 13px;
	fill: #749239;
}

.prod-wishlist:hover {
	background-color: #353D5C;
}

.prod-wishlist.sel > svg,
.wishlist-sel {
	display: none;
}

.prod-wishlist:hover .wishlist-sel, .prod-wishlist.sel .wishlist-sel {
	display: block;
}

.on-offer-badge {
	position: absolute;
	top: 10px; left: 10px;
	width: 56px;
	height: 56px;
	border-radius: 28px;
	background-color: #749239;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-align: center;
	pointer-events: none;
}

.comparison-bar {
	display: none;
	position: fixed;
	right: 0; bottom: 0; left: 0;
	background-color: #666666;
	padding: 10px 30px;
	z-index: 60;
	color: #fff;
}

.comparison-bar--title {
	display: block;
	margin: 11px 50px 0 0;
	width: 160px;
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	float: left;
}

.animate .comparison-bar--product:last-child {
    -webkit-animation: comparisionProductEntrance .5s;
	animation: comparisionProductEntrance .5s;
}

@-webkit-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@-moz-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@-o-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}

.comparison-bar--products {
	overflow: hidden;
}

.comparison-bar--product {
	padding: 0 4px 0 0;
}

.comparison-bar--product-inner {
	position: relative;
	background-color: rgba(0,0,0,0.3);
	height: 50px;
}

.comparison-bar--product-image {
	float: left;
}

.comparison-bar--product-title-cont {
	display: block;
	padding: 10px 14px;
	font-weight: 700;
	float: none;
	overflow: hidden;
}

.comparison-bar--product-title {
	margin: 0 4px 0 0;
	float: left;
	height: 20px;
}

.comparison-bar--product-option-name {
	display: none;
	opacity: 1;
	font-size: 11px;
	padding: 2px 6px;
	margin: 0 4px 0 0;
	background: rgba(0,0,0,0.2);
	border-radius: 2px;
	white-space: nowrap;
	float: left;
}

.comparison-bar--product-option-name:empty {
	display: none;
}

.comparison-bar--product-overlay {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(30, 30, 30, 0.9);
	z-index: 10;
}

.comparison-bar--product-inner:hover .comparison-bar--product-overlay {
	display: block;
}

.comparison-bar--product-overlay-inner {
	display: table;
    width: 100%;
    height: 100%;
	text-align: center;
}

.comparison-bar--product-overlay-inner .dblc {
	vertical-align: middle;
	font-weight: 700;
	font-size: 12px;
}


.comparison-bar--product-overlay-inner span {
	padding: 2px 0 0 20px;
}

.comparison-bar--loading {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(30, 30, 30, 0.9);
	color: #fff;
	text-align: center;
}

.comparison-bar.loading .comparison-bar--loading {
	display: block;
}

/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display Hover
|--------------------------------------------------------------------------
*/
@-webkit-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

.product-grid--item-inner:hover .product-overlay {
	animation: 300ms fadeIn forwards;
}

.product-overlay {
	position: absolute;
	top: 0; right: 0; left: 0;
	min-height: 42px;
	overflow: hidden;
	z-index: 20;
	opacity: 0;
	transition: transform 300ms ease;
}

.product-overlay-top {
	position: absolute;
	color: #c0bfbf;
	height: 34px;
	padding: 10px;
	top: 0;	right: 0; left: 0;
	z-index: 999;
}

.product-overlay-top--button {
	float: left;
	background-color: #749239;
	border-radius: 5px;
	padding: 4px 5px 3px;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	transition: background .3s ease;
}

.product-overlay-top--button:last-child {
	float: right;
}

.product-overlay-top--button:hover {
	background-color: #02a1c7;
}

.product-overlay-content {
	position: absolute;
	top: 34px; right: 0; bottom: 80px; left: 0;
}

.product-overlay-content-inner {
	padding: 20px;
	text-align: center;
}

.product-overlay--title {
	padding: 6px 0 0 0;
}

.product-overlay--title a {
	color: #fff;
	text-align: center;
	font-size: 15px;
}

.product-overlay-bottom {
	position: absolute;
	bottom: 0; left: 0; right: 0;
}

.multibuy-price--banner-cont {
	display: none;
}

.multibuy-price--banner {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #749239;
	display: flex;
	align-items: center;
}

.multibuy-price--banner div {
	font-weight: 400;
	color: #FFF;
	margin-left: 6px;
}

.multibuy-price--banner .multibuy-full {
	color: #6F6F6F;
    /* text-decoration-line: line-through; */
}

.multibuy-saving-bar {
	padding: 10px 20px;
	background-color: #3C3C3B;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.multibuy-saving-bar span {
	color: #749239; 
}

/*
|--------------------------------------------------------------------------
| Category Model
|--------------------------------------------------------------------------
*/
.listing--info {
	padding: 30px 30px 30px 30px;
	border: 4px solid #E3E3E3;
	border-top: 0;
	border-bottom: none;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3E3E3', endColorstr='#ffffff',GradientType=0 );
}

.listing--other {
	float: right;
}

.listing--review {
	text-align: right;
	padding: 8px 0;
}

.listing--price {
	float: left;
}

.listing--price strong {
	display: block;
	font-weight: 700;
	font-size: 30px;
	color: #1e1e1e;
}

.listing--price span {
	display: block;
	font-weight: 700;
	font-size: 13px;
	color: #666666;
}

.listing--points {
	color: #749239;
	font-weight: 700;
	font-size: 13px;
}

.listing--points span {
	color: #1e1e1e;
}

.listing-price-cont {
	/* margin-bottom: 20px; */
}

.listing-pricebreaks table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 20px;
}

.listing-pricebreaks th,
.listing-pricebreaks td {
	border: 1px solid #aaa;
	padding: 5px;
}

.listing-pricebreaks th {
	text-align: left;
}

/*
|--------------------------------------------------------------------------
| Listing
|--------------------------------------------------------------------------
*/

.listing-main .listing-description {
	display: none;
}

.product-reviews, .product-questions, .listing-left--content {
    border-top: 1px solid #e6e6e6;
    padding: 30px 60px;
	width: 100%;
}

.reviews-title, .listing-left--title {
	font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.listing-left--title {
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: ease-in-out .2s;
}
.listing-left--title svg {
	transition: ease-in-out .2s;
}
.listing-left--content.open .listing-left--title svg {
	transform: rotate(180deg);
}
.listing-left--content--inner {
	display: none;
}
.listing-left--content:not(.open) .listing-left--title {
	margin-bottom: 0;
}

.listing-side {
	position: relative;
	width: 40%;
	float: right;
	z-index: 2;
}

.listing-main {
	padding: 60px;
}

.listing-main--image {
	flex-shrink: 0;
	width: 330px;
	padding-right: 30px;
}

.listing-image__img {
	display: block;
	width: 100%;
}

.listing-image-border .listing-side--images {
	padding: 40px;
}

.listing-main--details {
	
}

.listing-main--details .text-subtitle {
	font-size: 16px;
	font-weight: 600;
	text-transform: initial;
	opacity: 0.9;
}

.listing-main--details h1 {
}

.listing-main--actions {
	padding-top: 20px;
}

.listing-question--text,
.listing-rating--text {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #749239;
	margin-top: 2px;
}

.listing-question--text {
	color: #749239;
}

.listing-sku {
	font-size: 11px;
	font-weight: 600;
	color: #A8A8A8;
}

.listing-overview--top-inner {
	padding: 0 0 15px 0;
	background-color: #fff;
}

.listing-details {
	margin: 20px 0 0 0;
}

.listing-action {
	border: 1px solid #F4F4F4;
	border-radius: 10px;
	margin-top: 20px;
	overflow: hidden;
}

.listing-action--top {
	padding: 12px 40px;
}

.button-question {
	font-size: 12px;
	padding: 2px 18px;
}

.form-options {
	position: relative;
	padding: 24px 40px;
	z-index: 1;
}

.button-listing {
	font-size: 18px;
	padding: 11px 20px;
	border-radius: 50px;
	line-height: 1;
}

.listing-wishlist {
	margin-left: 10px;
	width: 43px;height: 43px;
	background-color: #F4F4F4;
	border-radius: 100%;
	position: relative;
	flex-shrink: 0;
}

.listing-wishlist svg {
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%, -50%);
	fill: #749239 !important;
}

.listing-wishlist:hover {
	background-color: #353D5C;
}

.listing-wishlist:hover > svg {
	display: none;
}

.listing-wishlist:hover .wishlist-sel {
	display: block;
}

.listing-price {
	display: block;
	font-weight: 500;
	font-size: 26px;
	line-height: 1;
	color: #0D0D0D;
}

.listing-rrp {
	margin-left: 10px;
}

.listing-rrp,
.listing-save {
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	color: #A8A8A8;
}

.listing-rrp > span {
	/* text-decoration: line-through; */
}

.listing-save {
	color: #51ac5c;
	text-decoration: none;
}

.listing-qty-section {
	padding: 15px 0;
}

.rating-star {
	width: 24px;
	height: 22px;
	display: inline-block;
	margin: 0 1px;
} 

.rating-star svg {
	width: 24px;height: 22px;
	fill: #749239;
}

.rating-star--empty svg {
	fill: #9a9a9a;
}

.listing-personalise {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #1e1e1e;
	background-color: #dde2e5;
	line-height: 24px;
	padding: 3px 0px;
	cursor: pointer;
	transition: background 300ms ease;
}

.listing-personalise:hover {
	background-color: #E3E3E3;
}

.listing-personalise.disabled {
	opacity: 0.4;
}

.listing-subscribe {
    background-color: rgba(0,0,0,0.05)
}

.listing-subscribe__bottom {
	background: rgba(0,0,0,0.1);
	padding: 6px 10px;
}

.listing-subscribe__inner {
    padding: 22px 22px 18px 22px
}

.listing-subscribe .percent {
    opacity: 0.4;
    font-size: 13px;
    padding: 3px 0 0 0
}

.listing-subscribe__button.open {
    background-color: #fa5400;
    color: #fff;
	border-radius: 0px;
	border: 1px solid #fa5400;
}

.listing-subscribe__button span {
	padding: 0 0 0 18px;
}

.listing-subscribe__button.open span {
	background: url(<?=$IMAGE_PATH?>icons/refresh@2x.png) center left / 12px 12px no-repeat;
}

.listing-offer {
	padding: 20px;
	margin: 10px 0 0 0;
	background: #37af56;
	background-size: 515.5px 511.5px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	border-radius: 2px;
}

.listing-offer-product {
	position: relative;
	margin: 15px 0 0 0;
	background-color: rgba(0,0,0,0.1);
}

.listing-offer-details {
	padding: 10px;
	overflow: hidden;
}

.listing-offer--image {
	float: left;
}

.listing-offer--image img {
	display: block;
}

.listing-offer--price {
	position: absolute;
	bottom: 10px;
	left: 92px;
	font-size: 18px;
	opacity: 0.8;
}

.listing-deadline--right {
	display: flex;
	align-items: center;
	border-left: 1px solid #fff;
	padding: 5px 0 5px 10px;
}

.listing-deadline {
	display: flex;
	align-items: center;
	position: relative;
	border-radius: 100px;
	background-color: #F4F4F4;
	padding: 0 20px;
}

.listing-deadline--details {
	text-align: center;
	display: flex;
	align-items: center;
	padding: 5px 10px 5px 0;
}

.listing-deadline--title {
	font-size: 12px;
	font-weight: 500;
	color: #749239;
	text-transform: uppercase;
	margin-right: 5px;
}

/* .listing-deadline--subtitle {
	color: #749239;
} */

.listing-deadline--date {
	font-size: 14px;
	font-weight: 500;
	color: #3C3C3B;
}

.listing-deadline-doughnuts {
	flex-shrink: 0;
}

.listing-deadline-doughnut {
	position: relative;
	width: 60px; height: 60px;
	float: left;
	transition: transform 1s ease;
	margin: 0 0 0 10px;
}

.listing-deadline-doughnut--inner {
	content: '';
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	font-weight: 700;
	color: #1e1e1e;
}

.listing-deadline-doughnut strong {
	display: block;
	font-size: 21px;
	position: relative;
	top: 8px;
	color: #1e1e1e;
}

.listing-deadline-doughnut span {
	display: block;
	font-size: 11px;
	position: relative;
	top: 4px;
}

.listing-deadline-doughnuts svg {
  width: 36px; height: 36px;
  -webkit-transform: rotate(-89.9deg);
  transform: rotate(-89.9deg);
  background: #E3E3E3;
  border-radius: 50%;
}

.listing-deadline-doughnuts circle {
	position: relative;
	fill: #749239;
	stroke: #E3E3E3;
	stroke-width: 6px;
	stroke-dasharray: 38 100; /* for 38% */
	transition: stroke-dasharray 1s ease;
}

.listing-deadline-doughnut:hover circle {
	stroke-dasharray: 100 100; /* for 100% */
}

.listing-share {
	position: relative;
	z-index: 10;
}

.listing-share--button svg {
	transition: all .3s ease;
}

.listing-share .sharethis-container {
	position: absolute;
	top: 100%;
	width: 150px;
	right: 0;
	padding-top: 5px;
}
.listing-share > .sharethis-container {
	display: none;
}

.listing-share .sharethis-container .st-btn {

}


.listing-share .at-share-btn-elements {
	display: flex;
	flex-direction: column;
}

.listing-share-news:hover,
.listing-share-news {
	background-color: #E08E12;
}

.listing-share--button.icon {
	cursor: pointer;
}
.sharethis-overlay, .sharethis-overlay--backdrop {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sharethis-overlay {
	position: fixed;
	display: none;
	z-index: 2000000006;
}
.listing-share.open .sharethis-overlay {
	display: block;
}
.sharethis-overlay--backdrop {
	position: absolute;
	background-color: rgb(0 0 0 / 25%);
}
.sharethis-overlay .sharethis-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #FFF;
	padding: 20px 20px 10px;
	width: 320px;
    max-width: 90%;
	border-radius: 10px;
}
.sharethis-overlay--title {
    color: #222;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-transform: capitalize;
}
.sharethis-overlay--close {
    margin-left: 10px;
	cursor: pointer;
}
.sharethis-overlay--close svg {
    width: 16px;
    height: 16px;
}
.sharethis-overlay-list > div {
	display: flex!important;
	align-items: center;
    background-color: transparent!important;
    color: #222!important;
    margin: 0!important;
    border-top: 1px solid #e3e3e3!important;
    border-radius: 0!important;
	padding: 15px 0!important;
	height: unset!important;
}
.sharethis-overlay-list > div img {
    display: none!important;
}
.sharethis-overlay-list > div::before {
    content: '';
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	height: 30px;
	width: 30px;
    margin-right: 20px;
}
.sharethis-overlay-list > div::after {
	position: relative;
    line-height: 1.2;
    font-size: 14px;
    height: unset!important;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Prompt';
    letter-spacing: 0.05em;
}
.sharethis-overlay-list > div[data-network="copy"]::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><g clip-path="url(%23clip0_14_6)"><mask id="mask0_14_6" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="30" height="30"><path d="M0 0H30V30H0V0Z" fill="white"/></mask><g mask="url(%23mask0_14_6)"><path d="M19.0341 3H7.15909C5.97159 3 5 3.97159 5 5.15909V19.1932C5 19.7869 5.4858 20.2727 6.07955 20.2727C6.6733 20.2727 7.15909 19.7869 7.15909 19.1932V6.23864C7.15909 5.64489 7.64489 5.15909 8.23864 5.15909H19.0341C19.6278 5.15909 20.1136 4.6733 20.1136 4.07955C20.1136 3.4858 19.6278 3 19.0341 3ZM23.3523 7.31818H11.4773C10.2898 7.31818 9.31818 8.28977 9.31818 9.47727V24.5909C9.31818 25.7784 10.2898 26.75 11.4773 26.75H23.3523C24.5398 26.75 25.5114 25.7784 25.5114 24.5909V9.47727C25.5114 8.28977 24.5398 7.31818 23.3523 7.31818ZM22.2727 24.5909H12.5568C11.9631 24.5909 11.4773 24.1051 11.4773 23.5114V10.5568C11.4773 9.96307 11.9631 9.47727 12.5568 9.47727H22.2727C22.8665 9.47727 23.3523 9.96307 23.3523 10.5568V23.5114C23.3523 24.1051 22.8665 24.5909 22.2727 24.5909Z" fill="black"/></g></g><defs><clipPath id="clip0_14_6"><rect width="30" height="30" fill="white"/></clipPath></defs></svg>');
}
.sharethis-overlay-list > div[data-network="copy"]::after {
	content: 'Copy link to product';
}
.sharethis-article .sharethis-overlay-list > div[data-network="copy"]::after {
	content: 'Copy link to article';
}
.sharethis-overlay-list > div[data-network="email"]::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M27.3633 4.45312H2.63672C1.1799 4.45312 0 5.64035 0 7.08984V22.9102C0 24.3683 1.18857 25.5469 2.63672 25.5469H27.3633C28.8079 25.5469 30 24.3732 30 22.9102V7.08984C30 5.64293 28.8248 4.45312 27.3633 4.45312ZM26.994 6.21094C26.4553 6.74678 17.1846 15.9687 16.8645 16.2871C16.3664 16.7852 15.7043 17.0594 15 17.0594C14.2957 17.0594 13.6336 16.7851 13.1339 16.2855C12.9186 16.0713 3.75018 6.95121 3.00598 6.21094H26.994ZM1.75781 22.5524V7.44873L9.35379 15.0047L1.75781 22.5524ZM3.00709 23.7891L10.6001 16.2444L11.8926 17.5301C12.7226 18.3601 13.8262 18.8172 15 18.8172C16.1738 18.8172 17.2774 18.3601 18.1058 17.5317L19.3999 16.2444L26.9929 23.7891H3.00709ZM28.2422 22.5524L20.6462 15.0047L28.2422 7.44873V22.5524Z" fill="black"/></svg>');
}
.sharethis-overlay-list > div[data-network="email"]::after {
	content: 'Email';
}
.sharethis-overlay-list > div[data-network="sms"]::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><g clip-path="url(%23clip0_10_92)"><path d="M25.1083 30.0861L17.2568 23.6435H6.45631C2.89671 23.6435 0 20.6836 0 17.0462V10.5111C0 6.87378 2.89671 3.91382 6.45631 3.91382H23.5437C27.1033 3.91382 30 6.87378 30 10.5111V17.0462C30 20.1068 27.9483 22.7215 25.1083 23.4448V30.0861ZM6.45631 5.78888C3.93037 5.78888 1.875 7.90743 1.875 10.5112V17.0462C1.875 19.65 3.93037 21.7685 6.45631 21.7685H17.927L23.2333 26.1218V21.8335L24.061 21.7355C26.3782 21.4627 28.125 19.4467 28.125 17.0462V10.5111C28.125 7.90737 26.0696 5.78882 23.5437 5.78882H6.45631V5.78888Z" fill="black"/><path d="M5.34395 14.8891C5.67812 15.0924 6.37118 15.3313 6.90861 15.3313C7.45791 15.3313 7.68499 15.14 7.68499 14.8415C7.68499 14.5421 7.50554 14.3993 6.82534 14.1723C5.61867 13.7658 5.15269 13.1094 5.16456 12.4163C5.16456 11.3296 6.09659 10.5056 7.5413 10.5056C8.22242 10.5056 8.83222 10.6603 9.19014 10.8398L8.86785 12.094C8.60508 11.9503 8.1034 11.7589 7.60167 11.7589C7.15944 11.7589 6.90861 11.9384 6.90861 12.2369C6.90861 12.5115 7.13563 12.6553 7.8525 12.9061C8.96305 13.2879 9.42903 13.85 9.44097 14.7097C9.44097 15.7965 8.58126 16.5966 6.90861 16.5966C6.14416 16.5966 5.46297 16.4299 5.02173 16.191L5.34395 14.8891Z" fill="black"/><path d="M10.5387 12.4996C10.5387 11.7718 10.5149 11.1501 10.4911 10.6365H12.02L12.1034 11.4248H12.1391C12.3899 11.0549 12.9035 10.5056 13.9069 10.5056C14.6595 10.5056 15.2564 10.8874 15.5073 11.4962H15.5311C15.7462 11.1978 16.009 10.9588 16.2837 10.7922C16.6069 10.6009 16.9648 10.5057 17.3951 10.5057C18.5176 10.5057 19.3663 11.2939 19.3663 13.0371V16.4777H17.5984V13.3007C17.5984 12.452 17.3228 11.9622 16.7378 11.9622C16.3203 11.9622 16.0209 12.2487 15.9019 12.5958C15.8543 12.7267 15.8305 12.918 15.8305 13.0617V16.4776H14.0627V13.2046C14.0627 12.4639 13.7999 11.9622 13.2259 11.9622C12.7608 11.9622 12.4852 12.3211 12.3781 12.6196C12.3186 12.7624 12.3067 12.9299 12.3067 13.0737V16.4776H10.5388V12.4996H10.5387Z" fill="black"/><path d="M20.7971 14.8891C21.1313 15.0924 21.8244 15.3313 22.3618 15.3313C22.9111 15.3313 23.1382 15.14 23.1382 14.8415C23.1382 14.5421 22.9587 14.3993 22.2785 14.1723C21.0718 13.7658 20.6058 13.1094 20.6177 12.4163C20.6177 11.3296 21.5497 10.5056 22.9944 10.5056C23.6755 10.5056 24.2844 10.6603 24.6433 10.8398L24.321 12.094C24.0582 11.9503 23.5565 11.7589 23.0548 11.7589C22.6126 11.7589 22.3617 11.9384 22.3617 12.2369C22.3617 12.5115 22.5888 12.6553 23.3056 12.9061C24.4162 13.2879 24.8822 13.85 24.8941 14.7097C24.8941 15.7965 24.0344 16.5966 22.3617 16.5966C21.5973 16.5966 20.9161 16.4299 20.4749 16.191L20.7971 14.8891Z" fill="black"/></g><defs><clipPath id="clip0_10_92"><rect width="30" height="30" fill="white"/></clipPath></defs></svg>');
}
.sharethis-overlay-list > div[data-network="sms"]::after {
	content: 'SMS';
}
.sharethis-overlay-list > div[data-network="whatsapp"]::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><g clip-path="url(%23clip0_10_209)"><path d="M15.0037 0H14.9963C6.72563 0 0 6.7275 0 15C0 18.2812 1.0575 21.3225 2.85563 23.7919L0.98625 29.3644L6.75188 27.5213C9.12375 29.0925 11.9531 30 15.0037 30C23.2744 30 30 23.2706 30 15C30 6.72938 23.2744 0 15.0037 0Z" fill="%234CAF50"/><path d="M23.7319 21.1818C23.37 22.2037 21.9338 23.0512 20.7882 23.2987C20.0044 23.4656 18.9807 23.5987 15.5344 22.17C11.1263 20.3437 8.28753 15.8643 8.06628 15.5737C7.85441 15.2831 6.28503 13.2018 6.28503 11.0493C6.28503 8.89685 7.37816 7.84872 7.81878 7.39872C8.18066 7.02935 8.77878 6.8606 9.35253 6.8606C9.53816 6.8606 9.70503 6.86997 9.85503 6.87747C10.2957 6.89622 10.5169 6.92247 10.8075 7.6181C11.1694 8.48997 12.0507 10.6425 12.1557 10.8637C12.2625 11.085 12.3694 11.385 12.2194 11.6756C12.0788 11.9756 11.955 12.1087 11.7338 12.3637C11.5125 12.6187 11.3025 12.8137 11.0813 13.0875C10.8788 13.3256 10.65 13.5806 10.905 14.0212C11.16 14.4525 12.0413 15.8906 13.3388 17.0456C15.0132 18.5362 16.3707 19.0125 16.8563 19.215C17.2182 19.365 17.6494 19.3293 17.9138 19.0481C18.2494 18.6862 18.6638 18.0862 19.0857 17.4956C19.3857 17.0718 19.7644 17.0193 20.1619 17.1693C20.5669 17.31 22.71 18.3693 23.1507 18.5887C23.5913 18.81 23.8819 18.915 23.9888 19.1006C24.0938 19.2862 24.0938 20.1581 23.7319 21.1818Z" fill="%23FAFAFA"/></g><defs><clipPath id="clip0_10_209"><rect width="30" height="30" fill="white"/></clipPath></defs></svg>');
}
.sharethis-overlay-list > div[data-network="whatsapp"]::after {
	content: 'Whatsapp';
}
.sharethis-overlay-list > div[data-network="linkedin"]::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><g clip-path="url(%23clip0_10_167)"><path d="M15 29.9998C23.2843 29.9998 30 23.284 30 14.9998C30 6.71548 23.2843 -0.000244141 15 -0.000244141C6.71573 -0.000244141 0 6.71548 0 14.9998C0 23.284 6.71573 29.9998 15 29.9998Z" fill="%23007AB9"/><path d="M23.9623 16.2067V22.3909H20.3769V16.6212C20.3769 15.1725 19.8592 14.1831 18.5611 14.1831C17.5704 14.1831 16.9819 14.8492 16.722 15.4941C16.6276 15.7246 16.6032 16.0447 16.6032 16.368V22.3906H13.0176C13.0176 22.3906 13.0657 12.6186 13.0176 11.6071H16.6035V13.1352C16.5963 13.1473 16.5861 13.159 16.5797 13.1705H16.6035V13.1352C17.08 12.4021 17.9298 11.3539 19.8349 11.3539C22.1938 11.3539 23.9623 12.8951 23.9623 16.2067ZM9.26662 6.40906C8.04011 6.40906 7.23767 7.21417 7.23767 8.27196C7.23767 9.30729 8.01684 10.1357 9.21956 10.1357H9.24282C10.4934 10.1357 11.271 9.30729 11.271 8.27196C11.2472 7.21417 10.4934 6.40906 9.26662 6.40906ZM7.45078 22.3909H11.0351V11.6071H7.45078V22.3909Z" fill="%23F1F2F2"/></g><defs><clipPath id="clip0_10_167"><rect width="30" height="30" fill="white"/></clipPath></defs></svg>');
}
.sharethis-overlay-list > div[data-network="linkedin"]::after {
	content: 'LinkedIn';
}
.sharethis-overlay-list > div[data-network="twitter"]::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><g clip-path="url(%23clip0_10_145)"><path d="M15 0C6.71601 0 0 6.71601 0 15C0 23.284 6.71601 30 15 30C23.284 30 30 23.284 30 15C30 6.71601 23.284 0 15 0Z" fill="black"/><path d="M16.641 13.6426L23.0623 6.17834H21.5407L15.9651 12.6595L11.5118 6.17834H6.37555L13.1097 15.9789L6.37555 23.8064H7.89728L13.7853 16.9621L18.4882 23.8064H23.6245L16.6406 13.6426H16.641ZM8.44557 7.3239H10.7829L21.5414 22.7129H19.2041L8.44557 7.3239Z" fill="white"/></g><defs><clipPath id="clip0_10_145"><rect width="30" height="30" fill="white"/></clipPath></defs></svg>');
}
.sharethis-overlay-list > div[data-network="twitter"]::after {
	content: 'Twitter';
}
.sharethis-overlay-list > div[data-network="facebook"]::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><g clip-path="url(%23clip0_10_50)"><path d="M30 15C30 22.4871 24.5145 28.6928 17.3438 29.8178V19.3359H20.8389L21.5039 15H17.3438V12.1863C17.3438 10.9998 17.925 9.84375 19.7883 9.84375H21.6797V6.15234C21.6797 6.15234 19.9629 5.85938 18.3217 5.85938C14.8957 5.85938 12.6562 7.93594 12.6562 11.6953V15H8.84766V19.3359H12.6562V29.8178C5.48555 28.6928 0 22.4871 0 15C0 6.71602 6.71602 0 15 0C23.284 0 30 6.71602 30 15Z" fill="%231877F2"/><path d="M20.8389 19.3359L21.5039 15H17.3438V12.1863C17.3438 11 17.9249 9.84375 19.7882 9.84375H21.6797V6.15234C21.6797 6.15234 19.9631 5.85938 18.322 5.85938C14.8956 5.85938 12.6562 7.93594 12.6562 11.6953V15H8.84766V19.3359H12.6562V29.8177C13.42 29.9375 14.2027 30 15 30C15.7973 30 16.58 29.9375 17.3438 29.8177V19.3359H20.8389Z" fill="white"/></g><defs><clipPath id="clip0_10_50"><rect width="30" height="30" fill="white"/></clipPath></defs></svg>');
}
.sharethis-overlay-list > div[data-network="facebook"]::after {
	content: 'Facebook';
}
.sharethis-overlay-list > div[data-network="pinterest"]::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><g clip-path="url(%23clip0_14_12)"><path d="M15 30C23.2841 30 29.9997 23.2843 29.9997 15.0002C29.9997 6.7161 23.2841 0.000488281 15 0.000488281C6.71585 0.000488281 0.000244141 6.7161 0.000244141 15.0002C0.000244141 23.2843 6.71585 30 15 30Z" fill="%23CB2027"/><path d="M16.2107 20.0864C15.0767 19.9987 14.6003 19.4364 13.7109 18.8966C13.2222 21.461 12.6248 23.9194 10.8555 25.2036C10.3087 21.3276 11.6572 18.4163 12.2834 15.3262C11.216 13.5294 12.4117 9.91271 14.6631 10.8039C17.434 11.8996 12.2641 17.485 15.7348 18.1826C19.3581 18.911 20.8373 11.8956 18.5902 9.61378C15.3436 6.31933 9.13999 9.53891 9.90284 14.255C10.0887 15.408 11.2801 15.758 10.3788 17.3489C8.30094 16.8888 7.68114 15.25 7.76082 13.0652C7.88944 9.48891 10.9743 6.98485 14.0684 6.63832C17.9816 6.20035 21.6544 8.07525 22.1614 11.7561C22.7317 15.9104 20.3947 20.4094 16.2107 20.0864Z" fill="%23F1F2F2"/></g><defs><clipPath id="clip0_14_12"><rect width="30" height="30" fill="white"/></clipPath></defs></svg>');
}
.sharethis-overlay-list > div[data-network="pinterest"]::after {
	content: 'Pinterest';
}

.listing-share.abs-pos--share {
    position: absolute;
	right: 0;
    top: 0;
	padding: 20px;
	z-index: 105;
}
.listing-share.abs-pos--share .listing-share--button {
	background-color: #F4F4F4;  
    border-radius: 50px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: ease-in-out .2s;
}
.abs-pos--share .listing-share--button:hover {
	background-color: #ebe9e9;
}
.abs-pos--share .listing-share--button svg {
	width: 30px;
    height: 30px;
	margin-left: -2px;
}
.listing-side--images .listing-share.abs-pos--share {
	padding: 20px 20px 35px 35px;
}

.listing-image {
	position: relative;
}

.listing-image__brand {
	position: absolute;
	top: 15px;
	right: 15px;
}

.listing-image__link {
	display: block;
	position: relative;
}

.listing-image__img {
	display: block;
}

.listing-image__link:hover .listing-image__zoom__svg {
	height: 40px;
	width: 40px;
}

.listing-image__zoom {
	position: absolute;
	height: 50px;
	width: 50px;
	bottom: 30px;
	left: 30px;
}

.listing-image__zoom__svg {
	fill: #749239;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 35px;
	width: 35px;
	transition: height 200ms ease, width 200ms ease;
	transform: translate(-50%, -50%);
}

.stock {
	text-align: right;
	/* padding:12px 0 24px 0; */
}

.stock .stock-status {
	font-size: 16px;
}

.stock .stock-status.in-stock {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill-rule='evenodd' fill='%23249a4b' d='M5.52 10.38L2.33 7.1.58 8.91l4.2 4.3.77.8L17.42 1.82 15.63 0 5.53 10.38z'/%3E%3C/svg%3E");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 15px 12px;
	padding-left: 20px;
}

.options-loading {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0,0,0, 0.6);
	z-index: 9999;
}

.options-loading > .dbl {
	height: 100%;
}

.options-loading .dblc {
	vertical-align: middle;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #e3e9d7;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #749239;
}

.options_container_radio {
	padding:10px 0;
	display: flex;
	flex-wrap: wrap;
}

.options_container_radio > .options_text {
	width: 100%;
}

.options-radios .cf {
	display: flex;
	padding: 10px 0 0 0;
	margin: 0 0 10px;
	background-color: #121212;
	flex-wrap: wrap;
}

.option-radio {
	font-size: 14px;
	line-height: 1.1;
	color: #3C3C3B;
}

.option-radio:hover .option-radio__inner {
	background: #e3e9d7;
}

.option-radio.checked .option-radio__inner {
    border-color: #749239;
	background-color: #749239;
	color: #FFF;
	font-weight: 700;
}

.option-radio__inner {
	border: 1px solid #D9D9D9;
	background-color: #F4F4F4;
	border-radius: 100px;
	padding: 5px 18px;
	text-align: center;
	display: block;
	cursor: pointer;
	color: #3C3C3B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	transition: all .3s ease;
}


.option-radio__inner input {
	display: none;
}

.opt_radio {
	width:initial;
	vertical-align: middle;
    margin: 0 6px .25em 10px;
}

.options_text {
	color: #3C3C3B;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 6px;
}

.listing-options-required {
	width:100%;
	background:#414141;
	padding:15px 20px;
	color:#fff;
	border-radius:3px;
    font-weight: 700;
	text-align: center;
	position: absolute;
	margin-bottom:15px;
	z-index:1000;
	top:-60px;
}

.listing-options-required:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #414141;
	border-width: 10px;
	margin-left: -10px;
}

.button.heart {
	margin: 0 0 0 4px;
	display: block;
	width: 41px;
	height: 41px;
	padding: 0;
	background-image: url(<?=$IMAGE_PATH?>icon-heart-white-2x.png);
	background-size: 23px 18px;
	cursor: pointer;
	transition: transform 300ms cubic-bezier(0.25, 0, 0.25, 1.75);
}

.button.heart:hover {
	transform: scale(1.1);
}

.listing-swatches {
	display: flex;
	flex-wrap: wrap;
}

.listing-swatch {
    padding: 0 4px 4px 0;
    width: 14.25%;
	position: relative;
}

.listing-swatch__inner {
	position: relative;
	height: 0;
	padding: 0 0 70% 0;
	cursor: pointer;
}

.listing-swatch__content {
	position: absolute;
	top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
	background-repeat: no-repeat;
	background-size: cover;
}
.listing-swatch__inner {
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;
}
.listing-swatch__inner:hover {
	border: 1px solid #2d2d2d;
}
.listing-swatch.sel .listing-swatch__content {

}
.sel > .listing-swatch__inner::before {
    content: '';
    position: absolute;
	background-image: url(<?=$IMAGE_PATH?>tick-white.png);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #749239;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    z-index: 1;
}
.sel > .listing-swatch__inner::after {
    /* content: '';
    position: absolute;
    top: 100%;
    width: 12px;
    height: 12px;
    border: 1px solid #e1e1e1;
    border-width: 1px 0 0 1px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    margin-top: 4px;
	margin-left: -1px;
	z-index: 10; */
}
.listing-swatches--cont .options_text {
    padding: 10px;
    border: 1px solid #e1e1e1;
	margin-bottom: 3px;
}
.listing-swatches--cont + .listing-swatches--cont .listing-swatch {
    padding: 2px;
	width: 9.09090909091%;
}
.listing-swatches--cont + .listing-swatches--cont .listing-swatch__inner {
    border: 1px solid rgba(0,0,0,0);
	overflow: hidden;
}
.listing-swatches--cont + .listing-swatches--cont .sel > .listing-swatch__inner {
    border: 1px solid rgba(0,0,0,.5);
}
.listing-swatches--cont + .listing-swatches--cont .listing-swatch__content {
	top: 0; 
	left: 0;
	bottom: 0;
	right: 0;
}
.listing-swatches--cont + .listing-swatches--cont .listing-swatches {
    padding: 5px 3px;
    border: 1px solid #e1e1e1;
}
.listing-swatches--cont + .listing-swatches--cont .listing-swatches:not(:first-child) {
	border-top: 0;
}
.listing-swatches--cont + .listing-swatches--cont .sel > .listing-swatch__inner::after {
	display: none;
}
.listing-swatches--cont + .listing-swatches--cont .sel > .listing-swatch__inner::before {
	background-image: none;
	height: 8px;
    width: 8px;
}

.listing-notify .button {
	margin-bottom:15px;
}

.listing-payments {
	margin-top: 20px;
	justify-content: space-between;
}

/*.listing-klarna {
	border: 2px solid #F4B6C7;
	border-radius: 10px;
	padding: 11px 20px;
}

.listing-klarna--logo {
	width: 66px;
}

.listing-klarna--logo img {
	display: block;
	width: 100%;
}

.listing-klarna--text {
	font-size: 12px;
	line-height: 1.2;
	color: #3C3C3B;
	margin-left: 10px;
	flex:1 ;
}

.listing-klarna--text strong {
	font-weight: 600;
	text-transform: uppercase;
}

.listing-klarna--button {
	margin-left: 10px;
	color: #3C3C3B;
	background-color: #F4F4F4;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #3C3C3B;
}

.listing-klarna--button:hover {
	background-color: #3C3C3B;
	color: #fff;
}*/

.listing-klarna ~ .listing-methods {
	margin-left: 10px;
}

.listing-methods {
	background-color: #F4F4F4;
	border-radius: 10px;
	padding: 12px 30px;
	gap: 0 2px;
}

.listing-method--img img {
	display: block;
}

.listing-method--img {
	display: flex;
	align-items: center;
}

.listing-buttons {
	margin-top: 20px;
	justify-content: center;
	gap: 0 5px;
	flex-wrap: wrap;
    margin-bottom: -10px;
}
.listing-buttons > .button {
    margin-bottom: 10px;
}

.listing-categories-list--container {
	margin-top: 28px;
}
.listing-categories-list {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	color: #A8A8A8;
	text-align: center;
	max-width: 700px;
}

.listing-categories-list span {
	display: inline-block;
	margin-right: 3px;
}

.listing-categories-list a {
	color: #3C3C3B
}

.listing-categories-list a:hover {
	color: #749239;
}

.ovfl-clamp {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ovfl-clamp--inner {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ovfl-clamp.clamp-1 .ovfl-clamp--inner {
	-webkit-line-clamp: 1;
}
.ovfl-clamp.open .ovfl-clamp--inner {
	-webkit-line-clamp: 100;
	overflow: unset;
}
.ovfl-clamp-toggle {
    cursor: pointer;
    margin-top: 5px;
    font-size: 13px; 
    text-decoration: underline;
	transition: ease-in-out .2s;
}
.ovfl-clamp:not(.on) .ovfl-clamp-toggle {
	display: none;
}
.ovfl-clamp-toggle::before {
	content: 'View All ';
	position: relative;
}
.ovfl-clamp.open .ovfl-clamp-toggle::before {
	content: 'View Less ';
}

.listing-video {
	padding: 40px 0;
}
.listing-text--overflow .listing-video:not(:last-child) {
    padding-top: 20px;
}

/*
|--------------------------------------------------------------------------
| Listing > Thumbnails
|--------------------------------------------------------------------------
*/
.listing-image--video-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
	padding: 0 30px 30px 0;
    z-index: 105;
}
.listing-image--video-banner > .popup-youtube {
	content: '';
	position: relative;
    width: 100%;
	height: 100%;
    border-style: solid;
    border-width: 118px 118px 0 0;
    border-color: #749239 transparent transparent transparent;
    cursor: pointer;
}
.video-banner-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    color: #fff;
    position: absolute;
    bottom: 78px;
    left: 12px;
    width: 70px;
}
.video-banner-icon {
    position: absolute;
    bottom: 42px;
    left: 12px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 30px;
}
.video-banner-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% + 1px);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-style: solid;
    border-width: 7px 0 7px 12.1px;
    border-color: transparent transparent transparent #749239;
}
.listing-side--image__main {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.listing-side--image__main::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    height: 90px;
    z-index: 105;
}
.listing-side--image__main .magnify, .listing-side--image__main .listing-zoom {
    width: 100%;
    display: flex;
	align-items: flex-start;
}

.listing-left {
	align-items: flex-start;
	width: 40%;
}
.listing-right {
	width: 60%;
}

.listing-sash {
	display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
}
.listing-sash > img {
	
}
.listing-sash > div > small {
    font-size: 12px;
}

.product-inner-image--sash-new {
    text-align: center;
    background-color: #749239;
    color: #FFF;
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: -57px;
    width: 180px;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 16.5px;
    line-height: 0.7;
    padding: 7px 20px 6px;
    opacity: 1;
}
.product-inner-image--sash-new small {
    font-size: 12px;
    font-weight: 600;
}
.listing-sash.product-inner-image--sash-new {
    top: unset;
    left: unset;
    display: block;
    right: -55px;
    bottom: 16px;
	line-height: 0.8;
}

.thumbnail-gallery {
    margin-top:30px;
	padding: 0;
	position: relative;
}
.listing-thumbnails--slider {
    display: flex;
}
.listing-thumbnails--slider .slick-list {
	flex: 1;
}
.listing-thumbnails--slider .slick-arrow {
    overflow: hidden;
    position: relative;
    text-indent: -1000px;
    padding: 3px;
    z-index: 1;
    background: #749239;
    display: flex;
    justify-content: center;
    align-items: center;
}
.listing-thumbnails--slider .slick-arrow::before {
	content: '';
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.21309 0.381036C1.44714 0.14705 1.76455 0.0156043 2.09551 0.0156043C2.42646 0.0156043 2.74387 0.14705 2.97792 0.381036L9.5842 6.98731L16.1905 0.381036C16.3056 0.261828 16.4433 0.166743 16.5956 0.101331C16.7479 0.0359181 16.9117 0.00148722 17.0774 4.71235e-05C17.2431 -0.00139297 17.4075 0.0301874 17.5609 0.0929438C17.7142 0.1557 17.8536 0.248377 17.9708 0.365566C18.088 0.482755 18.1807 0.622109 18.2434 0.775498C18.3062 0.928887 18.3377 1.09324 18.3363 1.25896C18.3349 1.42469 18.3004 1.58846 18.235 1.74074C18.1696 1.89301 18.0745 2.03074 17.9553 2.14587L10.4666 9.63457C10.2326 9.86855 9.91516 10 9.5842 10C9.25325 10 8.93584 9.86855 8.70178 9.63457L1.21309 2.14587C0.979102 1.91182 0.847656 1.59441 0.847656 1.26345C0.847656 0.932498 0.979102 0.615092 1.21309 0.381036V0.381036Z' fill='%23FFFFFF'%3E%3C/path%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 18px;
    width: 18px;
}
.listing-thumbnails--slider .slick-arrow.slick-disabled {
	opacity: .4;
}
.listing-thumbnails--slider .slick-prev {
	margin-right: 5px;
}
.listing-thumbnails--slider .slick-next {
	margin-left: 5px;
}
.listing-thumbnails--slider .slick-prev::before {
	transform: rotate(90deg);
}
.listing-thumbnails--slider .slick-next::before {
	transform: rotate(-90deg);
}
.listing-thumbnails {
	position: relative;
	padding: 4px 0 0 0;
}

.listing-thumbnails.has-arrows .listing-thumbnails--slider {
	padding: 0 44px;
}

.listing-thumbnail {
	margin: 0 2px;
}

.listing-thumbnail--link {
	display: block;
}

.listing-thumbnails .slick-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 40px;
	background: #749239;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	color: transparent;
	transition: background 300ms ease;
}

.listing-thumbnails .slick-prev {
	right: auto;
	left: 0;
}

.listing-thumbnails .slick-arrow:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(<?=$IMAGE_PATH?>icon-chevron-right.png) no-repeat center center;
	transition: opacity 300ms ease;
}

.listing-thumbnails .slick-prev:after {
	background: url(<?=$IMAGE_PATH?>icon-chevron-left.png) no-repeat center center;
}

.listing-thumbnails .slick-disabled {
	background-color: #777777;
	cursor: not-allowed;
}

.listing-thumbnails .slick-disabled:after {
	opacity: 0.4;
}


.listing-thumbnails--grid {
    display: grid;
}
.listing-thumbnails--grid .listing-thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
}
.listing-thumbnails--grid .listing-thumbnail img {
	visibility: hidden;
}
.listing-thumbnails--grid .slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    width: 20px;
    overflow: hidden;
    text-indent: -1000px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: ease-in-out .2s;
	background-color: transparent;
}
.listing-thumbnails--grid .slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: .4;
}
.listing-thumbnails--grid .slick-arrow::after {
	content: '';
	background: url(/images/style/basic/chevron-down-black.svg) no-repeat center center / contain;
	width: 15px;
    height: 15px;
}
.listing-thumbnails--grid .slick-prev {
    right: 100%;
}
.listing-thumbnails--grid .slick-prev::after {
	transform: rotate(90deg);
}
.listing-thumbnails--grid .slick-next {
	left: 100%;
}
.listing-thumbnails--grid .slick-next::after {
	transform: rotate(-90deg);
}


.listing-thumbnail.lt-video > span {
	position: absolute;
	width: 50px;
    height: 50px;
    background-color: #749239;
    border-radius: 100px;
}
.listing-thumbnail.lt-video > span::after {
	content: '';
    position: absolute;
    top: 50%;
    left: calc(50% + 1px);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #FFF;
}

.listing-thumbnail.sel {
	cursor: pointer;
}
.listing-thumbnail > .listing-thumbnail--link {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.listing-thumbnail--btn {
	
}
.listing-thumbnail.sel > .listing-thumbnail--link::before {
    content: '';
    position: absolute;
    background-color: #FFF;
    height: 30px;
    width: 30px;
	border-radius: 30px;
	background-image: url('data:image/svg+xml,<svg width="28" height="21" viewBox="0 0 28 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.1482 1.43387C26.2882 0.572757 24.8917 0.5733 24.0306 1.43387L9.9996 15.4654L3.76341 9.22931C2.9023 8.3682 1.50646 8.3682 0.645345 9.22931C-0.215766 10.0904 -0.215766 11.4863 0.645345 12.3474L8.44024 20.1423C8.87052 20.5726 9.43474 20.7882 9.999 20.7882C10.5633 20.7882 11.128 20.5731 11.5583 20.1423L27.1482 4.55188C28.0093 3.69137 28.0093 2.29493 27.1482 1.43387Z" fill="black"/></svg>');
	background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: .8;
}
.listing-thumbnail:not(.sel) > .listing-thumbnail--btn {
	display: none;
}
.listing-thumbnail.sel > .listing-thumbnail--btn {
    content: 'VIEW MORE PHOTOS';
    position: absolute;
    top: -84px;
    border: 2px solid #3C3C3B;
    background-color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 5px 14px 5px 42px;
    font-size: 13px;
    font-weight: 600;
    color: #3C3C3B;
    left: 20px;
	background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.000488281 2C0.000488281 1.46957 0.211202 0.960859 0.586275 0.585786C0.961347 0.210714 1.47006 0 2.00049 0H16.0005C16.5309 0 17.0396 0.210714 17.4147 0.585786C17.7898 0.960859 18.0005 1.46957 18.0005 2V16C18.0005 16.5304 17.7898 17.0391 17.4147 17.4142C17.0396 17.7893 16.5309 18 16.0005 18H2.00049C1.47006 18 0.961347 17.7893 0.586275 17.4142C0.211202 17.0391 0.000488281 16.5304 0.000488281 16V2ZM16.0005 2H2.00049V9.92L5.37549 7.22C5.55285 7.078 5.77328 7.00062 6.00049 7.00062C6.22769 7.00062 6.44813 7.078 6.62549 7.22L10.9255 10.66L12.2935 9.293C12.481 9.10553 12.7353 9.00021 13.0005 9.00021C13.2657 9.00021 13.52 9.10553 13.7075 9.293L16.0005 11.586V2ZM2.00049 16H16.0005V14.414L13.0005 11.414L11.7075 12.707C11.5335 12.8811 11.3014 12.9849 11.0556 12.9986C10.8099 13.0122 10.5677 12.9348 10.3755 12.781L6.00049 9.28L2.00049 12.48V16Z" fill="%230D0D0D"></path></svg>');
	background-position: 14px center;
    background-repeat: no-repeat;
    width: max-content;
	z-index: 105;
}


/*
|--------------------------------------------------------------------------
| Listing > Text
|--------------------------------------------------------------------------
*/

.listing-text--reveal {
	/* padding: 0 60px; */
	border-top: 1px solid #F4F4F4;
}

.listing-text--reveal:last-child {
	border-bottom: 1px solid #F4F4F4;
}

.listing-text--title {
	font-size: 18px;
	font-weight: 600;
	color: #749239;
	line-height: 1.2;
	padding: 20px 60px;
	cursor: pointer;
}

.listing-text--title svg {
	width: 18px;
	transition: transform .3s ease;
}

.listing-text--title.open svg {
	transform: rotate(180deg);
}

.listing-text--overflow {
	display: none;
	padding: 0 60px 20px;
}

.listing-download--button {
	margin-bottom: 12px;
}
.listing-download--button:last-child {
	margin-bottom: 0;
}
.listing-download--button > a {
    color: #3C3C3B!important;
    display: flex;
    align-items: center;
    background-color: transparent!important;
    padding: 0;
    text-align: left;
    line-height: 1.2;
}
.listing-download--button > a::before {
	content: '';
	position: relative;
	height: 20px;
	width: 20px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="394" height="483" viewBox="0 0 394 483" fill="none"><path d="M271.458 0H77.811C49.521 0 26.496 23.041 26.496 51.315V241.069H21.484C10.066 241.069 0.80603 250.32 0.80603 261.748V387.152C0.80603 398.579 10.065 407.829 21.484 407.829H26.496V430.824C26.496 459.129 49.521 482.139 77.811 482.139H342.034C370.306 482.139 393.334 459.128 393.334 430.824V121.449L271.458 0ZM55.053 284.379C61.113 283.355 69.631 282.583 81.632 282.583C93.76 282.583 102.404 284.898 108.212 289.548C113.76 293.93 117.504 301.163 117.504 309.675C117.504 318.185 114.667 325.42 109.505 330.321C102.791 336.641 92.862 339.478 81.247 339.478C78.662 339.478 76.345 339.35 74.533 339.099V370.195H55.053V284.379ZM342.034 450.713H77.811C66.857 450.713 57.937 441.793 57.937 430.824V407.829H304.247C315.667 407.829 324.926 398.579 324.926 387.152V261.748C324.926 250.32 315.667 241.069 304.247 241.069H57.937V51.315C57.937 40.377 66.858 31.457 77.811 31.457L259.701 31.267V98.5C259.701 118.138 275.635 134.087 295.288 134.087L361.15 133.898L361.891 430.823C361.891 441.793 352.987 450.713 342.034 450.713ZM130.065 369.801V284.379C137.29 283.229 146.707 282.583 156.645 282.583C173.161 282.583 183.871 285.546 192.263 291.865C201.294 298.579 206.967 309.281 206.967 324.646C206.967 341.289 200.907 352.779 192.514 359.87C183.357 367.482 169.418 371.092 152.389 371.092C142.191 371.092 134.966 370.446 130.065 369.801ZM270.892 319.226V335.222H239.662V370.195H219.922V283.229H273.082V299.351H239.662V319.226H270.892Z" fill="%23F40F02"/></svg>');
	background-size: contain;
	background-position: center; 
	background-repeat: no-repeat;
	margin-right: 10px;
	flex: none;
}
.listing-download--button > a:hover {
	text-decoration: underline;
}


/*
|--------------------------------------------------------------------------
| Listing > Tabs
|--------------------------------------------------------------------------
*/
.listing-tabs {
	margin: 20px 0 0 0;
}

.listing-tabs-buttons {
	display: table;
    table-layout:fixed;
	width: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E3E3E3',GradientType=0 );
}

.listing-tabs-button {
	position: relative;
	display: table-cell;
	color: #666666;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	transition: color 300ms ease;
	padding: 19px 6px;
	text-align: center;
	width: 1px;
	border-right: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.04);
}

.listing-tabs-button:last-child {
	border-right: none;
}

.listing-tabs-button.sel {
	color: #2d2d2d;
}

.listing-tabs-button.sel::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1px;
	margin-left: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #ffffff transparent;
	z-index: 99;
}

.listing-tab {
	display: none;
	padding: 25px 20px;
	background-color: #fff;
}

.listing-tab:first-child {
	display: block;
}

.mobile-tab-title {
	padding: 15px 25px;
	color: #fff;
	font-weight: 700;
	margin: 14px 0 0 0;
}

.mobile-tab-title {
	display: none;
}

.scroll-to-options {
	opacity: 0;
    pointer-events: none;
    position: fixed;
    bottom: 15px;
    left: 10px;
    width: calc(100% - 120px);
    font-size: 15px;
    height: 48px;
    padding: 10px;
    transition: ease-in-out .4s;
    border-radius: 2px;
    z-index: 2000000005;
}
.scroll-to-options.show {
	opacity: 1;
	pointer-events: all;
}

/*
|--------------------------------------------------------------------------
| Listing > Tabs > Comments
|--------------------------------------------------------------------------
*/

.listing-comments-title {
	font-weight: 700;
	font-size: 21px;
	color: #fff;
	float: left;
}

.listing-comments > .button {
    margin-top: 10px;
}

.listing-comment {
	padding: 20px;
	border-top: 1px solid #e5e5e5;
	background-color: #FFFFFF;
}
.listing-comment:first-child {
	border-top: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.listing-comment:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.listing-comment-title {
	font-size: 12px;
	font-weight: 600;	
	text-transform: capitalize;
	line-height: 1.1;
	color: #749239;
}

.listing-comments-stars, .comment-form-stars {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #353D5C;
}

.listing-comments-stars > span, .comment-form-stars > span {
	margin-right: 5px;
}

.listing-comments-stars .rating-star, .comment-form-stars .rating-star {
	cursor: pointer;
}

.listing-comments-stars .rating-star svg, .comment-form-stars .rating-star svg {
	fill: #353D5C;
	stroke: #353D5C;
    stroke-width: 2px;
}

.listing-comments-stars .rating-star:hover svg,
.listing-comments-stars .rating-star:hover + .rating-star svg,
.listing-comments-stars .rating-star:hover + .rating-star + .rating-star svg,
.listing-comments-stars .rating-star:hover + .rating-star + .rating-star + .rating-star svg,
.listing-comments-stars .rating-star:hover + .rating-star + .rating-star + .rating-star + .rating-star svg, 
.comment-form-stars .rating-star:hover svg,
.comment-form-stars .rating-star:hover + .rating-star svg,
.comment-form-stars .rating-star:hover + .rating-star + .rating-star svg,
.comment-form-stars .rating-star:hover + .rating-star + .rating-star + .rating-star svg,
.comment-form-stars .rating-star:hover + .rating-star + .rating-star + .rating-star + .rating-star svg {
	/* fill: none; */
}

.listing-comments-stars .rating-star--empty svg, .comment-form-stars .rating-star--empty svg {
	fill: none;
}

.listing-comment-author {
	font-weight: 600;
	font-size: 12px;
	color: #749239;
	text-transform: uppercase;
	display: flex;
    flex-wrap: wrap;
    text-align: right;
    flex: 1;
}
.listing-reviews .listing-comment-author {
    justify-content: flex-end;
}
.listing-comment-author > span {
    margin-left: 20px;
}

.listing-comments-text {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
	margin-right: 10px;
	line-height: 1.2;
}

.listing-comments-reveal {
	margin-top: 30px;
	padding: 12px 30px;
	border-radius: 10px;
	background-color: #749239;
}

.listing-comments-form {
	display: none;
	padding: 12px 0;
}

.comments-small-print {
	margin-top: 20px;
	font-size: 11px;
	line-height: 1.1;
	color: #FFF;
}

.listing-review-stars .rating-star svg,
.listing-review-stars .rating-star {
	width: 20px;height: 18px;
}

.listing-comments-response,
.listing-comment-question {
	background-color: #F4F4F4;
	padding: 20px 30px;
}

.listing-comment-question {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out;
}

.visible {
    opacity: 1;
    visibility: visible;
}

#backToTop {
	cursor: pointer;
}

.listing-comments-response {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.listing-comments-response,
.listing-question {
	font-size: 12px;
	line-height: 1.1;
	color: #3C3C3B;
}

.listing-comments-response {
	background-color: #fff;
	border: 1px solid #F4F4F4;
}

.listing-comment-question .listing-comment-author {
	margin-top: 10px;
	color: #749239; 
}

.listing-questions .listing-comment {
	border: none;
	margin-bottom: 5px;
	border-radius: 10px;
	padding: 0;
	overflow: hidden;
}

.listing-question-search {
	margin: 10px 0 20px;
}

.spinner-loading {
	display: none;
}

.question-input {
	background-color: #fff;
	padding: 12px 30px;
	border-radius: 40px;
}

.question-input input {
	font-size: 15px;
	color: #3C3C3B;
	flex: 1;
}

.question-search {
	width: 20px;height: 21px;
	cursor: pointer;
}


.main-image {
	position: relative;
}

.view-gallery {
	border: 2px solid #3C3C3B;
	background-color: #fff;
	border-radius: 30px;
	text-transform: uppercase;
	padding: 5px 14px;
	font-size: 13px;
	font-weight: 600;
	color: #3C3C3B;
	position: absolute;
	bottom: 20px;left: 20px;
	z-index: 105;
}

.view-gallery span {
	display: inline-block;
	margin-left: 10px;
}

/*
|-------------------------------------------------------------------------
| Listing > Catalogue
|--------------------------------------------------------------------------
*/

.listing-catalogue--title {
	font-size: 30px;
}

.listing-catalogue--row {
	width: 100%;
	text-align: center;
    padding: 10px;
    background-color: #f4f4f4;
    margin: 10px 0 0;
    font-size: 13px;
    color: #749239;
    text-transform: uppercase;
    letter-spacing: -0.045em;
}

.listing-catalogue--row-title {
	padding-right: 5px;
}

.mob-listing-images {
	display: none;
}

/*
|--------------------------------------------------------------------------
| Listing > Related
|--------------------------------------------------------------------------
*/
.listing-related {
	padding: 30px 0 0 0;
}

.listing-upsells--title,
.listing-related--title {
	display: block;
	text-align: center;
	line-height: 1.2;
}

.listing-related--title {
	font-size: 25px;
}

.listing-related--products {
	padding-top: 20px;
}

.listing-related--products .product-grid--item {
	width: 33.3333%!important;
}

.listing-related--products .product-grid--item:nth-child(3) {
	border-right: 0;
}

/*
|--------------------------------------------------------------------------
| Listing > Price Breaks
|--------------------------------------------------------------------------
*/
.price-bands {
	display: none;
	background-color: #2d2d2d;
	margin: 20px 0 0 0;
	color: #fff;
}

.price-bands--table-cont {
	padding: 10px;
}

.price-bands--table {
	border-spacing: 16px 10px;
}

.price-bands--header {
	color: #abadae;
}

/*
|--------------------------------------------------------------------------
| Listing > Overlay
|--------------------------------------------------------------------------
*/
.overlay {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 110;
}

.overlay--inner {
	width: 95%;
	max-width: 1100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #2d2d2d;
    padding: 30px;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.overlay--open .overlay--inner {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.overlay--close {
	position: absolute;
	top: -15px;
	right: 20px;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transform: translateY(30px);
	transition: transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
}

.overlay--open .overlay--close {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.overlay--backdrop {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.45);
	transition: background-color 300ms ease;
}

.overlay--backdrop:hover {
	cursor: pointer;
}

.overlay--inner {
	transition: opacity 300ms ease;
}

.overflow-fix,
.overlay--content {
	overflow: hidden;
}

.overlay--image {
	float: right;
}

.overlay--image img {
	width: 100%;
	max-width: 446px;
	padding: 20px 20px 0 20px;
	background-color: #fff;
	transition: all 1s cubic-bezier(0.25, 0, 0.25, 1.75);
	border-radius: 2px;
	max-height: 90vh;
}

.overlay--inner-large {
	max-width: 90vw;
	width: 900px;
}

.overlay__blue .overlay--inner {
	background-color: #749239;
}

.overlay.open .overlay--inner {
	-webkit-animation: overlayEntrance 1s forwards;
	-moz-animation: overlayEntrance 1s forwards;
	-o-animation: overlayEntrance 1s forwards;
	animation: overlayEntrance 1s forwards;
}

.overlay-personalise .overlay--inner {
	background-color: #c0bfbf;
	padding: 5px 5px 0 5px;
}

.overlay-basket--right {
	min-width: 50%;
}

.overlay--title {
	display: block;
	font-size: 21px;
	color: #fff;
}

.overlay--input-group {
	padding: 0 0 4px;
}

.overlay--input-group-padded {
	padding: 10px 0 4px;
}

.overlay--submit-group {
	text-align: center;
}

.overlay--form .input-grid:last-child {
	padding-bottom: 0;
}

.overlay--input {
	width: 100%;
	padding: 6px 8px;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #fff;
	text-align: left;
	font-size: 13px;
	color: #1e1e1e;
}

.overlay--text-input {
	height: 120px;
}

.overlay--form {
	padding: 20px 0 0 0;
}
.overlay--button {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.overlay--button-details {
	background-color: #b34834;
	font-size: 12px;
}

.overlay-overview--cont {
	padding: 30px 30px 0;
}

.overlay-overview {
	height: 510px;
	width: 420px;
	padding: 0 0 124px 0;
	overflow: scroll;
}

.overlay-action {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 420px;
}

.overlay--view-full-details {
	display: block;
	width: 100%;
	background-color: #01a4cd;
	color: #fff;
	padding: 11px 10px;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
}

.overlay--view-full-details:hover {
	background-color: #0284a5;
	color: #fff;
}

#ask-a-question,
#bulk {
	cursor: pointer;
}

.overlay--text {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 10px 0 0 0;
	margin: 0;
}

.addthis_sharing_toolbox {
	padding-top:4px;
	float: right;
}

#product_add_content h2 {
	font-size: 16px;
}

#product_add_content,
#product_add_upsell {
	padding: 4px 0 10px;
	text-align: center;
}

#engraving_img_container {
	text-align: center;
	padding-top: 14px;
}

#add-new-address-overlay .overlay--inner {
	background-color: #fff;
	padding: 40px;
	max-width: 460px;
}

#add-new-address-overlay .overlay--title {
	color: #2d2d2d;
	padding: 0 0 20px 0;
	display: block;
}

#add-new-address-overlay .checkout-form--has-button {
	padding: 10px 0 20px 0;
}

#click-and-collect-overlay .overlay--inner {
	background-color: #fff;
	padding: 20px;
	max-width: 980px;
}

/*
|--------------------------------------------------------------------------
| Overlay > Basket > Basic
|--------------------------------------------------------------------------
*/
.overlay-basket-basic .overlay--close {
	background-color: #fff;
	height: 36px;
	width: 36px;
	border-radius: 18px;
	text-indent:  -999px;
	overflow: hidden;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='16px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M15.071,2.343 L9.408,8.006 L15.008,13.607 L13.607,15.008 L8.006,9.408 L2.343,15.071 L0.929,13.657 L6.592,7.994 L0.992,2.393 L2.393,0.991 L7.994,6.592 L13.657,0.929 L15.071,2.343 Z'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	top: -50px
}

.overlay-basket-basic .overlay--inner {
	max-width: 845px;
	/* overflow-y: visible; */
	padding: 0;
}

.overlay-basket--right .form-options {
	background-color: transparent;
}

.overlay-basket.overlay--inner {
	max-width: 845px;
}

.overlay-basket-basic--title {

}

.basket-modal-action {
	margin: 10px 0 0 0 ;
}

.overlay-basket {
	max-height: 75%;
	display: flex;
	flex-direction: column;
	max-width: 600px;
	padding: 30px;
}

#basket-modal-contents {
	overflow-y: auto;
}

#basketOverlayContents {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.overlay-basket-options .overlay-basket-basic--main {
	display: flex;
}

.overlay--inner .cart-item-right .remove {
	position: relative;
	bottom: auto;
    margin: 0 0 0 auto;
}

.overlay-basket-basic--main {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.overlay-basket-basic--svg {
	width: 64px;
	margin-right: 30px;
	flex-shrink: 0;
}

.overlay-basket-basic--svg svg {
    fill: #37af56;
    width: 100%;
}

.overlay-basket-basic--bottom {
	padding: 0 0 20px 0;
	display: flex;
}

.overlay-basket-basic--bottom .button {
	flex: 1 0 auto;
}

/*
|--------------------------------------------------------------------------
| Overlay > Options
|--------------------------------------------------------------------------
*/
.overlay-basket-basic--main form {
	width: 100%;
}

.overlay-basket--left {
	border-right: 1px solid #E3E3E3;
}

.overlay-basket--right {
	flex: 1 0 auto;
}

.overlay-basket--right {
	padding:  32px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.overlay-basket--title {
	font-size: 21px;
	color: #000;
	font-weight: 600;
}

.overlay-basket--right .form-options {
	margin: 20px 0 0 0;
	padding: 0;
}

.overlay-basket--right .listing-price {
	font-size: 24px;
	font-weight: 700;
}

/*
|--------------------------------------------------------------------------
| Compare
|--------------------------------------------------------------------------
*/
.compare-table--row {
	display: table-row;
	position: relative;
	font-weight: 700;
	color: #fff;
}

.compare-table--cell {
	display: table-cell;
	padding: 15px;
	background-color: #749239;
	font-weight: 700;
	color: #fff;
	text-align: center;
	width: 20.83333333333333%;
	box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}

.compare-table--cell:nth-child(3),
.compare-table--cell:nth-child(5) {
	background-color: #cc523b;
}

.compare-table--row-header {
	width: 16.66666666666667%;
	background-color: #666666;
	text-align: right;
}

.compare-table--head-cell-first {
	width: 16.66666666666667%;
}

.compare-listing--image {
	display: block;
}

.compare-listing--image img {
	display: block;
    width: 100%;
}

.compare-table--title-cont {
	padding: 5px;
	text-align: center;
}

.compare-table--title {
	font-size: 36px;
	color: #fff;
	margin: 0;
	padding: 60px 10px;
}

.compare-table--head {
	display: table-row;
}

.compare-table--head .compare-table--cell {
	padding: 0;
	text-align: left;
	vertical-align: top;
	background-color: #dde2e5;
}

.compare-table--head .compare-table--cell:first-child {
	padding: 10px;
	vertical-align: middle;
}

.compare-table--cell.compare-table--head-cell-empty {
	text-align: center;
	vertical-align: middle;
}

.compare-table--head-cell-empty i {
	font-size: 270px;
	font-style: normal;
}

.compare-undo--form {
	display: inline-block;
}

/*
|--------------------------------------------------------------------------
| Basket
|--------------------------------------------------------------------------
*/
.cart--heading {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #666666;
	padding: 0 0 15px 0;
}

.cart-segment {
	border: 2px solid #E3E3E3;
	background-color: #fff;
	margin-bottom:20px;
}

.cart-main .cart-segment:last-child {
	margin-bottom:0;
}

.cart-side .cart-segment {
	margin-bottom:0;
}

.cart-segment--inner {
	padding: 15px;
}

.cart-main {
	width: 62%;
	float: left;
}

.bags-selector,
.multibags-selector {
	margin: 0 -10px -10px 0;
}

.bags-selector > *,
.multibags-selector > * {
	padding: 0 10px 10px 0;
}

.multibags-selector .button {
	display: block;	
}

.bag-selector--title {
	font-size: 16px;
	margin-bottom: 10px;
}

#bag-selector {
	padding-top: 25px;
}

.basket-option--images-cont {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -12px -8px 0;
}
.basket-option--package-label {
    width: 100%;
	padding: 0 0 8px;
}
.basket-option--image-cont {
    position: relative;
    display: inline-block;
	padding: 0 12px 12px 0;
}

.basket-option--image {
    border: 1px solid #efefef;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
}

.basket-option--image img {
	max-height: 100%;
}

.basket-option--image-text {
    display: none;
    position: absolute;
	bottom: calc(100% + 10px);
	text-align: center;
	width: 250px;
	left: -88px;
	color: #fff;
}

.basket-option--image-text::after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #2d2d2d transparent transparent transparent;
}

.basket-option--image-text-inner {
    padding: 7px 15px 5px;
	font-size: 13px;
	display: inline-block;
	background: #2d2d2d;
}

.basket-option--image-text span {
    display: block;
	padding-bottom: 3px;
	color: #fec800;
}

.basket-option--image-cont:hover .basket-option--image-text {
    display: block;
}

.basket-option--image-qty {
    position: absolute;
    background: #749239;
	color: #fff;
    font-size: 10px;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    right: 0;
}

/*
|--------------------------------------------------------------------------
| Basket > Side
|--------------------------------------------------------------------------
*/
.cart-side {
	float: right;
	width: 38%;
	padding: 0 0 0 40px;
}

.cart-side--option {
	font-size: 13px;
	font-weight: 700;
	border: 2px solid #E3E3E3;
	margin-top:15px;
}

.cart-side--option span {
	display: block;
	padding: 12px;
}

.cart-side--option-trigger {
	padding: 0 15px;
}

.cart-side--option__gift {
	color: #51ac5c;
}

.cart-side--option__gift.sel {
	background: #51ac5c;
	color: #fff;
	border: 2px solid #3F9649;
}

.cart-side--option__gift.sel span {
	background-image: url(<?=$IMAGE_PATH?>icon-gift-white.png);
}

.cart-side--option-inner {
	display: none;
	padding: 0 20px 20px 20px;
}

.cart-delivery-lead {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

/*
|--------------------------------------------------------------------------
| Basket > Totals
|--------------------------------------------------------------------------
*/
.cart-total--price {
	text-align: right;
}

.cart-total {
	color: #1e1e1e;
	font-weight: 600;
	font-size: 21px;
}

.cart-total .dblc {
	padding-bottom: 15px;
}

.cart-side--delivery-option {
	position: relative;
	background-color: #f3f3f3;
	color: #1e1e1e;
	padding: 10px 12px;
	padding-right: 50px;
	transition: padding 300ms ease;
	min-height: 48px;
	cursor: pointer;
	margin-top: -1px;
	border-left: 1px solid #F4F4F4;
	border-right: 1px solid #F4F4F4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	transition: background 300ms ease, border 300ms ease;
}

.cart-side--delivery-option:hover {
	background-color: #F4F4F4;
}

.cart-side--delivery-option:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	height: 28px;
	width: 28px;
	background-color: #fff;
}

.cart-side--delivery-option.sel:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	height: 28px;
	width: 28px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='13px'%3E%3Cpath fill-rule='evenodd' fill='rgb(36, 154, 75)' d='M12.904,0.505 L5.247,8.223 L2.95,5.76 L0.6,7.174 L5.247,12.494 L15.6,2.678 L12.904,0.505 Z'/%3E%3C/svg%3E");
}

#delivery-selection {
	border-radius: 3px;
	overflow: hidden;
}

.cart-side--delivery-option:hover {
}

.cart-side--delivery-option.sel {
	background-color: #249a4b;
	border-color: #249a4b;
	color: #fff;
}

.cart-side--delivery-option.sel span {
	color: #fff;
}

.cart-side--delivery-option strong {
	font-size: 13px;
	display: block;
	font-weight: 600;
}

.cart-side--delivery-option span {
	display: block;
	font-size: 11px;
}

.cart-side--delivery-option span {
	color: #666666;
}

span.cart-side--delivery-cost {
	font-size: 13px;
	font-weight: 600;
}

span.cart-side--delivery-cost,
span.cart-side--delivery-cost--original {
	float: right;
	color: #1e1e1e;
}

span.cart-side--delivery-cost--original {
	text-decoration: line-through;
	padding-right: 8px;
	font-weight: normal;
}

/*
|--------------------------------------------------------------------------
| Basket > Items
|--------------------------------------------------------------------------
*/
.cart-item {
	position: relative;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #E3E3E3;
	display: flex;
}

.cart-item:last-child {
	border-bottom: 0;
	margin:0;
	padding:0;
}

.cart-item-image {
	width: 130px;
	margin: 0 0 15px 0;
}

.cart-item-image a {
	border: 2px solid #E3E3E3;
}

.cart-item:last-child .cart-item-image {
	margin:0;
}

.cart-item-content {
	padding: 0 90px 0 15px;
}

.cart-item-title a {
	font-weight: 700;
	font-size: 16px;
	color: #414141
}

.cart-item-content .label-inline {
	width:104px;
	margin: 0 0 10px 0;
}

.cart-item-right {
	width:110px;
	position: absolute;
	top: 0; right: 0; bottom: 0;
	float: right;
	text-align: right;
}

.cart-item-price {
	font-weight: 700;
	font-size: 21px;
	color: #414141;
}

.cart-item-stock-cont {
	padding-top: 7px;
}

.cart-item-unitprice, .cart-item-option, .basket-item-stock {
	display: block;
	color: #666666;
	font-size: 12px;
}

.basket-item-stock.stock-status {
	background-size: 14px auto;
}

.basket-item-stock {
	margin-top: 3px;
	padding: 0 0 0 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.basket-item-stock-cross-amber {
	background-image: url(<?=$IMAGE_PATH?>icon-cross-amber.png);
}

.basket-item-stock-van-green {
	background-image: url(<?=$IMAGE_PATH?>icon-dispatch-van-green.png);
}

.basket-item-stock-warning {
	background-image: url(<?=$IMAGE_PATH?>icon-cart-warning.png);
}

.basket-item-stock-van-orange {
	background-image: url(<?=$IMAGE_PATH?>icon-dispatch-van-orange.png);
}

.basket-item-stock-box {
	background-image: url(<?=$IMAGE_PATH?>icon-dispatch-box-orange.png);
}

#cart--vat-declaration-details {
	display:none;
}

.remove {
	background: url(<?=$IMAGE_PATH?>cart-remove.png) left center no-repeat;
	padding: 0 0 0 15px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	color: #b52025;
	font-weight: 700;
}

.cart-item-right .remove, .cart-item-right .button-small {
	position: absolute;
	bottom: 15px;
	right: 0;
}

.cart-item:last-child .cart-item-right .button-small {
	bottom:0;
}

.cart-item--stock {
	padding: 0 0 0 10px;
}

.cart-free-item .cart-item-image {
	width: 80px;
	margin-bottom: 0;
}

.basket-free-items-title {
	padding: 10px 8px;
	background-color: #51ac5c;
	color: #fff;
	font-size: 13px;
}

.cart-free-items-block {
	margin: 0 0 15px;
}

.cart-free-item {
	padding: 4px;
	border: 2px solid #E3E3E3;
	border-top: 0;
}

.cart-free-item-inner {
	display: flex;
	align-items: center;
}

.cart-free-item-inner .cart-overview--item-inner {
	width: 100%;
}

.cart-free-item .cart-item-price {
	font-size: 16px;
}

.cart-free-item-right {
	margin-left: auto;
	text-align: right;
	padding-right: 10px;
}

.cart-free-item .cart-item-variant,
.cart-free-item .cart-item-price {
	display: block;
	margin-bottom: 5px;
}

.cart-free-item .cart-item-variant {
	font-size: 12px;
}

.cart-overview--item.cart-free-item-inner {
	border: 0;
	padding: 0;
	margin-bottom: 0;
}

/*
|--------------------------------------------------------------------------
| Basket > Datepicker
|--------------------------------------------------------------------------
*/
 .ui-datepicker-inline {
    margin: 30px auto 0 auto;
    border-radius: 0;
    border-color: #E3E3E3;
    padding: 4px;
}
 .ui-datepicker-title {
	color: #749239;
}
 .ui-widget-header,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border-color: #749239;
}
 .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-datepicker-title {
	color: #749239;
}
 .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #019cc2;
	background-color: #019cc2;
    font-weight: bold;
    color: #fff;
}
 .ui-datepicker td a {
	text-align: center;
}
 .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	background-color: #749239;
	width: 28px;height: 28px;
	cursor: pointer;
	top: 2px !important;
}
 .ui-datepicker .ui-datepicker-prev {
	left: 2px !important;
}
 .ui-datepicker .ui-datepicker-next {
	right: 2px !important;
}
 .ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
	position: absolute;
	top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(<?=$IMAGE_PATH?>icon-chevron-left.png) no-repeat center center;
	margin: 0;
}
 .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border-color: #019cc2;
}
 .ui-datepicker .ui-datepicker-next .ui-icon {
	background-image: url(<?=$IMAGE_PATH?>icon-chevron-right.png);
}

/*
|--------------------------------------------------------------------------
| Brands
|--------------------------------------------------------------------------
*/
.brand-letters--grid {
	margin: 0 -1px 0 0;
	padding: 14px 0;
}

.brand-letter {
	text-align: center;
	width: 3.703703703703704%;
	float: left;
	padding: 0 1px 0 0;
}

.brand-letter.disabled {
	opacity: 0.4;
}

.brand-letter.disabled .brand-letter--inner {
	cursor: not-allowed;
}

.brand-letter.disabled .brand-letter--inner:hover {
	border: 2px solid #E3E3E3;
	color: #749239;
	background-color: #fff;
}

.brand-letter--inner {
	display: block;
	border: 2px solid #E3E3E3;
	color: #749239;
	font-weight: 700;
	font-size: 21px;
	padding: 4px 0;
	cursor: pointer;
}

.brand-letter--inner.sel,
.brand-letter--inner:hover {
	background-color: #749239;
	color: #fff;
	border: 2px solid rgba(0,0,0,0.2);
}

.brands-list--item {
	text-align: center;
	width: 16.6666666666666666666%;
	float: left;
	padding: 0 4px 4px 0;
}

.brands-list--letter {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 60px;
}

.brands-list--letter .brands-list--inner {
	background-color: #1e1e1e;
}

.brands-list--letter span {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	bottom: 0;
	left: 50%;
	right: 0;
	height: 60px;
	line-height: 60px;
}

.brands-list--inner {
	position: relative;
	height: 0;
	padding: 0 0 100% 0;
}

.brands-list--image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 34px;
	background-size: 60%;
	background-color: #fff;
}

.brands-list--image img {
	display: none;
}

.brands-list--text {
	position: absolute;
	right: 0; bottom: 0; left: 0;
	background-color: #E3E3E3;
	font-weight: 700;
	font-size: 12px;
	color: #749239;
	padding: 10px 0;
}


/*
|--------------------------------------------------------------------------
| Checkout
|--------------------------------------------------------------------------
*/
.checkout-header {
	border-bottom: 1px solid #E3E3E3;
	min-height: auto;
	padding: 31px 0;
}

.checkout {
	position: relative;
	overflow:hidden;
	background-color: #F4F4F4;
}

.checkout-main {
	width: 60%;
	padding: 45px 70px 0 0;
	background-color: #F4F4F4;
	float: left;
	border-right: 1px solid #E3E3E3;
}

#checkout-container, #confirm-container {
	max-width:1400px;
}

#checkout-container {
	padding:0 100px 0 120px;
}

#confirm-container {
	padding:0 100px 0 170px;
}

.payment-methods {
	margin: 0 0 15px 0;
}

.checkout-segment {
	padding: 0 0 15px 0;
}

.checkout-title {
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #E3E3E3;
}

.checkout-subtitle {
	font-size: 18px;
	padding: 0 0 15px 0;
	margin: 0;
}

.checkout-breadcrumbs {
	display:none;
}

.checkout-breadcrumb {
	position: relative;
	padding: 0 20px 0 0;
	font-size: 16px;
	color: #2d2d2d;
}

.checkout-breadcrumb:after {
	position: absolute;
	top: 50%;
	right: 8px;
	margin: -4px 0 0 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #2d2d2d;
}

.checkout-breadcrumb:last-child:after {
	display: none;
}

.checkout-breadcrumb__green {
	color: #51ac5c;
}

.checkout-breadcrumb__green:after {
	border-color: transparent transparent transparent #51ac5c;
}

.checkout-breadcrumb__grey {
	color: #666666;
}

.checkout-breadcrumb__grey:after {
	border-color: transparent transparent transparent #666666;
}

.checkout-side {
	width: 40%;
	float: right;
	position: relative;
	z-index: 1;
}

.checkout-side:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 300%;
    background: #FFF;
    z-index: -1;
}

.checkout-action {
	border-top: 2px solid #E3E3E3;
	padding: 24px 0;
}



.google-address-lookup {
	width: 100%;
	min-height: 10px;
}
.google-address-lookup-results {
	max-height: 240px;
	overflow-y: auto;
	background-color: #fff;
	margin-bottom: 5px;
}
.google-address-lookup-address {
	border-bottom: 1px solid #E3E3E3;
	border-top: 0;
	padding: 12px 10px 10px;
	font-size: 13px;
	line-height: 1.1;
}

.google-address-lookup-address:last-child {
	border-bottom: 0;
}

.google-address-lookup-address:hover {
	color: #fff;
	background: #749239;
	cursor: pointer;
}

.return-to-basket {
	background-color: #fff;
	color: #2d2d2d;
	text-transform: none;
	padding: 12px 25px 11px 15px;
	background: url(<?=$IMAGE_PATH?>icon-chevron-left-black.png) no-repeat center left;
	font-size: 15px;
}

.checkout-addressbook .input {
	display: none;
}

.checkout-addressbook-button {
	color: #749239;
	font-size: 13px;
	margin-bottom: 15px;
	cursor: pointer;
}

/*
|--------------------------------------------------------------------------
| Checkout > Delivery Address
|--------------------------------------------------------------------------
*/
.delivery-address {
	display: block;
	width: 100%;
	margin: 0 0 4px 0;
	border: 2px solid #E3E3E3;
	cursor: pointer;
}

.delivery-address:hover {
	background-color: #019dc3;
}

.delivery-address.sel {
	border: 2px solid #019dc3;
}

.delivery-address:hover .delivery-address--title,
.delivery-address:hover .delivery-address--location {
	color: #fff;
}

.delivery-address.sel .delivery-address--checkbox:after {
	background-color: #2d2d2d;
	border: 4px solid #fff;
	transition: background 300ms ease;
}

.delivery-address.sel .delivery-address--title,
.delivery-address.sel .delivery-address--location {

}

.delivery-address--checkbox {
	float: left;
	position: relative;
	height: 46px;
	width: 46px;
}

.delivery-address--checkbox:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	width: 20px;
	-webkit-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px);
	background-color: #E3E3E3;
	border-radius: 20px;
}

.delivery-address--content {
	padding: 7px;
	overflow: hidden;
}

.delivery-address--title {
	display: block;
	font-weight: 700;
	font-size: 15px;
	color: #2d2d2d;
}

.delivery-address--location {
	display: block;
	font-size: 12px;
	color: #666666;
}

.button-locate {
	background-image: url(<?=$IMAGE_PATH?>icon-zoom-white.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position:center center;
	width: 42px;
}

.button-locate.loading {
	background-image: url(<?=$IMAGE_PATH?>gps.svg);
}

.no-js .button-locate,
.no-js #postcode_lookup_results_container_del {
	display: none;
}

.no-js .billing-address-form {
	display: block !important;
}

/*
|--------------------------------------------------------------------------
| Basket > Sidebar
|--------------------------------------------------------------------------
*/
.cart-overview.fixed {
	position: fixed;
	top: 0;
}

.cart-overview.absolute {
	position: absolute;
	bottom: 0;
	top: auto;
}

.checkout-side {
	padding: 45px 0 0 60px;
}

.cart-overview--item {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-weight: 600;
	color: #3C3C3B;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cart-overview--item-image {
	position: relative;
	max-width: 70px;
	float: left;
}

.cart-overview--item-image__subscription {
	display: none;
	position: absolute;
	height: 13px;
	width: 13px;
	left: 10px;
	top: 10px;
	background: url(<?=$IMAGE_PATH?>icon-calendar-blue.png) no-repeat center center;
	background-size: 13px 13px;
}
.sub-sel {
	font-weight: 750;
}

.cart-overview--item-inner {
	padding: 0 14px 14px 14px;
	overflow: hidden;
}

#invoice-container .cart-overview--item-inner {
	padding: 0;
}

.cart-overview--item-content {
	overflow: hidden;
	padding: 0 20px 0 0;
}

.cart-overview--item-info {
	float: right;
	text-align: right;
}

.cart-overview--item-title {
	display: block;
	line-height: 1.2;
	margin-bottom: 5px;
}

.cart-overview--item-qty,
.cart-overview--item-options {
	color: #A8A8A8;
	font-size: 11px;
	font-weight: 400;
}

.cart-overview--item-options i {
	font-style: normal;
}

.cart-overview--item-options i:last-child {
	display: none;
}

.cart-overview--item-option__blue {
	color: #019dc3;
}

.cart-overview--item-option__blue span {
	padding: 0 4px 0;
}

.cart-overview--item-qty {
	display: block;
}

.cart-promo {
	padding: 10px 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cart-promo--button {
	position: relative;
	display: block;
	color: #b12525;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 16px;
	cursor: pointer;
}

.cart-promo--button span {
	position: relative;
	padding: 0 0 0 26px;
}

.cart-promo--button span:after {
	content: '';
	position: absolute;
	left: 0;
	height: 16px;
	width: 16px;
	background: url(<?=$IMAGE_PATH?>icon-tag.png) no-repeat center center;
	transform-origin: top right;
}

@keyframes tagWiggle {
  0%   { transform: rotate(0); }
  25%   { transform: rotate(15deg); }
  50%   { transform: rotate(-15deg); }
  75%   { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}

.cart-promo--button:hover span:after {
	-webkit-animation: tagWiggle 1s;
	-moz-animation: tagWiggle 1s;
	-o-animation: tagWiggle 1s;
	animation: tagWiggle 1s;
	background: url(<?=$IMAGE_PATH?>icon-tag-white.png) no-repeat center center;
}

.cart-promo--button:hover {
	background-color: #b12525;
	color: #fff;
}

.cart-promo--button:active {
	top: 1px;
}

.cart-promo--form {
	padding: 10px 15px 0 15px;
}

.cart-overview-totals {
	background: none;
}

.cart-overview--item-gift {
	padding: 10px 0 0 0;
}

.cart-overview--item-checkbox label {
	display: inline-block;
	font-size: 11px;
	color: #666666;
}

.checkout-login--inner {
	padding:30px 0;
	border-bottom: 1px solid #E3E3E3;
}

.cart-overview--item-option {
	display: block;
}

.checkout-login--btn {
	padding-bottom: 10px;
	transition: opacity 300ms ease;
	color: #666;
}

#checkout-hide-login-form {
	font-size: 12px;
	opacity: 1;
	transition: color 300ms ease;
	padding-top: 12px;
	color: #666;
	font-weight: 700;
}

#checkout-hide-login-form:hover {
	color: #444;
}

/*
|--------------------------------------------------------------------------
| Basket > Overlay
|--------------------------------------------------------------------------
*/
.overlay-title--basket {
	font-size: 24px;
	color: #2d2d2d;
	display: flex;
	justify-content: space-between;
}

.cart-item.cart-item--small {
	display: flex;
    border: 1px solid #E3E3E3;
    margin: 0;
}

.cart-item.cart-item--small:not(:first-child) {
	border-top: none;
}

.cart-item--small .cart-item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1;
    padding: 20px;
}

.cart-item--small .cart-item-right {
	display: flex;
    flex-direction: column;
    position: relative;
    width: auto;
}

.overlay-basket .cart-item-image {
	width: 69px;
	margin: 0;
}

.overlay-basket .cart-item-image a {
	border-width: 1px;
}

.overlay-basket .cart-item.cart-item--small {
	padding: 10px 0;
	border-left: none;
	border-right: none;
}

.overlay-basket .cart-item--small .cart-item-content {
	padding: 2px 10px;
}

.overlay-basket .cart-item-price {
	font-size: 14px;
}

.overlay-basket .overlay-title--basket {
	font-weight: 700;
}

.overlay-basket--view-basket {
	margin-top: 10px;
}

.overlay-basket--view-basket--btn {
	display: block;
}

.small-qty-toggle {
	display: flex;
	border: 1px solid #F4F4F4;
	border-radius: 3px;
	margin: 10px 0 0 0;
}

.small-qty-toggle--button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	width: 25px;
	text-align: center;
	height: 21px;
}

.small-qty-toggle--button:first-child {
	border-right: 1px solid #F4F4F4;
	margin-right: 0;
}

.small-qty-toggle--button:last-child {
	border-left: 1px solid #F4F4F4;
	margin-left: 0;
}

.small-qty-toggle--input {
	text-align: center;
	height: 21px;
    width: 36px;
}

/*
|--------------------------------------------------------------------------
| Confirm v2
|--------------------------------------------------------------------------
*/
.payment-method {
}

.payment-method--button {
	position: relative;
	padding: 16px 20px 16px 50px;
	font-weight: 600;
	font-size: 16px;
	color: #3C3C3B;
	border: 1px solid #E3E3E3;
	margin-top: -2px;
	cursor: pointer;
}

.payment-method--title {
	padding: 3px 0;
}

.payment-method--button:before {
	content: '';
	position: absolute;
	top: 21px;
	left: 20px;
	width: 18px;
	height: 18px;
	background-color: #E3E3E3;
	border-radius: 18px;
}

.payment-method.open .payment-method--button:after {
	content: '';
	position: absolute;
	top: 25px;
	left: 24px;
	width: 10px;
	height: 10px;
	background-color: #2d2d2d;
	border-radius: 18px;
}

.payment-method--content {
	display: none;
}

.payment-method__card .payment-method--title {
	background: url(<?=$IMAGE_PATH?>payment-methods-s.png) no-repeat center right / 162px;
}

.payment-method__paypal .payment-method--title {
	background: url(<?=$IMAGE_PATH?>paypal-logo-color.png) no-repeat center right / 90px;
}

.payment-method__klarna .payment-method--title {
	background: url(<?=$IMAGE_PATH?>klarna.png) no-repeat center right;
	background-size: auto 100%;
}

.payment-method__googlepay .payment-method--title {
	background: url(<?=$IMAGE_PATH?>google-pay.svg) no-repeat center right;
	background-size: auto 100%;
}

.payment-method__applepay .payment-method--title {
	background: url(<?=$IMAGE_PATH?>apple-pay.svg) no-repeat center right;
	background-size: auto 100%;
}

.payment-method--klarna iframe,
.payment-method--klarna div[data-cid] {
	min-width: 240px !important;
}

.payment-method--content {
	background-color: #E3E3E3;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
}

.payment-method--content .input:last-child,
.payment-method--content .input-grid:last-child .input {
	margin-bottom: 0;
}

#form_stripe {
	width:100%;
	max-width: 400px;
	margin: 0 auto;
	text-align:center;
	padding: 50px 0;
}

#form_stripe #card-errors {
	text-align: left;
    margin-bottom: 15px;
}

.button-stripe {
	width: 100%;
}

.button-stripe:disabled {
	opacity: .5;
}

.button-stripe:disabled,
.button-stripe:disabled:hover {
	background-color: #749239;
}

.button-stripe .spinner {
	font-size: 2px;
	margin-top: -2px;
	margin-bottom: -2px;
	display: none;
}

.button-stripe:disabled .spinner {
	display: block;
}

.button-stripe span {
	line-height: 16px;
}

.button-stripe:disabled span {
	display: none;
}

.stripe-cancel {
	text-align: left;
	padding: 25px 0 0;
	margin-bottom: -8px;
}

.stripe-cancel a {
	color: #000;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0.5;
}

.stripe-cancel a:hover {
	opacity: 0.8;
}

#braintree-paypal-loggedin,
#braintree-paypal-credit-loggedin,
#braintree-card-stored,
#truevo-card-stored {
	display: none;
	max-width: 500px;
	overflow: hidden;
	padding: 16px;
	margin: 0 auto;
	border-top: 1px solid #d1d4d6;
	border-bottom: 1px solid #d1d4d6;
	text-align: left;
}

.bb-pp-container,
.bb-card-container {
	display: table;
	width: 100%;
}

.bb-pp-container > div,
.bb-card-container > div {
	display: table-cell;
	vertical-align: middle;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.bt-pp-name,
.bt-pp-cancel,
.bt-card-cancel {
	width: 1px;
}

.bt-pp-name {
	padding-left: 36px;
	background-image: url("<?=$IMAGE_PATH?>paypal-small.svg"), none;
	background-size: 13px 15px;
	background-position: 4px center;
	background-repeat: no-repeat;
	color: #283036;
	font-size: 13px;
	font-weight: 800;
}

.bt-pp-email,
.bt-card-details {
	padding: 0 10px;
	color: #6e787f;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 0;
}

.bt-card-details {
	padding-left: 0;
}

.bt-pp-cancel button,
.bt-pp-cancel a,
.bt-card-cancel a {
	float: right;
	color: #3d95ce;
	font-size: 11px;
	line-height: 20px;
	padding: 0px;
	margin: 0;
	border: 0px;
	cursor: pointer;
	text-decoration: underline;
	background-color: transparent;
}

.bt-pp-cancel button:hover,
.bt-pp-cancel a:hover,
.bt-card-cancel a:hover {
	color: #215b83;
}

.braintree-change-method {
	padding: 20px 0 0;
	font-size: 11px;
	color: #666;
}

.braintree-change-method a {
	color: #666;
	padding-bottom: 1px;
}

.braintree-change-method a:hover {
	color: #333;
}

.nochex-logo {
	display: block;
	float:left;
}

.nochex-label {
    clear: both;
    width: 100%;
    text-align: right;
    margin: 5px auto;
}

.wpwl-form {
	padding: 0 10px;
	margin-top: 24px;
}

.wpwl-wrapper-billing .wpwl-control-country {
	margin-top: 0;
}

/*
|--------------------------------------------------------------------------
| Checkout > Success > Order Summary
|--------------------------------------------------------------------------
*/
.order-summary {
	border: 2px solid #E3E3E3;
}

.order-summary .cart-overview--item {
	padding: 0;
	margin: 0;
}

.order-summary .cart-overview--item-gift {
	background-color: #E3E3E3;
	padding: 0;
}

.order-summary .cart-overview--item-checkbox {
	padding: 5px 10px;
	background: #E3E3E3;
}

.order-summary .cart-overview--item {
	padding: 10px;
}

.order-summary .cart-overview--item:last-child {
	border-bottom: none;
}

.order-delivery {
	padding: 18px 24px;
	font-weight: 700;
	border-bottom: 2px solid #E3E3E3;
}

.order-delivery--title {
	font-size: 18px;
	color: #666;
	display: block;
}

.order-delivery--address {
	font-size: 12px;
	color: #abadae;
	display: block;
}

.order-details {
	padding: 18px 24px;
	font-weight: 700;
	color: #666;
	border-top: 2px solid #E3E3E3;
}

.order-detail {
	padding: 4px 0;
}

.order-detail--title {
	color: #abadae;
	text-transform: uppercase;
	font-size: 12px;
}

.order-detail__green {
	color: #51ac5c;
}

.order-detail__red {
	color: #749239;
}

/*
|--------------------------------------------------------------------------
| Checkout > Stages
|--------------------------------------------------------------------------
*/
.checkout-stages {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	font-weight: 700;
}

.checkout-stage {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	color: #666666;
	background:#fff;
	border-right:2px solid #E3E3E3;
}

.checkout-stage span {
	display: block;
	padding: 0 20px 0 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight: 700;
	height: 50px;
	width: 300px;
	text-transform: uppercase;
	position: absolute;
	left: -126px;
	top: 126px;
	line-height: 50px;
	text-align: right;
}

.checkout-stage.dark,
.checkout-stage.darker,
.checkout-stage.darkest,
.checkout-stage.failed {
	color: #fff;
}

.checkout-stage.dark {
	background: #51ac5c;
	border-right:2px solid #51ac5c;
}

.checkout-stage.darker {
	background: #4a9a53;
	border-right:2px solid #4a9a53;
}

.checkout-stage.darkest {
	background: #468e4e;
	border-right:2px solid #468e4e;
}

.checkout-stage.failed {
	background: #749239;
	border-right:2px solid #749239;
}

.checkout-stage:nth-child(2) {
	left: 50px;
}

.checkout-stage:nth-child(3) {
	left: 100px;
}

.checkout-stage:nth-child(4) {
	left: 150px;
}

.account-overlay-form {
	padding: 20px 0;
}

/*
|--------------------------------------------------------------------------
| Account > Sections
|--------------------------------------------------------------------------
*/
.account-section--row {
	border-bottom: 1px solid #E3E3E3;
	padding: 10px;
}

.account-subs {
	margin: -30px;
}

.account-section--row:last-child {
	border-bottom: none;
}

.account-section--title {
	font-size: 18px;
	font-weight: 700;
	display: block;
	color: #2d2d2d;
	margin-bottom: 10px;
}

.account-section--image {
	width: 130px;
}

.account-section--image > img {
	display: block;
	width: 100%;
}

.account-subs--prod-details {
	padding-left: 20px;
}

.account-section--sub {
	font-weight: 600;
	font-size: 13px;
	padding-right: 3px;
}

.account-section--value {
	font-size: 13px;
}

.opt-label {
	color: #adadad;
	margin-right: 4px;
}

.account-subs--prod-opts {
	margin: 0 -20px -5px 0;
}

.account-subs--prod-opt {
	padding: 0 20px 5px 0;
	font-size: 13px;
}

.preferred > span {
	display: none;
}

.preferred {
	margin: 0 -10px -5px 0;
}

.preferred > .sub-sel {
	display: block;
	font-weight: 400;
	padding: 0 10px 5px 0;
}

/*
|--------------------------------------------------------------------------
| Account > Subscriptions
|--------------------------------------------------------------------------
*/
.account-subs--prod {
	padding-right: 20px;
}

.account-subs--details {
	padding-left: 40px;
}

.account-subs--row {
	padding: 0 0 4px;
}

.account-subs--row:last-child {
	padding-bottom: 0;
}

.account-subs--action > .button {
	margin-right: 5px;
}

/*
|--------------------------------------------------------------------------
| Account > Forms
|--------------------------------------------------------------------------
*/
.account-box.full {
	width: 100%;
}

.account-box-centered {
	max-width:580px;
	margin:0 auto;
	padding:0;
}

.account-box h2 {
	font-size: 18px;
}

.account-box h3, #account-box-trade h3 {
	font-size: 16px;
}

.account-box.fl {
	padding-right:10px;
}

.account-box.fr {
	padding-left:10px;
}

.newacc-intro {
	text-align: center;
	margin: 0 0 30px;
}

.newacc-title {
	margin: 20px 0 10px 0;
	font-size: 30px;
}

.form-note {
	display: block;
	padding: 8px 0 0;
	font-size: 11px;
	color: #7a7a7a;
}

.form-note-block {
    background-color: #749239;
	color: #0A0A0A;
    padding: 15px;
    font-size: 13px;
	border-radius: 10px;
}
.form-note-block:not(:first-child) {
    margin-top: 10px;
}
.form-note-block--title {
    font-size: 14px;
    font-weight: 600;
	margin-bottom: 5px;
}
.form-note-block--text > *:last-child {
	margin-bottom: 0;
}
.form-note-block a {
    color: #0A0A0A!important;
    font-weight: 600;
    text-decoration: underline;
}
.form-note-block a:hover {
	opacity: .8;
}

.account a.form-note:hover {
	color: #7a7a7a;
	text-decoration: underline;
}

.account-box .uppercase {
	max-width: 150px;
}

.account-box {
	background-color: #F4F4F4;
	padding: 20px;
}

/*
|--------------------------------------------------------------------------
| Account > Wishlist
|--------------------------------------------------------------------------
*/
.select2-account .select2-results {
	border: 1px solid #019dc3;
}

.select2-options-dropdown {
	border: 2px solid #019dc3;
}

.select2-account:before {
	display: none;
}

.wishlist {
	background-color: #f9f9f9;
	margin: 0 0 4px;
	padding: 20px;
}

.wishlist .dbl {
	table-layout: auto;
}

.wishlist .dblc:first-child {
	vertical-align: top;
	width: 100%;
}

.wishlist .dblc:nth-child(2) {
	vertical-align: middle;
	white-space: nowrap;
}

.wishlist-title a {
	text-transform: none;
}

.wishlist .wishlist-title a:hover {
	color: #749239;
	text-decoration: underline;
}

.wishlist-desc {
	font-size: 12px;
	color: #a2a2a2;
}

.wishlist-items,
.wishlist-del {
	padding-left: 10px;
	display: inline-block;
	line-height: 20px;
}

.wishlist-del,
.wishlist-prod-del-button span {
	cursor:pointer;
	color: #749239;
	font-weight: 700;
}

.wishlist-del:hover,
.wishlist-prod-del-button span:hover {
	color: #019cc2;
}

.wishlist-del {
	padding-left: 10px;
}

.wishlist-prod-del-button span {
	float: right;
}

.wishlist-items {
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.4;
}

.wishlist-top {
	width: 100%;
	table-layout: auto;
	margin-bottom: 40px;
}

.wishlist-top .wishlist-top-left h1 {
	margin: 0; padding: 0;
	float: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wishlist-top-right .button {
	margin-right: 10px;
}

.wishlist-top-right .button:last-child {
	margin-right: 0;
}

.wishlists p {
	margin-bottom: 30px;
}

.account-wishlist .message-error {
	margin-bottom: 0
}

.account a:not(.button):hover {
	color: #2d2d2d;
}

.address-blocks--grid {
	margin: 0 -10px 0 0;
}

.wishlist-stock {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	color: #2d2d2d;
	padding-top: 8px;
	display: block;
}

.wishlist-stock img {
	width: 15px;
}

.cart_customfield {
	font-size: 12px;
	font-weight: 700;
	color: #666666;
}

.create-wishlist {
	float: right;
}

.wishlist-prod td {
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #F4F4F4;
}

.wishlist-prod .wishlist-prod-image {
	padding-right: 0;
	width: 100px;
}

.wishlist-prod-image a,
.wishlist-prod-image img {
	display: block;
}

.wishlist-prod-image img {
	border: 1px solid #F4F4F4;
}

.wishlist-prod a {
	font-weight: 600;
	font-size: 16px;
	color: #2d2d2d;
}

.wishlist-prod a:hover {
	text-decoration: underline;
	color: #749239;
}

.wishlist-prod-move-button {
	width: 1px;
}

.wishlist-prod-move-button span {
	cursor: pointer;
	color: #749239;
}

.wishlist-prod-move-button span:hover {
	text-decoration: underline;
}

.wishlist-prod .wishlist-prod-add-button {
	width: 1px;
	padding-left: 0;
	padding-right: 0;
}

.wishlist-prod-add-button button {
	letter-spacing: -0.025em;
	line-height: 1;
	white-space: nowrap;
}

.wishlist-prod-del-button {
	width: 1px;
}

.wishlist-choose-container {
	max-height: 300px;
	overflow-y: auto;
}

.wishlist-choose {
	background-color: #749239;
	margin: 4px 0;
	padding: 15px;
	cursor: pointer;
	line-height: 1.3;
	color: #fff;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.wishlist-choose:hover {
	background-color: #019cc2;
}

.wishlist-choose:first-child {
	margin-top: 0;
}

.wishlist-choose:last-child {
	margin-bottom: 0;
}

.wishlist-choose-title {
	font-size: 15px;
}

.wishlist-choose-desc {
	font-size: 12px;
	opacity: .5;
}

.wishlist-all {
	padding-top: 20px;
	width: 100%;
}

/*
|--------------------------------------------------------------------------
| Offer Overlay
|--------------------------------------------------------------------------
*/
.offer-overlay {
	position: fixed;
	top: 0;right: 0;bottom: 0;left: 0;
	z-index: 999;
}

.offer-overlay--bg {
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.offer-overlay--block {
	position: absolute;
	top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 620px;
	width: 95%;
	border: 10px solid #fff;
	border-radius: 2px;
	z-index: 1;
}

.offer-overlay--upper {
	background-color: #749239;
	padding: 60px 50px;
	position: relative;
	z-index: 1;
}

.offer-overlay--action {
	display: block;
	border-top: 10px solid #fff;
	background-color: #5e9732;
	padding: 10px;
	text-align: center;
	font-size: 21px;
	color: #fff;
	cursor: pointer;
}

.offer-overlay--title {
	display: block;
	text-align: center;
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 25px;
}

.offer-overlay--sub {
	display: block;
	font-size: 17px;
	color: #fffcd9;
	margin-bottom: 30px;
	text-align: center;
}

.no-js .offer-overlay {
	display: none;
}

.overlay-offer--input {
	width: calc(100% - 98px);height: 50px;
	border: 1px solid #e6e6e6;
	padding: 0 12px;
}

.offer-overlay--upper .message {
	position: absolute;
	top: 20px;right: 50px;left: 50px;
}

/*
|--------------------------------------------------------------------------
| Account > Order History
|--------------------------------------------------------------------------
*/
.order-history {
	width: 100%;
	margin: 0 0 30px;
	background-color: #fff;
}

.order-history th {
	background: #749239;
	color: #ffffff;
	padding: 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.order-history td {
	padding: 15px;
	color: #444;
}

.order-history tr:nth-child(even) {
	background-color: #E3E3E3;
}

.order-history .button {
	float: right;
}

/*
|--------------------------------------------------------------------------
| Account > Order Info
|--------------------------------------------------------------------------
*/
.order-address {
	margin: 0 0 30px;
	overflow: hidden;
}

.oa-del,
.oa-bil {
	width: 50%;
	float: left;
}

.oa-del {
	padding: 0 20px 0 0;
}

.order-sub {
	text-align: right;
}

.order-total {
	float: right;
}

/*
|--------------------------------------------------------------------------
| Account > Order Tracking
|--------------------------------------------------------------------------
*/
.tracked-order {
	width: 100%;
	max-width: 800px;
	margin: 30px 0;
}

.tracked-qty {
	width: 95px;
	text-align: center;
}

.tracked-date {
	text-align: right;
}

.track-again {
	margin: 30px auto 0;
}

/*
|--------------------------------------------------------------------------
| Sitemap
|--------------------------------------------------------------------------
*/
.sitemap-page {
	font-size: 11px;
}

.sitemap-left,
.sitemap-right {
	width: 50%;
	max-width: 450px;
	padding: 0 15px;
	float: left;
}

.sitemap-right {
	padding-right: 0;
}

.shop-sitemap .sitemap-cat {
	margin: 15px 0 0;
}

.shop-sitemap h2 {
	margin-top: 30px;
}

/*
|--------------------------------------------------------------------------
| Account v2
|--------------------------------------------------------------------------
*/
.account-heading {
    margin: -20px -20px 20px -20px;
    /* padding: 38px 36px; */
    padding: 16px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
    border-bottom: 1px solid #F4F4F4;
}

.account-heading h1,
.account-heading h2 {
    font-size: 30px;
    font-weight: 600;
	letter-spacing: 0.1em;
    color: #3C3C3B;
	margin: 0;
}

.account > .container {
	display: flex;
	align-items: flex-start;
}

.account-login > .container {
	flex-wrap: wrap;
}

.account-subtitle {
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 20px;
	color: #3C3C3B;
}

.account-subheading {
	font-size: 16px;
	padding: 0 0 16px;
	color: #2d2d2d;
}

.account-sidebar--mobile-title {
	display: none;
	position: relative;
	padding: 20px;
	font-size: 16px;
	color: #707070;
}

.account-sidebar--mobile-title svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transform-origin: center;
}

.account-sidebar--mobile-title svg path {
	fill: #707070;
}

.account-sidebar--mobile-title.open svg {
	transform: rotate(-180deg) translateY(4px);
}

.account-sidebar {
    width: 280px;
    background-color: #fff;
    float: left;
    margin: 0 20px 0 0;
	border: 1px solid #F4F4F4
}

.account-sidebar nav {
	
}

.account-sidebar-btm.mobile {
	display: none;
}

.loyalty-points-dblc {
	display: none;
}

.account-sidebar nav li a {
	display: block;
    font-size: 15px;
    color: #749239;
    padding: 14px 20px;
    border-bottom: 1px solid #F4F4F4;
}

.account-sidebar a {
	font-size: 16px;
	color: #707070;
	border-bottom: 1px solid transparent;
}

.account-sidebar a:hover,
.account-sidebar .sel {
	color: #2d2d2d;
}

.account-sidebar nav .sel {
    font-weight: 600;
    color: #2b2b2b;
}

.account-sidebar-btm {
    background-color: #f9f9f9;
    padding: 18px 24px;
}

.account-sidebar-btm div {
	font-size: 14px;
	padding: 0 0 4px;
	color: #2d2d2d;
}

.account-sidebar-btm a {
	text-transform: uppercase;
	font-size: 11px;
}

.account-main {
    background-color: #fff;
    border: 1px solid #F4F4F4;
    flex: 1;
    padding: 20px;
    color: #3C3C3B;
}

.account-main--upper {
	padding: 0 30px;
}

.account-main-filter {
	float: right;
	height: 40px;
	color: #3C3C3B;
	padding: 0 20px;
	background-color: transparent;
	border: 1px solid #F4F4F4;
}

.account-main .input input:focus ~ label {
	color: #2d2d2d;
}

.account-main .input input:focus {
	border-color: #E3E3E3 !important;
}

.account-panels {
	padding: 0 0 20px;
}

.account-panels--grid {
	margin: 0 -10px 0 0;
}

.account-panel {
	width: 33.3333333333%;
	float: left;
	padding: 0 10px 10px 0;
}

.account-panel--inner {
	display: block;
	border: 1px solid #F4F4F4;
	padding: 12px 15px;
	color: #2d2d2d;
}

.account-panel--inner:hover {
	text-decoration: none;
}

.account-panel--label {
	font-size: 12px;
	color: #3C3C3B;
	padding: 0 0 5px;
	text-transform: uppercase;
	display: block;
}

.account-panel:hover .account-panel--svg {
	background: #0F0F11;
}

.account-panel--svg {
	width: 20px;
	height: 20px;
	float: right;
	text-align: center;
	background-color: #3C3C3B;
	border-radius: 10px;
	line-height: 22px;
	transition: .3s ease;
	display: flex;
	align-items: center;justify-content: center;
}

.account-panel--svg svg path {
	fill: #fff;
}

.account-panels--wide .account-panel {
	width: 25%;
}

.account-table {
	width: 100%;
	border: 1px solid #F4F4F4;
	table-layout: auto;
	margin: 0 0 30px;
}

.account-table .dblc {
	padding: 12px 15px;
	color: #2d2d2d;
	font-size: 12px;
	border-bottom: 1px solid #F4F4F4;
}

.account-table .dblr:last-child .dblc {
	border-bottom: none;
}

.account-table .dblc.small {
	width: 1px;
}

.account-table .dblc.full {
	width: 100%;
}

.account-table .dblr:first-child .dblc {
	color: #707070;
	text-transform: uppercase;
    white-space: nowrap;
}

.account-table--label {
	color: #707070;
	font-size: 12px;
	text-transform: uppercase;
}

.account-table--value {
	color: #2d2d2d;
	line-height: 15px;
	padding: 4px 0 0;
	font-size: 12px;
}

.account-table--image {
	border: 1px solid #F4F4F4;
	width: 151px;height: 151px;
	margin-bottom: 10px;
	padding-top: 0;
}

.account-table--image img {
	display: block;
	width: 100%;
}

.account-invoices h1 {
	margin: 0;
}

.account-invoices .message-error {
	margin: 0;
}

.account-invoices-outstanding {
	padding-bottom: 10px;
}

.account-invoices-outstanding .account-table-invoices {
	margin: 15px 0;
}

.account-invoices-outstanding .pay-btn {
	margin-bottom: 10px;
}

.account-table-invoices .dblc:first-child {
	padding-right: 0;
	vertical-align: middle;
}

.account-table-invoices [type="checkbox"] {
	display: block;
}

.account-latest-orders {
	border: 1px solid #F4F4F4;
	font-size: 11px;
	color: #749239;
	text-align: center;
	padding: 12px;
	border-top: none;
}

.order-totals {
	border: 1px solid #F4F4F4;
	padding: 15px 24px;
	text-align: right;
	font-size: 13px;
	color: #707070;
	text-transform: uppercase;
	margin: 0 0 30px;
	border-top: 0;
}

.order-totals .dbl {
	width: 140px;
	float: right;
}

.order-totals .dblc {
	padding: 5px 0;
}

.order-totals .dblc:first-child {
	text-align: left;
}

.order-totals .dblr:last-child {
	color: #2d2d2d;
	font-weight: 600;
}

.order-panels {
	padding: 0 0 30px;
}

.order-panels--grid {
	margin: 0 -10px 0 0;
}

.order-panels .message-error {
	margin: -10px 0 30px;
}

.order-panel {
	width: 33.3333333%;
	padding: 0 10px 0 0;
	font-size: 12px;
	float: left;
}

.order-panel--inner {
	border: 1px solid #F4F4F4;
	padding: 12px 15px;
}

.order-panel--data {
	padding: 0 0 10px;
}

.order-panel--data:last-child {
	padding: 0;
}

.order-btns {
	margin: 30px 0 0 0;
}

.account-loyalty--blocks {
	margin: 0 -20px -20px 0;
}

.account-loyalty--blocks > .segment-33 {
	display: flex;
	padding: 0 20px 20px 0;
}

.account-loyalty--block {
	width: 100%;
	padding: 10px;
	border: 1px solid #F4F4F4;
	color: #249a4b;
	text-align: center;
	font-size: 15px;
}

.account-loyalty--strong {
	font-size: 18px;
	font-weight: 600;
}

.account-title {
	font-size: 30px;
	font-weight: 600;
	color: #2b2b2b;
}

.account-loyalty--blocks {
	padding: 0 0 20px;
}

.account-loyalty--current {
	font-size: 21px;
	color: #749239;
}

.account-loyalty--next {
	font-size: 15px;
	color: #749239;
}

.points-table--row {
	border-bottom: 1px solid #F4F4F4;
	padding: 16px 0;
	align-items: center;
}

.points-table--row:last-child {
	border-bottom: none;
}

.points-table--earned {
	width: 186px;
	text-align: center;
	color: #249a4b;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.points-table--earned strong {
	font-weight: 600;
	font-size: 21px;
	letter-spacing: 0;
}

.points-table--earned.points-spent {
	color: #4b88b1;
}

.points-table--details-item,
.points-table--label {
	font-size: 13px;
	font-weight: 600;
	color: #2b2b2b;
	margin-bottom: 8px;
}

.points-table--details-item {
	margin-bottom: 0;
	font-weight: 400;
	padding: 0 40px 20px 0;
}

.points-table--details-row {
	margin: 0 -40px -20px 0;
}

.points-table--details {
	border-left: 1px solid #F4F4F4;
	padding: 0 0 0 40px;
}

.points-table--history {
	background-color: #f9f9f9;
	border: 1px solid #F4F4F4;
	border-top: 0;
}

.loyalty-table-cont {
	overflow: hidden;
}

.loyalty-table {
	table-layout: auto;
	margin-bottom: 20px;
	border: 1px solid #F4F4F4;
}

.loyalty-table .dblc {
	padding: 12px 15px;
	font-size: 12px;
}

.loyalty-table .dblc:not(:last-child) {
	border-right: 1px solid #F4F4F4;
}

.loyalty-table .full {
	width: 100%;
}

.loyalty-table .small {
    white-space: nowrap;
}

.loyalty-point--cont {
	width: 160px;
	float: left;
	text-align: center;
}

.loyalty-point {
	margin: 16px auto 0;
	border: 1px solid #F4F4F4;
	border-radius: 30px;
	padding: 10px 15px;
	color: #2d2d2d;
	font-size: 12px;
	display: inline-block;
	background-color: #E3E3E3;
	line-height: normal;
}

.top-loyalty {
	position: relative;
	padding: 0 0 40px;
	z-index: 1;
}

.loyalty {
	position: relative;
	z-index: 1;
}

.top-loyalty--text {
	border: 1px solid #F4F4F4;
	overflow: hidden;
	font-size: 13px;
    padding: 12px 15px;
	color: #707070;
}

.top-loyalty--text span {
	color: #2d2d2d;
}

.top-loyalty:before,
.loyalty:before {
	content: '';
	z-index: -1;
	width: 1px;
	position: absolute;
	left: 80px;
	top: 0; bottom: 0;
	background-color: #F4F4F4;
}

.top-loyalty .loyalty-point {
	font-size: 14px;
	color: #2d2d2d;
	margin: 0;
}

.account-login--checkbox-cont span {
	display: block;
	font-size: 11px;
	padding: 8px 0 0;
}

.account-details--title-text {
	font-size: 12px;
	color: #A8A8A8;
	/* padding: 0 0 20px; */
}

.account-details--block {
	border: 1px solid #F4F4F4;
	padding: 12px 15px;
	margin: 0 0 10px;
}

.account-details--block .dblc {
	padding: 5px;
}

.account-details--block-action {
	padding: 5px 0 5px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.account-login .container {
	max-width: 620px;
}

.account-login--block {
	width: 100%;
	padding: 30px 40px 35px;
	background: #F4F4F4;
	margin-bottom: 30px;
	color: #3C3C3B;
}

/* .account-login--block h3 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #2d2d2d;
} */

#button-password {
	position: absolute;
	top: 50%;right: 10px;
	transform: translateY(-50%);
}

.account-login--block p {
	font-size: 13px;
	margin-bottom: 20px;
}

.account-login--section {
	/* margin-bottom: 20px; */
}

.account-login--block .form-note {
	padding: 8px 0;
}

.account-login--buttons {
	/* margin-top: 10px; */
}

.account-login--buttons .form-note {
	text-transform: uppercase;
}

.account-login--trade {
	/* margin: 15px 0 -2px; */
}

#address-details-button {
	margin: 0 0 20px;
}

#address-details-button::before {
	content: '+';
	font-size: 14px;
	line-height: 12px;
	display: inline-block;
	width: 10px;
	margin-right: 4px;
}

#address-details-button.active::before {
	content: '-';
}

.account-comms--preferences-subtitle {
	margin-bottom: 8px;
}

.account-comms--preferences {
	padding: 20px;
}

.account-comms--preferences .input-grid {
	padding-left: 8px;
}

.account-comms--preferences-inner {
	padding: 0 0 10px 10px;
}

.quote-side {
	width: 50%;
	float: right;
}

.quote-side .cart-segment {
	margin-bottom: 20px;
	background: none;
}

.quote-side .cart--heading {
	
}

.quote-side .basket-segment {
	margin-bottom: 0;
	border: 1px solid #F4F4F4;
}

.quote-side .cart-total {
	color: #fff;
}

/*
|--------------------------------------------------------------------------
| Account v2 > Overlays
|--------------------------------------------------------------------------
*/
.overlay-account .overlay--inner {
	max-width: 476px;
}

.account-overlay {
	background-color: #2d2d2d;
	padding: 30px;
}
.overlay--inner .account-overlay {
    padding: 0;
}

.account-overlay .checkbox-label {
	color: #fff;
}

.account-overlay .input {
	margin: 0 0 4px;
}

.account-overlay--title {
	font-size: 21px;
	color: #fff;
	padding: 0 0 20px;
}

.account-overlay--action {
	text-align: right;
	/* padding: 16px 0 0 0; */
}

.address-block--grid {
	margin: 0 -10px 0 0;
}

.address-block,
.address-block--add {
	float: left;
	padding: 0 10px 10px 0;
	color: #2d2d2d;
}

.address-block--title {
	font-size: 11px;
	color: #707070;
	padding: 0 0 4px;
}

.address-block--inner {
	border: 1px solid #F4F4F4;
	padding: 12px 15px;
}

.address-block__primary .address-block--inner {
	border-color: #2d2d2d;
}

.address-block--address {
	font-size: 12px;
}

.address-block--action {
	padding: 20px 0 0 0;
	margin-bottom: -5px;
}

.address-block--action a, .address-block--action button, .address-block--action {
    font-size: 12px;
    color: #749239;
    font-weight: 500;
    text-decoration: underline;
}

.address-block--action button {
	background: 0;
	font-family: inherit;
	text-align: left;
	margin-bottom: 5px;
	transition: ease-in-out .2s;
}

.address-block--action button:hover {
	color: #558bbd;
}

.account-overlay--checkboxes {
	padding: 14px 0 0 0;
}

.account-overlay--checkboxes-title {
	font-size: 11px;
	color: #707070;
	text-transform: uppercase;
	padding: 0 0 4px;
}

.address-block--add-inner {
	position: relative;
	border: 1px solid #F4F4F4;
	text-align: center;
	height: 100px;
	cursor: pointer;
}

.address-block--add-wrap {
	position: absolute;
	top: 50%;
	left: 0; right: 0;
	transform: translateY(-50%);
}

.address-block--add-inner,
.address-block--add-wrap,
.address-block--add-wrap svg path {
	/* transition: .3s ease; */
}

.address-block--add-title {
	font-size: 14px;
	color: #3C3C3B;
}

.address-block--add-wrap svg path {
	fill: #3C3C3B;
}

.address-block--add-inner:hover {
	border-color: #3C3C3B;
}

.address-block--add-inner:hover .address-block--add-title {
	color: #3C3C3B;
}

.address-block--add-inner:hover svg path {
	fill: #3C3C3B;
}

.mobile-cats {
	display: none;
	padding: 0 0 20px;
}

.mobile-cats--title {
	position: relative;
	font-size: 24px;
	padding: 10px 16px;
	background-color: #2d2d2d;
	margin: 0 0 10px;
}

.mobile-cats--title svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transform-origin: center;
}

.mobile-cats a {
	padding: 10px;
	color: #fff;
}

.mobile-cats a.sel {
	color: #749239;
}

.mobile-cats--cats {
	display: none;
}

.mobile-cats--title.open {
	color: #749239;
}

.mobile-cats--title.open svg {
	transform: rotate(-180deg);
}

.mobile-cats--title.open ~ .mobile-cats--cats {
	display: block;
}

/*
|--------------------------------------------------------------------------
| Account v2 > Vouchers
|--------------------------------------------------------------------------
*/
 .button.voucher_remove {
	border-radius: 0;
	padding: 12px 12px;
	visibility: middle;
	background-image: url(<?=$IMAGE_PATH?>cross-white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-color: #707070;
}

.button.voucher_remove:hover {
	background-color: #2f2f2f;
}

.voucher.dblr .dblc {
	vertical-align: middle;
}

.voucher.dblr .dblc:last-child {
	text-align: right;
}

.vouchers-wrapper {
	padding-top: 20px;
}

.voucher_add {
	height: 55px;
	border-radius: 0;
}

.input #voucher_add {
	/* right: 4px; */
}

.input-voucher-account {
	margin-top: 10px;
	border: 1px solid #F4F4F4;
}

.checkout-title.no_border {
	border: none;
}

.account-box--voucher .account-subtitle {
	padding: 0 0 10px;
}

.account-box--voucher {
	border: 1px solid #F4F4F4;
	padding: 12px 15px;
	margin-bottom: 12px;
}

.account-box--voucher .input {
	margin-bottom: 0;
}

.account-box .xvc_input {
    max-width: none;
}

.account-table.vouchers .dblc span {
	display: none;
}

.account-table.vouchers .dblc.small {
	width: auto;
}

.account-table.vouchers {
	margin: 0 0 20px;
}

.account-overlay--text {
	margin-bottom: 10px;
}

.account-table.vouchers .dblc .voucher-code--small {
	display: block;
	font-size: 10px;
	color: #717171;
	line-height: normal;
}

/*
|--------------------------------------------------------------------------
| Category > Featured Filters
|--------------------------------------------------------------------------
*/

.cat-custom-filters {
	padding: 30px 20px;
	border-top: 1px solid #F4F4F4;
	/* border: 1px solid #F4F4F4; */
	gap: 10px;
}

.cat-custom-filters-sublabel {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #3C3C3B;
	width: 100%;
    justify-content: center;
    margin-bottom: 15px;
}
.cat-custom-filters-sublabel > a {
    margin-left: 15px;
}

.custom-filter.custom-filter-sel {
	background-color: #749239;
}

.custom-filter.custom-filter-sel > span {
	color: #fff;
}

.custom-filter.custom-filter-sel svg path {
	fill: #fff;
}


.custom-filter {
	
	background-color: #fff;
	border: 2px solid #749239;
	padding: 8px 20px;
	border-radius: 50px;
	cursor: pointer;
}

.custom-filter > span {
	font-size: 18px;
	font-weight: 600;
	color: #749239;
	margin-left: 10px;
}
.custom-filter svg path {
	fill: #749239;
}

.featured-filters {
	position: relative;
	display: flex;
}

.featured-filter {
	display: flex;
	width: 25%;
	border-right: 1px solid #F4F4F4;
	padding: 37px 30px;
	flex-direction: column;
}

.empty-category {
	margin: 30px;
}

#featuredFilterSubmitButton.disabled {
	cursor: not-allowed;
	pointer-events: none;
	background-color: #9a9898;
}

.featured-filter--info {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.featured-filter--heading {
	position: relative;
	margin: 0 0 auto 0;
}

.featured-filter--image-cont {
	flex-shrink: 0;
}

.featured-filter--heading:after {
	position: absolute;
	top: 0; left: 0;
	height: 32px;
	width: 32px;
	border-radius: 16px;
	background-color: #0a3d74;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 32px;
	font-size: 20px;
}

.featured-filter--title {
	font-size: 18px;
	color: #0a3d74;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}

.featured-filter--subtitle {
	font-size: 14px;
	color: #606060;
	letter-spacing: -0.025em;
	margin: 4px 0 0 0;
}

.featured-filter--select {
	margin: 18px 0 0 0;
}

.featured-filter--select .select2-container--default .select2-selection--single {
	padding: 10px;
	border: 1px solid #F4F4F4;
}

.featured-filter--select .select2-container--open .select2-selection--single,
.sort-by .select2-container--open .select2-selection--single {
	/* border: 1px solid #3379b4; */
}

.sort-by-container {
	margin-top: 8px;
}

.featured-filter--submit {
	display: block;
	width: 100%;
	border-radius: 0;
	font-size: 18px;
	padding: 12px;
}

.featured-filter--submit svg {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

#price-spinner {
	border-left: 1.1em solid black;
}

.subs-olay-title {
    font-weight: 600;
    margin: 5px 10px 5px 0;
    font-size: 13px;
    white-space: nowrap;
	color: #2b2b2b;
}

.subs-olay--row {
	margin: 10px 0;
}

.subs-olay--list-item {
	white-space: nowrap;
	margin: 5px 10px 5px 0;
}

.subs-olay--list-item input {
	margin: 0 3px 0 0;
}

.subs-olay-btns .button {
	margin: 0 5px 0 0;
	border-radius: 5px;
}

.subs-olay .account-main-2-heading {
    margin: -30px -30px 30px -30px;
}

.subs-olay--list-item input[type="radio"],
.subs-olay--list-item input[type="checkbox"] {
	display: none;
}

.subs-olay--list-item--radio,
.subs-olay--list-item--checkbox {
	display: inline-block;
	position: relative;
    height: 15px;
    width: 15px;
    border: 1px solid #F4F4F4;
    border-radius: 15px;
	transform: translateY(2px);
	margin: 0 4px 0 0;
}

.subs-olay--list-item input[type="radio"] + label,
.subs-olay--list-item input[type="checkbox"] + label {
	cursor: pointer;
}

.subs-olay--list-item input[type="radio"]:checked + label .subs-olay--list-item--radio:after,
.subs-olay--list-item input[type="checkbox"]:checked + label .subs-olay--list-item--checkbox:after {
	display: block;
}

.subs-olay--list-item--radio:after,
.subs-olay--list-item--checkbox:after {
	display: none;
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    height: 9px;
    width: 9px;
    border-radius: 9px;
    background-color: #019cc2;
}

.subs-olay--list-item--checkbox {
	border-radius: 3px;
	overflow: hidden;
}

.subs-olay--list-item input[type="checkbox"]:checked + label .subs-olay--list-item--checkbox {
	border-color: #019cc2;
}

.subs-olay--list-item--checkbox:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 444.2 444.2' fill='white' xml:space='preserve'%3E%3Cpath d='M161.1 437c-13.7 0-26.8-6-35.8-16.5L12 288.4c-17-19.8-14.7-49.6 5.1-66.5 19.8-17 49.6-14.7 66.5 5.1l74 86.4 234-282.2c36.2-50.7 74.1-22.6 37.8 28.3l-230 357.8c-8.4 11.8-21.8 19.1-36.3 19.7h-2z'/%3E%3C/svg%3E");
	background-size: 7px auto;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0; left: 0;
	width: 14px;
	height: 14px;
    border-radius: 0;
}

.subs-olay--margin {
	margin: 5px 0 0 0;
}.account-subs--prod-opts {
	margin: 0 0 6px;
}

.account-subs--prod-opt {
	font-size: 13px;
	color: #2b2b2b;
}

.account-subs--prod-opt .opt-label {
	color: #adadad;
	margin: 0 4px 0 0 ;
}

.account-subs--prod-opt .opt-value {
	margin: 0 16px 0 0;
}

.account-subs--stock-status {
	font-size: 12px;
}

.account-subs--prod-details {
	border-right: 1px solid #F4F4F4;
	padding-right: 40px;
}

.account-subs--details {
	padding-left: 40px;
	font-size: 13px;
}

.account-subs--prod-details,
.account-subs--details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 10px 0;
}

.account-subs--details {
	color: #2b2b2b;
}

.account-section--sub {
	font-weight: 600;
	margin: 0 4px 0 0;
	font-size: 13px;
	white-space: nowrap;
}

.account-subs--row {
	margin-top: 8px;
}

.account-subs--row:first-child {
	margin: 0;
}

.account-section--value.preferred {
	margin-top: -3px;
}

.account-section--value.preferred span {
	position: relative;
	padding: 0 0 0 20px;
	margin: 3px 6px 3px 0;
	display: inline-block;
}

.account-section--value.preferred span:before {
	content: '';
	position: absolute;
	left: 0; top: 50%;
	transform: translateY(-50%);
	height: 15px;
	width: 15px;
	border: 1px solid #F4F4F4;
	border-radius: 15px;
}

.account-section--value.preferred .sub-sel {
	font-weight: 600;
}

.account-section--value.preferred .sub-sel:after {
	content: '';
	position: absolute;
	left: 3px; top: 50%;
	transform: translateY(-50%);
	height: 9px;
	width: 9px;
	border-radius: 9px;
	background-color: #019cc2;
}

.account-subs--action {
	align-items: flex-start;
}

.account-subs--action .button {
	margin: 0 5px 0 0;
}

.subs-olay--list-item input[type="radio"],
.subs-olay--list-item input[type="checkbox"] {
	display: none;
}

.subs-olay--list-item--radio,
.subs-olay--list-item--checkbox {
	display: inline-block;
	position: relative;
    height: 15px;
    width: 15px;
    border: 1px solid #F4F4F4;
    border-radius: 15px;
	transform: translateY(2px);
	margin: 0 4px 0 0;
}

.subs-olay--list-item input[type="radio"] + label,
.subs-olay--list-item input[type="checkbox"] + label {
	cursor: pointer;
}

.subs-olay--list-item input[type="radio"]:checked + label .subs-olay--list-item--radio:after,
.subs-olay--list-item input[type="checkbox"]:checked + label .subs-olay--list-item--checkbox:after {
	display: block;
}

.subs-olay--list-item--radio:after,
.subs-olay--list-item--checkbox:after {
	display: none;
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    height: 9px;
    width: 9px;
    border-radius: 9px;
    background-color: #019cc2;
}

.subs-olay--list-item--checkbox {
	border-radius: 3px;
	overflow: hidden;
}

.subs-olay--list-item input[type="checkbox"]:checked + label .subs-olay--list-item--checkbox {
	border-color: #019cc2;
}

.subs-olay--list-item--checkbox:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 444.2 444.2' fill='white' xml:space='preserve'%3E%3Cpath d='M161.1 437c-13.7 0-26.8-6-35.8-16.5L12 288.4c-17-19.8-14.7-49.6 5.1-66.5 19.8-17 49.6-14.7 66.5 5.1l74 86.4 234-282.2c36.2-50.7 74.1-22.6 37.8 28.3l-230 357.8c-8.4 11.8-21.8 19.1-36.3 19.7h-2z'/%3E%3C/svg%3E");
	background-size: 7px auto;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0; left: 0;
	width: 13px;
	height: 13px;
    border-radius: 0;
}

.subs-olay .account-heading {
    margin: -20px -20px 20px -20px;
	display: block;
}


.category-main {
    width: calc(100% - 320px);
}
.cat-custom-filters {
	padding: 30px 40px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.cat-custom-filters-sublabel {
    justify-content: center;
}
.cat-custom-filters--overflow {
	position: relative;
    overflow-x: scroll;
	display: flex;
    justify-content: center;
    padding: 0;
	max-width: 100%;
}
.cat-custom-filters--row {
	display: inline-flex;
	position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    user-select: none;
    cursor: pointer;
}
.cat-custom-filters--overflow::-webkit-scrollbar, .cat-custom-filters--row::-webkit-scrollbar {
	display: none;
}
.custom-filter {
	flex: none;
}
#overflow_drag.isDragging > a {
    pointer-events: none;
}
.custom-filter:not(:last-child) {
	margin-right: 10px;
}

/*
|--------------------------------------------------------------------------
| Basket 2022
|--------------------------------------------------------------------------
*/
.basket {
	display: flex;
}

.basket-empty {
	background-color: #fff;
	padding: 20px;
}

.basket-heading {
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
	padding: 0 0 25px;
}

.basket-heading--title {
	font-size: 42px;
	font-weight: 600;
	letter-spacing: -0.025em;
	color: #2b2b2b;
}

.basket-heading--right {
	display: flex;
	align-items: center;
	color: #2b2b2b;
}

.basket-heading--text:first-child {
	margin-left: 0;
}

.basket-heading--text {
	font-size: 18px;
	/* margin-left: 74px; */
}

.basket-heading--text span {
	font-weight: 600;
}

.basket-main {
	display: flex;
	align-items: flex-start;
}

.basket-items {
	border: 1px solid #F4F4F4;
}

.basket-left {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}

.basket-item {
	display: flex;
	background-color: #fff;
	border-bottom: 1px solid #F4F4F4;
	padding: 15px;
}

.basket-item:last-child {
	border-bottom: none;
}

.basket-item-main {
	display: flex;
	flex: 1 0 0;
}

.basket-item-main-wrapper {
	display: flex;
	flex: 1 0 0;
}

.basket-item-title {
	/* margin: 0 0 6px; */
}

.basket-item-title-link {
	font-size: 16px;
	line-height: 1.2;
	color: #3C3C3B;
}

.basket-item-image {
	padding: 2px;
	border: 1px solid #F4F4F4;
}

.basket-item-details {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 15px;
	gap: 6px 0;
	flex: 1 0 0;
}

.basket-item-options {
	/* margin: 0 0 6px; */
	display: flex;
	flex-wrap: wrap;
}

.basket-item-option {
	color: #2b2b2b;
	margin-right: 16px;
    white-space: nowrap;
}

.basket-option--images-cont {
    /*display: none;*/
}

.basket-item-option-label {
	color: #adadad;
}

.basket-item-stock-status {
	margin: 0 0 6px;
	font-size: 12px;
}

.basket-item-pricing {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 180px;
	gap: 8px 0;
	color: #2b2b2b;
	padding: 0 25px;
}

.basket-item-price {
	font-size: 18px;
	line-height: 1;
}

.basket-item-unitprice {
	font-size: 13px;
}

.basket-item-savings {
	padding: 2px 4px;
	text-align: center;
	background-color: #249a4b;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
}

.basket-item .has-right-divider {
	position: relative;
}

.basket-item .has-right-divider:after {
	content: '';
	top: 15px;
	bottom: 15px;
	right: 0;
	width: 1px;
	background-color: #F4F4F4;
	position: absolute;
}

.basket-item-qty {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px 0;
	padding: 0 45px;
}

.basket-item-remove {
	font-size: 12px;
	position: relative;
	color: #2b2b2b;
	cursor: pointer;
}

.basket-item-remove:after {
	content: '';
	position: absolute;
	bottom: -2px;
	height: 1px;
	width: 100%;
	left: 0;
	background-color: #2b2b2b;
}

.basket-sidebar .select2-basic--container {
	/* border-radius: 3px; */
}

.basket-sidebar .label-none .select2-basic--container.select2-selection--single .select2-selection__rendered {
    padding: 12px;
}

.basket-segment {
	padding:20px;
	background-color: #fff;
}

.overlay-basket .counter-input input {
    font-size: 14px;
}

.overlay-basket .counter-input-button {
    width: 26px;
    height: 26px;
}

.overlay-basket .counter-input {
    min-height: 26px;
}

.overlay-basket .basket-item-details,
.overlay-basket .basket-item-pricing,
.overlay-basket .basket-item-qty {
	padding: 0 15px;
}

.overlay-basket .basket-item-option {
	font-size: 12px;
}

.overlay-basket .basket-item-title-link {
	font-size: 14px;
}

/* Counter Input */
.counter-input {
	display: flex;
	border: 1px solid #F4F4F4;
	border-radius: 2px;
	min-height: 40px;
	color: #2b2b2b;
}

.counter-input-button {
	width: 40px;
	text-align: center;
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 300ms ease;
}

.counter-input-button:hover {
	background-color: #F4F4F4;
}

.counter-input-button-decrease {
	border-right: 1px solid #F4F4F4;
}

.counter-input-button-increase {
	border-left: 1px solid #F4F4F4;
}

.counter-input-input {
	display: flex;
}

.counter-input input {
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 60px;
	min-width: 0;
	color: #2b2b2b;
	font-weight: 400;
}

/* Basket > Sidebar */
.basket-sidebar {
	width: 100%;
	max-width: 420px;
	margin: 0 0 0 40px;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	flex-shrink: 0;
}

.basket-sidebar .input input {
	font-size: 13px;
}

.basket-sidebar .input ::-webkit-input-placeholder { /* WebKit browsers */
	/* replace this with desired color */
	opacity: 1;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-sidebar .input :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	/* replace this with desired color */
	opacity: 1;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-sidebar .input ::-moz-placeholder { /* Mozilla Firefox 19+ */
	/* replace this with desired color */
	opacity: 1;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-sidebar .input :-ms-input-placeholder { /* Internet Explorer 10+ */
	/* replace this with desired color */
	opacity: 1;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-sidebar-segment {
	background-color: #fff;
	border: 1px solid #F4F4F4;
	padding: 25px;
}

.basket-sidebar-segment .input input[type="text"], 
.quote-side.basket-sidebar .input input[type="text"] {
	border: 1px solid #F4F4F4;
	overflow: hidden;
}

.basket-sidebar-segment .input.label-none input[type="text"], 
.quote-side.basket-sidebar .input.label-none input[type="text"] {
	padding: 12px;
}

.basket-sidebar-segment-heading,
.basket-sidebar-expandable-title {
	font-size: 16px;
	font-weight: 600;
	color: #749239;
	margin: 0 0 10px;
}

.basket-sidebar-expandable {
	background-color: #f9f9f9;
	border: 1px solid #F4F4F4;
	margin-top: -1px;
	color: #2b2b2b;
	transition: background 300ms ease;
}

.basket-sidebar-expandable:hover {
	background-color: #f0f0f0;
}

.basket-sidebar-expandable-open {
	/* padding: 18px 25px; */
}

.basket-sidebar-expandable-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 18px 25px;
	margin: 0;
}

.basket-sidebar-expandable-open .basket-sidebar-expandable-title {
	padding: 18px 25px 10px 25px;
}

.basket-sidebar-expandable-title-icon {
	flex-shrink: 0;
	height: 15px;
	width: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill-rule='evenodd' fill='%23749239' d='M12 6.999H7V12H4.999V6.999H0V5h4.999V0H7v5h5v1.999Z'/%3E%3C/svg%3E");
}

.basket-sidebar-expandable-open .basket-sidebar-expandable-title-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='2px'%3E%3Cpath fill-rule='evenodd' fill='%23749239' d='M0.0,0.0 L12.0,0.0 L12.0,2.0 L0.0,2.0 L0.0,0.0 Z'/%3E%3C/svg%3E");
}

.basket-sidebar-expandable-content {
	display: none;
	margin: 0 0 -10px;
	padding: 0 25px  18px 25px;
}

.basket-sidebar-expandable-open .basket-sidebar-expandable-content {
	display: block;
}

.basket-sidebar-expandable-points .basket-sidebar-expandable-content span {
	font-weight: 600;
}

.basket-total-grid {
	display: flex;
	flex-direction: column;
	gap: 6px 0;
	margin: 0 0 10px;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-totals-row {
	display: flex;
	justify-content: space-between;
}

.basket-totals-row-discount {
	color: #249a4b;
}

.basket-checkout-button {
	font-size: 16px;
	font-weight: 400;
	display: flex;
	gap: 0 10px;
	align-items: center;
	justify-content: center;
}

.basket-express-checkout {
	text-align: center;
	margin: 12px 0 0 0;
	color: #2b2b2b;
}

.basket-express-checkout-text {
	font-size: 13px;
	letter-spacing: -0.025em;
	margin: 0 0 6px;
}

.basket-express-checkout-text span {
	font-weight: 600;
}

.basket-express-checkout-icon {
	height: 23px;
	display: block;
	margin: 0 auto;
}

.basket-sidebar .ui-datepicker-inline {
	width: 100%;
}

.basket-sidebar .ui-datepicker-header {
	background-color: #f3f3f3;
	border-color: transparent
}

.basket-sidebar .ui-datepicker-title {
	color: #2b2b2b;
	font-size: 13px;
	font-weight: 600;
}

.basket-sidebar .ui-datepicker th {
	font-weight: 400;
	color: #2b2b2b;
}

.basket-sidebar .ui-datepicker .ui-datepicker-prev,
.basket-sidebar .ui-datepicker .ui-datepicker-next {
	background: none;
}

.basket-sidebar .ui-datepicker td span {
	text-align: center;
}

.basket-sidebar .ui-widget-content .ui-state-active {
	background-color: #249a4b;
	border-color: #249a4b;
	color: #fff!important;
}

.basket-sidebar .ui-widget-content .ui-state-default {
	color: #2b2b2b;
	font-weight: 400;
    font-size: 12px;
	padding: 4px;
	border-color: #F4F4F4;
	border-radius: 3px;
}

.basket-sidebar .ui-widget-content .ui-state-hover {
	border-color: #249a4b;
}

.basket-sidebar .ui-datepicker table {
	margin: 0;
}

.basket-sidebar .ui-datepicker td {
	padding: 2px;
}

.basket-sidebar .ui-datepicker th {
	padding: 4px 2px;
	font-size: 12px;
}

.basket-payment-method {
	height: 25px;
	margin: 0 auto;
}

.payment-methods img {
	height: 28px;
	margin-right: 10px;
}

.payment-methods-bar img:last-child {
	margin-right: 0;
}

.payment-methods-bar {
	background-color: #fff;
	padding: 5px;
	border-radius: 3px;
}

.basket-action {
}

.basket-main .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.basket-main .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='8px' viewBox='0 0 14.4029999 8.0010004' style='enable-background:new 0 0 14.4029999 8.0010004;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%232B2B2B;%7D%0A%3C/style%3E%3Cpath class='st0' d='M6.4885001,7.7133002L0.2955,1.6779c-0.394-0.3837999-0.394-1.0062,0-1.3901999 C0.6892-0.0959,1.3281-0.0959,1.7217,0.2877l5.4800997,5.3402996l5.4795003-5.3399c0.3940001-0.384,1.0324001-0.384,1.4261999,0 c0.3940001,0.3838,0.3940001,1.0062,0,1.3898l-6.1928,6.0358c-0.197,0.1917-0.4551001,0.2873006-0.7129002,0.2873006 C6.9435,8.0010004,6.6855001,7.9047999,6.4885001,7.7133002z'/%3E%3C/svg%3E%0A");
}

.basket-main .select2-container--open .select2-selection--single .select2-selection__arrow {
	transform: rotate(-180deg)
}

.basket-subheading {
	font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #3C3C3B;
	margin: 0 0 10px;
}


.precise-tablet-element, .precise-mobile-element {
	display: none;
}


.landing-cat--text {
	padding: 10px;
	background-color: #3C3C3B;
	text-align: center;
	color: #fff;
	line-height: 1.1;

}

.listing-swatches--cont {
    text-align: center;
	margin-bottom: 5px;
}
.swatch-selected {
    padding: 5px;
    margin: 5px 0 10px;
    display: flex;
    border: 1px solid #e1e1e1;
}
.swatch-selected > span {
    width: 100%;
    padding: 10px;
    font-weight: 500;
    text-align: center;
	position: relative;
    z-index: 11;
}

.swatch-selected > span.dark-background {
	color: #ffffff;
}

.page--qa-list {
    margin: 50px auto;
    width: 850px;
    max-width: 100%;
}
.page--qa-list #qa_add_form, .page--qa-list #qa_update_form {
	background-color: #f8f8f8;
    padding: 30px;
    border-radius: 10px;
	color: #222;
}
.page--qa-list #qa_add_form {
	background-color: #f1f1f1;
}
.page--qa-list #qa_add_form .input {
    margin-bottom: 5px;
}
.input-grid.qa-form--first {
    border-bottom: 1px solid #e8e8e8;
	margin-bottom: 25px;
}
.check-button {
    padding: 10px 20px;
    background-color: #f1f1f1;
    border-radius: 10px;
    font-weight: 500;
	transition: ease-in-out .2s;
	cursor: pointer;
}
.checked > .check-button {
	background-color: #749239; 
	color: #fff;
}

.qa-listing-search-btn {
    position: absolute;
    right: 20px;
    top: 13px;
    background-color: transparent;
}
.check-search--listings > input[type="text"] {
    padding: 15px;
}

.check-search--results--inner {
    background-color: #ffffff;
    margin-top: 2px;
}
.check-search--checkbox {
    padding: 8px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: ease-in-out .2s;
}
.check-search--checkbox:not(.checked):hover {
	background-color: #eeeeee;
}
.check-search--checkbox.checked {
    background-color: #749239;
}
.check-search--checkbox.checked > label {
	color: #fff;
	font-weight: 600;
}

#listing-overlay .overlay--inner, #listing-options-overlay .overlay--inner {
	width: 850px;
    padding: 0px;
    max-width: 90%!important;
	background-color: #FFFFFF;
}
#listing-overlay .overlay--close {
	display: flex;
    top: -14px;
    right: -14px;
    background-color: #b62f3f;
    transform: none;
    padding: 5px;
    border-radius: 50px;
}
#listing-overlay .overlay--close > svg {
    transform: scale(.8);
}
.overlay--header--text.overlay--basket-header {
	padding: 25px 40px;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.3;
}
.overlay--basket-title {
	flex: 1;
}
.overlay--basket-title > span {
    color: #749239;
    font-weight: 700;
}
.overlay--header-action {
    padding: 15px;
    border-top: 1px solid #e5e5e6;
}
.overlay--header-action > *.button {
    width: calc(50% - 5px);
    padding: 10px 15px;
    font-size: 14px;
}
.overlay-tick-icon {
    margin-right: 30px;
    width: 50px;
}

.overlay .form-options {
    background-color: transparent;
    padding: 30px;
	overflow-y: auto;
    max-height: 700px;
}
.overlay .listing-overview--img {
    margin-right: 25px;
}
.overlay .listing-overview h1 {
    font-size: 22px;
    margin-bottom: 5px;
}
.overlay .listing-overview h2 {
    font-size: 16px;
    margin-bottom: 5px;
}
.overlay .listing-price--outer {
	margin: 10px 0;
}
.overlay .listing-details {
    margin: 0;
	font-size: 13px;
}
.overlay .listing-pricebreaks {
	margin: 0 -10px 10px 0;
}
.overlay .listing-pricebreaks > div {
    width: 20%;
    padding: 0 10px 10px 0;
}
.listing-overlay--options {
    margin-top: 10px;
}
.overlay .options_container_radio .option-radio {
    width: 100%;
}
.overlay .listing-buy {
    margin: 15px -15px -15px 0;
	flex-wrap: wrap;
}
.overlay .listing-buy > * {
	margin: 0 15px 15px 0;
}
.overlay .options_text {
    font-weight: 600;
}
.input-qty-dd {
    border: 1px solid #e5e5e6;
    padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M1.01361 0.766115C1.17745 0.602325 1.39964 0.510313 1.63131 0.510313C1.86298 0.510313 2.08516 0.602325 2.249 0.766115L6.87339 5.39051L11.4978 0.766115C11.5784 0.682669 11.6748 0.61611 11.7814 0.570321C11.888 0.524532 12.0026 0.500431 12.1186 0.499423C12.2346 0.498415 12.3497 0.520521 12.457 0.56445C12.5644 0.60838 12.662 0.673253 12.744 0.755286C12.826 0.837318 12.8909 0.934866 12.9348 1.04224C12.9788 1.14961 13.0009 1.26466 12.9999 1.38066C12.9989 1.49667 12.9748 1.61131 12.929 1.71791C12.8832 1.8245 12.8166 1.92091 12.7332 2.0015L7.49109 7.24359C7.32725 7.40738 7.10506 7.49939 6.87339 7.49939C6.64173 7.49939 6.41954 7.40738 6.2557 7.24359L1.01361 2.0015C0.849825 1.83766 0.757812 1.61548 0.757812 1.38381C0.757812 1.15214 0.849825 0.929954 1.01361 0.766115Z' fill='%2328282A'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
    background-position: 80% center;
	width: 80px;
}
.overlay .add-to-basket-button {
    padding: 8px 25px;
    font-size: 14px;
}

.overlay--basket--error {
    padding: 20px;
}
.overlay--basket--error .overlay--basket-title {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.overlay--header--errors {
    text-align: center;
    color: #cd0c0c;
    margin-top: 10px;
    font-size: 15px;
}

/*
|--------------------------------------------------------------------------
| Template > Cookie Notification
|--------------------------------------------------------------------------
*/
.cookie-pref-overlay {
    position: absolute;
    background-color: #FFF;
    width: 400px;
    left: 100%;
    height: 100%;
    transition: ease-in-out .5s;
	padding: 30px;
	font-size: 15px;
	z-index: 100;
}
.cookie-pref--top {
    font-size: 18px;
    color: #222;
    margin-bottom: 15px;
}
.cookie-pref--top .title {
    flex: 1;
}
.cookie-pref--close {
    position: relative;
    margin-left: 20px;
    margin-top: 2px;
    width: 30px;
	cursor: pointer;
}
.cookie-pref--close::before, .cookie-pref--close::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3px;
    height: 15px;
    background-color: #222;
    border-radius: 3px;
}
.cookie-pref--close::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.cookie-pref--close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}
.cookie-pref--text {
    margin-bottom: 15px;
}
.cookie-pref--text * {
    line-height: 1.5;
}
.cookie-pref-overlay .cookie-bar--submit, .cookie-pref-save {
	width: 100%;
	margin-top: 20px;
}
.cookie-pref-overlay--actions {
    flex: 1;
}
.show-pref .cookie-pref-overlay {
    margin-left: -400px;
}
.show-pref .cookie-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 65%);
}
.cookie-pref-form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 65%);
    z-index: 9999999999999999;
	overflow: hidden;
}
.cookie-bar {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #FFF;
    display: flex;
    align-items: center;
	padding: 25px 30px;
}
.cookie-bar--inner {
    position: absolute;
    max-width: 550px;
    padding: 20px !important;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    color: #222;
	font-size: 14px;
}
.cookie-bar--text {
    flex: 1;
    margin-right: 30px;
    font-size: 14px;
}
.cookie-bar--text * {
	line-height: 1.5;
}
.cookie-bar--action {
    display: flex;
    align-items: center;
}
.show-cookie-pref, .cookie-bar--submit, .cookie-pref-save {
    text-align: center;
    cursor: pointer;
    transition: ease-in-out .2s;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
}
.show-cookie-pref {
	background-color: #878787;
}
.show-cookie-pref:hover {
	background-color: #5d5d5d;
}
.cookie-pref-save {
	background-color: #878787;
}
.cookie-pref-save:hover {
	background-color: #353D5C;
}
.cookie-bar--submit {
    background: #749239;
}
.cookie-bar--submit:hover {
    background: #353D5C;
}
.cookie-bar--action .button:not(:first-child) {
	margin-left: 10px;
}
.cookie-bar .toggle-switch {
	margin-top: -3px;
}


.toggle-switch {
	position: relative;
	display: inline-block;
	width: 50px;
    height: 25px;
	padding: 0;
}
.toggle-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.toggle-switch--slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}
.toggle-switch--slider:before {
	position: absolute;
	content: "";
	height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}
input:checked + .toggle-switch--slider {
	background-color: #749239;
}
input:focus + .toggle-switch--slider {
	box-shadow: 0 0 1px #749239;
}
input:checked + .toggle-switch--slider:before {
	-webkit-transform: translateX(25px);
	-ms-transform: translateX(25px);
	transform: translateX(25px);
}
.cookie-bar--pref-table {
    border: 1px solid #e0dede;
	margin-top: 30px;
	font-size: 14px;
}

.cookie-bar--table {
	display: none;
	margin-bottom: 15px;
}

.cookie-bar--table > .title {
	margin-bottom: 5px;
}
.cookie-settings {
	text-decoration: underline;
	cursor: pointer;
}


.cookie-bar--action__table {
    width: 100%;
}
.cookie-bar--action__table .title {
    font-size: 14px;
    font-weight: 600;
}
.cookie-bar--pref-table > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 6px;
    height: 45px;
	line-height: 1.1;
}
.cookie-bar--pref-table > div > span {
    font-weight: 600;
    color: #749239;
	text-align: right;
}
.cookie-bar--pref-table > div:not(:last-child) {
	border-bottom: 1px solid #e0dede;
}

.cookie-bar--text > p {
	color: #222;
}

.cookie-bar--text > p:last-child {
	margin-bottom: 0;
}

.cookie-bar--text a {
	text-decoration: underline;
}
.cookie-bar--text a:hover {
	color: #353D5C;
}
.cookie-bar--text > .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #749239;
	margin-bottom: 5px;
}

.link-ul {
    text-decoration: underline;
}
.link-ul:hover {
	color: #353D5C;
}

.content-fix {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-fix > *:not(.cms-textarea-image-container) {
    width: 100%;
}
.content-fix .cms-textarea-image-container {
	min-width: 50%;
    flex: 1;
    margin: 0;
    padding: 0 10px 10px 0;
}
.content-page--outer-buttons {
    display: flex;
}
.content-page--outer-buttons:not(:last-child) {
    margin-bottom: 20px;
}
.content-page--outer-buttons:not(:first-child) {
    margin-top: 30px;
}
.content-page--outer-buttons > div {
	width: 50%;
}
.content-page--outer-buttons .button {
    border-radius: 0;
    padding: 6px 20px;
    font-size: 14px;
}
.content-page--outer-buttons > div:first-child .button {
	background-color: #749239;
}
.content-page--outer-buttons > div:first-child .button:hover {
	background-color: #dc8d16;
}

.content-2 h1, .content-2 h2, .content-2 h3, .content-2 h4, .content-2 h5, .content-2 h6 {
    color: #434344;
	line-height: 1.4;
}
.content-2.content {
	font-size: 12px;
}
.content-2.content ul {
    margin-left: 0!important;
}
.content-2.content ul > li::after {
	content: none;
}
.content-2 .guide-video--image {
	width: 100%;
}

#basket-upsells {
    margin-top: 10px;
}

.content-header {
	position: relative;
	min-height: 200px;
	display: flex;
    align-items: center;
    overflow: hidden;
}
.content-header > .container {
	width: 100%;
}
.content-header:not(.has-img) .content-header--inner {
    text-align: center;
}
.content-header--text {
    flex: 1;
    padding: 40px 0px;
}
.content-header.has-img .content-header--text {
    max-width: 70%;
	padding: 40px 60px 40px 0;
}
.content-header--text-inner > a {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.06em;
}
.content-header--text h1 {
    color: #FFFFFF;
    font-size: 50px;
    line-height: 1.2;
    text-transform: capitalize;
}
.content-header--image {
    position: absolute;
    height: 100%;
    right: 0;
    max-width: 50%;
	top: 0;
}
.content-page--content {
	max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
	flex: 1;
}

.content-page--sidebar { 
	width: 300px;
	position: relative;
}
.content-sidebar--inner {
    position: sticky;
    top: 20px;
}
.content-sidebar--inner > *:not(:last-child) {
	margin-bottom: 40px;
}

.content-sidebar--menu {
    background-color: #F4F4F4;
}
.content-sidebar--menu > a {
    padding: 20px 40px;
    font-size: 15px;
    font-weight: 500;
    color: #28282A;
    display: block;
}
.content-sidebar--menu > a.sel {
	color: #1891CA;
}
.content-sidebar--menu > a:not(.sel):hover {
	opacity: .7;
}
.content-sidebar--menu > a:not(:last-child) {
	border-bottom: 1px solid #FFF;
}
.content-sidebar--toggle {
	display: none;
}
.content-sidebar--contact {
	border-top: 1px solid #749239;
}
.content-sidebar--contact > div {
    width: 100%;
    min-height: 60px;
    border-bottom: 1px solid #749239;
}
.content-sidebar--contact > div, .content-sidebar--contact > div a {
	font-size: 16px;
	color: #28282A;
	font-weight: 500;
	line-height: 1.2;
}
.content-sidebar--contact > div a:hover {
	color: #749239;
}
.content-sidebar--contact > div > svg {
	margin-right: 12px;
}
.content-sidebar--contact .cs-link {
	color: #749239;
	font-weight: 400;
}

.content-block:not(:last-child), .content-block > div:not(:last-child) {
    margin-bottom: 20px;
}
.content-blocks--imgs-split {
	margin-bottom: -10px;
}
.content-blocks--imgs-split:not(:last-child) {
	margin-bottom: 10px;
}
.content-blocks--imgs-split > img {
	width: calc(50% - 5px);
	margin-bottom: 10px;
}
.content-blocks--img-full img {
    width: 100%;
}

#listing-overlay {
    z-index: 2000000010;
}
#listing-overlay .overlay--inner {
    max-height: 90%;
    max-width: 90%;
	display: flex;
}
.overlay-listing--main {
    overflow-y: auto;
	width: 100%;
}

.atb-overlay--inner {
    padding: 5px 25px;
}
.atb-overlay--inner > div:not(:last-child) {
    border-bottom: 1px solid #E3E3E3;
}
.atb-overlay--header {
    padding: 15px 0;
}
.atb-overlay--title {
    font-weight: 600;
    font-size: 16px;
	margin-right: 20px;
}
.atb-overlay--title > svg {
    margin-right: 15px;
}
.atb-overlay--header--actions > .button {
    padding: 10px 20px;
    border-radius: 5px;
}

.atb-overlay--summary {
	position: relative;
}
.atb-overlay--list {
    max-height: 240px;
    overflow-y: auto;
}

.atb-overlay--list--item {
    padding: 10px 5px 10px 0;
}
.atb-overlay--list--item:not(:last-child), .atb-overlay--list {
	border-bottom: 1px solid #E3E3E3;
}

.atb-overlay-item--img {
    margin-right: 15px;
    width: 50px;
}
.atb-overlay-item--title {
	margin-right: 20px;
}
.atb-overlay-item--title a {
	color: #222;	
}
.atb-overlay-item--title > span {
    display: block;
    font-size: 12px;
    color: #999999;
}
.atb-overlay-item--price > strong {
	font-weight: 600;
}
.atb-overlay--total-row {
    padding: 20px 0;
}
.atb-upsell--msg {
	display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #f1f1f1;
    padding: 15px 25px;
    border-radius: 5px;
    font-weight: 600;
	margin: 0;
	pointer-events: none;
}
.atb-overlay--total-row > *:not(:last-child) {
    margin-right: 20px;
}
.atb-overlay--total {
    text-align: right;
    flex: 1;
    font-size: 16px;
}
.atb-overlay--total > span {
    font-weight: 600;
}

.atb-olay-upsell {
    padding: 20px 0;
    margin: 0 -5px -5px 0;
}
.atb-olay-upsell--heading {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
	padding-right: 5px;
}
.atb-olay-upsell--item {
    width: 20%;
    padding: 0 5px 5px 0;
	text-align: center;
}
.atb-olay-upsell--item > div {
	border: 1px solid #E3E3E3;
	padding: 5px;
	height: 100%;
}
.atb-olay--item--content {
	font-size: 12px;
}
.atb-olay--item--content > * {
	margin-bottom: 5px;
}
.atb-olay--item-title > a {
    display: block;
    font-weight: 500;
    color: #222;
    line-height: 1.2;
}
.atb-olay--item--action input[type="number"] {
    width: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-right: 5px;
	text-align: center;
	font-size: 12px;
}
.atb-olay--item--action .button {
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 5px;
	font-weight: 500;
	flex: 1;
}
.atb-olay--item-price {
    font-weight: 500;
    margin-bottom: 3px;
}

/* SUCCESS STORIES */
.success-cta {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #749239;
    color: #FFF!important;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 20px;
	margin-bottom: 30px;
	line-height: 1.2;
}
.success-cta > svg {
    height: 18px;
    width: 18px;
    margin-left: 20px;
}
.success-cta > svg path {
	fill: #FFF;
}

.success-story {
    padding: 15px;
    border: 1px solid #E3E3E3;
	border-radius: 3px;
    overflow: hidden;
}
.success-story:not(:last-child) {
    margin-bottom: 15px;
}
.success-story--name {
    margin-top: 15px;
    font-size: 13px;
}
.success-story--img {
    margin-left: 30px;
    border-radius: 3px;
	max-height: 300px;
}

.packages-comparison {
    margin-bottom: 60px;
}
.comparison-table {
	overflow: auto;
	overflow-anchor: none;
	position: relative;
}
.comparison-table table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	table-layout: auto;
	height: 1px;
}
.comp-table-row-header, .comp-table-row-header [scope="colgroup"] span {
	left: 0;
	position: sticky;
}
.comparison-table td, .comparison-table th {
	padding: 10px 20px;
}
.comp-table-row td, .comp-table-header {
	min-width: 200px;
	max-width: 200px;
}
.comp-table-header > div {
	height: 100%;
}
.comp-table-header--title {
	margin-bottom: 10px;
}
.comp-table-header--price {
    margin-top: 10px;
    font-weight: 600;
}
.comp-table-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: #434344;
    text-align: left;
}
.comp-table-header, .col-row--cta > *:not(:last-child) {
	border-right: 1px solid rgba(96, 116, 126, 0.30);
}
.comp-table-header:not(.comp-table-title) {
	background-color: #749239;
	color: #FFF;
	font-weight: 400;
	vertical-align: unset;
}
.comp-table-row.bg {
	background-color: #F4F4F4;
}
th.comp-table-row-header {
    font-weight: 400;
    text-align: left;
    padding: 15px 20px;
    color: #60747E;
}
.comp-table-row > td, .comp-table-row-header {
	border-right: 1px solid rgba(96, 116, 126, 0.30);
}
.comp-table-row > td {
	text-align: center;
}
.comp-table-row-header thead::-webkit-scrollbar {
	height: 0px;
}


.col-row--cta td {
    padding: 0!important;
	background-color: #749239;
	flex: 1;
}
.col-row--cta td a {
    width: 100%;
    background-color: #749239;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding: 10px;
}
.col-row--cta td a:hover {
	background-color: #5185b6;
}

tr.col-row-title-mob th {
    background-color: #60747E;
    color: #FFF;
    font-weight: 400;
}
tr.col-row-title-mob th a {
    color: #FFF;
    text-decoration: underline;
}

.content-area--content {
	flex: 1;
}
.content-area--content:not(:last-child) {
	margin-right: 60px;
}
.content-area--btns {
    margin-top: 20px;
}
.content-area--btns > a {
    margin: 10px 10px 0 0;
}
.content a {
	color: #749239;
}
.content a:hover {
	color: #353D5C;
}

.grecaptcha-badge {
    bottom: 150px !important;
} 