/*
|--------------------------------------------------------------------------
| Global
|--------------------------------------------------------------------------
*/
body {
	background-color: #1e1e1e;
}

main {
	background:#fff;
}

.page-background {
	background-size: 100% auto;
	background-position: top;
}

.tab-only,.mob-only {
	display: none;
}

/*
|--------------------------------------------------------------------------
| Global > Typography
|--------------------------------------------------------------------------
*/
body, input, textarea {
	font-family: 'Arvo', sans-serif;
	font-size: 14px;
	color: #000000;

}

h1, h2, h3, h4, h5, h6, .h1-style {
	margin: 0 0 10px 0;
	color: #1e1e1e;
	font-weight: normal;
}

h1, .h1-style {
	font-size: 34px;
}
h1.h1-style-lg {
	font-size: 60px;
	margin-bottom: 45px;
}
h1.h1-style-sm {
	font-size: 32px;
	margin-bottom: 35px;
}
h1.h1-bland {
	font-size: 45px;
	margin-bottom: 15px;
	font-weight: bold;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

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: #788c51;
	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: #667843;
}



/*
|--------------------------------------------------------------------------
| Global > Layout
|--------------------------------------------------------------------------
*/
.row {
	margin: 0 0 15px 0;
}

/*
|--------------------------------------------------------------------------
| Global > Background Colours
|--------------------------------------------------------------------------
*/
.bg-spp-red {
	background-color: #660000;
}
.bg-spp-cream {
	background-color: #d6bd8d;
}
.bg-primary {
	background-color: #788c51!important;
}
.bg-secondary, .bg-white {
	background-color: #ffffff;
}
.bg-dark {
	background-color: #6d5c4f;
}
.bg-cream {
	background-color: #f7f3eb;
}
.bg-grey {
	background-color: #ebebeb;
}



/*
|--------------------------------------------------------------------------
| Global > Inputs
|--------------------------------------------------------------------------
*/
.input-grid {
	margin: 0 -10px 0 0;
}

.input-grid .input {
	padding: 0 10px 0 0;
}

.input {
	position: relative;
    clear: both;
	margin: 0 0 10px 0;
}
.input * {
	font-family: 'Inter', sans-serif;
}
.input-no-border * {
	border: 0!important;
}
.input-no-margin {
	margin-bottom: 2px;
}

.input-label {
	position: absolute;
	top: 6px;
	left: 10px;
	font-size: 12px;
	color: #222;
	pointer-events: none;
}
.input.input-no-border > .input-label {
	left: 8px;
}

.input input[type="text"],
.input input[type="email"],
.input input[type="search"],
.input input[type="tel"],
.input input[type="number"],
.input input[type="password"],
.input textarea,
.input-file-dummy,
.input-text-dummy {
	width: 100%;
	padding: 22px 9px 6px 9px;
	color: #222;
	font-weight: 600;
	border: 1px solid #e7e7e7;
	resize: none;
}
form.white-bordered .input *, form.white-bordered .input .input-label {
	border-color: #fff;
}

.input-text-dummy {
	padding: 0;
    height: 48px;
    background: #fff;
}

#card-element {
	padding: 12px 8px;
	height: auto;
}

.input-borderless input[type="text"],
.input-borderless input[type="email"],
.input-borderless input[type="search"],
.input-borderless input[type="tel"],
.input-borderless input[type="number"],
.input-borderless input[type="password"],
.input-borderless textarea {
	border: 0;
	background-color: #fff;
}

.input-borderless select {
	border: 0;
}

.input textarea {
	min-height: 120px;
}

.input input[type="text"]:focus,
.input input[type="email"]:focus,
.input input[type="search"]:focus,
.input input[type="tel"]:focus,
.input input[type="number"]:focus,
.input input[type="password"]:focus,
.input textarea:focus,
.input .braintree-hosted-fields-focused,
.input .stripe-hosted-fields-focused,
.input 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: #536138!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 {
	color: #222;
}

.input .button {
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.input-grid .input .button {
	right: 14px;
}

.label-inline .input-label {
	position: absolute;
	width: 60px;
	top: 50%;
	left: 0; transform: translateY(-50%);
	text-align: center;
	padding: 0 10px;
}

.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: 10px 8px 8px 60px;
}

.input-qty {
	max-width:120px;
}

.textarea {
	position: relative;
}

.input textarea {
	padding-top: 25px;
}

.input-grid .input textarea ~ .input-label {
	right: 10px;
	bordeR: 0;
    left: 1px;
}

.input textarea ~ .input-label {
/*	position: relative;*/
	left: 0; right: 0; top: 0;
	padding: 8px 8px;
	border: 1px solid #e7e7e7;
	border-bottom: 0;
}

.input textarea:focus ~ .input-label {
	border-color: #788c51;
}

.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: #788c51;
}

.select2-basic--container {
	border: 1px solid #e7e7e7!important;
}

.select2-container--open .select2-basic--container {
	border: 1px solid #788c51!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: 2px solid #788c51!important;
	border-top: none!important;
}

.select2-dropdown--above {
	border-bottom: none!important;
	border-top: 2px solid #788c51!important;
}

.select2-container--open ~ label {
	/* color: #fff; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #2d2d2d transparent transparent transparent;
}

.label-inline .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 10px 8px 8px 60px;
}

.label-inline .select2-basic--container {
	height:36px;
}


/* 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(/images/style/stef/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;
}


/*
|--------------------------------------------------------------------------
| Global > Website Title Styles
|--------------------------------------------------------------------------
*/
*[class^="spp-title-"], *[class*="spp-title-"] {
	display: grid;
	width: 100%;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
	align-items: center;
	font-weight: normal;
}
.spp-title-xlg {
	font-size: 36px;
	line-height: 38px;
}
.spp-title-lg {
	font-size: 32px;
	line-height: 34px;
}


/*
|--------------------------------------------------------------------------
| Global > Buttons
|--------------------------------------------------------------------------
*/
.button {
	display: inline-block;
	padding: 13px 25px 11px 25px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	background-color: #788c51;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	cursor: pointer;
	outline: none;
	text-align:center;
}
.button:not(.ff-inter) {
	font-family: 'Arvo', sans-serif!important;
}

.button:hover {
	background-color: #57663c;
	color: #fff;
}

.button-primary {
	background-color: #6d5c4f;
}
.button-primary:hover {
	background-color: #594c41;
}

.button-secondary {
	background-color: #660000;
}

.button-secondary:hover {
	background-color: #9a0404;
}

/* Button size modifiers */
.button-small {
    padding: 8px 15px 6px 15px;
	font-size: 12px;
}

.button-xsmall,
.button-xsmall-wide {
	padding: 8px 12px;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
}

.button-xsmall-wide {
	padding: 8px 20px;
}

.button-large {
	padding: 16px 40px 13px 40px;
	font-size: 18px;
}

.button-block {
	display: block;
	/* <buttons> need width: 100% to actually fill all the space */
    width: 100%;
}


/* Disabled Button */
.button:disabled {
    background: #8C8C8C;
    cursor: not-allowed;
}

/* New Button Styles / Colours */
.button-light {
	font-weight: 400!important;
}
.button-sm {
	padding: 6px 8px;
}
.button-md {
	padding: 10px 22px;
}
.button-md[class^="button-border-"], .button-md[class*="button-border-"] {
	padding: 9px 22px;
}

.button-cream {
	border: 1px solid #d6bd8d;
	background-color: #d6bd8d;
	color: #660000!important;
}
.button-cream:hover {
	background-color: #fce2b4;
}
.button-white {
	border: 1px solid #fff!important;
	background-color: #fff!important;
	color: #788c51!important;
}
.button-white:hover {
	opacity: .6;
}

.button-red {
	background-color: #660000;
	color: #ffffff!important;
}
.button-red:hover {
	background-color: #440000;
}

.button-border {
	border: 1px solid #fff!important;
	color: #fff!important;
	background: transparent!important;
}
.button-border:hover {
	opacity: .8;
}

.button-border-primary {
	border: 1px solid #788c51;
	color: #788c51;
	background: transparent!important;
}
.button-border-primary:hover {
	border-color: #57663c;
	color: #57663c;
}

.button-border-cream {
	border: 1px solid #d6bd8d;
	color: #d6bd8d;
	background: transparent!important;
}
.button-border-cream:hover {
	border-color: #fff0d3;
	color: #fff0d3;
}

.button-border-red {
	border: 1px solid #660000;
	color: #660000;
	background: transparent!important;
}
.button-border-red:hover {
	border-color: #b10000;
	color: #b10000;
}

.button-border-white {
	border: 1px solid #fff;
	color: #fff!important;
	background: transparent!important;
}
.button-border-white:hover {
	opacity: .7;
}

.button-border-no-sides {
	border-right-width: 0;
	border-left-width: 0;
}
.button-border-bottom {
	border-right-width: 0;
	border-left-width: 0;
	border-top-width: 0;
}

.button:disabled {
	opacity: .6!important
}

/*Button Font Sizes*/
.button-12 {
	font-size: 12px;
}
.button-16 {
	font-size: 16px;;
}



/*
|--------------------------------------------------------------------------
| Global > Stock Statuses
|--------------------------------------------------------------------------
*/
.stock-status {
	padding: 0;
	text-transform: uppercase;
	font-size:10px;
	font-weight: 600;
}

.in-stock {
	color: #788c51;
}

.out-of-stock {
	color: #6d5c4f;
}

.stock-pending {
	color: #fcab3e;
}



/*
|--------------------------------------------------------------------------
| Global > Jumbotron
|--------------------------------------------------------------------------
*/
.jumbotron {
	position: relative;
	height: 300px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background-color: #6d5c4f;
	padding: 14px 0;
	display: table;
	width: 100%;
}

.jumbotron-small {
	height: 184px;
}

.jumbotron--title {
	margin: 0;
	color: #fff;
	font-size: 80px;
}

.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;
}



/*
|--------------------------------------------------------------------------
| Global > UI Elements
|--------------------------------------------------------------------------
*/
.spinner {
	margin: 0 auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.spinner,
.spinner:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}



/*
|--------------------------------------------------------------------------
| Global > Messages
|--------------------------------------------------------------------------
*/
.message{
	position: relative;
	padding: 15px;
	margin: 10px 0 10px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	background: #222;
	font-family: 'Inter', sans-serif;
}

.message a {
	text-decoration:underline;
	color: #fff;
}

.message-error, .message-error a .message-error a:hover{
	background: #DB4A39;
	color: #fff;
}

.message-success, .message-success a, .message-success a:hover {
	background: #85a349;
	color: #fff;
}

.message-warn, .message-warn a, .message-warn a:hover {
	background: #caa53a;
	color: #fff;
}

.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: #6d5c4f;
	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: #6d5c4f 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 {
	text-transform: uppercase;
	margin-bottom: 12px;
}

.breadcrumb-trail a,
.breadcrumb-trail span {
	margin: 0 6px;
}

.breadcrumb-trail > :first-child {
	margin-left: 0;
}

.breadcrumb-trail a:hover {
	color: #788c51;
}

.breadcrumb-trail span {
	color:#788c51;
	/* display: none; */
}

.mobile-breadcrumb-trail {
	display: none;
}
.sub-navtrail .breadcrumb-trail {
    background-color: #ebebeb;
    margin: 0;
    font-size: 12px;
    padding: 20px 30px 5px;
}



/*
|--------------------------------------------------------------------------
| 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: #6d5c4f;
	stroke: #dde2e5;
	stroke-width: 6px;
	stroke-dasharray: 38 100;
	transition: stroke-dasharray 1s ease;
}

.quote-side .ui-datepicker-inline {
	background-color: #fff;
}



/*
|--------------------------------------------------------------------------
| Template
|--------------------------------------------------------------------------
*/
.vertical-padding {
	padding: 40px 20px;
}


/*
|--------------------------------------------------------------------------
| Template > Scratch Borders
|--------------------------------------------------------------------------
*/
.cream-scratch-border, .red-scratch-border, .white-scratch-border, .primary-scratch-border {
	position: relative;
}
.cream-scratch-border::before, .cream-scratch-border::after, .red-scratch-border::before, .red-scratch-border::after, .white-scratch-border::before, .white-scratch-border::after, .primary-scratch-border::before, .primary-scratch-border::after {
	position: absolute;
	content: '';
	z-index: 5;
	width: 100%;
	height: 29px;
	background-position: center;
	background-repeat: repeat-x;
	left: 50%;
	transform: translateX(-50%);
}
.cream-scratch-border::before, .red-scratch-border::before, .white-scratch-border::before, .primary-scratch-border::before {
	top: -5px;
}
.cream-scratch-border::after, .red-scratch-border::after, .white-scratch-border::after, .primary-scratch-border::after {
	bottom: -5px;
}
.cream-scratch-border::before, .cream-scratch-border::after {
	background-image: url(/images/style/stef/cream-scratch-border.png);
}
.red-scratch-border::before, .red-scratch-border::after {
	background-image: url(/images/style/stef/red-scratch-border.png);
}
.white-scratch-border::before, .white-scratch-border::after {
	background-image: url(/images/style/stef/white-scratch-border.png);
}
.primary-scratch-border::before, .primary-scratch-border::after {
	background-image: url(/images/style/stef/green-scratch-border.png);
}

.primary-scratch-border > *:not(::before):not(::after), .cream-scratch-border > *:not(::before):not(::after), .red-scratch-border > *:not(::before):not(::after), .white-scratch-border > *:not(::before):not(::after) {
	position: relative;
	z-index: 6;
}

.scratch-border--inner {
	position: relative;
	z-index:6;
}

/*
|--------------------------------------------------------------------------
| Borders
|--------------------------------------------------------------------------
*/
.border-b-primary {
	border-bottom: 1px solid #788c51;
}
.border-b-red {
	border-bottom: 1px solid #600;
}


/*
|--------------------------------------------------------------------------
| Template > Cookie Notification
|--------------------------------------------------------------------------
*/
.cookie_note_bkg {
	background: url(/images/style/stef/cookie_olay.png);
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 45px;
	color: #FFF;
	text-align: center;
	line-height: 45px;
	z-index: 10000
}



/*
|--------------------------------------------------------------------------
| Template > Header
|--------------------------------------------------------------------------
*/
header {
	background-color: #fff;
}

.mobile-menu--btn-cont,
.mobile-cart--btn-cont {
	display: none;
	position: absolute;
	top: 0; bottom: 0; left: 0;
	height: 90px;
	width: 90px;
	border-right: 1px solid #788c51;
}

.mobile-cart--btn-cont {
	width: auto;
	min-width: 90px;
	padding: 0 15px;
}

.mobile-menu--btn {
	width:100%;
	height: 100%;
	padding: 28px 24px;
}

.mobile-menu--btn div {
	margin: 0 0 7px;
	-webkit-transition: transform 300ms ease;
	transition: transform 300ms ease;
}

.mobile-menu--btn div span:first-child {
	border-radius: 2px 0 0 2px;
}

.mobile-menu--btn div span:last-child {
	border-radius: 0 2px 2px 0;
}

.mobile-menu--btn span {
	float: left;
	width: 50%;
	background-color: #788c51;
	height: 6px;
	display: block;
	-webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease, color 300ms ease;
	transition: transform 300ms ease, opacity 300ms ease, color 300ms ease;
}

.mobile-menu--btn.open span {
	background-color: #788c51;
}

.mobile-menu--btn.open div:nth-child(1) { -webkit-transform: translateY(8px); transform: translateY(8px); }
.mobile-menu--btn.open div:nth-child(1) span:first-child { -webkit-transform: translateX(5px) rotateZ(45deg); transform: translateX(5px) rotateZ(45deg); }
.mobile-menu--btn.open div:nth-child(1) span:last-child { -webkit-transform: translateX(-5px) rotateZ(-45deg); transform: translateX(-5px) rotateZ(-45deg); }

.mobile-menu--btn.open div:nth-child(2) span:first-child { -webkit-transform: translateX(-15px); transform: translateX(-15px); opacity: 0; }
.mobile-menu--btn.open div:nth-child(2) span:last-child { -webkit-transform: translateX(15px); transform: translateX(15px); opacity: 0; }

.mobile-menu--btn.open div:nth-child(3) { -webkit-transform: translateY(-8px); transform: translateY(-8px); }
.mobile-menu--btn.open div:nth-child(3) span:first-child { -webkit-transform: translateX(5px) rotateZ(-45deg); transform: translateX(5px) rotateZ(-45deg); }
.mobile-menu--btn.open div:nth-child(3) span:last-child { -webkit-transform: translateX(-5px) rotateZ(45deg); transform: translateX(-5px) rotateZ(45deg); }

.mobile-cart--btn-cont {
	left: auto;
	right: 0;
	border-left: 1px solid #788c51;
	border-right: none;
	line-height: 90px;
}

.mobile-cart--btn-cont a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #788c51;
	font-weight: 700;
}
.mobile-cart--btn-cont a svg {
	margin: -5px 0 0 5px;
}






/*
|--------------------------------------------------------------------------
| Template > Header > Top Bar
|--------------------------------------------------------------------------
*/
.header-top {
	height: 30px;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	font-family: 'Inter', sans-serif;
	padding: 0 30px;
}
.header-top, .header-top a {
	color: #fff;
}
.header-top--social > a:not(:last-of-type)::after {
	content: ' | ';
	position: relative;
}
.header-top--menu > a {
	margin: 0 8px;
}
.header-top a > svg {
	margin-right: 3px;
}



/*
|--------------------------------------------------------------------------
| Template > Header > Main
|--------------------------------------------------------------------------
*/
.header-main {
	padding: 0 30px;
	position: relative;
	z-index: 100;
}
.header-main:not(.header-main--altered) {
	background-color: #fff;
	color: #788c51;
	border-bottom:1px solid #788c51;
}
.header-main--inner {
	height: 96px;
	position: relative;
}

.logo {
	max-width: 255px;
	padding: 0 15px;
}
.logo__svg {
	width: 260px;
	height: 52px;
}

/*
|--------------------------------------------------------------------------
| Template > Header > Main > Altered
|--------------------------------------------------------------------------
*/
.header-main--altered {
	background: linear-gradient(to bottom, rgba(0,0,0,.5) 50%, rgba(255,255,255,0) 100%);
	margin-bottom: -165px;
}
.header-main.header-main--altered .header-main--inner {
	height: 165px;
}
.header-main.header-main--altered .logo {
	margin-bottom: 0;
}
.header-main.header-main--altered .logo:not(.logo-hAlt) {
	display: none;
}
.header-main.header-main--altered .header-main--menu--item a {
	color: #fff;
}


/*
|--------------------------------------------------------------------------
| Template > Header > Main > Menu
|--------------------------------------------------------------------------
*/
.header-main--menu-cont {
	height: 100%;
	position: relative;
}
.header-main--menu {
	display: flex;
	height: 100%;
	transition: ease-in-out .5s;
}
.header-main--menu--item {
	position: relative;
}
.header-main--menu > .header-main--menu--item > a {
	color: #788c51;
}
.header-main--menu--dropdown a {
	color: #fff;
}
.header-main--menu > .header-main--menu--item {
	text-transform: uppercase;
	font-size: 15px;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.header-main--menu--dropdown {
	display: none;
	position: absolute;
	flex-direction: column;
}
.header-main--menu--item:hover > .header-main--menu--dropdown {
	display: flex;
}
.header-main--menu > .header-main--menu--item > a {
	display: flex;
	align-items: center;
	text-align: center;
	padding: 10px 0;
}
.header-main--altered .header-main--menu > .header-main--menu--item > a {
	color: #fff;
}
.header-main--menu--dropdown > div > a {
	background-color: #788c51;
	padding: 8px 10px;
	text-transform: capitalize;
	display: block;
	text-align: center;
	transition: ease-in-out .2s;
	min-width: 160px;
}
.header-main--menu--dropdown > div > a:not(.sel):hover {
	background-color: #697b46;
}
.header-main--menu--dropdown > div:not(:last-of-type) > a {
	border-bottom: 1px solid #fff;
}
.header-main--menu--dropdown.dropdown-lvl-1 {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	min-width: max-content;
}

.header-main--menu--dropdown.dropdown-lvl-2 {
	left: 100%;
	top: 0;
	min-width: 220px;
}



.header-main form.search-form {
	position: absolute;
	margin-left: 8px;
	left: 100%;
	transition: ease-in-out .5s;
}
.header-main form.search-form .input {
	margin: 0;
	height: 32px;
}
.header-main form.search-form .input input {
	margin-left: 30px;
	border: 0;
	transition: ease-in-out .5s;
	font-size: 13px;
	font-family: 'Inter', sans-serif;
	color: #222;
}
.header-main:not(.display-search) form.search-form .input input {
	opacity: 0;
	pointer-events: none;
	width: 0;
}
.header-main form.search-form .input input::placeholder {
	font-style: italic;
}
.header-main form.search-form .input button {
	background-color: transparent;
}
.header-main form.search-form .input button:hover {
	opacity: .7;
}
.header-main form.search-form .input .button {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding: 0;
}
.header-main--altered form.search-form .input button svg {
	fill: #fff;
}
.header-main:not(.header-main--altered) form.search-form .input button svg {
	fill: #788c51;
}
.header-main form.search-form .input button.button-close {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 2px;
	transform: translateY(-50%);
	cursor: pointer;
	display: none;
}


.header-main.display-search .header-main--menu {
	opacity: 0;
	pointer-events: none;
}
.header-main.display-search form.search-form {
	left: 50%;
	transform: translateX(-50%);
	right: unset;
}
.header-main.display-search form.search-form .input input {
	width: 515px;
	padding: 8px;
	margin-right: 40px;
	max-width: 100%;
	font-weight: 400;
}
.header-main.display-search form.search-form .input button.button-close {
	display: block;
}
.header-main.display-search:not(.header-main--altered) form.search-form .input input {
	border: 1px solid #222!important;
}



/*
|--------------------------------------------------------------------------
| Template > Header > Basket
|--------------------------------------------------------------------------
*/
.header-main--basket {
	width: 200px;
	display: flex;
	justify-content: flex-end;
}
.header-basket--inner > a {
	position: relative;
	display: flex;
	align-items: center;
}
.header-main .header-basket--inner > a {
	color: #222222;
}
.header-main.header-main--altered .header-basket--inner > a {
	color: #fff;
}
.header-main .header-main--basket svg {
	fill: #222222;
	margin: -8px 8px 0 0;
}
.header-main.header-main--altered .header-main--basket svg {
	fill: #ffffff;
}
.header-main--basket .item-count {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	left: -10px;
	top: -8px;
	background-color: #788c51;
	height: 20px;
	width: 20px;
	border-radius: 100px;
}

.header-basket--msg {
	display: none;
    background-color: #788c51;
    color: #FFFF;
    position: absolute;
    top: 100%;
    margin-top: 30px;
    padding: 30px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
}
.header-basket--msg.fixed {
	position: fixed;
	top: 0;
}


.basket-hover {
    position: relative;
}
.basket-hover:not(.show-add) .header-basket--dd-add, .basket-hover.show-add .header-basket--dd {
	opacity: 0!important;
	pointer-events: none!important;
}
.header-basket--dd, .header-basket--dd-add {
	opacity: 0;
	pointer-events: none;
	transition: ease-in-out .2s;
	position: absolute;
    padding-top: 12px;
    top: 20px;
	right: 0;
    width: 450px;
}
.basket-hover:hover .header-basket--dd, .basket-hover.show-add .header-basket--dd-add {
	opacity: 1;
	pointer-events: all;
}
.header-basket--dd--inner {
	top: 100%;
	border: 1px solid #788c51;
    overflow: hidden;
    border-radius: 10px;
	background-color: #FFF;
}
.header-basket--items {
    padding: 15px;
}
.header-basket--items:not(:first-child) {
    border-top: 1px solid #f0f0f0;
}
.header-basket--item {
    padding: 10px 0;
    border-bottom: 1px solid #788c51;
    font-family: 'Inter';
}
.header-basket--item:first-child {
    padding-top: 0;
}
.header-basket--item:last-child {
    padding-bottom: 0;
	border-bottom: 0;
}
.header-basket--item--image {
    margin-right: 15px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    background-color: #dbbe85;
	width: 100px;
}
.header-basket--item--image img {
    opacity: .9;
}
.header-basket--item--details {
    text-align: left;
}
.header-basket--item--details > *:not(:last-child) {
    margin-bottom: 3px;
}
.header-basket--item--title {
	color: #222222;
}
.header-basket--item--price {
    font-size: 16px;
    color: #222222;
}
.header-basket--dd--bottom {
    padding: 20px 15px;
    background-color: #f1e8da;
}
.header-basket--dd--bottom .button {
    color: #fff!important;
	border-radius: 5px;
}
.header-basket--dd--total {
    flex: 1;
    text-align: center;
    color: #222;
}
.header-basket--dd--total > span {
    font-size: 18px;
    display: block;
    margin-top: 3px;
}
.header-basket--dd--progress {
	position: relative;
    height: 3px;
    background-color: #e3dacd;
}
.header-basket--dd--progress > .progress-time {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #788c51;
    transition: linear .1s;
}
.basket-hover.start-progress .header-basket--dd--progress > .progress-time {
	width: 0;
}
.header-basket--dd--msg {
    padding: 12px 60px 12px 20px;
    text-align: left;
    position: relative;
}
.header-basket--dd--msg .basket-dd-close {
	position: absolute;
	right: 20px;
    width: 20px;
    height: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><g clip-path="url(%23clip0_21_84)"><path d="M1.42195 14.906C1.05419 14.9274 0.692517 14.8052 0.413189 14.565C-0.137699 14.0109 -0.137699 13.1159 0.413189 12.5617L12.4758 0.498994C13.0488 -0.0371562 13.9479 -0.00735193 14.4841 0.565621C14.9689 1.08376 14.9971 1.88015 14.5502 2.43132L2.41649 14.565C2.14076 14.8017 1.78489 14.9237 1.42195 14.906Z" fill="%23222"/><path d="M13.4704 14.9061C13.0977 14.9045 12.7405 14.7565 12.4759 14.4941L0.413143 2.4313C-0.0972264 1.83531 -0.027839 0.938371 0.568154 0.427954C1.10009 -0.0275797 1.8846 -0.0275797 2.41649 0.427954L14.5502 12.4907C15.1231 13.027 15.1527 13.9261 14.6164 14.4989C14.595 14.5217 14.573 14.5437 14.5502 14.5651C14.2531 14.8234 13.8621 14.9469 13.4704 14.9061Z" fill="%23222"/></g><defs><clipPath id="clip0_21_84"><rect width="15" height="15" fill="white"/></clipPath></defs></svg>');
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.header-basket--view-all {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 14px 0 3px;
    text-decoration: underline;
    font-family: unset;
}

.basket-hover.dd-static .header-basket--dd-add {
    position: fixed;
    top: 0px;
    right: 10px;
}

/*
|--------------------------------------------------------------------------
| Template > Header > Search Dropdown
|--------------------------------------------------------------------------
*/
.changed_search,
.original_search {
	padding-left: 50px;
}

.changed_search a,
.original_search a {
	text-transform: none;
}

.search_dropdown .shop--navtrail {
	display: 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 {
	position: relative;
	z-index: 6;
	padding: 40px 0 100px;
	background-color: #333333;
	border-bottom: 1px solid #788c51;
}
.footer-main--inner {
	display: table;
	width: 100%;
}
.footer--column-container {
	display: inline-table;
	float: left;
	width: 50%;
}
.footer--nav-column {
	display: inline-block;
	position: relative;
	width: 50%;
	vertical-align: top;
	padding: 0 20px;
}
.footer--nav-column.footer--column-border {
	border-left: 1px solid #788c51;
}
.footer--nav-column > *:first-of-type:not(:last-of-type) {
	margin-bottom: 20px;
}
.footer--nav-column > ul:not(.footer--nav-smaller) > li:not(:last-of-type), .footer--nav-title {
	margin: 0 0 8px 0!important;
}
.footer--nav-title {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.4;
	color: #788c51;
}

.footer--nav-smaller li:not(.footer--nav-title), .footer--text-smaller {
	text-transform: initial;
	font-size: 12px;
	line-height: 1.5;
	font-family: 'Inter', sans-serif;
}

.footer--main-socials {
	position: absolute;
	top: 100%;
	left: 20px;
	margin-top: 15px!important;
}
.footer--main-socials > a {
	margin-right: 8px;
}

.footer--text-smaller > div {
	display: flex;
	justify-content: space-between;
}
.footer--text-smaller > div > span:first-of-type {
	width: 70px;
	max-width: 50%;
}
.footer--text-smaller > div > span:last-of-type {
	flex: 1;
}

.footer--text-icon {
	position: relative;
	padding-left: 20px;
}
.footer--text-icon > svg {
	position: absolute;
	left: 0;
	top: 2px;

}

.footer-newsletter {
	background-color: #d5bd8d;
	padding: 60px 30px 30px;
	text-align: center;
}

.footer-newsletter::after {
	display: none;
}

.footer-newsletter--title {
	font-size: 20px;
	margin-bottom: 20px;
}

.footer-newsletter--form {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
}
.footer-newsletter--form > form {
    width: 100%;
	display: flex;
}
#footer__input--consent {
    margin-right: 8px;
}

.footer-newsletter--form .input:first-child {
	border-right: 1px solid #d5bd8d;
}

.footer__consent {
    background-color: #f1e8da;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
	padding: 10px;
	width: 270px;
}
.button--footer__form {
    width: 140px;
    border-radius: 0 5px 5px 0;
    height: 100%;
}
.footer-newsletter--form .input {
    margin: 0;
	flex: 1;
}

/*
|--------------------------------------------------------------------------
| Template > Footer > Bottom
|--------------------------------------------------------------------------
*/
.footer--bottom {
	background-color: #333;
	font-size: 11px;
	line-height: 1.5;
	font-family: 'Inter', sans-serif;
}
.footer--bottom, .footer--bottom a {
    color: #fff;
}
.footer-payment img {
	height: 28px;
}



/*
|--------------------------------------------------------------------------
| Template > Mobile Menu
|--------------------------------------------------------------------------
*/
@-webkit-keyframes mobileMenuOpen {
	from  {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	to {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
}

@keyframes mobileMenuOpen {
	from {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	to {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
}

@-webkit-keyframes mobileMenuClose {
	from  {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes mobileMenuClose {
	from  {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

.page-slide-container {
	overflow: hidden;
}

.page-slide {
	position: relative;
	/* transform: translate(0, 0);
	-webkit-transform: translate(0, 0); */
}

.mobile-menu {
	position: absolute;
	top: 0; left: -390px; bottom: 0;
	display: none;
	width: 390px;
	background:#788c51;
	background-size: 515.5px 511.5px;
	z-index: 999;
}

.mobileMenuItemFade {
	-webkit-animation: mobileMenuItemFade 1s ease forwards; /* Safari 4+ */
	-moz-animation:    mobileMenuItemFade 1s ease forwards; /* Fx 5+ */
	-o-animation:      mobileMenuItemFade 1s ease forwards; /* Opera 12+ */
	animation:         mobileMenuItemFade 1s ease forwards; /* IE 10+, Fx 29+ */
}

.mobile-search {
	background-color: #6d5c4f;
}

.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: #6d5c4f;
}

.mobile-store--link:nth-last-child(2) {
	color: #6d5c4f;
}

.mobile-store--cont > a {
	display: block;
	/*background: url(/images/style/stef/icon-mobile-dropdown-down.png) no-repeat right 8px;*/
}

.mobile-store--cont.open > a {
	display: block;
	/*background: url(/images/style/stef/icon-mobile-dropdown.png) no-repeat right 8px;*/
}

.mobile-store--cont.open .mobile-store {
	display: block;
}

.mobile-menu form.search-form {
	position: relative;
}
input.mobile-search--submit {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 171.25 171.25' height='27'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23c0bfbf' d='M125.67,110.54a69.83,69.83,0,1,0-15.13,15.13l45.58,45.58,15.13-15.13-45.58-45.58Zm-56.1,7.2a48.17,48.17,0,1,1,48.17-48.17,48.22,48.22,0,0,1-48.17,48.17Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 100;
}
.mobile-search--input {
	width: 100%;
	color: #ffffff;
	font-size: 21px;
	background: none;
	line-height: 20px;
}
.mobile-search--input::placeholder {
	color: #aeaeae;
}
input.mobile-search--input {
	padding: 15px 30px;
}

.onpage-search__input {
	width: 100%;
	font-size: 20px;
	background: none;
	line-height: 55px;
	padding: 0 30px 0;
}

.onpage-search__submit {
	height: 55px;
	width: 70px;
	background-color: #788c51;
}

.onpage-search__submit svg {
	width: 32px;
	height: 32px;
}

.mobile-nav,
.mobile-action {
	padding: 20px 30px 10px 30px;
}

.mobile-nav {
	padding-top: 0;
}

.static-mobile-nav {
	padding: 20px 30px;
}

.mobile-nav a {
	color: #fff;
	font-size: 24px;
	text-transform: none;
}

.mobile-nav li {

}
.mobile-nav a {
	padding: 10px 0;
}

.mobile-menu--dark {
	display: flex;
	flex-direction: column;
	background-color: #657643;
	padding: 15px 30px;
}
.mobile-menu--dark a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 3px 0;
}
.mobile-action {

}
.mobile-action a {
	display: block;
	color: #fff;
	margin: 0 0 10px 0;
}

.mobile-action a:last-child {
	margin: 0;
}

.mobile-action .icon {
	font-size: 16px;
	padding: 2px 0 2px 34px;
}

.mobile-action .icon-user {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 144.74 172.58' height='20'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23fff' d='M71.28,83.13A40.52,40.52,0,0,0,100.82,71a40.09,40.09,0,0,0,12.24-29.39,40.09,40.09,0,0,0-12.24-29.39A40.53,40.53,0,0,0,71.28,0,40.55,40.55,0,0,0,41.73,12.18,40.13,40.13,0,0,0,29.49,41.57,40.13,40.13,0,0,0,41.73,71,40.56,40.56,0,0,0,71.28,83.13Z'/%3E%3Cpath fill='%23fff' d='M144.39,132.71A103.3,103.3,0,0,0,143,121.8a87.4,87.4,0,0,0-2.7-11,54.2,54.2,0,0,0-4.53-10.23,38.91,38.91,0,0,0-6.83-8.85,30.22,30.22,0,0,0-9.82-6.14,34,34,0,0,0-12.53-2.25c-1.77,0-3.48.72-6.79,2.86-2,1.32-4.42,2.85-7.07,4.54a40.85,40.85,0,0,1-9.16,4,35.71,35.71,0,0,1-22.39,0,40.55,40.55,0,0,1-9.15-4c-2.63-1.67-5-3.2-7.08-4.54-3.3-2.14-5-2.87-6.79-2.87a34,34,0,0,0-12.53,2.26,30.11,30.11,0,0,0-9.81,6.14A38.35,38.35,0,0,0,9,100.61a53.57,53.57,0,0,0-4.53,10.23,85.7,85.7,0,0,0-2.7,11,100.12,100.12,0,0,0-1.4,10.91C.12,136,0,139.44,0,142.9c0,9,2.88,16.31,8.56,21.68s13,8,22,8h83.54c9,0,16.44-2.69,22-8s8.55-12.67,8.55-21.68C144.74,139.42,144.62,136,144.39,132.71Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ") no-repeat center left;
	background-size: 20px 20px;
}

.mobile-action .icon-box {
	background: url(/images/style/stef/mbl-icon-box.png) no-repeat center left;
	background-size: 20px 20px;
}

.mobile-action .icon-phone {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.99 13.99' height='17'%3E%3Ctitle%3Etelephone%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23fff' d='M13.72,11.12l-1.55-1-1.38-.92A.61.61,0,0,0,10,9.3l-.85,1.1a.61.61,0,0,1-.78.16A9.93,9.93,0,0,1,5.56,8.42,10,10,0,0,1,3.43,5.65a.61.61,0,0,1,.16-.78L4.68,4a.61.61,0,0,0,.13-.82L3.93,1.87,2.87.27A.61.61,0,0,0,2,.09L.82.82a1.5,1.5,0,0,0-.68.88C-.2,2.92-.26,5.62,4.05,9.93s7,4.25,8.23,3.91a1.5,1.5,0,0,0,.88-.68l.73-1.22A.61.61,0,0,0,13.72,11.12Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ") no-repeat center left;
	background-size: 18px 18px;
}

.mobile-social-title {
	font-size:24px;
	color:#fff;
	text-align:center;
	padding-bottom:15px;
}

.mobile-social {
	padding: 20px 30px;
}
.mobile-social > span {
	display: block;
	width: 100%;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.mobile-social a {
	display: inline-block;
	background-position: center center;
	color: #fff;
	margin: 0 10px 10px 0;
	font-weight: bold;
}

.mobile-social:after {
	content: '';
	width: 100%;
	display: inline-block;
}

#page_numbers {
	text-align: center;
}

.page_numbers_inner {
	padding: 32px;
}

.page_number_sel,
.previous_page,
.page_number,
.next_page {
	display: inline-block;
}

#page_numbers a {
	padding: 8px 10px;
	background-color: #fff;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

#page_numbers .page_number_sel a {
	background-color: #6d5c4f;
	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;
}

.search-page .breadcrumb-trail {
	display: none;
}

.onpage-search {
	margin-top: 10px;
	background-color: #fff;
	position: relative;
	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: 10000;
	filter: alpha(opacity=70);
	opacity: .7;
	width: 100%;
}

#olay_box_container {
	width: 90%;
	max-width: 720px;
	position: fixed;
	top: 10%; left: 50%;
	z-index: 10010;
}

#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;
}

#olay_close,
#search_results_close {
	position: absolute;
	top: 10px; right: 10px;
	background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1041_68)"><path d="M1.70631 17.8872C1.265 17.9129 0.830993 17.7662 0.4958 17.478C-0.165267 16.813 -0.165267 15.739 0.4958 15.074L14.971 0.598744C15.6586 -0.0446363 16.7375 -0.00887115 17.3808 0.678697C17.9626 1.30046 17.9965 2.25613 17.4602 2.91753L2.89976 17.478C2.56889 17.762 2.14184 17.9084 1.70631 17.8872Z" fill="black"/><path d="M16.1645 17.8872C15.7173 17.8853 15.2886 17.7078 14.971 17.3928L0.495784 2.91751C-0.116659 2.20232 -0.0333945 1.126 0.681797 0.513496C1.32012 -0.0331445 2.26153 -0.0331445 2.8998 0.513496L17.4603 14.9887C18.1477 15.6323 18.1832 16.7113 17.5397 17.3987C17.5141 17.426 17.4876 17.4524 17.4603 17.478C17.1037 17.7881 16.6345 17.9363 16.1645 17.8872Z" fill="black"/></g><defs><clipPath id="clip0_1041_68"><rect width="18" height="18" fill="white"/></clipPath></defs></svg>') no-repeat center / contain;
	height: 12px; width: 12px;
	cursor: pointer;
}



/*
|--------------------------------------------------------------------------
| Home > Slider
|--------------------------------------------------------------------------
*/
.home-slider {
    margin-top: -97px;
}
.home-slider .slick-track {
    display: flex!important;
}
.home-slide {
	min-height: 800px;
	background-color: #222;
	padding: 100px 0;
	height: inherit!important;
}

.home-slider .slick-list {
	width: 100%;
}

.home-slider .home-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.home-slider .home-slide  > div {
	display: flex;
	flex-direction: column ;
	align-items: center;
	padding: 40px 50px 15px;
	max-width: 100%;
}
.home-slide__top__img {
    max-width: 100%;
    margin: 0px 20px 20px;

}

.no-js .home-slider .home-slide {
	display: none;
}

.no-js .home-slider .home-slide:first-child {
	display: flex;
}
.home-slide h3, .home-slide .content {
	color: #ffffff;
}
.home-slide h3 {
	font-size: 60px;
	line-height: 64px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
}
.home-slide .content {
	font-size: 20px;
	line-height: 22px;
	font-family: 'Inter', sans-serif;
	width: 800px;
	max-width: 100%;
	margin-bottom:10px
}
.home-slider--buttons {
	margin-top: 25px;
}
.home-slider--buttons a {
	margin: 0 5px;
	padding: 12px 45px;
}

/* Home Slick Slider arrows */
.home-slider button.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-indent: -1000px;
	overflow: hidden;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
}
.home-slider .slick-prev {
	left: 20px;
	background: url(/images/style/stef/arrow-l-white.svg);
}
.home-slider .slick-next {
	right: 20px;
	background: url(/images/style/stef/arrow-r-white.svg);
}
.home-slider .slick-arrow:after {}
.home-slider .slick-prev:after {}
.home-slider .slick-next:after {}
.home-slider .slick-disabled {}

/* Home Slick Slider dots */
.home-slider .slick-dots {}
.home-slider .slick-dots li {}
.home-slider .slick-dots .slick-active button {}
.home-slider .slick-dots button {}

.home-slide--mobile-img {
	display: none!important;
}

.slide-newsletter {
    color: #FFF;
}
.slide-newsletter--title {
    font-size: 24px;
    margin-bottom: 15px;
}
.slide-newsletter--form {
    padding: 10px;
    border: 1px solid #FFF;
}
.slide-newsletter--form .input {
    margin: 0;
}
.slide-newsletter--form .input input {
    height: 100%;
}
.slide-newsletter--form .input:not(:first-child) {
    margin-left: 2px;
}
.slide-nsltr__consent {
    padding: 5px 10px;
    font-size: 12px;
    text-align: left;
    min-width: 273px;
    background-color: #f1e8da;
    color: #222;
    font-family: 'Inter', sans-serif;
}
#slide-nsltr__input--consent {
    margin-right: 8px;
}
.button.button--slide-nsltr__form {
    width: 140px;
}

/*
|--------------------------------------------------------------------------
| Home > USPs
|--------------------------------------------------------------------------
*/
.main-usps {
	position: relative;
	padding: 15px 20px;
	margin-top: -70px;
}
.main-usps.slick-slider .slick-list {
	z-index: 7;
}
.main-usps.slick-slider .slick-track {
	display: flex;
	align-items: center;
}
.main-usps.slick-slider .slick-slide {
	position: relative;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	flex: 1;
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
}

.main-usps.slick-slider .slick-track .slick-slide:not(:last-of-type) {
	border-right: 2px solid #fff;
}
.main-usps::after {
	z-index: 6;
}


/*
|--------------------------------------------------------------------------
| Home > Category Features Section
|--------------------------------------------------------------------------
*/
.category-features {
	padding: 65px 0 50px 0;
}
.category-features--inner {
	display: inline-block;
	margin-bottom: 15px;
}
.category-features--inner > a {
	float: left;
	width: 33.33333%;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 26px;
}
.category-features--inner > a > div {
	position: relative;
	background-color: #788c51;
	height: 225px;
	transition: ease-in-out .2s;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.category-features--inner > a > div::after {
	content: '';
	position: absolute;
	background-color: #788c51;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: ease-in-out .5s;
}
.category-features--inner > a > div:hover::after {
	opacity: .4;
}
.category-features--inner > a > div > span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 18px;
	text-align: center;
	text-shadow: 0 0 15px #000000;
}

/*
|--------------------------------------------------------------------------
| Home > Polaroid Section
|--------------------------------------------------------------------------
*/
.polaroid-banners {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.polaroid-banners--inner {
	padding: 40px 30px;
}
.polaroid-banners--item {
	display: flex;
	flex-direction: column;
	align-items: center ;
	flex: 1;
	max-width: 800px;
	margin: 40px 40px 10px 40px;
	text-align: center;
	font-size: 21px;
	color: #fff!important
}
.polaroid-banners--item:hover {
	opacity: .7;
}
.polaroid-banners--item > span > p {
	margin-bottom: 0;
}
.polaroid-banners--item > span > small {
	font-size: 18px;
}
.polaroid-banner {
	background-color: #fff;
	color: #222;
	font-family: 'Permanent Marker', sans-serif;
	display: inline-block;
	padding: 15px 15px 5px 15px;
	max-width: 480px;
	margin-bottom: 25px;
}
.polaroid-banners--item:first-child .polaroid-banner {
	transform: rotate(-2deg);
}
.polaroid-banners--item:last-child .polaroid-banner {
	transform: rotate(2deg);
}
.polaroid-banner > span {
	font-size: 29px;
}



/*
|--------------------------------------------------------------------------
| Home > Bottom
|--------------------------------------------------------------------------
*/
.home-welcome {}

.home-welcome__title {
	font-size: 32px;
}

.home-welcome__action {
	margin: 12px 0 0 0;
}



/*
|--------------------------------------------------------------------------
| CMS > Template
|--------------------------------------------------------------------------
*/
.page-subtitle {
	text-align: center;
	font-size: 21px;
	color: #6d5c4f;
}



/*
|--------------------------------------------------------------------------
| 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;
}

.category-grid .segment-16 > a > img,
.category-grid .segment-16 > a {
	display: block;
	width: 100%;
}


/*
|--------------------------------------------------------------------------
| About us > Meet The Team
|--------------------------------------------------------------------------
*/
.meet-team {
	margin-bottom: 20px;
}
.meet-team--row:first-of-type {
	margin-top: 30px;
}
.meet-team--row {
	margin-bottom: 0;
}
.meet-team--row > div {
	width: 25%;
}
.meet-team--item {
	text-align: center;
}
.meet-team--name {
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #788c51;
	padding: 10px;
	margin-bottom: 10px;
}
.meet-team--text {
	font-size: 12px;
	line-height: 1.5;
}

/*
|--------------------------------------------------------------------------
| CMS > Template > CMS Sidebar
|--------------------------------------------------------------------------
*/
.cms-sidebar > div {
	width: 272px;
}

.cms-sidebar--title {
	font-size: 21px;
	padding: 15px 25px;
	text-transform: uppercase;
}
a.cms-sidebar--item {
	padding: 20px 25px;
	border-top: 1px solid #fff;
}
a.cms-sidebar--item:not(.sel):hover {
	background-color: rgba(0,0,0, .2);
}
a.cms-sidebar--item.sel {
	background-color: rgba(0,0,0, .3);
	font-weight: bold;
	color: #fff;
}

/*
|--------------------------------------------------------------------------
| Contact Page
|--------------------------------------------------------------------------
*/
.help-sub {

}
.help-sub--upper {
	padding: 30px 0 0 30px;
}
.help-sub--upper > div:not(.contact-page--form) {
	width: 390px;
}
.icon-list--spp:not(:first-of-type) {
	margin-top: 30px;
}
.icon-list--spp--half {
	width: 300px;
	padding-right: 20px;
}
.icon-list--spp > div:not(.icon-list--spp--half), .icon-list--spp--half > div {
	display: flex;
	margin-bottom: 15px;
}
.icon-list--spp > div:not(.icon-list--spp--half).icon-list--break, .icon-list--spp--half > div > .icon-list--svg {
	margin-bottom: 35px;
}
.icon-list--spp > div:not(.icon-list--spp--half) > .icon-list--svg, .icon-list--spp--half > div > .icon-list--svg {
	margin: 2px 10px 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 15px;
}
.help-sub--upper > .contact-page--form > div {

}
.help-sub form.contact-form {
	padding: 15px 30px;
}
.form-title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	text-transform: uppercase;
	padding-top: 15px;
}
.form-title svg {
	margin-right: 10px;
}
.help-sub form.contact-form #contact_submit {
	margin-top: 10px;
}


/*
|--------------------------------------------------------------------------
| Find Us
|--------------------------------------------------------------------------
*/
.get-directions-lg {
	position: relative;
	margin: 0 -30px -30px 0;
}
.get-directions-lg .directions-box {
	padding: 10px 30px 30px;
}
.get-directions-lg .directions-box > div {
	width: 355px;
	max-width: 100%;
	padding: 12px;
}
.get-directions-lg .directions-box p {
	margin-bottom: 10px;
}
.get-directions-lg form.directions-form {
	height: 35px;
	position: relative;
}

.get-directions-lg form.directions-form input[type='text'] {
	padding: 10px;
	width: 100%;
}
.get-directions-lg form.directions-form input[type='submit'] {
	position: absolute;
	right: 0;
	height: 100%;
	min-width: 62px;
	font-weight: 600;
    background-color: #6d5c4f;
    color: #ffffff;
}
.get-directions-lg form.directions-form input[type='submit']:hover {
	background-color: #56483d;
}

div.addy-select:not(.selected) {
	cursor: pointer;
}
div.addy-select:not(.selected):hover {
	opacity: .9;
}

.get-directions-lg:not(.addy-direction-1) .addy-form-1, .get-directions-lg:not(.addy-direction-1) .addy-frame-1 {
	display: none;
}
.get-directions-lg:not(.addy-direction-2) .addy-form-2, .get-directions-lg:not(.addy-direction-2) .addy-frame-2 {
	display: none;
}


/*
|--------------------------------------------------------------------------
| Save With Stefs
|--------------------------------------------------------------------------
*/
.full-width-content {
	padding: 60px 0 100px 0;
}
.full-width-content__container {
    padding: 60px 0 100px;
}
.full-width-content.full-width-content__block {
    padding: 0;
}
.full-width-content h2 {
	font-family: 'Arvo';
	font-size: 32px;
	margin-bottom: 15px;
}
.full-width-content a:not(.button) {
	color: #222;
	text-decoration: underline;
}
.full-width-content a:not(.button):hover {
	color: #788c51;
}
.full-width-content__block .button {
	margin-top: 20px;
}

.btn-block .btn-block--title {
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 20px;
}


.refer-steps {
    padding: 30px 0;
}
.refer-steps ul li {
    display: flex;
    align-items: center;
    padding: 26px 0;
}
.refer-steps ul li > span {
    font-size: 48px;
    color: #788c51;
    min-width: 40px;
}




/*
|--------------------------------------------------------------------------
| Article Category
|--------------------------------------------------------------------------
*/
.blog-category--top {
	border-bottom: 1px solid #788c51;
	margin: 35px 0;
	text-transform: uppercase;
}
.blog-category--top h1 {
	color: #788c51;
	margin-bottom: 20px;
	text-align: center;
	font-size: 32px;
}

.category-tabs--item {
	padding: 8px 15px;
}
.category-tabs--item, .category-tabs--item:not(.sel):hover {
	color: #788c51;
}
.category-tabs--item:not(.sel):hover {
	opacity: .8;
}
.category-tabs--item.sel {
	background-color: #788c51;
	color: #fff;
}


/*
|--------------------------------------------------------------------------
| Article Listing
|--------------------------------------------------------------------------
*/
.article-list--item {
	/* display: flex; */
	/* min-height: 505px;  */
}
.article-list--item > div {
	position: relative;
	padding-bottom: 50px;
	width: 100%;
}

.article-list--img {
	height: 270px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.article-list--title {
	font-size: 16px;
	color: #788c51;
	text-transform: uppercase;
	padding: 8px 10px;
	border-bottom: 1px solid #788c51;
	margin-bottom: 10px;
}
.article-list--cat {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.article-list--details > h2 {
	font-size: 18px;
}

.article-list--details {
	padding: 5px 20px;
    margin-bottom: 10px;
}


.article-list--details h2:first-child {
	margin-top: 10px;
}

.article-list--details > p {
	padding: 10px 0 12px;
	font-size: 12px;
	line-height: 1.4;
}
.article-list--btn {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 130px;
}
.article-list--btn .button {
	padding: 8px 10px;
}



.article {

}
.article .article-content {
	width: 720px;
}
.article-content--top {
	border-bottom: 1px solid #788c51;
	text-transform: uppercase;
	padding: 0 20px;
}
.article-content--top > span {
	padding: 15px;
}

.article-content--inner {
	padding: 40px 35px;
}
.article-content--title {
	font-size: 32px;
}
.article-content--details {

}
.article-content--content {

}
.article-content--content h1, .article-content--content h2, .article-content--content h3, .article-content--content h4 {
	color: #788c51;
	text-transform: uppercase;
	font-weight: 600;
}
.article-content--content h1 {
	font-size: 25px;
}
.article-content--content h2 {
	font-size: 21px;
}
.article-content--content h3 {
	font-size: 18px;
}
.article-content--content h4 {
	font-size: 16px;
}

.article-images {
	display: flex;
	flex-direction: column;
}
.article-images--img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom:40px;
	height: 400px;
}


.article-right form#comment-form {
	padding: 30px 30px 20px;
}
.article-right form#comment-form label {
	font-size: 14px;
	color: #788c51;
}

.comment-list {
	border: 1px solid #788c51;
	display: flex;
	flex-direction: column;
}
.comment-list .comment {
	font-size: 12px;
	padding: 20px 25px;
	border-bottom: 1px solid #788c51;
}
.comment-list .comment .comment-list--info {
	margin-top: 15px;
}
.comment-list .comment-overflow-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	padding: 20px;
	font-size: 15px;
	color: #788c51;
	font-weight: bold;
}
.comment-list .comment-overflow-toggle::after {
	content: '';
	position: relative;
	width: 14px;
	height: 14px;
	margin-left: 10px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.01 15.26'%3E%3Ctitle%3Earrow-d%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23788c51' d='M13,15.26a1.42,1.42,0,0,0,1-.41L25.6,3.27a1.42,1.42,0,0,0,0-2L24.74.41a1.43,1.43,0,0,0-2,0L13,10.13,3.28.43a1.43,1.43,0,0,0-2,0l-.85.85a1.42,1.42,0,0,0,0,2L12,14.84A1.41,1.41,0,0,0,13,15.26Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}


/*
|--------------------------------------------------------------------------
| CMS > Template > Dropdown Content Blocks
|--------------------------------------------------------------------------
*/
.dropdown-content {
	margin-top: 15px;
}
.dropdown-content--block {
	border-bottom: 1px solid #e1e1e1;
}
.dropdown-content--title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	font-weight: 400;
	font-size: 21px;
	text-transform: uppercase;
	cursor: pointer;
	transition: ease-in-out .2s;
	padding: 15px 0;
}
.dropdown-content--title > span {
	height: 12px;
	width: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.01 15.26'%3E%3Ctitle%3Earrow-d%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23788c51' d='M13,15.26a1.42,1.42,0,0,0,1-.41L25.6,3.27a1.42,1.42,0,0,0,0-2L24.74.41a1.43,1.43,0,0,0-2,0L13,10.13,3.28.43a1.43,1.43,0,0,0-2,0l-.85.85a1.42,1.42,0,0,0,0,2L12,14.84A1.41,1.41,0,0,0,13,15.26Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: ease-in-out .2s;
}
.dropdown-content--title:hover {
	opacity: .7;
}
.dropdown-content--title.open:not(:first-child) {
	margin-top: 15px;
}
.dropdown-content--title.open > span {
	transform: rotate(180deg);
}
.dropdown-content--text {
	margin-bottom: 15px;
}
.dropdown-content--text h2 {
	font-weight: bold;
	font-size: 19px;
}


/*
|--------------------------------------------------------------------------
| CMS > Template > Split Content w/ Background
|--------------------------------------------------------------------------
*/
.split-content {
	padding: 60px 0 40px 0;
}
.split-content.split-content--w-background {
	background-size: cover;
	background-position: center;
}
.split-content--inner {
	display: flex;
}
.split-content--inner > div {
	flex: 1;
	display: flex;
}
.split-content--block {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	text-align: center;
	padding-bottom: 300px;
	overflow: hidden;
	background-color: #fff;
}
.split-content--block--title {
	display: inline-block;
	font-size: 32px;
	text-transform: uppercase;
	margin: 30px 40px 25px 40px;
}
.split-content--block--text {
	padding: 0 40px 20px 40px;
	flex: 1;
}
.split-content--block--social {
	margin-bottom: 25px;
}
.split-content--block--social a {
	padding: 0 5px;
}
.split-content--block__img {
    display: flex;
    background-image: url(/c/images/14/0042818001621423972.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
.split-content--block img {
	max-height: 300px;
	visibility: hidden;
}
.split-content--block a {
	font-weight: bold;
}

.split-content--block > a.button {
	margin-bottom: 25px;
}


/*
|--------------------------------------------------------------------------
| CMS > Template > Plain Content Block
|--------------------------------------------------------------------------
*/
.content-block {
	position: relative;
}
.content-block--inner {
	margin: 0 -30px 0 0;
}
.content-block--inner > * {
	position: relative;
	padding-right: 30px;
	width: 50%;
}

.content-block--text, .content-block--img:not(.content-block--img--full) {
	padding-top: 50px;
	padding-bottom: 50px;
}
.content-block--inner.flex--fd-rr .content-block--text > div {
	float: right;
}
.content-block--text > div {
	width: 560px;
	max-width: 100%;
	height: 100%;
}
.content-block .content-block--title {
	font-size: 35px;
	text-transform: uppercase;
	color: #788c51;
	margin-bottom: 10px;
}
.content-block.bg-primary .content-block--title  {
	color: #fff;
}

.content-block--img > div {
	position: relative;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.content-block--img > div > img {
	visibility: hidden;
}

.content-block--buttons {
	margin-top: 25px;
}


/*
|--------------------------------------------------------------------------
| CMS > Template > News Include Blocks
|--------------------------------------------------------------------------
*/


.news-include--description, .article-list--details {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
}

.news-include--description p, .article-list--details p {
	display: inline;
}

.news-include--description p::after, .article-list--details p::after {
	content: " \A\A";
	white-space: pre;
}

.news-include--title, .article-list--title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-include--inner {
	margin-bottom: 10px;
}
.news-include .spp-title-lg {
	margin-bottom: 40px;
}
.news-include .spp-title-lg .button {
	position: absolute;
	right: 0;
}
.news-include--item {
	text-align: center;
	max-width:300px;
}
.news-include--img {
	max-height: 270px;
}
.news-include--title {
	font-size: 16px;
	color: #788c51;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	padding: 8px;
	border-bottom: 1px solid #788c51;
}
.news-include--info {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 6px;
	margin-bottom: 5px;
}
.news-include--info, .news-include--info > a {
	color: #222!important;
}
.news-include--description {
	margin-bottom: 20px;
}
.news-include--info, .news-include--description {
	font-family: 'Inter', sans-serif;
}




/*
|--------------------------------------------------------------------------
| CMS > Contact Us
|--------------------------------------------------------------------------
*/



/*
|--------------------------------------------------------------------------
| CMS > FAQ
|--------------------------------------------------------------------------
*/
.dd-section {
	padding: 20px 0 0 0;
}

.dd-section--title {
	font-size: 21px;
	color: #222222;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 0;
	padding: 15px 0;
}

li.dd-block {
	border-bottom: 1px solid #e1e1e1;
}

.dd-title {
	display: flex;
	justify-content: space-between;
	align-content: center;
	position: relative;
	color: #788c51;
	font-size: 16px;
	padding: 15px 0;
	cursor: pointer;
	font-weight: 600;
}

.dd-title:after {
	content: '';
	position: relative;
	align-self: center;
	height: 12px;
	width: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.01 15.26'%3E%3Ctitle%3Earrow-d%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23788c51' d='M13,15.26a1.42,1.42,0,0,0,1-.41L25.6,3.27a1.42,1.42,0,0,0,0-2L24.74.41a1.43,1.43,0,0,0-2,0L13,10.13,3.28.43a1.43,1.43,0,0,0-2,0l-.85.85a1.42,1.42,0,0,0,0,2L12,14.84A1.41,1.41,0,0,0,13,15.26Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: ease-in-out .2s;
}

.dd-title.dd-open:after {
	transform: rotate(180deg);
}


.dd-text {
	font-size: 14px;
	padding-bottom: 15px;
}

.dd-title span {
	display: block;
	padding: 0 20px 0 0;
}


/*
|--------------------------------------------------------------------------
| CMS > Category Blocks
|--------------------------------------------------------------------------
*/
.help-cat-page {
	padding: 1px 0;
}
.category-block {
	padding: 205px 0;
}
.category-block--inner {
	background-color: #fff;
	padding-top: 35px;
}
.category-block--main {
	padding: 60px 20px 78px 20px;
}
.category-block--main > a {
	color: #222;
}
.category-block--main > a > svg {
	margin-bottom: 10px;
}
.category-block--bottom {
	padding: 40px 20px;
}
.category-block--bottom a {
	display: flex;
	justify-content: center;
	padding: 0 20px;
	color: #fff;
}
.category-block--bottom a > svg {
	margin-right: 10px;
}


/*
|--------------------------------------------------------------------------
| CMS > Help & Contact Category Blocks
|--------------------------------------------------------------------------
*/
.category-block--item[class^="cb--item--"], .category-block--item[class*="cb--item--"] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 240px;
}
.category-block--item[class^="cb--item--"]::before, .category-block--item[class*="cb--item--"]::before {
	content: '';
	position: relative;
	width: 40px;
	height: 46px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
/*Contact Us Icon*/
.cb--item--5::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 182.02 125.14'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon fill='%23788c51' points='120.66 63.5 182.02 102.3 182.02 23.07 120.66 63.5'/%3E%3Cpolygon fill='%23788c51' points='0 23.07 0 102.3 61.36 63.5 0 23.07'/%3E%3Cpath fill='%23788c51' d='M170.64,0H11.38a11.23,11.23,0,0,0-11,9.68L91,69.42,181.68,9.68A11.23,11.23,0,0,0,170.64,0Z'/%3E%3Cpath fill='%23788c51' d='M110.24,70.37,94.14,81a5.73,5.73,0,0,1-6.26,0L71.78,70.36.36,115.54a11.23,11.23,0,0,0,11,9.6H170.64a11.23,11.23,0,0,0,11-9.6Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/*Delivery & Returns Icon*/
.cb--item--4::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 209.98 207.52'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon fill='%23788c51' points='131.24 36.62 131.24 36.56 170.53 54.16 209.98 39.37 104.99 0 0 39.37 104.99 78.74 144.28 64 104.99 47.81 104.99 47.77 131.24 36.62'/%3E%3Cpath fill='%23788c51' d='M0,52.49V170.61l98.43,36.91V89.41ZM52.49,171,26.25,161.2v-14L52.49,157Z'/%3E%3Cpolygon fill='%23788c51' points='170.61 67.26 170.61 100.13 144.36 109.98 144.36 77.1 111.55 89.41 111.55 207.53 209.98 170.61 209.98 52.49 170.61 67.26'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/*FAQ Icon*/
.cb--item--6::before {
	background-image: url("data:image/svg+xml,%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' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cpath fill='%23788C51' class='st0' d='M9,11H6c0-3,1.6-4,2.7-4.6C9.1,6.2,9.4,6,9.6,5.8c0.5-0.5,0.3-1.2,0.2-1.4C9.5,3.7,8.8,3,7.5,3 C5.4,3,5,4.9,5,5.3L2,4.9C2.2,3.2,3.7,0,7.5,0c2.3,0,4.3,1.3,5.1,3.2c0.7,1.7,0.4,3.5-0.8,4.7c-0.5,0.5-1.1,0.8-1.6,1.1 C9.3,9.5,9,10,9,11z'/%3E%3Cpath fill='%23788C51' d='M9.5,14c0,1.1-0.9,2-2,2s-2-0.9-2-2s0.9-2,2-2S9.5,12.9,9.5,14z'/%3E%3C/svg%3E%0A");
}
/*How to find us Icon*/
.cb--item--3::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 144.33 192.44'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23788c51' d='M72.17,0A72.25,72.25,0,0,0,0,72.17c0,53.24,66.58,116.51,69.42,119.18a4,4,0,0,0,5.49,0c2.84-2.67,69.42-65.94,69.42-119.18A72.25,72.25,0,0,0,72.17,0Zm0,112.26a40.1,40.1,0,1,1,40.09-40.09A40.14,40.14,0,0,1,72.17,112.26Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


/*
|--------------------------------------------------------------------------
| Shop > Tabbed Product List
|--------------------------------------------------------------------------
*/
.product-list-tabs {
	width: 100%;
	margin-bottom: 40px;
}
.product-list-tabs > div {
	display: flex;
	align-items: center;
	flex: 1;
	width: 50%;
	padding: 0 15px;
}
.product-list-tabs > div:first-of-type:not(:last-of-type) {
	justify-content: flex-end;
	text-align: right;
	border-right: 2px solid #788c51;
}
.product-list-tabs > div:first-of-type:last-of-type {
	text-align: center;
}
.product-list-tabs > div > span {
	cursor: pointer;
	transition: ease-in-out .2s;
	font-size: 32px;
	text-transform: uppercase;
	color: #ccc;
}
.product-list-tabs > div:not(.selected) > span:hover {
	color: #a5a5a5;
}
.product-list-tabs > div.selected > span {
	color: #788c51;
	cursor: default;
}
.product-list--tab-item:not(.show) {
	display: none;
}

.product-list--tab-item > form .product-grid {
	display: flex;
	justify-content: center;
}
.product-list--tab-item .product-grid--item {
	width: 25%;
	padding: 0 0 30px 30px;
}


/*
|--------------------------------------------------------------------------
| Shop > Category
|--------------------------------------------------------------------------
*/
.category-main {
	flex: 1;
}

.cat-sidebar {
	width: 272px;
	color: #fff;
}
.sidebar--shop-cats ul {
	margin: 20px 0 20px;
}
.sidebar__header {
	font-size: 21px;
	padding: 10px 20px;
}
.sidebar--shop-cats > ul > li a {
	display: block;
	padding: 5px 20px;
}
.sidebar--shop-cats > ul > li.selected a {
	background-color: #ffffff;
	color: #788c51;
}

.sidebar {
	width: 100%;
	flex-shrink: 0;
}

.sidebar__segment {
	border-bottom: 1px solid #ffffff;
	color: #fff;
}
.sidebar__segment ul.overflow {
	display: none;
	margin-top: -20px;
}
.sidebar__segment .of-toggle {
	margin: 0 0 20px 20px;
	cursor: pointer;
}
.sidebar__segment a {
	color: #fff;
}

.sidebar-content {
	overflow: hidden;
	width: 100%;
}

.category--header {
	padding: 20px 30px;
	min-height: 310px;
}
.search-page .category--header {
	min-height: 150px;
}
.category--header-left {
	padding: 20px 50px;
	max-width: 850px;
}
.category--header h1 {
	font-size: 42px;
	margin: 0;
}
.category-header--text {
	margin-top: 12px;
}

.category--header-img {
	height: 280px;
	min-width: 400px;
	flex: 1;
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}

.view-all-block {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.view-all-block a {
	/* margin-top: -10px; */
	/* padding: 0 10px; */
	display: block;
	width: 100%;
}

.view-all-block a img {
	display: block;
	width: 100%;
}

.view-all-banner {
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Arvo', sans-serif;
	font-size: 18px;
	color: #6D5C4F;
}

.view-all-banner span {
	color: #798C51;
}

/* Category grid */
.category-grid__toggle {
	display: none;
}

.category-grid {
	padding: 20px 30px;
	text-transform: uppercase;
	text-align: center;
}

.category-grid a > div {
	padding: 5px 0;
}

.category-item {}


.prod-list-container {
	padding: 0 30px;
}

.prod-list-container .noProdMsg {
	padding: 25px 0;
}
.search-page .prod-list-container .noProdMsg {
    padding: 25px 50px;
}
.product-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.prod_button, .prod_button_vo {
	position: relative;
	margin-top: 8px;
}
.prod_button:not(.qtyShow) .prod_atb_qty {
	display: none;
}
.prod_atb_qty {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	padding: 15px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px 2px rgba(34,34,34,.25);
}
.prod_atb_qty div, .prod_atb_qty span {
	display: block;
	position: relative;
	z-index: 3
}
.prod_atb_qty div {
	width: 100%;
	color: #222;
	text-align: center;
	margin: -5px 0 5px;
}
.prod_atb_qty span {
	cursor: pointer;
	width: 20%;
	padding: 5px;
	text-align: center;
}
.prod_atb_qty span.no-sel {
    pointer-events: none;
    opacity: .6;
}
.prod_atb_qty span:hover {
	color: #788c51;
    border-color: #788c51!important;
}
.prod_atb_qty span:not(:nth-last-child(-n+5)) {
	border-bottom: 1px solid #222;
}
.prod_atb_qty::before {
	content: '';
	z-index: 2;
	position: absolute;
	left: 0;
	background-color: #fff;
	height: 100%;
	width: 100%;
	bottom: 0;
}
.prod_atb_qty::after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	background-color: #fff;
	box-shadow: 3px 0 10px 2px rgba(34,34,34,.25);
	height: 20px;
	width: 20px;
}

.prod_button, .prod_button_vo {
    padding: 5px 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.prod_button > *, .prod_button_vo > * {
	margin-bottom: 10px;
}
.prod_button .qty-pm {
	margin-right: 10px;
	position: relative;
}
.prod_button .add-to-basket-button {
    padding: 13px 10px 11px 10px;
    min-width: 130px;
	flex: 1;
}

.prod_button .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
}

/*
|--------------------------------------------------------------------------
| 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;
	display: none;
}

.filters__title svg {
	display: none;
	flex-shrink: 0;
	fill: #666;
	width: 11px;
	height: 7px;
}

#mbl-filters, .filter-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 20px;
	cursor: pointer;
}

#mbl-filters span, .filter-title span {
	display: block;
	position: relative;
	flex: 1;
}

.filter-title svg {
	width: 17px;
	height: 10px;
	flex-shrink: 0;
	fill: #ffffff;
}

.filter-open .filter-title svg {
	transform: rotate(-180deg)
}

.filter ul {
	padding: 0 20px 15px;
}

.filter--links a {
	position: relative;
	padding: 5px 0;
	font-size: 12px;
	display: flex;
	align-items: center;
	color: #fff;
}
.filter--links a:hover {
	background-color: rgba(0,0,0,.2);
}

.filter--links a:before {
	content: '';
	position: relative;
	margin-right: 10px;
	height: 14px;
	width: 14px;
	background-color: #fff;
}


.filter--links .filter-selected a:before {
	background: url(/images/style/stef/icon-tick-2x.png) no-repeat center center #222;
	background-size: 10px 8px;
	border: none;
}

#slider-range.ui-widget-content {
	background-color: #ffffff;
	height: 8px;
	border: 1px solid #e7e7e7;
	margin: 5px 8px 0;
}

#slider-range .ui-widget-header {
	background-color: #fff;
	/*transition: left 300ms ease, width 300ms ease;*/
}

#slider-range .ui-slider-handle {
	height: 14px;
	width: 14px;
	border-radius: 14px;
	background-color: #788c51;
	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(/images/style/stef/icon-swatch-tick.png) no-repeat center right 8px;
}

.filter-swatch.sel .filter-swatch--inner {
	background-color: #1e1e1e;
	background: url(/images/style/stef/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);
}


/*
|--------------------------------------------------------------------------
| Shop > Navtrail
|--------------------------------------------------------------------------
*/
.shop--navtrail {
}

.shop--navtrail .breadcrumb-trail {
	max-width: 60%;
	float: left;
}

.shop-sorting {
	padding: 15px 30px;
}
.sort-by-container {
	display: flex;
	justify-content: space-between;
}

.sort-by {
	position: relative;
	background: #ffffff;
}

.sort-by label {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	font-size: 12px;
	text-transform: uppercase;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__rendered,
.sort-by .select2-container .select2-selection--single {
	height: 48px;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	width: 12px;
	right: 15px;
	background: url(/images/style/stef/arrow-d-dark.svg) no-repeat center center;
}

.sort-by .select2-selection__arrow b {
	display: none;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 12px;
	padding: 17px 40px 17px 75px;
	color: #788c51;
	text-transform: uppercase;
}

.sort-by .select2-container--default .select2-selection--single {
	background-color: transparent;
}

.shop-sorting .addthis_button {
	display: flex;
	align-items: center;
	height: 100%;
	background-color: #788c51;
	position: relative;
	font-size: 12px;
}
.shop-sorting .addthis_button::after {
	content: '';
	position: relative;
	margin-left: 10px;
	height: 12px;
	width: 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.01 15.26'%3E%3Ctitle%3Earrow-d%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23fff' d='M13,15.26a1.42,1.42,0,0,0,1-.41L25.6,3.27a1.42,1.42,0,0,0,0-2L24.74.41a1.43,1.43,0,0,0-2,0L13,10.13,3.28.43a1.43,1.43,0,0,0-2,0l-.85.85a1.42,1.42,0,0,0,0,2L12,14.84A1.41,1.41,0,0,0,13,15.26Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display
|--------------------------------------------------------------------------
*/
.product-grid {
	margin-left:-15px;
}

.product-grid--item {
	padding: 0 0 15px 15px;
}

.product-inner--image {

}

.product-image__link,
.product-inner--image img {
	display: block;
	width: 100%;
}

.product-inner--image img {
	border: 1px solid #e9e9e9;
}

.product-grid--item-inner {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}

.product-inner--titles {
	padding: 10px;
	border-bottom: 1px solid #788c51;
	font-size: 16px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-inner--title,
.product-inner--subtitle,
.product-inner--row {
	color: #222;
}

.product-inner--subtitle {
	font-size: 13px;
}

.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 {
	font-weight: 700;
}

.product-price-web {
	font-size: 18px;
	color: #1e1e1e;
}

.product-price-rrp {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	color: #929292;
}

.prod-price-pkg {
    font-size: 11px;
    font-weight: 400;
}

.product-inner-row {
	padding: 5px 10px 0;
}

.on-offer-badge {
	position: absolute;
	top: 10px; left: 10px;
	width: 56px;
	height: 56px;
	border-radius: 28px;
	background-color: #6d5c4f;
	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;
}


.on-offer-badge + .frozen-badge {
	left: auto;right: 10px;
}

.frozen-badge {
	position: absolute;
	top: 10px;left: 10px;
}

.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: 5px;
	right: 5px;
	width: 100%;
	height: 24px;
	overflow: hidden;
	z-index: 20;
	opacity: 0;
	transition: transform 300ms ease;
}

.product-overlay-top {
	position: absolute;
	color: #c0bfbf;
	height: 34px;
	top: 0;	right: 0; left: 0;
	z-index: 999;
}

.product-overlay-top--button {
	float: left;
	background-color: #788c51;
	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: #440000;
}

.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
|--------------------------------------------------------------------------
*/
.modal {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 100;
}

.modal--inner {
	width: 100%;
	max-width: 1100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #e7e7e7;
	-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;
}

.modal--open .modal--inner {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal--close {
	position: absolute;
	top: -55px;
	right: 0;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transform: translateY(30px);
	transition: transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
}

.modal--open .modal--close {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}


.modal--backdrop {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.85);
	transition: background-color 300ms ease;
}

.modal--backdrop:hover {
	cursor: pointer;
}

.modal--inner {
	transition: opacity 300ms ease;
}

.modal--content {
	overflow: hidden;
}

.modal--image {
	float: right;
}

.modal--image img {
	width: 100%;
}

.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: #6d5c4f;
	font-weight: 700;
	font-size: 13px;
}

.listing--points span {
	color: #1e1e1e;
}

.listing-pricebreaks {
	width: 100%;
}

.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;
}

.modal--button {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.modal--button-details {
	background-color: #b34834;
	font-size: 12px;
}

.modal-overview--cont {
	padding: 30px 30px 0;
}

.modal-overview {
	height: 510px;
	width: 420px;
	padding: 0 0 124px 0;
	overflow: scroll;
}

.modal-action {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 420px;
}

.modal--view-full-details {
	display: block;
	width: 100%;
	background-color: #01a4cd;
	color: #fff;
	padding: 11px 10px;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
}

.modal--view-full-details:hover {
	background-color: #0284a5;
	color: #fff;
}



/*
|--------------------------------------------------------------------------
| Listing
|--------------------------------------------------------------------------
*/
.listing-page {

}
.listing-header--top {
	padding: 10px;
}
.listing-header--top .breadcrumb-trail {
	margin-bottom: 0;
	font-size: 12px;
}
.listing-page .addthis_button {
	font-size: 11px;
}
.listing-header h1 {
	font-size: 37px;
	margin: 0;
}

.listing-side {
	position: relative;
	float: right;
	z-index: 2;
	flex: 1;
	width: 600px;
}

.listing-main {
	position: relative;
	width: 650px;
	float: left;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.listing-side--inner {
	position: relative;
	width: 100%;
	float: right;
}

.listing-main--inner {
	width: 100%;
	float: left;
}

.listing-page .listing-overview--top-inner {
    align-items: center;
    margin-bottom: 20px;
    margin: 0 -20px 0 0;
}
.listing-page .listing-overview--top-inner > * {
    padding: 0 20px 20px 0;
}

.overlay .listing-overview {
	/* padding: 20px; */
}

.overlay .listing-overview--top-inner {
	padding: 0 0 15px 0;
}
.overlay .listing-overview--top--titles > .button {
    margin: 10px 0 20px;
}
.overlay .listing-overview .listing-buy {
    margin: 10px 0 -10px 0;
	flex-wrap: wrap;
}
.overlay .listing-overview .listing-buy > * {
    margin-bottom: 10px;
}
.overlay .listing-overview .listing-buy > .qty-pm {
	margin-right: 15px;
}
.overlay .listing-overview .listing-buy > .add-to-basket-button {
    border: 1px solid #FFF;
    padding: 12px 20px;
	flex: 1;
    min-width: 158px;
}
.overlay .listing-overview .listing-notify {
    margin: 15px 0 -15px;
}
.overlay .listing-overview .listing-notify > .button {
    background-color: transparent;
    border: 1px solid #FFF;
    width: 100%;
}
.overlay .listing-overview .listing-price--outer {
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    color: #FFF;
}
.listing-overlay--options {
    max-height: 250px;
    margin-right: 0px;
    overflow: auto;
}
.listing-overlay--options .grid--10 {
	margin: 0 0 0 -10px;
}
.listing-overlay--options .grid--10 > * {
	padding: 0 0 10px 10px;
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #FFF;
}
::-webkit-scrollbar-thumb {
	background: #bcbcbc;
	border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover {
	background: #a3a3a3;
}
.overlay .listing-overlay--options .options_text {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .05em;
}
.overlay .listing-overview .button.heart {
    margin-right: 15px;
}
.overlay .listing-overview .listing-sub-discount {
    color: #FFF;
    margin-bottom: 8px;
    display: block;
}

.layout-2-set .layout-1-el {
	display: none;
}
.layout-cont:not(.layout-2-set) .layout-2-el {
	display: none;
}
.overlay .layout-2-set .button.heart {
	margin-right: 0;
}

/* New style subscriptions */

.subs-olay-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.subs-olay-btns > .button {
	margin-right: 10px;
}

.account-section--row {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
}

.account-section--row:first-child {
	padding-top: 0;
}

.account-section--row:last-child {
	padding-bottom: 0;
	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-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: 20px; */
	padding-top: 15px;
	font-size: 13px;
}

.account-subs--row {
	padding: 0 0 4px;
}

.account-subs--row:last-child {
	padding-bottom: 0;
}

.account-subs--action > .button {
	margin-right: 5px;
}


.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: #019cc2;
}

.subs-olay--list-item--checkbox {
	border-radius: 3px;
	overflow: hidden;
}

.subs-olay--list-item input[type="checkbox"]:checked + label .subs-olay--list-item--checkbox {
	border-color: #019cc2;
}

.subs-olay--list-item--checkbox:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 444.2 444.2' fill='white' xml:space='preserve'%3E%3Cpath d='M161.1 437c-13.7 0-26.8-6-35.8-16.5L12 288.4c-17-19.8-14.7-49.6 5.1-66.5 19.8-17 49.6-14.7 66.5 5.1l74 86.4 234-282.2c36.2-50.7 74.1-22.6 37.8 28.3l-230 357.8c-8.4 11.8-21.8 19.1-36.3 19.7h-2z'/%3E%3C/svg%3E");
	background-size: 7px auto;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0; left: 0;
	width: 14px;
	height: 14px;
    border-radius: 0;
}

.subs-olay--margin {
	margin: 5px 0 0 0;
}.account-subs--prod-opts {
	margin: 0 0 6px;
}

.account-subs--prod-opt {
	font-size: 13px;
	color: #2b2b2b;
}

.account-subs--prod-opt .opt-label {
	color: #adadad;
	margin: 0 4px 0 0 ;
}

.account-subs--prod-opt .opt-value {
	margin: 0 16px 0 0;
}

.account-subs--stock-status {
	font-size: 12px;
}

.account-subs--prod-details {
	border-right: 1px solid #e9e9e9;
	padding: 0 10px 0 20px;
}

.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;
	background-color: #fff;
	border-radius: 15px;
}

.account-section--value.preferred .sub-sel {
	font-weight: 600;
}

.account-section--value.preferred .sub-sel:after {
	content: '';
	position: absolute;
	left: 3px; top: 50%;
	transform: translateY(-50%);
	height: 9px;
	width: 9px;
	border-radius: 9px;
	background-color: #019cc2;
}

.account-subs--action {
	align-items: flex-start;
}

.account-subs--action .button {
	margin: 0 5px 0 0;
}

.subs-olay--list-item input[type="radio"],
.subs-olay--list-item input[type="checkbox"] {
	display: none;
}

.subs-olay--list-item--radio,
.subs-olay--list-item--checkbox {
	display: inline-block;
	position: relative;
    height: 15px;
    width: 15px;
    border: 1px solid #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: #019cc2;
}

.subs-olay--list-item--checkbox {
	border-radius: 3px;
	overflow: hidden;
}

.subs-olay--list-item input[type="checkbox"]:checked + label .subs-olay--list-item--checkbox {
	border-color: #019cc2;
}

.subs-olay--list-item--checkbox:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 444.2 444.2' fill='white' xml:space='preserve'%3E%3Cpath d='M161.1 437c-13.7 0-26.8-6-35.8-16.5L12 288.4c-17-19.8-14.7-49.6 5.1-66.5 19.8-17 49.6-14.7 66.5 5.1l74 86.4 234-282.2c36.2-50.7 74.1-22.6 37.8 28.3l-230 357.8c-8.4 11.8-21.8 19.1-36.3 19.7h-2z'/%3E%3C/svg%3E");
	background-size: 7px auto;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0; left: 0;
	width: 13px;
	height: 13px;
    border-radius: 0;
}

.subs-olay .account-heading {
    margin: -30px -30px 30px -30px;
	display: block;
}




.listing-sub-hidden {
	display: none;
}

.listing-content {
	/* padding: 20px; */
	background-color: #697B3F;
}

.listing-content.active {
	background-color: #7B8C54;
}

.listing-radio-switch-content {
	padding: 20px;
	padding-top: 0;
}

.no-sub.listing-radio-switch-content {
	padding-top: 20px;
}

.listing-radio-switch--container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-bottom: 15px;
}
.listing-radio-switch {
    display: flex;
    width: auto;
    padding-left: 15px;
    align-items: center;
}
.listing-radio-switch label {
    color: #FFF;
    font-family: Arvo;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.036em;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
    flex: 1;
}

.listing-qty-status {
	flex: 1;
}

.listing-action-bar {
	margin-bottom: 10px;
}

.add-to-basket-button {
	width: 100%;
}

.listing-price-sublabel {
	color: #FFF;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.listing-price + .listing-price {
	margin-left: 20px;
	border-left: 1px solid #fff;
	padding-left: 10px;
}

.listing-price {
	font-size: 28px;
}

.listing-sub-price-container {
	display: flex;
}

.listing-option-spacing {
	padding: 15px 20px 0;
}




.listing-details {

}

.listing-shortdesc {
	margin-bottom: 15px;
}

.form-options {
	position: relative;
	padding: 0 0 15px 0;
	z-index: 1;
}
.listing-side .form-options {
	padding-bottom: 0;
}

.listing-price {
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}

.price-pkg {
    font-size: 15px;
}

.listing-rrp,
.listing-save {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	color: #f6e8cb;
}

.listing-save {
	/*color: #51ac5c;*/
	text-decoration: none;
}

.rating-star {
	width: 15px;
	height: 15px;
	margin: 0 1px;
}

.rating-star svg {
	width: 15px;
	height: 15px;
}

.listing-rating .rating-star, .listing-rating .rating-star svg {
	width: 18px;
	height: 18px;
}

.rating-star svg {
	fill: #d6bd8d;
}
#listingReviewStarRating {
	margin-right: 10px;
}
#listingReviewStarRating .rating-star:not(.rating-star--empty) svg {
	fill: #788c51!important;
}

.listingPoints {
	margin-left: 10px;
}


.rating-star--empty svg {
	fill: #fff;
    opacity: .65;
}

.listing-comments .input-label {
	color: #788c51;
	font-size: 14px;
}

.listing-comments .ff-inter{
	padding-top: 10px;
	color: #788c51;
}

.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(/images/style/stef/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-side--under {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0;
}
.listing-side--under > span:not(:last-of-type) {
	margin-right: 12px;
}
.listing-side--under, .listing-side--under > span a {
	color: #737373;
}

.listing--information-section {
	padding: 30px 0;
}
.listing--section-header {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #788c51;
	margin-bottom: 20px;
}
.listing--full-description {
	min-width: 650px;
}
.listing--full-description, p.text-center {
	text-align: left;
}
.listing--full-description > div table {
    background-color: #e1e1e1;
    display: table;
    width: 100%;
    margin-bottom: 15px;
    margin-top: -5px;
}
.listing--full-description > div table tr:nth-child(odd) {
    background-color: #cfcfcf;
}

.listing--full-description > div table tr {
    border-bottom: 1px solid #fff;
}
.listing--full-description > div table td {
    border-right: 1px solid #fff;
    padding: 8px 10px;
}
.listing--full-description > div table td:first-child {
    font-weight: 600;
}
.listing--additional-info table td {
	padding-bottom: 10px;
}
.listing--additional-info table td:first-of-type {
	vertical-align: top;
	padding-right: 10px;
}

.listing--reviews__header {
	position: relative;
	font-size: 16px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	background: #6d5c4f;
	padding: 8px;
}
.listing--reviews__header::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #6d5c4f;
}


.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: #6d5c4f;
}

.listing-deadline--date {
	font-size: 19px;
	color: #1e1e1e;
}

.pulse-animation {
/*
	-webkit-animation: pulse 1s infinite;
	-moz-animation: pulse 1s infinite;
	-o-animation: pulse 1s infinite;
	animation: pulse 1s infinite;
*/
}

.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: #6d5c4f;
	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 {
	position: absolute;
	top: 15px;
	right: 15px;
}

.listing-image__link {
	display: block;
	position: relative;
}

.listing-image__img {
	display: block;
}

.listing-image__link:hover .listing-image__zoom__svg {
	height: 40px;
	width: 40px;
}

.listing-image__zoom {
	position: absolute;
	height: 50px;
	width: 50px;
	bottom: 30px;
	left: 30px;
	display: none;
}

.listing-image__zoom__svg {
	fill: #6d5c4f;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 35px;
	width: 35px;
	transition: height 200ms ease, width 200ms ease;
	transform: translate(-50%, -50%);
}

.listing-side--br {
	/* padding-top: 18px; */
}

.product-inner-row .stock-pending + .nextStockDue {
	color: #fcab3e;
	font-size: 11px;
	font-weight: 700;
}


.listing-side .stock {
	/* text-align: right; */
}
.listing-side .stock-status {
	 font-size: 12px;
	 font-weight: 400;
	 color: #3b4528;
}

.stock-listing {
	text-align: left;
	color: #fff;
}

.stock-listing .stock-status {
	color: #fff !important;
}

.listing-qty-status > .input {
	margin-bottom: 0;
}

.listing-qty-status {
	/* margin-bottom: 10px; */
}


.delivery-info--link a span {
	font-size: 12px;
	text-transform: uppercase;
	margin:  2px 10px 0 5px;
}

.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;
	display: flex;
	flex-wrap: wrap;
}

.options_container_radio > .options_text {
	width: 100%;
	color: #fff;
}

.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: #6d5c4f;
}

.option-radio__inner {
	background: rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    display: flex;
    cursor: pointer;
    color: #FFF;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.option-radio__inner input {
	display: none;
}

.opt_radio {
	width:initial;
	vertical-align: middle;
    margin: 0 6px .25em 10px;
}

.options_text {
	color: #666666;
	padding: 0 0 6px;
	font-weight: 700;
}

#listing_options .input:not(:last-of-type) {
	margin-bottom: 5px;
}
#listing_options .input:last-of-type {
	 margin-bottom: 10px;
}
#listing_options .input *, .listing-page .input-qty * {
	border-color: #ffffff;
}
#listing_options .input .select2-selection__arrow, .listing-page .input-qty .select2-selection__arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.01 15.26'%3E%3Ctitle%3Earrow-d%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23222222' d='M13,15.26a1.42,1.42,0,0,0,1-.41L25.6,3.27a1.42,1.42,0,0,0,0-2L24.74.41a1.43,1.43,0,0,0-2,0L13,10.13,3.28.43a1.43,1.43,0,0,0-2,0l-.85.85a1.42,1.42,0,0,0,0,2L12,14.84A1.41,1.41,0,0,0,13,15.26Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
}
#listing_options .input .select2-selection__arrow {
	height: 30px;
	bottom: 0;
	top: unset;
}
#listing_options .input .select2-selection__arrow b, .listing-page .input-qty .select2-selection__arrow b {
	border: 0!important;
}
.listing-page .input-qty .select2-selection__rendered {
	padding: 4px 50px 4px 40px!important;
	font-weight: bold;
}
.listing-page .input-qty .input-label {
	text-align: left;
}
.listing-page .input-qty .select2-basic--container {
	height: 28px;
}
.input:not(.label-none) .options_text {
	position: absolute;
	top: 6px;
	left: 10px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}


.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 5px 4px;
	display: block;
	width: 35px;
	height: 30px;
	padding: 0;
	background-image: url(/images/style/stef/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);
	background-color: transparent;
}

.listing-swatches {
	display: flex;
	flex-wrap: wrap;
}

.listing-swatch {
	padding: 0 2px 2px 0;
	width: 10%
}

.listing-swatch__inner {
	position: relative;
	height: 0;
	padding: 0 0 100% 0;
	cursor: pointer;
	overflow: hidden;
}

.listing-swatch__content {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	border: 2px solid rgba(0,0,0,0.2);
	background-repeat: no-repeat;
	background-size: cover;
}

.listing-swatch.sel .listing-swatch__content,
.listing-swatch__inner:hover .listing-swatch__content {
	border: 3px solid #2d2d2d;
}

.listing-notify .button {
	margin-bottom:15px;
}

.listing-comments-response {
	background-color: #e7e7e7;
	margin: 15px 0 0 0;
	padding: 20px;
}


/*
|--------------------------------------------------------------------------
| Listing > Thumbnails
|--------------------------------------------------------------------------
*/
.listing-thumbnails {
	position: relative;
	padding: 4px 0 0 0;
}

.listing-thumbnails.has-arrows .listing-thumbnails--slider {
	padding: 0 44px;
}

.listing-thumbnail {
	margin: 0 2px;
}

.listing-thumbnail--link {
	display: block;
}

.listing-thumbnails .slick-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 40px;
	background: #788c51;
	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(/images/style/stef/icon-chevron-right.png) no-repeat center center;
	transition: opacity 300ms ease;
}

.listing-thumbnails .slick-prev:after {
	background: url(/images/style/stef/icon-chevron-left.png) no-repeat center center;
}

.listing-thumbnails .slick-disabled {
	background-color: #c2c2c2;
	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--additional-info--text {
	margin-bottom: 40px;
}
.listing-comments-form {
	padding: 25px 25px 15px;
	background-color: #f7f3eb;
}

.listing-comments-title {
	font-weight: 700;
	font-size: 21px;
	color: #fff;
	float: left;
	display: none;
}

.listing-comment:first-child {
	border-top: 1px solid #fff;
}

.listing-comment {
	padding: 25px;
	border: 1px solid #fff;
	border-top: none;
	font-family: 'Inter', sans-serif;
}

.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:#d6bd8d!important;
}

.listing-comment-author {
	float: left;
	font-weight: 700;
	text-transform: uppercase;
}

.listing-review-stars {
	float: right;
	display: flex;
}



/*
|--------------------------------------------------------------------------
| Listing > Related
|--------------------------------------------------------------------------
*/
.listing-related {
	margin-top: 50px;
	padding: 40px 0 50px 0;
}

.listing-related--title {
	display: block;
	text-align: center;
	margin: 0;
	color: #fff;
	padding: 0 20px;
}

.listing-related--products {
	padding-top: 20px;
}
.listing-related--products .product-grid {
	margin-left: -25px;
}
.listing-related--products .product-grid--item {
	width: 25%;
	padding: 0 0 25px 25px;
}
.listing-related .prod_button {
	border: 1px solid #fff;
}



/*
|--------------------------------------------------------------------------
| 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;
	background-color: rgba(102, 102, 102, 0.85);
	z-index: 100;
}

.overlay-hide {
	display: none !important;
}

.overlay-personalise {
	background-color: rgba(0, 0, 0, 0.85);
}

.overlay.open {
	display: block;
}

.overlay--close {
	position: absolute;
	top: -30px;
	right: 0;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
	transition: transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
}

@-webkit-keyframes overlayEntrance {
  0%   { -webkit-transform: translate(-50%, -50%) rotateX(70deg) scale(0.7); transform: translate(-50%, -50%) rotateX(70deg) scale(0.7); opacity: 0; }
  80%   { -webkit-transform: translate(-50%, -50%) scale(1.04); transform: translate(-50%, -50%) scale(1.04); }
  90%   { -webkit-transform: translate(-50%, -50%) scale(0.98); transform: translate(-50%, -50%) scale(0.98); }
  100% { -webkit-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); opacity: 1; }
}

@keyframes overlayEntrance {
  0%   { -webkit-transform: translate(-50%, -50%) rotateX(70deg) scale(0.7); transform: translate(-50%, -50%) rotateX(70deg) scale(0.7); opacity: 0; }
  80%   { -webkit-transform: translate(-50%, -50%) scale(1.04); transform: translate(-50%, -50%) scale(1.04); }
  90%   { -webkit-transform: translate(-50%, -50%) scale(0.98); transform: translate(-50%, -50%) scale(0.98); }
  100% { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 1; }
}

@keyframes overlayEntranceNotVerticallyCentered {
  0%   { -webkit-transform: translateX(-50%) rotateX(70deg) scale(0.7); transform: translateX(-50%) rotateX(70deg) scale(0.7); opacity: 0; }
  80%   { -webkit-transform: translateX(-50%) scale(1.04); transform: translateX(-50%) scale(1.04); }
  90%   { -webkit-transform: translateX(-50%) scale(0.98); transform: translateX(-50%) scale(0.98); }
  100% { -webkit-transform: translateX(-50%); transform: translateX(-50%); opacity: 1; }
}

.overlay--inner {
	position: absolute;
	top: 50%; left: 50%;
	width: 100%;
	max-width: 446px;
	padding: 20px;
	background-color: #fff;
	transition: all 1s cubic-bezier(0.25, 0, 0.25, 1.75);
	border-radius: 2px;
}

.overlay__blue .overlay--inner {
	background-color: #440000;
}

.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--title {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #222;
}

.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: 6px 8px;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #fff;
	text-align: left;
	font-size: 13px;
	color: #1e1e1e;
}

.overlay--text-input {
	height: 120px;
}

.overlay--form {
	padding: 20px 0 0 0;
}

#ask-a-question,
#bulk {
	cursor: pointer;
}

.overlay--text {
	text-align: center;
	color: #222;
	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-wishlist.overlay .overlay--inner {
	padding: 20px;
}

/*
|--------------------------------------------------------------------------
| Compare
|--------------------------------------------------------------------------
*/
.compare-table--row {
	display: table-row;
	position: relative;
	font-weight: 700;
	color: #fff;
}

/*.compare-table--row:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: -moz-linear-gradient(top, rgba(213,86,62,0) 1%, rgba(54,22,16,0) 75%, rgba(0,0,0,0.2) 100%);
	background: -webkit-linear-gradient(top, rgba(213,86,62,0) 1%,rgba(54,22,16,0) 75%,rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to bottom, rgba(213,86,62,0) 1%,rgba(54,22,16,0) 75%,rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006d5c4f', endColorstr='#33000000',GradientType=0 );
}*/

.compare-table--cell {
	display: table-cell;
	padding: 15px;
	background-color: #6d5c4f;
	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-size: 18px;
	color: #788c51;
	padding: 0 0 15px 0;
	font-family: 'Arvo', sans-serif;
}

.postcode_methods.button {
	color: #fff;
	background-color: #6d5c4f;
	font-size: 13px;
	padding: 8px;
	font-family: 'Inter', sans-serif!important;
}
.postcode_methods.button:hover {
	background-color: #51443a;
}

.cart-segment {
	border: 1px solid #e9e9e9;
	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: 788px;
	flex: 1;
}

.cart-option--images-cont {
    padding: 18px 0 12px;
}

.cart-option--image-cont {
    position: relative;
    display: inline-block;
	padding-left: 12px;
	background-image: url(/images/style/stef/plus.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 8px 8px;
}

.cart-option--image {
    border: 1px solid #efefef;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
}

.cart-option--image img {
	max-height: 100%;
}

.cart-option--image-text {
    display: none;
    position: absolute;
	bottom: calc(100% + 10px);
	text-align: center;
	width: 250px;
	left: -88px;
	color: #fff;
}

.cart-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;
}

.cart-option--image-text-inner {
    padding: 7px 15px 5px;
	font-size: 13px;
	display: inline-block;
	background: #2d2d2d;
}

.cart-option--image-text span {
    display: block;
	padding-bottom: 3px;
	color: #fec800;
}

.cart-option--image-cont:hover .cart-option--image-text {
    display: block;
}

.cart-option--image-qty {
    position: absolute;
    background: #06387f;
    font-size: 10px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    right: 0;
	color: #fff;
}

.basket-promo--text {
	padding: 12px 0;
}

.basket-promo--text p,
.basket-promo--text {
	color: #788c51;
	font-size: 14px;
}

/*
|--------------------------------------------------------------------------
| Basket > Side
|--------------------------------------------------------------------------
*/
.cart-side {
	width: 410px;
	padding: 0 0 0 40px;
}

.cart-side--option {
	font-size: 13px;
	font-weight: 700;
	border: 1px 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(/images/style/stef/icon-gift-white.png);
}

.cart-side--option-inner {
	display: none;
	padding: 0 20px 20px 20px;
}



/*
|--------------------------------------------------------------------------
| Basket > Totals
|--------------------------------------------------------------------------
*/
.cart-totals {
	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 );
	font-weight: 700;
	color: #666666;
	border-top:none;
	text-transform: uppercase;
}

.cart-totals .dbl {
	display: flex;
	flex-direction: column;
}
.cart-totals .dblr {
	display: flex;
}

.cart-totals .dblc {
	padding: 4px 0;
}
.cart-totals .dblc.cart-total--label {
	flex: 1;
}

.cart-total--price {
	text-align: right;
}


.dblr:not(.cart-total) {
	font-size: 13px;
	color: #788c51;
	font-weight: normal;
}

.cart-total {
	color: #1e1e1e;
	font-weight: 700;
	font-size: 20px;
}
.cart-total.cart-total__smaller, .cart-total.deposit-total-pay {
	font-size: 16px;
}

.cart-totals #checkout.button {
	margin-top: 10px;
}

.cart-side--delivery-option {
	background-color: #e7e7e7;
	font-weight: 700;
	color: #1e1e1e;
	padding: 15px;
	margin-top:2px;
	transition: padding 300ms ease;
	cursor: pointer;
}

.cart-side--delivery-option:hover {
	padding: 15px 20px;
}

.cart-side--delivery-option.sel {
	background-color: #afafaf;
	color: #fff;
}

.cart-side--delivery-option.sel span {
	color: #fff;
}

.cart-side--delivery-option strong {
	font-size: 13px;
	display: block;
}

.cart-side--delivery-option span {
	display: block;
	font-size: 11px;
}

.cart-side--delivery-option span {
	color: #666666;
}

span.cart-side--delivery-cost,
span.cart-side--delivery-cost--original {
	float: right;
	font-weight: 700;
	color: #1e1e1e;
}

span.cart-side--delivery-cost--original {
	text-decoration: line-through;
	padding-right: 8px;
	font-weight: normal;
}

.cart-side--delivery-options > strong {
	display: block;
	color: #788c51;
	font-size: 12px;
	padding: 5px;
}

input.paypal-checkout {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 10px 115px;
	margin: 2px auto 0 auto;
	background-color: #019dc3;
	background-size: 90px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -2000px;
}
input.paypal-checkout:hover {
	background-color: #028aab;
}


.cart-overview-totals .dblr:not(.cart-total) {
	color: #666;
	font-weight: 700;
	font-size: 14px;
}



/*
|--------------------------------------------------------------------------
| Basket > Items
|--------------------------------------------------------------------------
*/
.basket-page {
	padding: 80px 0 60px;
}
.cart-items {
	width: 100%;
	padding: 15px;
	position: relative;
}

.cart-item {
	position: relative;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
}

.cart-item:last-child {
	border-bottom: 0;
	margin:0;
	padding:0;
}

.cart-item-image {
	width: 130px;
	margin: 0 0 25px 0;
}

.cart-item-image a {
	border: 1px solid #e7e7e7;
}

.cart-item:last-child .cart-item-image {
	margin:0;
}

.cart-item-content {
	padding: 0 90px 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 15px;
}

.cart-item-title a {
	font-weight: 400;
	font-size: 16px;
	color: #788c51;
	font-family: 'Arvo', sans-serif;
	margin-bottom: 5px;
}

.cart-item-content .label-inline {
	width: 85px;
	margin: 0 10px 0 0;
}

.cart-item-right {
	width:110px;
	position: absolute;
	top: 0; right: 0; bottom: 0;
	float: right;
	text-align: right;
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	text-align: right;
}

.cart-item-price {
	font-weight: 700;
	font-size: 21px;
	color: #2b2b2b;
}

.cart-item-stock-cont {

}

.cart-item-title {
	display: block;
}
.cart-item-unitprice, .cart-item-option {
	color: #222;
	font-size: 12px;
	margin-bottom: 10px;
}

.cart-item-stock.stock-status {
	background-size: 14px auto;
}

.cart-item-stock {
	font-size: 12px;
    background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
	padding: 2px 0 2px 20px;
}

.cart-item-stock.in-stock {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill-rule='evenodd' fill='%23249a4b' d='M5.52 10.38L2.33 7.1.58 8.91l4.2 4.3.77.8L17.42 1.82 15.63 0 5.53 10.38z'/%3E%3C/svg%3E");
	color: #249a4b;
}

.cart-item-stock.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;
}

.cart-item-stock.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;
}

.listing-qty-status .stock-status {
	padding-left: 15px;
}

.listing-qty-status .stock-pending {
	padding-left: 0;
}

.cart-item-stock-cross-amber {
	background-image: url(/images/style/stef/icon-cross-amber.png);
}

.cart-item-stock-van-green {
	background-image: url(/images/style/stef/icon-dispatch-van-green.png);
}

.cart-item-stock-warning {
	background-image: url(/images/style/stef/icon-cart-warning.png);
	color: #9c6211;
}

.cart-item-stock-van-orange {
	background-image: url(/images/style/stef/icon-dispatch-van-orange.png);
}

.cart-item-stock-box {
	background-image: url(/images/style/stef/icon-dispatch-box-orange.png);
}

#cart--vat-declaration-details {
	display:none;
}

.cart_qty_input.input.label-inline input[type="tel"],
.cart_qty_input.input.label-inline input[type="number"] {
	padding: 4px 8px 4px 45px;
}
.cart_qty_input.label-inline .input-label {
	width: 50px;
	padding: 0;
}

.remove {
	background: url(/images/style/stef/cart-remove.png) left center no-repeat;
	padding: 0 0 0 15px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	color: #b52025;
	font-family: 'Inter', sans-serif;
}

.cart-item-right .remove, .cart-item-right .button-small {
	position: absolute;
	bottom: 25px;
	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;
}

.cart-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: #788c51;
}
 .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: #788c51;
}
 .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: #788c51;
}
 .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #788c51;
	background-color: #788c51;
    font-weight: bold;
    color: #fff!important;
}
 .ui-datepicker td a {
	text-align: center;
}
 .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	background-color: #788c51;
	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(/images/style/stef/icon-chevron-left.png) no-repeat center center;
	margin: 0;
}
 .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border-color: #019cc2;
}
 .ui-datepicker .ui-datepicker-next .ui-icon {
	background-image: url(/images/style/stef/icon-chevron-right.png);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #6d5c4f;
}



/*
|--------------------------------------------------------------------------
| Brands
|--------------------------------------------------------------------------
*/
.brand-list-page {
	padding: 50px 0;
}
.brand-letters--grid {
	margin: 0 -1px 0 0;
	padding: 20px 0 50px 0;
}

.brand-letter {
	text-align: center;
	width: 3.703703703703704%;
	float: left;
	padding: 0 1px 0 1px;
}

.brand-letter.disabled {
	opacity: 0.4;
}

.brand-letter.disabled .brand-letter--inner {
	cursor: not-allowed;
}

.brand-letter.disabled .brand-letter--inner:hover {

}

.brand-letter--inner {
	display: block;
	color: #fff;
	background-color: #788c51;
	font-weight: 200;
	font-size: 21px;
	padding: 8px 0;
	cursor: pointer;
}

.brand-letter--inner.sel,
.brand-letter--inner:hover {
	background-color: #6d5c4f;
	color: #fff;
}

.brands-list {
	padding: 0 30px;
	margin-right: -10px;
}
.brands-list--item {
	text-align: center;
	width: 10%;
	float: left;
	padding: 0 10px 10px 0;
	height: 175px;
}

.brands-list--letter {
	position: relative;
	color: #788c51;
	font-weight: 700;
	font-size: 60px;
}

.brands-list--letter .brands-list--inner {
	border: 2px solid #788c51;
}

.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: 100%;
}

.brands-list--image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-color: #fff;
	border: 2px solid #788c51;
}

.brands-list--image img {
	visibility: hidden;
}

.brands-list--text {
	position: absolute;
	right: 0; bottom: 0; left: 0 ;
	background-color: #e7e7e7;
	font-weight: 700;
	font-size: 12px;
	color: #6d5c4f;
	padding: 10px 0;
}



/*
|--------------------------------------------------------------------------
| Checkout
|--------------------------------------------------------------------------
*/
.checkout-header {
	border-bottom: 2px solid #e7e7e7;
	min-height: auto;
	padding: 20px 0;
}
.checkout-header .brand a img {
	height: 60px;
}

.checkout {
	position: relative;
	overflow:hidden;
}

.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;
	margin-bottom: 10px;
}

.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: #788c51;
}

.checkout-breadcrumb__green:after {
	border-color: transparent transparent transparent #788c51;
}

.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;
}

.return-to-basket {
	background-color: #fff;
	color: #2d2d2d;
	text-transform: none;
	padding: 12px 25px 11px 15px;
	background: url(/images/style/stef/icon-chevron-left-black.png) no-repeat center left;
	font-size: 15px;
}

.checkout-addressbook .input {
	display: none;
}

.checkout-addressbook-button {
	color: #6d5c4f;
	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(/images/style/stef/icon-zoom-white.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position:center center;
	width: 42px;
}

.button-locate.loading {
	background-image: url(/images/style/stef/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-cont {
	display: flex;
	align-items: center;
}

.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(/images/style/stef/icon-calendar-blue.png) no-repeat center center;
	background-size: 13px 13px;
}

.cart-overview--item-inner {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	padding: 0 0 0 15px;
	overflow: hidden;
	flex: 1;
}

#invoice-container .cart-overview--item-inner {
	padding: 0;
}

.cart-overview--item-content {
	overflow: hidden;
	padding: 0 20px 0 0;
	flex: 1;
}

.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: #788c51;
}

.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: #788c51;
	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(/images/style/stef/icon-tag.png) no-repeat center center;
	transform-origin: top right;
}

.cart-main {
	display: flex;
	flex-direction: column;
}

.cart-segment {
	order: 1;
}

.cart-spend {
	order: 0;
	padding: 10px;
	background-color: #788c51;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

@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(/images/style/stef/icon-tag-white.png) no-repeat center center;
}

.cart-promo--button:hover {
	background-color: #788c51;
	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-sidebar-segment-heading {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px;
}

.basket-sidebar-reclaim-points p span {
	font-weight: 600;
}

.order-history-stock-error {
	margin-bottom: 20px;
}



/*
|--------------------------------------------------------------------------
| 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(/images/style/stef/card-logos.png) no-repeat center right;
}

.payment-method__paypal .payment-method--title {
	background: url(/images/style/stef/paypal-logo-color.png) no-repeat center right;
}

.payment-method--content {
	background-color: #e7e7e7;
	padding: 40px;
	text-align: center;
	font-size: 18px;
}

.payment-method--content .input:last-child {
	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%;
	margin-top: 15px;
}

.button-stripe:disabled {
	opacity: .5;
}

.button-stripe:disabled,
.button-stripe:disabled:hover {
	background-color: #6d5c4f;
}

.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 {
	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("/images/style/stef/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;
}



/*
|--------------------------------------------------------------------------
| 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: #6d5c4f;
}



/*
|--------------------------------------------------------------------------
| 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: normal;
	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: #788c51;
	border-right:2px solid #788c51;
}

.checkout-stage.darker {
	background: #6d5c4f;
	border-right:2px solid #6d5c4f;
}

.checkout-stage.darkest {
	background: #333;
	border-right:2px solid #333;
}

.checkout-stage.failed {
	background: #c50707;
	border-right:2px solid #c50707;
}

.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 > 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;
}


.cart-reorder-msg {
    background-color: #788c51;
    padding: 15px;
    color: #fff;
    margin-bottom: 18px;
    text-align: center;
    transition: ease-in-out .2s;
}
.cart-reorder-msg.hide {
	height: 0;
	padding: 0;
	overflow: hidden;
	margin-bottom: 0;
}

.account-reorder__btn {
	min-width: max-content;
}



/*
|--------------------------------------------------------------------------
| Account > Wishlist
|--------------------------------------------------------------------------
*/
.select2-account .select2-results {
	border: 1px solid #788c51;
}

.select2-options-dropdown {
	border: 2px solid #019dc3;
}

.select2-account:before {
	display: none;
}

.wishlist {
	background-color: #fff;
	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: #6d5c4f;
	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: #6d5c4f;
	font-weight: 700;
}

.wishlist-del:hover,
.wishlist-prod-del-button span:hover {
	color: #019cc2;
}

.wishlist-del {
	padding-left: 10px;
}

.wishlist-prod-del-button span {
	float: right;
}

.wishlist-items {
	font-size: 11px;
	text-transform: uppercase;
}

.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-left {
	max-width: 0;
}

.wishlist-top-left,
.wishlist-top-right {
	vertical-align: middle;
}

.wishlist-top-right {
	white-space: nowrap;
	width: 1px;
}ac

.wishlists p {
	margin-bottom: 30px;
}

.account-wishlist .message-error {
	margin-bottom: 0
}

.wishlist-edit,
.wishlist-return {
	display:inline-block;
	color:#6d5c4f;
	font-size:11px;
	font-weight: 700;
	text-transform:uppercase;
	cursor:pointer;
	margin-left:10px;
}

.wishlist-edit span:hover,
.wishlist-return a:hover {
	color: #6d5c4f;
	text-decoration: underline;
}

.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: #6d5c4f;
}

.wishlist-prod a:hover {
	text-decoration: underline;
	color: #6d5c4f;
}

.wishlist-prod-move-button {
	width: 1px;
}

.wishlist-prod-move-button span {
	cursor: pointer;
	color: #6d5c4f;
}

.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 {
	/*font-family: 'Poppins', sans-serif;*/
	letter-spacing: -0.025em;
	line-height: 1;
	white-space: nowrap;
}

.wishlist-prod-del-button {
	width: 1px;
}

.wishlist-choose-container {
	max-height: 300px;
	overflow-y: auto;
}

.wishlist-choose {
	background-color: #6d5c4f;
	margin: 4px 0;
	padding: 15px;
	cursor: pointer;
	line-height: 1.3;
	color: #fff;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.wishlist-choose:hover {
	background-color: #019cc2;
}

.wishlist-choose:first-child {
	margin-top: 0;
}

.wishlist-choose:last-child {
	margin-bottom: 0;
}

.wishlist-choose-title {
	font-size: 15px;
}

.wishlist-choose-desc {
	font-size: 12px;
	opacity: .5;
}



/*
|--------------------------------------------------------------------------
| 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: #6d5c4f;
	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: #6d5c4f;
	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 {}

.account-subtitle {
	font-size: 18px;
	padding: 0 0 20px;
	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: #e7e7e7;
	float: left;
	margin: 0 20px 0 0;
	font-family: 'Inter', sans-serif;
}

.account-sidebar nav {
	padding: 20px 24px;
}

.account-sidebar-btm.mobile {
	display: none;
}

.loyalty-points-dblc {
	display: none;
}

.account-sidebar nav li {
	padding: 5px 0;
}

.account-sidebar a {
	font-size: 16px;
	color: #707070;
	border-bottom: 1px solid transparent;
}

.account-sidebar a:hover,
.account-sidebar .sel {
	color: #2d2d2d;
}

.account-sidebar .sel {
	border-bottom: 1px solid #2d2d2d;
}

.account-sidebar-btm {
	border-top: 1px solid #aaa;
	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: #e7e7e7;
	overflow: hidden;
	padding: 40px;
	color: #2d2d2d;
	line-height: 1.3;
	font-family: 'Inter', sans-serif;
}

.account-main h1 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #2d2d2d;
	padding: 0 0 20px;
	margin: 0;
	float: left;
	font-family: 'Arvo', sans-serif;
}

.account-main-filter {
	float: right;
	height: 40px;
	color: #2d2d2d;
	padding: 0 20px;
	background-color: transparent;
	border: 1px solid #aaa;
}

.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 #aaa;
	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;
}

.account-panel--svg svg path {
	fill: #fff;
}

.account-panels--wide .account-panel {
	width: 25%;
}

.account-table {
	width: 100%;
	border: 1px solid #aaa;
	table-layout: auto;
	margin: 0 0 30px;
}

.account-table a {
	color: #707070;
}

.account-table a:hover {
	color: #2d2d2d;
}

.account-table .button-xsmall,
.account-table .button-xsmall:hover {
	color: #fff;
	text-decoration: none;
}

.account-table.no-margin {
	margin: 0;
}

.account-table .dblc {
	padding: 12px 15px;
	vertical-align: middle;
	color: #2d2d2d;
	font-size: 12px;
	border-bottom: 1px solid #aaa;
}

.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-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 #aaa;
	font-size: 11px;
	color: #6d5c4f;
	text-align: center;
	padding: 12px;
	border-top: none;
}

.order-totals {
	border: 1px solid #aaa;
	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 #aaa;
	padding: 12px 15px;
}

.order-panel--data {
	padding: 0 0 10px;
}

.order-panel--data:last-child {
	padding: 0;
}

.order-btns {
	margin: 30px 0 0 0;
}

.loyalty-table-cont {
	overflow: hidden;
}

.loyalty-table {
	table-layout: auto;
	margin-bottom: 20px;
	border: 1px solid #aaa;
}

.loyalty-table .dblc {
	padding: 12px 15px;
	font-size: 12px;
}

.loyalty-table .dblc:not(:last-child) {
	border-right: 1px solid #aaa;
}

.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-radius: 30px;
	padding: 10px 15px;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	background-color: #788c51;
	line-height: normal;
}

.top-loyalty {
	position: relative;
	padding: 0 0 40px;
	z-index: 1;
}
.account-mini-title {
	font-size: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
	font-weight: 500;
	font-family: 'Arvo', sans-serif;
	margin-bottom: 10px;
}

.account-content {
	margin-bottom: 8px;
}

.loyalty-referral-code {
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #222;
	margin-bottom: 10px;
	word-break: break-all;
}
.loyalty-referral-code > span {
	background-color: #fff;
	font-size: 13px;
	padding: 5px 8px;
	margin-left: 10px;
}
.account .loyaltys {
    margin-top: 20px;
}
.loyalty {
	position: relative;
	z-index: 1;
}

.top-loyalty--text, .account-loyalty--overview {
	border: 1px solid #aaa;
	overflow: hidden;
	font-size: 13px;
    padding: 12px 15px;
	color: #707070;
}
.account-loyalty--overview {
	margin-bottom: 20px;
	max-width: max-content;
}

.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: #aaa;
}
.account .loyaltys .loyalty:first-of-type:before {
    top: 50%;
}

.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 #aaa;
	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 {
	padding: 30px 40px 35px;
	background: #e7e7e7;
	margin-bottom: 30px;
	color: #707070;
}

.account-login--block:last-child {
	margin-bottom: 0;
}

.account-login--block h3 {
	font-size: 24px;
	font-weight: normal;
	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;
	border: 1px solid #aaa;
	background: none;
}

.quote-side .cart-side--delivery-option {
	background-color: #d0d0d0;
}

.quote-side .cart-side--delivery-option.sel {
    background-color: #afafaf;
}
/*
.quote-side .cart--heading {
	color: #fff;
} */

.quote-side .cart-segment {
	margin-bottom: 0;
}

.quote-side .cart-segment + .cart-totals {
	border-top: 0;
}

/* .quote-side .cart-totals {
	color: #707070;
}

.quote-side .cart-total {
	color: #fff;
} */



/*
|--------------------------------------------------------------------------
| Account v2 > Overlays
|--------------------------------------------------------------------------
*/
.modal-account .modal--inner {
	max-width: 476px;
}

.account-modal {
	background-color: #2d2d2d;
	padding: 30px;
}

.account-modal .checkbox-label {
	color: #fff;
}

.account-modal .input {
	margin: 0 0 4px;
}

.account-modal--title {
	font-size: 21px;
	color: #fff;
	padding: 0 0 20px;
}

.account-modal--action {
	text-align: right;
	padding: 16px 0 0 0;
}

.account-modal--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 #aaa;
	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-modal--checkboxes {
	padding: 14px 0 0 0;
}

.account-modal--checkboxes-title {
	font-size: 11px;
	color: #707070;
	text-transform: uppercase;
	padding: 0 0 4px;
}

.address-block--add-inner {
	position: relative;
	border: 1px solid #aaa;
	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;
}

.no-margin {
	margin: 0;
}

.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: #6d5c4f;
}

.mobile-cats--cats {
	display: none;
}

.mobile-cats--title.open {
	color: #6d5c4f;
}

.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(/images/style/stef/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 #aaa;
	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-modal--text {
	margin-bottom: 10px;
}

.account-table.vouchers .dblc .voucher-code--small {
	display: block;
	font-size: 10px;
	color: #717171;
	line-height: normal;
}



/*
|--------------------------------------------------------------------------
| Template > Content > Split Content Header
|--------------------------------------------------------------------------
*/
.split-header {
	position: relative;
}
.split-header:not(.split-header--no-img) {
	min-height: 460px;
}
.split-header--img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.split-header--text {
	padding: 35px;
}
.split-header:not(.split-header--no-img) .split-header--text {
	margin-left: 50%;
	width: 50%;
}
.split-header.split-header--no-img .split-header--text {
	display: block;
	margin: auto;
	width: 870px;
	max-width: 100%;
}
.split-header--text > * {
	display: block;
	max-width: 535px;
}
.split-header--text > h1 {
	font-size: 35px;
	line-height: 1;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
}
.split-header.split-header--no-img .split-header--text > * {
	max-width: 100%;
}
.split-header.split-header--lg .split-header--text > h1 {
	font-size: 52px;
}

.split-header.split-header--lg .split-header--text p {
	font-size: 22px;
	line-height: 1.1;
	font-weight: 400;
}
.split-header.split-header--lg .split-header--text .split-header__xl-text p {
	font-size: 28px;
}

.sitemap ul {
	font-family: 'Inter', sans-serif;
}

.forgot-password--form .input {
	width: 500px;
	max-width: 100%;
}

.shipping-confirm--overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	opacity: 1;
}

.shipping-confirm--overlay-fixed {
	position: fixed;
	top: 0;right: 0;bottom: 0;left: 0;
	background-color: rgba(255, 255, 255, 0.4);
}

.shipping-confirm--overlay {
	max-width: 800px;
    width: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 40px 45px;
    border: 2px solid #788c51;
	transition: ease-in-out .2s;
}
.shipping-confirm--action {
	margin-bottom: -5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.shipping-confirm--action > * {
	margin: 5px;
	width: 200px;
}
.shipping-confirm--reject {
	background-color: #9f1d1d;
}
.shipping-confirm--reject:hover {
	background-color: #931b1b;
}
.shipping-confirm--text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}


.js-hidden {
    opacity: 0;
    pointer-events: none;
}

.multibuy-badge {
    position: absolute;
    top: 0;
    right: 10px;
}
.listing-multibuy-banner {
    background-color: #6B5D50;
    padding: 13px 30px 12px 20px;
    font-size: 15px;
    color: #fff;
    font-family: 'Arvo';
    margin-bottom: 10px;
    clip-path: polygon(0% 0%,100% 0%,95.5% 50.00%,100% 100%,0% 100%);
}









/*
|--------------------------------------------------------------------------
| Subscriptions
|--------------------------------------------------------------------------
*/



.sub-or {
    position: absolute;
    left: 50%;
    top: 10px;
	transform: translateX(-50%);
    font-size: 20px;
	padding: 0 10px;
    color: #FFFFFF;
}


.sub-or::before,
.sub-or::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 240px;
	left: 50px;
	height: 1px;
	background-color: #F7F3EC;
	z-index: -1;
}


.sub-or::after {
	left: auto;
	right: 50px;
}

.sub-title > span {
	/* color: #d46d11; */
}

.listing-overview--content {
    padding: 20px;
}
.listing-subscribe {
	width: 100%;
	position: relative;
	padding-top: 5px;
}


.listing-subscribe__bottom {
	background: rgba(0,0,0,0.1);
	padding: 6px 10px;
}

.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(/images/style/stef/icons/refresh@2x.png) center left / 12px 12px no-repeat;
}

.sub-or + .sub-title {
    font-size: 18px;
	font-family: 'Arvo', sans-serif;
	text-transform: uppercase;
    /* font-weight: 700; */
    color: #fff;
    padding-top: 20px;
}

#listingSubscribeButton {
	margin: 10px 0 0 0;
	display: block;
}

.listing-subscribe__inner {
	display: flex;
	align-items: center;
	padding: 0;
}

.listing-subscribe__inner .input {
	margin: 0;
}

.listing-subscribe__inner .price {
	font-size: 24px;
	color: #fff;
	margin: 0 20px 0 0;
}

.listing-subscribe__inner .button {
	padding: 11px 30px 10px;
}

.listing-subscribe__bottom {
	padding: 15px 30px;
}

.listing-subscribe__bottom a {
	color: #fff;
	font-size: 12px;
}



#listing-overlay .basket-overlay-upsell {
	margin-top: 10px;
}

#listing-options-overlay .overlay--backdrop {
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
}

#listing-options-overlay .overlay--inner {
	transform: translate(-50%, -50%);
	max-width: 1085px;
	/* top: 50px; */
	padding: 40px 40px 30px;
}

.overlay#listing-options-overlay {
	/* position: absolute; */
}

#listing-options-overlay .listing-heading {
	/* text-align: left; */
	padding: 0 0 10px;
}

#listing-overlay .cart-item-option,
#listing-overlay .cart-segment--white .cart-item-title a {
	font-size: 15px;
	letter-spacing: -0.05em;
}

#listing-overlay .cart-segment--white .cart-item-image {
	width: 80px;
}

#listing-overlay .listing-buttons {
	display: block;
}

#listing-overlay {
	background: none;
}

#listing-overlay .overlay--backdrop {
	position: absolute;
	right: 0; bottom: 0; left: 0; top: 0;
    background-color: rgb(51 120 179 / 43%);
	cursor: pointer;
}

#listing-overlay .overlay--header--text {
	flex-wrap: wrap;
}

#listing-overlay .overlay--basket-title {
	flex: 1;
	font-size: 14px;
	color: #fff;
}

#listing-overlay .cart-segment--white .cart-item:last-child .cart-item-right .button-small {
    padding: 8px 15px 6px 15px;
}

#listing-confirm-overlay .overlay--header-action, #listing-overlay .overlay--header-action {
    padding: 0 20px 15px 20px;
}

.overlay--header-action {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

#listing-confirm-overlay .overlay--basket.overlay--basket--error {
    display: flex;
    align-items: center;
	background-color: #ea881e;
	padding: 20px 25px 16px;
}

#listing-overlay .overlay--inner {
	transform: translate(-50%, -50%);
	max-width: 620px;
}

#listing-overlay .listing-image--link,
#listing-overlay .listing-image--link img {
	display: block;
	width: 100%;
}

.overlay--basket-header {
    display: flex;
    align-items: center;
	background-color: #51ae5c;
	width: 100%;
	padding: 20px;
}

.overlay-tick-icon {
	width: 27px;height: 21px;
	margin-right: 20px;
}

#listing-overlay .overlay-tick-icon {
	height: auto;
}

.overlay-tick-icon svg {
	fill: #fff;
    width: 100%;
}

.overlay--basket-icon {
    width: 105px;
    padding-right: 30px;
    flex-shrink: 0
}

.overlay--basket-icon svg {
    fill: #37af56;
}

#listing-overlay .overlay--inner {
	padding: 0;
}
#listing-overlay .overlay--inner {
	max-height: 85%;
	overflow-y: auto;
}

.overlay--header--description {
	max-height: 115px;
	overflow: hidden;
	margin: 10px 0 20px;
}

.overlay--subtitle {
	margin: 4px 0 0 0 ;
}

.overlay--header--description .content h1,
.overlay--header--description .content h2,
.overlay--header--description .content h3,
.overlay--header--description .content h4,
.overlay--header--description .content h5,
.overlay--header--description .content h6 {
	font-size: 14px;
}

#listing-overlay .overlay--header--text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#listing-overlay .overlay--basket .overlay--header--text {
	flex-direction: row;
	align-items: center;
}

#listing-overlay .overlay--basket.overlay--basket--error .overlay--header--text {
	padding: 10px 0 0;
	background-color: #DB4A39;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	text-align: center;
}
#listing-overlay .overlay--header {
	display: flex;
}

.listing-overlay-options-cont {
	padding: 20px;
}

#listing-overlay .overlay--header .listing-image {
	margin: 0 10px 0 0;
	flex-shrink: 0;
    width: 220px;
	flex: none
}

#listing-overlay .overlay--header .overlay--title {
	text-align: left;
}

#listing-overlay .listing-overview {
	width: 100%;
}

.listing-overview {

}

.overlay-subs {
	padding: 15px 20px 10px;
	color: #788c51;
	line-height: 2;
}

.overlay-subs a {
	color: #788c51;
	text-decoration: underline;
}

.overlay-subs--title {
	font-weight: 700;
}

.overlay-listing--opt-cont {
	background-color: #1b447a;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}

.cart-subscriptions {
	font-size: 21px;
    font-weight: 500;
    color: #788c51;
    margin-bottom: 20px;
}

.cart-sub-option {
    font-size: 13px;
    font-weight: 500;
    color: #788c51;
    margin: 4px 0 2px;
}

.listing-overview--top--img {
    border: 1px solid #6D5C4F;
    margin-right: 30px;
    width: 412px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-overview--top--main h1 {
    font-size: 30px;
}
.listing-overview--top--options {
    padding: 30px;
    background-color: #7B8C54;
}
.qty-pm.light {
	border: 1px solid #FFF;
}
.qty-pm > input[type="number"] {
	text-align: center;
    padding: 10px 35px;
    border: 1px solid #7B8C54;
    font-size: 12px;
    width: 115px;
    appearance: textfield;
    -webkit-appearance: textfield;
	-moz-appearance: textfield;
}
.qty-pm.light > input[type="number"] {
	border: none;
}
.qty-pm > input::-webkit-outer-spin-button,
.qty-pm > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty-pm--toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #7B8C54;
    width: 35px;
	cursor: pointer;
}
.qty-pm--toggle.minus {

}
.qty-pm--toggle.plus {
	right: 0;
}
.qty-pm--toggle.minus::before, .qty-pm--toggle.plus::before, .qty-pm--toggle.plus::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 1px;
	background-color: #FFF;
}
.qty-pm--toggle.plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
















/* header dropdown updates */

.header-main--nav--item {
    height: 100%;
    padding: 0 10px;
}

.header-main--nav--item.open .header-main--nav--link {
	position: relative;
}

.header-main--nav--item.open .header-main--nav--link::after {
	content: '';
	position: absolute;
	bottom: -40px;left: 50%;
	transform: translateX(-50%);
	border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #788c51 transparent;
}

.header-main--nav--link {
	font-size: 15px;
	font-family: 'Arvo',sans-serif;
	color: #788c51;
	text-transform: uppercase;
	text-align: center;
}

.header-main--nav--item.open .header-nav--dropdown {
	display: block;
}

.header-main--nav-cont {
	height: 100%;
	position: relative;
}
.header-main--nav {
    transition: ease-in-out .5s;
}
.header-main.display-search .header-main--nav {
    opacity: 0;
    pointer-events: none;
}
.header-nav--dropdown {
	position: absolute;
    display: none;
    top: 100%; left: 50%;
    transform: translateX(-50%);
    background-color: #5F703C;
    width: 100%;
    min-width: 860px;
}
.header-nav--view-main {
    padding: 10px;
    background: #6D5C4F;
    color: #FFF;
    font-weight: 600;
	position: relative;
	z-index: 3;
}
.header-nav--view-main > span {
    text-transform: uppercase;
    letter-spacing: .03em;
}
.header-nav--view-main > a {
    text-transform: unset!important;
    text-decoration: underline;
}

.header-nav--dropdown a {
	color: #FFF;
	font-family: 'Arvo', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.header-nav--dropdown-link {
	padding: 10px;
	background-color: #798C51;
	border-bottom: 1px solid #5F703C;
	display: block;
	width: 100%;
}

.header-nav-dropdown-first-column .header-main-nav--svg {
	display: block;
	position: absolute;
	top: 50%;right: 10px;
	transform: translateY(-50%);
}

.header-nav-dropdown-first-column {
    position: relative;
    width: 40%;
    z-index: 2;
}

.header-nav-dropdown-columns {
    display: none;
    position: absolute;
    background-color: #5F703C;
    top: 0;
    right: 0;
    left: 0;
    padding: 50px 18px 4px 40%;
    z-index: 1;
}
.header-nav-dropdown-columns::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 60%;
    bottom: 0;
    background-color: #798C51;
}

.header-nav-nested-item {
    padding-left: 16px;
}

.header-nav--dropdown-link:hover,
.header-nav-dropdown-item.active .header-nav--dropdown-link {
	background-color: #5F703C;
}

.header-nav-dropdown-item.active .header-nav-dropdown-columns {
	display: block;
}

.header-nav-dropdown-item {
	display: flex;
}

.header-nav--nested-link:not(.header-nav--nested-parent) {
	color: #FFF;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom: 8px;
}

.header-nav--nested-parent {
	padding-bottom: 12px;
}

.header-nav--nested-link + .header-nav--nested-parent {
	margin-top: 10px;
}



.header-nav--nested-link:hover {
	color: #2d2d2d;
}


/*dbl expansion*/
.dbl-btns {
	margin: 0 -6px -6px 0;
}
.dbl-btns > * {
    margin: 0 6px 6px 0;
}
.dbl-cel--title {
	display: none;
}

.account-wallet-passes {
	margin: 0 0 30px;
}

.account-wallet-passes .apple img {
	width: 193px;
    height: 61px;
}

.account-wallet-passes .apple {
	margin-right: 10px;
}

.account-wallet-passes .android img {
    height: 61px;
}

.account-wallet-passes .flex {
	margin-top: 10px;
}

.header-message {
    background-color: #d5bd8d;
    text-align: center;
    padding: 8px 0;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}
.header-message a {
    text-decoration: underline;
    color: #000000;
}
.header-message a:hover {
	opacity: 0.7;
}

.overlay-alt-site {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.overlay-alt-site > *:not(:last-child) {
    margin-bottom: 16px;
}
.overlay-alt-site h3 {
    /* text-transform: uppercase; */
    font-size: 20px;
    letter-spacing: 0.02em;
}
.overlay-alt-site .link-underline {
    font-size: 18px;
    text-decoration: underline;
}
.overlay-alt-site img {
    width: 120px;
}

.basket-page #olay_box_container {
    width: max-content;
    min-width: 480px;
}
.basket-page #olay_box {
    padding: 24px;
}