/*
|--------------------------------------------------------------------------
| Global
|--------------------------------------------------------------------------
*/
body {
	background-color: #1e1e1e;
}

main {
	background:#fff;
}

.font-primary {
	font-family: 'Proxima Nova', sans-serif;
}

.font-secondary {
	font-family: 'Sentinel', sans-serif;
}

.font-tertiary {
	font-family: 'Arial', sans-serif;
}

.bg-primary { 
	background-color: #fff;
}

.bg-secondary {
	background-color: #fff;
}

.bg-tertiary {
	background-color: #fff;
}

.bg-light-grey {
	background-color: #f2f2f2;
}

.color-primary { 
	color: #98214e;
}

.font-accent-primary,
.font-accent-primary.content,
.font-accent-primary.content p,
.font-accent-primary .content,
.font-accent-primary .content p {
	color: #000;
}

.font-accent-secondary,
.font-accent-secondary.content,
.font-accent-secondary.content p,
.font-accent-secondary .content,
.font-accent-secondary .content p {
	color: #fff;
}

.hidden-image img {
	display: block;
	width: 100%;
	visibility: hidden;
}

.form-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 100%;
	max-width: 450px;
}
.form-centered .input {
	width: 100%;
}


/*
|--------------------------------------------------------------------------
| Global > Typography
|--------------------------------------------------------------------------
*/
body, input, textarea {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 14px;
	color: #282425;

}

h1, h2, h3, h4, h5, h6, .h1-style {
	margin: 0 0 10px 0;
	color: #282425;
	font-family: 'Sentinel', sans-serif;
}

h1, .h1-style {
	font-size: 38px;
}
h1.h1-style1 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 43px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

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: #98214e;
	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: #7c1c40;
}


/*
|--------------------------------------------------------------------------
| Global > Inputs
|--------------------------------------------------------------------------
*/
.input-grid {
	margin: 0 -15px 0 0;
}

.input-grid .input {
	padding: 0 15px 0 0;
}
.input .button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 2;
}

.input {
	position: relative;
    clear: both;
	margin: 0 0 10px 0;
}

.input-label {
	position: absolute;
	top: 6px;
    left: 10px;
    font-size: 14px;
    color: #282425;
    font-weight: 600;
    pointer-events: none;
    z-index: 2;
}

.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: 25px 8px 3px 8px;
	color: #666;
	border: 1px solid #e8e8e8;
	resize: none;
	position: relative;
	z-index: 1;
}

.input-text-dummy {
	padding: 0;
    height: 48px;
    background: #fff;
}

#card-element {
	padding: 12px 8px;
	height: auto;
}

.input-borderless input[type="text"],
.input-borderless input[type="email"],
.input-borderless input[type="search"],
.input-borderless input[type="tel"],
.input-borderless input[type="number"],
.input-borderless input[type="password"],
.input-borderless textarea {
	border: 0;
	background-color: #fff;
}

.input-borderless select {
	border: 0;
}

.input textarea {
	min-height: 120px;
}

.input input[type="text"]:focus,
.input input[type="email"]:focus,
.input input[type="search"]:focus,
.input input[type="tel"]:focus,
.input input[type="number"]:focus,
.input input[type="password"]:focus,
.input textarea:focus,
.input .braintree-hosted-fields-focused,
.input .stripe-hosted-fields-focused,
.input input[type="text"]:focus.validate-border,
.input input[type="email"]:focus.validate-border,
.input input[type="search"]:focus.validate-border,
.input input[type="tel"]:focus.validate-border,
.input input[type="number"]:focus.validate-border,
.input input[type="password"]:focus.validate-border,
.input textarea:focus.validate-border {
	border-color: #98214e!important;
	z-index: 2;
}

.input input[type="text"]:focus ~ label,
.input input[type="email"]:focus ~ label,
.input input[type="search"]:focus ~ label,
.input input[type="tel"]:focus ~ label,
.input input[type="number"]:focus ~ label,
.input input[type="password"]:focus ~ label,
.input textarea:focus ~ label,
.input .braintree-hosted-fields-focused ~ label {
	color: #98214e;
}

.input .braintree-hosted-fields-invalid {
	border-color: #b62f3f!important;
}
.input .braintree-hosted-fields-invalid ~ label {
	color: #b62f3f;
}

.input.button-inline .button {
	position: absolute;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    bottom: 0;
    padding: 2px 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 2;
}

.input-grid .input.button-inline .button {
	right: 19px;
	letter-spacing: -0.025em;
	font-weight: 600;
}

.label-inline .input-label {
	position: absolute;
	width: 60px;
	top: 50%;
	left: 0; transform: translateY(-50%);
	text-align: center;
	padding: 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: 10px 8px 8px 60px;
}

.input-qty {
	max-width:120px;
}

.textarea {
	position: relative;
}

.input textarea {
	padding-top: 40px;
}

.input-grid .input textarea ~ .input-label {
	right: 15px;
}

.input textarea ~ .input-label {
/*	position: relative;*/
	background-color: #fff;
	left: 0; right: 0; top: 0;
	padding: 9px 8px;
	border: 1px solid #e7e7e7;
	border-bottom: 0;
}

.input textarea:focus ~ .input-label {
	border-color: #b62f3f;
}

.input textarea.validate-border ~ .input-label {
	border-color: #b62f3f;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.input textarea.validate-border:focus {
	border-color: #b62f3f!important;
}

.required-fields {
	color: #b5121b;
}

.select2-basic--container {
	border: 1px solid #e7e7e7!important;
}

.select2-container--open .select2-basic--container {
	border: 1px solid #98214e!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: 23px 9px 3px 9px;
}

.select2-basic--dropdown {
	border: 1px solid #98214e!important;
	border-top: none!important;
}

.select2-dropdown--above {
	border-bottom: none!important;
	border-top: 1px solid #98214e!important;
}

.select2-container--open ~ label {
	color: #98214e;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 30px;
	display:flex;
	justify-content: center;
	align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-image: 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 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");
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    height: 20px;
    width: 20px;
    left: unset;
    top: unset;
    margin: 0;
}
.header-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-image: 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='%2398214e' 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");
	height: 23px;
    width: 23px;
}
.label-inline .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 8px 50px 8px 60px;
}

.label-inline .select2-basic--container {
	height:36px;
}

.input .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}

.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{
	padding: 11px 8px 7px;
}
.input.label-none textarea {
    padding-top: 14px !important;
}
.label-none .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 8px 30px 8px 7px;
	text-align: right;
}

/*Input Placeholders*/
::-webkit-input-placeholder { /* WebKit browsers */
	/* replace this with desired color */
	opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	/* replace this with desired color */
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    /* replace this with desired color */
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    /* replace this with desired color */
	opacity: 1;
}

.input-grid.input-grid__linked {
	margin-bottom: 10px;
	margin-right: 0;
}
.input-grid.input-grid__linked .input {
    margin-bottom: 0;
	padding: 0;
}

.input-grid.input-grid__linked .input:not(:last-child) input[type="text"],
.input-grid.input-grid__linked .input:not(:last-child) input[type="email"],
.input-grid.input-grid__linked .input:not(:last-child) input[type="search"],
.input-grid.input-grid__linked .input:not(:last-child) input[type="tel"],
.input-grid.input-grid__linked .input:not(:last-child) input[type="password"],
.input-grid.input-grid__linked .input:not(:last-child) input[type="number"],
.input-grid.input-grid__linked .input:not(:last-child) textarea,
.input-grid.input-grid__linked .input-file-dummy:not(:last-child),
.input-grid.input-grid__linked .input-text-dummy:not(:last-child) {
	margin-bottom: -1px;
}
.input-grid.brochure-form__email, .input-grid.brochure-form__post {
    display: none;
}

.msg-sent {
    background-color: #98214e;
    color: #fff;
    text-align: center;
    padding: 20px 20px 16px;
    font-size: 16px;
    line-height: 1.2;
}


/*
|--------------------------------------------------------------------------
| Global > Checkboxes
|--------------------------------------------------------------------------
*/
.checkbox {
	display: inline-block;
	position: relative;
	background-color: #fff;
	width: 22px;
    height: 22px;
    border: 1px solid #e8e8e8;
	border-radius: 0;
	margin-bottom:-7px;
	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;
	background-position: center;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform 150ms ease;
	transition: transform 150ms ease;
}

.checked .checkbox:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: transform 300ms ease;
}

.checkbox-label {
	color: #2d2d2d;
	font-size: 13px;
	cursor: pointer;
	padding: 0 0 0 6px;
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.checkbox-label .form-note {
	display:initial;
}



/*
|--------------------------------------------------------------------------
| Global > Buttons
|--------------------------------------------------------------------------
*/
.button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 25px 9px 25px;
    font-size: 13px;
    font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	background-color: #98214e;
	-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.05em;
}

.button:hover {
	background-color: #741a3c;
	color: #fff;
}
.button-reset .button{
	display:inline-block;
}
.button.button-bordered {
    background-color: transparent;
    border: 1px solid #98214e;
    color: #98214e;
    padding: 14px 25px 8px 25px;
}
.button.button-bordered:hover {
    border: 1px solid #741a3c;
    color: #741a3c;
}
.button.button-bordered--grey {
    background-color: transparent;
    border: 1px solid #e3e3e3;
    color: #e3e3e3;
    padding: 14px 25px 8px 25px;
}
.button.button-bordered--grey:hover {
    border: 1px solid #fff;
    color: #fff;
}
.button-slim {
    padding: 10px 30px 6px;
}
.button svg {
	transform: rotate(-90deg);
	fill: #ffffff;
	height: 15px;
    width: 15px;
    margin: -5px -5px 0 3px;
}

.button-secondary {
	background-color: #282425;
}

.button-secondary:hover {
	background-color: #151314;
}

.button-tertiary {
	background-color: #6f1402;
}
.button-tertiary:hover {
	background-color: #500f02;
}

.button-grey {
	background-color: #e5e5e5; 
	color: #282425!important;
}
.button-grey:hover {
	background-color: #cfcfcf; 
}

.button-white {
    background-color: #FFFFFF;
    color: #000 !important;
}
.button-white:hover {
    background-color: #741a3c;
    color: #FFF !important;
}

/* Button size modifiers */
.button-small {
    padding: 8px 15px 7px;
	font-size: 12px;
}

.button-xsmall,
.button-xsmall-wide {
	padding: 10px 12px 6px;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
}

.button-xsmall-wide {
	padding: 8px 20px;
}

.button-large {
	padding: 16px 40px 13px 40px;
	font-size: 18px;
}

.button-block {
	display: block;
	/* <buttons> need width: 100% to actually fill all the space */
    width: 100%;
}

.button-rounded {
	border-radius: 4px;
}

/* Disabled Button */
.button:disabled {
    background: #8C8C8C;
    cursor: not-allowed;
}

/* Buttons displaying a spinner */
.button-loading {
	position: relative;
    cursor: wait;
}

.button-loading,
.button-loading span {
    color: transparent !important;
	-webkit-transition: 0;
	-moz-transition: 0;
	transition: 0;
}

.button-loading svg {
	display: none;
}

.button-loading::before {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	border: 2px solid #fff;
	border-left-color: #dcdcdc;
	border-radius: 50%;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	height: 16px;
	width: 16px;
}

.button-green {
	background-color: #249a4b;
}

.button-green:hover {
	background-color: #1a803b;
}

.button-grey {
	background-color: #f3f3f3;
}

.button-grey:hover {
	background-color: #e9e9e9;
}


.text-strikethrough {
	text-decoration: line-through;
}

/*
|--------------------------------------------------------------------------
| Global > Stock Statuses
|--------------------------------------------------------------------------
*/
.stock-status {
	font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0 0 23px;
	background-size: 18px 14px;
	background-repeat: no-repeat;
	background-position: left center;
}

.in-stock {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill-rule='evenodd' fill='%2337af56' d='M5.52 10.38L2.33 7.1.58 8.91l4.2 4.3.77.8L17.42 1.82 15.63 0 5.53 10.38z'/%3E%3C/svg%3E");
	color: #37af56;
}

.out-of-stock {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill-rule='evenodd' fill='%23b32020' d='M15 1.96L13.03 0 7.49 5.57 1.96 0 0 1.96l5.58 5.55L0 13.14 1 14.16l.86.84L7.49 9.4 13.12 15l.85-.84L15 13.14 9.41 7.51l5.6-5.55z'/%3E%3C/svg%3E");
	color: #b32020;
	background-size: 15px 15px;
	padding: 0 0 0 20px;
}

.stock-pending {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill-rule='evenodd' fill='%23d78812' 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: #d78812;
}



/*
|--------------------------------------------------------------------------
| Global > Jumbotron
|--------------------------------------------------------------------------
*/
.jumbotron {
	position: relative;
	height: auto;
	text-align: center;
	color: #282425;
	overflow: hidden;
	background-color: #ededed;
	padding: 30px 0;
	display: table;
	width: 100%;
}

.jumbotron-small {
	height: 120px;
}

.jumbotron--title {
	margin: 0;
	color: #282425;
    font-size: 42px;
}
.jumbotron--content {
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0 auto;
	max-width: 700px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}

.jumbotron--content p {
	color: #fff;
}

.jumbotron--inner {
	padding: 0 30px;
	display: table-cell;
	vertical-align: middle;
}



/*
|--------------------------------------------------------------------------
| Global > UI Elements
|--------------------------------------------------------------------------
*/
.spinner {
	position: absolute;
    right: 10px;
    margin: 0 auto;
    font-size: 4px;
    background: #fff;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, 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 3s infinite linear;
}
.spinner,
.spinner:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}



/*
|--------------------------------------------------------------------------
| Global > Messages
|--------------------------------------------------------------------------
*/
.message {
	position: relative;
	padding: 18px 15px 14px;
	margin: 0 0 10px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	background: #98214e;
}

.message a {
	color:#fff;
	text-decoration:underline;
}

.message-error {
	background: #6f1402;
}

.message-success {
	background: #348a1f;
}

.message-warn {
	background: #c99625;
}

.message-close {
	position: absolute;
	top: 0; right: 0;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 10px;
	cursor: pointer;
	z-index: 1;
}

.message-float {
	position: absolute;
	top: 0; right: 0; left: 0;
}

.flash-message {
	position: fixed;
	left: 10px;
	top: 10px;
	right: 10px;
	z-index: 99999;
	pointer-events: none;
}

.flash-message .message {
	max-width: 400px;
	margin: 0 auto;
	display: none;
	pointer-events: auto;
}



/*
|--------------------------------------------------------------------------
| Global > Tooltip
|--------------------------------------------------------------------------
*/
.core-tooltip {
	position: absolute;
	padding: 8px;
	background-color: #98214e;
	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: #98214e 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 {
	color: #808080;
	text-transform: uppercase;
}

.breadcrumb-trail a,
.breadcrumb-trail span {
	margin: 0 6px;
}

.breadcrumb-trail > :first-child {
	margin-left: 0;
}

.breadcrumb-trail a {
	color: #808080;
}

.breadcrumb-trail a:hover {
	color: #808080;
}

.breadcrumb-trail span {
	color:#98214e;
}

.mobile-breadcrumb-trail {
	display: none;
}
.breadcrumb-trail.hide-last > span {
    display: none;
}


.category-header__inner .breadcrumb-trail a, .category-header__inner .breadcrumb-trail span {
	color: #f0f0e6;
}

.category-faqs.dd-section > .content:not(:last-child) {
	margin-bottom: 20px;
}

.listing-main .listing-left .breadcrumb-trail {
    margin-bottom: 15px;
}

form.wishlist_form {
    margin-left: 20px;
    margin-top: 5px;
}


/*
|--------------------------------------------------------------------------
| Global > Countdown Timer
|--------------------------------------------------------------------------
*/
.countdown-timer--doughnut {
	position: relative;
	width: 60px;
	height: 60px;
	float: left;
	transition: transform 1s ease;
	margin: 0 0 0 10px;
}

.countdown-timer--doughnut-inner {
	content: '';
	position: absolute;
	left: 50%;top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	font-weight: 700;
	color: #1e1e1e;
}

.countdown-timer--doughnut strong,
.countdown-timer--doughnut strong span {
	font-size: 21px;
	top: 0;
}

.countdown-timer--doughnut strong {
	position: relative;
	top: 8px;
	display: block;
	color: #1e1e1e;
}

.countdown-timer--doughnut span {
	display: block;
	font-size: 11px;
	position: relative;
	top: 4px;
}

.countdown-timer--doughnut svg {
	width: 60px;
	height: 60px;
	-webkit-transform: rotate(-89.9deg);
	background: #dde2e5;
	border-radius: 50%;
}

.countdown-timer--doughnut circle {
	position: relative;
	fill: #98214e;
	stroke: #dde2e5;
	stroke-width: 6px;
	stroke-dasharray: 38 100;
	transition: stroke-dasharray 1s ease;
}

.quote-side .ui-datepicker-inline {
	background-color: #fff;
}

.datepicker-title {
	display: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: -25px;
}

.datepicker-title > p {
    font-size: 12px;
}

.ui-datepicker.dob-picker {
    background-color: #FFF;
}
.ui-datepicker.dob-picker select.ui-datepicker-month, 
.ui-datepicker.dob-picker select.ui-datepicker-year {
    height: 22px;
    border: 1px solid #cccccc;
    margin: 0 2px;
}
.ui-datepicker.dob-picker .ui-datepicker-prev, 
.ui-datepicker.dob-picker .ui-datepicker-next {
    background-color: #ffffff;
    top: 3px !important;
}
.ui-datepicker .ui-datepicker-prev .ui-icon, 
.ui-datepicker .ui-datepicker-next .ui-icon {
   	margin: 0!important;
}
.ui-datepicker.dob-picker .ui-state-default, 
.ui-datepicker.dob-picker .ui-widget-content .ui-state-default, 
.ui-datepicker.dob-picker .ui-widget-header .ui-state-default {
    color: #98214e;
}
.ui-datepicker.dob-picker .ui-state-active, 
.ui-datepicker.dob-picker .ui-widget-content .ui-state-active, 
.ui-datepicker.dob-picker .ui-widget-header .ui-state-active {
	color: #FFF;
    border: 1px solid #98214e;
    background-color: #98214e;
}

.success-block {
    max-width: 600px;
    display: block;
    padding: 40px;
    margin: 0 auto;
    border: 1px solid #98214e;
    font-size: 15px;
}
.success-block .bordered-text {
    font-size: 22px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.success-block .bordered-text::after {
    content: '';
    position: absolute;
    lefT: 50%;
    top: 100%;
    transform: translateX(-50%);
    height: 2px;
    width: 40px;
    background: #98214e;
}

/*
|--------------------------------------------------------------------------
| Template > Cookie Notification
|--------------------------------------------------------------------------
*/
.cookie-bar {
	position: fixed;
	bottom: 0;right: 0;left: 0;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.4);
	z-index: 100;
}

.cookie-bar--inner {
	width: 1200px;
    max-width: 100%;
	padding: 20px !important;
	color: #fff;
}
.cookie-bar--text {
    flex: 1;
	margin-bottom: -3px;
}
.cookie-bar--text a {
    color: #98214e;
}
.cookie-bar--action {
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.cookie-bar--action .button:not(:first-child) {
	margin-left: 10px;
}

.cookie-bar.cookie-bar--form {
    top: 0;
    background: rgb(0 0 0 / 65%);
	z-index: 10000001;
}
.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;
}
.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: #98214e;
    text-align: right;
}

.cookie-bar .toggle-switch {
    margin-top: -3px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    padding: 0;
}
.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-switch--slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
input:checked + .toggle-switch--slider {
    background-color: #98214e;
}
.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-spacer {
    height: 181px;
}
header {
	background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.mobile-menu--btn-cont,
.mobile-cart--btn-cont {
	display: none;
	position: absolute;
	top: 59px;
    bottom: 0;
    left: 20px;
    height: 61px;
    width: 61px;
	border: 1px solid #e7e7e7;
}
.mobile-search__toggle {
	display: none;
}

.mobile-cart--btn-cont {
	width: auto;
	min-width: 90px;
	padding: 0 15px;
}

.mobile-menu--btn {
	width: 40px;
    margin: 15px auto;
}

.mobile-menu--btn div {
	margin: 0 0 7px;
	-webkit-transition: transform 300ms ease;
	transition: transform 300ms ease;
}

.mobile-menu--btn div span:first-child {
	border-radius: 2px 0 0 2px;
}

.mobile-menu--btn div span:last-child {
	border-radius: 0 2px 2px 0;
}

.mobile-menu--btn span {
	float: left;
	width: 50%;
	background-color: #282425;
    height: 5px;
	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: #98214e;
}

.mobile-menu--btn.open div:nth-child(1) { -webkit-transform: translateY(7px); transform: translateY(7px); }
.mobile-menu--btn.open div:nth-child(1) span:first-child { -webkit-transform: translateX(4px) rotateZ(45deg); transform: translateX(4px) rotateZ(45deg); }
.mobile-menu--btn.open div:nth-child(1) span:last-child { -webkit-transform: translateX(-5px) rotateZ(-45deg); transform: translateX(-5px) rotateZ(-45deg); }

.mobile-menu--btn.open div:nth-child(2) span:first-child { -webkit-transform: translateX(-15px); transform: translateX(-15px); opacity: 0; }
.mobile-menu--btn.open div:nth-child(2) span:last-child { -webkit-transform: translateX(15px); transform: translateX(15px); opacity: 0; }

.mobile-menu--btn.open div:nth-child(3) { -webkit-transform: translateY(-7px); transform: translateY(-7px); }
.mobile-menu--btn.open div:nth-child(3) span:first-child { -webkit-transform: translateX(4px) rotateZ(-45deg); transform: translateX(4px) rotateZ(-45deg); }
.mobile-menu--btn.open div:nth-child(3) span:last-child { -webkit-transform: translateX(-5px) rotateZ(45deg); transform: translateX(-5px) rotateZ(45deg); }

.mobile-cart--btn-cont {
	left: auto;
	right: 0;
	border-left: 2px solid #e7e7e7;
	border-right: none;
	line-height: 90px;
}

.mobile-cart--btn-cont a {
	display: block;
	font-size: 33px;
	color: #98214e;
	font-weight: 700;
}

.mobile-nav--multi li > ul, .mobile-nav--brands li > ul, .mobile-nav--brands li.open > span::after, .mobile-nav--toggle.open > a::after, .mobile-nav--brands li > span::before, .mobile-nav--toggle > a::before {
    display: none;
}



/*
|--------------------------------------------------------------------------
| Template > Header > Top Bar
|--------------------------------------------------------------------------
*/
.header-top {
	height: 30px;
	background-color: #98214e;
	line-height: 30px;
}
.header-top, .header-top a {
	color: #ffffff;
}
.header-top a:hover {
	opacity: .8;
}
.header-top nav > span {
	margin: 0 15px;
}



/*
|--------------------------------------------------------------------------
| Template > Header > Main
|--------------------------------------------------------------------------
*/
.header-main {
	padding: 19px 0 19px;
	background-color: #f0f0e6;
}

.logo {
	width: 283px;
	transition: ease-in-out .2s;
}

.logo__svg {
	width: 260px;
	height: 52px;
}


.header-nav {
    background-color: #282425;
}

form.header-search {
    display: flex;
	align-items: center;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    min-height: 60px;
    position: relative;
	margin: 0 20px;
	transition: ease-in-out .2s;
}
input.header-search--input {
    font-size: 16px;
    height: 60px;
    padding: 12px 20px 8px;
	width: 270px;
    color: #282425;
	transition: ease-in-out .2s;
}
input.header-search--input::placeholder {
	color: #282425;
}
.header-search__cats {
	position: relative;
}
.header-search__cats::before {
    content: 'in';
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2px;
    color: #282425;
    z-index: 20;
    font-size: 16px;
}
form.header-search .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 20px 40px 15px;
    font-size: 16px;
	color: #98214e;
	width: 300px;
	transition: ease-in-out .2s;
}
.header-search__cats::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    background-color: #e8e8e8;
}
button.header-search--button {
    background: transparent;
    height: 40px;
    min-width: 60px;
    border-left: 1px solid #e8e8e8;
	transition: ease-in-out .2s;
}

.header-split__right, .mobile-menu .header-account {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
    background: #282425;
    border-radius: 4px;
    border: 1px solid #98214e;
	position: relative;
}
.header-split__right a, .header-account {
	position: relative;
    color: #ffffff;
    font-size: 15px;
	padding: 13px 12px;
	max-height:60px;
	width: 140px;
	transition: ease-in-out .2s;
	flex: 1;
}
.header-split__right {
    min-width: 285px;
    max-width: 285px;
}
.header-split__right > *:not(:last-child):not(:nth-child(2)) {
    border-right: 1px solid #98214e;
}
.header-split__right a > svg, .header-account > svg {
	margin-right: 12px;
}
.header-split__right a > div > span, .header-account > div > span {
	font-family: 'Sentinel', sans-serif;
	font-weight: 600;
}
.header-split__right a > div > small, .header-account > div > small {
    font-size: 11px;
    margin-bottom: -3px;
    text-transform: uppercase;
}

.header-cart {
    position: relative;
}

.header-account-points {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #98214e;
    padding: 4px !important;
    font-size: 13px !important;
}
.header-account-points > div {
    margin-bottom: -4px;
}

.basket--nav-overlay--container {
    position: absolute;
	margin-top: 5px;
    top: 100%;
    right: -1px;
    z-index: 10;
    width: 350px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
	display: none;
}
.header-cart:hover .basket--nav-overlay--container {
	display: block;
}
.basket--nav-overlay--container::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 100%;
}
.basket--nav-overlay {
	max-height: 330px; 
 	overflow-y: scroll; 
}
.cart-spend {
    background-color: #f1f1f1;
    font-size: 11px;
	font-weight: 700;
    text-align: center;
    padding: 10px 15px;
	letter-spacing: 0.02em;
}
.basket--nav-overlay--content {
	display: flex;
	flex-direction: column;
    padding: 7.5px 15px;
}
.basket--nav-overlay--item {
    display: flex;
    font-size: 13px;
	padding: 7.5px 0;
}
.basket--nav-overlay--item:not(:last-child) {
	border-bottom: 1px solid #e8e8e8;
}
.basket--nav-overlay--checkout-container {
    padding: 15px;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
}
.basket--nav-overlay--checkout-container .button {
    width: 100%!important;
    padding: 8px 15px 3px!important;
    margin-top: 5px;
}
.basket--nav-overlay--details {
    display: flex;
    flex-direction: column;
}
span.basket--nav-overlay--title {
    font-family: 'Sentinel', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.basket--nav-overlay--price-row {
    display: flex;
    flex-wrap: wrap;
    color: #98214e;
}
span.basket--nav-overlay--qty {
    margin-right: 10px;
}
.basket--nav-overlay--image {
    min-width: 70px;
    max-width: 70px;
}


.basket--nav-overlay::-webkit-scrollbar {
	width: 10px;
}
.basket--nav-overlay::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.basket--nav-overlay::-webkit-scrollbar-thumb {
		background: #888;
}
.basket--nav-overlay::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.mobile-top {
	display: none;
}

.header-nav--items {
    display: flex;
    justify-content: space-evenly;
}
.header-nav--item {
    flex: auto;
    text-align: center;
	margin:0 1px;
}
.header-nav--item > a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 7px 9px 2px;
	width: 100%;
}
.header-nav--item > a:hover {
	background-color: #98214e;
}

.header-nav--item.header-nav--red > a {
    color: #ffffff;
	background-color: #ab2525;
}
.header-nav--item.header-nav--red > a:hover {
	background-color: #7d1919;
}

.header-nav--items .header-nav--item:last-child,
.mobile-nav--multi .mobile-multi--dropdown:last-child a{
	background:#98214e;
	color:#fff;
}
.header-dropdown {
    display: none;
    position: absolute;
	width: 100%;
    max-width: 1910px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 4px solid #98214e;
    z-index: 100;
}
.header-dropdown-inner {
    display: flex;
}
.dropdown-column {
    flex: 1;
}
.header-nav--item:hover .header-dropdown {
	display: block;
}
.column-grid {
    display: flex;
    text-align: left;
}
.dropdown-sub--item {
    display: flex;
    flex-direction: column;
	flex: 1;
	padding: 30px 40px;
}
.dropdown-column > .column-grid > div:nth-child(odd) {
    background-color: #f2f2f2;
}
.dropdown-sub--title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Sentinel', sans-serif;
    color: #98214e;
}
a.dropdown-sub--sub-link {
    color: #282425;
    font-size: 15px;
    margin-bottom: 5px;
}
a.dropdown-sub--sub-link:hover {
    color: #98214e;
}
a.dropdown-sub--viewall {
    text-transform: uppercase;
}
.dropdown-column-image {
    display: flex;
    flex-direction: column;
	padding: 20px;
}
.dropdown-column-image--text {
    background-color: #98214e;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 10px 12px 4px;
	-webkit-transition: ease-in-out .2s; 
	transition: ease-in-out .2s;
}
a.dropdown-column-image:hover .dropdown-column-image--text {
	background-color: #741a3c;
}

.header__reduced .header-top {
    display: none;
}
.header__reduced .header-main {
    padding: 5px 0 5px;
}
.header__reduced .logo {
    width: 220px;
    margin: 2px 0 0;
}
.header__reduced form.header-search {
	min-height: 40px;
}
.header__reduced input.header-search--input {
    height: 40px;
	padding: 13px 20px 7px;
}
.header__reduced  form.header-search .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 40px 5px;
}
.header__reduced .header-search__cats::after {
	height: 33px;
}
button.header-search--button {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__reduced .header-split__right a, .header__reduced .header-account {
    padding: 6px 10px;
    width: 135px;
}
/*
|--------------------------------------------------------------------------
| Template > Header > Search Dropdown
|--------------------------------------------------------------------------
*/
.changed_search,
.original_search {
	padding-left: 50px;
}

.changed_search a,
.original_search a {
	text-transform: none;
}

.search_dropdown .shop--navtrail {
	display: none;
}

.search_dropdown {
    position: absolute;
    top: 100%;
    /* left: 0; */
    right: 0;
   	width: 750px;
    padding: 0;
    margin: 10px 0 0 0;
    opacity: 0;
	z-index: -1;
    transition: .3s ease;
	background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: 0px 13px 22px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.search_dropdown .container {
	width: auto;
}

.focus ~ .search_dropdown, .focus .search_dropdown {
	opacity: 1;
	transition-delay: 0s;
    z-index: 999;
}

a.search_item_title, a.search_cat_title, a.search_suggestion_title {
	text-transform: none;
	width: 78%;
    display: inline-block;
	overflow: hidden;
}

.search_prod_title {
	color: #5a5a5a;
	font-weight: 700;
}

a.search_item_title .inner_title {
	width: 500px;
}

a.search_cat_title {
	max-width: 100%;
}

a.search_cat_title .full_cat {
	color: #a0a0a0;
}

.search_section_left, .search_section_right {
	text-align: left;
	width: 50%;
	height: 100%;
}

.search_section_left .search_section, .search_section_right .search_section {
	padding: 15px 15px 20px;
}

.search_section_right {
	float: right;
}

.search_section_left .search_section {
	border-right: 2px solid #e7e7e7;
	height: 100%;
}

.search_section_right .search_section:nth-child(2) {
	border-top: 2px solid #e7e7e7;
}

.search_dropdown, .search_dropdown a {
	color: #98214e;
	
}

a.search_item_title, .search_cat_title, .search_suggestion_title {
	white-space: nowrap;
	position: relative;
	font-weight: 700;
}

a.search_item_title, a.search_suggestion_title {
	padding-left: 7px;
}

.search_section_title.search_suggestion_title {
	padding: 0;
    margin: 0;
    margin-top: -3px;
    margin-bottom: 8px;
}

a.search_cat_title, a.search_suggestion_title {
	width: 95%;
}

a.search_item_title span {
	color: #a0a0a0;
}

.search_dropdown .search_price {
	float: right;
    color: #666666;
	position: relative;
	font-weight: 700;
}

.search_dropdown .light {
	color: #a0a0a0;
}

.search_section_left.no_result .search_section {
	border-right: none;
}

.search_item_cont, .search_cat_cont, .search_suggestion_cont, .search_section_title {
	margin-top: 5px;
}

.search_section_title {
	padding-bottom: 4px;
}

.search_cat_cont {
	padding-left: 7px;
}

.mobile-search--input .spinner {
	right: 75px;
	height: 32px;
	width: 32px;
	top: 20px;
}

.mobile-search .search_dropdown, .search-inputs .spinner {
	display: none;
}

.original_search.no_prod {
	margin-bottom: 30px;
}

.changed_search, .original_search {
	padding-left: 50px;
}

.changed_search {
	margin-top: 15px;
}

a.dropdown_show_all {
	color: #fff;
	display: inline-block;
	background: #98214e;
    box-shadow: 0 1px 1px #98214e,0 2px 1px #98214e;
	margin-top: 13px;
	padding: 9px  15px 1px 15px;
}

.search_item_cont, .search_cat_cont {
	position: relative;
}

.search_section_left .last::after, .search_section_right .last::after {
    content: "";
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    display: block;
    position: absolute;
    bottom: 0;
}

a.search_item_title::before, .search_cat_title::before, .search_suggestion_title::before {
	content: "";
    height: 100%;
    width: 20px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    display: block;
    position: absolute;
    right: 0;
}



/*
|--------------------------------------------------------------------------
| Template > Footer
|--------------------------------------------------------------------------
*/
.footer-main {
	padding: 60px 0 0 0;
	background-color: #282425;
    color: #fff;
}
.footer-left {
    max-width: 550px;
}
.feefo-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.feefo-bottom img {
    display: inline-block;
    margin: 0 10px 0 0;
    max-height: 70px;
}

.feefo-review-carousel-widget-service {
    width: 100%;
}



/*
|--------------------------------------------------------------------------
| Template > Footer > Bottom
|--------------------------------------------------------------------------
*/
.footer-payment img {
	
}



/*
|--------------------------------------------------------------------------
| Template > Mobile Menu
|--------------------------------------------------------------------------
*/
@-webkit-keyframes mobileMenuOpen {
	from  {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	to {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
}

@keyframes mobileMenuOpen {
	from {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	to {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
}

@-webkit-keyframes mobileMenuClose {
	from  {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes mobileMenuClose {
	from  {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

.page-slide-container {
	overflow: hidden;
}

.page-slide {
	position: relative;
	/* transform: translate(0, 0);
	-webkit-transform: translate(0, 0); */
}
/*.page-slide.open::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.30);
    z-index: 100;
}*/

.mobile-menu {
	position: absolute;
	top: 0; left: -390px; bottom: 0;
	display: none;
	width: 390px;
	background:#ffffff;
	background-size: 515.5px 511.5px;
	z-index: 999;
}

.mobileMenuItemFade {
	-webkit-animation: mobileMenuItemFade 1s ease forwards; /* Safari 4+ */
	-moz-animation:    mobileMenuItemFade 1s ease forwards; /* Fx 5+ */
	-o-animation:      mobileMenuItemFade 1s ease forwards; /* Opera 12+ */
	animation:         mobileMenuItemFade 1s ease forwards; /* IE 10+, Fx 29+ */
}

.mobile-search {
	background-color: #1e1e1e;
}

.mobile-search--input {
	overflow: hidden;
}

.mobile-store {
	padding: 20px 0 0 20px;
	display: none;
}

.mobile-nav .mobile-store--link {
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #c0bfbf;
	padding: 6px 0;
	margin: 0 0 8px;
}

.mobile-store--link:last-child {
	color: #98214e;
}

.mobile-store--link:nth-last-child(2) {
	color: #98214e;
}

.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: 21px;
	background: none;
	line-height: 35px;
    padding: 8px 20px 1px;
}

.onpage-search__submit {
	display: flex;
    align-items: center;
    justify-content: center;
	height: 60px;
    width: 60px;
    background-color: #98214e;
}
.onpage-search__submit svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.mobile-nav,
.mobile-action {

}

.mobile-nav {
    margin-bottom: 35px;
}

.static-mobile-nav {

}

.mobile-nav a, .mobile-nav span {
	display: flex;
    align-items: center;
    justify-content: space-between;
    color: #282425;
    font-size: 20px;
    text-transform: uppercase;
	padding: 24px 25px 17px;
    width: 100%;
    border-bottom: 5px solid #fff;
    background-color: #f0f0e6;
	cursor: pointer;
}
.mobile-nav--toggle.open > a, .mobile-nav--toggle.open > span {
    flex-direction: row-reverse;
    justify-content: flex-end;
	background-color: #d9d9d2;
}
.mobile-nav--toggle > a > svg, .mobile-nav--toggle span > svg {
    transform: rotate(-90deg);
    height: 28px;
    margin-top: -11px;
}
.mobile-nav--toggle.open > a > svg, .mobile-nav--toggle.open > span > svg {
    transform: rotate(90deg);
	margin-right: 8px;
}


.mobile-menu {
    border-right: 1px solid #f2f2f2;
}
.mobile-nav li {
    display: flex;
    flex-direction: column;
}
nav.mobile-nav-small {
	padding: 0 20px 15px;
}
nav.mobile-nav-small li > a {
	color: #282425;
	font-size: 20px;
	padding: 13px 0;
	width: 100%;
}
nav.mobile-nav-small li:last-child {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 15px;
}

.mobile-menu__contact {
    padding: 0 25px;
    margin-bottom: 10px;
}

.mobile-menu .mobile-menu__account {
	padding: 0 25px;
}
.mobile-menu .header-account {
    width: 100%;
}

.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;
}

.page_number_sel,
.previous_page,
.page_number,
.next_page {
	display: inline-block;
}

#page_numbers a {
	padding: 8px 10px;
	background-color: #fff;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

#page_numbers .page_number_sel a {
	background-color: #98214e;
	color: #fff;
}

.lazy-load {
	clear: both;
	padding: 15px 0;
}

.lazy-load .spinner {
	border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #000000;
	right: -5px;
}

.onpage-search {
	background-color: #fff;
	position: relative;
	border: 1px solid #eaeaea;
	display: flex;
	border-radius: 4px;
	overflow: hidden;
}

#mbl-filters-sub {
	display:block;
}



/*
|--------------------------------------------------------------------------
| Template > Overlay
|--------------------------------------------------------------------------
*/
#olay {
	display: none;
}

#olay_back {
	background: #000;
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 10000;
	filter: alpha(opacity=70);
	opacity: .7;
	width: 100%;
}

#olay_box_container {
	width: 90%;
	max-width: 720px;
	position: fixed;
	top: 10%; left: 50%;
	transform: translateX(-50%);
	z-index: 10010;
}

#olay_box {
	background: #fff;
	width: 100%;
	padding: 30px;
	left: unset;
	border-radius:10px;
    -webkit-box-shadow: 0px 0px 12px #333;
    box-shadow: 0px 0px 12px #333;
}

#olay_close,
#search_results_close {
	background:url(/images/style/basic/olay_close.jpg) no-repeat;
	width:26px; height:25px;
	float: right;
	cursor: pointer;
}



/*
|--------------------------------------------------------------------------
| Home > Slider
|--------------------------------------------------------------------------
*/
.home-slide {
	min-height: 420px;
}

.home-slider .slick-list {
	width: 100%;
}

.home-slider .home-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.no-js .home-slider .home-slide {
	display: none;
}

.no-js .home-slider .home-slide:first-child {
	display: flex;
}

/* Home Slick Slider arrows */
.home-slider .slick-arrow {}
.home-slider .slick-next {}
.home-slider .slick-arrow:after {}
.home-slider .slick-next:after {}
.home-slider .slick-disabled {}

/* Home Slick Slider dots */
.home-slider .slick-dots {}
.home-slider .slick-dots li {}
.home-slider .slick-dots .slick-active button {}
.home-slider .slick-dots button {}

.home-feature__top, .features--small {
    margin: 0 -35px -35px 0;
}
.home-feature__top > div, .features--small > div {
	padding: 0 35px 35px 0;
}
.home-features > div:not(:last-child) {
    margin-bottom: 0;
}
.home-feature__top > div > *, .features--small > div > * {
	position: relative;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #272425;
}
.home-feature__top > div > * > img, .features--small > div > * > img {
	visibility: hidden;
}
.features--small > div.featured-product.has-bg > *::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
    height: 250px;
    width: 100%;
}
.home-feature__right__container {
    max-width: 600px;
}
*.home-feature__main, *.home-feature__right, *.small-feature {
	position: relative;
}
.feature-content {
	position: absolute;
	bottom: 0;
	padding: 25px;
	width: 100%;
	align-items: flex-end;
}
.feature-content__content {
    font-family: 'Sentinel', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 30px;
}
*.home-feature__main .feature-content__content {
    margin-bottom: -5px;
    padding-right: 20px;
}
.feature-content h2 {
    font-size: 26px;
    margin-bottom: 12px;
    color: #FFF;
}
.feature-content__content > small {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
}
.feature-content.reduced .feature-content__content > small > * {
    font-size: 20px;
    line-height: 1.2;
}
.feature-content.reduced .feature-content__content > small a {
    color: #9e4c6e;
}
*.home-feature__main .feature-content, *.home-feature__right .feature-content {
	padding: 45px;
}
.home-feature__right .feature-content {
    justify-content: center;
    align-items: center;
    height: 100%;
	color: #fff;
}
*.home-feature__main .feature-content {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
}
*.home-feature__main .feature-content__content, *.home-feature__right .feature-content__content {
	font-size: 48px;
	line-height: 1;
}
*.home-feature__main .feature-content__content > small, *.home-feature__right .feature-content__content > small {
	font-size: 30px;
}
.small-feature.text-align-top .feature-content {
	bottom: unset;
	top: 0;
}
.home-feature_shadow small, .home-feature_shadow span, .home-feature_shadow .feature-content__title, .home-feature_shadow .feature-content__subtitle, .home-feature_shadow .feature-content__icons {
    text-shadow: 0 0 10px rgb(0 0 0 / 40%);
}
.feature-content.no-img {
    background-color: #222;
    position: relative;
}

.features--small > div {
    flex: 1;
}
.home-feature__right .feature-content__title, .home-feature__right .feature-content__subtitle {
	font-family: 'Sentinel',sans-serif;
    text-align: center;
	line-height: 1.1;
}
.home-feature__right .feature-content__title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 15px;
}
.home-feature__right .feature-content__subtitle {
	font-size: 22px; 
	margin-bottom: 20px;
}
.home-feature__right .feature-content__subtitle {
    font-size: 22px;
    margin-bottom: 20px;
    max-width: 330px;
    font-weight: 300;
}
.feature-content__icons {
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -30px 10px 0;
}
.feature-content__icons > div {
	max-width: 33.333333%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0 30px 30px 0;
    width: 160px;
}
.feature-content__icons > div > img {
    margin-bottom: 10px;
}

.feature-button {
    display: flex;
    align-items: center;
    background-color: #98214e;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 16px 5px 20px;
    border-radius: 4px;
}
.feature-button > svg {
	transform: rotate(-90deg);
	width: 16px;
	margin-top:-5px;
	margin-left: 3px;
}

*.home-feature__right .feature-button {
	background-color: #fff;
	color: #98214e;
}
.featured-product:not(.has-bg) > a {
    background: #f2f2f2;
}
.featured-product > * {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
	background-size:cover;
}
.featured-product__content {
	position: relative;
    color: #282425;
    padding: 25px;
    z-index: 1;
}
.has-bg .featured-product__content {
    color: #fff;
}
.featured-product__title {
    font-weight: 600;
    font-family: 'Sentinel', sans-serif;
    font-size: 22px;
    line-height: 1;
}
.featured-product__info {
	margin-top:10px;
	line-height: 1.2;
}
.featured-product__info > div:not(:last-child) {
    padding-right: 40px;
}
.featured-product:not(.has-bg) .featured-product__info span {
	color: #98214e;
}
.featured-product__img {
	margin: 20px 20px 0px;
    background: #000000!important;
    max-height: 350px;
}
.featured-product__img > div {
	background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    height: 100%;
    width: 100%;
    opacity: .95;
    background: #fff;
    display: flex;
    justify-content: center;
}
.featured-product__img img {
    visibility: hidden;
	height: 100%;
}


.quick-links {
	margin: 0 -20px -40px 0;
}
.quick-links > div {
    padding: 0 20px 20px 0;
    flex: 1;
}
.quick-links > div > a {
    width: 100%;
	font-size: 18px;
	font-family: 'Sentinel', sans-serif;
    color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #98214e;
	padding: 14.5px;
    border-radius: 4px;
}
.quick-links > div > a:hover {
	background-color: #741a3c;
}
.content-split {
	margin: 0 -35px -35px 0;
}
.content-split > div {
	padding: 0 35px 35px 0;
}
.content-split__content {
    flex: 1;
    min-width: 555px;
}
.content-split__content > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f0f0e6;
	text-align: center;
	height: 100%;
	padding: 60px;
}
.content-split__content h1 {
	font-family: 'Sentinel', sans-serif;
	color: #282425;
	font-size:48px;
	font-weight: 600;
	line-height: 1.1;
    margin-bottom: 20px;
}
.content-split__content p {
	margin-bottom: 0;
}
.content-split__content .button {
	margin-top: 25px;
}

.content-split__image {
    flex: 2;
}
.content-split__image > * {
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.content-split__image > * img {
	visibility: hidden;
}

/*
|--------------------------------------------------------------------------
| Home > Bottom
|--------------------------------------------------------------------------
*/
.home-welcome {}

.home-welcome__title {
	font-size: 32px;
}

.home-welcome__action {
	margin: 12px 0 0 0;
}



/*
|--------------------------------------------------------------------------
| CMS > Template >
|--------------------------------------------------------------------------
*/
.category-list {
	text-align: center;
	font-size: 21px;
	background-color: rgb(242 242 242);
	padding: 10px 0;
}

.category-list__item {
	padding: 10px 0;
}

.category-list__link {
	font-size: 18px;
}



/*
|--------------------------------------------------------------------------
| 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: #98214e;
	border-radius: 2px;
}

.dd-title {
	position: relative;
	color: #fff;
	font-size: 18px;
	padding: 18px 20px;
	cursor: pointer;
}

.dd-title:after {
	content: '';
	position: absolute;
	top: 24px; right: 28px;
	height: 13px;
	width: 3px;
	background: #fff;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}

.dd-title:before {
	content: '';
	position: absolute;
	top: 29px; right: 23px;
	height: 3px;
	width: 13px;
	background: #fff;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}

.dd-open:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0;
}

.dd-open:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.dd-text {
	padding: 0 20px 20px 20px;
	color: #fff;
	font-size: 12px;
}

.dd-text p {
	color: #fff;
	font-size: 12px;
}

.dd-title span {
	display: block;
	padding: 0 20px 0 0;
}



/*
|--------------------------------------------------------------------------
| Shop > Category
|--------------------------------------------------------------------------
*/
.category-main {
	flex: 1;
	margin-right: -40px;
	margin-bottom: 35px;
}
.category-main .product-grid--item {
    width: 33.333333%!important;
}

.sidebar {
	display: flex;
    flex-direction: column;
	width: 240px;
	flex-shrink: 0;
	background-color: #fff;
	margin-bottom: 35px;
}

.sidebar__segment {
	padding: 12px 15px;
}

.sidebar-content {
	overflow: hidden;
	width: 100%;
}

/* Category grid */
.category-grid {
	margin: 0 0 30px;
}

.category .category-grid {
    background-color: #f0f0e6;
    margin: 0 0 25px;
    padding: 25px 20px;
}
.category .category-grid a {
    font-size: 18px;
    font-family: 'Sentinel', sans-serif;
    font-weight: 500;
	color: #808080;
}
.category .category-grid a:not(:last-child) {
    margin-bottom: 10px;
}
.category .category-grid a.selected {
    color: #282425;
    pointer-events: none;
}

.lifestyle_image {
    width: 33.333333%;
    padding: 0 0 15px 15px;
}
.lifestyle_shadow .subtitle {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.lifestyle_shadow .title {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.lifestyle_image > div, .lifestyle_image > a {
    height: 100%;
    padding: 22px 25px;
    color: #ffffff;
    font-family: 'Sentinel', sans-serif;
	line-height: 1.2;
	background-position: center;
    background-size: cover;
}
.lifestyle_image > a {
	display: flex; 
	flex-direction: column;
}
.lifestyle_image .subtitle {
	font-style: italic;
	font-size: 22px;
	margin-bottom: 6px;
	line-height: 1;
}
.lifestyle_image .title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}




/*
|--------------------------------------------------------------------------
| Shop > Filters
|--------------------------------------------------------------------------
*/
.filter-subcategories .filter-title, #sidebar--mbl-filters {
	display: none;
}

.grid-filters-subcategories {
	display: block;
}

.filter-subcategories {
	display: none;
}

.filters .sidebar__segment {
	padding: 0;
}

.filters__title {
	display: none;
	height: 64px;
	padding: 0 15px;
}
form#search-within {
    display: none;
}
.filters__title svg {
	display: none;
	flex-shrink: 0;
	fill: #666;
	width: 11px;
	height: 7px;
}

#mbl-filters, .filter-title {
	padding: 15px 0;
	cursor: pointer;
}

#mbl-filters span, .filter-title span {
	display: block;
	position: relative;
	flex: 1;
	font-size: 18px;
    font-weight: 600;
    font-family: 'Sentinel', sans-serif;
}

.filter-title svg {
	width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: #282425;
}

.filter-open .filter-title svg {
	transform: rotate(-180deg)
}

.filter ul {
	padding: 0 0 15px;
}

.filter--links a {
	position: relative;
    padding: 6px 0 4px 20px;
    font-size: 14px;
    color: #808080;
}

.filter--links a:before {
	content: '';
	position: absolute;
	height: 14px;
	width: 14px;
	top: 6px;
	left: 0;
	background-color: #e5e5e5;
}

.filter--links .filter-selected a {
	color: #1e1e1e;
}

.filter--links .filter-selected a:before {
	background: url(/images/style/basic/icon-tick-2x.png) no-repeat center center #98214e;
	background-size: 10px 8px;
	border: none;
}

.filter-products-count {
    margin-left: 5px;
    float: right;
}
span.filter-products-count::before {
    content: '(';
    position: relative;
	margin-right: 1px;
}
span.filter-products-count::after {
    content: ')';
    position: relative;
	margin-left:1px;
}

#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: #98214e;
	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;
}
.lazy-load {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    margin-bottom: 30px;
    position: relative;
}
.category-main .spinner, #products-404 .spinner {
	border-top: 1.5em solid rgba(0, 0, 0, 0.2);
    border-right: 1.5em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.5em solid rgba(0, 0, 0, 0.2);
    border-left: 1.5em solid #98214e;
    width: 18em;
    height: 18em;
    left: unset;
    top: unset;
    position: relative;
}

.filter-clear {
	display: none;
}

.more-filters {
    display: none;
}
.more-filters__toggle {
    cursor: pointer;
    font-weight: 800;
    display: flex;
    align-items: center;
	margin-top: 10px;
}
.more-filters__toggle::after {
	content: 'View All';
	position: relative;
	text-transform: uppercase;
}
.more-filters__toggle::before {
    content: '+';
    position: relative;
    font-size: 24px;
    margin-right: 5px;
	line-height: 0;
}
.show-more-filters > .more-filters__toggle::before {
	content: '-';
	margin-top: -2px;
}
.show-more-filters > .more-filters__toggle::after {
	content: 'View Less';
	
}

/*
|--------------------------------------------------------------------------
| Shop > Navtrail
|--------------------------------------------------------------------------
*/
.shop--navtrail {
}

.shop--navtrail .breadcrumb-trail {
	max-width: 60%;
	float: left;
}

.sort-by-container {
	margin-bottom: 20px;
}

.sort-by {
	position: relative;
	background: #f4f5f0;
}

.sort-by label {
	position: absolute;
	top: 10px;
    left: 12px;
	font-size: 12px;
	text-transform: uppercase;
    color: #282425;
}

.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: 25px 70px 0px 12px;
    color: #282425;
}

.sort-by .select2-container--default .select2-selection--single {
	background-color: transparent;
	height: 52px;
	border: 0!important;
}



/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display
|--------------------------------------------------------------------------
*/

.added-message {
    position: absolute;
    top: 0;
    z-index: 100;
	display: none;
    width: 100%;
}
.added-message > div {
	display: block; 
	margin: 0 auto;
    background-color: #43b460;
    color: #fff;
    padding: 20px 25px 16px;
	text-align: center;
}
.product-grid {
	display: flex;
    flex-wrap: wrap;
	margin-left:-15px;
}

.product-grid--item {
	padding: 0 0 15px 15px;
}
.product-grid--item-inner {
	background: #f2f2f2;
}

.product-inner--image {
    padding: 15px;
	position: relative;
	display: flex;
    width: 100%;
    justify-content: center;
}

.product-image__link,
.product-inner--image img {
	display: block;
}
.product-image__link {
    background-color: #000;
}

.product-inner--image img {
	opacity: .95;
}

.product-grid--item-inner {
	height: 100%;
	position: relative;
	background-color: #f2f2f2;
	overflow: hidden;
}

.product-inner--titles {
	padding-bottom: 10px;
	flex: 1;
}

.product-inner--title,
.product-inner--subtitle,
.product-inner--row {
	padding: 0 0 8px 0;
}
a.product-inner--title {
    color: #282425;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Sentinel', sans-serif;
}
a.product-inner--title h3 {
	font-size: 15px;
}

.product-inner--subtitle {
	font-size: 13px;
}
.product-style-2 .product-inner--subtitle {
    line-height: 1.2;
    text-align: center;
    margin-top: -10px;
}

.product--option-names {
	display: block;
	color: #444;
}

.product--option-name {
	margin: 0 8px 0 0;
}

.product-inner--swatches {
	float: right;
	width: 50%;
}

.product-inner--swatch {
	float: right;
	height: 18px;
	width: 18px;
	margin: 1px 1px 0 0;
	border-radius: 2px;
	border: 2px solid #e7e7e7;
}

.product-price {
	min-height:26px;
	font-weight: 700;
}

.product-price-web {
	font-size: 21px;
	color: #1e1e1e;
}

.product-price-rrp {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
}

.on-offer-badge {
	position: absolute;
	top: 10px; left: 10px;
	width: 56px;
	height: 56px;
	border-radius: 28px;
	background-color: #98214e;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-align: center;
	pointer-events: none;
}

.product-inner {
	height: 100%;
	position: relative;
}
.product-inner, .product-inner--info {
    display: flex;
    flex-direction: column;
}
.product-inner--info {
	flex: 1;
	padding: 0 15px;
}
.product-grid--item__mixed .product-inner--info {
    flex: none!important;
}
.prod_button {
    padding: 5px 15px 15px;
}
.prod_button a.button {
    padding: 12px 20px 7px;
    font-size: 14px;
    line-height: 1;
}
.prod_button .button {
    flex: 1;
    justify-content: center;
}
.prod_button .button svg {
    margin: 0px 0 1px 5px;
}
.prod_button a.button svg {
    margin-top: -5px;
}
a.button.button-small.view_prod {
    font-size: 13px;
    line-height: 1.2;
    padding: 8px 25px 2px;
    display: flex;
    align-items: center;
    max-width: 45%;
    margin-left: 5px;
    border: 1px solid #98214e;
    background-color: transparent!important;
    color: #98214e;
}
a.button.button-small.view_prod:hover {
	opacity: .8;
}
a.button.button-small.view_prod > svg {
    margin: 0px 0 6px 5px;
	fill: #98214e;
}

.product-inner--review {
    position: absolute;
    z-index: 20;
    top: 15px;
    left: 15px;
    right: 15px;
}
.product-review__toggle {
	position: absolute;
	top: 0;
	right: 0;
	cursor:pointer;
	height: 40px;
	width: 40px;
	background-color: #98214e;
	border-radius: 100px;
	z-index: 11;
}
.product-review__toggle svg {
	fill: #ffffff;
	margin-top:2px;
}
.product-inner--review.show .product-review__toggle svg {
	fill: #98214e;
}
.product-inner--review.show .product-review__toggle {
	background-color: transparent;
}
.product-review__block {
	display: none;
	background-color: #fff;
	width: 100%;
	padding: 18px 35px 18px 18px;
}
.product-review__block__text {
    font-family: 'Sentinel', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}
.product-review__info {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #98214e;
    margin-top: 20px;
}
.product-review__info span {
	color: #808080;
}

.product-style-2 .product-inner--main {
    margin-bottom: 30px;
}
.product-style-2 .product-inner--title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding-bottom: 25px;
}
.product-style-2 .product-inner--image, .product-style-2 .product-inner--info, .product-style-2 .prod_button, .product-style-2 .product-inner--titles {
    padding: 0!important;
}
.product-style-2 .product-inner--titles {
	flex:none;
}
.product-style-2 .product-inner--title h3 {
    font-size: 16px;
    margin: 0;
}
.product-style-2 > .product-grid--item-inner {
	padding: 25px;
}
.product-style-2 .product-inner--image {
	flex: 1;
	display: flex;
    align-items: flex-start;
}
.product-inner__side {
    display: flex;
    flex-direction: column;
    width: 160px;
	margin-top: 15px;
}
.product-inner_desc {
    font-size: 13px;
    line-height: 1.2;
}
.product-inner_desc > a {
    display: flex;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    color: #28242b;
}
.product-inner_desc > a > svg {
    transform: rotate(-90deg);
    height: 11px;
    margin: -2px 0 0 3px;
}
.product-inner__options {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
	margin-top: 15px;
	display: flex;
    flex-direction: column;
}
.product-inner__options > div {
    display: flex;
    align-items: center;
    width: 100%;
}
.product-inner__options > div:not(:last-child) {
	border-bottom: 1px solid #e8e8e8;
}
.product-inner__option__title {
    font-family: 'Sentinel', sans-serif;
    font-weight: 600;
    padding: 13px 10px 13px;
	flex: 5;
}
.product-inner__option__price, 
.product-inner__option__right {
    padding: 3px 5px 7px 0;
	text-align: right;
	flex: 2;
}

.listing-points--outer {
    color: #98214e;
}
.listing-points--text {
    font-size: 13px;
	line-height: 1.4;
    margin-top: 4px;
    padding: 0 5px;
}

.more-info {
    position: relative;
}
.more-info-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
	color: #222;
    border: 1px solid #222;
    border-radius: 100px;
    width: 16px;
    height: 16px;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    font-family: 'Sentinel';
}
.more-info-toggle:hover + .more-info--block, 
.more-info--block:hover {
	display: block;
}
.more-info--block {
	display: none;
    position: absolute;
    bottom: 100%;
    margin-bottom: 5px;
    border-radius: 4px;
    background-color: #222;
    color: #FFF;
    width: 200px;
    right: 0;
    text-align: left;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.3;
}
.more-info--block::after {
	content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    top: 100%;
    left: 0;
}

.product-inner__bottom .product-inner__option__price {
	display: flex;
    flex-direction: column;
    line-height: 1;
    padding: 6px 5px 0px 0;
}
.product-inner__bottom .product-inner__option__price > small {
    text-decoration: line-through;
	font-size: 13px;
	color: #727272;
}
.product-inner__options .submit-container {
    flex: 1;
    padding: 5px 0;
	display: flex;
}
.product-inner__options .submit-container.flex-3 {
    flex: 6;
}
.product-inner__option__price button.button {
    padding: 13px 25px 12px;
	min-width: 180px;
}
.product-inner__options .button[type="submit"] {
	flex: 1; 
	margin: 0 5px;
	float:none; 
	display: flex; 
	justify-content: center;
	align-items: center;
}
.product-inner__qty {
    position: relative;
	width: 82px;
	margin: 0 5px;
}
.product-inner__qty.oos {
    pointer-events: none;
    opacity: .4;
}
.product-inner__qty input {
    width: 82px;
    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: 21px;
    top: 4px;
	width: 26px;
	text-align: center;
	cursor: pointer;
}
.product-inner__qty .qty-plus::after, .product-inner__qty .qty-minus::after {
	position: absolute;
	font-size: 20px;
    line-height: 1.4;
	left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    height: 100%;
}
.product-inner__qty .qty-plus {
	right: 0;
	border-left: 1px solid #e8e8e8;
}
.product-inner__qty .qty-plus::after {
	content: '+';
}
.product-inner__qty .qty-minus {
	left: 0;
	border-right: 1px solid #e8e8e8;
	line-height: 1.2;
}
.product-inner__qty .qty-minus::after {
	top:-1px;
	content: '-';
}
.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: '';
    height: 15px;
    width: 15px;
    background-color: #282425;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.product-inner__options .button[type="submit"] {
    padding: 8px 10px;
    margin-right: 5px;
	float: right;
}
.product-style-2 .product-inner__options .submit-container {
    min-width: 72px;
}
.product-inner__options .button[type="submit"] svg {
    margin-top: -2px;
}
.product-style-2 .product-inner--image {
	min-width: 100px;
	margin-right: 15px;
}

.product-inner--row__bottom .listing_stock_ship {
	text-align: right;
	line-height: 1.2;
}
.product-grid--item__mixed .product-inner--main {
    flex: 2;
}
.product-grid--item__mixed .product-inner--image {
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	margin: 0;
}
.product-grid--item__mixed .product-image__link {
    max-height: 372px;
    min-width: auto;
	overflow: hidden;
	display: flex; 
	align-items: center;
}
.product-grid--item__mixed .product-image__link img {
    min-width: auto;
}

.product-inner-all-button > .button {
    max-width: 300px;
}

.comparison-bar {
	display: none;
	position: fixed;
	right: 0; bottom: 0; left: 0;
	background-color: #666666;
	padding: 10px 30px;
	z-index: 60;
	color: #fff;
}

.comparison-bar--title {
	display: block;
	margin: 11px 50px 0 0;
	width: 160px;
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	float: left;
}

.animate .comparison-bar--product:last-child {
    -webkit-animation: comparisionProductEntrance .5s;
	animation: comparisionProductEntrance .5s;
}

@-webkit-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@-moz-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@-o-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}

.comparison-bar--products {
	overflow: hidden;
}

.comparison-bar--product {
	padding: 0 4px 0 0;
}

.comparison-bar--product-inner {
	position: relative;
	background-color: rgba(0,0,0,0.3);
	height: 50px;
}

.comparison-bar--product-image {
	float: left;
}

.comparison-bar--product-title-cont {
	display: block;
	padding: 10px 14px;
	font-weight: 700;
	float: none;
	overflow: hidden;
}

.comparison-bar--product-title {
	margin: 0 4px 0 0;
	float: left;
	height: 20px;
}

.comparison-bar--product-option-name {
	display: none;
	opacity: 1;
	font-size: 11px;
	padding: 2px 6px;
	margin: 0 4px 0 0;
	background: rgba(0,0,0,0.2);
	border-radius: 2px;
	white-space: nowrap;
	float: left;
}

.comparison-bar--product-option-name:empty {
	display: none;
}

.comparison-bar--product-overlay {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(30, 30, 30, 0.9);
	z-index: 10;
}

.comparison-bar--product-inner:hover .comparison-bar--product-overlay {
	display: block;
}

.comparison-bar--product-overlay-inner {
	display: table;
    width: 100%;
    height: 100%;
	text-align: center;
}

.comparison-bar--product-overlay-inner .dblc {
	vertical-align: middle;
	font-weight: 700;
	font-size: 12px;
}


.comparison-bar--product-overlay-inner span {
	padding: 2px 0 0 20px;
}

.comparison-bar--loading {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(30, 30, 30, 0.9);
	color: #fff;
	text-align: center;
}

.comparison-bar.loading .comparison-bar--loading {
	display: block;
}


.product-grid--item__mixed .category-item--option {
    font-weight: 600;
    justify-content: space-between;
	align-items: end;
}
.product-grid--item__mixed .category-item--option-key {
    width: 135px;
    font-size: 16px;
    font-family: 'Sentinel', sans-serif;
	flex: 1;
}
.product-grid--item__mixed .category-item--option .category-item--option-value {
    font-weight: 800;
    color: #222;
    font-size: 24px;
    line-height: 1;
}
.category-item--price {
    display: flex;
    flex-direction: column;
    text-align: right;
}
.category-item--price > small {
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
}
.product-inner--row__bottom {
    margin-bottom: 10px;
}
.product-inner--row__bottom .product-inner__qty {
    margin: 0 10px 0 0;
}
.product-grid--item__mixed .product-inner__qty {
    margin: 5px 10px 5px 0;
}
.product-grid--item .stock-status {
    line-height: 1.1;
}

.account-table::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 6px !important;
	height: 6px;
}
.account-table::-webkit-scrollbar-thumb {
	-webkit-border-radius: 6px !important;
	border-radius: 6px !important;
	background: #adadad !important;
}

.account-table::-webkit-scrollbar-track {
	-webkit-border-radius: 6px !important;
	border-radius: 6px !important;
	height: 10px;
}
.account-table::-webkit-scrollbar-thumb:window-inactive {
	background: #adadad !important;
}


/*
|--------------------------------------------------------------------------
| 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: 9;
	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: 9;
}

.product-overlay-top--button {
	position: relative;
	float: left;
	background-color: #98214e;
	border-radius: 5px;
	padding: 4px 5px 1px;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	transition: background .3s ease;
}
.product-overlay-top--button svg {
    margin-bottom: -1px;
}

.product-overlay-top--button:last-child {
	float: right;
}
.has_review .product-overlay-top--button:last-child {
	margin-right: 60px;
    margin-top: 10px;
}

.product-overlay-top--button:hover {
	background-color: #741a3c;
}

.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: #98214e;
	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-caption {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.listing-caption__toggle {
	display: flex; 
	align-items: center;
	justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 100px;
    background-color: #fff;
    height: 40px;
    width: 40px;
    z-index: 2;
}
.listing-caption.show .listing-caption__toggle {
	background-color: transparent!important;
}
.listing-caption__toggle::after {
	content: '';
	width: 20px; 
	height: 20px;
	background-image: url(/images/style/basic/image-captions-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}
.listing-caption__text {
	display: none;
    background-color: #fff;
    padding: 25px 45px 25px 25px;
    position: relative;
    z-index: 1;
    margin: 5px;
    font-family: 'Sentinel', sans-serif;
    font-size: 16px;
}
.listing-side {
	position: relative;
	width: 40%;
	float: right;
	z-index: 2;
}
.listing-page {
    padding: 35px 0;
}
.listing-page > .message {
    margin-bottom: 30px;
    font-size: 14px;
    padding: 15px 20px 12px;
}
.listing-main {

}
.listing-main .listing-left {
	position: relative;
	flex: 1;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	flex-direction: column;
	align-items: flex-end;
}
.listing-images{
	position: relative;
}
.listing-left.listing-left--centered .listing-images__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.listing-images__inner > a:not(:first-child) {
    display: none;
}
.listing-images img, .listing-images .listing-youtube {
	display: flex;
    margin-bottom: 22px;
}
.listing-youtube > iframe {
    width: 100%;
    height: 405px;
}
.listing-images__inner {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.listing-main .listing-right {
	min-width: 630px;
    max-width: 630px;
	margin-left: 35px;
}
.listing-right__top {
    padding: 35px 40px;
    background-color: #f2f2f2;
    margin-bottom: 35px;
}
.listing-right__top__top {
    justify-content: space-between;
}
.listing-right h1 {
    font-size: 30px;
    font-weight: 600;
	flex: 1;
}
.listing-right__top h2 {
    font-size: 16px;
    font-weight: 500;
}
.listing-right__top .breadcrumb-trail span {
    display: none;
}
.listing-side--inner {
	position: relative;
	width: 100%;
	float: right;
}
.listing-notify {
    margin-top: 15px;
}
.listing-side__options {
    display: flex;
    flex-direction: column;

    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}
.listing-side__options .product-inner__option__title {
    flex: 1;
}
.listing-side__options > div {
    padding: 3px 15px 7px;
}
span.listing--price-strikethrough {
    text-decoration: line-through;
}
.listing-side__options > div:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}
.listing-side__options > div > div:first-child:not(:last-child) {
    margin-bottom: 8px;
}
.listing-right.product-inner__option__title {
    margin-right: 30px;
    max-width: 250px;
}
.listing-right .product-inner__option__title > span {
    font-family: 'Sentinel', sans-serif;
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 5px;
}
.listing-right .product-inner__option__title > small, .product-inner__option__price > small, 
.product-inner__option__right__price > small {
	font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
}
.listing-right .product-inner__option__price > span, 
.listing-right .product-inner__option__right__price > span {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
	margin-bottom: 5px;
}

.listing-right .product-inner__qty {
    width: 120px;
}
.listing-right .product-inner__qty input {
    width: 120px;
    padding: 7px 35px 0px;
    font-size: 20px;
    max-height: 36px;
}
.listing-right .product-inner__qty .qty-plus, .listing-right .product-inner__qty .qty-minus {
	height: 28px;
	width: 35px;
}
.listing-right .product-inner__qty .qty-plus::after, .listing-right .product-inner__qty .qty-minus::after {
	font-size: 24px;
	line-height: normal;
}
.listing-right .product-inner__qty .qty-minus::after {
	margin-top: -1px;
}
.listing-side__options .button svg {
	margin: -1px -5px 0 3px;
}
.stock-status__container {
	margin-top: 20px;
}
.listing-right .stock-status {
    text-transform: uppercase;
    padding-top: 5px;
}
.listing_stock_ship {
    display: flex;
}
.listing_stock_ship > span {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding-right: 25px;
	cursor: default;
}
.listing_stock_ship > span > span.tooltip-question {
    position: absolute;
    right: 0;
    background-color: #98214e;
    color: #fff;
    line-height: 1.8;
    height: 18px;
    width: 18px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -3px;
	cursor: default;
}
.listing_stock_ship span[data-tooltip]::after {
	display: none;
	content: attr(data-tooltip);
	position: absolute;
	padding: 12px 7px;
	background-color: #171717;
	color: #fff;
	text-align: center;
	bottom: 100%;
	width: 200px;
	font-size: 14px;
	line-height: 1.2;
	left: 50%;
	transform: translate(-50%, -5px);
	text-transform: none;
	font-weight: 400;
	border-radius: 3px;
	pointer-events: none;
}
.listing_stock_ship span[data-tooltip]::before {
	content: '';
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #171717 transparent transparent transparent;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
	pointer-events: none;
}
.listing_stock_ship span:hover::before,
.listing_stock_ship span:hover::after {
	display: block;
	z-index: 100;
}

.product-style-2:not(.product-grid--item__mixed):not(.product-grid--item__gift) .stock-status {
    margin-left: 6px;
}
.product-style-2:not(.product-grid--item__mixed):not(.product-grid--item__gift) .listing_stock_ship > span {
    flex-direction: row-reverse;
    padding-right: 0;
    font-size: 13px;
    line-height: 1.2;
    align-items: center;
    justify-content: flex-start;
	margin-left: 3px;
	margin-top: 4px;
}
.product-style-2:not(.product-grid--item__mixed):not(.product-grid--item__gift) .listing_stock_ship > span > span:not(.tooltip-question) {
    flex: 1;
    margin-left: 4px;
}
.product-style-2:not(.product-grid--item__mixed):not(.product-grid--item__gift) .listing_stock_ship > span .tooltip-question {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin: 0;
}

.listing-side__img {
    width: 100%;
    height: 230px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: -20px;
}
.listing-side__img > div {
	width: 230px;
    height: 630px;
    background-size: cover;
    background-position: center;
    transform: rotate(90deg);
}

.subscription-toggle {
    padding: 15px 20px 5px;
    margin-bottom: 25px;
    color: #FFF;
	background-color: #282425;
}
.subscription-toggle.hide-subscriptions {
	display: none;
}
.subscription-toggle--title {
    font-family: 'Sentinel', 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: 4px 13px 0px;
}
.subscription-toggle--back > svg {
    margin-right: 7px;
}
.subscription-toggle--back > span {
    margin-bottom: -6px;
    color: #FFF;
    text-decoration: underline;
    transition: ease-in-out .2s;
}
.listing-right__top.listing-right--sub {
    margin-bottom: 0;
}

.subscription-view .listing-right__top {
	border: 1px solid #98214e;
	border-bottom: 0;
}
.subscription-view .subscription-toggle {
	border: 1px solid #98214e;
	border-top: 0;
}
.subscription-view .listing-right .product-inner__qty .qty-plus::after, .subscription-view .listing-right .product-inner__qty .qty-minus::after {
	color: #222;
}
.subscription-view .listing-side__options .product-inner__option__title {
    flex: unset;
    padding-bottom: 3px;
	padding-left: 4px;
	letter-spacing: 0.03em;
} 
.subscription-view .listing-right .product-inner__option__title > span { 
	font-size: 16px!important;
}
.subscription-view .listing-side__options .subscription-frequency .product-inner__option__title {
    padding-right: 0;
    padding-bottom: 9px;
	text-align: right;
}
.subscription-frequency > .input {
    width: 100%;
}
.subscription-view .select2-container--default .select2-selection--single {
    border-radius: 4px;
}
.subscription-view .label-none .select2-basic--container.select2-selection--single .select2-selection__rendered {
    padding: 8px 30px 4px 8px;
	text-align: left;
}
.subscription-purchase .listing-action-container > .button {
    width: 100%;
    padding: 11px 20px;
    margin-bottom: 5px;
}
.subscription-purchase--was {
    margin-right: 5px;
	font-weight: 400;
}
.subscription-options--note {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: -15px;
    text-transform: uppercase;
    font-size: 13px;
}
.subscription-options--note:hover {
	color: #98214e;
}
.subscription-view .stock {
    width: 64%;
    text-align: right;
    padding: 0px 0 8px 0;
}
.subscription-purchase--price {
	font-weight: 600;
}
.subscription-purchase--price, .subscription-purchase--price .listing-rrp, .subscription-purchase--price .listing-save {
    font-size: 18px;
}
.subscription-purchase--price .listing-save, .subscription-purchase--price .listing-option-was, .subscription-purchase--was {
	color: #bf4276;
}
.subscription-purchase--price .listing-option-was {
	font-size: 13px;
}
.listing-option-price.product-inner__option__title {
    text-align: right;
    font-size: 16px;
	font-family: 'Proxima Nova', sans-serif;
	padding-right: 0;
}


.listing-right__tabs {
	margin: 30px 0 35px;
}
.listing-right .tab-toggles {
	margin-bottom: 12px;
}
.listing-right .tab-toggles > span {
	font-size: 21px;
	text-align: center;
	font-family: 'Sentinel', sans-serif;
	font-weight: 600;
	cursor: pointer;
	padding: 0 20px;
	color: #808080;
}
.listing-right .tab-toggles > span.selected {
	color: #9a2652;
	pointer-events: none;
}

.tab-selects > div:not(.show) {
	display: none;
}
.tab-select__content {
    background-color: #f7f7f2;
    padding: 35px 40px;
}

.listing-right__desc {
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 35px 35px 20px;
    z-index: 1;
}

.listing-page-bottom {
    margin: 35px 0;
}
.listing-page-bottom .tab-toggles > span {
    width: 50%;
    justify-content: center;
    font-size: 30px;
    font-family: 'Sentinel', sans-serif;
    font-weight: 600;
    color: #808080;
    padding: 20px 30px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	line-height: 1.1;
	text-align: center;
}
.listing-page-bottom .tab-toggles > span:not(:last-child) {
	border-right: 0;
}
.listing-bottom-title__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border: 1px solid #808080;
    border-radius: 100px;
	margin-right: 10px;
}
.listing-bottom-title__icon svg {
	fill: #808080;
	height: 24px;
}
.listing-page-bottom .tab-toggles > span.selected {
	color: #9a2652;
	border-bottom-color: #fff;
	pointer-events: none;
}
.listing-page-bottom .tab-toggles > span.selected .listing-bottom-title__icon {
	border-color: #9a2652;
}
.listing-page-bottom .tab-toggles > span.selected .listing-bottom-title__icon svg {
	fill: #9a2652;
}
.listing-page-bottom .tab-selects > div {
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 35px 0;
}
.listing-page-bottom .tab-selects h1, .listing-page-bottom .tab-selects h2, .listing-page-bottom .tab-selects h3, .listing-page-bottom .tab-selects h4, .listing-page-bottom .tab-selects h5, .listing-page-bottom .tab-selects h6 {
	color: #9a2652;
	font-family: 'Sentinel', sans-serif;
	font-weight: 600;
}
.listing-page-bottom .tab-selects h1 {
	font-size: 26px;
}
.listing-page-bottom .tab-selects h2 {
	font-size: 24px;
}
.listing-page-bottom .tab-selects h3 {
	font-size: 22px;
}
.listing-page-bottom .tab-selects h4 {
	font-size: 21px;
}
.listing-page-bottom .tab-selects h5 {
	font-size: 18px;
}
.listing-page-bottom .tab-selects h6 {
	font-size: 16px;
}
.listing-page-bottom .tab-selects a {
	font-weight: 600;
}

.listing_critic {
    margin-bottom: 20px;
}
.listing-single-review {
    padding: 0 40px 20px;
}
.listing-single-review__text {
    font-family: 'Sentinel', sans-serif;
    font-style: italic;
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 12px;
}
.listing-single-review__info {
    font-size: 12px;
    color: #808080;
    text-transform: uppercase;
	font-weight: 600;
}
.listing-single-review__info svg {
    margin-top: -2px;
    margin-right: 8px;
}
.listing-single-review__name {
    color: #992450;
    margin-right: 5px;
}

.listing-nutshell {
	border: 1px solid #e5e5e5;
}
.listing-nutshell__inner {
    padding: 35px 40px 30px;
}
.listing-nutshell__inner > span {
    font-family: 'Sentinel', sans-serif;
    font-size: 18px;
    color: #992450;
	margin-bottom: 10px;
}
.listing-nutshell__inner > div > span {
    width: 50%;
	padding: 0 15px 5px 0;
    line-height: 1.1;
}
.listing-nutshell__inner > div > span > strong {
    text-transform: uppercase;
}
.listing-nutshell__map {
    display: flex;
}
.listing-nutshell__map iframe {
	width: 100%;
    max-height: 280px;
    filter: grayscale(1);
}

.listing-related--products .product-grid--item {
    width: 16.666666%;
}

.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: 0;
	z-index: 1;
}

.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;
}

.product--reviews {
    display: flex;
	margin-bottom: 15px;
}
.product--reviews > span {
    font-size: 13px;
    margin: 1px 0 0 5px;
}

.rating-star {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0 1px;
}

.rating-star svg {
	width: 18px;
    height: 18px;
}

.rating-star svg {
	fill: #98214e;
}

.rating-star--empty svg {
	fill: #dddddd;
}

.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: #98214e;
}

.listing-deadline--date {
	font-size: 19px;
	color: #1e1e1e;
}

.pulse-animation {
/*
	-webkit-animation: pulse 1s infinite;
	-moz-animation: pulse 1s infinite;
	-o-animation: pulse 1s infinite;
	animation: pulse 1s infinite;
*/
}

.listing-deadline-doughnuts {
	float: right;
}

.listing-deadline-doughnut {
	position: relative;
	width: 60px; height: 60px;
	float: left;
	transition: transform 1s ease;
	margin: 0 0 0 10px;
}

.listing-deadline-doughnut--inner {
	content: '';
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	font-weight: 700;
	color: #1e1e1e;
}

.listing-deadline-doughnut strong {
	display: block;
	font-size: 21px;
	position: relative;
	top: 8px;
	color: #1e1e1e;
}

.listing-deadline-doughnut span {
	display: block;
	font-size: 11px;
	position: relative;
	top: 4px;
}

.listing-deadline-doughnuts svg {
  width: 60px; height: 60px;
  -webkit-transform: rotate(-89.9deg);
  transform: rotate(-89.9deg);
  background: #dde2e5;
  border-radius: 50%;
}

.listing-deadline-doughnuts circle {
	position: relative;
	fill: #98214e;
	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: #98214e;
	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: #98214e;
}

.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: #666666;
	padding: 0 0 6px;
	font-weight: 700;
}

.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: 30px;
	height: 30px;
	padding: 0;
	background-image: url(/images/style/basic/icon-heart-white-2x.png);
	background-size: 18px 15px;
	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;
    background-color: #6f1402;
}
.listing-notify .button:hover {
    background-color: #541002;
}

.listing-comments-response {
	background-color: #e7e7e7;
	margin: 15px 0 0 0;
	padding: 20px;
}

.listing-reviews {
    display: flex;
    flex-direction: column;
	align-items: center;
}
.listing-comments.listing-comments__block {
    display: none;
	width:100%;
}
.listing-comments__toggle.button {
    margin-top: 10px;
}


/*
|--------------------------------------------------------------------------
| Listing > Thumbnails
|--------------------------------------------------------------------------
*/
.listing-thumbnails {
	position: relative;
	padding: 4px 0 0 0;
}

.listing-thumbnails.has-arrows .listing-thumbnails--slider {
	padding: 0 44px;
}

.listing-thumbnail {
	margin: 0 2px;
}

.listing-thumbnail--link {
	display: block;
}

.listing-thumbnails .slick-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 40px;
	background: #98214e;
	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 > Tabs
|--------------------------------------------------------------------------
*/
.listing-tabs {
	margin: 20px 0 0 0;
}

.listing-tabs-buttons {
	display: table;
    table-layout:fixed;
	width: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
}

.listing-tabs-button {
	position: relative;
	display: table-cell;
	color: #666666;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	transition: color 300ms ease;
	padding: 19px 6px;
	text-align: center;
	width: 1px;
	border-right: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.04);
}

.listing-tabs-button:last-child {
	border-right: none;
}

.listing-tabs-button.sel {
	color: #2d2d2d;
}

.listing-tabs-button.sel::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1px;
	margin-left: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #ffffff transparent;
	z-index: 99;
}

.listing-tab {
	display: none;
	padding: 25px 20px;
	background-color: #fff;
}

.listing-tab:first-child {
	display: block;
}

.mobile-tab-title {
	padding: 15px 25px;
	color: #fff;
	font-weight: 700;
	margin: 14px 0 0 0;
}

.mobile-tab-title {
	display: none;
}



/*
|--------------------------------------------------------------------------
| Listing > Tabs > Comments
|--------------------------------------------------------------------------
*/
.listing-comments-form {
	padding: 20px;
	margin: 20px 0 0 0;
	background-color: #f0f0e6;
}

.listing-comments-title {
	font-weight: 700;
	font-size: 21px;
	color: #282425;
	float: left;
}

.listing-comment:first-child {
	border-top: 1px solid #e7e7e7;
}

.listing-comment {
	padding: 20px 20px 12px;
	border: 1px solid #e7e7e7;
	border-top: none;
}
.listing-comment > p {
	margin-bottom: 5px;
}

.listing-comment-title {
	font-weight: 700;
	font-family: 'Sentinel', sans-serif;
	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: #98214e;
}

.listing-comment-author {
	float: left;
	font-weight: 700;
	font-family: 'Sentinel', sans-serif;
}

.listing-review-stars {
	float: right;
}



/*
|-------------------------------------------------------------------------
| Listing > Catalogue
|--------------------------------------------------------------------------
*/

.listing-catalogue--title {
	font-size: 30px;
}

.listing-catalogue--row {
	width: 100%;
	text-align: center;
    padding: 10px;
    background-color: #f4f4f4;
    margin: 10px 0 0;
    font-size: 13px;
    color: #98214e;
    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;
	font-weight: 600;
    font-size: 30px;
}

.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: 100;
}
.overlay.open {
    display: block;
}
.overlay--inner {
	width: 95%;
	padding: 20px;
	max-width: 1100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #f1f1f1;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.overlay--open .overlay--inner {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.overlay--close {
	position: absolute;
    top: -10px;
    right: 20px;
    color: #98214e;
    font-weight: 600;
	font-size: 12px;
	cursor: pointer;
	-webkit-transform: translateY(30px) scale(0.8);
	-moz-transform: translateY(30px) scale(0.8);
	transform: translateY(30px) scale(0.8);
	transition: transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
}
.overlay--close svg path {
    fill: #98214e;
}

.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: #98214e;
}

.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: #282425;
    font-family: 'Sentinel', sans-serif;
}

.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 {
	display: flex;
    justify-content: center;
    text-align: center;
    padding: 15px 0 0 0;
}
.button--overlay {
    padding: 13px 25px;
}

.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;
}

.overlay .option-radio__inner {
    color: #282425;
    padding: 12px 15px 9px;
    border-radius: 5px;
}
.overlay .checked .option-radio__inner{
	color: #fff!important;
}

#ask-a-question,
#bulk {
	cursor: pointer;
}

.overlay--text {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 10px 0 0 0;
	margin: 0;
}

.addthis_sharing_toolbox {
	padding-top:4px;
	float: right;
}

#product_add_content h2 {
	font-size: 16px;
}

#product_add_content,
#product_add_upsell {
	padding: 4px 0 10px;
	text-align: center;
}

#engraving_img_container {
	text-align: center;
	padding-top: 14px;
}

#add-new-address-overlay .overlay--inner {
	background-color: #fff;
	padding: 40px;
	max-width: 460px;
}

#add-new-address-overlay .overlay--title {
	color: #2d2d2d;
	padding: 0 0 20px 0;
	display: block;
}

#add-new-address-overlay .checkout-form--has-button {
	padding: 10px 0 20px 0;
}

#click-and-collect-overlay .overlay--inner {
	background-color: #fff;
	padding: 20px;
	max-width: 980px;
}




/*
|--------------------------------------------------------------------------
| Overlay > Basket > Basic
|--------------------------------------------------------------------------
*/

.overlay-basket-basic .overlay--close {
	background-color: #fff;
	height: 36px;
	width: 36px;
	border-radius: 18px;
	text-indent:  -999px;
	overflow: hidden;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='16px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M15.071,2.343 L9.408,8.006 L15.008,13.607 L13.607,15.008 L8.006,9.408 L2.343,15.071 L0.929,13.657 L6.592,7.994 L0.992,2.393 L2.393,0.991 L7.994,6.592 L13.657,0.929 L15.071,2.343 Z'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	top: -50px
}

.overlay-basket-basic .overlay--inner {
	max-width: 845px;
	/* overflow-y: visible; */
	padding: 0;
}

.overlay-basket--right .form-options {
	background-color: transparent;
}

.overlay-basket.overlay--inner {
	max-width: 845px;
}

.overlay-basket-basic--title {

}

.basket-modal-action {
	margin: 10px 0 0 0 ;
}

.overlay-basket {
	max-height: 75%;
	display: flex;
	flex-direction: column;
	max-width: 600px;
	padding: 30px;
}

#basket-modal-contents {
	overflow-y: auto;
}

#basketOverlayContents {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.overlay-basket-options .overlay-basket-basic--main {
	display: flex;
}

.overlay--inner .cart-item-right .remove {
	position: relative;
	bottom: auto;
    margin: 0 0 0 auto;
}

.overlay-basket-basic--main {
	display: flex;
	align-items: stretch;
	justify-content: center;
}


.overlay-basket-basic--svg {
	width: 64px;
	margin-right: 30px;
	flex-shrink: 0;
}

.overlay-basket-basic--svg svg {
    fill: #37af56;
    width: 100%;
}

.overlay-basket-basic--bottom {
	padding: 0 0 20px 0;
	display: flex;
}

.overlay-basket-basic--bottom .button {
	flex: 1 0 auto;
}

/* Options Overlay */
.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 .input-qty {
	width: 100%;
	min-width: 104px;
}

.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--row:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: -moz-linear-gradient(top, rgba(213,86,62,0) 1%, rgba(54,22,16,0) 75%, rgba(0,0,0,0.2) 100%);
	background: -webkit-linear-gradient(top, rgba(213,86,62,0) 1%,rgba(54,22,16,0) 75%,rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to bottom, rgba(213,86,62,0) 1%,rgba(54,22,16,0) 75%,rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098214e', endColorstr='#33000000',GradientType=0 );
}*/

.compare-table--cell {
	display: table-cell;
	padding: 15px;
	background-color: #98214e;
	font-weight: 700;
	color: #fff;
	text-align: center;
	width: 20.83333333333333%;
	box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}

.compare-table--cell:nth-child(3),
.compare-table--cell:nth-child(5) {
	background-color: #cc523b;
}

.compare-table--row-header {
	width: 16.66666666666667%;
	background-color: #666666;
	text-align: right;
}

.compare-table--head-cell-first {
	width: 16.66666666666667%;
}

.compare-listing--image {
	display: block;
}

.compare-listing--image img {
	display: block;
    width: 100%;
}

.compare-table--title-cont {
	padding: 5px;
	text-align: center;
}

.compare-table--title {
	font-size: 36px;
	color: #fff;
	margin: 0;
	padding: 60px 10px;
}

.compare-table--head {
	display: table-row;
}

.compare-table--head .compare-table--cell {
	padding: 0;
	text-align: left;
	vertical-align: top;
	background-color: #dde2e5;
}

.compare-table--head .compare-table--cell:first-child {
	padding: 10px;
	vertical-align: middle;
}

.compare-table--cell.compare-table--head-cell-empty {
	text-align: center;
	vertical-align: middle;
}

.compare-table--head-cell-empty i {
	font-size: 270px;
	font-style: normal;
}

.compare-undo--form {
	display: inline-block;
}



/*
|--------------------------------------------------------------------------
| Basket
|--------------------------------------------------------------------------
*/
.cart--heading {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #666666;
	padding: 0 0 15px 0;
}

.cart-segment {
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.cart-segment + .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;
}

.basket-option--images-cont {
}

.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: #98214e;
    color: #fff;
    font-size: 10px;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    right: 0;
}
.basket-action {
    display: flex;
    justify-content: end;
    margin-right: -20px;
	flex-wrap: wrap;
}
.basket-action > div > * {
    margin-right: 20px;
	margin-bottom: 20px;
}

.hidden {
	display: none!important;
}


/*
|--------------------------------------------------------------------------
| 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;
	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='%23282425' d='M12.904,0.505 L5.247,8.223 L2.95,5.76 L0.6,7.174 L5.247,12.494 L15.6,2.678 L12.904,0.505 Z'/%3E%3C/svg%3E");
}

#delivery-selection {
	border-radius: 3px;
	overflow: hidden;
}

.cart-side--delivery-option:hover {
}

.cart-side--delivery-option.sel {
	background-color: #98214e;
	border-color: #98214e;
	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 {
	font-weight: 700;
	color: #1e1e1e;
}

span.cart-side--delivery-cost--original {
	text-decoration: line-through;
	padding-right: 8px;
	font-weight: normal;
}



/*
|--------------------------------------------------------------------------
| Basket > Items
|--------------------------------------------------------------------------
*/
.cart-items {
	width: 100%;
	padding: 15px;
	position: relative;
}

.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 auto;
}

.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-datepicker-inline {
    margin: 30px auto 0 auto;
    border-radius: 0;
    border-color: #e7e7e7;
    padding: 4px;
}
 .ui-datepicker-title {
	color: #98214e;
}
 .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: #98214e;
}
 .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: #98214e;
}
 .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #019cc2;
	background-color: #019cc2;
    font-weight: bold;
    color: #fff;
}
 .ui-datepicker td a {
	text-align: center;
}
 .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	background-color: #98214e;
	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-brand.png) no-repeat center center;
	margin: -2px 0 0px;
}
 .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border-color: #019cc2;
}
 .ui-datepicker .ui-datepicker-next .ui-icon {
	background-image: url(/images/style/basic/icon-chevron-right-brand.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: #98214e;
	background-color: #fff;
}

.brand-letter--inner {
	display: block;
	border: 2px solid #e7e7e7;
	color: #98214e;
	font-weight: 700;
	font-size: 21px;
	padding: 4px 0;
	cursor: pointer;
}

.brand-letter--inner.sel,
.brand-letter--inner:hover {
	background-color: #98214e;
	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: #98214e;
	padding: 10px 0;
}



/*
|--------------------------------------------------------------------------
| Checkout
|--------------------------------------------------------------------------
*/
.checkout-header {
	position: relative!important;
	background-color: #f0f0e6;
	min-height: auto;
	padding: 20px 0;
}
.checkout-header .brand img {
    width: 290px;
}

.checkout {
	position: relative;
	overflow:hidden;
}

.checkout-main {
	width: 60%;
	padding: 45px 70px 0 0;
	background-color: #fff;
	float: left;
	border-right: 1px solid #e7e7e7;
}

#checkout-container, #confirm-container {
	max-width:1400px;
}

#checkout-container {
	padding:0 100px 0 120px;
}

#confirm-container {
	padding:0 100px 0 170px;
}

.payment-methods {
	margin: 0 0 15px 0;
}

.checkout-segment {
	padding: 0 0 15px 0;
}

.checkout-title {
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e7e7e7;
}

.checkout-subtitle {
	font-size: 18px;
	padding: 0 0 15px 0;
	margin: 0;
}

.checkout-breadcrumbs {
	display:none;
}

.checkout-breadcrumb {
	position: relative;
	padding: 0 20px 0 0;
	font-size: 16px;
	color: #2d2d2d;
}

.checkout-breadcrumb:after {
	position: absolute;
	top: 50%;
	right: 0px;
    margin: -3px 0 0 0;
    content: '';
    transform: translateY(-50%) rotate(-90deg);
	background-image: 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 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");
	height: 15px;
    width: 15px;
}

.checkout-breadcrumb:last-child:after {
	display: none;
}

.checkout-breadcrumb__green {
	color: #98214e;
}

.checkout-breadcrumb__green:after {
	background-image: 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='%2398214e' 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");
}

.checkout-breadcrumb__grey {
	color: #666666;
}

.checkout-breadcrumb__grey:after {
	border-color: transparent transparent transparent #666666;
}

.checkout-side {
	width: 40%;
	float: right;
	position: relative;
	z-index: 1;
}

.checkout-side:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 300%;
    background: #f6f6f6;
    z-index: -1;
}

.checkout-action {
	border-top: 2px solid #e7e7e7;
	padding: 24px 0;
}

.return-to-basket {
	position: relative;
	background-color: #fff;
	color: #2d2d2d;
	text-transform: none;
	padding: 12px 25px 7px 20px;
	font-size: 15px;
}
.return-to-basket::before {
	content: '';
	position: absolute;
	left: 0; 
	top: 50%; 
	transform: translateY(-50%) rotate(90deg);
	height: 18px; 
	width: 18px; 
	background-image: 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 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");
	background-position: center;
	background-size: cover; 
}

.checkout-addressbook .input {
	display: none;
}

.checkout-addressbook-button {
	color: #98214e;
	font-size: 13px;
	margin-bottom: 15px;
	cursor: pointer;
}



/*
|--------------------------------------------------------------------------
| Checkout > Delivery Address
|--------------------------------------------------------------------------
*/
.delivery-address {
	display: block;
	width: 100%;
	margin: 0 0 4px 0;
	border: 2px solid #e7e7e7;
	cursor: pointer;
}

.delivery-address:hover {
	background-color: #019dc3;
}

.delivery-address.sel {
	border: 2px solid #019dc3;
}

.delivery-address:hover .delivery-address--title,
.delivery-address:hover .delivery-address--location {
	color: #fff;
}

.delivery-address.sel .delivery-address--checkbox:after {
	background-color: #2d2d2d;
	border: 4px solid #fff;
	transition: background 300ms ease;
}

.delivery-address.sel .delivery-address--title,
.delivery-address.sel .delivery-address--location {

}

.delivery-address--checkbox {
	float: left;
	position: relative;
	height: 46px;
	width: 46px;
}

.delivery-address--checkbox:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	width: 20px;
	-webkit-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px);
	background-color: #e7e7e7;
	border-radius: 20px;
}

.delivery-address--content {
	padding: 7px;
	overflow: hidden;
}

.delivery-address--title {
	display: block;
	font-weight: 700;
	font-size: 15px;
	color: #2d2d2d;
}

.delivery-address--location {
	display: block;
	font-size: 12px;
	color: #666666;
}

.button-locate {
	background-image: url(/images/style/basic/icon-zoom-white.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position:center center;
	width: 42px;
	height: 45px;
}

.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;
}

.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;
}

.cart-overview--item-inner {
	padding: 0 14px 14px 14px;
	overflow: hidden;
}

#invoice-container .cart-overview--item-inner {
	padding: 0;
}

.cart-overview--item-content {
	overflow: hidden;
	padding: 0 20px 0 0;
}

.cart-overview--item-info {
	float: right;
	text-align: right;
}

.cart-overview--item-qty,
.cart-overview--item-options {
	color: #666;
	font-size: 11px;
}

.cart-overview--item-options i {
	font-style: normal;
}

.cart-overview--item-options i:last-child {
	display: none;
}

.cart-overview--item-option__blue {
	color: #019dc3;
}

.cart-overview--item-option__blue span {
	padding: 0 4px 0;
}

.cart-overview--item-qty {
	display: block;
}

.cart-promo {
	padding: 10px 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cart-promo--button {
	position: relative;
	display: block;
	color: #b12525;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 16px;
	cursor: pointer;
}

.cart-promo--button span {
	position: relative;
	padding: 0 0 0 26px;
}

.cart-promo--button span:after {
	content: '';
	position: absolute;
	left: 0;
	height: 16px;
	width: 16px;
	background: url(/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 {
	padding-bottom: 10px;
	transition: opacity 300ms ease;
	display: inline-block;
}

#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 {
	max-width: 600px;
	padding: 30px;
}

.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: 50%;
    transform: translateY(-50%);
	left: 20px;
	width: 18px;
	height: 18px;
	background-color: #e7e7e7;
	border-radius: 18px;
}

.payment-method.open .payment-method--button:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	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/card-logos.png) no-repeat center right;
}

.payment-method__paypal .payment-method--title {
	background: url(/images/style/basic/paypal-logo-color.png) no-repeat center right;
}

.payment-method__klarna .payment-method--title {
	background: url(/images/style/basic/klarna.png) 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 {
	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: #98214e;
}

.button-stripe .spinner {
	font-size: 2px;
	margin-top: -2px;
	margin-bottom: -2px;
	display: none;
}

.button-stripe:disabled .spinner {
	display: block;
}

.button-stripe span {
	line-height: 16px;
}

.button-stripe:disabled span {
	display: none;
}

.stripe-cancel {
	text-align: left;
	padding: 25px 0 0;
	margin-bottom: -8px;
}

.stripe-cancel a {
	color: #000;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0.5;
}

.stripe-cancel a:hover {
	opacity: 0.8;
}

#braintree-paypal-loggedin,
#braintree-paypal-credit-loggedin,
#braintree-card-stored {
	display: none;
	max-width: 500px;
	overflow: hidden;
	padding: 16px;
	margin: 0 auto;
	border-top: 1px solid #d1d4d6;
	border-bottom: 1px solid #d1d4d6;
	text-align: left;
}

.bb-pp-container,
.bb-card-container {
	display: table;
	width: 100%;
}

.bb-pp-container > div,
.bb-card-container > div {
	display: table-cell;
	vertical-align: middle;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.bt-pp-name,
.bt-pp-cancel,
.bt-card-cancel {
	width: 1px;
}

.bt-pp-name {
	padding-left: 36px;
	background-image: url("/images/style/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;
}



/*
|--------------------------------------------------------------------------
| 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: #98214e;
}



/*
|--------------------------------------------------------------------------
| 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: #98214e;
	border-right:1px solid #98214e;
}

.checkout-stage.darker {
	background: #811b41;
	border-right:1px solid #811b41;
}

.checkout-stage.darkest {
	background: #348a1f;
	border-right:1px solid #348a1f;
}

.checkout-stage.failed {
	background: #6f1402;
	border-right:1px solid #6f1402;
}

.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-overlay-form button {
    padding: 10px 20px;
}



/*
|--------------------------------------------------------------------------
| Account > Forms
|--------------------------------------------------------------------------
*/

.account-box.full {
	width: 100%;
}

.account-box-centered {
	max-width:580px;
	margin:0 auto;
	padding:0;
}

.account-box h2 {
	font-size: 18px;
}

.account-box h3, #account-box-trade h3 {
	font-size: 16px;
}

.account-box.fl {
	padding-right:10px;
}

.account-box.fr {
	padding-left:10px;
}

.newacc-intro {
	text-align: center;
	margin: 0 0 30px;
}

.newacc-title {
	margin: 20px 0 10px 0;
	font-size: 30px;
}

.form-note {
	display: block;
	padding: 8px 0 0;
	font-size: 11px;
	color: #7a7a7a;
}

.account a.form-note:hover {
	color: #7a7a7a;
	text-decoration: underline;
}

.account-box .uppercase {
	max-width: 150px;
}



/*
|--------------------------------------------------------------------------
| Account > Wishlist
|--------------------------------------------------------------------------
*/
.select2-account .select2-results {
	border: 1px solid #019dc3;
}

.select2-options-dropdown {
	border: 2px solid #019dc3;
}

.select2-account:before {
	display: none;
}

.wishlist {
	background-color: #ffffff;
    margin: 0 0 4px;
    padding: 20px 20px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.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: #98214e;
	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: #98214e;
	font-weight: 700;
}

.wishlist-del:hover,
.wishlist-prod-del-button span:hover {
	color: #761439;
}

.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;
    background-color: transparent;
    color: #98214e;
    padding: 0;
    margin-left: 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: 600;
	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;
	padding: 10px 15px 5px;
}

.wishlist-prod td {
	padding: 20px;
	background: #fff;
	border-bottom: 4px solid #e7e7e7;
}

.wishlist-prod .wishlist-prod-image {
	padding-right: 0;
	width: 100px;
}

.wishlist-prod-image a,
.wishlist-prod-image img {
	display: block;
}

.wishlist-prod-image img {
	
}

.wishlist-prod a {
	font-weight: 600;
	font-size: 16px;
	color: #98214e;
}

.wishlist-prod a:hover {
	text-decoration: underline;
	color: #98214e;
}

.wishlist-prod-move-button {
	width: 1px;
}

.wishlist-prod-move-button span {
	cursor: pointer;
	color: #98214e;
}

.wishlist-prod-move-button span:hover {
	text-decoration: underline;
}

.wishlist-prod .wishlist-prod-add-button {
	width: 1px;
	padding-left: 0;
	padding-right: 0;
}

.wishlist-prod-add-button button {
	/*font-family: 'Poppins', sans-serif;*/
	letter-spacing: -0.025em;
	line-height: 1.4;
    padding: 9px 25px 7px;
	white-space: nowrap;
}
.wishlist-prod-add-button button *:last-child {
    margin-left: 3px;
}

.wishlist-prod-del-button {
	width: 1px;
}

.wishlist-choose-container {
	max-height: 300px;
	overflow-y: auto;
}

.wishlist-choose {
	background-color: #d3d3d3;
    margin: 4px 0;
    padding: 15px 15px 10px;
    cursor: pointer;
    line-height: 1.3;
    color: #98214e;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.wishlist-choose:hover {
	background-color: #98214e;
    color: #fff;
}

.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: .7;
    color: #222;
}
.wishlist-choose:hover .wishlist-choose-desc {
    color: #fff;
}

.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: #98214e;
	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: #98214e;
	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: 13px;
}

.sitemap-left,
.sitemap-right {
	width: 50%;
	max-width: 450px;
	padding: 0 15px;
	float: left;
}

.sitemap-right {
	padding-right: 0;
}

.shop-sitemap .sitemap-cat {
	margin: 15px 0 0;
}

.shop-sitemap h2 {
	margin-top: 30px;
}



/*
|--------------------------------------------------------------------------
| Account v2
|--------------------------------------------------------------------------
*/
.account {}

.account-subtitle {
	font-size: 20px;
    padding: 0 0 20px;
    color: #292526;
    font-weight: 600;
    font-family: 'Sentinel', sans-serif;
}

.account-sidebar--mobile-title {
	display: none;
	position: relative;
	padding: 22px 20px 18px;
	font-size: 16px;
	color: #ffffff;
}

.account-sidebar--mobile-title svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transform-origin: center;
}

.account-sidebar--mobile-title svg path {
	fill: #ffffff;
}

.account-sidebar--mobile-title.open svg {
	transform: rotate(-180deg) translateY(4px);
}

.account-sidebar {
	width: 280px;
	background-color: #282425;
	float: left;
	margin: 0 20px 0 0;
}

.account-sidebar nav {
	padding: 0 25px;
}

.account-sidebar-btm.mobile {
	display: none;
}

.loyalty-points-dblc {
	display: none;
}

.account-sidebar nav li a {
	display: block;
    font-size: 15px;
    color: #ffffff!important;
    padding: 15px 0 10px;
    border-bottom: 0;
}
.account-sidebar nav li:not(:last-child) a {
	border-bottom: 1px solid #353132;
}

.account-sidebar a {
	font-size: 16px;
	color: #ffffff!important;
}

.account-sidebar a:not(.sel):hover {
	opacity: .7;
}

.account-sidebar .sel {
	font-weight: 600;
}

.account-sidebar-btm {
	padding: 18px 24px 13px;
	background-color: #363032;
}

.account-sidebar-btm div {
	font-size: 14px;
	padding: 0 0 4px;
	color: #b76184;
    font-weight: bold;
}

.account-sidebar-btm a {
	text-transform: uppercase;
	font-size: 11px;
}

.account-main {
	background-color: #f2f2f2;
	overflow: hidden;
	padding: 40px;
	color: #2d2d2d;
	line-height: 1.3;
}

.account-main h1 {
	font-size: 24px;
	color: #2d2d2d;
	padding: 0 0 20px;
	margin: 0;
	float: left;
}

.account-main-filter {
	float: right;
	height: 35px;
    color: #2d2d2d;
    padding: 10px 20px 5px;
    background-color: white;
    border: 1px solid #e5e5e5;
}

.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 #e7e7e7;
    border-radius: 6px;
    background-color: #fff;
    padding: 12px 15px 10px;
	color: #2d2d2d;
}

.account-panel--inner:hover {
	text-decoration: none;
}

.account-panel--label {
	font-size: 13px;
    color: #98214e;
	padding: 0 0 2px;
	text-transform: uppercase;
	display: block;
}
.account-panel--value {
    font-weight: 800;
}
.account-panel:hover .account-panel--svg {
	/*background: #555;*/
}
.account-panel-h:hover {
	opacity: 0.8;
}

.account-panel--svg {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    float: right;
    /*text-align: center;
    background-color: #282425;
    border-radius: 10px;
    line-height: 22px;
    transition: .3s ease;*/
}

.account-panel--svg svg path {
	fill: #98214e;
}

.account-panels--wide .account-panel {
	width: 25%;
}

.account-table {
	width: 100%;
    border: 1px solid #e5e5e5;
    table-layout: auto;
    margin: 0 0 30px;
    background-color: #fff;
    border-radius: 5px;
}

.account-table a {
	color: #707070;
}

.account-table a:hover {
	color: #2d2d2d;
}

.account-table .button-xsmall,
.account-table .button-xsmall:hover {
	color: #fff;
    background-color: #98214e;
    font-size: 13px;
    padding: 7px 15px 2px;
    text-decoration: none;
}
.account-table .button-xsmall:hover {
    background-color: #76173b;
}

.account-table.no-margin {
	margin: 0;
}

.account-table .dblc {
	padding: 12px 15px;
	color: #2d2d2d;
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
}

.account-table .dblr:last-child .dblc {
	border-bottom: none;
}

.account-table .dblc.small {
	width: 1px;
}

.account-table .dblc.full {
	width: 100%;
}

.account-table .dblr:first-child .dblc {
	color: #707070;
	text-transform: uppercase;
    white-space: nowrap;
}

.account-table--label {
	color: #707070;
	font-size: 12px;
	text-transform: uppercase;
}

.account-table--value {
	color: #2d2d2d;
	line-height: 15px;
	padding: 4px 0 0;
	font-size: 12px;
}

.account-invoices h1 {
	margin: 0;
}

.account-invoices .message-error {
	margin: 0;
}

.account-invoices-outstanding {
	padding-bottom: 10px;
}

.account-invoices-outstanding .account-table-invoices {
	margin: 15px 0;
}

.account-invoices-outstanding .pay-btn {
	margin-bottom: 10px;
}

.account-table-invoices .dblc:first-child {
	padding-right: 0;
	vertical-align: middle;
}

.account-table-invoices [type="checkbox"] {
	display: block;
}


.account-latest-orders {
	border: 1px solid #aaa;
	font-size: 11px;
	color: #98214e;
	text-align: center;
	padding: 12px;
	border-top: none;
}

.order-totals {
	border: 1px solid #aaa;
	padding: 15px 24px;
	text-align: right;
	font-size: 13px;
	color: #707070;
	text-transform: uppercase;
	margin: 0 0 30px;
	border-top: 0;
}

.order-totals .dbl {
	width: 140px;
	float: right;
}

.order-totals .dblc {
	padding: 5px 0;
}

.order-totals .dblc:first-child {
	text-align: left;
}

.order-totals .dblr:last-child {
	color: #2d2d2d;
	font-weight: 600;
}

.order-panels {
	padding: 0 0 30px;
}

.order-panels--grid {
	margin: 0 -10px 0 0;
}

.order-panels .message-error {
	margin: -10px 0 30px;
}

.order-panel {
	width: 33.3333333%;
	padding: 0 10px 0 0;
	font-size: 12px;
	float: left;
}

.order-panel--inner {
	border: 1px solid #aaa;
	padding: 12px 15px;
}

.order-panel--data {
	padding: 0 0 10px;
}

.order-panel--data:last-child {
	padding: 0;
}

.order-btns {
	margin: 30px 0 0 0;
}


.loyalty-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;
	margin-top: -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;
	padding: 0 0 20px;
	clear: both;
}

.account-details--block {
	border: 1px solid #e5e5e5;
    background-color: #fff;
	padding: 12px 15px;
	margin: 0 0 10px;
	border-radius: 5px;
}

.account-details--block .dblc {
	padding: 5px;
}

.account-details--block-action {
	display: flex;
    flex-wrap: wrap;
}
.account-details--block-action > a {
	margin-right: 10px;
	background-color: #98214e;
}
.account-details--block-action > a:hover {
	background-color: #741a3c;
}

.account-login .container {
	max-width: 620px;
}

.account-login--block {
	padding: 30px 40px 35px;
	background: #e7e7e7;
	margin-bottom: 30px;
	color: #707070;
}
.account-login--block a.button,
.account-login--block input[type="submit"] {
    background-color: #98214e;
}
.account-login--block input[type="submit"]:hover {
    background-color: #741a3c;
}

.no-js #submit_signup_link {
	display: none;
}

#submit_signup_link {
	display: inline-block;
}

.account-login--block h3 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #2d2d2d;
}

.account-login--block p {
	font-size: 13px;
	margin-bottom: 20px;
}

.account-login--section {
	margin-bottom: 20px;
}

.account-login--block .form-note {
	padding: 8px 0;
}

.account-login--buttons {
	margin-top: 10px;
}

.account-login--buttons .form-note {
	text-transform: uppercase;
}

.account-login--trade {
	margin: 15px 0 -2px;
}

.account-comms--preferences-subtitle {
	margin-bottom: 8px;
}

.account-comms--preferences {
	padding: 20px;
}

.account-comms--preferences .input-grid {
	padding-left: 8px;
}

.account-comms--preferences .button-xsmall {
    padding: 10px 12px;
	background-color: #98214e;
}
.account-comms--preferences .button-xsmall:hover {
    background-color: #741a3c;
}
.account-comms--preferences-inner {
    padding: 0;
    margin: 10px 0 10px -10px;
}
.account-comms--preferences .account-subtitle {
    padding-bottom: 0;
}

.account-login--block .input-grid {
    display: flex;
    flex-direction: column;
}
.account-login--block .input-grid > .input {
    width: 100%;
}

.quote-side {
	width: 50%;
	float: right;
}

.quote-side .cart-segment {
	margin-bottom: 20px;
	border: 1px solid #1e1e1e;
	background: none;
}

.quote-side .cart--heading {
	color: #fff;
}

.quote-side .basket-segment {
	margin-bottom: 0;
	border: 1px solid #e9e9e9;
}

.quote-side .cart-total {
	color: #fff;
}


.account-subs {
    background-color: #FFF;
}
.account-section--row {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
}
.account-section--row:last-child {
    border-bottom: none;
}
.account-subs--prod {
    padding-right: 20px;
}
.account-section--image {
    width: 130px;
}
.account-section--image > img {
    display: block;
    width: 100%;
}
.account-subs--prod-details, .account-subs--details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0;
}
.account-subs--prod-details {
    border-right: 1px solid #e9e9e9;
	padding-left: 20px;
    padding-right: 40px;
}
.account-section--title {
    font-size: 18px;
    font-weight: 700;
    display: block;
    color: #2d2d2d;
    margin-bottom: 10px;
}
.account-subs--prod-opts {
    margin: 0 0 6px;
}
.account-subs--stock-status {
    font-size: 12px;
}
.account-subs--details {
	color: #2b2b2b;
    padding-left: 40px;
    font-size: 13px;
}
.account-subs--row {
    margin-top: 8px;
	padding: 0 0 4px;
}
.account-subs--row:first-child {
    margin: 0;
}
.account-section--sub {
    font-weight: 600;
    margin: 1px 4px 0 0;
    font-size: 13px;
    white-space: nowrap;
	padding-right: 3px;
}
.account-section--value {
    font-size: 13px;
}
.preferred {
    margin: 0 -10px -5px 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: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-section--value.preferred .sub-sel {
    font-weight: 600;
}
.account-subs--action {
    align-items: flex-start;
}
.account-subs--action > .button {
	margin: 0 5px 0 0;
}

.account-heading {
    margin: -40px -40px 30px -40px;
    padding: 38px 36px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
}
.account-heading h1, .account-heading h2 {
    font-size: 30px;
    font-weight: 600;
    color: #2b2b2b;
    margin: 0;
}
.subs-olay .account-heading {
    margin: -30px -30px 30px -30px;
    padding: 20px 30px 10px;
    display: block;
}
.subs-olay--row {
	padding-bottom: 15px;
    margin: 10px 0 15px;
}
.subs-olay--row.border-fix {
    border-bottom: 0;
}
.subs-olay-title {
    font-weight: 600;
    margin: 7px 10px 3px 0;
    font-size: 13px;
    white-space: nowrap;
    color: #2b2b2b;
}
.subs-olay--list {
    margin: 0 -5px -5px 0;
}
.subs-olay--margin {
    margin: 6px 0 0 0;
}
.subs-olay--list-item {
    white-space: nowrap;
    margin: 5px 10px 5px 0;
	padding: 0 5px 5px 0;
}
.subs-olay--list-item input[type="radio"], .subs-olay--list-item input[type="checkbox"] {
    display: none;
}
.subs-olay--list-item input {
    margin: 0 3px 0 0;
}
.subs-olay--list-item input[type="radio"] + label, .subs-olay--list-item input[type="checkbox"] + label {
    cursor: pointer;
}
.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"]: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--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-btns .button {
    margin: 0 10px 0 0;
    border-radius: 5px;
    padding: 8px 12px 4px;
}
.subs-olay-btns button.button {
    padding: 5px 12px 7px;
}

.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;
}

/*
|--------------------------------------------------------------------------
| Basket 2022
|--------------------------------------------------------------------------
*/

.basket {
	display: flex;
}

#basket-error-mobile {
	display: none;
}

.basket-empty {
	background-color: #fff;
	padding: 20px;
}

.basket-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 25px;
}

.basket-heading--title {
	font-size: 42px;
	font-weight: 600;
	letter-spacing: -0.025em;
	color: #282425;
    font-family: 'Sentinel', sans-serif;
}

.basket-heading--right {
	display: flex;
	align-items: center;
	color: #282425;
}

.basket-heading--text:first-child {
	margin-left: 0;
}

.basket-heading--text {
	font-size: 18px;
	margin-left: 74px;
}

.basket-heading--text span {
	font-weight: 600;
}

.basket-main {
	display: flex;
	align-items: flex-start;
}

.basket-items:not(.no-border) {
	border: 1px solid #e9e9e9;
}
.basket-items .cart-spend {
	font-size: 14px;
}

.basket-left {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}

.basket-item {
	display: flex;
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px;
}

.basket-item:last-child {
	border-bottom: none;
}

.basket-item-main {
	display: flex;
	flex: 1 0 0;
}

.basket-item-main-wrapper {
	display: flex;
	flex: 1 0 0;
}

.basket-item-title {
	/* margin: 0 0 6px; */
}

.basket-item-title-link {
	font-size: 18px;
	font-family: 'Sentinel', sans-serif;
	color: #282425;
	font-weight: 600;
}

.basket-item-image {
	/*background-color: #e9e9e9;*/
}

.basket-item-image img {
	display: block;
	height: 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;
    white-space: nowrap;
}

.basket-item-option-label {
	color: #adadad;
}

.basket-item-stock-status {
	margin: 0 0 6px;
	font-size: 12px;
}

.basket-item-pricing {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 180px;
	gap: 8px 0;
	color: #2b2b2b;
	padding: 0 25px;
}

.basket-item-price {
	font-size: 18px;
	line-height: 1;
}

.basket-item-unitprice {
	font-size: 13px;
}

.basket-item-savings {
	padding: 2px 4px;
	text-align: center;
	background-color: #249a4b;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
}

.basket-item .has-right-divider {
	position: relative;
}

.basket-item .has-right-divider:after {
	content: '';
	top: 15px;
	bottom: 15px;
	right: 0;
	width: 1px;
	background-color: #e9e9e9;
	position: absolute;
}

.basket-item-qty {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px 0;
	padding: 0 45px;
}

.basket-item-remove {
	font-size: 12px;
	position: relative;
	color: #2b2b2b;
	cursor: pointer;
}

.basket-item-remove:after {
	content: '';
	position: absolute;
	bottom: -2px;
	height: 1px;
	width: 100%;
	left: 0;
	background-color: #2b2b2b;
}

.basket-sidebar .select2-basic--container {
	border-radius: 3px;
}

.basket-sidebar .label-none .select2-basic--container.select2-selection--single .select2-selection__rendered {
    padding: 12px;
}

.basket-segment {
	padding:20px;
	background-color: #fff;
}

.overlay-basket .counter-input input {
    font-size: 14px;
}

.overlay-basket .counter-input-button {
    width: 26px;
    height: 26px;
}
.counter-input-button__disabled {
	background-color: #f9f9f9; 
	pointer-events: none;
}

.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;
}

/* .basket-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
} */

/* 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: 8px;
}

/* Basket > Sidebar */

.basket-sidebar {
	width: 100%;
	max-width: 420px;
	margin: 0 0 0 40px;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	flex-shrink: 0;
}

.basket-sidebar .input input {
	font-size: 13px;
}

.basket-sidebar .input ::-webkit-input-placeholder { /* WebKit browsers */
	/* replace this with desired color */
	opacity: 1;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-sidebar .input :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	/* replace this with desired color */
	opacity: 1;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-sidebar .input ::-moz-placeholder { /* Mozilla Firefox 19+ */
	/* replace this with desired color */
	opacity: 1;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-sidebar .input :-ms-input-placeholder { /* Internet Explorer 10+ */
	/* replace this with desired color */
	opacity: 1;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-sidebar-segment {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	padding: 25px;
}

.basket-sidebar-segment input {
	border-radius: 3px;
	overflow: hidden;
}

.basket-sidebar-segment .input.label-none input[type="text"] {
	padding: 12px;
}

.basket-sidebar-segment-heading,
.basket-sidebar-expandable-title {
	font-family: 'Sentinel', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #98214e;
	margin: 0 0 10px;
}

.basket-sidebar-expandable {
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	margin-top: -1px;
	color: #2b2b2b;
	transition: background 300ms ease;
}

.basket-sidebar-expandable:hover {
	background-color: #f0f0f0;
}

.basket-sidebar-expandable-open {
	/* padding: 18px 25px; */
}

.basket-sidebar-expandable-title {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	padding: 18px 25px;
	margin: 0;
}

.basket-sidebar-expandable-open .basket-sidebar-expandable-title {
	padding: 18px 25px 10px 25px;
}

.basket-sidebar-expandable-title-icon {
	flex-shrink: 0;
	margin-top: 3px;
	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='%2398214e' 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='%2398214e' d='M0.0,0.0 L12.0,0.0 L12.0,2.0 L0.0,2.0 L0.0,0.0 Z'/%3E%3C/svg%3E");
}

.basket-sidebar-expandable-content {
	display: none;
	margin: 0 0 -10px;
	padding: 0 25px  18px 25px;
}

.basket-sidebar-expandable-open .basket-sidebar-expandable-content {
	display: block;
}

.basket-sidebar-expandable-points .basket-sidebar-expandable-content span {
	font-weight: 600;
}

.basket-total-grid {
	display: flex;
	flex-direction: column;
	gap: 6px 0;
	margin: 0 0 10px;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-totals-row {
	display: flex;
	justify-content: space-between;
}

.basket-totals-row-discount {
	color: #249a4b;
}

.basket-checkout-button {
	font-size: 18px;
	letter-spacing: -0.025em;
	font-weight: 400;
	display: flex;
	gap: 0 10px;
	align-items: center;
	justify-content: center;
}
.basket-checkout-button svg {
	transform: none;
    fill: #ffffff;
    height: 21px;
    width: 20px;
}

.basket-paypal-checkout {
	text-align: center;
	margin: 12px 0 0 0;
	color: #2b2b2b;
}

.basket-paypal-checkout-text {
	font-size: 13px;
	letter-spacing: -0.025em;
	margin: 0 0 6px;
}

.basket-paypal-checkout-text span {
	font-weight: 600;
}

.basket-paypal-checkout-icon {
	height: 23px;
	display: block;
	margin: 0 auto;
}

.basket-sidebar .ui-datepicker-inline {
	width: 100%;
}

.basket-sidebar .ui-datepicker-header {
	background-color: #e5e5e5;
	border-color: transparent
}

.basket-sidebar .ui-datepicker-title {
	color: #282425;
	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;
	border: none!important;
	transition: ease-in-out .2s;
}
.basket-sidebar .ui-datepicker .ui-datepicker-prev:not(.ui-state-disabled):hover,
.basket-sidebar .ui-datepicker .ui-datepicker-next:not(.ui-state-disabled):hover {
	opacity: .7;
}

.basket-sidebar .ui-datepicker td span {
	text-align: center;
}

.basket-sidebar .ui-widget-content .ui-state-active {
	background-color: #98214e;
	border-color: #98214e;
	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: #fff;
}

.basket-sidebar .ui-datepicker table {
	margin: 4px 0 0;
}

.basket-sidebar .ui-datepicker td {
	padding: 2px;
}

.basket-sidebar .ui-datepicker th {
	padding: 4px 2px;
	font-size: 12px;
}

.basket-sidebar .ui-datepicker .ui-datepicker-next .ui-icon {
	/* */
}

.basket-payment-method {
	height: 25px;
	margin: 0 auto;
}

.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;
}

/*
|--------------------------------------------------------------------------
| Account v2 > Overlays
|--------------------------------------------------------------------------
*/
.overlay-account .overlay--inner {
	max-width: 476px;
}

.account-overlay {
	padding: 20px;
}

.account-overlay .checkbox-label {
	color: #2c2c2c;
}

.account-overlay .input {
	margin: 0 0 4px;
}

.account-overlay--title {
	font-size: 21px;
	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 #e5e5e5;
    background-color: #fff;
    border-radius: 5px;
	padding: 12px 15px;
}

.address-block__primary .address-block--inner {
	border-color: #98214e;
}

.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 #aaa;
	text-align: center;
	height: 100px;
	cursor: pointer;
	border-radius: 5px;
}

.address-block--add-wrap {
	position: absolute;
	top: 50%;
	left: 0; right: 0;
	transform: translateY(-50%);
}

.address-block--add-wrap,
.address-block--add-wrap svg path {
	transition: .3s ease;
}

.address-block--add-title {
	font-size: 14px;
	color: #666;
}

.address-block--add-wrap svg path {
	fill: #666;
}

.address-block--add-inner:hover {
	border-color: #999;
}

.address-block--add-inner:hover .address-block--add-title {
	color: #555;
}

.address-block--add-inner:hover svg path {
	fill: #555;
}

.no-margin {
	margin: 0;
}

.mobile-cats {
	display: none;
	padding: 0 0 20px;
}

.mobile-cats--title {
	position: relative;
	font-size: 24px;
	padding: 10px 16px;
	background-color: #2d2d2d;
	margin: 0 0 10px;
}

.mobile-cats--title svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transform-origin: center;
}

.mobile-cats a {
	padding: 10px;
	color: #fff;
}

.mobile-cats a.sel {
	color: #98214e;
}

.mobile-cats--cats {
	display: none;
}

.mobile-cats--title.open {
	color: #98214e;
}

.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: 50px;
}

.input #voucher_add {
	right: 4px;
}

.checkout-title.no_border {
	border: none;
}

.account-box--voucher .account-subtitle {
	padding: 0 0 10px;
}

.account-box--voucher {
	border: 1px solid #aaa;
	padding: 12px 15px;
	margin-bottom: 12px;
}

.account-box--voucher .input {
	margin-bottom: 0;
}

.account-box .xvc_input {
    max-width: none;
}

.account-table.vouchers .dblc span {
	display: none;
}

.account-table.vouchers .dblc.small {
	width: auto;
}

.account-table.vouchers {
	margin: 0 0 20px;
}

.account-overlay--text {
	margin-bottom: 10px;
}

.account-table.vouchers .dblc .voucher-code--small {
	display: block;
	font-size: 10px;
	color: #717171;
	line-height: normal;
}

/* 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;
	/* border: 1px solid #e9e9e9; */
}

.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 tooltip has now been removed */
.featured-filter-tooltip,
.featured-filter-tooltip--backdrop {
	display: none;
}

.featured-filter-tooltip--backdrop {
	position: absolute;
	top: 55px; left: 0; bottom: 0;
	width: 280px;
	z-index: 10;
	background-color: rgba(81, 84, 91, .8);
}

.featured-filter-tooltip--title {
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 0;
}

.featured-filter-tooltip--title svg {
	vertical-align: middle;
	margin: -2px 3px 0 0;
}

.featured-filter-tooltip {
	position: absolute;
	width: 250px;
	padding: 15px 25px;
	border-radius: 5px;
	background-color: #488cc6;
	left: -261px;
	top: 30px;
	z-index: 11;
	color: #fff;
}

.featured-filter-tooltip:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #488cc6;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -6px;
}

.featured-filter-tooltip--text {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.045em;
	margin: 6px 0 0 0;
	line-height: 1.25;
}

.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;
}

.content-images--heading {
    margin-bottom: 35px;
	position: relative;
}
.content-images--heading.dark.heading-full::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.25);
	z-index:1;
}
.content-images--heading.heading-full {
	background-size: cover;
}
.content-images--heading.heading-split {
    display: flex;
    margin: 0 -35px 0 0;
}
.content-images--heading.heading-split > div {
    min-width: 50%;
	padding: 0 35px 35px 0;
}
.content-images--heading__image {
	flex: 1;
}
.ci-heading__content {
    display: flex;
    flex-direction: column;
    align-items: center;
	position:relative;
	z-index:2;
}
.heading-full .ci-heading__content {
	padding: 70px 80px 75px;
}
.heading-split .ci-heading__content {
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    background-color: #98214e;
    height: 100%;
    text-align: center;
    min-width: 457px;
    max-width: 100%;
	padding: 70px;
}
.ci-heading__content .content, .ci-heading__content .content p {
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
}

.ci-heading__content .content {
    font-size: 18px;
    text-align: center;
    margin: 20px 0 10px;
}
.ci-heading__content, .ci-heading__content h1 {
    color: #fff;
}
.ci-heading__content h1, .ci-heading__content > span {
	font-size: 48px;
	font-family: 'Sentinel', sans-serif;
	font-weight:600;
	text-align: center;
}
span.ci-subtitle-small {
    font-size: 40px;
    font-weight: 400;
}
.heading-full h1 {
	margin-bottom: 0;
}
.ci-heading__buttons {
    margin: 20px -20px -20px 0px;
}
.ci-heading__buttons > div {
    padding: 0 20px 20px 0px;
}
.ci-heading__buttons .button {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 10px 16px 4px 20px;
    border-radius: 4px;
}
.ci-heading__buttons > svg {
    transform: rotate(-90deg);
    width: 16px;
    margin-top: -5px;
    margin-left: 3px;
}
.heading-split .ci-heading__buttons .button {
    color: #98214e;
    background-color: #fff;
}
.heading-split .ci-heading__buttons .button svg path {
    fill: #98214e;
}
.heading-split .ci-heading__buttons a.button:hover {
    background-color: #741a3c;
    color: #fff;
}
.heading-split .ci-heading__buttons a.button:hover svg path {
    fill: #fff;
}
.ci-heading__image {
	flex: 1;
	display: flex;
	background-size: cover;
	background-position: center;
	height: 100%;
}
.ci-heading__image img {
	visibility: hidden;
	min-width: 100%;
}

.content-images--row {
    display: flex;
    margin: 0 -35px 0 0;
}
.content-images--row.content-left {
	flex-direction: row-reverse;
}
.content-images--row > div {
	display: flex;
    padding: 0 35px 35px 0;
}
.ci-row__image {
	background-size: cover;
	background-position: center;
}
.ci-row__image img {
    min-width: 498px;
	visibility: hidden;
}
.ci-row__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f0f0e6;
    padding: 100px;
}
.ci-row__content > h2 {
	font-size: 42px;
	font-family: 'Sentinel', sans-serif;
	margin-bottom: 18px;
}
.ci-row__content > div {
	font-size:16px;
	line-height:1.2;
}
.ci-row__buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -20px -20px 0;
}
.ci-row__buttons > div {
	padding: 0 20px 20px 0;
}
.content-images--row > .no-image {
    justify-content: center;
    width: 100%;
}
.no-image > .ci-row__content {
    background-color: #fff;
    text-align: center;
    max-width: 900px;
    padding: 40px 50px;
}
.no-image > .ci-row__content .ci-row__buttons {
    justify-content: center;
}

.ci-row__content > div > p .button {
    display: inline-block;
}

.banner-content--grid {
    flex-wrap: wrap;
	margin: 0 -40px -40px 0;
}
.banner-content--grid > div {
	padding: 0 40px 40px 0;
}

.banner-content--inner {
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
}
a.banner-content--inner:hover {
	opacity: .9;
}
.banner-content--image {
    background-position: center;
    background-size: cover;
    display: flex;
}
.banner-content--text {
	display: flex; 
	align-items: center;
	justify-content: center;
	flex: 1;
    background-color: #f2f2f2;
    text-align: center;
    font-family: 'Sentinel', sans-serif;
    color: #98214e;
    text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
    line-height: 1.3;
    padding: 14px 18px
}

.content-images--heading.heading-lg .ci-heading__content {
    min-height: 340px;
}

.cms-sidebar {
    display: flex;
    flex-direction: column;
    min-width: 300px;
    margin-right: 170px;
}
.cms-sidebar--inner {
    background-color: #f2f2f2;
    padding: 0 20px;
}
.cms-sidebar--inner a:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}
.cms-sidebar--inner a {
    font-size: 16px;
    padding: 12px 0 8px;
}
.cms-sidebar--inner a.sel {
	font-weight: 600;
}

.cms-sidebar--msg {
    margin-top: 25px;
}
.cms-sidebar--msg > span {
    font-size: 16px;
    font-family: 'Sentinel', sans-serif;
    font-weight: 600;
    color: #98214e;
}
.cms-sidebar--msg > p {
    text-transform: uppercase;
    margin-top: -4px;
}
.cms-sidebar-toggle {
	display: none;
}

.mob-form-msg {
	display: none;
    width: 100%;
    background-color: #cfcfcf;
    text-align: center;
    margin-top: -30px;
    padding: 10px 20px 5px;
}

.help-container {
    margin-bottom: 30px;
}
.help-main h1 {
    font-family: 'Sentinel', sans-serif;
    font-size: 42px;
	margin-top: -10px;
	margin-bottom: 22px;
}

.heading-image {
    display: flex;
}
.help-main__block {
    background-color: #f7f7f2;
	padding: 30px 30px 26px;
	margin-top: 10px;
}
.help-content h1, .help-content h2, .help-content h3, .help-content h4, .help-content h5, .help-content h6, .content h1, .content h1, .content h3, .content h4, .content h5, .content h6 {
	color: #98214e;
	font-family: 'Sentinel', sans-serif;
	font-weight:600;
}
.help-content h1, .content h1 {
	font-size:28px;
}
.help-content h2, .content h2 {
	font-size:25px;
}
.help-content h3, .content h3 {
	font-size:21px;
}
.help-content h4, .content h4 {
	font-size:18px;
}
.help-content h5, .content h5 {
	font-size:16px;
}
.help-content h6, .content h6 {
	font-size:14px;
}

.help-content:not(.help-main__block) {
    margin-top: 40px;
}
.help-content.less-marg:not(.help-main__block) {
	margin-top: 20px;
}
.help-main {
    margin-right: 90px;
}
.help-main__block.contact-info {
    display: flex;
    flex-wrap: wrap;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 1.3;
	margin-top: 35px;
	padding-bottom: 10px;
}
.help-main__block.contact-info > div {
    width: 33.333333%;
    padding-right: 20px;
	padding-bottom: 20px;
}
.help-main__block.contact-info > div > span {
	text-transform: uppercase;
	font-size:14px;
}
.help-bottom {
    margin-top: 35px;
}

.dd-style_1 .dd-section--title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.dd-style_1 li.dd-block {
    background-color: transparent;
}
.dd-style_1 li.dd-block {
	border-bottom: 1px solid #e8e8e8;
}
.dd-style_1 li.dd-block:first-child {
	border-top: 1px solid #e8e8e8;
}
.dd-style_1 .dd-title, .dd-style_1 .dd-text, .dd-style_1 .dd-text p {
	color: #282425;
	font-size: 16px;
}
.dd-style_1 .dd-title {
	position: relative;
    padding: 20px 0 16px 0;
}
.dd-style_1 .dd-text {
	padding: 0 50px 16px 0;
}
.dd-style__1 .dd-title::after, .dd-style__1 .dd-title::before {
	display: none!important;
}

.help-content li::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 4px;
    left: -20px;
    border-radius: 6px;
    background: #9e4c6e;
}

.help-content li {
    list-style: none;
    position: relative;
}

.dd-question {
	position: relative;
    display: flex;
    justify-content: space-between;
	padding: 0 30px 0 0!important;
}
.dd-icon {
	padding: 0!important;
	position: absolute;
	right: 0;
	top: 50%; 
	transform: translateY(-50%);
	margin-top: 3px;
}
.dd-icon svg {
	height: 23px;
	transition: ease-in-out .2s;
}
.dd-title.dd-open .dd-icon svg {
	transform: rotate(180deg)!important;
}

.blog-category {
    padding: 30px 0;
}

.blog-category--top {
    padding: 0 125px;
}
.category-tabs__toggle {
	display: none;
}

a.category-tabs--item {
    color: #808080;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 30px;
    border-bottom: 3px solid #fff;
	padding: 12px 0 5px;
}
a.category-tabs--item.sel {
    color: #98214e;
    border-color: #98214e;
}

.article-list {
    padding: 35px 125px 0 125px;
    background-color: #f2f2f2;
	margin-bottom: 75px;
}
.article-list > div {
	display: flex;
	flex-wrap: wrap;
}
.article-list--item {
    width: 50%;
    padding: 0 35px 35px 0;
}
.article-list--item > a {
    background-color: #ffffff;
    height: 100%;
	display: flex;
    flex-direction: column;
}
.article-list--img {
    display: flex;
    background-size: cover;
    background-position: center;
}
.article-list--item > a > div:not(.article-list--img) {
	display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 30px;
}
.article-list--date {
    text-transform: uppercase;
    color: #808080;
}
.article-list--title {
    color: #282425;
    font-size: 20px;
    font-family: 'Sentinel', sans-serif;
    font-weight: 600;
	flex: 1;
}
.article-list--btn {
	margin-top: 10px;
}
.button-arrow {
    display: flex;
    align-items: center;
	justify-content: center;
    background-color: #98214e;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 16px 1px 20px;
    border-radius: 4px;
}
.button-arrow > svg {
	transform: rotate(-90deg);
    width: 16px;
    margin-top: -5px;
    margin-left: 3px;
}

.article-list--btn .button {
	padding: 6px 26px 1px 30px
}

h1.article-content--title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.1;
    margin: 10px 0;
}
.article-content--details {
    font-size: 14px;
    color: #98214e;
    text-transform: uppercase;
    margin: 15px 0 25px;
}
.article-content__small {
    color: #98214e;
    font-size: 18px;
    line-height: 1.2;
    margin: 25px 0;
}
.article-content__small > p {
    line-height: 1.2;
}

.display-mob {
	display: none;
}

.footer-menus {
    display: flex;
	flex-wrap: wrap;
    margin-left: 30px;
	flex: 1;
    justify-content: space-between;
    max-width: 830px;
	margin-right: -20px;
	min-width: 680px;
}
.footer-menus > div {
    width: 33.333333%;
	padding-right: 20px;
}
.footer-menu__title {
    color: #e66198;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-menu__list {
    display: flex;
    flex-direction: column;
}
.footer-menu__list a {
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.1;
}
.footer-menu__list a:hover {
    color: #9e4c6e;
}
.footer-newsletter {
    background-color: #363032;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff!important;
    padding: 17px 20px 11px;
	margin-bottom: 40px;
	line-height: 1.2;
}
.footer-newsletter:hover {
	background-color: #302a2c;
}
.footer-menu__title > svg {
	display: none;
}
.footer-newsletter > svg {
    fill: #ffffff;
    width: 23px;
    margin-top: -5px;
    margin-right: 10px;
}
.article-content--social {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #e8e8e8;
    font-size: 13px;
    color: #686868;
}
.addthis_inline_share_toolbox {
    flex: 1;
}

.footer-contact > span {
    font-size: 28px;
    font-family: 'Sentinel', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer-social > div {
    display: flex;
    align-items: center;
}
.footer-social > div > a:not(:last-child) {
	margin-right: 14px;
	margin-top: 3px;
}
.footer-social a > svg {
    fill: #fff;
}

.footer-bottom {
    background-color: #282425;
	color: #ffffff;
}
.footer-bottom__company {
    font-size: 11px;
}
.footer-bottom__company > * {
    margin: 0 2px;
	color: #fff!important;
}

.article-related {
	margin-top: 50px;
    margin-bottom: -40px;
    background-color: #f2f2f2;
	padding: 50px 0;
}

.article-related__inner {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -25px -25px 0;
}
.article-related__inner > div {
	padding: 0 25px 25px 0;
}
.article-related__title {
    font-family: 'Sentinel', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #98214e;
    margin-bottom: 15px;
    margin-top: -10px;
}
.article-related .blog-article {
    background-color: #ffffff;
}
.article-related a.blog-article__image {
	display:flex;
	background-size: cover;
}
.article-related a.blog-article__image img {
	visibility: hidden;
}
.blog-article__inner {
    padding: 20px 30px;
}
a.blog-article_title {
    font-family: 'Sentinel', sans-serif;
    font-weight: 700;
    color: #282425;
    font-size: 20px;
    margin: 5px 0 20px;
}

.team-page {
    align-items: center;
}
.plain-heading {
    text-align: center;
    max-width: 990px;
    margin: 5px 0 45px;
}
.plain-heading h1 {
    margin-bottom: 20px;
}
.plain-heading__content {
    font-size: 16px;
}
.plain-heading.plain-heading-bg {
    max-width: unset;
    background-color: #282425;
    color: #fff; 
	padding: 20px 40px;
	margin: 0;
}
.plain-heading.plain-heading-bg h1 {
	color: #fff;
}
.team-members {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px -35px 0;
    color: #fff;
}
.team-members > div {
    width: 33.33333%;
    padding: 0 35px 35px 0;
}
.member-title {
    display: flex;
    flex-direction: column;
    font-family: 'Sentinel', sans-serif;
    background-color: #282425;
    padding: 16px 20px;
}
.member-title > span {
    font-size: 22px;
    font-weight: 700;
}
.member-title > small {
    font-size: 18px;
    font-style: italic;
}
.member-info {
    background-color: #282425;
    padding: 0 20px;
}
.member-info > div {
	display: flex;
    flex-direction: column;
    border-top: 1px solid #363032;
}
span.member-info__toggle {
    font-size: 16px;
    padding: 11px 30px 6px 0;
    text-transform: uppercase;
	position: relative;
	cursor: pointer;
}
.member-info__info {
    padding-bottom: 10px;
    display: none;
}
span.member-info__toggle::after {
	content: '';
	position: absolute;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	background-image: 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='%23ffffff' 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");
	height: 23px;
    width: 23px;
	transition: ease-in-out .2s;
}
.show span.member-info__toggle::after {
	transform: translateY(-50%) rotate(180deg);
}
.member-info__info a {
    color: #9e4c6e;
    font-weight: 600;
}

.career-list {
	width: 800px;
	max-width: 100%;
	margin-bottom: 70px;
}
.career-list h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}
.career-list__item {
	width: 100%;
	position: relative;
	width: 100%;
	font-size: 18px;
	color: #98214e;
	background: #f4f5f0;
	font-family: 'Sentinel', sans-serif;
	padding: 24px 70px 25px 30px;
	font-weight: 600;
}
.career-list__item::after {
	content: '';
	position: absolute;
	right: 22px;
	top:50%;
	transform: translateY(-50%) rotate(-90deg);
	background-image: 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");
	height: 26px;
    width: 26px;
	transition: ease-in-out .2s;
}

.content-50 {
	margin: 0 -35px -35px 0;
}
.content-50 > div {
    width: 50%;
    padding: 0 35px 35px 0;
}
.content-50__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 65px;
	background: #f0f0e6;
}
.content-50.no-img .content-50__text {
	width: 100%;
}
.content-50__text h1, .content-50__text h2, .content-50__text h3, .content-50__text h4, .content-50__text h5, .content-50__text h6 {
	font-family: 'Sentinel', sans-serif;
	color: #98214e;
	font-weight: 600;
}
.content-50__text h1 {font-size: 34px;}
.content-50__text h2 {font-size: 32px;}
.content-50__text h3 {font-size: 30px;}
.content-50__text h4 {font-size: 28px;}
.content-50__text h5 {font-size: 26px;}
.content-50__text h6 {font-size: 24px;}

.content-50__img {
	background-size: cover;
	background-position: center;
	height: 100%;
}
.content-50__img img {
	visibility: hidden;
}

.bottom-split {
    margin: 35px -35px -35px 0;
}
.bottom-split > div {
	width: 50%;
	padding: 0 35px 35px 0;
	font-size: 16px;
	text-align: center;
}
.bottom-split.full > div {
	width: 100%;
}
.bottom-split__item {
	height: 100%;
	background: #f2f2f2;
	padding: 60px;
}
.bottom-split__title {
	font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #98214e;
}

.bottom-block {
    background: #f0f0e6;
    padding: 35px;
    text-align: center;
    font-size: 16px;
	margin: 50px 0 20px;
}
.bottom-block a {
    font-weight: 600;
}


.career h1 {
    line-height: 1.1;
    margin: 12px 0 20px;
}
.career .content li {
    font-weight: 600;
}

.brochure-request {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px -35px 0;
}
.brochure-request > div {
    width: 50%;
    padding: 0 35px 35px 0;
}
.brochure-img img {
    border: 2px solid #98214e;
}
.brochure-form {
    background-color: #f4f5f0;
    height: 100%;
    width: 100%;
    padding: 90px;
}
.brochure-form form {
	max-width: 100%;
	width: 400px;
}
.brochure-form__text {
    text-align: center;
    margin-bottom: 32px;
}

.newsletter_page {
    background-color: #f0f0e6;
    padding: 50px;
}
div.input-heading {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.home-blog {
    background-color: #98214e;
    padding: 45px 0;
}
.home-blog--top {
    display: flex;
	margin-bottom: 20px;
}
.home-blog--title {
    font-size: 36px;
    font-family: 'Sentinel', sans-serif;
    font-weight: 600;
    color: #fff;
    flex: 1;
}
.home-blog .news-item--grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px -40px 0;
}
.home-blog .news-item--grid > div {
	padding: 0 40px 40px 0;
	width: 33.333333%;
}
.home-blog .news-item {
	display: flex;
    flex-direction: column;
	background: #fff;
	height: 100%;
}
.home-blog .news-item--image > a {
	display: flex;
}
.home-blog .news-item a.button {
    text-align: center;
    justify-content: center;
    background-color: #ffffff;
    color: #98214e;
    padding: 7px 15px 3px;
    border: 1px solid;
}
.home-blog .news-item a.button:hover {
    opacity: 0.7;
}
.home-blog .news-item a.button > svg > path {
	fill: #98214e;
}
.home-blog .news-item--info {
    padding: 20px 30px;
	flex: 1;
	display: flex;
    flex-direction: column;
}
.home-blog a.news-item--title {
    color: #282425;
    font-family: 'Sentinel', sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: 20px;
    margin-bottom: 20px;
    flex: 1;
}
.home-blog .news-item--published-on {
    color: #808080;
    text-transform: uppercase;
}
.home-blog .home-blog--top a.button {
    padding: 9px 17px 5px;
}
.home-blog .news-item--image img {
    width: 100%;
}

.tabbed-slider {
    display: grid;
}
.tabbed-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
}
.product-list-tabs {
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    font-size: 30px;
    font-family: 'Sentinel', sans-serif;
	margin: 0 -60px -30px 0;
}
.product-list-tabs > div {
	padding: 0 60px 60px 0;
}
.product-list-tabs > div > span {
    cursor: pointer;
    color: #808080;
	font-weight: 400;
}
.product-list-tabs > div.selected > span {
	cursor: default;
    color: #98214e;
	font-weight: 600;
}
.product-list--tab-item, .product-list--tab-item .slick-slider {
    width: 100%;
}
.product-list--tab-item:not(.show) {
    display: none;
}
.product-list--tab-item .slick-track {
  margin-left: auto;
  margin-right: auto;
}
.tabbed-product-list .product-grid .segment-20 {
    width: 16.6666%;
	height: auto;
}
.tabbed-product-list .product--reviews, .tabbed-product-list .stock-status, .tabbed-product-list .listing_stock_ship {
    display: none;
}

.tabbed-slider .slick-arrow {
    position: absolute;
	height: 45px;
	width: 45px;
	text-indent: -1000px;
    top: 50%;
    background-color: #fff;
	background-image: 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='%2398214e' 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");
	z-index: 10;
	overflow: hidden;
}
.tabbed-slider .slick-arrow.slick-prev {
    left: -45px;
	transform: translateY(-50%) rotate(90deg);
}
.tabbed-slider .slick-arrow.slick-next {
    right: -60px;
	transform: translateY(-50%) rotate(-90deg);
}

.category-header {
	margin: 35px 0;
	position: relative;
}
.category-header.has-img {
	padding: 20px;
}
.category-header__inner {
	width: 100%;
	padding: 35px 60px;
	color: #fff;
	background-color: #282425;
	position: relative;
}
.category-header__inner a {
    color: #9e4c6e;
}
.category-header.has-img .category-header__inner {
    background-color: rgba(40, 36, 37, .9);
    max-width: 775px;
}
.category-header__inner h1 {
	font-size: 42px;
	color: #fff;
	font-family: 'Sentinel', sans-serif;
	font-weight: 600;
}

.category-header--img {
    position: absolute;
    top: 0; left: 0;
	width: 100%; height: 100%;
}
.category-header--img img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    visibility: unset;
    width: 100%; height: 100%;
    object-fit: cover;
}

.category-header .category-header__inner.has-yt-vid {
    display: flex;
    align-items: center;
	justify-content: space-between;
    max-width: 100%;
    padding: 30px 52px;
}
.category-header__vid {
    display: flex;
	justify-content: center;
    margin-left: 40px;
    width: 500px;
    max-width: 100%;
}
.category-header__vid iframe {
	width: 500px;
	height: 280px;
}

.category-item--option {
    display: flex;
    flex-wrap: wrap;
	line-height: 1.2;
}
.category-item--option:not(:last-child) {
    margin-bottom: 5px;
}
.category-item--option-key {
    margin-right: 5px;
}
.category-item--option-value {
    color: #98214e;
}
.category-item--price-strikethrough {
    text-decoration: line-through;
    color: #282425;
}

.category-item--prop {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    padding-left: 28px;
    min-height: 21px;
}
.category-item--prop > img, .category-item--prop > div:first-child:not(:last-child), .category-item--prop svg {
    width: 23px;
    position: absolute;
	left: 0;
	fill: #282425;
}
.category-item--prop.grape img, .category-item--prop.grape svg {
    width: 16px;
    left: 3px;
}
.category-item--prop.grape.red svg {
	fill: #bf0c25;
}
.category-item--prop.grape.white svg {
	fill: #e3ddbb;
}
.category-item--prop.grape.rose svg {
	fill: #dc98a1;
}
.category-item--prop.vintage > img, .category-item--prop.vintage svg {
    width: 7px;
    left: 8px;
}
.category-item--prop.abv > img, .category-item--prop.abv svg {
    width: 21px;
    left: 3px;
}
.category-item--prop > div:first-child:not(:last-child) {
    text-align: center;
    font-weight: 800;
    font-size: 20px;
}
.category-item--prop > span {
	font-size: 13px;
    line-height: 1.2;
    margin-top: 5px;
}
.category-main .product-inner .stock-status {
    background-size: 13px;
    font-size: 13px;
    padding: 4px 0 0 18px;
	text-transform: uppercase;
}

#recently_viewed_header {
    margin: 25px 0 12px;
    font-family: 'Sentinel', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
#recently_viewed .recent_item {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ffffff;
    font-size: 12px;
	line-height: 1.2;
    padding: 10px 10px 5px;
    width: 100%;
}
.recent_text {
    color: #282425;
}
.recent-item--prices {
    margin-top: 3px;
}
.recent-item--prices > span:last-child > span {
    display: none;
}

.sitemap h2 {
	font-size: 34px;
}

.header-message {
    text-align: center;
    background-color: #f2f2f2;
    color: #282425;
    font-size: 16px;
    padding: 18px 40px 15px;
	line-height: 1.2;
}
.header-message .slick-track {
	display: flex; 
	align-items: center;
}
.header-message a {
	color: #282425; 
	text-decoration: underline;
}

.enprimeur-category{
	padding-bottom:35px;
}

.enprimeur-category .product-grid {
    margin-left: 0;
}
.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;
}
.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;
}
.cat-order-col1 {
    text-align: left;
}
.cat-order-header-item {
    border-bottom: 2px solid #e5e5e6;
    padding-bottom: 10px;
    padding-top: 20px;
}
.cat-order-header-item__qty {
    width: 146px;
}
.cat-order-row {
    border-bottom: 1px solid #e5e5e6;
}
.cat-order-row .dblc {
    vertical-align: middle;
    height: 100%;
}
.dbl-break .dblc {
    padding: 6px 7px 4px;
    background-color: #e5e5e6;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    color: rgb(40,36,37);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.cat-order-cell {
    padding: 13px 5px 9px 5px;
    line-height: 22px;
}
.cat-order-info a {
    display: block;
	width: 50px;
    height: 20px;
    margin-bottom: 3px;
    background-color: #98214e;
    font-size: 14px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.cat-order-info a::after {
    content: 'INFO';
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
	line-height: 1;
}
.cat-order-info a:hover {
	background-color: #741a3c;
}
.cat-order a {
    color: #282425;
}
.cat-order-footer {
    width: 100%;
	display: flex; 
	justify-content: flex-end;
}
.cat-order-footer > div {
	max-width: 390px;
    text-align: right;
    font-size: 16px;
    font-family: 'Proxima Nova',sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-weight: 700;
    color: #282425;
    padding-top: 30px;
}
.cat-order-footer .button-add-to-basket {
    margin-top: 10px;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
}

#listing-overlay > .overlay--inner {
    max-width: 580px;
}
.overlay--header--text.overlay--basket-header {
    display: flex;
    align-items: center;
	margin-bottom: 10px;
	padding: 10px 5px 15px;
}
.overlay--basket-title {
    font-size: 18px;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 30px;
    font-family: 'Sentinel', sans-serif;
    font-weight: 700;
}
.overlay--basket-title > span {
	color: #98214e;
}
.overlay--header-action > *:first-child {
    margin-right: 10px;
}
.overlay--header-action > * {
    flex: 1;
}
.overlay--header-action {
    display: flex;
    padding-top: 15px;
    border-top: 1px solid #d1d1d1;
}

.product--sash{
	position: absolute;
	top: 10px; left: 10px;
	width: 56px;
	height: 56px;
	z-index: 10;
	background-size: 56px 56px;
	background-repeat:no-repeat;
	background-position: center center;
}

.product--offer {
	background-image: url(/images/style/basic/on-offer.png);
}

.product--new {
	background-image: url(/images/style/basic/sash-new.png);
}

.product--en-primeur{
	background-image: url(/images/style/basic/sash-en-primeur.png);
}

.product--easter-case-deal{
	background-image: url(/images/style/basic/sash-easter-case-deal.png);
}

.product--basc-pin{
	background-image: url(/images/style/basic/sash-basc-pin.png);
}

.product--save-15{
	background-image: url(/images/style/basic/sash-save-15.png);
}

.product--save-20{
	background-image: url(/images/style/basic/sash-save-20.png);
}

.product--save-25{
	background-image: url(/images/style/basic/sash-save-25.png);
}

.product--save-30{
	background-image: url(/images/style/basic/sash-save-30.png);
}

.product--on-offer{
	background-image: url(/images/style/basic/sash-offer.png);
}

.product--on-offer-v2 {
	background-image: url(/images/style/basic/on-offer.png);
	background-size: 60px 60px;
}

.product--case-deal{
	background-image: url(/images/style/basic/sash-case-deal.png);
}

.product--mixed-case{
	background-image: url(/images/style/basic/sash-mixed-case.png);
}

.product--limited-time{
	background-image: url(/images/style/basic/sash-limited-time.png);
}

.product--last-cases{
	background-image: url(/images/style/basic/sash-last-cases.png);
}

.product--bond{
	background-image: url(/images/style/basic/sash-under-bond.png);
}

.product--preorder{
	background-image: url(/images/style/basic/sash-pre-order.png);
}

.product--bestseller{
	background-image: url(/images/style/basic/sash-best-sellers.png);
}

.product--preship{
	background-image: url(/images/style/basic/sash-pre-shipment.png);
}

.product--spectator{
	background-image: url(/images/style/basic/sash-spectator-saving.png);
}

.product--christmas-availability{
	background-image: url(/images/style/basic/sash-christmas-availability.png);
	width: 75px;
    height: 75px;
    background-size: 75px 75px;
}

.product--sash.product--custom {
	background-color: #98214e;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.05;
    font-size: 12px;
    font-family: 'Proxima Nova',sans-serif;
    padding: 12px 5px 10px;
    width: 70px;
    height: 70px;
	pointer-events: none;
}
.listing-sash.product--sash.product--custom {
    margin-top: 30px;
    font-size: 14px;
    width: 80px;
    height: 80px;
}


.feefo-container {
	display: flex;
    justify-content: center;
    margin: 40px 0 20px;
}
feefowidget-container-carousel {
    display: flex!important;
    justify-content: center;
}
.feefowidget-carousel-body {
    margin-left: 30px;
}

.listing-comments-form .rating-star svg {
	fill: #98214e;
}
.listing-comments-form .rating-star.rating-star--empty svg {
	fill: #bdbdb6;
} 
.listing-comments-form .rating-star.rating-star--empty:hover svg {
	fill: #98214e;
} 


.comment-submit-message {
    position: absolute;
    top: 50px;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    padding: 15px 25px 11px;
    color: #fff;
}
button#comments_submit {
    padding: 15px 25px 12px 25px;
}
.listing-feefo {
    border-top: 1px solid #e5e5e5;
}

.google-address-lookup {
	width: 100%;
	min-height: 10px;
	border-bottom: 2px solid #e7e7e7;
}
.google-address-lookup-results {
	max-height: 240px;
	overflow-y: auto;
}
.google-address-lookup-address {
	border: 2px solid #e7e7e7;
	border-top: 0;
	padding-left: 5px;
}

.google-address-lookup-address:last-child {
	border-bottom: 0;
}

.google-address-lookup-address:hover {
	color: white;
	background:blue;
	cursor: pointer;
}




/* Checkout improvements */


.checkout-main {
	counter-reset: checkoutPanelHeadingCount;
}

.checkout-section {
	padding: 20px 20px 0;
	background-color: #f0f0e6;
	margin: 20px 0px;
}

.checkout-section-main,
.checkout-section-head {
	padding: 0 0 20px;
}

.checkout-section-main .label-none label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}
.checkout-section-main .label-none label small {
    line-height: 1.6;
    display: block;
    font-weight: 400;
}

.checkout-section-title { 
	font-size: 20px;
}

.checkout-section-title::before {
	counter-increment: checkoutPanelHeadingCount;
	content: counter(checkoutPanelHeadingCount);
	color: #fff;
	display: inline-block;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background-color: #98214e;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	margin: -1px 10px 0 0;
}

.checkout-section--change {
	padding: 4px 7px;
	border-radius: 3px;
	background-color: #98214e;
	color: #fff;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.checkout-section--change:hover {
	background-color: #741a3c;
}

.checkout-section--change span {
	position: relative;
	top: 2px;
}

.checkout-section--change svg {
	fill: #fff;
	margin-right: 4px;
}

.checkout-section--action .button {
	display: inline-block;
}

.checkout-section-main .input-label small{
	color: #666;
	font-size: 11px;
}

#delivery_instructions {
    padding-top: 14px;
}

.checkout-login {
	padding-right: 15px;
}

.checkout-login .button {
	padding: 10px 20px 9px 20px;
}

span.submit-js-error {
    width: 100%;
    background-color: #b62f3f;
    display: block;
    color: #fff;
    padding: 10px 20px 5px;
    text-align: center;
    margin-bottom: 10px;
}

.plain-page-content {
    font-size: 16px;
    margin: 20px 0 35px;
}

table.page-table {
    width: 1060px;
    max-width: 100%;
    font-size: 16px;
    margin: 0 auto;
    border: 1px solid;
    text-align: left;
	color: #282425;
}
table.page-table th, table.page-table td {
	border-bottom: 1px solid #282425;
}
table.page-table th:not(:last-child), table.page-table td:not(:last-child) {
	border-right: 1px solid #282425;
}
table.page-table th {
    font-family: 'Sentinel', sans-serif;
    background-color: #f7f7f2;   
	padding: 15px;
}
table.page-table td {
	padding: 17px 15px 13px;
}
table.page-table a {
	color: #282425;
}
table.page-table a:hover {
	color: #98214e;
}

.input.password-strength-check.active {
    margin-bottom: 15px;
}
.input.password-strength-check.active.mg-lg {
	margin-bottom: 30px;
}
.password-strength--text {
	font-size: 13px;
	position: absolute;
	top: 100%;
	margin-top: 5px;
	color: #b11818;
}
.password-strength--text.strength1 {
    color: #b17818;
}
.password-strength--text.strength2 {
    color: #ab9f17;
}
.password-strength--text.strength3 {
    color: #8bab17;
}
.password-strength--text.strength4 {
    color: #6aab17;
}


.newsletter_popup_container {
    position: fixed;
    z-index: 1000;
    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 #98214e;
}
.newsletter_popup > .title {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Sentinel',sans-serif;
    margin-bottom: 12px;
	text-align: center;
}
.newsletter_popup > .title > span.lg {
    font-size: 76px;
    margin: -10px 0;
    color: #98214e;
    font-weight: 700;
}
.newsletter_popup .overlay--close {
    top: -25px;
    right: 15px;
    color: #898989;
    font-family: 'Sentinel', sans-serif;
    font-size: 30px;
}
.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;
}
.input-plain--style input {
	color: #222;
}
.input-plain--style input, .newsletter_popup input[type="submit"] {
	padding: 8px 20px!important;
    font-family: 'Sentinel', sans-serif;
    font-size: 18px;
    text-align: center;
	font-weight: 600;
}
.input-plain--style input::placeholder {
    color: #222;
	text-transform: uppercase;
}
.input-plain--style:not(:last-child) {
	margin-bottom: 5px!important;
}
.newsletter_popup .g-recaptcha {
    transform: scale(.9);
    margin: 0px 0 8px;
}
.newsletter_popup .amf-el-submit {
	width: 475px; 
	max-width: 90%;
}
.newsletter_popup input[type="submit"] {
    width: 100%;
	border-radius: 0;
	font-weight: 500;
}
.newsletter_popup > .subtitle {
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    font-family: 'Sentinel', sans-serif;
    margin-bottom: 22px;
	font-style: italic;
}
.newsletter_popup .overlay-cta {
    font-family: 'Sentinel', sans-serif;
    width: 100%;
    font-size: 18px;
    border-radius: 0;
    padding: 10px;
}

.reviews-page .plain-heading {
    margin: 5px 0 32px;
}
.reviews-page--inner {
    width: 100%;
}

.content-images--form > h2, 
.content-images--form > .content {
    text-align: center;
	margin-bottom: 0;
}
.content-images--form > h2:not(:last-child) {
	margin-bottom: 12px;
}
.content-images--form > .content:not(:last-child) {
	margin-bottom: 16px;
}
.content-images--form {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
}

.input-checkboxes--title {
    font-weight: 600;
}
.input-check-row {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
    margin: 0 0 -10px 20px;
}
.form-block--bottom {
    padding: 15px 16px 0 0;
}
.form-block--bottom .button {
    padding: 12px 20px;
}
.form-block--bottom .input-checkboxes {
    padding: 10px 16px;
}


.featured-listing-page > *:not(:last-child):not(.content-images--heading--outer) {
	margin-bottom: 40px;
}
.image-links-large {
    margin: 0 -20px -20px 0;
}
.image-links-large > div {
	min-width: 50%;
	padding: 0 20px 20px 0;
}
.image-links-large--item {
	position: relative;
    width: 100%;
    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 > * {
    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: #98214e;
    width: 100%;
}
.content-strip--inner {
    display: flex!important;
    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;
	font-family: 'Proxima Nova', sans-serif;
}
.content-strip--title:not(:last-child) {
    margin-bottom: 12px;
}

.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%;
    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;
	font-family: 'Proxima Nova', sans-serif;
}

.listing-row {
    margin: 32px 0 32px;
}
.listing-row--title {
    margin-bottom: 24px;
    text-align: center;
}
.listing-row .slick-list, .listing-row .slick-track {
    width: 100%;
}
.listing-row .slick-track {
    display: flex !important;
}
.listing-row .product-grid--item.slick-slide {
	height: inherit!important
}
.listing-row .product-grid.slick-slider .slick-arrow {
	position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -20px;
    background-color: transparent;
	width: 25px; height: 25px;
	overflow: hidden;
	text-indent: -1000px;
}
.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="%2398214e"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	margin-right: -6px;
}
.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="%2398214e"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 6px;
}

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;
}

.listing-inpackage:not(:first-child) {
	margin-top: 30px;
}
.listing-inpackage > .title-alt {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Sentinel', sans-serif;
    margin-bottom: 16px;
}
.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: #98214e;
  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: #7c1c40;
}
.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: #98214e;
}
.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;
}

.loyalty-methods {
    text-align: center;
}
.loyalty-methods--title {
    margin-bottom: 44px;
}
.loyalty-methods--title, 
.loyalty-usp--content h3, 
.loyalty-faqs .dd-section--title {
	font-size: 36px;
}
.loyalty-methods--grid {
    gap: 30px;
}
.loyalty-methods--grid > div {
	gap: 6px;
    width: calc(33.333333% - 20px);
    padding: 12px 30px;
}
.loyalty-method > * {
    margin: 0;
    font-weight: 500;
    line-height: 1.2;
	font-size: 18px;
}
.loyalty-method .title {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}
.loyalty-method .points {
    font-size: 42px;
    font-weight: 800;
    color: #98214e;
}
.loyalty-method > div:not(.title):not(.points) {
	margin-top: 4px;
}
.loyalty-usp--container {
    margin-bottom: -50px;
}
.loyalty-usp--container > div {
    padding-bottom: 50px;
}
.loyalty-usp--content {
	gap: 20px;
}
.loyalty-usp--content:not(:last-child) {
    width: 500px;
    margin-right: 30px;
}
.loyalty-usp--content h3 {
	margin: 0;
}
.loyalty-usp {
    width: 33.33333333%;
    text-align: center;
    padding: 0 20px 20px;
	gap: 16px;
	font-size: 16px;
}
.loyalty-usp--title {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}
.loyalty-usp p {
	line-height: 1.4;
}
.loyalty-faqs .dd-section--title {
    text-align: center;
    margin-bottom: 32px;
}
.loyalty-faqs.dd-section {
	padding: 0;
}
.loyalty-faqs .faq-question {
	margin-bottom: -4px;
}
.loyalty-faqs .dd-title {
    padding: 20px 20px;
}
.loyalty-faqs .dd-title:before {
	top: 26px;
}
.loyalty-faqs .dd-title:after {
    top: 21px;
}
.bottom-text-block:not(:first-child) {
    border-top: 1px solid #e7e7e7;
}