/*
|--------------------------------------------------------------------------
| Global
|--------------------------------------------------------------------------
*/
body {
	background-color: #1e1e1e;
}

main {
    background: #FFFFFF;
}

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

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

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

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

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

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

.bg-dark-img {
	background-image: url(/images/style/basic/dark-img-bg.jpg);
	background-size: cover;
	background-position: center;
}
.bg-stripes {
	background-image: url(/images/style/basic/bg-stripes.png); 
}

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

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

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

.content-title {
    font-size: 25px;
    margin-bottom: 20px;
}

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

h1, h2, h3, h4, h5, h6, .h1-style {
	margin: 0 0 14px 0;
    color: #171717;
    line-height: 1.2;
}

.h-style {
	font-family: 'Baskerville',sans-serif;
	font-weight: 400;
}

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

h2 {
	font-size: 42px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

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

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

li {
	margin:0 0 2px 0;
}

/*
|--------------------------------------------------------------------------
| Global > Links
|--------------------------------------------------------------------------
*/
a {
	color: #F05200;
	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: #c54503;
}

/*
|--------------------------------------------------------------------------
| Global > Inputs
|--------------------------------------------------------------------------
*/
.input-grid:not(.gap--15) {
	margin: 0 -15px 0 0;
}

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

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

.input-label {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
	color: #171717;
	pointer-events: none;
	text-transform: uppercase;
    font-weight: 600;
}

.input input[type="text"],
.input input[type="email"],
.input input[type="search"],
.input input[type="tel"],
.input input[type="password"],
.input input[type="number"],
.input input[type="date"],
.input textarea,
.input-file-dummy,
.input-text-dummy {
	width: 100%;
    padding: 27px 10px 5px;
    color: #2b2b2b;
    border: 1px solid #E5E5E6;
    resize: none;
    border-radius: 4px;
}

.grey-inputs .input input[type="text"],
.grey-inputs .input input[type="email"],
.grey-inputs .input input[type="search"],
.grey-inputs .input input[type="tel"],
.grey-inputs .input input[type="password"],
.grey-inputs .input input[type="number"],
.grey-inputs .input textarea,
.grey-inputs .input-file-dummy,
.grey-inputs .input-text-dummy {
	background-color: #F3F3F3;
	border-color: #F3F3F3;
}

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

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

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

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

.input-borderless select {
	border: 0;
}

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

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

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

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

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

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

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

.input.no-label input[type="text"],
.input.no-label input[type="email"],
.input.no-label input[type="search"],
.input.no-label input[type="tel"],
.input.no-label input[type="number"],
.input.no-label input[type="password"],
.input.no-label textarea {
	padding: 11px 12px 6px;
}

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

.textarea {
	position: relative;
}

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

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

.input textarea ~ .input-label {
	background-color: transparent;
	left: 0; right: 0; top: 0;
	padding: 10px 10px;
	border-bottom: 0;
}

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

.input-grid .input .button:last-child {
    margin-top: 5px;
}

.required-fields {
	color: #b5121b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F05200;
}

.email-confirm--msg {
    color: #b5121b;
    margin-bottom: 4px;
    font-weight: 600;
}
.email-confirm.match .e-confirm--comp::after {
	content: '';
	position: absolute;
	background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_302_140)"><path d="M24.4191 4.08609C23.6456 3.31155 22.3895 3.31204 21.615 4.08609L8.99467 16.7069L3.38548 11.0978C2.61094 10.3232 1.35544 10.3232 0.580901 11.0978C-0.193634 11.8723 -0.193634 13.1278 0.580901 13.9023L7.59209 20.9135C7.97912 21.3006 8.4866 21.4946 8.99414 21.4946C9.50167 21.4946 10.0096 21.301 10.3967 20.9135L24.4191 6.89061C25.1936 6.11662 25.1936 4.86057 24.4191 4.08609Z" fill="%2337AF56"/></g><defs><clipPath id="clip0_302_140"><rect width="25" height="25" fill="white"/></clipPath></defs></svg>'); 
	background-size: contain; background-repeat: no-repeat;
	height: 18px; width: 18px;
    top: 50%; right: 30px;
	transform: translateY(-50%);
}
.email-confirm.error input {
	border-color: #b5121b;
}

/*
|--------------------------------------------------------------------------
| 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/basic/icon-tick-black.png) no-repeat 1px 2px #fff;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform 150ms ease;
	transition: transform 150ms ease;
}

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

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

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

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

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

.checkbox-with--icon .checkbox-label {
	font-size: 15px;
	margin-bottom: -10px;
    margin-left: 5px;
	line-height: 1;
}

.checkout-gifts {
	background-color: #f6f6f6;
	padding: 20px;
	margin: 15px 0 25px;
}

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

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

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

/*
|--------------------------------------------------------------------------
| Global > Buttons
|--------------------------------------------------------------------------
*/
.button {
	display: inline-block;
	padding: 9px 20px 9px 20px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background-color: #F05200;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	cursor: pointer;
	outline: none;
	text-align:center;
	line-height: inherit;
	border-radius: 4px;
	letter-spacing: 0.7px;
}

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

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

.button-tertiary {
	background-color: #37AF56;
}
.button-tertiary:hover {
	background-color: #288340;
}

.button-dark {
	background-color: #171717;
}
.button-dark:hover {
	background-color: #0e0e0e;
}

.button-disabled {
    background-color: #929397!important;
}
.button-disabled:hover {
    background-color: #727375!important;
}

.button__download {
    display: inline-flex;
    align-items: center;
}
.button__download > svg {
    margin-right: 10px;
}

.button-white {
	background-color: #FFFFFF;
	color: #000!important;
}
.button-white:hover {
	background-color: #cd4804;
	color: #FFF!important;
}

.button-border, .button-border-secondary {
	background-color: #FFFFFF;
	color: #F05200;
	border: 1px solid #E5E5E6;
	padding: 8px 20px 8px 20px;
}
.button-border:hover, .button-border-secondary:hover {
	background-color: #F05200;
	border-color: #F05200;
	color: #FFFFFF;
}

.button-thin {
	padding: 4px 10px;
}

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

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

.button-xsmall-wide {
	padding: 8px 20px;
}
.button-xsmall[type="submit"], .button-xsmall-wide[type="submit"] {
    padding: 8px 12px;
}

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

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

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

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

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


.button-loading svg {
	display: none;
}

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

.button-green {
	background-color: #37AF56;
}

.button-green:hover {
	background-color: #2b8f45;
}

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

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

.btn-icon-col {
    font-size: 11px;
    padding: 5px;
    display: flex;
    flex-direction: column;
	justify-content: center;
    align-items: center;
}

/*
|--------------------------------------------------------------------------
| Global > Stock Statuses
|--------------------------------------------------------------------------
*/
.stock-status {
    background-size: 13px;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 0 18px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 0;
	font-style: normal;
}

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

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

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

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

.jumbotron-small {
	height: 184px;
}

.jumbotron--title {
    margin: 0;
    color: #fff;
    font-size: 72px;
    text-transform: uppercase;
    line-height: 1.2;
}
.jumbotron h2 {
    color: #FFFFFF;
    font-family: 'Baskerville', sans-serif;
    font-weight: 400;
    font-size: 30px;
}
.jumbotron h2.jumbotron--tagline {
	font-family: 'Proxima Nova',sans-serif;
	color: #F05200;
	font-size: 21px;
	text-transform: uppercase;
}

.jumbotron--content {
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0 auto;
	max-width: 700px;
	color: #F05200;
	font-weight: 700;
	font-size: 17px;
	text-align: center;
}
.jumbotron--content.plain {
    color: #FFFFFF;
    font-weight: 400;
}
.jumbotron--content.wider {
    max-width: 830px;
}
.jumbotron--content > p {
	line-height: 1.4;
}

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

.jumbotron .breadcrumb-trail {
    position: absolute;
    top: 20px;
    left: 20px;
}
.jumbotron .breadcrumb-trail > span {
    display: none;
}

.jumbotron.light {
	background-color: #F3F3F3;
}
.jumbotron.light .jumbotron--title {
	color: #171717;
}

.jumbotron.sm {
	padding: 60px 0;
	min-height: unset;
}
.jumbotron.sm .jumbotron--title {
    font-size: 50px;
}

.jumbotron.jumbotron-alt {
    padding: 50px 0px;
}
.jumbotron-box {
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
    padding: 50px 60px;
    background: rgba(23, 23, 23, 0.85);
	color: #FFF;
	border-radius: 4px;
}
.jumbotron-box .jumbotron--content {
	max-width: unset;
}
.jumbotron-alt .jumbotron--title {
	color: #FFF;
    font-family: 'Baskerville', serif;
    font-size: 64px;
	line-height: 1.0;
    margin-bottom: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: italic;
}
.jumbotron--buttons:not(:first-child) {
    margin-top: 20px;
}
.jumbotron--buttons {
    margin: 0 -16px -16px 0;
}
.jumbotron--buttons > * {
	margin: 0 16px 16px 0;
}
.jumbotron--buttons .button {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%; width: 100%;
}

.jumbotron-image {
	position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}
.jumbotron-image > .jumbotron--title {
    color: #222;
    text-align: center;
    margin-top: 32px;
}
.jumbotron-image.title-overlay .jumbotron--title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    margin: 0;
    background-color: rgba(23, 23, 23, 0.86);
    border-radius: 4px;
    padding: 10px 40px;
}

.app-ad {
    padding: 100px 60px;
    max-width: 1320px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.app-add--content {
	max-width: 410px;
    margin: 0 -30px -30px 0;
}
.app-add--content > * {
	margin: 0 30px 30px 0;
}
.app-add--content > a {
	max-width: calc(50% - 20px);
	display: flex;
}
.app-add--content > a:hover {
	opacity: 0.8;
}
.app-add--content .content {
	font-size: 16px;
	max-width: 306px;
}
.app-ad > img {
    width: 735px;
}

/*
|--------------------------------------------------------------------------
| 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: 0 0 10px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
	background: #F05200;
}

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

.message-error {
	background: #b12525;
}

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

.message-warn {
	background: #caa53a;
}

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

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

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

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

.message-js {
    position: absolute;
    top: 200px;
    z-index: 1002;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

/*
|--------------------------------------------------------------------------
| Global > Tooltip
|--------------------------------------------------------------------------
*/
.core-tooltip {
	position: absolute;
	padding: 8px;
	background-color: #F05200;
	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: #F05200 transparent transparent transparent;
	left: 50%;
	bottom: -5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

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

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

/*
|--------------------------------------------------------------------------
| Global > Navtrail
|--------------------------------------------------------------------------
*/
.breadcrumb-trail, .breadcrumb-trail a, .breadcrumb-trail a:hover {
	color: #222222;
}
.breadcrumb-trail a:hover {
	color: #F05200;
}
.breadcrumb-trail {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .6px;
}

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

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

.mobile-breadcrumb-trail {
	display: none;
}
.breadcrumb-trail.hide-last > span:last-child {
	display: none;
}

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

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

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

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

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

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

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

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

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

.cookie-bar--inner {
	padding: 20px;
	color: #fff;
}
.cookie-bar--inner > *:not(:last-child) {
	margin-right: 10px;
}


.cookie-bar.cookie-bar--form {
    top: 0;
    background: rgb(0 0 0 / 65%);
}
.cookie-bar--form .cookie-bar--inner {
	background-color: #FFFFFF;
	color: #222;
	position: absolute;
    max-width: 550px;
    padding: 20px !important;
    width: 90%;
    margin: 0 auto;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
}
.cookie-bar--form .cookie-bar--text {
    flex: 1;
    margin-bottom: 20px;
}
.cookie-bar--form .cookie-bar--text > .title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f05200;
}
.cookie-bar--form .cookie-bar--text a {
    text-decoration: underline;
}
.cookie-bar--action__table .title {
    font-size: 14px;
    font-weight: 600;
}
.cookie-bar--pref-table {
    border: 1px solid #e0dede;
}
.cookie-bar--pref-table:not(:last-child) {
    margin-bottom: 15px;
}
.cookie-bar--pref-table > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 6px;
    height: 45px;
    line-height: 1.1;
	text-align: left;
}
.cookie-bar--pref-table > div:not(:last-child) {
    border-bottom: 1px solid #e0dede;
}
.cookie-bar--pref-table > div > span {
    font-weight: 600;
    color: #f05200;
    text-align: right;
}

.cookie-bar .toggle-switch {
    margin-top: -3px;
}
.cookie-bar--submit {
    background: #f05200;
    color: #fff!important;
}
.cookie-bar--submit:hover {
    background: #da4d05;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    padding: 0;
}
.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-switch--slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
input:checked + .toggle-switch--slider {
    background-color: #f05200;
}
.toggle-switch--slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .toggle-switch--slider:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}


/*
|--------------------------------------------------------------------------
| Template > Header
|--------------------------------------------------------------------------
*/
header {
	position: relative;
    display: flex;
    background-color: #fff;
    height: 220px;
    z-index: 1001;
}

.header-sticky {
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000000;
    background-color: #fff;
	z-index: 500;
}

.header-sticky.condense .header-main {
    padding: 15px 0;
}
.header-sticky.condense .header-top, .header-sticky.condense .header-logo-container > a:not(.logo) {
    height: 0;
    padding-top: 0;
	padding-bottom: 0;
    opacity: 0;
	margin: 0;
}
.header-sticky.condense .header-main .search-form input[type="text"] {
    height: 54px;
    padding: 18px 20px 10px;
}
.header-sticky.condense .header-right--item {
    flex-direction: row;
	padding: 6px 15px 0px;
}
.header-sticky.condense .header-right--item svg {
    height: 16px;
	margin-top: -7px;
	margin-bottom: 0;
}

.trustpilot-header-link {
	display: flex;
	margin-top: -5px;
}
.trustpilot-header-link svg {
    width: 80px;
}

.header-last-highlight .header-nav--item:last-child > a {
    background-color: #F05200;
    color: #FFF;
}

.mobile-menu--btn-cont,
.mobile-cart--btn-cont, 
.mobile-search--btn-cont {
	display: none;
	position: absolute;
	top: 40px; bottom: 0; left: 0;
	height: 110px;
	width: 100px;
	transition: ease-in-out .2s;
}

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

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

.mobile-menu--btn div {
	-webkit-transition: transform 300ms ease;
	transition: transform 300ms ease;
}
.mobile-menu--btn div:not(.mobile-menu--btn-text) {
	width: 30px;
	margin: 0 auto 5px;
}
.mobile-menu--btn-text, .mobile-search--btn-text {
	margin-top: 10px;
	text-align: center;
	font-weight: 600;
}
.mobile-search--btn-text {
	margin-top: 0;

}

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

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

.mobile-menu--btn span {
	float: left;
	width: 50%;
	background-color: #171717;
	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: #F05200;
}
.mobile-menu--btn.open .mobile-menu--btn-text {
	color: #F05200;
}
/*
.mobile-menu--btn.open div:nth-child(1) { -webkit-transform: translateY(6px); transform: translateY(6px); }
.mobile-menu--btn.open div:nth-child(1) span:first-child { -webkit-transform: translateX(3px) rotateZ(45deg); transform: translateX(3px) rotateZ(45deg); }
.mobile-menu--btn.open div:nth-child(1) span:last-child { -webkit-transform: translateX(-3px) rotateZ(-45deg); transform: translateX(-3px) rotateZ(-45deg); }

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

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

.mobile-cart--btn-cont, .mobile-search--btn-cont {
	left: auto;
	right: 0;
}

.mobile-cart--btn-cont a {
	display: block;
	font-size: 33px;
	color: #F05200;
	font-weight: 700;
}
.mobile-search--btn {
    margin: 30px auto 23px;
}
.mobile-search--btn.open {
	color: #F05200;
}
.mobile-search--btn.open svg path {
	fill: #F05200;
}
.mobile-menu--social > span {
    margin-bottom: 10px;
    display: block;
}
.mobile-menu--social > div {
	margin-bottom: -10px;
}
.mobile-menu--social > div > a {
	margin-right: 6px;
	margin-bottom: 10px;
}

.mobile-menu--upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
	background-color: #171717;
}
.mobile-menu--logo {
	display: flex;
}
.mobile-menu--logo svg {
    width: 160px;
}
.mobile-menu--logo svg path, .mobile-menu--logo svg rect {
    fill: #fff;
}

/*
|--------------------------------------------------------------------------
| Template > Header > Top Bar
|--------------------------------------------------------------------------
*/
.header-top {
    height: 38px;
    background-color: #F3F3F3;
    font-size: 15px;
    padding: 8px;
	overflow: hidden;
	transition: ease-in-out .2s;
}
.header-top a {
    color: #171717;
}
.header-top a:hover {
    color: #F05200;
}
.header-top--inner > nav {
	min-width: fit-content;
}
.header-top nav a {
	margin-left: 30px;
}
.header-top--inner .trustpilot-widget {
    margin-top: -6px;
}

/*
|--------------------------------------------------------------------------
| Template > Header > Main
|--------------------------------------------------------------------------
*/
.header-main {
    padding: 23px 0;
	transition: ease-in-out .2s;
}

.header-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 240px;
}
.header-logo-container > * {
	display: flex;
    justify-content: center;
}
.header-logo-container > .logo {
	width: 100%;
	display: flex;
}
.header-logo-container > .logo svg {
	width: 100%;
}
.header-logo-container > a:not(.logo) {
	margin-top: 12px;
    display: flex;
	transition: ease-in-out .2s;
	max-width: 200px;
}
.logo {
}

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

/*
|--------------------------------------------------------------------------
| Template > Header > Search Dropdown
|--------------------------------------------------------------------------
*/
.header-main  .search-form {
    flex: 1;
    padding: 0 50px;
    max-width: 800px;
}
.header-main .search-form .button {
    background: transparent;
}
.header-main .search-form .input {
	margin-bottom: 0;
	position: unset;
}
.search-form--inner {
	position: relative;
}

.header-main .search-form input[type="text"] {
    height: 66px;
    padding: 24px 20px 16px;
    font-size: 18px;
}
.search-focus .search-form input[type="text"] {
	border-color: #F05200!important;
}
.header-main .search-form input[type="text"]::placeholder {
	font-style: italic;
}
.header-main .search-form input[type="text"]::-webkit-input-placeholder {
	font-style: italic;
}
.header-main .search-form input[type="text"]::-moz-placeholder {
	font-style: italic;
}
.header-main .search-form input[type="text"]::-ms-placeholder {
	font-style: italic;
}
.search-form .spinner {
    position: absolute;
    right: 70px;
    top: 8px;
    height: 50px;
    width: 50px;
}
.header-sticky.condense .search-form .spinner {
	top: 2px;
    height: 50px;
    width: 50px;
}

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

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

.search_dropdown {
	position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    padding: 0;
    opacity: 0;
	pointer-events: none;
    transition: .3s ease;
    background: #fff;
    overflow-y: auto;
}
.search_dropdown::-webkit-scrollbar {
	width: 10px;
}
/* Track */
.search_dropdown::-webkit-scrollbar-track {
  background: #F3F3F3;
}
/* Handle */
.search_dropdown::-webkit-scrollbar-thumb {
  background: #d3d3d3;
  border-radius: 40px;
  max-height: 47px;
  position: relative;
}
.search_dropdown::-webkit-scrollbar-thumb::after {
	position: absolute;
	top: 0;
	height: 10px;
	width: 10px;
	background-color: #22222222;
}
/* Handle on hover */
.search_dropdown::-webkit-scrollbar-thumb:hover {
  background: #cbcbcb;
}

.search_dropdown .container {
	width: auto;
}

.close-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    margin-left: 15px;
	display: none;
	cursor: pointer;
}

.search-focus .close-search {
	display: flex;
}

.search-focus main {
	position: relative;
}
.search-focus main::after {
	display: block;
	content: '';
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 1000;
}

.search-focus .search-form .search_dropdown, .search-focus .search-form .search_dropdown {
	opacity: 1;
	transition-delay: 0s;
    z-index: 999;
}
.search-focus .search-form .search_dropdown {
	opacity: 1;
	pointer-events: all;
}

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

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

a.search_item_title {
	flex: 1;
	font-size: 16px;
	margin-bottom: -5px;
	transition: ease-in-out .2s;
}
a.search_item_title:hover {
	color: #F05200;
}
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;
	height: 100%;
}

.search_section_left .search_section, .search_section_right .search_section {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.search_section_right {
    width: 220px;
}
.search_section_right > .search_section:not(:first-child) {
	margin-top: 20px;
}
.search_section_left {
    flex: 1;
    max-width: 480px;
}
.search_section_left .search_section {
	height: 100%;
	margin-left: 30px;
}

.search_dropdown, .search_dropdown a {
	color: #2d2d2d;
	transition: ease-in-out .2s;
}
.search_dropdown a:hover {
	color: #F05200;
}

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

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

a.search_item_title span {
	color: #a0a0a0;
}

.search_dropdown .search_price {
	color: #F05200;
    position: relative;
    font-weight: 700;
    margin: 0 0 0 20px;
}

.search_dropdown .light {
	color: #a0a0a0;
}

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

.search_item_cont, .search_suggestion_cont, .search_section_title {
	margin-top: 5px;
	width: 100%;
}

.search_section_title {
	width: 100%;
	padding: 0px 10px 8px 0;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
}

.search_cat_cont {
	margin-top: 3px;
}

.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: #F05200;
	line-height: 24px;
	margin: 20px 5px 0;
    padding: 9px 15px 3px;
    border-radius: 4px;
    text-transform: uppercase;
	font-weight: 600;
}

.search_item_cont, .search_cat_cont {
	position: relative;
	width: 100%;
}
.search_item_cont {
    display: flex;
    align-items: center;
	margin-top: 10px;
}
.search_item_img {
	display: flex;
	margin-right: 8px;
}
.search_item_img img {
    max-height: 60px;
}

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


.search-dropdown--no-results {
    padding: 20px;
	text-align: center;
}
.search--no-prod {
    
	text-transform: uppercase;
}
.search--no-prod:not(:last-child) {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e6;
}
.search-dropdown--popular {
	text-align: center;
}
.search-dropdown--popular .popular-title {
    font-weight: 700;
    margin-bottom: 15px;
}
.search-dropdown--popular .popular-list {
	display: flex;
	flex-direction: column;
}
.search-dropdown--popular .popular-list a {
	font-size: 21px;
	font-family: 'Baskerville', sans-serif;
}
.search-dropdown--popular .popular-list a:not(:last-child) {
	margin-bottom: 10px;
}

/*
|--------------------------------------------------------------------------
| Template > Header > Basket
|--------------------------------------------------------------------------
*/
.header-main--right {
    width: 240px;
    border: 1px solid #171717;
    border-radius: 4px;
	display: flex;
	position: relative;
}
.header-main--right.has-points {
    margin: -10px 0;
}
.header-main--right > * {
    flex: 1;
	display: flex; 
	flex-direction: column;
	text-align: center;
}
.header-main--right > * > span, .header-basket .basket-cost {
    background-color: #171717;
    width: 100%;
    color: #FFFFFF;
    font-size: 12px;
    height: 25px;
    padding: 6px 4px;
}
.header-main--right > *:not(:first-child) {
	border-left: 1px solid #171717;
}
.header-right--item {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 11px 15px 4px;
    font-size: 13px;
    color: #171717;
    font-weight: 600;
}
.header-right--item svg {
	margin-bottom: 5px;
}
a:hover > .header-right--item {
    color: #F05200;
}
.basket-cost {
    display: flex;
    align-items: flex-start;
	justify-content: center;
}
.basket-cost > span {
    font-size: 9px;
}

.basket--nav-overlay--container {
    position: absolute;
    top: 100%;
    right: 0;
    width: 400px;
    background-color: #F3F3F3;
    border: 1px solid #E5E5E6;
    padding: 4px;
    z-index: 1000;
	text-align: left;
	font-size: 12px;
	display: none;
}
.has-points > .header-basket > .basket--nav-overlay--container {
    margin-top: -22px;
}
.header-basket:hover .basket--nav-overlay--container {
    display: block;
}
.basket--nav-overlay .cart-spend {
    font-weight: 700;
    text-align: center;
    padding: 3px 15px 7px;
}
.basket--nav-overlay .cart-spend--text {
	color: #F05200;
}
.basket--nav-overlay--content {
    max-height: 500px;
    overflow-y: auto;
}
.basket--nav-overlay--item {
    background-color: #FFFFFF;
    margin-bottom: 1px;
    display: flex;
	overflow: hidden;
}
.basket--nav-overlay--item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.basket--nav-overlay--item:last-child {
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.basket--nav-overlay--image {
    padding: 10px 5px;
	display: flex;
	align-items: center;
}
.basket--nav-overlay--image--inner {
	display: flex;
	background-color: #000;
}
.basket--nav-overlay--details {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 5px 5px;
	flex: 1;
}
.basket--nav-overlay .cart-item--option {
	margin-bottom: 2px;
	font-weight: 400;
}
.basket--nav-overlay--title {
    flex: 1;
    font-size: 13px;
    line-height: 1.2;
    font-family: 'Baskerville Regular', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}
.cart-item--option {
    font-weight: 700;
    line-height: 1.2;
}
.basket--nav-overlay--subtotal {
    padding: 8px 10px;
    font-weight: 800;
	font-size: 14px;
}
.basket--nav-overlay--checkout-container .button {
    font-size: 14px;
    padding: 8px 15px;
}
.basket--nav-overlay--qty {
    margin-right: 15px;
}
.basket--nav-overlay--price-row {
    font-size: 13px;
	color: #F05200;
}

.header-account {
    position: relative;
}
.header-account-points {
	width: 100%;
	flex: auto;
	border: 0 !important;
	padding: 4px;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	background-color: #F05200;
	color: #fff;
}

.header-account-points > div {
	position: relative;
	top: 2px;
}

.header-account-points svg {
	margin-right: 5px;
}

.header-sticky.condense .header-account-points svg {
	width: 10px;
}

.header-sticky.condense .header-account-points {
    padding: 2px;
}
.header-sticky.condense .header-account-points > div {
	/* display: none; */
	font-size: 12px;
}
/*
|--------------------------------------------------------------------------
| Template > Header > Main Nav
|--------------------------------------------------------------------------
*/
.header-nav > div {
    max-width: 1700px;
    margin: 0 auto;
}
.header-nav--item > a {
	min-height: 44px;
    padding: 11px 45px 5px;
	text-align: center;
    font-size: 17px;
	line-height: 1.2;
    color: #E5E5E6;
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
	justify-content: center;
	font-weight: 600;
}
.header-nav--item:hover > a {
	background-color: #F3F3F3;
	color: #F05200;
}
.header-nav--item .header-nav--special {
    background-color: #F05200;
    color: #FFF;
}

.header-nav--item .header-nav--rewards, .header-nav--item .header-nav--green {
    background-color: #37AF56;
	color:#fff;
}
.header-nav--item .header-nav--rewards:hover, .header-nav--item .header-nav--green:hover {
    background-color: #288340;
	color:#fff;
}

.header-nav--item .header-nav--red {
    background-color: #bf2a2a;
	color:#fff;
}
.header-nav--item .header-nav--red:hover {
    background-color: #a42121;
	color:#fff;
}

.header-nav--dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #F3F3F3;
    padding: 20px;
	display: none;
}
.header-nav--item:hover .header-nav--dropdown {
	display: flex;
}
.nav-dropdown--items, .nav-dropdown--item {
    flex: 1;
	display: flex;
}
.nav-dropdown--items {
	overflow: hidden;
	border-radius: 4px;
}
.nav-dropdown--item {
	flex-direction: column;
	background-color: #FFFFFF;
	color: #171717;
    padding: 35px 25px;
}
.nav-dropdown--item:not(:last-child) {
	margin-right: 1px;
}

.nav-dropdown--cms {
	text-align: center;
}
.nav-dropdown--cms .nav-dropdown--item {
	flex-direction: column;
	justify-content: center;
	min-height: 150px;
}
.nav-dropdown--cms .nav-dropdown--item--title {
	font-size: 24px;
	margin-bottom: 10px;
    line-height: 1.1;
	font-family: 'Baskerville', sans-serif;
	letter-spacing: .4px;
}
.nav-dropdown--item--text {
    line-height: 1.3;
}

.nav-dropdown--cats .nav-dropdown--item {
	padding: 25px;
}
.nav-dropdown--cats .nav-dropdown--item--title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
.nav-dropdown--cats a {
	color: #171717;
}
.nav-dropdown--sub-items {
	display: flex;
	flex-direction: column;
}
.nav-dropdown--cats .nav-dropdown--viewall, .nav-dropdown--cats a:hover {
	color: #F05200;
}
.nav-dropdown--viewall {
    font-weight: 600;
    text-transform: uppercase;
	margin-top: 5px;
	line-height: 1.2;
}
.nav-dropdown--cats .nav-dropdown--viewall:hover {
	color: #c94500;
}
.nav-dropdown--sub-items a:not(:last-child) {
    margin-bottom: 5px;
}
.nav-dropdown--banner {
	margin-left: 20px;
}

/*
|--------------------------------------------------------------------------
| Template > Footer
|--------------------------------------------------------------------------
*/
footer {
    background-color: #171717;
	color: #FFFFFF;
}
.footer-main {
    padding: 50px 0 80px;
    position: relative;
}
.footer-logo {
	margin-right: 15px;
}
.back-to-top {
	cursor: pointer;
	transition: ease-in-out .2s;
}
footer a, .back-to-top {
	color: #FFFFFF;
}
footer a:hover, .back-to-top:hover {
	color: #F05200;
}
.footer-main--left {
	width: 810px;
	max-width: 45%;
	padding-right: 40px;
}

.footer-main--signup {
	margin-bottom: 40px;
	width: max-content;
}
.footer-main--signup > a {
    background-color: #282425;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 20px;
    color: #FFFFFF!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.footer-main--signup > a svg {
	margin-right: 10px;
}
.footer-main--signup > a:hover {
	background-color: #F05200;
}

.footer-nav--title, .footer-title {
    display: block;
    color: #F05200;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-nav-cols > div {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    width: 320px;
}
.footer-nav-cols a {
	margin-bottom: 15px;
}

.footer-text-line {
	display: flex;
	align-items: center;
    margin-bottom: 15px;
}
.footer-text-line > img {
	margin: -4px 8px 0 0;
}
.footer-text-line a {
    font-weight: 600;
}
.footer-social > span {
    display: block;
    margin-bottom: 8px;
}
.footer-social > div {
    display: flex;
	align-items: center;
}
.footer-social a {
	margin-right: 15px;
}
.footer-social a:hover svg path {
	fill: #F05200;
}

footer .payment-methods {
	padding-left: 20px;
}

.grecaptcha-badge {
    z-index: 1001;
}

.footer-app {
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-store--cont > a {
	display: block;
	background: url(/images/style/basic/icon-mobile-dropdown-down.png) no-repeat right 8px;
}

.mobile-store--cont.open > a {
	display: block;
	background: url(/images/style/basic/icon-mobile-dropdown.png) no-repeat right 8px;
}

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

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

.onpage-search__input {
    width: 100%;
    font-size: 16px;
    background: none;
    line-height: 35px;
    padding: 15px 30px 14px;
}

.onpage-search__submit {
	height: 65px;
    width: 80px;
    background: transparent;
}

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


.mobile-nav {
	
}
.mobile-menu {
	color: #FFFFFF;
}
.mobile-menu a {
	font-size: 21px;
	color: #FFFFFF;
}
.static-mobile-nav {
	padding-top: 18px;
	padding-bottom: 0;
	border-bottom: 0;
}
.mobile-nav > ul > li {
	transition: ease-in-out .4s;
}
.mobile-nav > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: none;
	padding: 25px 30px 19px;
	width: 100%;
	border-bottom: 1px solid #171717;
}

.mobile-nav li {
	
}
.mobile-nav li a {
	
}

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

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

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

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

.mobile-action .icon-user {
	background: url(/images/style/basic/mbl-icon-user.png) no-repeat center left;
	background-size: 20px 20px;
}

.mobile-action .icon-box {
	background: url(/images/style/basic/mbl-icon-box.png) no-repeat center left;
	background-size: 20px 20px;
}

.mobile-action .icon-phone {
	background: url(/images/style/basic/mbl-icon-phone.png) no-repeat center left;
	background-size: 18px 18px;
}

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

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

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

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

#page_numbers {
	text-align: center;
}

.page_numbers_inner {
	padding: 32px;
	border: 1px solid #e5e5e6; 
	border-radius: 4px;
	overflow: hidden;
}

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

#page_numbers a {
	padding: 12px 12px 6px;
	background-color: #fff;
	font-size: 13px;
	font-weight: 400;
	color: #171717;
}
.page_numbers_inner > div:not(:last-child) a {
	border-right: 1px solid #e5e5e6;
}

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

.mobile-nav--small {
    padding: 40px 30px;
    border-bottom: 1px solid #171717;
	transition: ease-in-out .4s;
}

.mobile-nav--title {
    font-size: 21px;
    color: #F05200;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 18px;
}
.mobile-nav--small ul > li:not(:last-child) {
    margin-bottom: 20px;
}
.mobile-nav--small:not(.contact) {
	background-color: #171717;
}
.mobile-nav--small:not(.contact) ul > li a {
	font-size: 21px;
}
.mobile-nav--small.contact ul > li {
	color: #FFF;
	font-size: 18px;
}
.mobile-nav--small.contact ul > li a {
	font-weight: 600;
	font-size: 18px;
}
.mobile-menu--close {
	display: flex;
}
.mob-nav-parent > a > svg {
    margin: -8px 0 0px;
}
.mob-nav-parent.open > a {
	flex-direction: row-reverse;
}
.mob-nav-parent.open > a svg {
	transform: rotate(180deg);
}
.mob-nav--expand, .mob-nav--expand--menu {
	display: none;
    list-style: none;
    margin: 0;
}
.open > .mob-nav--expand {
    display: block;
}
.mob-nav--expand > li:not(:last-child) {
	border-bottom: 1px solid #171717;
}
.mob-nav--expand > li > a {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 30px 14px;
    font-size: 18px;
    width: 100%;
}
.mob-nav--expand > li > a svg {
	margin-top: -3px;
	transition: ease-in-out .2s;
}
.mob-nav--expand > li.open > a svg {
	transform: rotate(180deg);
}

.expanded .mobile-nav > ul > li:not(.open), .expanded > .mobile-nav--small {
    margin-left: -100%;
	margin-right: 100%;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.mob-nav--expand--menu {
    background-color: #171717;
}
.mob-nav--expand--menu a {
	padding: 18px 30px 14px;
	font-size: 18px;
}
.mob-nav--expand--menu a:not(:last-child) {
    border-bottom: 1px solid #1e1e1e;
}

.lazy-load {
	clear: both;
	padding: 15px 0;
	width: 100%;
	text-align: center;
}

.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;
	max-width: 150px;
}

.onpage-search {
	background-color: #fff;
	position: relative;
	border: 1px solid #eaeaea;
	display: flex;
	width: 500px;
    max-width: 100%;
	border-radius: 4px;
}

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

/*
|--------------------------------------------------------------------------
| 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: absolute;
	top: 10%; left: 50%;
	z-index: 10001;
    transform: translateX(-50%);
}

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

#olay_close,
#search_results_close {
	background:url(/images/style/basic/olay_close.jpg) no-repeat;
	width:26px;
	height:25px;
	float: right;
	cursor: pointer;
}

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

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

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

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

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

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

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

/*
|--------------------------------------------------------------------------
| Home > Slider
|--------------------------------------------------------------------------
*/
.home-slider-cont {
    margin-top: 2px;
}
.home-slide {
	min-height: 420px;
}

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

.home-slider .home-slide {
    display: flex;
    justify-content: flex-start;
    background-position: right;
    background-size: cover;
	min-height: 620px;
	padding: 40px 50px;
	position: relative;
}

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

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

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

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


.home-slider > .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.home-slider > .slick-prev {
	left: 0;
}
.home-slider > .slick-next {
	right: 0;
}
.home-slide-bg--blurred {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    filter: blur(8px);
    -webkit-filter: blur(2.5px);
}
.home-slide--img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
	z-index: 1;
}
.home-slide--img__mobile {
	display: none;
	z-index: 1;
}
.home-slide--content {
    background: rgba(23, 23, 23, 0.90);
    padding: 60px;
	width: 750px;
	max-width: 60%;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.home-slide--subtitle {
    color: #F3F3F3;
    font-family: 'Baskerville',sans-serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1.8px;
}
.home-slide--title {
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
}
.home-slide--button-cont {
    margin-top: 25px;
}
.home-slider--arrows {
	position: absolute;
	display: flex;
	bottom: 0;
}
.slick-arrow {
	background-color: #282425;
	height: 50px;
	width: 50px;
	background-position: center;
	background-repeat: no-repeat;
	transition: ease-in-out .2s;
	text-indent: -1000px;
	overflow: hidden;
}
.slick-arrow:hover {
	background-color: #F05200;
}
.slick-arrow.slick-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='26' viewBox='0 0 16 26' fill='none'%3E%3Cpath d='M14.6251 1.0233C14.9602 1.35847 15.1484 1.813 15.1484 2.28693C15.1484 2.76086 14.9602 3.21539 14.6251 3.55056L5.1649 13.0108L14.6251 22.471C14.9507 22.8081 15.1309 23.2596 15.1268 23.7282C15.1227 24.1968 14.9347 24.6451 14.6034 24.9765C14.272 25.3079 13.8237 25.4959 13.3551 25.4999C12.8864 25.504 12.435 25.3239 12.0979 24.9983L1.37402 14.2744C1.03895 13.9392 0.850718 13.4847 0.850718 13.0108C0.850718 12.5369 1.03895 12.0823 1.37402 11.7472L12.0979 1.0233C12.4331 0.688229 12.8876 0.5 13.3615 0.5C13.8354 0.5 14.29 0.688229 14.6251 1.0233Z' fill='white'/%3E%3C/svg%3E");
}
.slick-arrow.slick-next {
	margin-left: 1px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='26' viewBox='0 0 16 26' fill='none'%3E%3Cpath d='M1.37486 24.9767C1.03979 24.6415 0.851562 24.187 0.851562 23.7131C0.851562 23.2391 1.03979 22.7846 1.37486 22.4494L10.8351 12.9892L1.37486 3.52898C1.04929 3.19189 0.869139 2.74041 0.873212 2.27178C0.877284 1.80315 1.06525 1.35487 1.39663 1.02349C1.72802 0.69211 2.1763 0.50414 2.64492 0.500068C3.11355 0.495995 3.56503 0.676147 3.90212 1.00172L14.626 11.7256C14.9611 12.0608 15.1493 12.5153 15.1493 12.9892C15.1493 13.4631 14.9611 13.9177 14.626 14.2528L3.90212 24.9767C3.56695 25.3118 3.11242 25.5 2.63849 25.5C2.16456 25.5 1.71003 25.3118 1.37486 24.9767Z' fill='white'/%3E%3C/svg%3E");
}

.home-slider .slick-track {
	display: flex!important;
}
.home-slider .home-slide {
	height: inherit!important;
}


.home-banner--inner {
    width: 100%;
    height: 100%;
    padding: 10px;
	color: #171717;
	border-radius: 4px;
	height: 400px;
}
.home-banner--content {
    text-align: center;
    background-color: #FFF;
    padding: 8px 20px;
    border-radius: 4px;
}
.home-banner--subtitle, .home-banner--title {
	transition: ease-in-out .2s;
}
.home-banner--subtitle {
    font-family: 'Baskerville',sans-serif;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.9px;
}
.home-banner--title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0;
}

.home-banner--inner:hover .home-banner--subtitle, .home-banner--inner:hover .home-banner--title {
	color: #F05200;
}

.tall-banners--container {
   
}
.tall-banners--container > .container {
    max-width: 1400px;
}
.tall-banners {
    margin: 0 -16px -16px 0;
}
.tall-banners > div {
    width: 33.3333333%;
    padding: 0 16px 16px 0;
}
.tall-banner {
    height: 100%;
    width: 100%;
    background-color: #FFF;
}
.tall-banner--image {
	position: relative;
    display: flex;
    padding: 45%;
}
.tall-banner--image > img {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
}
.tall-banner--content {
    padding: 26px;
}
.tall-banner--text {
    text-align: center;
    margin-bottom: 16px;
}
.tall-banner--title {
    font-family: 'Baskerville', sans-serif;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 12px;
}
.tall-banner--subtitle {
    font-size: 16px;
	line-height: 1.2;
    font-weight: 600;
	color: #171717;
}
.tall-banner--link {
    padding: 12px;
}

.home-cats--inner {
	border-radius: 4px;
	overflow: hidden;
	margin-right: -1px;
}
.home-cat {
    background-color: #FFFFFF;
    margin-right: 1px;
    text-align: center;
    padding: 20px 10px;
    font-family: 'Baskerville',sans-serif;
}
.home-cat:hover {
	opacity: .8;
}
.home-cat .home-cat--title {
	color: #000;
}
.home-cat:hover .home-cat--title {
	color: #F05200;
}
.home-cat--title {
    font-size: 24px;
    font-style: italic;
    line-height: 1;
    margin-top: 5px;
	font-weight: 400;
    display: block;
}

.section-title {
	text-align: center;
}
.section-title:not(:last-child) {
	margin-bottom: 30px;
}
.section-title > h4 {
    color: #171717;
    font-family: 'Baskerville',sans-serif;
    font-size: 50px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2.5px;
}
.section-title > span {
	font-size: 16px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.home-usps--inner {
    margin-bottom: -20px;
}
.home-usp {
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	padding: 0 12px 20px 12px;
}
.home-usp > a {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #FFF;
}
.home-usp > a:hover {
	color: #F05200;
	opacity: .9;
}
.home-usp--icon {
    display: flex;
	justify-content: center;
    align-items: center;
    flex: 1;
}
.home-usp--icon.home-usp--stars > svg {
    margin: 0 2px;
}
.home-usp--details {
	margin-top: 20px;
}
.home-usp--title {
    font-size: 20px;
	line-height: 1.1;
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: 1px;
}
.home-usp--subtitle {
	letter-spacing: 0.7px;
}

.featured-products {
    border-bottom: 1px solid #E5E5E6;
}

.sction-title-small {
    display: block;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-list-tabs {
    display: flex;
    justify-content: center;
    font-size: 50px;
    font-family: 'Baskerville', sans-serif;
    line-height: 1;
    letter-spacing: 2.5px;
	margin: 0 -40px 10px 0;
	color: #929397;
}
.product-list-tabs > span {
	cursor: pointer;
	transition: ease-in-out .2s;
	margin: 0 40px 20px 0;
	position: relative;
	text-align: center;
}
.product-list-tabs > span.sel, .product-list-tabs--toggle {
	color: #171717;
	display: flex;
	align-items: center;
}

.product-list-tabs > span.sel::before, .product-list-tabs--toggle::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #171717;
	border-radius: 3px;
}
.product-list-tabs > span:not(.sel):hover {
	color: #F05200;
}
.product-list-tabs--toggle {
	display: none;
}
.product-list-tab--item:not(.show) {
	display: none;
}

.producers-section {
    margin-bottom: 80px;
}
.producers-section.bg-secondary .producer-list--item {
	background-color: #FFFFFF;
}
.producers-feature {
    padding: 60px;
    background-color: #222;
	color: #FFFFFF!important;
	text-align: center;
	min-height: 700px;
}
.producer-feature--name {
	color: #FFFFFF;
	font-family: 'Baskerville', sans-serif;
	font-size: 66px;
	letter-spacing: 3.3px;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 400;
	text-shadow: 0px 0px 15px #000;
}
.producer-feature--subtitle {
	text-transform: uppercase;
	font-size: 16px; 
	letter-spacing: .8px;
	text-shadow: 0px 0px 9px #000;
	margin-bottom: 5px;
}
.producer-feature--actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px -10px 0;
}
.producer-feature--action {
    margin: 0 10px 10px 0;
}
.producers-section--title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.producers-section .producers-list {
	padding: 60px 80px;
}
 
.producers-list--title {
	margin-bottom: 10px;
}
.producers-list--title h6 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 15px 10px 0;
}
.producers-list--title .button {
	margin-bottom: 10px;
}
.product-list--item {
	background-color: #F3F3F3;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 4px;
}
.product-list--item {
	background-color: #FFFFFF;
}
.producer-list--details {
    min-height: 150px;
	padding: 20px 40px;
	color: #000000;
}
.producer-list--details .producer-name, .producer-list--details .producer-name h3 {
	font-family: 'Baskerville', sans-serif; 
	font-size: 25px;
	margin-bottom: 5px;
	color: #171717;
	font-weight: 400;
}
a.producer-name {
	transition: ease-in-out .2s;
}
a.producer-name:hover {
	color: #F05200;
}
.producer-list--details .producer-info { 
	line-height: 1.2;
}
.producer-list--details > a:not(.producer-name) {
	font-size: 13px;
	margin-top: 6px; 
}
.producer-list--image { 
    width: 225px;
	background-color: #222;
}

.producer-page--inner .producers-section {
	margin: 0 -50px -50px 0!important;
}
.producer-page--inner .producers-list {
	padding: 0 50px 50px 0!important;
}
.producer-page--inner .producers-section, .producer-page--inner .producers-feature {
    width: 100%;
}
.producer-page--inner .producers-feature--container {
	margin-bottom: 50px ;
}

.producer-page--inner .product-list--item {
	background-color: #F3F3F3;
}
.producers-feature--container {
    max-width: 700px;
	min-width: 700px;
}


.page-cover--inner {
    background-color: #171717;
    color: #FFFFFF;
    padding: 30px 40px;
    border-radius: 4px;
}
.page-cover--title {
	color: #FFFFFF;
	font-family: 'Baskerville', sans-serif; 
	font-weight: 400;
	font-size: 42px;
	letter-spacing: 2.1px;
}
.page-cover--inner .cover-content {
    font-size: 16px;
}
.page-cover--inner > a {
    margin-top: 15px;
}


.split-block--img {
    width: 100%;
}
.split-block--content {
	width: 100%;
	height: 100%;
}
.split-block--content > .title {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 18px;
    line-height: 1.2;
}
.split-block--content > *:not(:last-child):not(.title) {
    margin-bottom: 20px;
}
.split-content--dd:not(:last-child) {
    border-bottom: 1px solid #E5E5E6;
}
.split-content--toggle {
    font-size: 18px;
    padding: 20px 35px 16px 0;
    cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: space-between;
	position: relative;
} 
.split-content--toggle::before, .split-content--toggle::after {
	position: absolute;
	content: '';
	right: 0;
	top: 32px;
	width: 20px;
	height: 2px;
	border-radius: 5px;
	background-color: #171717;
	transition: ease-in-out .2s;
}
*:not(.open) > .split-content--toggle::after  {
	transform: rotate(90deg);
}

.split-content-dd--text {
    margin-bottom: 20px;
    margin-top: -5px;
    display: none;
}
.split-content--dds.default-open .split-content--dd:first-child .split-content-dd--text {
    display: block;
}


.header-lg {
    padding: 50px 0;
    background-color: #222;
	color: #FFFFFF;
	background-position: left center;
	position: relative;
	overflow: hidden;
}
.header-lg .breadcrumb-trail, .header-lg .breadcrumb-trail a {
	color: #929397;
}
.header-lg h1 {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
	margin: 15px 0;
}
.header-lg.header-lg-2 h1 {
	font-weight: 400;
	font-family: 'Baskerville', sans-serif;
	text-transform: unset;
	font-size: 64px;
	margin: 0 0 10px 0;
}
.header-lg--subtitle {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 400;
    color: #929397;
	margin-bottom: 0;
}
.header-lg--subtitle:not(:last-child) {
	margin-bottom: 20px;
}
.header-lg--subtitle > span {
	color: #F05200;
}
.header-lg .content h1, .header-lg .content h2, .header-lg .content h3, .header-lg .content h4, .header-lg .content h5 {
    font-weight: 400;
    line-height: 1.3;
}
.header-lg .content h1, .news-page--main .content h1, .producer-content--text h1, .page-content h1 {
	font-size: 32px;
}
.header-lg .content h2, .news-page--main .content h2, .producer-content--text h2, .page-content h2 {
	font-size: 28px;
}
.header-lg .content h3, .news-page--main .content h3, .producer-content--text h3, .page-content h3 {
	font-size: 24px;
}
.header-lg .content h4, .news-page--main .content h4, .producer-content--text h4, .page-content h4 {
	font-size: 20px;
}
.header-lg .content h5, .news-page--main .content h5, .producer-content--text h5, .page-content h5 {
	font-size: 18px;
}

.header-lg .content * {
	font-size: 18px;
    line-height: 1.5;
	color: #FFF;
}
.header-lg .content a {
	color: #F05200;
}
.header-lg .content a:hover {
	color: #FFF;
}
.header-lg .content.lg * {
    font-size: 18px;
}
.header-lg .content a {
    text-decoration: underline;
}
.header-lg-img {
    visibility: visible;
    position: absolute;
    left: unset;
    right: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
}
.header-lg--img-blur {
	position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    filter: blur(8px);
    -webkit-filter: blur(2.5px);
}
.header-lg .header-lg__inner {
	display: flex;
	align-items: center;
}
.header-lg.has-img .header-lg__inner {
    background-color: rgba(23, 23, 23, 0.86);
    width: 100%;
    max-width: 920px;
    padding: 0;
	position: relative;
	border-radius: 4px;
	z-index: 2;
}
.header-lg.has-img .header-lg__inner.wider {
	max-width: 1020px;
}
.header-lg .header-lg__inner.has-yt-vid {
    min-height: 240px;
}
.header-lg.has-img .header-lg__inner.has-yt-vid {
    max-width: 1280px;
	overflow: hidden;
}
.header-lg__inner--content {
	flex: 1;
    padding: 50px 40px;
	text-align: center;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.header-content__vid {
    display: flex;
    margin: 0 auto;
    width: 550px;
    height: 310px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 20px;
}

.header-lg__inner--vid {
    position: relative;
    display: flex;
    width: 440px;
    height: 100%;
    max-height: 410px;
    border-radius: 4px;
    overflow: hidden;
	margin-left: 20px;
}
.header-lg__inner--vid > iframe, 
.header-content__vid > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.header-lg.has-img .header-lg__inner.has-yt-vid .header-lg__inner--vid {
    border-radius: 0;
}

.header-lg .header-lg__inner .download-button:not(:first-child) {
	margin-top: 16px;
}

.header-lg-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-lg--icon {
    margin-bottom: 15px;
}
.header-lg--buttons {
	margin: 0 -5px -5px 0;
}
.header-lg--buttons:not(:first-child) {
    margin-top: 20px;
}
.header-lg--buttons > a {
    margin: 0 5px 5px 0;
}

.header-lg__inner.bg-block {
	background-color: #171717!important;
}
.header-lg__inner.spaced h1 {
    margin-bottom: 30px;
}

.header-lg.producer-header {
    padding: 60px 0;
}
.header-lg.producer-header .header-lg__inner {
	min-height: 360px;
}

.category-header--inner {
    text-align: center;
    justify-content: center;
}
.header-lg.has-logo .category-header--inner {
    justify-content: space-between;
    align-items: center;
}
.header-lg.has-logo .header-lg__inner {
    text-align: left;
    margin-right: 40px;
    max-width: 920px;
    flex: 1;
}

.category-header--logo {
	display: flex;
    position: relative;
    z-index: 2;
}
.category-header--logo img {
	border-radius: 4px;
}

.trustpilot-carousel--cont {
    padding: 40px 50px;
}


.uc {
	text-transform: uppercase;
}

.ci-block--content {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    height: 300px;
    border-radius: 4px;
}
.ci-block--content > div {
	width: 100%;
	background-color: #FFFFFF;
	padding: 8px 20px;
	font-size: 18px;
	font-weight: 700;
	color: #171717;
	line-height: 1.2;
}
.ci-block--content:hover > div {
	color: #F05200;
}

.map-container {
	position: relative;
	overflow: hidden;
	padding: 40px;
	min-height: 900px;
	display: flex;
    align-items: center;
}
.map-container #map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.map-container .map-dbl {
    position: relative;
    background-color: #171717;
    color: #FFFFFF;
    padding: 40px;
    border-radius: 4px;
    width: 100%;
    max-width: 400px;
}
.map-container .info--title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.map-container .info--upper {
    line-height: 1.4;
}
.map-container .address-block {
    color: #FFF;
    display: block;
    width: 100%;
    padding: 0;
}
.map-container .info--directions {
    padding-top: 20px;
    margin-top: 15px;
    border-top: 1px solid #282425;
}

#map-search {
    position: relative;
}
#map-search input.postcode {
    height: 50px;
    padding: 20px 20px 15px;
    width: 100%;
    color: #F05200;
    border-radius: 4px;
}
#map-search input.postcode::placeholder {
	color: #F05200;
}
#map-search button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent!important;
}

.content-item--signature {
    margin-top: 20px;
}
.content-item--signature .signature {
    font-size: 24px;
    font-family: 'Baskerville', sans-serif;
}
.content-item--signature .subtitle {
	text-transform: uppercase;
	font-weight: 700;
	color: #F05200;
	letter-spacing: .7px;
}


.members-grid > div {
	width: 25%;
}
.member {
    background-color: #F3F3F3;
}
.member-image-cont > img {
    display: flex;
}
.member-details {
    padding: 18px 20px 14px;
}
.member-name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
.member-tab {
    border-top: 1px solid #FFFFFF;
}
.member-tab--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #F05200;
	cursor: pointer;
}
.member-tab--icon {
    transition: ease-in-out .2s;
}
.open > .member-tab--icon {
    transform: rotate(180deg);
}
.member-tab--content {
	display: none;
    padding: 0 20px 10px;
}

.header-split {
	position: relative;
    background-color: #171717;
    color: #FFFFFF;
    padding: 60px 0;
}
.header-split-img.abs {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}
.header-split--content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 375px;
	font-size: 15px;
}
.header-split--content.content-center {
	justify-content: center;
}
.header-split--inner:not(.has-img) .header-split--content {
    text-align: center;
    min-height: 140px;
}
.header-split--content > *:not(:last-child) {
    margin-bottom: 30px;
}
.has-img > .header-split--content {
    width: 50%;
}
.header-split--content:first-child:not(:last-child) {
	padding-right: 60px;
}
.header-split--content:last-child:not(:first-child) {
	padding-left: 60px;
}
.header-split--top {
    font-weight: 700;
    letter-spacing: .75px;
}
.header-split--content h1 {
	color: #FFFFFF;
	font-size: 60px;
    line-height: 1.1;
    font-family: 'Baskerville',sans-serif;
    font-weight: 400;
}
.header-split--content h1:last-child {
	margin-bottom: 0;
}
.header-split--content h1 a {
    color: #FFFFFF;
}
.header-split--content h1 a:hover {
    color: #F05200;
}
.header-split--bottom {
    background-color: #282425;
	line-height: 1.2;
    padding: 18px 20px 13px;
}

.header-split--bottom > span {
	color: #F05200;
	cursor: pointer;
}
.header-split--bottom > span:hover {
	color: #c54503;
}
.header-split--bottom > a:hover svg path, .header-split--bottom > span:hover svg path {
	fill: #c54503;
}
.header-split--bottom > a svg, .header-split--bottom > span svg {
    margin: -3px 5px 0 0;
}
.header-split--top.breadcrumb-trail {
	font-size: 15px;
	font-weight: 400;
}
.header-split--top.breadcrumb-trail, .header-split--top.breadcrumb-trail > * {
    color: #FFF;
}
.header-split--top.breadcrumb-trail > a:hover {
	color: #F05200;
}
.header-split--top.breadcrumb-trail > span {
    display: none;
}

.article-grid > div {
    width: 50%;
}
.article-grid--item {
    background-color: #f3f3f3;
    height: 100%;
    border-radius: 4px;
}
.article-grid--image {
    width: 225px;
    min-height: 150px;
}
.article-grid--content h3 {
    font-size: 18px;
	line-height: 1.3;
    text-transform: uppercase;
}
.article-grid--content h3 a {
	color: #171717;
}
.article-grid--content h3 a:hover {
	color: #F05200;
}
.article-grid--content {
    font-size: 15px;
    padding: 20px 30px 15px;
}
.article-grid-item--bottom {
    padding-top: 10px; 
}

.news-page--right .article-grid--content .content {
    display: none;
}

.article-cat--side {
    min-width: 110px;
    margin-right: 50px;
    max-width: 200px;
}


.category-tabs > a {
    font-size: 16px;
    color: #171717;
    margin-bottom: 20px;
    line-height: 1.2;
} 
.category-tabs > a:hover, .category-tabs > a.sel {
	color: #F05200;
}
.category-tabs > a.sel {
	font-weight: 800;
}


.mob-page-menu--toggle {
    display: none;
}

.page-separator {
    margin: 0 !important;
    height: 1px;
    width: 100%;
    background-color: #e5e5e6;
}

.news-page--sidebar, .producer-page--sidebar {
    width: 400px;
    border-right: 1px solid #e5e5e6;
    padding: 30px;
}
.news-page--right > *, .producer-page--right > * {
    margin-top: 80px;
}
.news-page--right > *:last-child, .producer-page--right > *:last-child {
	margin-bottom: 80px;
}
.news-page--content, .producer-page--content {
    font-size: 15px;
}
.news-page--content {
	margin-bottom: 50px;
}
.news-page--content > .content > *, .producer-page--content > .content > * {
	line-height: 1.5;
}
.news-page--author {
    padding: 10px 20px 6px;
    background-color: #171717;
    border-radius: 100px;
    font-size: 15px;
    color: #FFF;
	margin-top: 20px;
}
.page-comments.toggled {
    padding: 30px 0;
}
.page-comments.toggled .page-comments--title {
    cursor: pointer;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 30px 0;
}
.page-comments.toggled .page-comments--title:hover, .page-comments.toggled.open .page-comments--title {
	color: #F05200;
}
.page-comments.toggled .page-comments--title svg {
	transition: ease-in-out .2s;
}
.page-comments.toggled.open .page-comments--title svg {
	transform: rotate(180deg);
}
.page-comments.toggled .comments {
	display: none;
}
.comments-form {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 4px;
}

.producers-list--inner > .producer-list--item {
	margin-bottom: 10px;
}
.producer-list--item {
	background-color: #F3F3F3;
	height: 100%;
}
.other-producers--container:not(:first-child) {
    border-top: 1px solid #E5E5E6;
    padding-top: 60px;
}
.other-producers--container .producers-list {
	padding: 0!important;
}
.other-producers--container .producers-list--inner {
	margin: 0 -20px -20px 0;
}
.other-producers--container .producers-list--inner > div {
	padding: 0 20px 20px 0;
	width: 50%;
}
.other-producers--container .producer-list--details {
    padding: 20px;
}
.other-producers--container .producer-list--details .producer-name {
    font-size: 22px;
}

.comments-form--title {
    font-size: 18px;
    font-weight: 600;
}
.comment-list > .comment {
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 20px 20px 15px;
    background-color: #FFF;
}
.comment-list--info {
    font-size: 12px;
    text-transform: uppercase;
    color: #F05200;
    letter-spacing: .4px;
}
.comment-list {
    margin-bottom: 20px;
}

.quick-nav > .sidebar_title {
    margin-bottom: 25px;
	font-size: 15px;
}
.quick-nav--list .scrolltobtn {
    color: #F05200;
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 20px;
	cursor: pointer;
}

.news-page--sidebar > *:not(:last-child) {
    margin-bottom: 45px;
}
.sidebar-products .product-grid {
	margin-left: 0;
}

/*
|--------------------------------------------------------------------------
| Home > Bottom
|--------------------------------------------------------------------------
*/
.home-welcome {
    width: 100%;
}
.home-welcome--content {
    max-width: 1100px;
	min-width: 600px;
    width: 100%;
	border: 1px solid #E5E5E6; 
	border-radius: 4px;
	padding: 30px 60px;
}
.home-welcome__title {
	font-size: 30px;
	line-height: 1.2;
	font-family: 'Baskerville', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}
.home-welcome__title > span {
	font-family: 'Proxima Nova',sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 36px;
}
.content-actions {
    margin: 30px -10px -10px 0;
}
.content-actions > a {
    margin: 0 10px 10px 0;
}

.home-welcome__action {
	margin: 12px 0 0 0;
}
.home-welcome--image {
	margin-left: 30px;
	border-radius: 4px;
}

.cat-custom-links--container.content-custom-links {
	margin: 28px auto -10px;
	padding: 0 30px;
	max-width: 1920px;
	width: 100%;
}

.content-rows.cr-2 > div:nth-of-type(even) .content-row--item
 {
	flex-direction: row-reverse;
}
.content-row--item {
	position: relative;
    display: flex;
    align-items: center;
    padding: 100px 0;
}
.content-item--text, 
.block--content--inner {
    flex: 1;
	font-size: 16px;
}
.content-item--text h3, 
.block--content--inner h3 {
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 1.1;
}
.content-item--text .content *, 
.block--content--inner .content * {
	line-height: 1.3;
}
.content-item--text > a.button, 
.block--content--inner .block--content--buttons {
	margin-top: 15px;
}

.block--content--inner > .content h1, .block--content--inner > .content h2, .block--content--inner > .content h3, .block--content--inner > .content h4, .block--content--inner > .content h5 {
	font-weight: 800;
	text-transform: uppercase;
}
.block--content--inner > .content h1 {
	font-size: 42px;
}
.block--content--inner > .content h2 {
	font-size: 38px;
}
.block--content--inner > .content h3 {
	font-size: 36px;
}
.block--content--inner > .content h4 {
	font-size: 34px;
}
.block--content--inner > .content h5 {
	font-size: 32px;
}

.bg-primary > div > .content-row--item h3, .bg-primary > div > .content-row--item .content {
    color: #FFF;
}

.content-blocks .content-block, 
.content-block-images, 
.content-block-faq {
	padding: 80px 0;
}
.content-blocks .content-block--grey {
	background-color: #F3F3F3;
}
.content-blocks .content-block--black {
	background-color: #171717;
}
.content-block--black .block--content--inner > h3, 
.content-block--black .block--content--inner > .content *, 
.content-block--black .listing-row--title {
    color: #FFF;
}
.block--content {
    position: relative;
    display: flex;
    align-items: center;
}
.block--content.flex-rev {
    flex-direction: row-reverse;
}

.block--listings--inner .listing-row--title, 
.faq-page--inner--title {
	font-size: 36px;
	font-family: 'Proxima Nova',sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
.content-block-faq .faq-page--inner--title {
	text-align: center;
}
.block--listings .listing-row {
    padding: 80px 0;
}
.block--listings .listing-row .product-grid.slick-slider .slick-arrow {
    width: 36px;
    height: 36px;
}
.block--listings .listing-row .product-grid.slick-slider .slick-prev, 
.block--listings .listing-row .product-grid.slick-slider .slick-next {
    background-size: 36px 36px;
}
.block--listings--inner:not(:last-child) > .listing-row {
    padding-bottom: 0;
}
.block--listings--buttons {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.block--listings:first-child .listing-row {
    padding-top: 0;
}
.block--listings:last-child .listing-row {
    padding-bottom: 0;
}

.faq-page--inner--title + .dd-section {
    padding-top: 20px;
}

.content-block--grey .listing-row .product-grid--item-inner {
	background-color: #FFF!important;
}
.content-block--grey .listing-row .product-grid--item:not(.lifestyle) .product-image__link img {
	opacity: 1!important;
}
.content-block--black .listing-row .product-grid--item-inner {
	border: 1px solid #F3F3F3;
}

.producer-page--content:not(:last-child) {
    margin-bottom: 100px;
}
.producer-content--text {
    min-width: 600px;
    margin-right: 100px;
}
.producer-content--text, .producer-content--text p {
    font-size: 15px;
    line-height: 1.4;
}
.producer-content--text > a.button {
	margin-top: 40px;
}
.producer-content-img {
    border-radius: 4px;
	display: flex;
}
.producer-content--images .producer-content-img {
	height: 100%;
}

.producer-content--text.full {
    margin-right: 0;
    text-align: center;
}
.producer-page--content.flex.flex-rev {
    flex-direction: row-reverse;
}
.producer-page--content.flex.flex-rev .producer-content--text {
	margin-left: 100px;
	margin-right: 0;
}

.content-item--image, 
.block--content--image {
    max-width: 50%;
}

.content-block-faq .dd-title {
	font-size: 16px;
}
.content-block-faq .dd-text {
    font-size: 15px;
}


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

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

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

.cms-cat-page {
    padding: 120px 40px;
	background-color: #f3f3f3;
}
.cms-cat--inner {
	width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px;
    border-radius: 5px;
}
.cms-cat--inner.thin {
	max-width: 600px;
}
.cms-cat--inner h1 {
    margin-bottom: 25px;
}
.cms-cat--list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0;
}
.cms-cat--list > div {
	padding: 0 10px 10px 0;
}
.cms-cat--list > div > a {
	padding: 18px;
	text-align: center;
	background-color: #FFFFFF;
	color: #171717;
	border-radius: 4px;
	border: 1px solid #e5e5e6;
	width: 100%;
	height: 100%;
}
.cms-cat--list > div > a:hover {
	color: #F05200;
}
.cat-list--title {
    font-size: 18px;
    font-weight: 700;
}
.cat-list--sub {
    margin-bottom: -4px;
    display: block;
}
.cms-cat--contact {
    margin-top: 30px;
}
.cms-cat--contact, .cms-cat--contact a {
    color: #171717;
}

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


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

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

li.dd-block {
	margin: 0 0 4px;
	background-color: transparent;
    border: 1px solid #e5e5e6;
    border-radius: 4px;
}

.dd-title {
	position: relative;
	color: #171717;
	font-size: 14px;
	padding: 17px 20px 18px;
	cursor: pointer;
	font-weight: 700;
}
.dd-title:after {
	content: '';
	position: absolute;
	top: 21px; right: 28px;
	height: 12px;
	width: 2px;
	background: #171717;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}
.dd-title:before {
	content: '';
	position: absolute;
	top: 26px; right: 23px;
	height: 2px;
	width: 12px;
	background: #171717;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}
.dd-open:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0;
}

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

.dd-text {
	padding: 0 20px 20px 20px;
	font-size: 14px;
}
 
.dd-text p {
	font-size: 14px;
}

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

.content-page--inner .dd-section:first-child {
    padding-top: 0;
}
.faq-search--container {
    margin-bottom: 40px;
}
.faq-search .input input[type="text"] {
    padding: 11px 20px 7px;
}
.faq-search .input.button-inline .button {
	background-color: transparent;
}
.faq-search .spinner {
    position: absolute;
    right: 35px;
    top: 1px;
    height: 40px;
    width: 40px;
}

.faq-quicklinks {
    margin-bottom: 40px;
}
.faq-quicklinks .title {
    font-size: 16px;
    font-weight: 700;
    color: #f05200;
}
.faq-quicklinks--list {
	margin-top: 20px;
}
.faq-quicklink {
    padding: 10px 20px 6px;
    border: 1px solid #e5e5e6;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: ease-in-out .2s;
}
.faq-quicklink:hover {
	color: #f05200;
	border-color: #f05200;
}

/*
|--------------------------------------------------------------------------
| Shop > Category
|--------------------------------------------------------------------------
*/
.category-main {
	flex: 1;
}
.category-main .sort-by-container {
    display: none;
}
.sidebar {
	width: 360px;
	flex-shrink: 0;
	background-color: #fff;
	border-right: 1px solid #E5E5E6;
}

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

.sidebar-content {
	overflow: hidden;
	display: flex;
    justify-content: center;
	padding: 30px;
}

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

.category-item {}

form#search-within {
	display: none;
}

.category-main--bottom {
    margin-top: 30px;
	margin: 30px -20px 10px 0;
}
.category-main--bottom .page_numbers_inner {
	padding: 0;
}
.category-main--bottom > div {
	padding: 0 20px 20px 0;
}


.cat-custom-links--container {
	margin: -10px 0 16px;
    position: relative;
    overflow-x: scroll;
}
.cat-custom-links--container::-webkit-scrollbar {
	display: none;
}
.cat-custom-links--container::before, .cat-custom-links--container::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	background: rgb(255,255,255);
	z-index: 1;
}
.cat-custom-links--container::before {
	left: 0;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
}
.cat-custom-links--container::after {
	right: 0;
	background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
}
.cat-custom-links {
	padding: 0 20px 0;
    display: flex;
    overflow: hidden;
    position: relative;
}
.cat-custom-links > * {
	display: flex;
	align-items: center;
	padding: 10px 16px 6px;
    border-radius: 50px;
    border: 1px solid #F05200;
    font-size: 13px;
    color: #171717;
    text-align: center;
	margin: 0 10px 10px 0;
	flex: none;
	cursor: pointer;
}
.cat-custom-links > *:hover {
	color: #F05200;
}

.cat-custom-links.touchenabled {
    overflow-x: scroll;
}
.cat-custom-links.touchenabled::-webkit-scrollbar {
    opacity: 0!important;
	width: 0!important;
	height: 0!important;
}

.dd-block.force-open .dd-title::before, .dd-block.force-open .dd-title::after {
    display: none!important;
}
.dd-block.force-open .dd-text {
    display: block!important;
}

.cat-ft-products {
    padding: 30px 30px 15px;
    border: 2px solid #F05200;
    margin-bottom: 30px;
}
.cat-ft--titles {
    margin-bottom: 15px;
}
.cat-ft-products > .cat-ft--titles {
	background-image: none!important;
}
.cat-ft--titles > *:not(:last-child) {
	margin-bottom: 10px;
}
.cat-ft--title {
    font-size: 30px;
    font-weight: 700;
    color: #F05200;
    line-height: 1.1;
}
.cat-ft--title--desc {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
	display: none;
}
.product-grid > .cat-ft--titles {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-left: 15px;
    padding: 30px 40px;
    background-color: #F3F3F3;
	text-align: center;
	border-radius: 5px
}
.product-grid > .cat-ft--title {
	margin-bottom: 15px;
}
.product-grid > .cat-ft--titles .cat-ft--title--desc {
	display: block;
}
.product-grid > .cat-ft--titles.hasimg {
    text-shadow: 1px 1px 5px rgba(0,0,0,.3);
}
.product-grid > .cat-ft--titles.hasimg .cat-ft--title--desc {
	color: #FFF;
}

.category-faqs.dd-section {
    padding: 40px 40px 0;
}
.category-faqs.dd-section > .content {
    margin-bottom: 20px;
}

/*
|--------------------------------------------------------------------------
| Shop > Filters
|--------------------------------------------------------------------------
*/
.filter-subcategories .filter-title, #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 {
    padding: 20px;
    cursor: pointer;
}

#mbl-filters {
	align-items: center;
	justify-content: space-between;
}
#mbl-filters span, .filter-title span {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .75px;
    color: #F05200;
}
.filter-title span {
	flex: 1;
	margin-bottom: -5px;
}
#mbl-filters span {
	color: #FFFFFF;
}

.filter-title svg {
	width: 18px;
    height: 18px;
	flex-shrink: 0;
	fill: #F05200;
}

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

.filter ul {
	padding: 0 20px 20px 20px;
	margin-top: -5px;
}

.filter--links a {
	position: relative;
	padding: 5px 0 4px 20px;
	font-weight: 400;
	font-size: 13px;
	color: #231F20;
}

.filter--links a:before {
	content: '';
	position: absolute;
	height: 14px;
	width: 14px;
	top: 6px;
    left: 0;
    background-color: #E5E5E6;
    border: 2px solid #E5E5E6;
}
.filter--links li:not(.filter-selected) a:hover {
	opacity: .8;
}
.filter--links .filter-selected a {
	color: #F05200;
}

.filter--links .filter-selected a:before {
	background: url(/images/style/basic/icon-tick-2x.png) no-repeat center center #F05200;
	background-size: 10px 8px;
	border: none;
}

.filter-products-count {
    margin-left: 5px;
    float: right;
}

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

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

#slider-range .ui-slider-handle {
	height: 14px;
	width: 14px;
	border-radius: 14px;
	background-color: #F05200;
	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/basic/icon-swatch-tick.png) no-repeat center right 8px;
}

.filter-swatch.sel .filter-swatch--inner {
	background-color: #1e1e1e;
	background: url(/images/style/basic/icon-swatch-tick.png) no-repeat center right 8px #1e1e1e;
	border: none;
}

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

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

.filter--loading {
	clear: both;
}

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


.more-filters {
    display: none;
}
.more-filters__toggle {
    cursor: pointer;
    font-weight: 800;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.more-filters__toggle::before {
    content: '+';
    position: relative;
    font-size: 24px;
    margin-right: 5px;
    line-height: 0;
}
.more-filters__toggle::after {
    content: 'View All';
    position: relative;
    text-transform: uppercase;
	font-size: 11px;
}
.show-more-filters > .more-filters__toggle::before {
    content: '-';
    margin-top: -2px;
}


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

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


.sort-by-container {
    padding: 20px;
    border-bottom: 1px solid #E5E5E6;
}
.sort-by-container .sort-by:first-of-type {
	margin-right:0;
}

.sort-by {
    position: relative;
	border-radius: 4px;
}
.sort-by label {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 12px;
    text-transform: uppercase;
    color: #282425;
}

.sort-by .select2-container {
	border: 1px solid #171717;
	border-radius: 4px;
}
.sort-by .select2-container.select2-container--focus {
	border-color: #F05200;
	border-radius: 4px 4px 0 0 ;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__rendered,
.sort-by .select2-container .select2-selection--single {
	height: 42px;
}
.sort-by .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    top: unset;
    right: 10px;
    bottom: 3px;
    width: 20px;
    background: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 128 128' viewBox='0 0 128 128' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23282425' d='m64 88c-1.023 0-2.047-.391-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0l37.172 37.172 37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40c-.781.781-1.805 1.172-2.828 1.172z'%3E%3C/path%3E%3C/svg%3E") 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: 14px;
    height: 52px;
    padding: 24px 70px 1px 12px;
    color: #282425;
	font-weight: 700;
}

.sort-by .select2-container--default .select2-selection--single {
	background-color: transparent;
	height: 52px;
	border: 0!important;
}

/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display
|--------------------------------------------------------------------------
*/


.page-counter {
    font-family: 'Baskerville', sans-serif;
    padding-bottom: 10px;
    margin: 20px 0 20px 15px;
    font-size: 24px;
    border-bottom: 1px solid #191919;
    width: 100%;
}

.product-grid {
	margin-left:-15px;
	display: flex;
    flex-wrap: wrap;
}
.product-grid.slick-slider, .product-grid.slick-slider .slick-list {
    width: 100%;
}
.product-grid.slick-slider {
	position: relative;
	margin-left: 0px;
}
.product-grid.slick-slider .slick-arrow {
	position: absolute;
	top: 50%; 
	z-index: 1;
	margin-top: -20px;
}
.product-grid.slick-slider .slick-prev {
	left: -10px;
}
.product-grid.slick-slider .slick-next {
	right: -10px;
}

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

.product-inner--image {
	position: relative;
	flex: 1;
	display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
	min-width: 120px;
    max-width: 170px;
	padding-right: 20px;
}
.prod-layout--mixed .product-inner--image, .prod-layout--ticket .product-inner--image {
    max-width: 100%;
    padding-right: 0;
}
.product-image__link,
.product-inner--image img {
	width: 100%;
}
.product-image__link {
	display: flex;
    width: auto;
}
.prod-layout--mixed .product-image__link, .prod-layout--ticket .product-image__link {
	margin-bottom: 20px;
}
.product-inner--image img {
	display: block;
	background-color: #FFF;
	width: auto;
    max-height: 412px;
	object-fit: contain;
}
.prod-layout--simple.lifestyle .product-inner--image img {
    object-fit: cover;
}
.product-grid--item:not(.lifestyle) .product-image__link {
	background-color: #000;
}
.product-grid--item:not(.lifestyle) .product-image__link img {
	opacity: .95;
}



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

.product-inner--titles {
	padding-bottom: 10px;
	text-align: center;
	padding: 20px 20px 13px;
	border-bottom: 1px solid #FFFFFF;
	display: flex;
    flex-direction: column;
    justify-content: center;
}


.product-inner--title,
.product-inner--subtitle,
.product-inner--row {
	padding: 0 0 8px 0;
}
.product-inner--title {
	font-family: 'Baskerville',sans-serif;
	font-size: 25px;
	color: #171717;
	line-height: 1.1;
	width: 100%;
}
.product-inner--title:hover h3 {
	color: #F05200;
}
.product-inner--title {

}
.product-inner--title > h3 {
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 0;
	transition: ease-in-out .2s
}

.product-inner--subtitle {
	font-size: 13px;
	padding-bottom: 0;
	line-height: 1.1;
}

.product-grid--item--vault .product-inner--titles {
    background-color: #171717;
    color: #FFF;
}
.product-grid--item--vault .product-inner--title > * {
	color: #FFFFFF;
}

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

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

.product-inner {
    display: flex;
    flex-direction: column;
	height: 100%;
}

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

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

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

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

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

.product-inner--main {
    padding: 20px;
    display: flex;
	position: relative;
}
.prod-layout--mixed .product-inner--main, .prod-layout--ticket .product-inner--main {
    flex-direction: column;
    align-items: center;
	height: 100%;
}

.max-msg {
    display: none;
    position: absolute;
    bottom: 100%;
    text-align: center;
    background-color: #282425;
    margin-bottom: 14px;
    width: 150px;
    color: #fff;
    line-height: 1.2;
    padding: 10px 10px 6px;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
}
.max-msg::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background-color: #282425;
    width: 12px;
    height: 12px;
}

.product-inner--sashes {
	position: relative;
	z-index: 1;
	pointer-events: none; 
	position: absolute;
	top: 0;
    left: 0;
	width: max-content;
    max-width: 95%;
    text-transform: uppercase;
}
.product-inner--sashes > div {
	border-radius: 4px;
    background-color: #F05200;
    z-index: 10;
    color: #fff;
	font-size: 13px;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-align: center;
    pointer-events: none;
    padding: 6px;
    margin-bottom: 5px;
	width: 80px;
    min-width: fit-content;
    max-width: 130px;
    line-height: 1;
}

.product-inner__side {
    flex: 1;
	min-width: 210px;
}
.product-inner__side > *:not(:first-child) {
    margin-top: 10px;
}
.prod-layout--mixed .product-inner__side {
	width: 100%;
	flex: unset;
}
.product-inner__options {
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 5px;
}
.prod-layout--mixed .product-inner__options {
	border-bottom: 0;
	margin-bottom: 0;
}
.product-inner__options > div {
    width: 100%;
    margin-bottom: 20px;
}
.prod-layout--mixed .product-inner__options > div {
	margin-bottom: 0;
}
.inner-option--top, .product-inner-option--top, .product-inner__option__title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.product-inner__option__title {
	padding-right: 10px;
	font-size: 14px;
	margin-bottom: 0;
	text-align: left;
	text-wrap: balance;
}
.inner-option--top > span.dblc:not(:last-child) {
	padding-right: 10px;
}
.prod-layout--mixed .inner-option--top {
	align-items: center;
	margin-bottom: 10px;
}
.product-inner__option__price {
	text-align: right;
}
.prod-layout--mixed .product-inner__option__price {
	font-size: 20px;
}
.inner-option--buy {
    margin-right: -5px;
}
.inner-option--buy .submit-container {
    width: 100%;
	flex: 3;
}
.inner-option--buy .submit-container > .button {
    margin: 0 5px 5px 0;
	height: 37px;
    padding: 0 10px
}
.product-grid--item-inner .category-notify {
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-grid--item-inner .category-notify svg {
	margin-right: 5px;
}

.qty-pm--container {
    margin-bottom: 20px;
}
.qty-pm--container > label {
    font-size: 18px;
	font-weight: 700;
	letter-spacing: .02em;
}
.product-inner__qty {
    position: relative;
    min-width: 100px;
    margin-right: 10px;
    height: 100%;
    flex: 1;
}
.product-inner__qty input {
	width: 100%;
    height: 37px;
    text-align: center;
    padding: 5px 26px 0px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}
.product-inner__qty .qty-plus, .product-inner__qty .qty-minus {
    position: absolute;
    height: 100%;
    top: 0;
    width: 26px;
    text-align: center;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-inner__qty .qty-minus {
    left: 0;
    border-right: 1px solid #e8e8e8;
    line-height: 1.2;
}
.product-inner__qty .qty-plus {
    right: 0;
    border-left: 1px solid #e8e8e8;
}
.product-inner__qty .qty-plus::before, .product-inner__qty .qty-plus::after, .product-inner__qty .qty-minus::after {
    position: absolute;
	content: '';
    width: 10px;
	height: 2px;
	border-radius: 5px;
	background-color: #F05200;
}
.product-inner__qty .qty-plus::before {
	transform: rotate(-90deg);
}

.product-inner__qty.lg {
    width: 150px;
}
.product-inner__qty.lg input {
    width: 150px;
	height: 40px;
	font-size: 16px;
}
.product-inner__qty.lg .qty-plus, .product-inner__qty.lg .qty-minus {
	width: 30px;
}

.product--reviews {
	display: flex;
	align-items: center;
}
.product--reviews > span {
    margin: 5px 0 0 5px;
    font-size: 14px;
    color: #37AF56;
    letter-spacing: 1px;
}

.product-inner_desc .listing-more--link {
	text-decoration: underline;
}

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

.product-inner--stock.has-dispatch {
	margin: -10.5px 0;
}
.product-inner--stock.has-dispatch .listing_stock_ship {
	margin-top: -3px;
}

.tooltip-container {
    position: relative;
    display: flex;
    align-items: center;
}
.tooltip-container .core-tooltip {
	bottom: 100%;
	margin-bottom: 5px;
	left: unset;
	right: 0;
	transform: none;
}
.tooltip-container .tooltip-question {
    height: 14px;
    width: 14px;
    background-color: #F05200;
    color: #FFF;
    border-radius: 12px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    margin-top: -5px;
}
.tooltip-container .tooltip-question:not(:first-child) {
	margin-left: 5px;
}
.tooltip-container[data-tooltip]:before, .tooltip-container[data-tooltip]:after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #282425;
	pointer-events: none;
	display: none;
}
.tooltip-container[data-tooltip]:after {
    content: attr(data-tooltip);
    padding: 12px 7px 8px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    width: 200px;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 3px;
	z-index: 2;
}
.tooltip-container[data-tooltip]:before {
	content: '';
	width: 10px;
	height: 10px;
	margin-bottom: 5px;
	transform: rotate(45deg); 
}
.tooltip-container[data-tooltip]:hover:before, .tooltip-container[data-tooltip]:hover:after {
	display: block;
}


.prod-layout--mixed .stock-status {
    
}
.prod-layout--mixed .stock-status.out-of-stock {
	margin-top: -2px;
}

.product-inner-all-button {
	margin: 0 auto;
	max-width: 340px;
}



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

.product-inner--info {
	flex: 1; 
}

.product-grid--item.prod-layout--simple.lifestyle {
    width: 25%;
}
.product-list-tab--item .product-grid--item {
	width: 16.66666666%;
}


.product-grid--item.prod-layout--simple {
    text-align: center;
    width: 16.666666666%;
}
.product-grid--item.prod-layout--simple .product-inner--titles {
	padding: 0 0 15px 0;
	border-bottom: 0;
}
.product-grid--item.prod-layout--simple .product-inner--titles > *:not(:last-child) {
	margin-bottom: 10px;
}
.product-grid--item.prod-layout--simple .product-inner--title {
	flex: 1;
	font-size: 20px;
	padding-bottom: 0;
}
.product-grid--item.prod-layout--simple .product-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
	flex: 1;
}
.product-grid--item:not(.lifestyle) .product-grid--item-inner { 
	background-color: #F3F3F3;
}
.product-grid--item.prod-layout--simple:not(.lifestyle) .product-grid--item-inner {
    padding: 20px;
}

.product-grid--item.prod-layout--simple .stock-status {
	background: none;
	padding: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.product-grid--item.prod-layout--simple .stock-status.in-stock {
	display: none;
}
.product-grid--item.prod-layout--simple .product-inner--image {
	padding-bottom: 20px;
	padding-right: 0;
	width: 100%;
	max-width: 100%;
}
.product-grid--item.prod-layout--simple:not(.lifestyle) .product-image__link {
    height: 320px;
}

.product-grid--item.prod-layout--simple.lifestyle .product-image__link {
	border-radius: 4px;
    overflow: hidden;
}
.product-grid--item.prod-layout--simple .category-item--option {
	font-size: 15px;
}

.prod_view {
    width: 100%;
}
.product-grid--item.lifestyle .prod_view {
	max-width: 250px;
}

.product-grid .slick-track {
	display: flex!important;
}
.product-grid.slick-slider .product-grid--item {
	height: inherit!important;
}

.product-inner--options {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 10px;
}
.category-item--option {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 1.2;
}
.category-item--option > * {
	padding: 0 2px;
}
.category-item--option-value {
	font-weight: 700;
	margin-top: -2px;
}

#recently_viewed {
    padding: 20px;
}
#recently_viewed .product-grid {
    margin-left: 0;
}
.sidebar_title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .75px;
    margin-bottom: 10px;
}
.recent_item {
    background-color: #F0F1F2;
	overflow: hidden;
	color: #171717;
	width: 100%;
}
.recent_item:hover {
	color: #F05200;
}
.recent_item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.recent_item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.recent_item:not(:last-child) {
	margin-bottom: 2px ;
}
.recent_item--inner {
    padding: 10px 10px 6px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.recent_item--inner .recent_text {
	font-size: 16px;
	font-family: 'Baskerville',sans-serif;
	margin-bottom: 20px;
}
.recent-item--prices {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .55px;
	text-transform: uppercase;
	color: #171717;
}
.recent_item--image {
    margin: 10px;
    width: 40px;
	display: flex;
	justify-content: center; 
	align-items: center;
}
.recent_item--image > div {
    display: flex;
    background: #000;
}

.listing-page #recently_viewed {
	padding: 0;
}
.listing-page #recently_viewed h3 {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Baskerville', sans-serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.listing-page #recently_viewed .product-grid {
    justify-content: center;
}

.listing-bottom .listing-youtube {
    margin-top: 40px;
}
.listing-bottom--fandr {
    border-bottom: 1px solid #e5e5e6;
}
.listing-bottom--title {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .8px;
    margin-bottom: 15px;
}

.listing-bottom--resources > a {
	width: 100%;
	min-width: 400px;
	display: flex;
	align-items: center;
	color: #F05200;
}
.listing-bottom--resources > a svg {
	margin: -2px 10px 0 0;
}
.listing-bottom--resources > a:hover {
	background-color: #F05200;
	color: #FFFFFF;
}
.listing-bottom--resources > a:hover svg path {
	fill: #FFFFFF;
}

.listing-bottom--resources.full {
    text-align: center;
}
.listing-bottom--resources.full > a {
    justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*
|--------------------------------------------------------------------------
| Category Model
|--------------------------------------------------------------------------
*/
.listing--info {
	padding: 30px 30px 30px 30px;
	border: 4px solid #e7e7e7;
	border-top: 0;
	border-bottom: none;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );
}

.listing--other {
	float: right;
}

.listing--review {
	text-align: right;
	padding: 8px 0;
}

.listing--price {
	float: left;
}

.listing--price strong {
	display: block;
	font-weight: 700;
	font-size: 30px;
	color: #1e1e1e;
}

.listing--price span {
	display: block;
	font-weight: 700;
	font-size: 13px;
	color: #666666;
}

.listing--points {
	color: #F05200;
	font-weight: 700;
	font-size: 13px;
}

.listing--points span {
	color: #1e1e1e;
}

.listing-price-cont {
	margin-bottom: 20px;
}

.listing-pricebreaks table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 20px;
}

.listing-pricebreaks th,
.listing-pricebreaks td {
	border: 1px solid #aaa;
	padding: 5px;
}

.listing-pricebreaks th {
	text-align: left;
}


/*
|--------------------------------------------------------------------------
| Listing
|--------------------------------------------------------------------------
*/
.listing-right {
    flex: 1;
}


.listing-main .breadcrumb-trail {
    margin-top: -30px;
}

.listing-right--inner {
    background-color: #F3F3F3;
	margin: 25px 0 30px;
	padding: 45px 50px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.listing-titles {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
}
.listing-title {
    width: 100%;
}
.listing-title--reviews {
    margin: 0 0 15px 20px;
    display: flex;
}
.listing-sticky .listing-title--reviews {
	display: none;
}
.listing-page h1 {
    font-size: 36px;
	line-height: 1;
	margin-bottom: 15px;
}
.listing-page h2 {
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    margin: 0;
    color: #515151;
}
.listing-right--desc {
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #F05200;
    border-radius: 4px;
}

.title-alt {
	font-family: 'Baskerville', sans-serif;
	font-size: 36px; 
	margin-bottom: 10px;
}

.listing-inpackage {
    margin-bottom: 40px;
}
.inpackage-list {
    padding: 20px;
    border: 1px solid #e5e5e5;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    max-height: 600px;
	border-radius: 4px;
}
.inpackage-list::-webkit-scrollbar {
	width: 10px;
}
/* Track */
.inpackage-list::-webkit-scrollbar-track {
  background: #F3F3F3;
}
/* Handle */
.inpackage-list::-webkit-scrollbar-thumb {
  background: #F05200;
  border-radius: 40px;
  max-height: 47px;
  position: relative;
}
.inpackage-list::-webkit-scrollbar-thumb::after {
	position: absolute;
	top: 0;
	height: 10px;
	width: 10px;
	background-color: #22222222;
}
/* Handle on hover */
.inpackage-list::-webkit-scrollbar-thumb:hover {
  background: #c94500;
}
.inpackage-item {
    display: flex;
	align-items: center;
}
.inpackage-item:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f7f7f7;
}
.inpackage-item--image {
    margin-right: 20px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.inpackage-item--title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    color: #171717;
}
.inpackage-item--qty {
    font-weight: 400;
    margin-bottom: -4px;
    display: inline-block;
	color: #F05200;
}
.inpackage-item--props {
    display: flex;
    flex-wrap: wrap;
}
.inpackage-item--props > div {
    margin-right: 10px;
    margin-bottom: 6px;
}
.inpackage-item--props > div > span {
	text-transform: uppercase;
}

.inpackage--content ul {
    list-style: none;
    margin: 0;
}
.inpackage--content li {
    padding: 10px 0;
    border-top: 1px solid #e5e5e6;
	margin: 0;
}
.inpackage--content li:first-child {
	padding-top: 0;
	border-top: 0;
}
.inpackage--content li:last-child {
	padding-bottom: 0;
}

.listing-sticky.fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    border-radius: 5px;
    background: #F3F3F3;
    box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.18);
    padding: 10px 20px 20px;
	max-width: 580px;
    width: 100%;
}
.listing-sticky:not(.fixed) .listing-sticky--close {
	display: none;
}
.listing-sticky--close {
	position: absolute;
	top: 23px;
    right: 20px;
	cursor: pointer;
}
.listing-sticky--close svg {
    width: 14px;
    height: 14px;
}
.listing-sticky .product-inner__qty, .listing-sticky .product-inner__qty input {
    width: 160px;
}
.listing-sticky .product-inner__option__title {
	font-size: 18px;
}
.listing-sticky .product-inner__option__price {
    font-size: 20px;
    min-width: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.listing-sticky .product-inner__option__purchase > div:not(:last-child) {
    margin-right: 10px;
}
.listing-sticky .product-inner__option__price > *:not(:last-child) {
    margin-right: 10px;
}
.listing-sticky .product-inner__option__price > small {
    font-weight: 400;
    text-transform: lowercase;
    font-style: italic;
    font-size: 12px;
}
.listing-sticky .product-inner__option__price > small > span {
    margin-left: 10px;
}
.listing-sticky .product-inner__option__price > *:first-child:last-child {
	width: 100%;
}

.listing-action-container {
    max-width: 300px;
    display: flex;
    flex: 1;
}
.listing-overlay-buy {
    max-width: 100%;
    min-height: 37px;
	padding: 5px 20px;
	flex: 1;
}
.listing-sticky .stock {
    padding: 0;
    text-align: left;
    flex: 1;
    margin-right: 30px;
}

.listing-sticky.fixed .listing-title {
	padding-right: 30px;
}
.listing-sticky.fixed .listing-title h1 {
    font-size: 22px;
	margin: 10px 0 5px;
}
.listing-sticky.fixed .listing-side__options {
	margin-top: 0;
}
.listing-side__options > div:not(:first-child) {
	border-top: 1px solid #FFFFFF;
}
.listing-sticky.fixed .form-options {
	padding: 10px 0;
}
.listing-sticky.fixed .form-options:first-child {
	border-top: 0;
}
.listing-sticky.fixed .product-inner__option__title, .listing-sticky.fixed .product-inner__option__price {
    font-size: 15px;
}
.listing-sticky.fixed .product-inner__qty input, .listing-sticky.fixed .listing-overlay-buy {
    height: 27px;
	min-height: 27px;
}
.listing-sticky.fixed .stock {
    text-align: right!important;
    display: flex;
    justify-content: flex-end;
    margin: 5px 0 0;
}
.listing-sticky.fixed .stock > .flex {
	flex-direction: row-reverse;
}
.listing-sticky.fixed .stock-status {
    padding-top: 0;
	margin-left: 20px;
	background-position: left 2px top 4px;
}
.listing-sticky.fixed .product-inner__option__price > small > span, .listing-sticky.fixed .listing-points, .listing-sticky.fixed .product-option--stock {
	display: none;
}

.listing-images {
	width: 790px;
	margin-right: 100px;
	position: relative;
}
.listing-images.flex-col-rev {
	justify-content: flex-end;
}
.embed-container {
	position: relative;
	width: 100%;
	padding: 56% 0 0 0;
	border-radius: 5px;
	overflow: hidden;
}
.embed-container > iframe {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
    width: 100%; height: 100%;
}

.listing-youtube {
    max-width: 850px;
    display: flex;
    margin: 0 auto;
}
.listing-youtube:not(:first-child) {
	margin-top: 30px;
}
.listing-images.flex-col-rev .listing-youtube:not(:first-child) {
	margin-top: 0;
	margin-bottom: 30px;
}

.listing-images--inner {
	position: relative;
    display: flex;
	align-items: center;
    justify-content: center;
}

.listing-slider {
    display: grid;
	position: relative;
}
.listing-slider .slick-track {
    display: flex;
}
.listing-slider .slick-slide {
    height: inherit !important;
	display: flex;
    justify-content: center;
    align-items: center;
}
.listing-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	height: 45px;
	width: 45px;
	z-index: 1;
}
.listing-slider .slick-arrow.slick-prev {
	left: 0;
}
.listing-slider .slick-arrow.slick-next {
	right: 0;
}
.listing-slider .slick-arrow.slick-disabled {
    background-color: #F3F3F3;
    pointer-events: none;
}

.product-option--stock {
    font-weight: 800;
    line-height: 1.2;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    padding: 5px 7px 2px;
	min-height: 36px;
    display: flex;
	flex-direction: column;
    justify-content: center;
}
.product-option--stock > small {
    font-size: 10px;
    font-weight: 400;
}
.form-options .listing-points {
    margin-top: 15px;
}
.listing-points--text {
    margin: 0 5px -4px;
	text-transform: uppercase;
	font-size: 13px;
}
.listing-points--text > span {
    color: #F05200;
}

.more-info, .more-info-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 5;
}
.more-info-toggle {
	text-align: center;
    line-height: 0;
    min-height: 15px;
    min-width: 15px;
    border-radius: 50px;
    border: 1px solid #222;
    font-weight: 800;
    cursor: pointer;
    font-size: 11px;
    font-family: sans-serif;
}
.more-info--block {
	display: none;
    position: absolute;
    text-align: center;
    min-width: 200px;
	bottom: 100%;
	background-color: #282425;
	padding: 10px 10px 6px;
	margin-bottom: 14px;
	color: #FFF;
	border-radius: 4px;
}
.more-info:hover .more-info--block {
	display: block;
}
.more-info.right .more-info--block {
	right: 0;
}

.listing-right--usps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-radius: 4px;
    background-color: #F3F3F3;
	color: #F05200;
    font-size: 13px;
	font-weight: 600;
    letter-spacing: .65px;
	overflow: hidden;
	margin-top: 20px;
}
.listing-right--usps > div {
    border: 1px solid #ECECEC;
    flex: auto;
    padding: 15px 15px 8px;
    margin: -1px;
    display: flex;
    align-items: center;
	justify-content: center;
	min-height: 40px;
	line-height: 1.2;
}
.listing-right--usps > div > svg {
    margin: -7.5px 8px 0 0;
}
.listing-right--usps > div.usp-reviews {
    padding: 10px;
}

.listing-right--info {
	font-size: 15px;
}
.listing-right--info > div > div {
    border-radius: 4px;
    border: 1px solid #F05200;
	height: 100%;
}
.listing-right--title {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
	letter-spacing: .8px;
}
.listing-content--top--icon {
    border-radius: 50px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: -8px 8px 0 0;
}
.listing-right--title--button > .button {
    font-size: 12px;
    padding: 5px 15px;
    margin: -3px 0 4px;
    flex: none;
}

.listing-right--list > div strong {
	width: 120px;
} 
.listing-right--list > div span {
	margin-top: 2px;
}

.listing-content--top {
	padding: 10px 20px 2px 20px;
    padding-top: 10px;
    padding-bottom: 2px;
    border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #F05200;
}
.listing-content--text {
    padding: 15px 20px;
}

.listing-right .listing-youtube {
	display: none;
}

.listing-critics {
    padding: 40px 0;
}
.listing-critics--slider {
    background-color: #FFF;
    flex: 1;
    display: grid;
    margin-left: 80px;
    padding: 50px;
    border-radius: 50px;
}
.listing-critics--slider::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    width: 60px;
    height: 60px;
    background-color: #FFF;
    transform: rotate(45deg) translateY(-50%);
} 
.listing-critics--slider .slick-arrow {
    position: absolute;
    bottom: 10px;
    right: 50px;
	background-color: transparent;
}
.listing-critics--slider .slick-prev {
    margin-right: 51px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='26' viewBox='0 0 16 26' fill='none'%3E%3Cpath d='M14.6251 1.0233C14.9602 1.35847 15.1484 1.813 15.1484 2.28693C15.1484 2.76086 14.9602 3.21539 14.6251 3.55056L5.1649 13.0108L14.6251 22.471C14.9507 22.8081 15.1309 23.2596 15.1268 23.7282C15.1227 24.1968 14.9347 24.6451 14.6034 24.9765C14.272 25.3079 13.8237 25.4959 13.3551 25.4999C12.8864 25.504 12.435 25.3239 12.0979 24.9983L1.37402 14.2744C1.03895 13.9392 0.850718 13.4847 0.850718 13.0108C0.850718 12.5369 1.03895 12.0823 1.37402 11.7472L12.0979 1.0233C12.4331 0.688229 12.8876 0.5 13.3615 0.5C13.8354 0.5 14.29 0.688229 14.6251 1.0233Z' fill='%23222222'/%3E%3C/svg%3E");
}
.listing-critics--slider .slick-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='26' viewBox='0 0 16 26' fill='none'%3E%3Cpath d='M1.37486 24.9767C1.03979 24.6415 0.851562 24.187 0.851562 23.7131C0.851562 23.2391 1.03979 22.7846 1.37486 22.4494L10.8351 12.9892L1.37486 3.52898C1.04929 3.19189 0.869139 2.74041 0.873212 2.27178C0.877284 1.80315 1.06525 1.35487 1.39663 1.02349C1.72802 0.69211 2.1763 0.50414 2.64492 0.500068C3.11355 0.495995 3.56503 0.676147 3.90212 1.00172L14.626 11.7256C14.9611 12.0608 15.1493 12.5153 15.1493 12.9892C15.1493 13.4631 14.9611 13.9177 14.626 14.2528L3.90212 24.9767C3.56695 25.3118 3.11242 25.5 2.63849 25.5C2.16456 25.5 1.71003 25.3118 1.37486 24.9767Z' fill='%23222222'/%3E%3C/svg%3E");
}
.listing-critics--slider .slick-arrow:hover {
	opacity: .7;
}
.listing-critics--title {
    font-size: 53px;
    font-family: 'Baskerville', sans-serif;
    color: #FFFFFF;
    letter-spacing: .5px;
}
.listing-critic--text {
    font-size: 25px;
    font-family: 'Baskerville',sans-serif;
}
.listing-critic--from {
	display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 15px;
    color: #F05200;
    letter-spacing: .6px;
}
.listing-critic--from > svg {
    margin-right: 10px;
}
.listing-additional-details > * {
	max-width: 1200px;
}
.listing-additional--item {
	overflow: hidden;
    border-radius: 4px;
    border: 1px solid #E5E5E6;
    min-height: 380px;
	display: flex;
	flex-wrap: wrap;
	background-color: #FFFFFF;
	font-size: 16px;
	height: 100%;
}
.listing-additional--title {
    width: 100%;
    background-color: #F05200;
    border-radius: 4px 4px 0 0;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .9px;
    padding: 8px 30px 0px;
	margin-bottom: 0;
}
.listing-additional--content {
    padding: 30px;
}
.listing-additional--content--title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}
.listing-additional--content .content p:first-child {
	font-weight: 600;
}
.listing-additional--image {
    width: 268px;
}


.listing-side {
	position: relative;
	width: 100%;
	float: right;
	z-index: 2;
}

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

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

.listing-main--inner {
	width: 100%;
	padding-right:20px;
	float: left;
}

.listing-overview--top-inner {
	padding: 0 0 15px 0;
}

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

.form-options {
    position: relative;
    padding: 20px 0;
    z-index: 1;
}
.form-options:not(:first-child) {
	border-top: 1px solid #FFFFFF;
}

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

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

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

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

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

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

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

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

.listing-personalise {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #1e1e1e;
	background-color: #dde2e5;
	line-height: 24px;
	padding: 3px 0px;
	cursor: pointer;
	transition: background 300ms ease;
}

.listing-personalise:hover {
	background-color: #e7e7e7;
}

.listing-personalise.disabled {
	opacity: 0.4;
}

.listing-subscribe {
    background-color: rgba(0,0,0,0.05)
}

.listing-subscribe__bottom {
	background: rgba(0,0,0,0.1);
	padding: 6px 10px;
}

.listing-subscribe__inner {
    padding: 22px 22px 18px 22px
}

.listing-subscribe .percent {
    opacity: 0.4;
    font-size: 13px;
    padding: 3px 0 0 0
}

.listing-subscribe__button.open {
    background-color: #fa5400;
    color: #fff;
	border-radius: 0px;
	border: 1px solid #fa5400;
}

.listing-subscribe__button span {
	padding: 0 0 0 18px;
}

.listing-subscribe__button.open span {
	background: url(/images/style/basic/icons/refresh@2x.png) center left / 12px 12px no-repeat;
}

.listing-offer {
	padding: 20px;
	margin: 10px 0 0 0;
	background: #37af56;
	background-size: 515.5px 511.5px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	border-radius: 2px;
}

.listing-offer-product {
	position: relative;
	margin: 15px 0 0 0;
	background-color: rgba(0,0,0,0.1);
}

.listing-offer-details {
	padding: 10px;
	overflow: hidden;
}

.listing-offer--image {
	float: left;
}

.listing-offer--image img {
	display: block;
}

.listing-offer--price {
	position: absolute;
	bottom: 10px;
	left: 92px;
	font-size: 18px;
	opacity: 0.8;
}

.listing-deadline {
	margin: 0 0 15px 0;
}

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

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

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

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

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

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

.listing-deadline-doughnut {
	position: relative;
	width: 60px; height: 60px;
	float: left;
	transition: transform 1s ease;
	margin: 0 0 0 10px;
}

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

.listing-deadline-doughnut strong {
	display: block;
	font-size: 21px;
	position: relative;
	top: 8px;
	color: #1e1e1e;
}

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

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

.listing-deadline-doughnuts circle {
	position: relative;
	fill: #F05200;
	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;
}

.listing-image__zoom__svg {
	fill: #F05200;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 35px;
	width: 35px;
	transition: height 200ms ease, width 200ms ease;
	transform: translate(-50%, -50%);
}

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

.options-loading {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0,0,0, 0.6);
	z-index: 9999;
}

.options-loading > .dbl {
	height: 100%;
}

.options-loading .dblc {
	vertical-align: middle;
}

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

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

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

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

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

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

.option-radio__inner input {
	display: none;
}

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

.options_text {
	color: #171717;
	padding: 0 0 6px;
	font-weight: 700;
}
.options_text.lg {
	font-size: 18px;
	letter-spacing: .02em;
}

.listing-options-required {
	width:100%;
	background:#414141;
	padding:15px 20px;
	color:#fff;
	border-radius:3px;
    font-weight: 700;
	text-align: center;
	position: absolute;
	margin-bottom:15px;
	z-index:1000;
	top:-60px;
}

.listing-options-required:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #414141;
	border-width: 10px;
	margin-left: -10px;
}

.button.heart {
	margin: 0 0 0 4px;
	display: block;
	width: 41px;
	height: 41px;
	padding: 0;
	background-image: url(/images/style/basic/icon-heart-white-2x.png);
	background-size: 23px 18px;
	cursor: pointer;
	transition: transform 300ms cubic-bezier(0.25, 0, 0.25, 1.75);
}

.button.heart:hover {
	transform: scale(1.1);
}

.listing-swatches {
	display: flex;
	flex-wrap: wrap;
}

.listing-swatch {
	padding: 0 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-right--inner.plain {
    background-color: transparent;
    padding: 0;
}
.listing-right--inner.plain .form-options {
	padding: 30px 50px 50px;
	background-color: #f3f3f3;
	border-radius: 5px;
	margin: 20px 0;
}

.listing-page.listing-page--event h2 {
    margin-top: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #F05200;
}
.listing-page--event .listing-right--inner {
    background-color: transparent;
    padding: 0;
}
.listing-page--event .listing-sticky:not(.fixed) {
    background-color: #F3F3F3;
    padding: 30px 50px 45px;
    border-radius: 4px;
    margin-top: 25px;
}

.listing-page--event .listing-image--main {
    flex: unset;
	margin-bottom: 20px;
}
.listing-page--event .listing-thumbnails {
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 100%;
    padding-top: 0;
    margin: 0 -20px -20px 0;
}
.listing-page--event .listing-thumbnail {
    width: 50%;
    margin: 0;
    padding: 0 20px 20px 0;
}
.listing-page--event .listing-thumbnail--link {
    width: 100%;
	margin: 0;
}
.listing-options--cont.xvc > * {
    margin-bottom: 15px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
}
.listing-options--cont.xvc .input {
    display: grid;
}
.listing-options--cont.xvc .option-preferred-delivery {
    max-width: 225px;
    overflow: visible;
}
.listing-options--cont.xvc .option-preferred-delivery-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 44px;
    cursor: pointer;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 13px 0;
}

.listing-page--vault .listing-right--inner, .listing-page--vault .listing-sticky.fixed {
    background-color: #171717;
	color: #ebebeb;
}
.listing-page.listing-page--vault h1 {
	color: #FFF;
}
.listing-page.listing-page--vault .listing-title--mob h1 {
    color: #171717;
}
.listing-page.listing-page--vault h2 {
	color: #d5d5d5;
}
.listing-page--vault .more-info-toggle {
	border-color: #ebebeb;
}
.listing-images--msg {
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: 600;
    line-height: 1.2;
	text-transform: uppercase;
    text-align: center;
	max-width: 210px;
    width: max-content;
    letter-spacing: 0.03em;
    background-color: #F05200;
    border-radius: 3px;
    padding: 10px 15px 3px;
    color: #FFF;
    z-index: 1;
}

.listing-trustpilot {
    background-color: #F3F3F3;
}

.listing-notify {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
	margin-top: 15px;
}
.listing-notify svg {
	margin-right: 10px;
}

.scroll-top-btn {
	display: flex;
	transition: ease-in-out .5s;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
    background-color: #282425;
    padding: 13px 8px;
    border-radius: 4px;
}
.scroll-top-btn.show {
}


.subscription-toggle {
    padding: 15px 20px 5px;
	margin-bottom: 25px;
	color: #FFF;
	border-radius: 0 0 5px 5px;
}
.subscription-view .subscription-toggle {
	border: 1px solid #F05200;
    border-top: 0;
}
.subscription-toggle--title {
    font-family: 'Baskerville', sans-serif;
    font-size: 20px;
	margin: 0 25px 10px 0;
}
.subscription-toggle--show, .subscription-toggle--back {
	margin: 0 0 10px 0;
}
.subscription-toggle--show > span {
    margin-bottom: -2px;
    line-height: 1.2;
    text-align: right;
	padding-right: 20px;
}
.subscription-toggle--show .button {
	padding: 3px 13px;

}

.subscription-toggle--back > span {
    margin-bottom: -7px;
    color: #FFF;
    text-decoration: underline;
	transition: ease-in-out .2s;
}
.subscription-toggle--back:hover > span {
	color: #F05200;
}
.subscription-toggle--back > svg {
    margin-right: 7px;
}

.listing-right--inner.listing-right--sub {
	margin-top: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-bottom: 0;
}
.subscription-view .listing-right--inner.listing-right--sub {
	border: 1px solid #F05200;
    border-bottom: 0;
}

.hide-subscriptions .subscription-toggle {
	display: none;
}

/*.subscription-view .listing-right--inner {
    background-color: #171717;
}
.subscription-view .listing-right--inner, 
.subscription-view .listing-right--inner h1 {
	color: #FFF;
}
.subscription-view .listing-titles, .subscription-view .listing-side__options > div:not(:first-child) {
	border-color: rgba(255, 255, 255, 0.10);
}
.subscription-view .more-info-toggle {
	border-color: #FFF;
}*/

.subscription-view .product-inner__option__title {
	margin-bottom: 5px;
}
.subscription-frequency .product-inner__option__title {
    padding-right: 0 !important;
	text-align: right;
}
.subscription-frequency .input {
    width: 255px;
}
.subscription-frequency .input .select2-basic--container.select2-selection--single .select2-selection__rendered {
    padding: 9px 8px 4px;
}

.subscription-purchase {
    margin-top: 5px;
}
.subscription-purchase--price, .subscription-view .listing-save {
    font-weight: 800;
    font-size: 20px;
	color: #F05200;
}
.subscription-view .listing-save {
	margin-right: 10px;
}
.subscription-view .listing-option-was {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
}
.subscription-view .listing-option-price {
	/*color: #FFF;*/
	color: #171717;
	padding-right: 0!important;
	padding-bottom: 5px;
}
.subscription-purchase .listing-option-price:first-child {
    padding-bottom: 5px;
    display: block;
}
.subscription-purchase--was {
    margin-right: 5px;
	font-weight: 400;
	color: #F05200!important;
}
.subscription-purchase .listing-action-container, .subscription-purchase .listing-overlay-buy {
	width: 100%;
	max-width: unset!important;
}

.subscription-options .stock {
    width: unset;
    flex: unset;
    margin-right: 10px;
}

.subscription-options--note {
    display: block;
    margin-bottom: -20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.02em;
    /*color: #FFF;*/
}

/*
|--------------------------------------------------------------------------
| Listing > Thumbnails
|--------------------------------------------------------------------------
*/
.listing-thumbnails--outer {
    margin-right: 20px;
}
.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: flex;
	width: 180px;
	margin-bottom: 10px;
	border: 2px solid #FFF;
	cursor: pointer;
}
.listing-thumbnail--link.sel, .listing-thumbnail--link.tempsel {
	border-color: #F05200;
	border-radius: 5px;
	overflow: hidden;
}

.listing-thumbnails .slick-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 40px;
	background: #F05200;
	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/basic/icon-chevron-right.png) no-repeat center center;
	transition: opacity 300ms ease;
}

.listing-thumbnails .slick-prev:after {
	background: url(/images/style/basic/icon-chevron-left.png) no-repeat center center;
}

.listing-thumbnails .slick-disabled {
	background-color: #777777;
	cursor: not-allowed;
}

.listing-thumbnails .slick-disabled:after {
	opacity: 0.4;
}

.listing-main .stock {
    padding-bottom: 0;
}

/*
|--------------------------------------------------------------------------
| Listing > Tabs
|--------------------------------------------------------------------------
*/
.listing-tabs--outer {
	border-top: 1px solid #E5E5E6;
	border-bottom: 1px solid #E5E5E6;
}
.listing-tabs {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #E5E5E6;
}
.listing-tabs-buttons {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #E5E5E6;
	position: relative;
}

.listing-tabs-button {
	font-family: 'Baskerville', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80px;
	padding: 10px 20px;
	flex: 1 0 33.3333333%;
	cursor: pointer;
}
.listing-tabs-button h3, .listing-tabs-button {
	font-size: 25px;
	color: #F05200;
	margin-bottom: 0;
}
.listing-tabs-button > svg {
	margin-right: 10px;
}
.listing-tabs-button:not(:last-child) {
	border-right: 1px solid #E5E5E6;
}

.listing-tabs-button:last-child {
	border-right: none;
}
.listing-tabs-button.sel {
    color: #171717;
    background-color: #FFFFFF;
    border-bottom: 3px solid #171717;
	padding: 11px 20px 9px;
}
.listing-tabs-button.sel > svg path {
	fill: #171717;
}
.listing-tabs-button.sel h3 {
	color: #171717;
}

.listing-tab {
	display: none;
	padding: 40px 80px;
	background-color: #fff;
}

.listing-tab:first-child {
	display: block;
}

.mobile-tab-title {
	padding: 15px 30px;
	font-size: 20px;
	background-color: #FFFFFF;
	color: #171717;
	font-weight: 700;
}


.mobile-tab-title {
	display: none;
}

.listing-title--mob {
	display: none;
}

/*
|--------------------------------------------------------------------------
| Listing > Tabs > Comments
|--------------------------------------------------------------------------
*/
.listing-comments-form {
	padding: 20px;
	background-color: #F3F3F3;
	border-radius: 4px;
    border: 1px solid #E5E5E6;
}

.listing-comments-title {
    font-size: 24px;
    font-family: 'Baskerville', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
}

.listing-comment { 
    padding: 20px;
    border-top: 2px solid #e7e7e7;
}
.listing-comment:first-child {
    border-top: 0;
}
.listing-comment-title {
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 0 6px 0;
}

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

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

.listing-comments-stars .rating-star:hover svg,
.listing-comments-stars .rating-star:hover + .rating-star svg,
.listing-comments-stars .rating-star:hover + .rating-star + .rating-star svg,
.listing-comments-stars .rating-star:hover + .rating-star + .rating-star + .rating-star svg,
.listing-comments-stars .rating-star:hover + .rating-star + .rating-star + .rating-star + .rating-star svg {
	fill: rgba(81, 172, 92, 0.47);
}

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

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

.listing-page-overlay .overlay--inner {
    max-width: 800px;
    background-color: #FFF;
    padding: 30px 25px 25px;
    border-radius: 5px;
	max-height: 95%;
    overflow-y: auto;
}
.listing-page-overlay .listing-comments-title {
	margin-top: -4px; /*font family is odd gets pushed down*/
}
.listing-page-overlay.noreviews .overlay--inner {
	padding: 0;
}
.listing-page-overlay .overlay--close {
	top: -15px;
    right: 25px;
    margin-top: 8px;
}
.listing-page-overlay .overlay--close svg {
    height: 15px;
    width: 15px;
}
.listing-page-overlay .overlay--close svg path {
	fill: #F05200;
}
.listing-page-overlay.noreviews .listing-comments-stars {
    margin-right: 50px;
}
.overlay-listing-details--main {
    padding-right: 35px;
}

.listing-overlays-btn {
	transition: ease-in-out .2s;
	cursor: pointer;
}
.listing-overlays-btn:hover {
	opacity: .7;
}

.listing-page-overlay .listing-comments {
    overflow-y: auto;
    max-height: 360px;
	margin: 20px 0;
}
.listing-page-overlay .listing-comments::-webkit-scrollbar {
	width: 10px;
}
.listing-page-overlay .listing-comments::-webkit-scrollbar-track {
  background: #F3F3F3;
}
.listing-page-overlay .listing-comments::-webkit-scrollbar-thumb {
  background: #8C8C8C;
  border-radius: 40px;
  max-height: 47px;
  position: relative;
}
.listing-page-overlay .listing-comments::-webkit-scrollbar-thumb::after {
	position: absolute;
	top: 0;
	height: 10px;
	width: 10px;
	background-color: #22222222;
}
.listing-page-overlay .listing-comments::-webkit-scrollbar-thumb:hover {
  background: #767676;
}
.listing-page-overlay .listing-comment:first-child {
	padding-top: 0!important;
}
.listing-page-overlay .listing-comment:last-child {
	padding-bottom: 0!important;
}

.border-top {
	border-top: 1px solid #E5E5E6;
}

/*
|-------------------------------------------------------------------------
| Listing > Catalogue
|--------------------------------------------------------------------------
*/

.listing-catalogue--title {
	font-size: 30px;
}

.listing-catalogue--row {
	width: 100%;
	text-align: center;
    padding: 10px;
    background-color: #f4f4f4;
    margin: 10px 0 0;
    font-size: 13px;
    color: #F05200;
    text-transform: uppercase;
    letter-spacing: -0.045em;
}

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

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

.listing-upsells--title,
.listing-related--title {
	display: block;
	text-align: center;
}

.listing-related--products {
	padding-top: 20px;
}

/*
|--------------------------------------------------------------------------
| Listing > Price Breaks
|--------------------------------------------------------------------------
*/
.price-bands {
	display: none;
	background-color: #2d2d2d;
	margin: 20px 0 0 0;
	color: #fff;
}

.price-bands--table-cont {
	padding: 10px;
}

.price-bands--table {
	border-spacing: 16px 10px;
}

.price-bands--header {
	color: #abadae;
}

/*
|--------------------------------------------------------------------------
| Listing > Overlay
|--------------------------------------------------------------------------
*/
.overlay {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1002;
}

.overlay--inner {
	width: 95%;
	max-width: 1100px;
	position: absolute;
	top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.overlay--main {
    padding: 20px;
    background-color: #FFF;
    border-radius: 4px;
}

.overlay--open .overlay--inner {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.overlay--close {
	position: absolute;
	top: -15px;
	right: 30px;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transform: translateY(30px);
	transition: transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
}
.overlay--close.close--icon {
    display: flex;
    top: 13px;
    transform: none !important;
    right: 15px;
}

.overlay--open .overlay--close {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.overlay--backdrop {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.45);
	transition: background-color 300ms ease;
}

.overlay--backdrop:hover {
	cursor: pointer;
}

.overlay--inner {
	transition: opacity 300ms ease;
}

.overlay--content {
	overflow: hidden;
}

.overlay--image {
	float: right;
}

.overlay--image img {
	width: 100%;
	max-width: 446px;
	padding: 20px 20px 0 20px;
	background-color: #fff;
	transition: all 1s cubic-bezier(0.25, 0, 0.25, 1.75);
	border-radius: 2px;
	max-height: 90vh;
}

.overlay--inner-large {
	max-width: 90vw;
	width: 900px;
}

.overlay__blue .overlay--inner {
	background-color: #F05200;
}

.overlay.open .overlay--inner {
	-webkit-animation: overlayEntrance 1s forwards;
	-moz-animation: overlayEntrance 1s forwards;
	-o-animation: overlayEntrance 1s forwards;
	animation: overlayEntrance 1s forwards;
}

.overlay-personalise .overlay--inner {
	background-color: #c0bfbf;
	padding: 5px 5px 0 5px;
}

.overlay-basket--right {
	min-width: 50%;
}

.overlay--title {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 21px;
	color: #424242;
}

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

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

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

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

.overlay--input {
	width: 100%;
	padding: 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: 10px 0 0 0;
}
.overlay--button {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.overlay--button-details {
	background-color: #b34834;
	font-size: 12px;
}

.overlay-overview--cont {
	padding: 30px 30px 0;
}

.overlay-overview {
	height: 510px;
	width: 420px;
	padding: 0 0 124px 0;
	overflow: scroll;
}

.overlay-action {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 420px;
}

.overlay--view-full-details {
	display: block;
	width: 100%;
	background-color: #01a4cd;
	color: #fff;
	padding: 11px 10px;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
}

.overlay--view-full-details:hover {
	background-color: #0284a5;
	color: #fff;
}

#ask-a-question,
#bulk {
	cursor: pointer;
}

.overlay--text {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 10px 0 0 0;
	margin: 0;
}

.addthis_sharing_toolbox {
	padding-top:4px;
	float: right;
}

#product_add_content h2 {
	font-size: 16px;
}

#product_add_content,
#product_add_upsell {
	padding: 4px 0 10px;
	text-align: center;
}

#engraving_img_container {
	text-align: center;
	padding-top: 14px;
}

#add-new-address-overlay .overlay--inner {
	background-color: #fff;
	padding: 40px;
	max-width: 460px;
}

#add-new-address-overlay .overlay--title {
	color: #2d2d2d;
	padding: 0 0 20px 0;
	display: block;
}

#add-new-address-overlay .checkout-form--has-button {
	padding: 10px 0 20px 0;
}

#click-and-collect-overlay .overlay--inner {
	background-color: #fff;
	padding: 20px;
	max-width: 980px;
}

#listing-overlay .overlay--inner {
    max-width: 630px;
    padding: 20px;
    background-color: #FFFFFF;
}
#listing-overlay .overlay--header-action {
	display: flex;
	flex-wrap: wrap;
}
#listing-overlay .overlay--header--text {
    display: flex;
    align-items: center;
    padding: 10px 25px 25px 15px;
    border-bottom: 1px solid #E5E5E6;
    margin-bottom: 15px;
}
#listing-overlay .overlay--close {
	top: 20px;
    right: 20px;
	-webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
#listing-overlay .overlay--close svg {
    height: 15px;
    width: 15px;
}
#listing-overlay .overlay--close svg path {
    fill: #F05200;
}
.overlay--basket-icon {
    margin-right: 30px;
	margin-top: -3px;
}
.overlay--basket-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #171717;
    line-height: 1.3;
    margin-bottom: -5px;
}
.overlay--basket-title > span {
    color: #F05200;
}


/*
|--------------------------------------------------------------------------
| Overlay > Basket > Basic
|--------------------------------------------------------------------------
*/
.overlay-basket-basic .overlay--close {
	background-color: #fff;
	height: 36px;
	width: 36px;
	border-radius: 18px;
	text-indent:  -999px;
	overflow: hidden;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='16px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M15.071,2.343 L9.408,8.006 L15.008,13.607 L13.607,15.008 L8.006,9.408 L2.343,15.071 L0.929,13.657 L6.592,7.994 L0.992,2.393 L2.393,0.991 L7.994,6.592 L13.657,0.929 L15.071,2.343 Z'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	top: -50px
}

.overlay-basket-basic .overlay--inner {
	max-width: 845px;
	/* overflow-y: visible; */
	padding: 0;
}

.overlay-basket--right .form-options {
	background-color: transparent;
}

.overlay-basket.overlay--inner {
	max-width: 845px;
}

.overlay-basket-basic--title {

}

.basket-modal-action {
	margin: 10px 0 0 0 ;
}

.overlay-basket {
	max-height: 75%;
	display: flex;
	flex-direction: column;
	max-width: 600px;
	padding: 30px;
}

#basket-modal-contents {
	overflow-y: auto;
}

#basketOverlayContents {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.overlay-basket-options .overlay-basket-basic--main {
	display: flex;
}

.overlay--inner .cart-item-right .remove {
	position: relative;
	bottom: auto;
    margin: 0 0 0 auto;
}

.overlay-basket-basic--main {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.overlay-basket-basic--svg {
	width: 64px;
	margin-right: 30px;
	flex-shrink: 0;
}

.overlay-basket-basic--svg svg {
    fill: #37af56;
    width: 100%;
}

.overlay-basket-basic--bottom {
	padding: 0 0 20px 0;
	display: flex;
}

.overlay-basket-basic--bottom .button {
	flex: 1 0 auto;
}

/*
|--------------------------------------------------------------------------
| Overlay > Options
|--------------------------------------------------------------------------
*/
.overlay-basket-basic--main form {
	width: 100%;
}

.overlay-basket--left {
	border-right: 1px solid #e7e7e7;
}

.overlay-basket--right {
	flex: 1 0 auto;
}

.overlay-basket--right {
	padding:  32px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.overlay-basket--title {
	font-size: 21px;
	color: #000;
	font-weight: 600;
}

.overlay-basket--right .form-options {
	margin: 20px 0 0 0;
	padding: 0;
}

.overlay-basket--right .listing-price {
	font-size: 24px;
	font-weight: 700;
}

/*
|--------------------------------------------------------------------------
| Compare
|--------------------------------------------------------------------------
*/
.compare-table--row {
	display: table-row;
	position: relative;
	font-weight: 700;
	color: #fff;
}

.compare-table--cell {
	display: table-cell;
	padding: 15px;
	background-color: #F05200;
	font-weight: 700;
	color: #fff;
	text-align: center;
	width: 20.83333333333333%;
	box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}

.compare-table--cell:nth-child(3),
.compare-table--cell:nth-child(5) {
	background-color: #cc523b;
}

.compare-table--row-header {
	width: 16.66666666666667%;
	background-color: #666666;
	text-align: right;
}

.compare-table--head-cell-first {
	width: 16.66666666666667%;
}

.compare-listing--image {
	display: block;
}

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

.compare-table--title-cont {
	padding: 5px;
	text-align: center;
}

.compare-table--title {
	font-size: 36px;
	color: #fff;
	margin: 0;
	padding: 60px 10px;
}

.compare-table--head {
	display: table-row;
}

.compare-table--head .compare-table--cell {
	padding: 0;
	text-align: left;
	vertical-align: top;
	background-color: #dde2e5;
}

.compare-table--head .compare-table--cell:first-child {
	padding: 10px;
	vertical-align: middle;
}

.compare-table--cell.compare-table--head-cell-empty {
	text-align: center;
	vertical-align: middle;
}

.compare-table--head-cell-empty i {
	font-size: 270px;
	font-style: normal;
}

.compare-undo--form {
	display: inline-block;
}

/*
|--------------------------------------------------------------------------
| Basket
|--------------------------------------------------------------------------
*/
.cart--heading {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #666666;
	padding: 0 0 15px 0;
}

.cart-segment {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
}
.cart-segment + .cart-segment, .basket-items.no-border .cart-spend + .cart-segment {
	margin-top: 10px;
}
.cart-segment--title {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
    padding: 12px 25px 6px;
    font-weight: 600;
}

.cart-main .cart-segment:last-child {
	margin-bottom:0;
}

.cart-side .cart-segment {
	margin-bottom:0;
}

.cart-segment--inner {
	padding: 15px;
}

.cart-main {
	width: 62%;
	float: left;
}

.bags-selector,
.multibags-selector {
	margin: 0 -10px -10px 0;
}

.bags-selector > *,
.multibags-selector > * {
	padding: 0 10px 10px 0;
}

.multibags-selector .button {
	display: block;	
}

.bag-selector--title {
	font-size: 16px;
	margin-bottom: 10px;
}

#bag-selector {
	padding-top: 25px;
}

.basket-option--images-cont {
	margin-bottom: 5px;
}

.basket-option--image-cont {
    position: relative;
    display: inline-block;
	padding-left: 12px;
	background-image: url(/images/style/basic/plus.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 8px 8px;
}

.basket-option--image {
    border: 1px solid #efefef;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
}

.basket-option--image img {
	max-height: 100%;
}

.basket-option--image-text {
    display: none;
    position: absolute;
	bottom: calc(100% + 10px);
	text-align: center;
	width: 250px;
	left: -88px;
	color: #fff;
}

.basket-option--image-text::after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #2d2d2d transparent transparent transparent;
}

.basket-option--image-text-inner {
    padding: 7px 15px 5px;
	font-size: 13px;
	display: inline-block;
	background: #2d2d2d;
}

.basket-option--image-text span {
    display: block;
	padding-bottom: 3px;
	color: #fec800;
}

.basket-option--image-cont:hover .basket-option--image-text {
    display: block;
}

.basket-option--image-qty {
    position: absolute;
    background: #F05200;
	color: #fff;
    font-size: 10px;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    right: 0;
}

/*
|--------------------------------------------------------------------------
| Basket > Side
|--------------------------------------------------------------------------
*/
.cart-side {
	float: right;
	width: 38%;
	padding: 0 0 0 40px;
}

.cart-side--option {
	font-size: 13px;
	font-weight: 700;
	border: 2px solid #e7e7e7;
	margin-top:15px;
}

.cart-side--option span {
	display: block;
	padding: 12px;
}

.cart-side--option-trigger {
	padding: 0 15px;
}

.cart-side--option__gift {
	color: #51ac5c;
}

.cart-side--option__gift.sel {
	background: #51ac5c;
	color: #fff;
	border: 2px solid #3F9649;
}

.cart-side--option__gift.sel span {
	background-image: url(/images/style/basic/icon-gift-white.png);
}

.cart-side--option-inner {
	display: none;
	padding: 0 20px 20px 20px;
}

.cart-delivery-lead {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

/*
|--------------------------------------------------------------------------
| Basket > Totals
|--------------------------------------------------------------------------
*/
.cart-total--price {
	text-align: right;
}

.cart-total {
	color: #1e1e1e;
	font-weight: 600;
	font-size: 21px;
}

.cart-total .dblc {
	padding-bottom: 15px;
}

.cart-side--delivery-option {
	position: relative;
	background-color: #f3f3f3;
	color: #1e1e1e;
	padding: 10px 12px;
	padding-right: 50px;
	transition: padding 300ms ease;
	min-height: 48px;
	cursor: pointer;
	margin-top: -1px;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	transition: background 300ms ease, border 300ms ease;
}

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

.cart-side--delivery-option:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	height: 28px;
	width: 28px;
	background-color: #fff;
}

.cart-side--delivery-option.sel:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	height: 28px;
	width: 28px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='13px'%3E%3Cpath fill-rule='evenodd' fill='rgb(36, 154, 75)' d='M12.904,0.505 L5.247,8.223 L2.95,5.76 L0.6,7.174 L5.247,12.494 L15.6,2.678 L12.904,0.505 Z'/%3E%3C/svg%3E");
}

#delivery-selection {
	border-radius: 3px;
	overflow: hidden;
}

#basket-datepicker {
    padding-top: 15px;
}
.datepicker-title {
    text-align: center;
    line-height: 1.2;
	margin-bottom: 10px;
}
#basket-datepicker .ui-datepicker-inline {
	margin-top: 0;
}

.cart-side--delivery-option:hover {
}

.cart-side--delivery-option.sel {
	background-color: #37AF56;
	border-color: #37AF56;
	color: #fff;
}

.cart-side--delivery-option.sel span {
	color: #fff;
}

.cart-side--delivery-option strong {
	font-size: 13px;
	display: block;
	font-weight: 600;
}

.cart-side--delivery-option span {
	display: block;
	font-size: 11px;
}

.cart-side--delivery-option span {
	color: #666666;
}

span.cart-side--delivery-cost {
	font-size: 13px;
	font-weight: 600;
}

span.cart-side--delivery-cost,
span.cart-side--delivery-cost--original {
	float: right;
	color: #1e1e1e;
}

span.cart-side--delivery-cost--original {
	text-decoration: line-through;
	padding-right: 8px;
	font-weight: normal;
}

/*
|--------------------------------------------------------------------------
| Basket > Items
|--------------------------------------------------------------------------
*/
.cart-item {
	position: relative;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #e7e7e7;
	display: flex;
}

.cart-item:last-child {
	border-bottom: 0;
	margin:0;
	padding:0;
}

.cart-item-image {
	width: 130px;
	margin: 0 0 15px 0;
}

.cart-item-image a {
	border: 2px solid #e7e7e7;
}

.cart-item:last-child .cart-item-image {
	margin:0;
}

.cart-item-content {
	padding: 0 90px 0 15px;
}

.cart-item-title a {
	font-weight: 700;
	font-size: 16px;
	color: #414141
}

.cart-item-content .label-inline {
	width:104px;
	margin: 0 0 10px 0;
}

.cart-item-right {
	width:110px;
	position: absolute;
	top: 0; right: 0; bottom: 0;
	float: right;
	text-align: right;
}

.cart-item-price {
	font-weight: 700;
	font-size: 21px;
	color: #414141;
}

.cart-item-stock-cont {
	padding-top: 7px;
}

.cart-item-unitprice, .cart-item-option, .basket-item-stock {
	display: block;
	color: #666666;
	font-size: 12px;
}

.basket-item-stock.stock-status {
	background-size: 14px auto;
}

.basket-item-stock {
	margin-top: 3px;
	padding: 0 0 0 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.basket-item-stock-cross-amber {
	background-image: url(/images/style/basic/icon-cross-amber.png);
}

.basket-item-stock-van-green {
	background-image: url(/images/style/basic/icon-dispatch-van-green.png);
}

.basket-item-stock-warning {
	background-image: url(/images/style/basic/icon-cart-warning.png);
}

.basket-item-stock-van-orange {
	background-image: url(/images/style/basic/icon-dispatch-van-orange.png);
}

.basket-item-stock-box {
	background-image: url(/images/style/basic/icon-dispatch-box-orange.png);
}

#cart--vat-declaration-details {
	display:none;
}

.remove {
	background: url(/images/style/basic/cart-remove.png) left center no-repeat;
	padding: 0 0 0 15px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	color: #b52025;
	font-weight: 700;
}

.cart-item-right .remove, .cart-item-right .button-small {
	position: absolute;
	bottom: 15px;
	right: 0;
}

.cart-item:last-child .cart-item-right .button-small {
	bottom:0;
}

.cart-item--stock {
	padding: 0 0 0 10px;
}

.cart-free-item .cart-item-image {
	width: 80px;
	margin-bottom: 0;
}

.basket-free-items-title {
	padding: 10px 8px;
	background-color: #51ac5c;
	color: #fff;
	font-size: 13px;
}

.cart-free-items-block {
	margin: 0 0 15px;
}

.cart-free-item {
	padding: 4px;
	border: 2px solid #e7e7e7;
	border-top: 0;
}

.cart-free-item-inner {
	display: flex;
	align-items: center;
}

.cart-free-item-inner .cart-overview--item-inner {
	width: 100%;
}

.cart-free-item .cart-item-price {
	font-size: 16px;
}

.cart-free-item-right {
	margin-left: auto;
	text-align: right;
	padding-right: 10px;
}

.cart-free-item .cart-item-variant,
.cart-free-item .cart-item-price {
	display: block;
	margin-bottom: 5px;
}

.cart-free-item .cart-item-variant {
	font-size: 12px;
}

.cart-overview--item.cart-free-item-inner {
	border: 0;
	padding: 0;
	margin-bottom: 0;
}

/*
|--------------------------------------------------------------------------
| Basket > Datepicker
|--------------------------------------------------------------------------
*/
.ui-widget-content {
	background-color: #fff;
}
 .ui-datepicker-inline {
    margin: 30px auto 0 auto;
    border-radius: 0;
    border-color: #e7e7e7;
    padding: 4px;
}
 .ui-datepicker-title {
	color: #F05200;
}
 .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: #F05200;
}
 .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: #F05200;
}
 .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #c94500;
	background-color: #c94500;
    font-weight: bold;
    color: #fff;
}
 .ui-datepicker td a {
	text-align: center;
}
 .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	background-color: #F05200;
	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/basic/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: #c94500;
}
 .ui-datepicker .ui-datepicker-next .ui-icon {
	background-image: url(/images/style/basic/icon-chevron-right.png);
}

/*
|--------------------------------------------------------------------------
| Brands
|--------------------------------------------------------------------------
*/
.brand-letters--grid {
	margin: 0 -1px 0 0;
	padding: 14px 0;
}

.brand-letter {
	text-align: center;
	width: 3.703703703703704%;
	float: left;
	padding: 0 1px 0 0;
}

.brand-letter.disabled {
	opacity: 0.4;
}

.brand-letter.disabled .brand-letter--inner {
	cursor: not-allowed;
}

.brand-letter.disabled .brand-letter--inner:hover {
	border: 2px solid #e7e7e7;
	color: #F05200;
	background-color: #fff;
}

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

.brand-letter--inner.sel,
.brand-letter--inner:hover {
	background-color: #F05200;
	color: #fff;
	border: 2px solid rgba(0,0,0,0.2);
}

.brands-list--item {
	text-align: center;
	width: 16.6666666666666666666%;
	float: left;
	padding: 0 4px 4px 0;
}

.brands-list--letter {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 60px;
}

.brands-list--letter .brands-list--inner {
	background-color: #1e1e1e;
}

.brands-list--letter span {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	bottom: 0;
	left: 50%;
	right: 0;
	height: 60px;
	line-height: 60px;
}

.brands-list--inner {
	position: relative;
	height: 0;
	padding: 0 0 100% 0;
}

.brands-list--image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 34px;
	background-size: 60%;
	background-color: #fff;
}

.brands-list--image img {
	display: none;
}

.brands-list--text {
	position: absolute;
	right: 0; bottom: 0; left: 0;
	background-color: #e7e7e7;
	font-weight: 700;
	font-size: 12px;
	color: #F05200;
	padding: 10px 0;
}

/*
|--------------------------------------------------------------------------
| Checkout
|--------------------------------------------------------------------------
*/
.checkout-header {
	border-bottom: 1px solid #e5e5e6;
	min-height: auto;
	height: auto;
	padding: 31px 0;
}
.checkout-header .brand a svg {
    height: 60px;
}

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

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

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

main.checkout {
	counter-reset: checkoutPanelHeadingCount;
}
.checkout-title {
	display: flex;
    align-items: center;
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e5e5e6;
}
.checkout-title.checkout-title--counter::before {
	counter-increment: checkoutPanelHeadingCount;
    content: counter(checkoutPanelHeadingCount);
	width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 1;
    background-color: #F05200;
    color: #FFF;
    text-align: center;
    border-radius: 50px;
    padding: 8px 0;
    margin-right: 10px;
}

.checkout-subtitle {
	font-size: 18px;
	padding: 0 0 15px 0;
	margin: 0;
}
.checkout-subtitle--text {
    font-size: 14px;
    font-weight: 400;
    margin-top: -10px;
	margin-bottom: 10px;
}

.checkout-breadcrumbs {
	display:none;
	margin-bottom: 10px;
}

.checkout-breadcrumb {
	position: relative;
	padding: 0 20px 0 0;
	font-size: 16px;
	color: #171717;
}

.checkout-breadcrumb:after {
	position: absolute;
	top: 50%;
	right: 8px;
	margin: -4px 0 0 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #2d2d2d;
}

.checkout-breadcrumb:last-child:after {
	display: none;
}

.checkout-breadcrumb__green {
	color: #51ac5c;
}

.checkout-breadcrumb__green:after {
	border-color: transparent transparent transparent #51ac5c;
}

.checkout-breadcrumb__grey {
	color: #666666;
}

.checkout-breadcrumb__grey:after {
	border-color: transparent transparent transparent #666666;
}

.checkout-side {
	width: 40%;
	float: right;
	position: relative;
	z-index: 1;
}

.checkout-side:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 300%;
    background: #f3f3f3;
    z-index: -1;
}

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

.google-address-lookup {
	width: 100%;
	min-height: 10px;
}
.google-address-lookup-results {
	max-height: 240px;
	overflow-y: auto;
}
.google-address-lookup-address {
	border: 1px solid #e5e5e6;
	border-top: 0;
	padding-left: 5px;
}
.google-address-lookup-address:hover {
	color: white;
	background:#F05200;
	cursor: pointer;
}

.return-to-basket {
	background-color: #fff;
	color: #2d2d2d;
	text-transform: none;
	padding: 12px 25px 6px 20px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 15 26' fill='none'%3E%3Cpath d='M14.1256 1.0233C14.4607 1.35847 14.6489 1.813 14.6489 2.28693C14.6489 2.76086 14.4607 3.21539 14.1256 3.55056L4.66539 13.0108L14.1256 22.471C14.4512 22.8081 14.6313 23.2596 14.6273 23.7282C14.6232 24.1968 14.4352 24.6451 14.1039 24.9765C13.7725 25.3079 13.3242 25.4959 12.8556 25.4999C12.3869 25.504 11.9355 25.3239 11.5984 24.9983L0.874505 14.2744C0.539436 13.9392 0.351207 13.4847 0.351207 13.0108C0.351207 12.5369 0.539436 12.0823 0.874505 11.7472L11.5984 1.0233C11.9335 0.688229 12.3881 0.5 12.862 0.5C13.3359 0.5 13.7905 0.688229 14.1256 1.0233Z' fill='%23171717'/%3E%3C/svg%3E") no-repeat center left;
	font-size: 15px;
}

.checkout-addressbook .input {
	display: none;
}

.checkout-addressbook-button {
	color: #F05200;
	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: #F05200;
}

.delivery-address.sel {
	border: 2px solid #F05200;
}

.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/basic/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/basic/gps.svg);
}

.no-js .button-locate,
.no-js #postcode_lookup_results_container_del {
	display: none;
}

.no-js .billing-address-form {
	display: block !important;
}

/*
|--------------------------------------------------------------------------
| Basket > Sidebar
|--------------------------------------------------------------------------
*/
.cart-overview.fixed {
	position: fixed;
	top: 0;
}

.cart-overview.absolute {
	position: absolute;
	bottom: 0;
	top: auto;
}

.checkout-side {
	padding: 45px 0 0 60px;
}

.cart-overview--item {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-weight: 700;
	color: #2d2d2d;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cart-overview--item-image {
	position: relative;
	max-width: 70px;
	float: left;
	display: flex;
    background: #000000;
}
.cart-overview--item-image img {
    opacity: .965;
}

.cart-overview--item-image__subscription {
	display: none;
	position: absolute;
	height: 13px;
	width: 13px;
	left: 10px;
	top: 10px;
	background: url(/images/style/basic/icon-calendar-blue.png) no-repeat center center;
	background-size: 13px 13px;
}
.sub-sel {
	font-weight: 750;
}

.cart-overview--item-inner {
	padding: 0 14px 14px 14px;
	overflow: hidden;
}

#invoice-container .cart-overview--item-inner {
	padding: 0;
}

.cart-overview--item-content {
	overflow: hidden;
	padding: 0 20px 0 0;
}

.cart-overview--item-info {
	float: right;
	text-align: right;
}

.cart-overview--item-qty,
.cart-overview--item-options {
	color: #666;
	font-size: 11px;
}

.cart-overview--item-options i {
	font-style: normal;
}

.cart-overview--item-options i:last-child {
	display: none;
}

.cart-overview--item-option__blue {
	color: #F05200;
}

.cart-overview--item-option__blue span {
	padding: 0 4px 0;
}

.cart-overview--item-qty {
	display: block;
}

.cart-promo {
	padding: 10px 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cart-promo--button {
	position: relative;
	display: block;
	color: #b12525;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 16px;
	cursor: pointer;
}

.cart-promo--button span {
	position: relative;
	padding: 0 0 0 26px;
}

.cart-promo--button span:after {
	content: '';
	position: absolute;
	left: 0;
	height: 16px;
	width: 16px;
	background: url(/images/style/basic/icon-tag.png) no-repeat center center;
	transform-origin: top right;
}

@keyframes tagWiggle {
  0%   { transform: rotate(0); }
  25%   { transform: rotate(15deg); }
  50%   { transform: rotate(-15deg); }
  75%   { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}

.cart-promo--button:hover span:after {
	-webkit-animation: tagWiggle 1s;
	-moz-animation: tagWiggle 1s;
	-o-animation: tagWiggle 1s;
	animation: tagWiggle 1s;
	background: url(/images/style/basic/icon-tag-white.png) no-repeat center center;
}

.cart-promo--button:hover {
	background-color: #b12525;
	color: #fff;
}

.cart-promo--button:active {
	top: 1px;
}

.cart-promo--form {
	padding: 10px 15px 0 15px;
}

.cart-overview-totals {
	background: none;
}

.cart-overview--item-gift {
	padding: 10px 0 0 0;
}

.cart-overview--item-checkbox label {
	display: inline-block;
	font-size: 11px;
	color: #666666;
}

.checkout-login--inner {
	padding:30px 0;
	border-bottom: 1px solid #e7e7e7;
}

.cart-overview--item-option {
	display: block;
}

.checkout-login--btn {
	margin-bottom: 20px;
}

#checkout-hide-login-form {
	font-size: 12px;
	opacity: 1;
	transition: color 300ms ease;
	padding-top: 12px;
	color: #666;
	font-weight: 700;
}

#checkout-hide-login-form:hover {
	color: #444;
}

/*
|--------------------------------------------------------------------------
| Basket > Overlay
|--------------------------------------------------------------------------
*/
.overlay-title--basket {
	font-size: 24px;
	color: #2d2d2d;
	display: flex;
	justify-content: space-between;
}

.cart-item.cart-item--small {
	display: flex;
    border: 1px solid #e7e7e7;
    margin: 0;
}

.cart-item.cart-item--small:not(:first-child) {
	border-top: none;
}

.cart-item--small .cart-item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1;
    padding: 20px;
}

.cart-item--small .cart-item-right {
	display: flex;
    flex-direction: column;
    position: relative;
    width: auto;
}

.overlay-basket .cart-item-image {
	width: 69px;
	margin: 0;
}

.overlay-basket .cart-item-image a {
	border-width: 1px;
}

.overlay-basket .cart-item.cart-item--small {
	padding: 10px 0;
	border-left: none;
	border-right: none;
}

.overlay-basket .cart-item--small .cart-item-content {
	padding: 2px 10px;
}

.overlay-basket .cart-item-price {
	font-size: 14px;
}

.overlay-basket .overlay-title--basket {
	font-weight: 700;
}

.overlay-basket--view-basket {
	margin-top: 10px;
}

.overlay-basket--view-basket--btn {
	display: block;
}

.small-qty-toggle {
	display: flex;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	margin: 10px 0 0 0;
}

.small-qty-toggle--button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	width: 25px;
	text-align: center;
	height: 21px;
}

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

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

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

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

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

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

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

.payment-method.open .payment-method--button:after {
	content: '';
	position: absolute;
	top: 26px;
	left: 24px;
	width: 10px;
	height: 10px;
	background-color: #2d2d2d;
	border-radius: 18px;
}

.payment-method--content {
	display: none;
}

.payment-method__card .payment-method--title {
	background: url(/images/style/basic/payment-methods-card.png) no-repeat center right / contain;
}

.payment-method__paypal .payment-method--title {
	background: url(/images/style/basic/paypal-logo-color.png) no-repeat center right / contain;
}

.payment-method__klarna .payment-method--title {
	background: url(/images/style/basic/klarna.png) no-repeat center right;
	background-size: auto 100%;
}

.payment-method__googlepay .payment-method--title {
	background: url(/images/style/basic/google-pay.svg) no-repeat center right;
	background-size: auto 100%;
}

.payment-method__applepay .payment-method--title {
	background: url(/images/style/basic/apple-pay.svg) no-repeat center right;
	background-size: auto 100%;
}

.payment-method--klarna iframe,
.payment-method--klarna div[data-cid] {
	min-width: 240px !important;
}

.payment-method--content {
	background-color: #e7e7e7;
	padding: 40px;
	text-align: center;
	font-size: 18px;
}

.payment-method--content .input:last-child,
.payment-method--content .input-grid:last-child .input {
	margin-bottom: 0;
}

#form_stripe {
	width:100%;
	max-width: 400px;
	margin: 0 auto;
	text-align:center;
	padding: 50px 0;
}

#form_stripe #card-errors {
	text-align: left;
    margin-bottom: 15px;
}

.button-stripe {
	width: 100%;
}

.button-stripe:disabled {
	opacity: .5;
}

.button-stripe:disabled,
.button-stripe:disabled:hover {
	background-color: #F05200;
}

.button-stripe .spinner {
	font-size: 2px;
	margin-top: -2px;
	margin-bottom: -2px;
	display: none;
}

.button-stripe:disabled .spinner {
	display: block;
}

.button-stripe span {
	line-height: 16px;
}

.button-stripe:disabled span {
	display: none;
}

.stripe-cancel {
	text-align: left;
	padding: 25px 0 0;
	margin-bottom: -8px;
}

.stripe-cancel a {
	color: #000;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0.5;
}

.stripe-cancel a:hover {
	opacity: 0.8;
}

#braintree-paypal-loggedin,
#braintree-paypal-credit-loggedin,
#braintree-card-stored,
#truevo-card-stored {
	display: none;
	max-width: 500px;
	overflow: hidden;
	padding: 16px;
	margin: 0 auto;
	border-top: 1px solid #d1d4d6;
	border-bottom: 1px solid #d1d4d6;
	text-align: left;
}

.bb-pp-container,
.bb-card-container {
	display: table;
	width: 100%;
}

.bb-pp-container > div,
.bb-card-container > div {
	display: table-cell;
	vertical-align: middle;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.bt-pp-name,
.bt-pp-cancel,
.bt-card-cancel {
	width: 1px;
}

.bt-pp-name {
	padding-left: 36px;
	background-image: url("/images/style/basic/paypal-small.svg"), none;
	background-size: 13px 15px;
	background-position: 4px center;
	background-repeat: no-repeat;
	color: #283036;
	font-size: 13px;
	font-weight: 800;
}

.bt-pp-email,
.bt-card-details {
	padding: 0 10px;
	color: #6e787f;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 0;
}

.bt-card-details {
	padding-left: 0;
}

.bt-pp-cancel button,
.bt-pp-cancel a,
.bt-card-cancel a {
	float: right;
	color: #3d95ce;
	font-size: 11px;
	line-height: 20px;
	padding: 0px;
	margin: 0;
	border: 0px;
	cursor: pointer;
	text-decoration: underline;
	background-color: transparent;
}

.bt-pp-cancel button:hover,
.bt-pp-cancel a:hover,
.bt-card-cancel a:hover {
	color: #215b83;
}

.braintree-change-method {
	padding: 20px 0 0;
	font-size: 11px;
	color: #666;
}

.braintree-change-method a {
	color: #666;
	padding-bottom: 1px;
}

.braintree-change-method a:hover {
	color: #333;
}

.nochex-logo {
	display: block;
	float:left;
}

.nochex-label {
    clear: both;
    width: 100%;
    text-align: right;
    margin: 5px auto;
}

.wpwl-form {
	padding: 0 10px;
	margin-top: 24px;
}

.wpwl-wrapper-billing .wpwl-control-country {
	margin-top: 0;
}

/*
|--------------------------------------------------------------------------
| Checkout > Success > Order Summary
|--------------------------------------------------------------------------
*/
.order-summary {
	border: 2px solid #e7e7e7;
}

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

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

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

.order-summary .cart-overview--item {
	padding: 10px;
}

.order-summary .cart-overview--item:last-child {
	border-bottom: none;
}

.order-delivery {
	padding: 18px 24px;
	font-weight: 700;
	border-bottom: 2px solid #e7e7e7;
}

.order-delivery--title {
	font-size: 18px;
	color: #666;
	display: block;
}

.order-delivery--address {
	font-size: 12px;
	color: #abadae;
	display: block;
}

.order-details {
	padding: 18px 24px;
	font-weight: 700;
	color: #666;
	border-top: 2px solid #e7e7e7;
}

.order-detail {
	padding: 4px 0;
}

.order-detail--title {
	color: #abadae;
	text-transform: uppercase;
	font-size: 12px;
}

.order-detail__green {
	color: #51ac5c;
}

.order-detail__red {
	color: #F05200;
}

/*
|--------------------------------------------------------------------------
| 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:1px solid #e7e7e7;
}

.checkout-stage span {
	display: block;
	padding: 0 20px 0 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight: 700;
	height: 50px;
	width: 300px;
	text-transform: uppercase;
	position: absolute;
	left: -126px;
	top: 126px;
	line-height: 50px;
	text-align: right;
}

.checkout-stage.dark,
.checkout-stage.darker,
.checkout-stage.darkest,
.checkout-stage.failed {
	color: #fff;
}

.checkout-stage.dark {
	background: #e4773f;
	border-right:1px solid #e4773f;
}

.checkout-stage.darker {
	background: #e06728;
	border-right:1px solid #e06728;
}

.checkout-stage.darkest {
	background: #F05200;
	border-right:1px solid #F05200;
}

.checkout-stage.failed {
	background: #c52525;
	border-right:1px solid #c52525;
}

.checkout-stage:nth-child(2) {
	left: 50px;
}

.checkout-stage:nth-child(3) {
	left: 100px;
}

.checkout-stage:nth-child(4) {
	left: 150px;
}

.account-overlay-form {
	padding: 20px 0;
}

/*
|--------------------------------------------------------------------------
| Account > Sections
|--------------------------------------------------------------------------
*/
.account-section--row {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px;
}

.account-subs {
	margin: -30px;
}

.account-section--row:last-child {
	border-bottom: none;
}

.account-section--title {
	font-size: 18px;
	font-weight: 700;
	display: block;
	color: #2d2d2d;
	margin-bottom: 10px;
}

.account-section--image {
	width: 130px;
}

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

.account-subs--prod-details {
	padding-left: 20px;
}

.account-section--sub {
	font-weight: 600;
	font-size: 13px;
	padding-right: 3px;
}

.account-section--value {
	font-size: 13px;
}

.opt-label {
	color: #adadad;
	margin-right: 4px;
}

.account-subs--prod-opts {
	margin: 0 -20px -5px 0;
}

.account-subs--prod-opt {
	padding: 0 20px 5px 0;
	font-size: 13px;
}

.preferred > span {
	display: none;
}

.preferred {
	margin: 0 -10px -5px 0;
}

.preferred > .sub-sel {
	display: block;
	font-weight: 400;
	padding: 0 10px 5px 0;
}

/*
|--------------------------------------------------------------------------
| Account > Subscriptions
|--------------------------------------------------------------------------
*/
.account-subs--prod {
	padding-right: 20px;
}

.account-subs--details {
	padding-left: 40px;
}

.account-subs--row {
	padding: 0 0 4px;
}

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

.account-subs--action > .button {
	margin-right: 5px;
}

/*
|--------------------------------------------------------------------------
| Account > Forms
|--------------------------------------------------------------------------
*/
.account-box.full {
	width: 100%;
}

.account-box-centered {
	max-width:580px;
	margin:0 auto;
	padding:0;
}

.account-box h2 {
	font-size: 18px;
}

.account-box h3, #account-box-trade h3 {
	font-size: 16px;
}

.account-box.fl {
	padding-right:10px;
}

.account-box.fr {
	padding-left:10px;
}

.newacc-intro {
	text-align: center;
	margin: 0 0 30px;
}

.newacc-title {
	margin: 20px 0 10px 0;
	font-size: 30px;
}

.form-note {
	display: block;
	padding: 8px 0 0;
	font-size: 11px;
	color: #7a7a7a;
}

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

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

/*
|--------------------------------------------------------------------------
| Account > Wishlist
|--------------------------------------------------------------------------
*/
.select2-account .select2-results {
	border: 1px solid #F05200;
}

.select2-options-dropdown {
	border: 2px solid #F05200;
}

.select2-account:before {
	display: none;
}

.wishlist {
	background-color: #2d2d2d;
	margin: 0 0 4px;
	padding: 20px;
}

.wishlist .dbl {
	table-layout: auto;
}

.wishlist .dblc:first-child {
	vertical-align: top;
	width: 100%;
}

.wishlist .dblc:nth-child(2) {
	vertical-align: middle;
	white-space: nowrap;
}

.wishlist-title a {
	text-transform: none;
}

.wishlist .wishlist-title a:hover {
	color: #F05200;
	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: #F05200;
	font-weight: 700;
}

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

.wishlist-del {
	padding-left: 10px;
}

.wishlist-prod-del-button span {
	float: right;
}

.wishlist-items {
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.4;
}

.wishlist-top {
	width: 100%;
	table-layout: auto;
	margin-bottom: 40px;
}

.wishlist-top .wishlist-top-left h1 {
	margin: 0; padding: 0;
	float: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wishlist-top-right .button {
	margin-right: 10px;
}

.wishlist-top-right .button:last-child {
	margin-right: 0;
}

.wishlists p {
	margin-bottom: 30px;
}

.account-wishlist .message-error {
	margin-bottom: 0
}

.account a:not(.button):hover {
	color: #2d2d2d;
}

.address-blocks--grid {
	margin: 0 -10px 0 0;
}

.wishlist-stock {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	color: #2d2d2d;
	padding-top: 8px;
	display: block;
}

.wishlist-stock img {
	width: 15px;
}

.cart_customfield {
	font-size: 12px;
	font-weight: 700;
	color: #666666;
}

.create-wishlist {
	float: right;
}

.wishlist-prod td {
	padding: 20px;
	background: #fff;
	border-bottom: 4px solid #2d2d2d;
}

.wishlist-prod .wishlist-prod-image {
	padding-right: 0;
	width: 100px;
}

.wishlist-prod-image a,
.wishlist-prod-image img {
	display: block;
}

.wishlist-prod-image img {
	border: 1px solid #e9e9e9;
}

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

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

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

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

.wishlist-prod-move-button span:hover {
	text-decoration: underline;
}

.wishlist-prod .wishlist-prod-add-button {
	width: 1px;
	padding-left: 0;
	padding-right: 0;
}

.wishlist-prod-add-button button {
	letter-spacing: -0.025em;
	line-height: 1;
	white-space: nowrap;
}

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

.wishlist-choose-container {
	max-height: 300px;
	overflow-y: auto;
}

.wishlist-choose-selected {
	background-color: #F05200;
}
.in-wishlist {
	background-color: #2b8f45;
}
.wishlist-choose {
	margin: 4px 0;
	padding: 15px;
	cursor: pointer;
	line-height: 1.3;
	color: #fff;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.wishlist-choose:hover {
	background-color: #c94500;
}

.wishlist-choose:first-child {
	margin-top: 0;
}

.wishlist-choose:last-child {
	margin-bottom: 0;
}

.wishlist-choose-title {
	font-size: 15px;
}

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

.wishlist-all {
	padding-top: 20px;
	width: 100%;
}

/*
|--------------------------------------------------------------------------
| Offer Overlay
|--------------------------------------------------------------------------
*/
.offer-overlay {
	position: fixed;
	top: 0;right: 0;bottom: 0;left: 0;
	z-index: 999;
}

.offer-overlay--bg {
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.offer-overlay--block {
	position: absolute;
	top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 620px;
	width: 95%;
	border: 10px solid #fff;
	border-radius: 2px;
	z-index: 1;
}

.offer-overlay--upper {
	background-color: #F05200;
	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: #F05200;
	color: #ffffff;
	padding: 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.order-history td {
	padding: 15px;
	color: #444;
}

.order-history tr:nth-child(even) {
	background-color: #e7e7e7;
}

.order-history .button {
	float: right;
}

/*
|--------------------------------------------------------------------------
| Account > Order Info
|--------------------------------------------------------------------------
*/
.order-address {
	margin: 0 0 30px;
	overflow: hidden;
}

.oa-del,
.oa-bil {
	width: 50%;
	float: left;
}

.oa-del {
	padding: 0 20px 0 0;
}

.order-sub {
	text-align: right;
}

.order-total {
	float: right;
}

/*
|--------------------------------------------------------------------------
| Account > Order Tracking
|--------------------------------------------------------------------------
*/
.tracked-order {
	width: 100%;
	max-width: 800px;
	margin: 30px 0;
}

.tracked-qty {
	width: 95px;
	text-align: center;
}

.tracked-date {
	text-align: right;
}

.track-again {
	margin: 30px auto 0;
}

/*
|--------------------------------------------------------------------------
| Sitemap
|--------------------------------------------------------------------------
*/
.sitemap-page {
	font-size: 11px;
}

.sitemap-left,
.sitemap-right {
	width: 50%;
	max-width: 450px;
	padding: 0 15px;
	float: left;
}

.sitemap-right {
	padding-right: 0;
}

.shop-sitemap .sitemap-cat {
	margin: 15px 0 0;
}

.shop-sitemap h2 {
	margin-top: 30px;
}

/*
|--------------------------------------------------------------------------
| Account v2
|--------------------------------------------------------------------------
*/
.account-heading {
	margin: -40px -40px 30px -40px;
    padding: 38px 36px 22px 36px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
    border-bottom: 1px solid #e9e9e9;
}
.account-heading h1,
.account-heading h2 {
    font-size: 30px;
    font-weight: 600;
    color: #2b2b2b;
}

.account-heading > *, .account-heading > h1 {
    margin-bottom: 8px;
}
.account-heading > *:not(:last-child) {
	margin-right: 20px;
}

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

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

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

.account-subheading {
	font-size: 16px;
	padding: 0 0 16px;
	color: #2d2d2d;
}

.account-sidebar--mobile-title {
	display: none;
	position: relative;
	padding: 20px;
	font-size: 16px;
	color: #707070;
}

.account-sidebar--mobile-title svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transform-origin: center;
}

.account-sidebar--mobile-title svg path {
	fill: #707070;
}

.account-sidebar--mobile-title.open svg {
	transform: rotate(-180deg) translateY(4px);
}

.account-sidebar {
    width: 280px;
    background-color: #fff;
    float: left;
    margin: 0 20px 0 0;
	border: 1px solid #e9e9e9
}

.account-sidebar nav {
	
}

.account-sidebar-btm.mobile {
	display: none;
}

.loyalty-points-dblc {
	display: none;
}

.account-sidebar nav li a {
	display: block;
    font-size: 15px;
    color: #F05200;
    padding: 16px 20px 12px;
    border-bottom: 1px solid #e9e9e9;
}

.account-sidebar a {
	font-size: 16px;
	color: #707070;
	border-bottom: 1px solid transparent;
}

.account-sidebar a:hover,
.account-sidebar .sel {
	color: #2d2d2d;
}

.account-sidebar nav .sel {
    font-weight: 600;
    color: #2b2b2b;
}

.account-sidebar-btm {
    background-color: #f9f9f9;
    padding: 18px 24px;
}

.account-sidebar-btm div {
	font-size: 14px;
	padding: 0 0 4px;
	color: #2d2d2d;
}

.account-sidebar-btm a {
	text-transform: uppercase;
	font-size: 11px;
}

.account-main {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    flex: 1;
    padding: 40px;
    color: #2d2d2d;
}

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

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

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

.account-main .input input:focus {
	border-color: #e7e7e7 !important;
}

.account-panels {
	padding: 0 0 20px;
}

.account-panels--grid {
	margin: 0 -10px 0 0;
}

.account-panel {
	width: 33.3333333333%;
	float: left;
	padding: 0 10px 10px 0;
}

.account-panel--inner {
	display: block;
	border: 1px solid #e9e9e9;
	padding: 12px 15px;
	color: #2d2d2d;
}

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

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

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

.account-panel--svg {
	width: 20px;
	height: 20px;
	float: right;
	text-align: center;
	background-color: #666;
	border-radius: 10px;
	line-height: 22px;
	transition: .3s ease;
	display: flex;
	align-items: center;justify-content: center;
}

.account-panel--svg svg path {
	fill: #fff;
}

.account-panels--wide .account-panel {
	width: 25%;
}

.account-table {
	width: 100%;
	border: 1px solid #e9e9e9;
	table-layout: auto;
	margin: 0 0 30px;
}

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

.account-table .dblr:last-child .dblc {
	border-bottom: none;
}

.account-table .dblc.small {
	width: 1px;
}

.account-table .dblc.full {
	width: 100%;
}

.account-table .dblr:first-child .dblc {
	color: #707070;
	text-transform: uppercase;
    white-space: nowrap;
}

.account-table--label {
	color: #707070;
	font-size: 12px;
	text-transform: uppercase;
}

.account-table--value {
	color: #2d2d2d;
	line-height: 15px;
	padding: 4px 0 0;
	font-size: 12px;
}

.account-table--image {
	border: 1px solid #e9e9e9;
	width: 151px;height: 151px;
	margin-bottom: 10px;
	padding-top: 0;
}

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

.account-invoices h1 {
	margin: 0;
}

.account-invoices .message-error {
	margin: 0;
}

.account-invoices-outstanding {
	padding-bottom: 10px;
}

.account-invoices-outstanding .account-table-invoices {
	margin: 15px 0;
}

.account-invoices-outstanding .pay-btn {
	margin-bottom: 10px;
}

.account-table-invoices .dblc:first-child {
	padding-right: 0;
	vertical-align: middle;
}

.account-table-invoices [type="checkbox"] {
	display: block;
}

.account-latest-orders {
	border: 1px solid #e9e9e9;
	font-size: 11px;
	color: #F05200;
	text-align: center;
	padding: 12px;
	border-top: none;
}

.order-totals {
	border: 1px solid #e9e9e9;
	padding: 15px 24px;
	text-align: right;
	font-size: 13px;
	color: #707070;
	text-transform: uppercase;
	margin: 0 0 30px;
	border-top: 0;
}

.order-totals .dbl {
	width: 140px;
	float: right;
}

.order-totals .dblc {
	padding: 5px 0;
}

.order-totals .dblc:first-child {
	text-align: left;
}

.order-totals .dblr:last-child {
	color: #2d2d2d;
	font-weight: 600;
}

.order-panels {
	padding: 0 0 30px;
}

.order-panels--grid {
	margin: 0 -10px 0 0;
}

.order-panels .message-error {
	margin: -10px 0 30px;
}

.order-panel {
	width: 33.3333333%;
	padding: 0 10px 0 0;
	font-size: 12px;
	float: left;
}

.order-panel--inner {
	border: 1px solid #e9e9e9;
	padding: 12px 15px;
}

.order-panel--data {
	padding: 0 0 10px;
}

.order-panel--data:last-child {
	padding: 0;
}

.order-btns {
	margin: 30px 0 0 0;
}

.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 {
	width: 70px;
    font-weight: 800;
    margin-top: -6px;
}

.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;
	color: #222;
	margin: 20px 0;
}
.loyalty-referral-code > span {
	background-color: #fff; 
	padding: 13px 15px 9px;
	margin-left: 10px;
	margin-top: -4px;
	border: 1px solid #000;
	font-weight: 600;
	word-break: break-all;
}

.account-loyalty-section + .account-loyalty-section {
    margin-top: 60px;
}

.loyalty {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 20px 15px 15px;
    border-radius: 4px;
    font-size: 16px;
	font-weight: 600; 
    color: #FFF;
}
.loyalty:not(:last-child) {
	margin-bottom: 5px;
}
.loyalty.loyalty-inc {
    background-color: #40B80D;
}
.loyalty.loyalty-dec {
    background-color: #D43133;
}

.loyalty-point span {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 15px; width: 15px;
	margin-right: 8px;
}
.loyalty-point span::before, .loyalty-point span::after {
	content: '';
	position: absolute;
	background-color: #FFF;
	border-radius: 2px;
}
.loyalty-point span::before {
	height: 100%; width: 2px;
}
.loyalty-dec .loyalty-point span::before {
	display: none!important;
}
.loyalty-point span::after {
	height: 2px; width: 100%;
}

.loyalty > *:not(:last-child) {
	margin-right: 25px;
}
.top-loyalty--text {
	border: 1px solid #aaa;
	overflow: hidden;
    padding: 12px 15px;
	color: #707070;
}
.account-loyalty--overview {
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    background-color: #F7F7F7;
    padding: 35px 30px 30px;
}
.account-loyalty--overview--total {
    font-size: 46px;
    font-weight: 800;
}
.account-loyalty-section .account-mini-title {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
	margin-bottom: 15px;
}
.account-loyalty-section .account-content {
    font-size: 16px;
}

.top-loyalty--text span {
	color: #2d2d2d;
}

.account-login--checkbox-cont span {
	display: block;
	font-size: 11px;
	padding: 8px 0 0;
}

.account-details--title-text {
	font-size: 12px;
	color: #707070;
	clear: both;
}

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

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

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

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

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

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

.account-login--block p {
	font-size: 13px;
	margin-bottom: 20px;
}

.account-login--section {
	margin-bottom: 20px;
}

.account-login--block .form-note {
	padding: 8px 0;
}

.account-login--buttons {
	margin-top: 10px;
}

.account-login--buttons .form-note {
	text-transform: uppercase;
}

.account-login--trade {
	margin: 15px 0 -2px;
}

.ui-datepicker.dob-picker .ui-datepicker-header {
    height: 34px;
}
.ui-datepicker.dob-picker select.ui-datepicker-month, 
.ui-datepicker.dob-picker select.ui-datepicker-year {
    height: 26px;
    border: 1px solid #cccccc;
    margin: 0 2px;
}

.account-comms--preferences-subtitle {
	margin-bottom: 8px;
}

.account-comms--preferences {
	padding: 20px;
}

.account-comms--preferences .input-grid {
	padding-left: 8px;
}

.account-comms--preferences-inner {
	padding: 0 0 10px 10px;
}

.quote-side {
	width: 50%;
	float: right;
}

.quote-side .cart-segment {
	margin-bottom: 20px;
	background: none;
}

.quote-side .cart--heading {
	
}

.quote-side .basket-segment {
	margin-bottom: 0;
	border: 1px solid #e9e9e9;
}

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

.copy-toast {
	display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 30px 15px;
    z-index: 1002;
    background-color: #40B80D;
    color: #FFF; 
	text-align: center;
}

/*
|--------------------------------------------------------------------------
| Account v2 > Overlays
|--------------------------------------------------------------------------
*/
.overlay-account .overlay--inner {
	max-width: 476px;
	max-height: 95%;
    overflow-y: auto;
}
.overlay-account .google-address-lookup-results {
    background-color: #FFF;
}
.account-overlay {
	background-color: #2d2d2d;
	padding: 30px;
	border-radius: 4px;
}

.account-overlay .checkbox-label {
	color: #fff;
}

.account-overlay .input {
	margin: 0 0 4px;
}

.account-overlay--title {
	font-size: 21px;
	color: #fff;
	padding: 0 0 20px;
}

.account-overlay--action {
	text-align: right;
	padding: 16px 0 0 0;
}

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

.address-block--grid {
	margin: 0 -10px 0 0;
}

.address-block,
.address-block--add {
	float: left;
	padding: 0 10px 10px 0;
	color: #2d2d2d;
}

.address-block--title {
	font-size: 11px;
	color: #707070;
	padding: 0 0 4px;
}

.address-block--inner {
	border: 1px solid #e9e9e9;
	padding: 12px 15px;
}

.address-block__primary .address-block--inner {
	border-color: #2d2d2d;
}

.address-block--address {
	font-size: 12px;
}

.address-block--action {
	padding: 20px 0 0 0;
}

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

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

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

.account-overlay--checkboxes {
	padding: 14px 0 0 0;
}

.account-overlay--checkboxes-title {
	font-size: 11px;
	color: #707070;
	text-transform: uppercase;
	padding: 0 0 4px;
}

.address-block--add-inner {
	position: relative;
	border: 1px solid #e9e9e9;
	text-align: center;
	height: 100px;
	cursor: pointer;
}

.address-block--add-wrap {
	position: absolute;
	top: 50%;
	left: 0; right: 0;
	transform: translateY(-50%);
}

.address-block--add-wrap,
.address-block--add-wrap svg path {
	transition: .3s ease;
}

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

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

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

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

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

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

.mobile-cats--title {
	position: relative;
	font-size: 24px;
	padding: 10px 16px;
	background-color: #2d2d2d;
	margin: 0 0 10px;
}

.mobile-cats--title svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transform-origin: center;
}

.mobile-cats a {
	padding: 10px;
	color: #fff;
}

.mobile-cats a.sel {
	color: #F05200;
}

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

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

.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/basic/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: 56px;
}

.input #voucher_add {
	right: 4px;
}

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

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

.account-box--voucher {
	border: 1px solid #e9e9e9;
	padding: 12px 15px;
	margin-bottom: 12px;
}

.account-box--voucher .input {
	margin-bottom: 0;
}

.account-box .xvc_input {
    max-width: none;
}

.account-table.vouchers .dblc span {
	display: none;
}

.account-table.vouchers .dblc.small {
	width: auto;
}

.account-table.vouchers {
	margin: 0 0 20px;
}

.account-overlay--text {
	margin-bottom: 10px;
}

.account-table.vouchers .dblc .voucher-code--small {
	display: block;
	font-size: 10px;
	color: #717171;
	line-height: normal;
}

/*
|--------------------------------------------------------------------------
| Category > Featured Filters
|--------------------------------------------------------------------------
*/
.featured-filters {
	position: relative;
	display: flex;
}

.featured-filter {
	display: flex;
	width: 25%;
	border-right: 1px solid #e9e9e9;
	padding: 37px 30px;
	flex-direction: column;
}

.empty-category {
	margin: 30px;
}

#featuredFilterSubmitButton.disabled {
	cursor: not-allowed;
	pointer-events: none;
	background-color: #9a9898;
}

.featured-filter--info {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.featured-filter--heading {
	position: relative;
	margin: 0 0 auto 0;
}

.featured-filter--image-cont {
	flex-shrink: 0;
}

.featured-filter--heading:after {
	position: absolute;
	top: 0; left: 0;
	height: 32px;
	width: 32px;
	border-radius: 16px;
	background-color: #0a3d74;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 32px;
	font-size: 20px;
}

.featured-filter--title {
	font-size: 18px;
	color: #0a3d74;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}

.featured-filter--subtitle {
	font-size: 14px;
	color: #606060;
	letter-spacing: -0.025em;
	margin: 4px 0 0 0;
}

.featured-filter--select {
	margin: 18px 0 0 0;
}

.featured-filter--select .select2-container--default .select2-selection--single {
	padding: 10px;
	border: 1px solid #e9e9e9;
}

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

.featured-filter--submit {
	display: block;
	width: 100%;
	border-radius: 0;
	font-size: 18px;
	padding: 12px;
}

.featured-filter--submit svg {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

#price-spinner {
	border-left: 1.1em solid black;
}

.subs-olay-title {
    font-weight: 600;
    margin: 7px 10px 3px 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;
	padding: 8px 12px 4px;
}
.subs-olay-btns button.button {
    padding: 9px 12px;
}
 
.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: #c94500;
}

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

.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: 6px 0 0 0;
}.account-subs--prod-opts {
	margin: 0 0 6px;
}

.account-subs--prod-opt {
	font-size: 13px;
	color: #2b2b2b;
}

.account-subs--prod-opt .opt-label {
	color: #adadad;
	margin: 0 4px 0 0 ;
}

.account-subs--prod-opt .opt-value {
	margin: 0 16px 0 0;
}

.account-subs--stock-status {
	font-size: 12px;
}

.account-subs--prod-details {
	border-right: 1px solid #e9e9e9;
	padding-right: 40px;
}

.account-subs--details {
	padding-left: 40px;
	font-size: 13px;
}

.account-subs--prod-details,
.account-subs--details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 10px 0;
}

.account-subs--details {
	color: #2b2b2b;
}

.account-section--sub {
	font-weight: 600;
	margin: 0 4px 0 0;
	font-size: 13px;
	white-space: nowrap;
}

.account-subs--row {
	margin-top: 8px;
}

.account-subs--row:first-child {
	margin: 0;
}

.account-section--value.preferred {
	margin-top: -3px;
}

.account-section--value.preferred span {
	position: relative;
	padding: 0 0 0 20px;
	margin: 3px 6px 3px 0;
	display: inline-block;
}

.account-section--value.preferred span:before {
	content: '';
	position: absolute;
	left: 0; top: 50%;
	transform: translateY(-50%);
	height: 15px;
	width: 15px;
	border: 1px solid #e9e9e9;
	border-radius: 15px;
	margin-top: -3px;
}

.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: #c94500;
	margin-top: -3px;
}

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

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

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

.filter-buttons {
	display: flex;
}
.filter-clear, .filter-apply {
	display: none;
	border-radius: 0;
	flex: 1;
}
.filters__active {
    display: none;
}
.filters__active > span {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 50px;
    background-color: #F05200;
    padding: 8px 15px 4px;
	margin: 0 10px 10px 0;
    color: #FFF;
	cursor: pointer;
}
.filters__active > span::after {
    content: '';
    position: relative;
    margin: -5px 0 0 6px;
    width: 9px;
    height: 9px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 20 20" fill="none"><path d="M11.8323 10.0006L19.6205 2.21192C19.8635 1.96893 20 1.63936 20 1.29571C20 0.95207 19.8635 0.6225 19.6205 0.379506C19.3775 0.136512 19.048 2.35516e-08 18.7044 1.99308e-08C18.3607 1.63099e-08 18.0312 0.136512 17.7882 0.379506L10 8.16819L2.21179 0.379506C1.96881 0.136512 1.63926 0 1.29564 0C0.952012 0 0.622462 0.136512 0.379483 0.379506C0.136504 0.6225 0 0.95207 0 1.29571C0 1.63936 0.136504 1.96893 0.379483 2.21192L8.1677 10.0006L0.379483 17.7893C0.145179 18.034 0.0160577 18.3608 0.0197922 18.6996C0.0235267 19.0384 0.15982 19.3622 0.399461 19.6017C0.639103 19.8412 0.963022 19.9773 1.3018 19.9808C1.64057 19.9843 1.96724 19.855 2.21179 19.6205L10 11.833L17.7882 19.6205C18.0312 19.8635 18.3607 20 18.7044 20C19.048 20 19.3775 19.8635 19.6205 19.6205C19.8635 19.3775 20 19.0479 20 18.7043C20 18.3606 19.8635 18.0311 19.6205 17.7881L11.8323 10.0006Z" fill="%23FFF"></path></svg>');
	background-size: cover;
	background-repeat: no-repeat;
}

/*
|--------------------------------------------------------------------------
| Basket 2022
|--------------------------------------------------------------------------
*/
.basket {
	display: flex;
}

.basket-empty {
	background-color: #fff;
	padding: 20px;
}

.basket-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 25px;
}

.basket-heading--title {
    font-size: 38px;
    font-weight: 700;
    color: #171717;
    text-transform: uppercase;
    text-align: center;
}
.basket-heading--title:not(:last-child) {
	margin-right: 20px;
}

.basket-heading--right {
	display: flex;
	align-items: center;
	color: #2b2b2b;
}

.basket-heading--text:first-child {
	margin-left: 0;
}

.basket-heading--text {
	font-size: 18px;
	line-height: 1.3;
	margin-left: 74px;
}

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

.basket-main {
	display: flex;
	align-items: flex-start;
}

.basket-items {
	border-radius: 4px;
}
.basket-items:not(.no-border) {
	border: 1px solid #e9e9e9;
}
.basket-items .cart-spend {
    background-color: #F3F3F3;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    font-size: 15px;
}
.basket-items.no-border .cart-spend {
	border-radius: 4px;
}
.basket-items .cart-spend--text {
	color: #F05200;
}
.basket-left {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}

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

.basket-item:last-child {
	border-bottom: none;
}

.basket-item-main {
	display: flex;
	flex: 1 0 0;
}

.basket-item-main-wrapper {
	display: flex;
	flex: 1 0 0;
}

.basket-item-title {
	/* margin: 0 0 6px; */
}

.basket-item-title-link {
	font-size: 18px;
	color: #2b2b2b;
	font-weight: 600;
	line-height: 1.2;
}
.basket-item-image-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.basket-item-image {
    width: 130px;
}

.basket-item-details {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 20px;
	gap: 6px 0;
	flex: 1 0 0;
}

.basket-item-options {
	/* margin: 0 0 6px; */
	display: flex;
	flex-wrap: wrap;
}

.basket-item-option {
	color: #2b2b2b;
	margin-right: 16px;
}

.basket-item-option-label {
	color: #adadad;
}

.basket-item-stock-status {
	font-size: 12px;
}

.basket-item-pricing {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 180px;
	gap: 8px 0;
	color: #2b2b2b;
	padding: 0 25px;
}

.basket-item-price {
	font-size: 18px;
	line-height: 1;
}

.basket-item-unitprice {
	font-size: 13px;
}

.basket-item-savings {
	padding: 2px 4px 0;
	text-align: center;
	background-color: #37AF56;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
}

.basket-item .has-right-divider {
	position: relative;
}

.basket-item .has-right-divider:after {
	content: '';
	top: 15px;
	bottom: 15px;
	right: 0;
	width: .5px;
	background-color: #e9e9e9;
	position: absolute;
}

.basket-item-qty {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px 0;
	padding: 0 45px;
}

.basket-item-remove {
	font-size: 12px;
	position: relative;
	color: #2b2b2b;
	cursor: pointer;
}

.basket-item-remove:after {
	content: '';
	position: absolute;
	bottom: -2px;
	height: 1px;
	width: 100%;
	left: 0;
	background-color: #2b2b2b;
}

.basket-sidebar .select2-basic--container {
	border-radius: 3px;
}

.basket-sidebar .label-none .select2-basic--container.select2-selection--single .select2-selection__rendered {
    padding: 12px;
}

.basket-segment {
	padding:20px;
	background-color: #fff;
}

.overlay-basket .counter-input input {
    font-size: 14px;
}

.overlay-basket .counter-input-button {
    width: 26px;
    height: 26px;
}

.overlay-basket .counter-input {
    min-height: 26px;
}

.overlay-basket .basket-item-details,
.overlay-basket .basket-item-pricing,
.overlay-basket .basket-item-qty {
	padding: 0 15px;
}

.overlay-basket .basket-item-option {
	font-size: 12px;
}

.overlay-basket .basket-item-title-link {
	font-size: 14px;
}

/* Counter Input */
.counter-input {
	display: flex;
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	min-height: 40px;
	color: #2b2b2b;
}

.counter-input-button {
	width: 40px;
	text-align: center;
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 300ms ease;
}

.counter-input-button:hover {
	background-color: #e9e9e9;
}

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

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

.counter-input-input {
	display: flex;
}

.counter-input input {
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 60px;
	min-width: 0;
	color: #2b2b2b;
	font-weight: 400;
	padding-top: 6px;
}

/* Basket > Sidebar */
.basket-sidebar {
	width: 100%;
	max-width: 420px;
	margin: 0 0 0 40px;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	flex-shrink: 0;
}

.basket-sidebar .input input {
	font-size: 13px;
}

.basket-sidebar .input ::-webkit-input-placeholder { /* WebKit browsers */
	/* replace this with desired color */
	opacity: 1;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-sidebar .input :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	/* replace this with desired color */
	opacity: 1;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-sidebar .input ::-moz-placeholder { /* Mozilla Firefox 19+ */
	/* replace this with desired color */
	opacity: 1;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-sidebar .input :-ms-input-placeholder { /* Internet Explorer 10+ */
	/* replace this with desired color */
	opacity: 1;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-sidebar-segment {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	padding: 25px;
}

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

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

.basket-sidebar-segment .input.button-inline .button {
	right: 0;
}

.basket-sidebar-segment-heading,
.basket-sidebar-expandable-title {
	font-size: 16px;
	font-weight: 600;
	color: #F05200;
	margin: 0 0 10px;
}
.basket-sidebar-segment-heading > span {
	color: #171717;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
    display: block;
    margin-top: 5px;
}
.basket-sidebar-expandable {
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	margin-top: -1px;
	color: #2b2b2b;
	transition: background 300ms ease;
}

.basket-sidebar-expandable:hover {
	background-color: #f0f0f0;
}

.basket-sidebar-expandable-open {
	/* padding: 18px 25px; */
}

.basket-sidebar-expandable-title {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	padding: 18px 25px 12px;
	margin: 0;
}

.basket-sidebar-expandable-open .basket-sidebar-expandable-title {
	padding: 18px 25px 10px 25px;
}

.basket-sidebar-expandable-title-icon {
	flex-shrink: 0;
	height: 15px;
	width: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill-rule='evenodd' fill='%23F05200' d='M12 6.999H7V12H4.999V6.999H0V5h4.999V0H7v5h5v1.999Z'/%3E%3C/svg%3E");
}

.basket-sidebar-expandable-open .basket-sidebar-expandable-title-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='2px'%3E%3Cpath fill-rule='evenodd' fill='%23F05200' d='M0.0,0.0 L12.0,0.0 L12.0,2.0 L0.0,2.0 L0.0,0.0 Z'/%3E%3C/svg%3E");
}

.basket-sidebar-expandable-content {
	display: none;
	margin: 0 0 -10px;
	padding: 0 25px  18px 25px;
}

.basket-sidebar-expandable-open .basket-sidebar-expandable-content {
	display: block;
}

.basket-sidebar-expandable-points .basket-sidebar-expandable-content span {
	font-weight: 600;
}

.basket-sidebar-expandable-content .button-inline .button {
	right: 0;
}

.basket-total-grid {
	display: flex;
	flex-direction: column;
	gap: 6px 0;
	margin: 0 0 10px;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-totals-row {
	display: flex;
	justify-content: space-between;
}

.basket-totals-row-discount {
	color: #37AF56;
}

.basket-checkout-button {
	font-size: 18px;
	letter-spacing: -0.025em;
	font-weight: 400;
	display: flex;
	gap: 0 10px;
	align-items: center;
	justify-content: center;
	padding: 10px 20px 5px;
}
.basket-checkout-button svg {
    margin-top: -6px;
}

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

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

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

.basket-paypal-checkout-icon {
	height: 23px;
	display: block;
	margin: 0 auto;
}

.button-paypal {
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
}
.button-paypal:hover {
	background-color: #e1e1e1;
}
.checkout-disabled {
    opacity: .7;
}

.basket-sidebar .ui-datepicker-inline {
	width: 100%;
}

.basket-sidebar .ui-datepicker-header {
	background-color: #f3f3f3;
	border-color: transparent
}

.basket-sidebar .ui-datepicker-title {
	color: #2b2b2b;
	font-size: 13px;
	font-weight: 600;
}

.basket-sidebar .ui-datepicker th {
	font-weight: 400;
	color: #2b2b2b;
}

.basket-sidebar .ui-datepicker .ui-datepicker-prev,
.basket-sidebar .ui-datepicker .ui-datepicker-next {
	background: none;
}

.basket-sidebar .ui-datepicker td span {
	text-align: center;
}

.basket-sidebar .ui-widget-content .ui-state-active {
	background-color: #37AF56;
	border-color: #37AF56;
	color: #fff!important;
}

.basket-sidebar .ui-widget-content .ui-state-default {
	color: #2b2b2b;
	font-weight: 400;
    font-size: 12px;
	padding: 4px;
	border-color: #e9e9e9;
	border-radius: 3px;
}

.basket-sidebar .ui-widget-content .ui-state-hover {
	border-color: #37AF56;
}

.basket-sidebar .ui-datepicker table {
	margin: 0;
}

.basket-sidebar .ui-datepicker td {
	padding: 2px;
}

.basket-sidebar .ui-datepicker th {
	padding: 4px 2px;
	font-size: 12px;
}

.basket-payment-method {
	height: 25px;
	margin: 0 auto;
}

.payment-methods img {
    margin-right: 3px;
}

.payment-methods-bar img:last-child {
	margin-right: 0;
}

.payment-methods-bar {
	background-color: #fff;
	padding: 5px;
	border-radius: 3px;
}

.basket-action {
}

.basket-main .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.basket-main .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='8px' viewBox='0 0 14.4029999 8.0010004' style='enable-background:new 0 0 14.4029999 8.0010004;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%232B2B2B;%7D%0A%3C/style%3E%3Cpath class='st0' d='M6.4885001,7.7133002L0.2955,1.6779c-0.394-0.3837999-0.394-1.0062,0-1.3901999 C0.6892-0.0959,1.3281-0.0959,1.7217,0.2877l5.4800997,5.3402996l5.4795003-5.3399c0.3940001-0.384,1.0324001-0.384,1.4261999,0 c0.3940001,0.3838,0.3940001,1.0062,0,1.3898l-6.1928,6.0358c-0.197,0.1917-0.4551001,0.2873006-0.7129002,0.2873006 C6.9435,8.0010004,6.6855001,7.9047999,6.4885001,7.7133002z'/%3E%3C/svg%3E%0A");
}

.basket-main .select2-container--open .select2-selection--single .select2-selection__arrow {
	transform: rotate(-180deg)
}

.basket-subheading {
	font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #2b2b2b;
	margin: 0 0 10px;
}

.product-grid.product-grid__list {
	margin: 0;
	padding: 50px 0;
}

.cat-order-inner {
    width: 100%;
    position: relative;
}
.cat-order--dummy-cont {
    height: 67px;
    overflow: hidden;
    display: none;
}
.cat-order {
    text-align: center;
    border-collapse: collapse;
    font-size: 14px;
    font-family: "Myriad Pro","DejaVu Sans Condensed",Helvetica,Arial,"sans-serif";
    table-layout: auto;
	overflow: hidden;
    border-radius: 4px;
}
.cat-order-header {
    font-size: 13px;
    font-family: 'Proxima Nova',sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-weight: 700;
    color: #282425;
    line-height: 13px;
}
.cat-order-header-item {
    position: relative;
    padding: 10px 20px;
	min-width: 170px;
}
.cat-order-header-item.cat-order--col-price {
    width: 135px;
}
.cat-order-header-item.cat-order--col-packsize {
	min-width: 200px;
}
.cat-order-col1 {
    text-align: left;
}
.cat-order-header-item__qty {
    width: 146px;
}
.cat-order-header-item__qty {
    width: 146px;
}
.cat-order-row .dblc {
    vertical-align: middle;
    height: 100%;
	background-color: #F3F3F3;
    border-bottom: 1px solid #FFFFFF;
}
.dbl-break .dblc {
    padding: 10px 20px;
    background-color: #171717;
    text-align: left;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 0.05em;
}
.cat-order-cell {
    padding: 10px 20px;
    line-height: 22px;
}
.cat-order-was-span {
    font-size: 12px;
    color: #171717;
}
.cat-order a {
    color: #282425;
}
.brand-orange {
    color: #f05200;
}
.dbl-break.cat-order-row:nth-child(2) > div:first-child {
	border-radius: 4px 0 0 0;
}
.dbl-break.cat-order-row:nth-child(2) > div:last-child {
	border-radius: 0 4px 0 0;
}

.cat-order-footer {
    width: 100%;
    max-width: 1920px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1000;
}
.fixed > .cat-order-footer {
	position: fixed;
	padding: 0 50px;
}
.cat-order-footer > div {
    width: 100%;
	flex-wrap: wrap;
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #282425;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #e5e5e6;
    margin-top: 30px;
}
.cat-order-footer .dblc {
    padding-bottom: 10px;
}
.cat-order-footer .button-add-to-basket {
    min-width: 300px;
}

.cat-order-header-item__qty {
    width: 146px;
}

.qty-field--cont {
    position: relative;
    border: 1px solid #e5e5e6;
}
.qty-field--label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #171717;
    font-weight: 600;
}
.qty-field--input-cont {
    overflow: hidden;
    background-color: #fff;
}
.qty-field--input-cont .select2-container--default .select2-selection--single {
    background-color: transparent;
}
.qty-field--input-cont .select2-selection {
    padding-left: 52px;
}
.qty-field--input-cont .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 13px 0 8px;
    color: #282425;
    font-family: 'Proxima Nova',sans-serif;
    text-align: left;
    height: 100%;
    width: 80px;
}
.qty-field--input-cont .select2-container--default .select2-selection--single .select2-selection__arrow, .qty-field--input-cont .select2-container .select2-selection--single {
    height: 42px;
}
.qty-field--input-cont .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 0;
    margin-left: -16px;
    margin-top: -4px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M0.251184 0.319788C0.412065 0.158955 0.630239 0.0686035 0.857725 0.0686035C1.08521 0.0686035 1.30339 0.158955 1.46427 0.319788L6.00518 4.8607L10.5461 0.319788C10.7079 0.163513 10.9246 0.0770404 11.1495 0.078995C11.3745 0.0809497 11.5897 0.171175 11.7487 0.330238C11.9078 0.489301 11.998 0.704476 12 0.929417C12.0019 1.15436 11.9154 1.37107 11.7592 1.53287L6.61172 6.68033C6.45084 6.84116 6.23267 6.93151 6.00518 6.93151C5.77769 6.93151 5.55952 6.84116 5.39864 6.68033L0.251184 1.53287C0.0903502 1.37199 0 1.15382 0 0.926329C0 0.698842 0.0903502 0.480669 0.251184 0.319788Z" fill="%23171717"/></svg>') no-repeat center center;
    width: 15px;
    height: 8px;
}

.order-footer--round > div:not(:last-child) {
    margin-right: 100px;
}
.order-footer--round > div > span:not(:last-child) {
	margin-right: 30px;
}

.special-offer--bar {
    background-color: #F3F3F3;
    font-size: 15px;
    text-align: center;
    padding: 10px 20px 7px;
    color: #F05200;
}

.cms-sidebar {
    width: 400px;
    border-right: 1px solid #e5e5e6;
    padding: 60px 50px;
}
.cms-sidebar--title {
    color: #171717;
    font-size: 36px;
    font-family: 'Baskerville', sans-serif;
    margin-bottom: 25px;
}
.cms-sidebar--menu {
    margin-bottom: 45px;
}
.cms-sidebar--menu > a {
    color: #171717;
    font-size: 18px;
    line-height: 1.4;
    text-transform: capitalize;
}
.cms-sidebar--menu > a.sel {
    color: #F05200;
    font-weight: 600;
}
.cms-sidebar--menu > a:not(:last-child) {
    margin-bottom: 20px;
}
.cms-sidebar--menu > a:hover:not(.sel) {
    opacity: .7;
}
.cms-sidebar--contact {
    padding: 20px 20px 16px;
    background-color: #FFFFFF;
    border: 1px solid #e5e5e6;
	border-radius: 4px;
}
.cms-sidebar--contact a {
    color: #171717;
}

.content-page--inner > div:not(:last-child) {
    margin-bottom: 80px;
}
.contact-info-block {
    border-top: 1px solid #e5e5e6;
    padding: 40px 0;
}
.contact-info-block:first-child {
	border-top: 0;
	padding-top: 0;
}
.contact-info-block .subtitle {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 15px;
	color: #F05200;
	text-align: center;
	display: block;
}
.contact-info-grid .segment-50 {
    padding-bottom: 0;
}
.contact-info-grid .contact-key.segment-50 {
    text-align: right;
	font-weight: 600;
}
.contact-info-grid > div {
    margin: 0 -20px 12px 0;
	display: flex;
}
.contact-info-grid > div > * {
	padding: 0 20px 0 0;
}
.contact-info-grid > div:last-child {
    margin-bottom: 0;
}
.contact-info-grid a {
	color: #171717;
}

.highlight-block {
    border: 1px solid #e5e5e6;
    border-radius: 4px;
    padding: 30px 30px 24px;
}
.highlight-block:not(:last-child) {
    margin-bottom: 40px;
}
.highlight-block > .title {
    font-family: 'Baskerville', sans-serif;
    font-size: 36px;
    color: #F05200;
    margin-bottom: 5px;
}
.highlight-block > .text {
    font-weight: 600;
    text-transform: uppercase;
}

.content--line:not(:first-child) {
    padding-top: 40px;
}
.content--line:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e6;
}
.content--line > .title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}
.content--line a {
	text-decoration: underline;
}

.category-banner-list {
	padding: 50px 0;
}
.category-banner-list .category-list--item > a {
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    font-family: 'Baskerville', sans-serif;
    color: #171717;
    font-size: 25px;
	height: 100%;
}
.category-list--item--title {
    margin-top: 10px;
    display: block;
}
.category-banner-list .category-list--item > a:hover {
	color: #F05200;
}

.button.lazy-page {
    font-size: 14px;
    margin-top: 24px;
}

.mfp-bg {
	z-index: 1000;
}
.mfp-wrap {
	z-index: 1001;
}

.form-page--content {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 50px;
}
.form-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: .9px;
}
.form-page--form form {
    display: flex;
    flex-direction: column;
	padding: 30px;
}
.form-bottom {
    margin-top: 10px;
	margin-bottom: -10px;
}
.form-bottom > *:not(:last-child) {
	margin-right: 20px; 
	margin-bottom: 10px;
}
.newsletter-pref-submit {
    min-width: 145px;
}
.form-bottom .message {
    width: 100%;
    margin-right: 0;
}

.newsletter_popup_container {
    position: fixed;
    z-index: 2000;
    background-color: rgba(0,0,0,0.45);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.newsletter_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 25px 20px;
    width: 580px;
    max-width: 90%;
    border: 4px solid #f05200;
}
.newsletter_popup > .title {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Proxima Nova', sans-serif;
    margin-bottom: 12px;
	text-align: center;
	line-height: 1.1;
}
.newsletter_popup > .title > span.lg {
    font-size: 76px;
    margin: -2px 0 5px;
    color: #f05200;
    font-weight: 700;
	display: block;
}
.newsletter_popup > .subtitle {
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
    font-family: 'Baskerville', sans-serif;
    margin-bottom: 22px;
    font-style: italic;
    padding: 0 5%;
}
.newsletter_popup .overlay--close {
    top: -2px;
    right: 15px;
    color: #898989;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 30px;
	transform: none;
}
.newsletter_popup .overlay--close svg path {
	fill: #fff;
}
.newsletter_popup form#newsletter-pref-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.newsletter_popup .input-grid {
    width: 90%;
    max-width: 475px;
}
.newsletter_popup .overlay-cta {
    font-family: 'Proxima Nova', sans-serif;
    width: 100%;
    font-size: 18px;
    border-radius: 0;
    padding: 10px;
    background: #f05200;
    color: #fff;
    text-align: center;
}

.listing-contact {
	margin-top: 20px;
}
.listing-contact--item {
	border-radius: 5px;
	border: 1px solid #e5e5e6; 
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .6px;
	line-height: 1.2;
}
.listing-contact--item small {
	color: #929397;
}
.listing-contact--item a {
	color: #171717;
	text-transform: uppercase;
}
.listing-sticky.fixed .listing-contact {
    display: none;
}

.text-strikethrough {
	color: #929397;
	font-weight: 400;
	text-decoration: line-through;
}

.basket-related {
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    padding: 20px;
}
.basket-related h2 {
    font-size: 18px;
    text-transform: uppercase;
	margin-bottom: 15px;
}
.basket-related--item {
    border: 1px solid #e9e9e9;
    padding: 10px 15px 6px;
	border-radius: 4px;
}
.basket-related--image {
	margin-right: 15px;
	margin-bottom: 4px;
}
.basket-related--image > a {
    display: flex;
    align-items: center;
}
.basket-related--item--inner {
    flex: 1;
	display: flex;
	align-items: center;
}
.basket-related--content {
    font-size: 16px;
    font-weight: 600;
}
.basket-related--content a {
	color: #2b2b2b;
	line-height: 1.3;
}
.basket-related--content a:hover {
	color: #F05200;
}
.basket-related--price {
    font-size: 16px;
    margin: 0 30px;
}

.js-form-msg {
	display: none;
}


#stock-notify-button {
    width: 100%;
    margin-top: 20px;
    padding: 12px 20px 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#stock-notify-button > svg {
	margin: -2px 15px 0 0;
}

.mob-only {
	display: none;
}

.text-rm {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: ease-in-out .2s;
}
.text-rm.open {
	display: block;
}
.text-rm--toggle {
    text-decoration: underline;
	transition: ease-in-out .2s;
	cursor: pointer;
}
.text-rm--toggle:hover {
	color: #F05200;
}
.text-rm--toggle::before {
	content: 'Read More';
}
.open + .text-rm--toggle::before {
	content: 'Read Less';
}
.text-rm:not(.on) + .text-rm--toggle {
	display: none;
}

.title-border {
    padding-bottom: 20px;
	margin-bottom: 22px;
    position: relative;
}
.title-border::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 100px;
	height: 2px;
	border-radius: 5px;
	background-color: #F05200;
}


.form-block {
	text-align: center;
}
.form-block--title {
    font-size: 28px;
    font-weight: 400;
	font-family: 'Baskerville', sans-serif;
	margin-bottom: 10px;
}
.form-block--content {
    font-size: 15px;
    margin-bottom: 15px;
}

.input-checkboxes {
    margin: 5px 10px -8px 0;
}
.input-checkboxes--title {
    margin: 0 20px 8px 0;
    font-weight: 600;
}
.input-check-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.form-block .input label {
	text-align: left;
}
.input-grid .form-block--bottom .button {
    margin-right: 15px;
}

/* Loyalty CMS Page */ 

.loyalty-methods--title, .loyalty-usp--content > h3, .loyalty-faqs .dd-section--title {
	font-size: 36px;
    text-transform: uppercase;
}

.loyalty-methods {
	text-align: center;
}
.loyalty-methods--title {
    margin-bottom: 40px;
}

.loyalty-methods > div {
    margin: -20px 0;
}
.loyalty-method {
    padding: 20px 50px;
    font-size: 18px;
    font-weight: 600;
	color: #171717;
	line-height: 1.2;
	width: 33.333333%;
}
.loyalty-method > .title {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
}
.loyalty-method > .points {
	font-size: 42px;
	text-transform: uppercase;
	color: #F05200;
	font-weight: 800;
	margin-bottom: 10px;
}

.loyalty-usp--container {
	margin: 0 0 -50px;
}
.loyalty-usp--container > div {
	padding-bottom: 50px;
}
.loyalty-usp--content:last-child {
	text-align: center;
}
.loyalty-usp--content:not(:last-child) {
    width: 500px;
	margin-right: 30px;
}
.loyalty-usp--content > *:not(:last-child) {
    margin-bottom: 22px;
}

.loyalty-usps {
    margin: 0 -20px -20px 0;
	text-align: center;
}
*:not(.loyalty-usp--content) + .loyalty-usps {
	margin-left: -20px;
}
.loyalty-usp {
	padding: 0 20px 20px;
	width: 33.333333%;
}
.loyalty-usp--icon {
    margin-bottom: 18px;
}
.loyalty-usp--title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px;
}


.loyalty-faqs {
    padding-top: 0;
}
.loyalty-faqs .dd-section--title {
    text-align: center;
    margin-bottom: 25px;
}

.loyalty-incentive {
    font-size: 15px;
    border-top: 1px solid #e5e5e6;
    padding-top: 15px;
}
.loyalty-incentive strong {
	color: #F05200;
}

* + .bottom-text-block {
    border-top: 1px solid #e5e5e6;
}

.ad-popup {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
	padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
}
.ad-popup--backdrop,
.ad-referral--backdrop {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0,0,0,0.45);
}
.ad-popup--inner {
	position: relative;
    padding: 40px;
    border-radius: 10px;
    width: 100%;
    max-width: 1034px;
    background-color: #FFF;
}
.ad-popup--details {
	position: relative;
}
.ad-popup--details:not(:first-child) {
	margin-left: 36px;
}
.ad-popup--close {
    position: absolute;
	display: flex;
    top: 16px;
    right: 16px;
    cursor: pointer;
	-webkit-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
	z-index: 1;
}
.ad-popup--close:hover {
	opacity: 0.6;
}
.ad-popup--image {
    width: 430px;
}
.ad-popup--details > *:not(:last-child):not(.ad-popup--title-mini):not(.ad-popup--title) {
	margin-bottom: 22px;
}
.ad-popup--title-mini {
    font-size: 26px;
    font-weight: 700;
    color: #F05200;
}
.ad-popup--title-mini:not(:last-child) {
	margin-bottom: 16px;
}
.ad-popup--title {
    flex: 1;
    font-size: 50px;
	line-height: 1;
    font-family: 'Baskerville', serif;
    color: #171717;
}
.ad-popup--title:not(:last-child) {
	margin-bottom: 32px;
}
.ad-popup--text-main {
    font-size: 20px;
}
.ad-popup--text-main *, 
.ad-popup--text * {
	line-height: 1.2;
}
.ad-popup--app-actions {
    margin-top: 24px;
	width: 100%;
}
.ad-popup--app-actions--message {
    display: none;
}
.ad-popup--app-actions > * {
	margin: 16px;
	display: flex;
}
.ad-popup--app-actions > *:hover {
	opacity: 0.8;
}
.ad-popup--app-actions > * > span, .ad-popup--mob {
	display: none;
}
.ad-popup--app-actions > *.mob-button {
	display: none;
}

.ref-code-input {
	position: relative;
}

.ref-code-input a {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}


/* App Deep Link Styles */
.app-deep-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background: #007AFF; /* iOS blue or customize to your brand */
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin: 5px;
    font-weight: 500;
}

.app-deep-link:hover {
    background: #0056CC;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 122, 255, 0.3);
    color: white;
    text-decoration: none;
}

.app-deep-link.app-link-active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 122, 255, 0.2);
}

/* Android style variant */
.app-deep-link[data-os="android"] {
    background: #34A853; /* Android green */
}

.app-deep-link[data-os="android"]:hover {
    background: #2D8A47;
    box-shadow: 0 4px 8px rgba(52, 168, 83, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .app-deep-link {
        padding: 12px 18px;
        font-size: 16px;
    }
}

/* Animation for app opening feedback */
@keyframes appOpening {
    0% { transform: scale(1); }
    50% { transform: scale(0.95); }
    100% { transform: scale(1); }
}

.app-deep-link.opening {
    animation: appOpening 0.3s ease;
}

.image-links-large {
	margin: 0 -20px -20px 0;
}
.image-links-large > * {
    padding: 0 20px 20px 0;
    min-width: 50%;
}
.image-links-large--item {
	position: relative;
    width: 100%;
    border-radius: 4px;
	height: 100%;
    min-height: 450px;
	padding: 40px 60px;
	text-align: center;
	overflow: hidden;
}
.image-links-large--item::before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 76.44%);
	-webkit-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
}
.image-links-large--item:hover::before {
	opacity: 0.8;
}
.image-links-large--item > * {
	position: relative;
	color: #FFF;
}
.image-links-large .image-link--title {
    font-size: 36px;
    text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1.1;
}
.image-links-large .image-link--title:not(:last-child) {
	margin-bottom: 8px;
}
.image-links-large .image-link--text {
    font-size: 18px;
	font-weight: 500;
    line-height: 1.2;
}
.image-links-large .image-link--text:not(:last-child) {
	margin-bottom: 16px;
}

.content-strip {
    background-color: #F05200;
    width: 100%;
}
.content-strip--inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 30px 50px;
	color: #FFF;
	text-align: center;
}
.content-strip--title {
    font-size: 24px;
    color: #FFF;
    text-align: center;
    margin-bottom: 0;
}
.content-strip--title:not(:last-child) {
	margin-bottom: 8px;
}

.image-links-medium {
    margin: 0 -20px -20px 0;
}
.image-links-medium > * {
    padding: 0 20px 20px 0;
    min-width: 33.3333333%;
	flex: 1;
}
.image-links-medium--item {
    position: relative;
    width: 100%;
    border-radius: 4px;
	padding: 20px;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
}
.image-links-medium .image-link--title {
	width: 100%;
    font-size: 20px;
	text-align: center;
    text-transform: uppercase;
	color: #171717;
	background-color: #FFF;
	border-radius: 4px;
	padding: 8px;
    margin-bottom: 0;
}

.listing-row {
    padding: 50px 0 80px;
}
.listing-row:not(:first-child) {
	padding-top: 0;
}
.listing-row--title {
    font-size: 50px;
    font-family: 'Baskerville', serif;
    text-align: center;
    font-weight: 400;
	margin-bottom: 24px;
}
.listing-row .product-grid.slick-slider .slick-arrow {
    background-color: transparent;
	width: 25px; height: 25px;
}
.listing-row .product-grid.slick-slider .slick-prev {
	left: unset; right: 100%;
	background-image: url('data:image/svg+xml,<svg width="14" height="24" viewBox="0 0 14 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.799998 12L13.6 24V0L0.799998 12Z" fill="%23F05200"/></svg>');
}
.listing-row .product-grid.slick-slider .slick-next {
	left: 100%; right: unset;
	background-image: url('data:image/svg+xml,<svg width="14" height="24" viewBox="0 0 14 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.2 12L0.400002 24V0L13.2 12Z" fill="%23F05200"/></svg>');
}

textarea[data-textarea-count] {
    padding-bottom: 24px !important;
	min-height: 140px;
	display: block;
}
.textarea-count-display {
    position: absolute;
    width: calc(100% - 19px);
    text-align: right;
    bottom: 1px;
    right: 18px;
    padding: 4px 2px 2px;
    font-size: 13px;
    color: #919191;
    background-color: #FFF;
    z-index: 10;
}
.input-grid .input .textarea-count-display {
    width: calc(100% - 36px);
    right: 35px;
}


.video-list-groups {
    padding: 60px 0;
}
.video-list-group:not(:first-child) {
    margin-top: 60px;
}
.video-group--title {
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.video-group--content {
    text-align: center;
    font-size: 16px;
    margin-bottom: 16px;
}
.video-list:not(:first-child) {
    margin-top: 28px!important;
}
.video-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -32px -32px 0;
}
.video-list > * {
	padding: 0 32px 32px 0;
	width: 33.3333333%;
}
.video-list.video-list--split > * {
	width: 50%;
}
.video-list--item {
    padding: 12px 12px 18px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    height: 100%;
}
.video-list--video {
    display: flex;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    padding: 55% 0 0;
}
.video-list--video > iframe {
    position: absolute;
    top: 0; left: 0;
    height: 100%; width: 100%;
}
.video-list--image {
	display: flex;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 4px;
	padding: 0!important;
	width: 100%;
}
.video-list--image img {
	width: 100%;
}
.video-list--item--title {
    font-size: 18px;
    font-weight: 600;
}
.video-list--item > *:not(.video-list--video) {
    padding: 0 12px;
}
.video-list--item--title:not(:last-child) {
    margin-bottom: 4px;
}
.video-list--item--description {
    font-size: 15px;
	line-height: 1.4;
}
.video-list--item--description:not(:last-child) {
    margin-bottom: 14px;
}

.basket-usps {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
	background-color: #F3F3F3;
	border-radius: 4px;
}
.basket-usp {
    display: flex;
    align-items: center;
	justify-content: center;
    flex: 1;
    min-width: 50%;
    padding: 10px 24px;
    text-align: center;
}
.basket-usp:not(:last-child) {
	border-right: 1px solid #FFF;
}
.basket-usp > div {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.basket-usp svg {
	margin-right: 14px;
	width: 38px;
    height: 38px;
}
.basket-usp span {
    display: flex;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 16px;
}
.basket-usp span:not(:last-child) {
	margin-bottom: 3px;
}
.basket-usp small {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    color: #2d2d2d;
}