<?php include_once($_SERVER['DOCUMENT_ROOT']. "/includes/css.php"); ?>
/*
|--------------------------------------------------------------------------
| Global
|--------------------------------------------------------------------------
*/
body {
	
}

.header-space main {
    padding-top: 106px;
}

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

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

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

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

.bg-secondary {
	background-color: #28282A;
}

.bg--white {
	background-color: #FFF;
}

.bg-texture, .bg-texture--no-grad, .bg-title-texture, .bg-texture-image {
	background-position: center; 
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-texture {
	background-image: url(/images/style/basic/bg-dark-texture.jpg);
}
.bg-texture--no-grad {
	background-image: url(/images/style/basic/bg-texture-no-grad.jpg);
}
.bg-title-texture {
	background-image: url(/images/style/basic/bg-white-strip-texture.jpg);
}
.bg-texture-image {
	background-image: url(/images/style/basic/bg-dark-img.jpg);
}

.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-white {
	color: #fff;
}

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

.mob-only {
	display: none;
}

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

input, textarea {
	letter-spacing: 0.4px;
}

h1, h2, h3, h4, h5, h6, .h1-style {
	margin: 0 0 10px 0;
	color: #28282A;
}

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

h2 {
	font-size: 42px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

p, ul, ol {
	line-height: 20px;
	margin: 0 0 15px 0;
}

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

li {
	margin:0 0 2px 0;
}

/*
|--------------------------------------------------------------------------
| Global > Links
|--------------------------------------------------------------------------
*/
a {
	color: #FEBD18;
	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 -15px 0 0;
}

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

.input {
	position: relative;
    clear: both;
	margin: 0 0 15px 0;
}

.input-label {
	position: absolute;
	top: 9px;
	left: 10px;
	font-size: 12px;
	color: #abadae;
	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: 22px 8px 6px 8px;
	color: #2b2b2b;
	/* border: 1px solid #e9e9e9; */
	border: 0;
	border-radius: 2px;
	resize: none;
}

.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 {
	height: 120px;
}

.input textarea {
	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: #FEBD18!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: #FEBD18;
}

.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-top-left-radius: 0;
	border-bottom-left-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.no-label input[type="text"],
.input.no-label input[type="email"],
.input.no-label input[type="search"],
.input.no-label input[type="tel"],
.input.no-label input[type="number"],
.input.no-label input[type="password"],
.input.no-label textarea {
	padding: 9px 8px 8px;
	min-height: 42px;
}


.input-qty {
	min-width:110px;
}

.textarea {
	position: relative;
}

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

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

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

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

.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 #e7e7e7!important;
}

.select2-container--open .select2-basic--container {
	border: 1px solid #FEBD18!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;
}

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

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

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

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

.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: #000000;
    font-size: 15px;
}

.input-qty.label-inline .input-label {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
}

/* 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;
}

/*
|--------------------------------------------------------------------------
| Global > Checkboxes
|--------------------------------------------------------------------------
*/
.checkbox {
	display: inline-block;
	position: relative;
	background-color: #fff;
	width: 18px;
	height: 18px;
	border: 2px solid #c0bfbf;
	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;
	-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: 7px 24px 6px;
	font-size: 13px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	background-color: #F0F1F2;
	border-radius: 20px;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	cursor: pointer;
	outline: none;
	text-align:center;
	line-height: inherit;
	letter-spacing: 1px;
	font-family: 'SpaceGrotesk', sans-serif;
}

.button:hover {
	background-color: #FEBD18;
}
button.button {
    border: none;
}

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

.button-primary {
	background: #2E9A45;
	color: #fff!important;
}
.button-primary:hover {
	background: #217433;
}


.button-secondary {
	background-color: #666666;
}

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

.button-orange {
	background-color: #FEBD18;
	color: #000;
}
.button-orange:hover {
	background-color: #FFF;
	color: #000;
}

.button-icon {
    display: flex;
    align-items: center;
    padding: 8px 0 10px;
}
.button-icon svg {
	height: 20px;
	width: 20px;
	margin:0px 5px -4px 0;
}
.button-icon svg path {
	-webkit-transition: ease-in-out .2s;	
	transition: ease-in-out .2s;	
}
.button-icon.button-orange:hover svg path {
	fill: #000;
}

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

.button-xsmall,
.button-xsmall-wide {
	padding: 4px 16px;
	font-weight: 600;
	font-size: 11px;
	line-height: normal;
}

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

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

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

/* 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: #2E9A45;
	color: #fff;
}

.button-green:hover {
	background-color: #277f3a;
}

.button-grey {
	background-color: #B6B6B6;
}

.button-grey:hover {
	background-color: #B6B6B6;
}

.button-dark {
	background: #111112;
	color: #fff;
}

.button-dark:hover {
	color: #FEBD18;
	background-color: #000;
}
.button-dark:hover svg path, .button-darkish:hover svg path {
	fill: #FEBD18;
}

.button-darkish {
	background: #474747;
	color: #fff;
}
.button-darkish:hover {
	color: #FEBD18;
	background-color: #2b2b2b;
}

.button-white {
	background-color: #fff; 
	color: #222!important;
}
.button-white:hover {
	background-color: #FEBD18;
}

.button--icon {
    display: flex;
    align-items: center;
	justify-content: center;
}
.button--icon svg {
	margin-left: 10px;
}

.button-bordered {
	background-color: transparent;
	border: 1px solid #F0F1F2;
	color: #000;
}
.button-bordered:hover {
	background-color: #FEBD18;
	border: 1px solid #FEBD18;
	color: #FFF;
}

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

.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: #37af56;
}

.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: #fcab3e;
}

/*
|--------------------------------------------------------------------------
| Global > Jumbotron
|--------------------------------------------------------------------------
*/
.jumbotron {
	position: relative;
	height: 300px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background-color: #FEBD18;
	padding: 64px 0 14px;
	display: table;
	width: 100%;
}
.page-container .jumbotron {
    padding: 14px 0;
}

.jumbotron-small {
	height: 184px;
}

.jumbotron--title {
	margin: 0;
	color: #fff;
	font-size: 50px;
}

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

.jumbotron--content p {
	color: #fff;
}

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

main.main-class {
	background-color: #fff;
}

/*
|--------------------------------------------------------------------------
| 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.message-out-of-page {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	z-index: 5;
}

.message {
	position: relative;
	padding: 15px;
	margin: 0 0 10px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	background: #FEBD18;
}

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

.message-error {
	background: #b12525;
}

.message-success {
	background: #37af56;
}

.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: #FEBD18;
	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: #FEBD18 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, .breadcrumb-trail a, .breadcrumb-trail a:hover {
    text-transform: uppercase;
    color: #A8A8A8;
    font-family: 'SpaceGrotesk', sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
}

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

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

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

/*
|--------------------------------------------------------------------------
| Global > Countdown Timer
|--------------------------------------------------------------------------
*/
.countdown-timer--doughnut {
	position: relative;
	width: 60px;
	height: 60px;
	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: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	font-weight: 700;
	color: #1e1e1e;
}

.countdown-timer--doughnut strong,
.countdown-timer--doughnut strong span {
	font-size: 21px;
	top: 0;
}

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

.countdown-timer--doughnut span {
	display: block;
	font-size: 11px;
	position: relative;
	top: 4px;
}

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

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

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

/*
|--------------------------------------------------------------------------
| 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:20px;
}

/*
|--------------------------------------------------------------------------
| Template > Header
|--------------------------------------------------------------------------
*/
header {
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
	z-index: 100; 
}
.main-nav--item {
    margin: 0 30px;
	position: relative;
}
.main-nav--item > a {
    color: #fff!important;
	position: relative;
    font-size: 15px;
	font-weight: 500;
	text-align: center;
}
.main-nav--item:hover > a {
	font-weight: 500;
}
.main-nav--item > a > svg {
	width: 13px;
	height: 8px;
	margin-left: 10px;
	margin-top: 2px;
	transition: ease-in-out .2s;
}
.main-nav--item > a > svg > path {
	fill: #fff;
}
.main-nav--item:hover > a > svg {
	transform: rotate(180deg);
}
.main-nav--dd {
	display:none;
	position: absolute;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
	top: 100%;
	left: 50%; 
	transform:translateX(-50%);
	margin-top: 30px;
	width: max-content;
    min-width: 200px;
}
.main-nav--dd::before {
	content:'';
	position: absolute;
	bottom: 100%;
	width: 100%;
	height: 30px;
	left: 0;
}
.main-nav--item:hover .main-nav--dd {
	display: flex;
}
.main-nav--dd > a {
	color: #000;
	font-size: 16px;
}
.main-nav--dd > a:hover {
	color: #FEBD18;
}
.main-nav--dd > a:not(:last-child) {
	margin-bottom: 15px;
}
.main-nav--dd > a.button {
	font-size: 11px;
	color: #FFF!important;
}
.header-main--right {
    width: 200px;
}

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

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

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

.mobile-menu--btn div {
	margin: 0 0 7px;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
	-webkit-transition: transform 300ms ease;
	transition: transform 300ms ease;
}
.mobile-menu--btn-text {
	display: none;
}

.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: #FFF;
    height: 4px;
	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: #474747;
}
.mobile-menu--btn.open .mobile-menu--btn-text {
	color: #474747;
}

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

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

/*
|--------------------------------------------------------------------------
| Template > Header > Top Bar
|--------------------------------------------------------------------------
*/
.header-top {
	height: 30px;
	background-color: #2d2d2d;
	line-height: 30px;
}

/*
|--------------------------------------------------------------------------
| Template > Header > Main
|--------------------------------------------------------------------------
*/
.header-main {
    display: flex;
	align-items: center;
	height: 102px;
}

.logo img{
	margin:0 auto;
}

.logo__svg {
	width: 260px;
	height: 52px;
}

/*
|--------------------------------------------------------------------------
| 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: 750px;
    padding: 0;
    margin: 10px 0 0 0;
    opacity: 0;
	z-index: -1;
    transition: .3s ease;
    background: #fff;
    border: 2px solid #e7e7e7;
    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 #e7e7e7;
	height: 100%;
}

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

.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
|--------------------------------------------------------------------------
*/
.footer-main {
    padding: 30px 0 60px;
    color: #fff;
}
.footer-main a {
	color: #fff;
}
.footer-main a:hover {
	color: #FEBD18;
}

.footer-menu {
	padding-right: 30px;
	width: 428px;
}
.footer-menu a {
	font-size: 21px;
	font-family: 'SpaceGrotesk';
}
.footer-menu a:not(:last-child) {
	margin-bottom: 25px;
}

.footer-locations {
	font-size: 12px;
	line-height: 1.8;
	padding-right: 40px;
}
.footer-locations > div:not(:last-child) {
	margin-right: 80px;
}
.footer-location--icon {
	margin-bottom: 12px;	
}
.footer-location--icon > img {
	height: 40px;
}

.footer-right {
	text-align: right;
}

.footer-bottom {
	font-size: 10px;
	color: #A8A8A8; 
	line-height: 1.6;
}
.footer-bottom a {
	color: #A8A8A8; 
}

.footer-social > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    border-radius: 80px;
    border: 1px solid #ffff;
}

.footer-social > a:hover{
	border-color: rgba(255, 255, 255, 0.2);
}

.footer-social > a:not(:last-child) {
	margin-right: 10.5px;
}
footer {
	overflow: hidden;
}
.testimony-row {
    display: grid;
    margin: 0 auto;
}
.testimony-row .slick-list {
    overflow: unset;
    width: 1200px;
    max-width: 100%;
    padding: 30px;
    margin: 0 auto;
}
.testimony-row .slick-track {
	display: flex!important;
}
.testimony-row .slick-arrow {
    display: none!important;
}
.testimony-row .slick-slide {
    padding: 0 10px;
	height: inherit!important;
}
.testimony-row--item  {
	height: 100%;
	position: relative;
	background-color: #28282A; 
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 50px 30px 100px;
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
}
.testimony-row--item::before {
	content: ""; 
	position: absolute;
	left: 40px; 
	top: 30px;
	height: 26px;
	width: 26px;
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='21' viewBox='0 0 26 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 0.879508V4.87951H21.68C19.76 4.87951 18.8 5.83951 18.8 7.75951V10.3195H19.92C21.4667 10.3195 22.7467 10.7995 23.76 11.7595C24.8267 12.7195 25.36 13.9195 25.36 15.3595C25.36 16.9062 24.8267 18.1595 23.76 19.1195C22.7467 20.0795 21.4667 20.5595 19.92 20.5595C18.3733 20.5595 17.0933 20.0528 16.08 19.0395C15.0667 18.0262 14.56 16.7462 14.56 15.1995V7.75951C14.56 3.17284 16.8533 0.879508 21.44 0.879508H24ZM10.08 0.879508V4.87951H7.76C5.84 4.87951 4.88 5.83951 4.88 7.75951V10.3195H6C7.54667 10.3195 8.82667 10.7995 9.84 11.7595C10.9067 12.7195 11.44 13.9195 11.44 15.3595C11.44 16.9062 10.9067 18.1595 9.84 19.1195C8.82667 20.0795 7.54667 20.5595 6 20.5595C4.45333 20.5595 3.17333 20.0528 2.16 19.0395C1.14667 18.0262 0.64 16.7462 0.64 15.1995V7.75951C0.64 3.17284 2.93333 0.879508 7.52 0.879508H10.08Z' fill='%23A8A8A8'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.testimony-item--name {
	font-size: 11px;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: 'SpaceGrotesk', serif;
	letter-spacing: 0.1em;
}

.footer-bottom-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px 0;
	border-top: 1px solid #28282A;
}

.footer-logo {
	width: 100px;
}

.footer-logo img {
	display: block;
	width: 100%;
}

/*
|--------------------------------------------------------------------------
| Template > Footer > Bottom
|--------------------------------------------------------------------------
*/
.footer-payment img {
	width: 260px;
	height: 23px;
}

/*
|--------------------------------------------------------------------------
| 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;*/
	/* max-width: 2200px; */
	margin: 0 auto;
}

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

.mobile-menu {
	position: absolute;
    display: none;
    top: 90px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(30, 30, 30, 0.95);
    backdrop-filter: blur(3.5px);
    height: fit-content;
    z-index: 999;
}
.page-slide.open .mobile-menu {
	display: block;
}

.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: #FEBD18;
}

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

.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: #FEBD18;
}

.onpage-search__submit svg {
	width: 32px;
	height: 32px;
}
.mobile-menu--inner {
    padding: 65px 60px;
}

.mobile-nav,
.mobile-action {
	
}

.mobile-nav {
	padding-top: 0;
}

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

.mobile-nav a {
	color: #fff;
	font-size: 28px;
	text-transform: none;
	line-height: 1.2;
}

.mobile-nav li {
	padding: 14px 0;
	display: flex;
    flex-direction: column;
}

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

.mobile-nav--dropdown {
    display: none;
}
.mobile-nav--dropdown > a {
    width: 100%;
    font-size: 20px;
    margin: 12px 0;
	color: #FEBD18;
}
.mobile-nav--dropdown > a:first-child {
    margin-top: 22px;
}

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

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

.mobile-action > a {
    font-size: 18px;
    color: #FFF;
}

.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;
}

.mobile-menu--action-btn {
    margin-bottom: 50px;
}
.mobile-menu--action-btn > a {
    font-size: 18px;
    padding: 13px 30px;
}

.mobile-nav--parent > a > svg {
    transition: ease-in-out .2s;
}
.mobile-nav--parent.open > a > svg {
	transform: rotate(180deg);
}

#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: #FEBD18;
	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 > General
|--------------------------------------------------------------------------
*/
.page-container {
    margin-top: 102px;
}
.page-top--padded {
	padding-top: 102px;
}

.page-heading-container {
	position: relative;
}
.page-heading-container > .home-slider {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}
.page-heading-container > .home-slider > .slick-arrow {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    z-index: 100;
    background-color: transparent;
    outline: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -1000px;
    width: 21px; height: 21px;
	transition: ease-in-out .2s;
}
.page-heading-container > .home-slider > .slick-arrow:hover {
	opacity: 0.7;
}
.page-heading-container > .home-slider > .slick-arrow.slick-prev {
	left: 12px;
	background: url('data:image/svg+xml,<svg width="12" height="21" viewBox="0 0 12 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.458131 11.6345C0.164789 11.3387 0 10.9376 0 10.5194C0 10.1011 0.164789 9.70003 0.458131 9.40424L9.30978 0.481527C9.45413 0.33088 9.62678 0.210719 9.81769 0.128055C10.0086 0.0453909 10.2139 0.00187937 10.4217 5.94837e-05C10.6294 -0.00176041 10.8355 0.0381481 11.0278 0.117455C11.2201 0.196763 11.3948 0.313881 11.5417 0.461977C11.6886 0.610073 11.8048 0.786179 11.8835 0.980022C11.9622 1.17387 12.0017 1.38156 11.9999 1.59099C11.9981 1.80042 11.955 2.0074 11.873 2.19983C11.791 2.39227 11.6718 2.56631 11.5223 2.71181L3.77691 10.5194L11.5223 18.327C11.8073 18.6244 11.9651 19.0229 11.9615 19.4364C11.9579 19.85 11.7934 20.2456 11.5032 20.538C11.2131 20.8305 10.8207 20.9963 10.4104 20.9999C10.0001 21.0035 9.6049 20.8446 9.30978 20.5572L0.458131 11.6345Z" fill="white"/></svg>') no-repeat center center;
}
.page-heading-container > .home-slider > .slick-arrow.slick-next {
	right: 12px;
	background: url('data:image/svg+xml,<svg width="12" height="21" viewBox="0 0 12 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.5419 9.36548C11.8352 9.66126 12 10.0624 12 10.4806C12 10.8989 11.8352 11.3 11.5419 11.5958L2.69022 20.5185C2.54587 20.6691 2.37322 20.7893 2.18231 20.8719C1.99141 20.9546 1.78609 20.9981 1.57832 20.9999C1.37056 21.0018 1.16452 20.9619 0.972218 20.8825C0.779919 20.8032 0.605214 20.6861 0.458297 20.538C0.311381 20.3899 0.195195 20.2138 0.116519 20.02C0.0378436 19.8261 -0.00174633 19.6184 5.90794e-05 19.409C0.00186449 19.1996 0.0450295 18.9926 0.127035 18.8002C0.209041 18.6077 0.328245 18.4337 0.477692 18.2882L8.22309 10.4806L0.477692 2.67304C0.192664 2.37556 0.034949 1.97714 0.0385141 1.56358C0.0420792 1.15002 0.206639 0.754419 0.496752 0.461977C0.786865 0.169535 1.17932 0.00365252 1.58958 5.90583e-05C1.99985 -0.00353631 2.3951 0.155447 2.69022 0.442762L11.5419 9.36548Z" fill="white"/></svg>') no-repeat center center;
}

.home-slider .slick-list {
	width: 100%; height: 100%;
}
.home-slider .slick-track, .home-slider .slick-slide {
	height: 100%;
}

.home-slider .slick-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}
.home-slider .slick-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: unset;
    max-width: unset !important;
}
.page-heading-container .page-heading {
	margin: 0 auto;
	max-width: 1800px;
}
.page-heading-badge {
    position: absolute;
    right: 40px;
    top: 102px;
}

.page-heading {
	position: relative;
	width: 100%;
	display: flex;
}
.page-heading.home-header {
    min-height: 870px;
}
.page-heading--inner {
    width: 100%;
    margin: 0 auto;
    padding: 5% 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: flex-start;
    color: #FFF;
}
.page-heading--title {
    width: 100%;
    max-width: 1200px;
    color: #FFF;
	font-size: 54px;
    font-weight: 400;
    letter-spacing: -0.05em;
	line-height: 1.1;
	margin-bottom: 10px;
}
.page-heading--text {
    width: 100%;
	max-width: 860px;
    font-size: 18px;
    font-weight: 400;
	line-height: 1.6;
}

.page-heading--text p {
	line-height: 1.35;
}

.page-heading.home-heading > img {
	width: 100%;
}
.home-heading .home-heading--img-mob {
	display: none;
}

.page-heading.basic {
	color: #fff; 
	font-size: 13px;
	padding: 60px 40px;
}
.page-heading.basic h1 {
	color: #fff; 
	font-size: 60px;
	letter-spacing: -1.5px;
	font-weight: 700;
}
.page-heading.basic .page-heading--text {
	width: 100%;
	max-width: 1300px;
	letter-spacing: -.1px;
	line-height: 1.6;
}
.page-heading.basic .page-heading--btns {
    margin-top: 20px;
}

.page-heading .page-heading--btns {
    margin-right: -10px;
    margin-bottom: -10px;
}
.page-heading .page-heading--btns > a {
	margin: 0 10px 10px 0;
}

.page-sticky-scroller {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	flex-direction: column;
}
.page-sticky-scroller.scroller-bg-pos-bottom {
	background-size: 100%;
	background-position: center bottom;
}
.sticky-scroller--track {
	position: relative;
	height: 1400px;
	padding-bottom: 80px;
}
.sticky-scroller--fixed {
    position: sticky;
    top: 50px;
    width: 100%;
	z-index: 3;
	transition: ease-in-out .2s;
	padding: 0 20px;
}
.sticky-scroller--fixed.active {
    position: fixed;
    top: 50px;
}
.sticky-scroller--fixed.active.hitBottom {
    position: absolute;
    bottom: 60px;
    top: unset;
}

.sticky-scroller--subtitle {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.stick-scroller--side__left {
    left: 0;
}
.stick-scroller--side__right {
    right: 0;
}

.page--our-story .page-heading {
    padding: 80px 40px;
}
.page--our-story .sticky-scroller--fixed img {
    width: 320px;
    transform: rotate(20deg);
    transition: ease-in-out .2s;
	margin-top: 70px;
}

#animateAnchor {
	position: absolute;
	bottom: 450px;
}

.sticky-scroller--bottom {
	position: relative;
	margin-bottom: 80px;
	z-index: 2;
	padding: 0 20px;
}
.sticky-scroller--sides > div {
	opacity: 0;
    position: absolute;
    bottom: -100px;
	transition: all 1.5s ease;
	z-index: 1;
}

.animate.sticky-scroller--sides > div {
	opacity: 1;
	bottom: 80px;
}

.cat-featured {
    position: relative;
	background-color: #fff;
	padding-top: 1px;
}
.cat-featured--tabs {
    position: relative;
	margin: -50px auto 0;
    width: 100%;
    max-width: 1800px;
    padding: 0 25px 0 40px;
}
.cat-featured--tab {
	position: relative;
	margin: 0 15px 10px 0;
	flex: 1;
	-webkit-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
}
.cat-featured--tab::before {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-color: #000;
    border-radius: 10px;
}
.cat-featured--tab.sel {
	padding-bottom: 0;
	margin-bottom: 0;
}
.cat-featured--tab > div {
	position: relative;
	padding: 16px 14px 11px;
	background-color: #474747;
	border-radius: 10px;
	cursor: pointer;
	color: #fff;
	height: 100%;
	width: 100%;
	-webkit-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
}
.cat-featured--tab:not(.sel) > div:hover {
    opacity: 0.9;
}
.cat-featured--tab.sel > div {
	background-color: #ffffff;
	padding-bottom: 21px;
	border-radius: 10px 10px 0 0;
	color: #28282A;
}
.cat-featured--tab__inner {
	flex: 1;
}
.cat-featured--tab__inner > strong {
	font-size: 16px;
	margin-bottom: 5px;
    line-height: 1;
} 
.cat-featured--tab__inner > small {
	font-size: 10px;
	font-family: 'SpaceGrotesk';
}
.cat-featured--tab:not(.sel) .cat-featured--tab__inner > strong {
	font-weight: 300;
}
.cat-featured--tab.sel .cat-featured--tab__inner > small {
	color: #9D9D9D;
}
.cat-featured--tab__image {
	padding: 5px 0 20px;
	flex: 1;
}
.cat-featured--items {
    padding: 26px 40px 32px;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1800px;

}
.cat-featured--item:not(.show) {
	display: none;
}
.cat-featured--items > form {
	position: relative;
}
.cat-featured--items .slick-slider .slick-track {
	display: flex!important;
}
.cat-featured--items .slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-indent: -1000px;
	overflow: hidden;
	width: 16px; height: 16px;
	background: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.25 0.500013C8.34836 0.498814 8.44589 0.518213 8.53631 0.556963C8.62672 0.595714 8.70803 0.652957 8.775 0.725013C9.075 1.02501 9.075 1.49001 8.775 1.79001L2.55 8.01502L8.775 14.225C9.075 14.525 9.075 14.99 8.775 15.29C8.475 15.59 8.01 15.59 7.71 15.29L0.974998 8.52502C0.674998 8.22501 0.674998 7.76002 0.974998 7.46002L7.725 0.725013C7.875 0.575012 8.07 0.500013 8.25 0.500013Z" fill="%23111112"/></svg>') no-repeat center / contain;
	border: 0;
	outline: 0;
	background-color: transparent;
	left: -20px;
	z-index: 10;
}
.cat-featured--items .slick-slider .slick-arrow.slick-next {
	left: unset; right: -20px;
	background: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.750001 0.500013C0.651638 0.498814 0.554112 0.518213 0.463694 0.556963C0.373277 0.595714 0.29197 0.652957 0.225001 0.725013C-0.0749988 1.02501 -0.0749988 1.49001 0.225001 1.79001L6.45 8.01502L0.225 14.225C-0.0749999 14.525 -0.075 14.99 0.225 15.29C0.525 15.59 0.99 15.59 1.29 15.29L8.025 8.52502C8.325 8.22501 8.325 7.76002 8.025 7.46002L1.275 0.725013C1.125 0.575012 0.930001 0.500013 0.750001 0.500013Z" fill="%23111112"/></svg>') no-repeat center / contain;
}
.cat-featured--items .slick-list {
    border-radius: 10px;
}
.cat-featured--items .slick-slider .slick-slide {
	height: inherit!important;
	padding-bottom: 0;
}
.cat-featured--item .product-grid--item.segment-20 {
    width: 16.6666666%;
}
.cat-featured--tab.sel .cat-featured--image-light + .cat-featured--image-dark, 
.cat-featured--tab:not(.sel) .cat-featured--image-light:not(:last-child) {
	display: none;
}

.brands-block--title {
    margin-right: 20px;
	font-size: 20px; 
	font-weight: 400;
}
.brands-block--list > a {
	margin: 0 20px;
	width: 161px;
}
.brands-block--list > a > img {
    width: 100%;
} 
.brands-block--action {
    margin-left: 20px;
}

.brands-block__center .brands-block--title {
    margin: 0 0 30px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.625px;
}
.brands-block__center .brands-block--list {
	margin-bottom: -25px;
}
.brands-block__center .brands-block--list > div {
    padding: 25px;
}

.page-split-block {
	border-radius: 20px;
	overflow: hidden;
	color: #fff;
}
.split-block--content {
	padding: 70px;
}
.split-block--content .title, .split-lg--content .title, .split-brands-content--content .title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: -0.75px;
}
.split-content--dds.top-border {
	border-top: 1px solid #111112; 
}
.split-content--dd {
    display: flex;
    flex-direction: column;
}
.split-content--dd:not(:last-child) {
	border-bottom: 1px solid #111112; 
}
.page-split-lg.bg-secondary .split-content--dd:not(:last-child) {
	border-bottom: 1px solid #FFF; 
}
.page-split-lg > div:first-child:not(:last-child) > .split-lg--content {
	padding-right: 60px;
}
.page-split-lg > div:last-child:not(:first-child) > .split-lg--content {
    margin-left: 50%;
    padding-left: 60px;
}
.page-split-lg:not(:last-child) {
	margin-bottom: 30px;
}
.split-content--toggle {
    font-size: 18px;
    padding: 20px 0;
	cursor: pointer;
}
.split-content-dd--text {
    margin-bottom: 20px;
    margin-top: -10px;
	display: none;
	color: #A8A8A8;
}
.split-content--dds.default-open .split-content--dd:first-child .split-content-dd--text {
	display: block;
}

.split-divider {
	margin-top: 10px;
	padding-top: 22px;
	border-top: 1px solid #F0F1F2;
}

.image-row > div {
    display: flex;
}
.image-row > div > img {
    width: 100%;
}

.instafeed-container {
    overflow: hidden;
}

.instafeed-banner {
	padding: 60px 20px;
}

.instafeed-banner > .bg-texture-title {
    max-width: max-content;
	margin-bottom: 0!important;
}
.instafeed-banner > .bg-texture-title:first-child:not(:last-child) {
	margin-right: 30px;
}
.instafeed-banner--social a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    width: 68px;
    border: 1px solid #FFF;
    border-radius: 60px;
}
.instafeed-grid {
	margin: 0 -1px -1px 0;
}
.instafeed-grid > a {
	flex: 1;
	position: relative;
	background-color: #D5D4D4;
	min-height: 100px;
	padding: 26% 0 0;
	min-width: calc(16.66666666% - 1px);
	max-width: calc(25% - 1px);
	margin: 0 1px 1px 0;
}

.store-list {
    margin-bottom: 50px;
}
.store-list--title {
	color: #fff; 
	font-size: 25px;
	display: block;
	margin-bottom: 10px;
}
.store-list--items > div {
    width: 160px;
	display: flex;
	margin: 25px;
}
.store-list--items-blurred > div > img {
    width: 100%;
	
    filter: grayscale(1) blur(0.15rem);
    opacity: .3;
}
.store-list--action {
    position: relative;
    margin-top: 10px;
}

.split-open--text {
	color: #fff;
}
.split-open--text > .title {
	font-weight: 700;
	letter-spacing: -0.9px; 
	font-size: 36px;
	margin-bottom: 15px;
}
.split-open--text > .button {
    margin-top: 20px;
}
.retailer-map {
    width: 876px;
}

.lg-usps--container {
	color: #fff;
}
.bg-texture-title {
	position: relative;
    color: #28282A!important;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    padding: 8.5px 40px;
	text-align: center;
	overflow: hidden;
	margin: 0 -14px;
}
.bg-texture-title::before {
	content: ''; 
	position: absolute;
	left: 28px;
    right: 28px;
	top: 50%;
	transform: translateY(-50%) rotate(15deg);
	height: 1000px;
	background-image: url(/images/style/basic/bg-white-strip-texture.jpg);
}
.bg-texture-title > span {
	position: relative;
}
.bg-texture-title p {
    line-height: normal;
}
.bg-texture-title strong {
	font-weight: 800!important;
}
.bg-texture-title:first-child:not(:last-child) {
	margin-bottom: 20px;
}
.bg-texture-subtitle {
	text-align: center;
	font-size: 25px;
	/* letter-spacing: -0.4px; */
	margin-bottom: 20px;
}
.bg-texture-subtitle.small {
	font-size: 13px;
	line-height: 1.6;
}
.lg-usps--inner:not(:first-child) {
    margin-top: 50px;
}
.usp-lg--main > img {
    border-radius: 8px;
}
.usp-lg--side {
	text-align: center;
	width: 340px;
}
.usp-lg--side:first-child:not(:last-child) {
	text-align: right;
}
.usp-lg--side:last-child:not(:first-child) {
	text-align: left;
}
.usp-lg--side > div {
    display: flex;
    flex-direction: column;
	color: #A8A8A8;
	font-size: 12px; 
	line-height: 1.5;
}
.usp-lg--side > div:not(:last-child) {
	margin-bottom: 48px;
}
.usp-lg--side-icon {
    margin-bottom: 8px;
}
.usp-lg--side-icon img {
    max-height: 43px;
    max-width: 63px;
}
span.usp-lg--side-title {
    font-size: 18px;
    margin-bottom: 8px;
	color: #fff;
}

.page-split-lg {
	color: #fff;
	position: relative;
}
.page-split-lg.bg-primary, .bg-primary .page-split-lg, .bg-white .page-split-lg {
	color: #28282A;
}
.container > .page-split-lg .split-lg--img {
    border-radius: 8px;
}
.split-lg--imgs {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
	overflow: hidden;
	width: 50%;
}
.split-lg--imgs:first-child {
	left: 0;
}
.split-lg--video > .video-container {
    overflow: hidden;
    border-radius: 8px;
	margin-top: 0;
}
.split-lg--content, .split-brands-content--content {
	min-height: 460px;
}
.split-lg--content:first-child:not(:last-child), .split-brands-content--content:first-child:not(:last-child) {
	padding-right: 80px;
}
.split-lg--content:last-child:not(:first-child), .split-brands-content--content:last-child:not(:first-child) {
	padding-left: 80px;
}
.split-lg--main-text, .split-brands-content--main-text {
	margin-bottom: 30px;
}
.split-lg--main-text:not(:first-child), .split-brands-content--main-text:not(:first-child) {
    margin-top: 10px;
}
.page-split-lg.bg-white {
	color: #28282A;
}
.page-split-lg.bg-white > .title, .page-split-lg.bg-white .split-content--toggle {
	color: #111112;
}
.split-lg--content .split-content--dds.top-border {
    border-top: 1px solid #F0F1F2;
}
.page-split-lg.bg-white .split-content--dd:not(:last-child) {
    border-bottom: 1px solid #F0F1F2;
}
.page-split-lg .split-content--toggle {
	padding: 30px 0;
}
.split-lg--imgs > div {
	flex: 1; 
	width: 50%;
}
.split-lg--img-main, .split-lg--img-side > div {
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	justify-self: flex-start;
	padding: 10px;
}
.split-lg--img-side {
	display: flex;
    flex-direction: column;
}
.split-lg--img-side > div {
	height: 100%;
}
.split-lg--img-main > span, .split-lg--img-side > div > span {
	background-color: #111112;
	opacity: 0.8;
	color: #fff; 
	border-radius: 40px;
	padding: 8px 18px;
}

.split-lg--main-btn:not(:last-child) {
    margin-bottom: 20px;
}
.split-lg--content .list-block-style:not(:first-child) {
	margin-top: 10px;
}
.split-lg--content .list-block-style:not(:last-child) {
	margin-bottom: 20px;
}

.usp-text-row {
	color: #111112;
}
.usp-text-row.font-white {
	color: #FFFFFF;
}
.usp-text-row > div {
    padding: 10px 15px;
	
}
.usp-text-row > div span {
	font-size: 20px;
	letter-spacing: -0.5px;
}
.usp-text-row > div strong {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.75px;
}
.usp-text-row > div > *:not(:last-child) {
    margin-bottom: 5px;
}

.lg-usps__list .lg-usps--content {
    width: 420px;
	line-height: 1.6;
}
.lg-usps__list .lg-usps--content > .title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.75px;
    margin-bottom: 25px;
	line-height: 1.4;
}
.lg-usps__list--list {
	margin: 0 0 -70px;
}
.lg-usps__list--list > div {
    padding: 0 0 70px 120px;
	color: #A8A8A8;
}
.lg-usps__list--list > div > svg, .lg-usps__list--list > div > span {
	margin-bottom: 10px;
}
.lg-usps__list--list > div > span {
	color: #FFF;
	font-size: 18px;
	letter-spacing: -0.45px;
}


/*
|--------------------------------------------------------------------------
| Home > Bottom
|--------------------------------------------------------------------------
*/
.home-welcome {}

.home-welcome__title {
	font-size: 32px;
}

.home-welcome__action {
	margin: 12px 0 0 0;
}

/*
|--------------------------------------------------------------------------
| 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;
}

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

.contact-form {
	padding: 20px;
	border-radius: 10px;
    background: #111112;
}

.contact-form .input-grid {
	margin-bottom: 0;
}

/*
|--------------------------------------------------------------------------
| CMS > FAQ
|--------------------------------------------------------------------------
*/
.dd-section {
	padding: 40px 0 0 0;
}

.dd-section--title {
	font-size: 18px;
	color: #2d2d2d;
}

li.dd-block {
	margin: 0 0 4px;
	background-color: #FEBD18;
	border-radius: 2px;
}

.dd-title {
	position: relative;
	color: #fff;
	font-size: 18px;
	padding: 18px 20px;
	cursor: pointer;
}

.dd-title:after {
	content: '';
	position: absolute;
	top: 24px; right: 28px;
	height: 13px;
	width: 3px;
	background: #fff;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}

.dd-title:before {
	content: '';
	position: absolute;
	top: 29px; right: 23px;
	height: 3px;
	width: 13px;
	background: #fff;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}

.dd-open:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0;
}

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

.dd-text {
	padding: 0 20px 20px 20px;
	color: #fff;
	font-size: 12px;
}

.dd-text p {
	color: #fff;
	font-size: 12px;
}

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

/*
|--------------------------------------------------------------------------
| Shop > Category
|--------------------------------------------------------------------------
*/
.category-main {
	flex: 1;
}

.sidebar {
	width: 310px;
	flex-shrink: 0;
	background-color: #fff;
}

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

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

/* Category grid */
.category-grid {
	margin: 0 0 30px;
}

.category-item {}

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

.grid-filters-subcategories {
	display: block;
}

.filter-subcategories {
	display: none;
}

.filters .sidebar__segment {
	padding: 0;
}

.filters__title {
	height: 64px;
	padding: 0 15px;
}

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

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

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

.filter-title svg {
	width: 11px;
	height: 7px;
	flex-shrink: 0;
	fill: #666666;
}

.filter-open .filter-title svg {
	transform: rotate(-180deg)
}

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

.filter--links a {
	position: relative;
	padding: 5px 0 4px 20px;
	font-weight: 700;
	font-size: 13px;
}

.filter--links a:before {
	content: '';
	position: absolute;
	height: 14px;
	width: 14px;
	top: 6px;
	left: 0;
	background-color: #fff;
	border: 2px solid #dde2e5;
}

.filter--links .filter-selected a {
	color: #1e1e1e;
}

.filter--links .filter-selected a:before {
	background: url(<?=$IMAGE_PATH?>icon-tick-2x.png) no-repeat center center #FEBD18;
	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: #FEBD18;
	color: #fff;
	float: right;
}

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

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

#slider-range .ui-slider-handle {
	height: 14px;
	width: 14px;
	border-radius: 14px;
	background-color: #FEBD18;
	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: #e7e7e7;
	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;
}

/*
|--------------------------------------------------------------------------
| 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;
	float: right;
	background: #575757;
	border-radius: 2px;
	margin:0 11px 11px 0;
}

.sort-by label {
	position: absolute;
	top: 6px; left: 8px;
	font-size: 11px;
	color: #abadae;
	text-transform: none;
}

.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 {
	height: 40px;
	background: url(<?=$IMAGE_PATH?>icon-arrow-double-white.png) no-repeat center center;
}

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

.sort-by .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 42px;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 70px;
	color: #fff;
}

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

/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display
|--------------------------------------------------------------------------
*/
.product-grid {
	margin-left:-15px;
	display: flex;
    flex-wrap: wrap;
}

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

.product-inner {
    padding: 20px;
	flex: 1;
	display: flex;
    flex-direction: column;

}
.product-inner--info {
    flex: 1;
}
.product-item--brand {
	position: relative;
    background-color: #222;
    padding: 3px 15px;
    font-size: 11px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 25px;
}
.product-item--brand > div {
	position: relative;
	z-index: 2;
}
.product-grid--brand .product-item--brand::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .2);
}
.prod_button--info {
    font-size: 10px;
    padding: 3px 10px;
}
.product-inner--image {
    margin-bottom: 15px;
}
.product-image__link,
.product-inner--image img {
	display: block;
	width: 100%;
}
.product-image__link {
    background-color: #FFF;
    opacity: 0.94;
}
.product-inner--image {
    margin-bottom: 15px;
    background-color: #000;
}
.product-inner--image img {
	
}

.product-grid--item-inner {
    position: relative;
    background-color: #F0F1F2;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
	display: flex;
	flex-direction: column;
}

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

.product-inner--title,
.product-inner--subtitle,
.product-inner--row {
	padding: 0 0 8px 0;
}
.product-inner--title {
    color: #000;
	font-size: 12px;
}

.product-inner--subtitle {
	color: #9D9D9D;
	font-size: 10px;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.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 #e7e7e7;
}

.product-price {
	min-height:26px;
	font-weight: 700;
}

.product-price-web {
	font-size: 21px;
	color: #1e1e1e;
}

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

.on-offer-badge {
	position: absolute;
	top: 10px; left: 10px;
	width: 56px;
	height: 56px;
	border-radius: 28px;
	background-color: #FEBD18;
	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: #FEBD18;
	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;
}

/*
|--------------------------------------------------------------------------
| Category Model
|--------------------------------------------------------------------------
*/
.listing--info {
	padding: 30px 30px 30px 30px;
	border: 4px solid #e7e7e7;
	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='#e7e7e7', 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: #FEBD18;
	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-side {
	position: relative;
	width: 650px;
	z-index: 2;
	/* background-color: #28282A; */
}
.listing-side > .breadcrumb-trail {
    margin-bottom: 25px;
}
.listing-side > .breadcrumb-trail * {
	color: #A8A8A8;
}
.listing-side > .breadcrumb-trail > span:last-child {
	display: none;
}
.listing-main {
	position: relative;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.listing-side--inner {
	position: relative;
	width: 100%;
}

.listing-main--inner {
	width: 100%;
	padding-right:10px;
}
.listing-overview {
    overflow: hidden;
    border-radius: 20px;
	/* background-color: #FFF; */
	background-color: #28282A;
	padding: 22px 30px 28px 30px;
}
.listing-overview--top-inner {
	padding: 0 0 15px 0;
	display: flex;
    flex-direction: column;

}
.listing-image__brand > a {
    width: 170px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
}
.manu_intro{
	color: #fff;
	font-size: 15px;
    font-weight: bold;
}
.manu_intro a{
	margin-top:4px;
}
.listing-overview h1 {
    /* color: #111112; */
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: capitalize;
	margin-bottom: 8px;
}
.listing-sub-desc {
    /* color: #434344; */
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.listing-sku {
    margin-top: 15px;
	color: #A8A8A8;
	font-family: 'SpaceGrotesk', sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
}

.listing-details {
	margin: 20px 0 0 0;
}

.form-options {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
#listing_options {
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    border-radius: 10px;
    /* background: #F0F1F2; */
    background: #474747;
	margin-top: 10px;
}

#listing_options .input:last-child {
	margin-bottom: 0;
}

.listing-cta {
    margin-top: 20px;
}
.listing-cta > div:not(:last-child) {
	margin-bottom: 10px;
}
.listing-cta a {
	font-weight: 600;
	width: 100%;
}
.listing-cta--stockist {
    padding: 8px 15px;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 1.5px;
}
.listing-cta--retailer {
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1.2px;
	background-color: #F0F1F2;
}

.listing-side--scroll-tos {
	padding: 20px 0 15px;
	margin: 0 -10px 10px 0;
	border-bottom: 1px solid #28282A;
}
.listing-side--scroll-tos > div {
	padding: 0 10px 10px 0;
}

.listing-side--scroll-tos > div:last-child {
	padding-bottom: 0;
}

.listing-side--scroll-tos .button {
	font-size: 12px;
	font-weight: 500;
}

.listing-price {
	display: block;
	font-weight: 700;
	font-size: 36px;
	color: #2d2d2d;
}

.listing-rrp,
.listing-save {
	display: inline-block;
	font-weight: 700;
	font-size: 13px;
	color: #abadae;
}

.listing-rrp > span {
	text-decoration: line-through;
}

.listing-save {
	color: #51ac5c;
	text-decoration: none;
}

.rating-star {
	width: 20px;
	height: 18px;
	display: inline-block;
	margin: 0 1px;
}

.rating-star svg {
	width: 20px;height: 18px;
}

.rating-star svg {
	fill: #51ac5c;
}

.rating-star--empty svg {
	fill: #bbbbbb;
}

.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: #e7e7e7;
}

.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 {
	margin: 0 0 15px 0;
}

.listing-deadline--details {
	text-align: center;
	float: left;
}

.listing-deadline--title ~ .listing-deadline-doughnuts {
	padding-top: 8px;
}

.listing-deadline--title {
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
}

.listing-deadline--subtitle {
	color: #FEBD18;
}

.listing-deadline--date {
	font-size: 19px;
	color: #1e1e1e;
}

.listing-deadline-doughnuts {
	float: right;
}

.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: 60px; height: 60px;
  -webkit-transform: rotate(-89.9deg);
  transform: rotate(-89.9deg);
  background: #dde2e5;
  border-radius: 50%;
}

.listing-deadline-doughnuts circle {
	position: relative;
	fill: #FEBD18;
	stroke: #dde2e5;
	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 {
	padding: 10px;
	background-color: rgba(0,0,0,.2);
}

.listing-share .addthis_inline_share_toolbox {
	margin-bottom: -5px;
}

.listing-image {
	position: relative;
}

.listing-image__brand {
    width: 170px;
	margin-bottom: 20px;
}

.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: #FEBD18;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 35px;
	width: 35px;
	transition: height 200ms ease, width 200ms ease;
	transform: translate(-50%, -50%);
}

.stock {
	width:64%;
	text-align: right;
	padding:12px 0 24px 0;
}

.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;
}

.options_container_radio {
	padding:10px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}

.options-radios .cf {
	display: flex;
	padding: 10px 0 0 0;
	margin: 0 0 10px;
	background-color: #121212;
	flex-wrap: wrap;
}

.option-radio {
	flex: 1 0 220px;
}

/* .option-radio:hover .option-radio__inner {
	background: rgba(0,0,0,0.2);
} */

.option-radio.checked .option-radio__inner {
    background: #FEBD18;
}

.option-radio__inner {
	background: rgba(0,0,0,0.1);
	padding: 15px;
	text-align: center;
	display: block;
	cursor: pointer;
}

.option-radio__inner input {
	display: none;
}

.opt_radio {
	width:initial;
	vertical-align: middle;
    margin: 0 6px .25em 10px;
}

.options_text {
	padding: 10px 10px 0 0;
    width: 40%;
    max-width: 140px;
    /* color: #000; */
    color: #fff;
    text-align: right;
    font-weight: 600;
}

.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;
	flex: 1;
	align-items: center;
}

.listing-swatch {
	padding: 0 5px 5px 0;
	width: 50%;
}

.listing-swatch__inner {
	position: relative;
	height: 0;
	padding: 5px;
	cursor: pointer;
	display: contents;
}

.listing-swatch__content {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 10px;
    border-radius: 50px;
	display: flex;
}
.text-contrast {
	background: inherit;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	filter: sepia(5) saturate(100) invert(1) grayscale(1) contrast(9);
}

.listing-swatch.sel .listing-swatch__content {
    /* border: 3px solid #2E9A45; */
	border: 3px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.listing-swatch__title {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    width: 100%;
}

.listing-swatch.sel .listing-swatch__title {
	font-size: 14px;
	font-weight: 700;
}

.listing-swatch.sel .listing-swatch__content,
.listing-swatch__inner:hover .listing-swatch__content {

}

.listing-notify .button {
	margin-bottom:15px;
}

.listing-comments-response {
	background-color: #e7e7e7;
	margin: 15px 0 0 0;
	padding: 20px;
}

.listing-swatch.sel .listing-swatch__content span {
    /*background-color: #000;
    color: #FEBD18;*/
}

/*
|--------------------------------------------------------------------------
| Listing > Thumbnails
|--------------------------------------------------------------------------
*/
.listing-images {
	padding-right: 40px;
}
.listing-images .listing-thumbnail--link {
    width: 100%;
    height: 100%;
	background-position: center;
	background-size: cover; 
}
.listing-images .listing-thumbnail--link img {
	visibility: hidden;
	display: block;
	width: 100%;
}
.listing-thumbnails {
	position: relative;
	margin: 0 -10px -10px 0;
}
.listing-thumbnails > div {
	padding: 0 10px 10px 0;
}
.listing-thumbnails--slider {
    display: grid;
}
.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: #FEBD18;
	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 > 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='#e7e7e7',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;
}

/*
|--------------------------------------------------------------------------
| Listing > Tabs > Comments
|--------------------------------------------------------------------------
*/
.listing-comments-form {
	padding: 20px;
	margin: 20px 0 0 0;
	background-color: #666666;
}

.listing-comments-title {
	font-weight: 700;
	font-size: 21px;
	color: #fff;
	float: left;
}

.listing-comment:first-child {
	border-top: 2px solid #e7e7e7;
}

.listing-comment {
	padding: 20px;
	border: 2px solid #e7e7e7;
	border-top: none;
}

.listing-comment-title {
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 0 6px 0;
}

.listing-comments-stars {
	float: right;
}

.listing-comments-stars .rating-star {
	float: right;
	cursor: pointer;
}

.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 {
	fill: rgba(81, 172, 92, 0.47);
}

.listing-comment-author {
	float: left;
	font-weight: 700;
	text-transform: uppercase;
}

.listing-review-stars {
	float: right;
}

/*
|-------------------------------------------------------------------------
| 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: #FEBD18;
    text-transform: uppercase;
    letter-spacing: -0.045em;
}

.listing-catalogue--row-title {
	padding-right: 5px;
}

/*
|--------------------------------------------------------------------------
| Listing > Related
|--------------------------------------------------------------------------
*/
.listing-related {
	padding: 40px 0 0 0;
}

.listing-upsells--title,
.listing-related--title {
	display: block;
    color: #28282A;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.6px;
}

.listing-related--products {
	padding: 20px 0 40px;
}
.listing-related--products .product-grid {
    justify-content: center;
}
.listing-related--products .product-grid--item {
    width: 16.66666%;
}

/*
|--------------------------------------------------------------------------
| 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: 100;
}

.overlay--inner {
	width: 95%;
	max-width: 1100px;
	position: absolute;
	top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-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: #222222;
	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;
}

.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: #FEBD18;
}

.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;
	text-align: center;
	font-weight: 700;
	font-size: 21px;
	color: #424242;
}

.overlay-personalise .overlay--title {
	color: #1e1e1e;
	padding: 14px 0 14px;
}

.overlay--input-group {
	padding: 0 0 4px;
}

.overlay--input-group-padded {
	padding: 10px 0 4px;
}

.overlay--submit-group {
	text-align: center;
	padding: 4px 0 0 0;
}

.overlay--input {
	width: 100%;
	padding: 10px 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 #e7e7e7;
}

.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: #FEBD18;
	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 #e7e7e7;
	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 {
}

.basket-option--image-cont {
    position: relative;
    display: inline-block;
	padding-left: 12px;
	background-image: url(<?=$IMAGE_PATH?>plus.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 8px 8px;
}

.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: #FEBD18;
	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 #e7e7e7;
	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 #e9e9e9;
	border-right: 1px solid #e9e9e9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	transition: background 300ms ease, border 300ms ease;
}

.cart-side--delivery-option:hover {
	background-color: #e9e9e9;
}

.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 #e7e7e7;
	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 #e7e7e7;
}

.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 #e7e7e7;
	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: #e7e7e7;
    padding: 4px;
}
 .ui-datepicker-title {
	color: #FEBD18;
}
 .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: #FEBD18;
}
 .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: #FEBD18;
}
 .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #FEBD18;
	background-color: #FEBD18;
    font-weight: bold;
    color: #fff;
}
 .ui-datepicker td a {
	text-align: center;
}
 .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	background-color: #FEBD18;
	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: #FEBD18;
}
 .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 #e7e7e7;
	color: #FEBD18;
	background-color: #fff;
}

.brand-letter--inner {
	display: block;
	border: 2px solid #343434;
	color: #FEBD18;
	font-weight: 700;
	font-size: 21px;
	padding: 4px 0;
	cursor: pointer;
}

.brand-letter--inner.sel,
.brand-letter--inner:hover {
	background-color: #FEBD18;
	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: #1e1e1e;
	font-weight: 600;
	font-size: 13px;
	color: #FEBD18;
	padding: 10px 0;
}
.brands-list--inner:hover .brands-list--text {
	background-color: #FEBD18;
	color: #FFFFFF;
}

/*
|--------------------------------------------------------------------------
| Checkout
|--------------------------------------------------------------------------
*/
.checkout-header {
	border-bottom: 2px solid #e7e7e7;
	min-height: auto;
	padding: 31px 0;
}

.checkout {
	position: relative;
	overflow:hidden;
	background-color: #fff;
}

.checkout-main {
	width: 60%;
	padding: 45px 70px 0 0;
	background-color: #fff;
	float: left;
	border-right: 2px solid #e7e7e7;
}

#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: 2px solid #e7e7e7;
}

.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: #f6f6f6;
    z-index: -1;
}

.checkout-action {
	border-top: 2px solid #e7e7e7;
	padding: 24px 0;
}

.google-address-lookup {
	width: 100%;
	min-height: 10px;
}
.google-address-lookup-results {
	max-height: 240px;
	overflow-y: auto;
}
.google-address-lookup-address {
	border: 2px solid #e7e7e7;
	border-top: 0;
	padding-left: 5px;
}
.google-address-lookup-address:hover {
	color: white;
	background:blue;
	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: #FEBD18;
	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 #e7e7e7;
	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: #e7e7e7;
	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: 700;
	color: #2d2d2d;
	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-qty,
.cart-overview--item-options {
	color: #666;
	font-size: 11px;
}

.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 #e7e7e7;
}

.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 #e7e7e7;
    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 #e9e9e9;
	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 #e9e9e9;
	margin-right: 0;
}

.small-qty-toggle--button:last-child {
	border-left: 1px solid #e9e9e9;
	margin-left: 0;
}

.small-qty-toggle--input {
	text-align: center;
	height: 21px;
    width: 36px;
}

/*
|--------------------------------------------------------------------------
| Confirm v2
|--------------------------------------------------------------------------
*/
.payment-method {
}

.payment-method--button {
	position: relative;
	padding: 21px 20px 21px 50px;
	font-weight: 700;
	font-size: 18px;
	color: #2d2d2d;
	border: 2px solid #e7e7e7;
	margin-top: -2px;
	cursor: pointer;
}

.payment-method--title {
	padding: 3px 0;
}

.payment-method--button:before {
	content: '';
	position: absolute;
	top: 22px;
	left: 20px;
	width: 18px;
	height: 18px;
	background-color: #e7e7e7;
	border-radius: 18px;
}

.payment-method.open .payment-method--button:after {
	content: '';
	position: absolute;
	top: 26px;
	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.png) no-repeat center right / contain;
}

.payment-method__paypal .payment-method--title {
	background: url(<?=$IMAGE_PATH?>paypal-logo-color.png) no-repeat center right / contain;
}

.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: #e7e7e7;
	padding: 40px;
	text-align: center;
	font-size: 18px;
}

.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: #FEBD18;
}

.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 #e7e7e7;
}

.order-summary .cart-overview--item {
	padding: 0;
	margin: 0;
}

.order-summary .cart-overview--item-gift {
	background-color: #e7e7e7;
	padding: 0;
}

.order-summary .cart-overview--item-checkbox {
	padding: 5px 10px;
	background: #e7e7e7;
}

.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 #e7e7e7;
}

.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 #e7e7e7;
}

.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: #FEBD18;
}

/*
|--------------------------------------------------------------------------
| 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 #e7e7e7;
}

.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: #FEBD18;
	border-right:2px solid #FEBD18;
}

.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 #e7e7e7;
	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;
}

.account a.form-note:hover {
	color: #7a7a7a;
	text-decoration: underline;
}

.account-box .uppercase {
	max-width: 150px;
}

/*
|--------------------------------------------------------------------------
| 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: #2d2d2d;
	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: #FEBD18;
	text-decoration: underline;
}

.wishlist-desc {
	font-size: 12px;
}

.wishlist-desc {
	font-size: 12px;
	color: #fff;
}

.wishlist-items,
.wishlist-del {
	padding-left: 10px;
	display: inline-block;
	line-height: 20px;
}

.wishlist-del,
.wishlist-prod-del-button span {
	cursor:pointer;
	color: #FEBD18;
	font-weight: 700;
}

.wishlist-del:hover,
.wishlist-prod-del-button span:hover {
	color: #FEBD18;
}

.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: 4px solid #2d2d2d;
}

.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 #e9e9e9;
}

.wishlist-prod a {
	font-weight: 600;
	font-size: 16px;
	color: #FEBD18;
}

.wishlist-prod a:hover {
	text-decoration: underline;
	color: #FEBD18;
}

.wishlist-prod-move-button {
	width: 1px;
}

.wishlist-prod-move-button span {
	cursor: pointer;
	color: #FEBD18;
}

.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-selected {
	background-color: #FEBD18;
}
.in-wishlist {
	background-color: #1a803b;
}
.wishlist-choose {
	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: #FEBD18;
}

.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: #FEBD18;
	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: #FEBD18;
	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: #e7e7e7;
}

.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: -40px -40px 30px -40px;
    padding: 38px 36px;
	display: flex;
	justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
}

.account-heading h1,
.account-heading h2 {
    font-size: 30px;
    font-weight: 600;
    color: #2b2b2b;
	margin: 0;
}

.account > .container {
	display: flex;
	align-items: flex-start;
}

.account-login > .container {
	flex-wrap: wrap;
}

.account-subtitle {
	font-size: 18px;
	padding: 0 0 20px;
	color: #2d2d2d;
}

.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 #e9e9e9
}

.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: #FEBD18;
    padding: 14px 20px;
    border-bottom: 1px solid #e9e9e9;
}

.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 #e9e9e9;
    flex: 1;
    padding: 40px;
    color: #2d2d2d;
}

.account-main--upper {
	padding: 0 30px;
}

.account-main-filter {
	float: right;
	height: 40px;
	color: #2d2d2d;
	padding: 0 20px;
	background-color: transparent;
	border: 1px solid #e9e9e9;
}

.account-main .input input:focus ~ label {
	color: #2d2d2d;
}

.account-main .input input:focus {
	border-color: #e7e7e7 !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 #e9e9e9;
	padding: 12px 15px;
	color: #2d2d2d;
}

.account-panel--inner:hover {
	text-decoration: none;
}

.account-panel--label {
	font-size: 12px;
	color: #707070;
	padding: 0 0 5px;
	text-transform: uppercase;
	display: block;
}

.account-panel:hover .account-panel--svg {
	background: #555;
}

.account-panel--svg {
	width: 20px;
	height: 20px;
	float: right;
	text-align: center;
	background-color: #666;
	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 #e9e9e9;
	table-layout: auto;
	margin: 0 0 30px;
}

.account-table .dblc {
	padding: 12px 15px;
	color: #2d2d2d;
	font-size: 12px;
	border-bottom: 1px solid #e9e9e9;
}

.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 #e9e9e9;
	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 #e9e9e9;
	font-size: 11px;
	color: #FEBD18;
	text-align: center;
	padding: 12px;
	border-top: none;
}

.order-totals {
	border: 1px solid #e9e9e9;
	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 #e9e9e9;
	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 #e9e9e9;
	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: #FEBD18;
}

.account-loyalty--next {
	font-size: 15px;
	color: #FEBD18;
}

.points-table--row {
	border-bottom: 1px solid #e9e9e9;
	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 #e9e9e9;
	padding: 0 0 0 40px;
}

.points-table--history {
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	border-top: 0;
}

.loyalty-table-cont {
	overflow: hidden;
}

.loyalty-table {
	table-layout: auto;
	margin-bottom: 20px;
	border: 1px solid #e9e9e9;
}

.loyalty-table .dblc {
	padding: 12px 15px;
	font-size: 12px;
}

.loyalty-table .dblc:not(:last-child) {
	border-right: 1px solid #e9e9e9;
}

.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 #e9e9e9;
	border-radius: 30px;
	padding: 10px 15px;
	color: #2d2d2d;
	font-size: 12px;
	display: inline-block;
	background-color: #e7e7e7;
	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 #e9e9e9;
	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: #e9e9e9;
}

.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: #707070;
	padding: 0 0 20px;
	clear: both;
}

.account-details--block {
	border: 1px solid #e9e9e9;
	padding: 12px 15px;
	margin: 0 0 10px;
}

.account-details--block .dblc {
	padding: 5px;
}

.account-details--block-action {
	padding: 5px 0 5px 0;
}

.account-login .container {
	max-width: 620px;
}

.account-login--block {
	width: 100%;
	padding: 30px 40px 35px;
	background: #e7e7e7;
	margin-bottom: 30px;
	color: #707070;
}

.account-login--block h3 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #2d2d2d;
}

.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;
}

.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 #e9e9e9;
}

.quote-side .cart-total {
	color: #fff;
}

/*
|--------------------------------------------------------------------------
| Account v2 > Overlays
|--------------------------------------------------------------------------
*/
.overlay-account .overlay--inner {
	max-width: 476px;
	background-color: #F1F1F1;
    padding: 30px 20px;
    border-radius: 20px;
}

.account-overlay {
	background-color: #2d2d2d;
	padding: 30px;
}

.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;
}

.account-overlay--action .button {
	font-size: 14px;
}

.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 #e9e9e9;
	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;
}

.address-block--action a,
.address-block--action button,
.address-block--action {
	font-size: 10px;
	color: #707070;
}

.address-block--action button {
	background: 0;
	font-family: inherit;
	text-align: left;
}

.address-block--action button:hover {
	text-decoration: underline;
}

.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 #e9e9e9;
	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-wrap,
.address-block--add-wrap svg path {
	transition: .3s ease;
}

.address-block--add-title {
	font-size: 14px;
	color: #666;
}

.address-block--add-wrap svg path {
	fill: #666;
}

.address-block--add-inner:hover {
	border-color: #999;
}

.address-block--add-inner:hover .address-block--add-title {
	color: #555;
}

.address-block--add-inner:hover svg path {
	fill: #555;
}

.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: #FEBD18;
}

.mobile-cats--cats {
	display: none;
}

.mobile-cats--title.open {
	color: #FEBD18;
}

.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: 50px;
}

.input #voucher_add {
	right: 4px;
}

.checkout-title.no_border {
	border: none;
}

.account-box--voucher .account-subtitle {
	padding: 0 0 10px;
}

.account-box--voucher {
	border: 1px solid #e9e9e9;
	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
|--------------------------------------------------------------------------
*/
.featured-filters {
	position: relative;
	display: flex;
}

.featured-filter {
	display: flex;
	width: 25%;
	border-right: 1px solid #e9e9e9;
	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 #e9e9e9;
}

.featured-filter--select .select2-container--open .select2-selection--single,
.sort-by .select2-container--open .select2-selection--single {
	border: 1px solid #3379b4;
}

.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 #e9e9e9;
    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: #FEBD18;
}

.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: #FEBD18;
}

.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 #e9e9e9;
	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 #e9e9e9;
	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: #FEBD18;
}

.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 #e9e9e9;
    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: #FEBD18;
}

.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: #FEBD18;
}

.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: -30px -30px 30px -30px;
	display: block;
}

/*
|--------------------------------------------------------------------------
| 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 #e9e9e9;
}

.basket-left {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}

.basket-item {
	display: flex;
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px;
}

.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: 18px;
	color: #2b2b2b;
	font-weight: 600;
}

.basket-item-image {
    width: 130px;
	background-color: #e9e9e9;
}

.basket-item-details {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 20px;
	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-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: #e9e9e9;
	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 #e9e9e9;
	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: #e9e9e9;
}

.counter-input-button-decrease {
	border-right: 1px solid #e9e9e9;
}

.counter-input-button-increase {
	border-left: 1px solid #e9e9e9;
}

.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 #e9e9e9;
	padding: 25px;
}

.basket-sidebar-segment input {
	border-radius: 3px;
	overflow: hidden;
}

.basket-sidebar-segment .input.label-none input[type="text"] {
	padding: 12px;
}

.basket-sidebar-segment-heading,
.basket-sidebar-expandable-title {
	font-size: 16px;
	font-weight: 600;
	color: #FEBD18;
	margin: 0 0 10px;
}

.basket-sidebar-expandable {
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	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;
	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='%23FEBD18' 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='%23FEBD18' 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: 18px;
	letter-spacing: -0.025em;
	font-weight: 400;
	display: flex;
	gap: 0 10px;
	align-items: center;
	justify-content: center;
}

.basket-paypal-checkout {
	text-align: center;
	margin: 12px 0 0 0;
	color: #2b2b2b;
}

.basket-paypal-checkout-text {
	font-size: 13px;
	letter-spacing: -0.025em;
	margin: 0 0 6px;
}

.basket-paypal-checkout-text span {
	font-weight: 600;
}

.basket-paypal-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: #e9e9e9;
	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: 16px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #2b2b2b;
	margin: 0 0 10px;
}

/* OUR STORY */ 

.lg-img-text-image {
    overflow: hidden;
    border-radius: 20px;
}
.lg-img-text-image:not(:last-child) {
	margin-bottom: 20px;
}
.lg-img-text-content {
	font-size: 20px;
	line-height: 28px;
}
.split-brands-content .brand-list > div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	width: 33.3333333%;
}
.brand-list img {
	max-width: 170px;
}

.tabbed-content-blocks--bg {
	/* background-size: auto 1400px; */
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tabbed-content-blocks--container {
    width: 100%;
}
.tabbed-content-blocks--container:not(:first-child) {
    margin-top: 30px;
}
.tabbed-content--toggles > span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 60px;
	position: relative;
	/* cursor: pointer;  */
	transition: ease-in-out .2s;
}
.tabbed-content--toggles > span:hover {
	opacity: .8;
}
.tabbed-content--toggles > span.sel::after {
	content: '';
	position: absolute;
	background-color: #fff;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	width: 29px;
	height: 21px;
	bottom: -1px;
	left: 50%; 
	transform: translateX(-50%);
}
.tabbed-content-blocks > div {
	background-color: #fff;
	color: #000;
	overflow: hidden;
	border-radius: 10px;
	padding: 50px;
}
.tabbed-content-blocks > div:not(.sel) {
	display: none;
}

.tabbed-content-blocks > *{
	justify-content: center;
}
.tabbed-content-block--content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 40px;
}
.tabbed-content-block--content:first-child:not(:last-child) {
	padding-right: 80px;
}
.tabbed-content-block--content > span {
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.5;
}
.tabbed-content-block--content .quote-name {
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
	margin-top: 15px;
}
.tabbed-content-block--content li{
	margin:15px 0;
	line-height: 1.5;
}
/*.tabbed-content-block--img.video-img-player {
    min-height: 478px;
}*/
.video-img-player {
	position: relative;
	cursor: pointer;
	background-size: cover;
}
.video-img-player img {
	visibility: hidden;
}
.video-img-player::after {
	content: ''; 
	position: absolute;
	left: 50%; 
	top: 50%; 
	transform: translate(-50%,-50%);
	width: 105px;
	height: 105px;
	border-radius: 60px;
	background: #FFF;
	background-image: url(/images/style/basic/icon-play.svg);
	background-position: center;
	background-repeat: no-repeat;
	transition: ease-in-out .2s;
	z-index: 1;
}
.video-img-player:hover::after {
	background-color: #FEBD18;
}
.tabbed-content-block--vid .video-container{
	margin-top:0;
}
.video-img-player .video-container iframe {
	opacity: 0;
	transition: ease-in-out .2s;
	z-index: 2;
}
.video-img-player.show-vid .video-container iframe {
	opacity: 1;
}

.page-tabbed--side {
    width: 46%;
}
.page-tabbed--side-content, .page-tabbed--side-menu {
	width: 100%;
    max-width: 570px;
}
.page-tabbed--side-content {
    padding: 0 100px 0 20px;
}
.page-tabbed--side-content {
	color: #111112;
	font-size: 15px;
	line-height: 22px;
}
.page-tabbed--side-content h1 {
	font-size: 50px;
	font-style: italic;
	font-weight: 800;
	letter-spacing: -1.25px;
	text-transform: uppercase;
	line-height: 1.2;
}

.page-tabbed--side-menu {
    padding-left: 20px;
}
.page-tabbed--side-menu:not(:first-child) {
	margin-top: 60px;
}
.page-tabbed--side-menu > span {
	border-radius: 30px 0 0 30px; 
	padding: 20px 30px;
    font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.5px;
	cursor: pointer;
	transition: ease-in-out .2s;
}
.page-tabbed--side-menu > span:not(.sel):hover {
	background-color: #f6f6f6;
}
.page-tabbed--side-menu > span.sel {
	font-weight: 600;
	background-color: #F0F1F2!important;
}

.page-tabbed--main__inner {
    padding: 0 80px;
    width: 100%;
    max-width: 820px;
}
.main-tab--content {
	font-size: 13px;
}

.page-tabbed--main-category:not(.sel) {
    display: none;
}
.page-tabbed--main-category:not(:first-child) {
	padding-top: 40px;
}
.page-tabbed--main-category > .title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.625px;
}
.page-tabbed--main-category > .title:not(:first-child) {
	margin-top: 35px;
}
.page-tabbed--main-category .sub-title {
    padding: 15px 0 10px;
	color: #000;
	font-size: 16px;
	/* letter-spacing: -0.4px; */
}
.page-tabbed--main-category .sub-title:first-child {
	padding-top: 10px;
}
.page-tabbed--main-category > div ul {
    padding: 0;
    margin: 0;
}
.page-tabbed--main-category > div ul li {
	background-color: #FFF;
	margin-bottom: 1px;
	padding: 10px 15px;
}
.page-tabbed--main-category a.button {
	font-size: 12px;
	padding: 2px 45px;
}

.page-heading__split .page-heading--content {
	display: flex;
	justify-content: flex-end;
    padding: 60px 40px;
    min-height: 900px;
	position: relative;
	z-index: 2;
}

.page-heading__split > .page-heading--content > div {
    max-width: 825px;
    width: 100%;
}
.page-heading__split > .page-heading--content .page-heading--btns {
	display: flex;
    margin: 20px -10px -10px 0;
    justify-content: flex-start;
}
.page-heading__split > .page-heading--content .page-heading--btns .button {
	margin: 0 10px 10px 0;
}
.page-heading__split > .page-heading--content > div > * {
    max-width: 600px;
}
.page-heading__split > .page-heading--content > div > .bg-texture-title {
	font-weight: 800;
}
.page-heading__split > .page-heading--content > div > .page-heading--text {
	text-align: left;
    color: #FFF;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 8px;
}
.page-heading__split .page-heading--img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.page-heading--img.heading-img--bg {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}

.page-heading__sm .page-heading--content {
    min-height: unset;
	padding: 0 40px 0 0;
}
.page-heading__split.page-heading__sm > .page-heading--content > div > * {
	max-width: unset;
}
.page-heading__split.page-heading__sm > .page-heading--content > div > .page-heading--text {
	font-size: 13px;
}
.page-heading--side-blocks {
    flex: 1;
    display: flex;
    justify-content: flex-start;
	align-items: center;
	min-width: 730px;
	margin-right: -10px;
}
.page-heading--side-blocks > a {
    width: 50%;
    padding: 30px;
    text-align: left;
    color: #fff;
    border-radius: 20px;
    background: #474747;
    margin-right: 10px;
	display: flex;
    flex-direction: column;
	height: 100%;
}
.page-heading--side-blocks > a > span {
	font-size: 24px;
	letter-spacing: -0.6px;
	display: block; 
	margin-bottom: 15px;
}

.category-top--heading {
    padding: 80px 30px;
    width: 100%;
    color: #FFF;
    max-width: 1050px;
}
.category-top .page-heading--text {
    color: #FFF;
    font-size: 15px;
    line-height: 1.5;
}
.category-top--cat-list .cat-featured--tabs {
    position: relative;
    padding-bottom: 0;
}

.category-main--side {
    width: 300px;
    margin-right: 60px;
}

.category-top--cat-list {
    width: 100%;
}

.cat-featured--toggle {
	display: none;
}

.cat-split-section:not(:first-child) {
    border-top: 1px solid #222;
    padding-top: 20px;
    margin-top: 25px;
}
.cat-split__title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.filter-brands--title {
    color: #28282A;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.filter-brands--list {
    margin-bottom: 30px;
}
.filter-brands--list > div {
    padding: 0 5px 5px 0;
    width: 50%;
}
.filter-brands--list a {
    width: 100%;
	height: 100%;
	min-height: 90px;
    border-radius: 5px;
	padding: 10px 15px 15px;
    overflow: hidden;
	text-align: center;
	position: relative;
}

.filter-brands--list a img, .filter-brands--list a span {
	position: relative;
	z-index: 3;
}
.filter-brands--list a img {
	z-index: 1;
}
.filter-brands--list a img:not(:last-child) {
	margin-bottom: 5px;
}
.filter-brands--list a span {
	font-size: 15px;
	letter-spacing: -0.375px;
	padding: 0 5px;
}
.filter-brands--list a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	-webkit-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
	pointer-events: none;
}
.filter-brands--list a.sel::before {
	background-color: rgba(0, 0, 0, .2);
}
.filter-brands--list a:not(.sel):hover::before {
	background-color: rgba(0, 0, 0, .1);
}
.filter-brands--list a.sel span {
    font-weight: 700;
}
/*.filter-brands--list > div:nth-child(n+7), .filter-brands--list > div.filter-brands--other {
	width: 100%;
}
.filter-brands--list > div:nth-child(n+7) a {
    flex-direction: row-reverse;
    justify-content: space-between;
}
.filter-brands--list > div:nth-child(n+7) a > div {
    flex: unset;
	flex-shrink: 0;
}
.filter-brands--list > div:nth-child(n+7) a, .filter-brands--list > div.filter-brands--other a {
	padding: 10px 20px;
	min-height: 45px;
}
.filter-brands--list > div:nth-child(n+7) a img {
    margin-bottom: 0;
    height: 30px;
}
.filter-brands--list > div:nth-child(n+7) a span, .filter-brands--list > div.filter-brands--other a span {
	margin-top: -3px;
}*/
.filter-brands--list > div.filter-brands--other a span {
	color: #28282A;
}
.filter-brands--list > div.filter-brands--other a {
	border-radius: 30px;
	background: #F0F1F2;
	flex-direction: row;
}

.filter-brands--more--container {
	position: relative;
	display: none;
    width: 100% !important;
    margin-top: 20px!important;
}
.filter-brands--more--container::before {
	content: '';
	position: absolute;
	left: 0; right: 0; top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background: #F0F0F0;
}
.filter-brands--more {
	position: relative;
}
.filter-brands--more::after {
	content: 'MORE';
	position: relative;
}
.filter-brands.open .filter-brands--more::after {
	content: 'LESS';
}

.featured-brand-items {
	display: none;
	text-transform: uppercase;
	font-family: 'SpaceGrotesk', sans-serif;
    font-size: 12px;
	letter-spacing: 0.08em;
}
.featured-brand-items--title {
	margin-right: 12px;
}
.featured-brand-items--inner {
	margin: 0 -12px -6px 0;
}
.featured-brand-items--inner > a {
	display: flex;
	align-items: center; 
	font-weight: 600;
	margin: 0 12px 6px 0;
	color: #FFF!important;
}
.featured-brand-items--inner > a::after {
	content: '';
	position: relative;
	height: 10px; width: 10px;
	margin-left: 5px;
	background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.66659 1.27334L8.72659 0.333344L4.99992 4.06001L1.27325 0.333344L0.333252 1.27334L4.05992 5.00001L0.333252 8.72668L1.27325 9.66668L4.99992 5.94001L8.72659 9.66668L9.66659 8.72668L5.93992 5.00001L9.66659 1.27334Z" fill="%23E40613"/></svg>') no-repeat center / contain;
}


.mfp-figure > figure {
    display: flex;
    padding: 0;
    margin: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 12px solid #fff;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 12px solid #fff;
}

.listing-side-description {
    padding: 20px 30px 25px;
    color: #fff;
    font-size: 13px;
    line-height: 1.45;
}
.listing-side-description .button {
	margin-top: 20px;
    font-size: 12px;
    padding: 5px 20px;
    line-height: 1.3;
}

.listing-side-banners {
	border-radius: 10px;
	overflow: hidden;
	margin-top: 15px;
}
.listing-side-banners > div {
	flex: 1 0 0;
	/* background: rgba(17, 17, 18, 0.40); */
	background: #474747;
	color: #FFF;
	padding: 8px 20px;
}
.listing-side-banners > div:first-child:not(:last-child) {
	border-right: 1px solid #28282A; 
}
.listing-side-banners > div > span {
	font-size: 11px;
	letter-spacing: 0.55px;
	text-transform: uppercase;
}
.listing-side-banners > div > img {
	margin-right: 10px;
}

.listing-technical--inner {
	
}
.listing-technical--inner > * {
    max-width: 1100px;
}

.full-description--title {
    font-size: 34px;
    font-style: italic;
    font-weight: 800;
	line-height: 1.15;
    text-transform: uppercase;
}
.full-description--content {
	color: #FFF;
	
}
.full-description--content:not(:first-child) {
    margin-top: 30px;
}
.full-description--content > p {
	font-weight: 500;
	line-height: 20px;
	font-size: 12px;
}

.full-description--content > ul, ul.list-block-style {
	margin: 0;
    padding: 0;
	overflow: hidden;
	border-radius: 10px;
	list-style: none;
}
.full-description--content > ul:not(:first-child) {
    margin: 10px 0 16px 0;
}
.full-description--content > ul > li, ul.list-block-style > li {
	display: flex;
	align-items: center;
	background: #474747;
	margin-bottom: 1px;
	position: relative;
	padding: 14px 14px 14px 40px;
	font-size: 12px;
	line-height: 1.2;
}
.full-description--content > ul > li::before, ul.list-block-style > li::before {
	content: ''; 
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M12.602 0.180486C12.7434 0.306336 12.8291 0.483181 12.8402 0.672167C12.8513 0.861153 12.787 1.04682 12.6613 1.18839L5.04237 9.76018C4.97535 9.83559 4.89312 9.89596 4.80108 9.93729C4.70905 9.97863 4.60931 10 4.50842 10C4.40753 10 4.30778 9.97863 4.21575 9.93729C4.12372 9.89596 4.04148 9.83559 3.97447 9.76018L0.16502 5.47428C0.0465278 5.33175 -0.011919 5.14873 0.00202583 4.9639C0.0159707 4.77907 0.101215 4.6069 0.239752 4.48376C0.378288 4.36061 0.559267 4.29614 0.744458 4.30396C0.929648 4.31178 1.10455 4.39128 1.23221 4.52567L4.50806 8.21083L11.5941 0.23906C11.72 0.0977368 11.8969 0.012187 12.0859 0.00120429C12.2749 -0.00977847 12.4605 0.0547038 12.602 0.180486Z" fill="white"/></svg>');
	position: absolute;
	margin-right: 5px;
	left: 14px;
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.full-description--content > ul > li:last-child, ul.list-block-style > li:last-child {
	margin-bottom: 0px;
}
ul.list-block-style.light > li {
	background: #FFF; 
	color: #222;
}
ul.list-block-style.light > li::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M12.602 0.180364C12.7434 0.306214 12.8291 0.483058 12.8402 0.672045C12.8513 0.861031 12.787 1.0467 12.6613 1.18826L5.04237 9.76005C4.97535 9.83547 4.89312 9.89583 4.80108 9.93717C4.70905 9.97851 4.60931 9.99988 4.50842 9.99988C4.40753 9.99988 4.30778 9.97851 4.21575 9.93717C4.12372 9.89583 4.04148 9.83547 3.97447 9.76005L0.16502 5.47416C0.0465278 5.33162 -0.011919 5.14861 0.00202583 4.96378C0.0159707 4.77895 0.101215 4.60678 0.239752 4.48363C0.378288 4.36049 0.559267 4.29602 0.744458 4.30384C0.929648 4.31166 1.10455 4.39116 1.23221 4.52555L4.50806 8.2107L11.5941 0.238938C11.72 0.0976148 11.8969 0.012065 12.0859 0.00108222C12.2749 -0.00990054 12.4605 0.0545818 12.602 0.180364Z" fill="%2328282A"/></svg>');
}

.basic-title {
	display: block;
	color: #FFF;
	font-size: 24px;
	letter-spacing: -0.6px;
	margin-bottom: 20px;
}

ul.listing-technical--specs, .listing-resources {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}
ul.listing-technical--specs li {
    color: #A8A8A8;
	display: flex;
	margin-bottom: 15px;
	line-height: 1.2;
}
ul.listing-technical--specs li span {
    width: 35%;
    min-width: 240px;
    padding-right: 15px;
}
ul.listing-technical--specs li strong {
	color: #fff;
}
.listing-tech--block > div:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #222;
}


.listing-resources {
	border: 1px solid rgba(40, 40, 42, 0.40);
}
.listing-resources li {
	margin: 0;
	color: #FFF;
	padding: 10px 15px;
}
.listing-resources li:nth-child(even) {
	background: rgba(40, 40, 42, 0.40);
}

.form-block--title, .form-block--text {
	margin-bottom: 20px;
}
.form-block--title {
	font-size: 36px;
	font-style: italic;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}
.form-block--text {
	font-size: 15px;
}
.form-block--inner {
	width: 100%;
}
.form-block--inner:not(:first-child) {
	margin-top: 20px;
}

.input-grid {
	margin-bottom: 18px;
	display: flex;
	flex-wrap: wrap;
}
.input {
	width: 100%;
}

.input.segment-50 {
	width: 50%;
}

.input.segment-33 {
	width: 33.3333%;
}

.input-style .input {
    margin-bottom: 2px;
}
.input-style .input input {
	padding: 25px 10px 10px 10px;
}
.input-style .input label {
    text-align: left;
    position: absolute;
    left: 10px;
    top: 8px;
    color: #000;
	font-size: 12px;
}

.listing-opt-container {
    display: flex;
    flex-wrap: wrap;
}

.text-btn-block > *:not(:last-child) {
    margin-bottom: 20px;
}
.text-btn-block > .title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.75px;
}

.split-lg--right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 70px 140px;
    color: #fff;
}
.split-lg--right .footer-locations {
	padding: 0;
}
.split-lg--right .footer-locations > div {
    margin-right: 0;
}
.split-lg--right .footer-locations > div:not(:last-child) {
	margin-bottom: 50px;
}
.split-lg--right .footer-location--icon > img {
	margin-right: 20px;
}

.form-style-1 .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 19px 10px 19px 150px;
    min-height: 55px;
    font-size: 12px;
    font-weight: 600;
}
.form-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 16px;
}
label.input-label-left {
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.form-style-1 .input input[type="text"], .form-style-1 .input input[type="email"], .form-style-1 .input input[type="tel"] {
	padding: 25px 10px 13px;
    min-height: 55px;
    font-size: 12px;
}
.form-style-1 .input textarea {
    padding-top: 26px;
}
.form-style-1 .input textarea ~ .input-label {
    background-color: transparent;
    border: none;
}

.page-title-italic {
	color: #fff;
	font-size: 60px;
	font-style: italic;
	font-weight: 800;
	line-height: 1.1;
    margin-bottom: 5px;
	letter-spacing: -1.5px;
	text-transform: uppercase;
}
/* 
.retailer-list-rows > div {
    border: 1px solid #FFF;
    border-radius: 10px;
    display: flex;
    margin-bottom: 10px;
	min-height: 160px;
	overflow: hidden;
} */

.retailer-country {
	padding: 0 20px 20px 0;
}

.retailer-section--countries {
	margin: 0 -20px -20px 0;
}

.retailer-country-inner {
	height: 100%;
	border: 1px solid #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.retailer-list--country {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 220px;
	padding: 10px 30px;
	text-align: center;
}
.retailer-list--country img {
    width: 60px;
}
.retailer-list--brands {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
	min-height: 145px;
	height: 100%;
	padding: 20px 3px;
}
.retailer-list--brands > div {
    flex: 1 0 14.28%;
	display: flex; 
	align-items:center; 
	justify-content: center;
	max-width: 280px;
	margin: 0 auto;
	/* border-bottom: 1px solid #F0F1F2; */
}
.retailer-list--brands.rows > div {
    flex: 1;
    min-width: 20%;
    max-width: 25%;
}


.retailer-country {
	width: 100%;
}

.retailer-country-half {
	width: 50%;
}

.retailer-section--title {
	text-align: center;
	margin-bottom: 20px;
	color: #111112;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.0075em;
}

.retailer-section + .retailer-section {
	margin-top: 40px;
}

.retailer-list--brands a{
	display:block;
}
.retailer-list--brands img{
	display: block;
	width: 100%;
	padding: 20px;
	max-height: 120px;
}
.retailer-list--country > span {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
}

.plain-title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.75px;
	margin-bottom: 30px;
}

.sort-by-container {
	display: none;
}

.product-grid--brand {
    padding: 30px;
    border-radius: 10px;
}
.product-grid--brand__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.img-line-fix {
    overflow: hidden;
}
.img-line-fix img {
	margin: -1px;
}

/*
|--------------------------------------------------------------------------
| Competition Page
|--------------------------------------------------------------------------
*/

#competition-page .page-heading--content{
	width: 100%;
	display: inline;
	min-height: initial;
	padding:0;
}

#competition-page .page-heading{
	margin-top: 0;
}

#competition-page .page-heading--content p{
	color: #fff;
}

#comp-container.container{
	max-width:800px;
}


/*
|--------------------------------------------------------------------------
| Our Story rework
|--------------------------------------------------------------------------
*/

.our-story--container {
	position: relative;
	padding-top: 102px;
}
.our-story--container::before {
	content: none;
}
.our-story--sticky-bg {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	margin-top: -100vh;
	z-index: 0;
	pointer-events: none;
	background: url(/images/style/basic/our-story-background.png) no-repeat center bottom / contain  #111112;
}
.our-story--upper {
	position: relative;
	min-height: 680px;
	display: flex;
	align-items: center;
}
.our-story--upper::after,
.our-story--upper::before {
	content: '';
	position: absolute;
	top: 50px;
	left: 20px;
	background: url(/images/style/basic/our-story-left.png) no-repeat center center;
	width: 530px;
	height: 680px;
}
.our-story--upper::after {
	left: auto;
	right: 20px;
	background-image: url(/images/style/basic/our-story-right.png);
}

.our-story--content {
	max-width: 620px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.our-story--title {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	color: #fff;
}

.our-story--content-text,
.our-story--content-text p {
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
}

.our-story--content-text p {
	margin-bottom: 15px;
}

.our-story--content-text p:last-child {
	margin-bottom: 0;
}

.our-story--content .bg-texture-title strong {
	display: block;
}

.our-story--blocks {
	position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1240px;
    padding: 120px 20px;
    margin: 0 auto;
}
.our-story--blocks::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #FFF;
}
.our-story--block {
    position: relative;
}
.our-story--block:not(:last-child) {
	margin-bottom: 120px;
}
.our-story--block-content {
    width: 300px;
    color: #FFF;
}
.our-story--block:nth-child(even) {
	flex-direction: row-reverse;
}
.our-story--block:nth-child(odd) .our-story--block-content {
	text-align: right;
	margin-right: 60px;
}
.our-story--block:nth-child(even) .our-story--block-content {
	margin-left: 60px;
}
.our-story--block--year {
    font-size: 52px;
    font-weight: 700;
}
.our-story--block--year:not(:last-child) {
	margin-bottom: 16px;
}
.our-story--block-content > .content {
    font-size: 18px;
    line-height: 1.5;
}
.our-story--block-images {
    margin: 0 -20px -20px 0;
}
.our-story--block-images > div {
	padding: 0 20px 20px 0;
}
.our-story--block-image {
	border-radius: 10px;
}
.our-story--block-image img {
    visibility: hidden;
}

.key-point-blocks {
    margin: 0 -60px -60px 0;
}
.key-point-blocks:not(:last-child) {
	padding-bottom: 60px;
}
.key-point-blocks > div {
	flex: 1;
	padding: 0 60px 60px 0;
	min-width: 50%;
	padding-bottom: 80px;
}
.key-point-block {
	height: 100%;
    padding: 30px;
    border: 1px solid #F0F1F2;
    border-radius: 24px;
}
.key-point-block--heading {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    margin-bottom: 20px;
}
.key-point-block--points {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	height: 100%;
}
.key-point-block--point {
	flex: 1 1 0;
}
.key-point-block--point:not(:last-child) {
    margin-bottom: 16px;
}
.key-point-block--title {
    width: 150px;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.key-point-block--title > span {
    padding: 4px 18px;
    background-color: #0E0E10;
    border-radius: 20px;
    color: #FFF;
    font-size: 12px;
    font-family: 'SpaceGrotesk';
    letter-spacing: 0.1em;
}

.badge-bar.badge-bar-lg:not(:last-child) {
	padding-bottom: 80px;
}
.badge-bar.badge-bar-lg img {
	height: 139px;
}

.options-radios .cf {
	display: flex;
	padding: 10px 0 0 0;
	margin: 0 0 10px;
	flex-wrap: wrap;
}

.option-radio {
	flex: 1;
    min-width: 50%;
}

.option-radio:hover .option-radio__inner {
	opacity: .8;
}
.option-radio__inner {
	position: relative;
    padding: 8.5px 45px 8.5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    cursor: pointer;
    color: #111112;
    transition: ease-in-out .2s;
	border: 1px solid #F0F1F2;
	background-color: #fff;
}
.option-radio__inner::before, .option-radio__inner::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.option-radio__inner::before {
    right: 15px;
    background-color: #f8f8f8;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #e9e8e8;
}

.option-radio__inner strong {
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 600;
}
.option-radio__inner small {
	display: block;
	margin-top: -2px;
	font-size: 11px;
}

.option-radio.sel .option-radio__inner {
	background: #111112;
	/* border-color: #111112; */
	color: #fff;
	pointer-events: none;
	opacity: 1!important;
}
.option-radio.sel .option-radio__inner::before {
	background-color: #fff;
	border-color: #fff;
	background-image: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.76764 0.634387C9.45824 0.324573 8.95582 0.324768 8.64601 0.634387L3.59787 5.68272L1.35419 3.43906C1.04438 3.12924 0.542174 3.12924 0.23236 3.43906C-0.0774534 3.74887 -0.0774534 4.25107 0.23236 4.56089L3.03684 7.36537C3.19165 7.52017 3.39464 7.59777 3.59765 7.59777C3.80067 7.59777 4.00386 7.52037 4.15867 7.36537L9.76764 1.7562C10.0775 1.4466 10.0775 0.944181 9.76764 0.634387Z" fill="black"/></svg>'); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}

.listing-content {
	max-width: 1440px;
	padding: 40px 20px 0 20px;
	margin: 0 auto;
}


.listing-main-image {
	width: 100%;
	margin-bottom: 20px;
}

.listing-main-image img {
	display: block;
	border-radius: 10px;
	width: 100%;
}

.listing-thumbnails-new {
	margin: 0 -20px -20px 0;
}

.listing-thumbnails-new > * {
	padding: 0 20px 20px 0;
}

.listing-thumbnails-new .listing-thumbnail--link {
	border-radius: 10px;
}

.listing-panel--text {
	width: 100%;
	padding: 100px 0 40px;
}

.listing-tech--block {
	width: 650px;
}

.listing-full-description {
	padding-right: 40px;
}


.woc-map {
	margin-top: 20px;
}

.woc-map iframe {
	width: 100%;
	height: 600px;
}


.locked-page {
    width: 490px;
	max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.locked-page--inner {
	padding: 35px 30px;
    border-radius: 20px;
    background-color: #28282A;
}
.form-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 20px;
}
.locked-page--inner .input-grid {
    margin-bottom: 5px;
}

.full-range {
	padding-top: 20px;
}