/*
|--------------------------------------------------------------------------
| Global
|--------------------------------------------------------------------------
*/
body {
	background-color: #0d0d0d;
}

main {
	background:#fff;
}



/*
|--------------------------------------------------------------------------
| Global > Typography
|--------------------------------------------------------------------------
*/
body, input, textarea {
	font-family: 'Poppins', sans-serif;
	letter-spacing: -0.025em;
	font-size: 14px;
	color: #666666;
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6, .h1-style {
	margin: 0 0 10px 0;
	color: #1e1e1e;
	font-weight: 600;
}

h1, .h1-style {
	font-size: 48px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

p, ul, ol {
	line-height: 20px;
	margin: 0 0 15px 0;
}

ul, ol {
	margin-left:20px;
}

li {
	margin:0 0 2px 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-weight: 600;
	color: #0bb3b5
}

.content h1 {
	font-size: 28px;
}

.content h2 {
	font-size: 26px;
}

.content h3 {
	font-size: 24px;
}

.content h4 {
	font-size: 22px;
}

.content h5 {
	font-size: 20px;
}

.content h6 {
	font-size: 16px;
	font-weight: 400;
}

.fc-primary {
	color: #0bb3b5;
}
.fc-dark {
	color: #000;
}


/*
|--------------------------------------------------------------------------
| Global > Links
|--------------------------------------------------------------------------
*/
a {
	color: #0bb3b5;
	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: #038f91;
}



/*
|--------------------------------------------------------------------------
| Global > Layout
|--------------------------------------------------------------------------
*/
.row {
	margin: 0 0 15px 0;
}



/*
|--------------------------------------------------------------------------
| Global > Inputs
|--------------------------------------------------------------------------
*/
.input-grid {
	margin: 0 -15px 0 0;
}

.input-grid .input {
	padding: 0 15px 0 0;
}

.input {
	position: relative;
    clear: both;
	margin: 0 0 15px 0;
}

.input-label {
	position: absolute;
	top: 9px;
	left: 12px;
	font-size: 12px;
	color: #606060;
	pointer-events: none;
}

.input input[type="text"],
.input input[type="email"],
.input input[type="search"],
.input input[type="tel"],
.input input[type="password"],
.input input[type="number"],
.input textarea,
.input-file-dummy,
.input-text-dummy {
	width: 100%;
	padding: 24px 8px 9px 11px;
	color: #666;
	border: 1px solid #e7e7e7;
	resize: none;
}

.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: #0bb3b5!important;
}

.input input[type="text"]:focus ~ label,
.input input[type="email"]:focus ~ label,
.input input[type="search"]:focus ~ label,
.input input[type="tel"]:focus ~ label,
.input input[type="number"]:focus ~ label,
.input input[type="password"]:focus ~ label,
.input textarea:focus ~ label,
.input .braintree-hosted-fields-focused ~ label {
	color: #0bb3b5;
}

.input .braintree-hosted-fields-invalid {
	border-color: #b62f3f!important;
}
.input .braintree-hosted-fields-invalid ~ label {
	color: #b62f3f;
}

.input .button {
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.input-grid .input .button {
	right: 19px;
}

.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: 30px;
}

.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 #e9e9e9;
	border-bottom: 0;
}

.input textarea:focus ~ .input-label {
	border-color: #0bb3b5;
}

.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;
	border-width: 2px;
}

.input textarea.validate-border:focus {
	border-color: #b62f3f!important;
}

.required-fields {
	color: #b5121b;
}

.select2-basic--container {
	border: 1px solid #fff!important;
}

.checkout .select2-basic--container {
	border: 1px solid #e9e9e9!important;
}

.select2-container--open .select2-basic--container {
	border: 1px solid #0bb3b5!important;
}

.account-modal .select2-basic--container {
	border: 1px solid #e9e9e9!important;
}

.account-modal .select2-container--open .select2-basic--container {
	border: 1px solid #0bb3b5!important;
}

.select2-basic--borderless,
.select2-basic--borderless.select2-basic--container,
.select2-basic--borderless.select2-basic--dropdown {
	border: 0 !important;
}

.select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 22px 35px 6px 10px;
}

.select2-basic--dropdown {
	border: 1px solid #0bb3b5!important;
	border-top: none!important;
}

.select2-dropdown--above {
	border-bottom: none!important;
	border-top: 1px solid #0bb3b5!important;
	/* Added back in for Account New Address Modal - Country select */
}

.select2-container--open ~ label {
	color: #0bb3b5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #2d2d2d transparent transparent transparent;
}

.label-inline .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 10px 8px 8px 60px;
}

.label-inline .select2-basic--container {
	height:36px;
}


/* File upload input */

.no-js .input-file > input[type="file"] {
	display: block;
}

.input-file > input[type="file"] {
	display: none;
}


/* No labels */
.input.label-none input[type="text"],
.input.label-none input[type="email"],
.input.label-none input[type="search"],
.input.label-none input[type="tel"],
.input.label-none input[type="number"],
.input.label-none input[type="password"],
.input.label-none textarea,
.label-none .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 9px 8px;
}

/*Input Placeholders*/
::-webkit-input-placeholder { /* WebKit browsers */
	/* replace this with desired color */
	opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	/* replace this with desired color */
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    /* replace this with desired color */
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    /* replace this with desired color */
	opacity: 1;
}




/*
|--------------------------------------------------------------------------
| Global > Checkboxes
|--------------------------------------------------------------------------
*/
.checkbox {
	display: inline-block;
	position: relative;
	background-color: #fff;
	width: 18px;
	height: 18px;
	border: 2px solid #c0bfbf;
	border-radius: 2px;
	margin-bottom:-4px;
	cursor: pointer;
}

.checkbox:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(/images/style/justspa/icon-tick-black.png) no-repeat 1px 2px #fff;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform 150ms ease;
	transition: transform 150ms ease;
}

.checked .checkbox:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: transform 300ms ease;
}

.checkbox-label {
	color: #2d2d2d;
	font-size: 13px;
	cursor: pointer;
	padding: 0 0 0 6px;
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.checkbox-label .form-note {
	display:initial;
}



/*
|--------------------------------------------------------------------------
| Global > Buttons
|--------------------------------------------------------------------------
*/
.button {
	font-family: 'Poppins', sans-serif;
	letter-spacing: -0.025em;
	display: inline-block;
	padding: 13px 25px 11px 25px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background-color: #0bb3b5;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	cursor: pointer;
	outline: none;
	text-align:center;

	font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    padding: 7px 16px;
    background-color: #0bb3b5;
    letter-spacing: 0.025em;
}

.button svg {
	vertical-align: middle;
}

.button:hover {
	background-color: #235d8d;
	color: #fff;
}

.button--white--orange {
	background-color: #fff;
	color: #d6751f;
}

.button--orange {
	background-color: #0d0d0d;
	color: #fff;
}
.button--orange:hover {
	background-color: #000;
}

.button--white--dark-blue {
	background-color: #fff;
	color: #0d0d0d;
}

.button--light-grey {
	background-color: #f2f2f2;
	color: #038f91;
}
.button:hover {
    background-color: #017b7c;
	color: #fff;
}

.button--dark-blue {
	background-color: #038f91;
	color: #fff;
}

.button--green {
	background-color: #299650;
	color: #fff;
}

.button-secondary {
	background-color: #666666;
}

.button-secondary:hover {
	background-color: #555555;
}

.button--rounded-green {
	background-color: #249a4b;
	font-size: 13px;
	color: #fff;
	border-radius: 3px;
    padding: 7px 12px 5px;
	line-height: 1;
}

.button--rounded-green:hover {
	background-color: #136930;
}

/* Button size modifiers */
.button-small {
    padding: 8px 15px 6px 15px;
	font-size: 12px;
}

.button-xsmall,
.button-xsmall-wide {
	padding: 1px 12px;
	font-size: 11px;
	font-weight: 600;
	line-height: normal;
}

.button-xsmall-wide {
	padding: 8px 20px;
}

.button-large {
	padding: 16px 40px 13px 40px;
	font-size: 18px;
}

.button-block {
	display: block;
	/* <buttons> need width: 100% to actually fill all the space */
    width: 100%;
}

/* Disabled Button */
.button:disabled {
    background: #8C8C8C;
    cursor: not-allowed;
}




/*
|--------------------------------------------------------------------------
| Global > Stock Statuses
|--------------------------------------------------------------------------
*/

.cart-item-stock {
	margin-top: 3px;
	padding: 0 0 0 20px;
    background-repeat: no-repeat;
    background-position: left 2px;
	color: #37af56;
}

.stock-status {
	padding: 0 0 0 20px;
	background-size: 13px 10px;
	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' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='rgb(41, 150, 80)' d='M11.182,0.005 L4.549,6.434 L1.818,3.812 L-0.003,5.560 L4.549,9.991 L13.002,1.815 L11.182,0.005 Z'/%3E%3C/svg%3E");
	color: #37af56;
}

.out-of-stock {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 426.667 426.667' fill='%23ea881e' style='enable-background:new 0 0 426.667 426.667;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='426.667,59.733 366.933,0 213.333,153.6 59.733,0 0,59.733 153.6,213.333 0,366.933 59.733,426.667 213.333,273.067 366.933,426.667 426.667,366.933 273.067,213.333 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
	background-size: 13px 13px;
	padding: 0 0 0 20px;
	color: #ea881e;
}

.stock-pending {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill-rule='evenodd' fill='%23fcab3e' d='M5.52 10.38L2.33 7.1.58 8.91l4.2 4.3.77.8L17.42 1.82 15.63 0 5.53 10.38z'/%3E%3C/svg%3E");
	color: #fcab3e;
}



/*
|--------------------------------------------------------------------------
| Global > Jumbotron
|--------------------------------------------------------------------------
*/
.jumbotron {
	position: relative;
	/* height: 300px; */
	text-align: center;
	color: #fff;
	overflow: hidden;
	background-color: #0bb3b5;
	padding: 30px 0;
	display: table;
	width: 100%;
}

.jumbotron-small {
	height: 184px;
}

.jumbotron--title {
	margin: 0;
	color: #fff;
	font-size: 32px;
}

.jumbotron--content {
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0 auto;
	max-width: 700px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

.jumbotron--content p {
	color: #fff;
}

.jumbotron--inner {
	padding: 0 30px;
	display: table-cell;
	vertical-align: middle;
}



/*
|--------------------------------------------------------------------------
| Global > UI Elements
|--------------------------------------------------------------------------
*/
.spinner {
	margin: 0 auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.spinner,
.spinner:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}



/*
|--------------------------------------------------------------------------
| Global > Messages
|--------------------------------------------------------------------------
*/
.message {
	position: relative;
	padding: 15px;
	margin: 0 0 10px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	background: #0bb3b5;
}

.message-lg {
    font-size: 16px;
}

.message a {
	color:#fff;
	text-decoration:underline;
}

.message-error {
	background: #b12525;
}

.message-success {
	background: #37af56;
}

.message-warn {
	background: #caa53a;
}

.message-close {
	position: absolute;
	top: 0; right: 0;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 10px;
	cursor: pointer;
	z-index: 1;
}

.message-float {
	position: absolute;
	top: 0; right: 0; left: 0;
}

.flash-message {
	position: fixed;
	left: 10px;
	top: 10px;
	right: 10px;
	z-index: 99999;
	pointer-events: none;
}

.flash-message .message {
	max-width: 400px;
	margin: 0 auto;
	display: none;
	pointer-events: auto;
}



/*
|--------------------------------------------------------------------------
| Global > Tooltip
|--------------------------------------------------------------------------
*/
.core-tooltip {
	position: absolute;
	padding: 8px;
	background-color: #0bb3b5;
	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: #0bb3b5 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: #fff;
}

.breadcrumb-trail a,
.breadcrumb-trail span {
	margin: 0 6px;
}

.breadcrumb-trail > :first-child {
	margin-left: 0;
}

.breadcrumb-trail a {
	color: #fff;
}

.breadcrumb-trail a:hover {
	color: #fff;
}

.breadcrumb-trail span {
	color:#0bb3b5;
}

.mobile-breadcrumb-trail {
	display: none;
}



/*
|--------------------------------------------------------------------------
| Global > Countdown Timer
|--------------------------------------------------------------------------
*/
.countdown-timer--doughnut {
	position: relative;
	width: 44px;
	height: 44px;
	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: 36px;
	height: 36px;
	border-radius: 36px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background-color: #0bb3b5;
}

.countdown-timer--doughnut strong,
.countdown-timer--doughnut strong span {
	font-size: 16px;
	top: 0;
}

.countdown-timer--doughnut strong {
	position: relative;
	top: 6px;
	display: block;
	color: #fff;
}

.countdown-timer--doughnut span {
	display: block;
	font-size: 11px;
	position: relative;
	top: 3px;
}

.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: #0bb3b5;
	stroke: #dde2e5;
	stroke-width: 6px;
	stroke-dasharray: 38 100;
	transition: stroke-dasharray 1s ease;
}

.quote-side .ui-datepicker-inline {
	background-color: #fff;
}



/*
|--------------------------------------------------------------------------
| Template
|--------------------------------------------------------------------------
*/
.vertical-padding {
	padding: 40px 20px!important;
}



/*
|--------------------------------------------------------------------------
| Template > Cookie Notification
|--------------------------------------------------------------------------
*/
.cookie_note_bkg {
	background: url(/images/style/justspa/cookie_olay.png);
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 45px;
	color: #FFF;
	text-align: center;
	line-height: 45px;
	z-index: 10000
}



/*
|--------------------------------------------------------------------------
| Template > Header
|--------------------------------------------------------------------------
*/
header {
	background-color: #fff;
}

.mobile-basket-items {
	display: none;
}

.mobile-search-btn {
	display: none;
}

.mobile-menu--btn-cont,
.mobile-cart--btn-cont {
	display: none;
	height: 90px;
}

.mobile-cart--btn-cont {
	width: auto;
	min-width: 90px;
	padding: 0 15px;
}

.mobile-menu--btn {
	width: 40px;
	margin: 29px auto;
}

.mobile-menu--btn div {
	margin: 0 0 7px;
	-webkit-transition: transform 300ms ease;
	transition: transform 300ms ease;
}

.mobile-menu--btn div span:first-child {
	border-radius: 2px 0 0 2px;
}

.mobile-menu--btn div span:last-child {
	border-radius: 0 2px 2px 0;
}

.mobile-menu--btn span {
	float: left;
	width: 50%;
	background-color: #0bb3b5;
	height: 6px;
	display: block;
	-webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease, color 300ms ease;
	transition: transform 300ms ease, opacity 300ms ease, color 300ms ease;
}

.mobile-menu--btn.open span {
	background-color: #0bb3b5;
}

.mobile-menu--btn.open div:nth-child(1) { -webkit-transform: translateY(8px); transform: translateY(8px); }
.mobile-menu--btn.open div:nth-child(1) span:first-child { -webkit-transform: translateX(5px) rotateZ(45deg); transform: translateX(5px) rotateZ(45deg); }
.mobile-menu--btn.open div:nth-child(1) span:last-child { -webkit-transform: translateX(-5px) rotateZ(-45deg); transform: translateX(-5px) rotateZ(-45deg); }

.mobile-menu--btn.open div:nth-child(2) span:first-child { -webkit-transform: translateX(-15px); transform: translateX(-15px); opacity: 0; }
.mobile-menu--btn.open div:nth-child(2) span:last-child { -webkit-transform: translateX(15px); transform: translateX(15px); opacity: 0; }

.mobile-menu--btn.open div:nth-child(3) { -webkit-transform: translateY(-8px); transform: translateY(-8px); }
.mobile-menu--btn.open div:nth-child(3) span:first-child { -webkit-transform: translateX(5px) rotateZ(-45deg); transform: translateX(5px) rotateZ(-45deg); }
.mobile-menu--btn.open div:nth-child(3) span:last-child { -webkit-transform: translateX(-5px) rotateZ(45deg); transform: translateX(-5px) rotateZ(45deg); }

.mobile-cart--btn-cont {
	left: auto;
	right: 0;
	border-left: 2px solid #e7e7e7;
	border-right: none;
	line-height: 90px;
}

.mobile-cart--btn-cont a {
	display: block;
	font-size: 33px;
	color: #0bb3b5;
	font-weight: 600;
}

.header-usp-outer {
    padding: 0 40px;
    background-color: #fff;
    border-bottom: 2px solid #fff;
	width: 100%;
}
.header-usps {
    background-color: #0bb3b5;
}
.header-usps.slick-initialized.slick-slider {
    display: flex;
    justify-content: center;
}

.header-usps.border-fix .header-usp--item-outer:last-child {
	border-right: none;
}

.header-usps .slick-track {
    display: flex;
    height: 100%;
}
.header-usps .header-usp--item-outer {
    display: flex;
    border-right: 2px solid #07a2a4;
}
.header-usps:not(.slick-slide) > div {
    flex: 1;
}
.header-usps:not(.slick-slide) {
    display: flex;
    justify-content: space-between;
}

.header-usp--item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1 0 16.6666%;
    padding: 7px 20px;
}
.header-usp-icon {
    flex-shrink: 0;
    margin-right: 10px;
}
.header-usp-icon svg {
    fill: #fff;
}
.header-usp-text {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.045em;
}


/*
|--------------------------------------------------------------------------
| Template > Header > Top Bar
|--------------------------------------------------------------------------
*/
.header-top--cont {
	height: 30px;
	background-color: #0bb3b5;
	line-height: 30px;
	color: #fff;
}

.header-top {
	display: flex;
	font-size: 13px;
}

.header-top a {
	color: inherit;
	margin: 0 20px 0 0;
}

.header-top-nav--link:hover,
.header-top--right a:hover {
	text-decoration: underline;
}

a.header-top-contact:hover {
	text-decoration: none;
}

.header-top--left,
.header-top--right {
	flex: 1;
}

.header-top--right {
	text-align: right;
}

.header-top--right a {
	margin: 0 0 0 20px;
}

.header-top--middle {
	font-weight: 600;
}

.header-top-message--icon {
	height: 12px;
	margin: 0 3px 0 0;
    vertical-align: middle;
}

.header-top-contact--icon {
	height: 12px;
	width: 12px;
	fill: currentColor;
	vertical-align: middle;
}

.header-top-contact span span {
	font-weight: 600;
	display: inline;
}

.announcement-bar {
	background-color: #3bc96e;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	padding: 8px;
}

.announcement-bar a {
	color: inherit;
}

.announcement-bar a:hover {
	text-decoration: underline;
}



/*
|--------------------------------------------------------------------------
| Template > Header > Main
|--------------------------------------------------------------------------
*/
.header-main {
	padding: 18px 0;
}

.header-main--left,
.header-main--right {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	flex-shrink: 0;
}

.header-main--right {
	flex-shrink: 0;
}

.header-main--middle {
	position: relative;
	flex: 1 1 auto;
	width: 100%;
	margin: 0 60px;
	display: flex;
    justify-content: center;
}

.header-search {
	border: 1px solid #0bb3b5;
	display: flex;
	position: relative;
}

.header-search .spinner {
	position: absolute;
	top: 0px;
    right: 3px;
    height: 50px;
    width: 50px;
    background: #fff;
}


.search-dropdown-listings {

}

.search-dropdown-listing {
	display: flex;
	border-bottom: 1px solid #e9e9e9;
	font-weight: 600;
}

.search-dropdown-listing:last-child {
	border-bottom: none;
}

.search-dropdown-listing--title {
	color: #0bb3b5;
	font-size: 14px;
	letter-spacing: -0.045em;
	transition: background .3s ease, border .3s ease, opacity .3s ease, color .3s ease;
}

.search-dropdown-listing:hover .search-dropdown-listing--title {
	color: #d46d11;
}

.search-dropdown-listing--content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
}

.search-dropdown-listing--price {
	color: #0d0d0d;
	font-size: 14px;
	letter-spacing: -0.045em;
}

.search-dropdown-listing--sku {
	color: #666666;
	font-size: 14px;
	letter-spacing: -0.045em;
}

.search-dropdown-listing--subtitle {
	color: #0d0d0d;
	font-size: 14px;
	letter-spacing: -0.045em;
}

.search-dropdown-listing--image-cont {
	flex-shrink: 0;
}

.flex-blocker {
	display: none;
}

.search-dropdown-listing--image {
	width: 84px;
}

.header-main--middle {
	max-width: 500px;
}

.header-search--input {
	height: 50px;
	width: 100%;
	font-size: 18px;
	color: #0bb3b5;
	padding: 12px 20px;
}

.header-search--input::-webkit-input-placeholder {
	color: #0bb3b5;
}

.header-search--button {
	height: 50px;
	width: 50px;
	flex-shrink: 0;
	color: #0bb3b5;
	background-color: transparent;
}

.header-search--button svg {
	height: 26px;
	fill: #0bb3b5;
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease;
}

.header-search--button svg:hover {
	fill: #0bb3b5;
}

.search-dropdown--view-all {
	display: block;
	padding: 6px;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	background-color: #357ab3;
	width: 100%;
	color: #fff;
}

.search-dropdown--view-all:hover {
	color: #fff;
	background-color: #038f91;
}

.search-dropdown--empty {
	text-align: center;
	padding: 10px;
	font-weight: 600;
}

.logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.logo--trade {
	height: 57.5px;
	margin: 0 0 0 8px;
}

.logo--tradeplus {
	height: 57.5px;
	margin: 0 0 0 8px;
}

.logo--image {
	height: 74px;
	display: block;
}

.header-cart {
	margin-left: auto;
	display: flex;
	align-items: center;
	font-size: 18px;
	border: 1px solid #e9e9e9;
	border-radius: 25px;
	height: 50px;
	padding: 0 46px 0 0;
}

.header-cart--not-empty {
	color: #74b433;
}

.header-cart--not-empty:hover {
	color: #74b433;
}

.header-cart--not-empty svg path {
	fill: #74b433;
}

.header-cart:hover {
	border-color: #038f91;
}

.header-cart--not-empty:hover {
	border-color: #038f91;
}

.header-cart--not-empty .header-cart--icon {
	border-color: #0bb3b5;
}

.header-cart--title {
	color: #0d0d0d;
	font-weight: 600;
	margin: 0 10px 0 0;
}

.header-cart--icon {
	height: 50px;
	width: 50px;
	border-radius: 25px;
	border: 2px solid #0bb3b5;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 16px 0 -2px;
}

.header-cart--icon svg {
	width: 26px;
}
.header-cart--icon svg path {
    fill: #0bb3b5;
}
.header-cart--text {
    color: #0bb3b5;
}

.header-bottom--cont {
	transition: padding 300ms ease;
	border-top: 1px solid #e9e9e9;
}

.header-bottom {
	display: flex;
	position: relative;
}

.header-nav {
	letter-spacing: -0.045em;
}

.header-nav--link-cont {
	display: inline-block;
	margin: 0 46px 0 0;
}
.header-bottom--cont:not(.header-nav--padding) {
    padding-bottom: 0!important;
}

.header-dropdown a {
	color: inherit;
}

.header-nav--link {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #0d0d0d;
	padding: 20px 0;
}
.header-nav--link:hover {
	color: #0bb3b5;
}

/* .header-nav--link-cont:hover .header-nav--link.has-dropdown:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #337ab4 transparent;
} */

/* .header-nav--link-cont:hover .header-dropdown {
	display: flex;
} */

@keyframes headerDropdownIn {
	0% {
		max-height: 0px;
	}

	100% {
		max-height: 2000px;
	}
}

.header-nav--link-cont.hover .header-dropdown {
	display: flex;
	/* max-height: 2000px; */
	animation: headerDropdownIn linear 600ms forwards;
}


.header-nav--link-cont.hover .header-nav--link.has-dropdown:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #0bb3b5 transparent;
}

.header-dropdown {
	display: none;
	position: absolute;
	background-color: #038f91;
	left: 0; top: 100%; right: 0;
	color: #fff;
	z-index: 11;
	max-height: 0;
    overflow: hidden;
}

.header-dropdown-columns {
	position: relative;
	flex: 1;
	max-width: calc(100% - 590px);
	z-index: 20;
}

.header-dropdown-column {
	flex: 1 0 auto;
	background-color: #0bb3b5;
	/* width: 33.3333333%; */
	width: 50%;
}

.header-dropdown-column .header-dropdown-column {
	position: absolute;
	top: 0;
}

.header-dropdown-column-2 {
	display: none;
	/* left: 33.33333333%; */
	left: 50%;
	width: 50%;
	background-color: #0e6d6e;
	z-index: 3;
}

.header-dropdown-column-3 {
	display: none;
	width: 100%;
    left: 100%;
	background-color: #095656;
	z-index: 43214;
}

.header-dropdown-column--title, .diagram-title {
	font-size: 18px;
	color: #fff;
	padding: 15px 20px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #038f91;
	min-height: 69px;
}

.header-dropdown-column--button {
	background-color: #038f91;
	color: #fff;
	border-radius: 10px;
	flex-shrink: 0;
	font-size: 11px;
	padding: 2px 15px;
	letter-spacing: 0.025em;
	margin: 0 0 0 10px;
}

.header-dropdown-column--button:hover {
    background-color: #0e6d6e;
}
.diagram-title .header-dropdown-column--button {
    background-color: #0e6d6e;
}
.diagram-title .header-dropdown-column--button:hover {
    background-color: #246194;
}

.header-dropdown-subcats {
	padding: 14px 0;
}

.header-dropdown-subcat-link-cont {
	font-size: 15px;
	color: #e9e9e9;
}

/* .header-dropdown-subcat-link:hover .header-dropdown-click-trap {
	display: block;
}

.header-dropdown-click-trap {
	display: none;
    height: 300px;
    width: 300px;
    background-color: crimson;
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
	animation: clickTrapOut 1000ms ease forwards;
	z-index: 3;
}

@keyframes clickTrapOut {
	to {
		opacity: 0;
		visibility: hidden;
		transform: translateY(-50%) rotate(-45deg);
		right: -240px;
	}
} */

.header-dropdown-subcat-link {
	position: relative;
	display: flex;
	align-items: center;
	padding: 4px 21px;
}

.header-dropdown-subcat-link > span {
	margin: 0 5px 0 0;
}

.header-dropdown-subcat-link.highlight {
	background-color: #d46e12!important;
	color: #fff!important
}

.header-dropdown-column-3 .header-dropdown-subcat-link:hover {
	text-decoration: underline;
}

/*
.header-dropdown-subcat-link-cont:hover > .header-dropdown-subcat-link {
	background-color: #0e6d6e;
	color: #d46d11;
}

.header-dropdown-subcat-link-cont:hover > .header-dropdown-column {
	display: block;
}
*/

.header-dropdown-subcat-link-cont.hover > .header-dropdown-subcat-link {
	background-color: #038f91;
	color: #fff;
}

.header-dropdown-subcat-link-cont:hover > .header-dropdown-subcat-link {
	background-color: #038f91;
}

.header-dropdown-subcat-link-cont.hover > .header-dropdown-column {
	display: block;
}

/* .header-dropdown-column-2 .header-dropdown-subcat-link-cont:hover > .header-dropdown-subcat-link {
	background-color: #095656;
} */

.header-dropdown-column-2 .header-dropdown-subcat-link-cont:hover > .header-dropdown-subcat-link {
	background-color: #038f91;
}

.header-dropdown-column-2 .header-dropdown-subcat-link-cont.hover > .header-dropdown-subcat-link {
	background-color: #038f91;
}

.header-dropdown-subcat-link-cont svg {
	flex-shrink: 0;
    margin: 0 0 0 auto;
}

.header-dropdown-subcat-link--image {
	height: 41px;
	width: 41px;
	border-radius: 30px;
	background-color: #fff;
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

.header-dropdown--banner {
	min-width: 690px;
	background-color: #038f91;
	padding: 20px;
}

.header-dropdown--banner img {
	display: block;
	margin: 0;
}

.header-links {
	margin: 0 0 0 auto;
	display: flex;
}

.header-link {
	display: flex;
	font-size: 16px;
	color: #0bb3b5;
	letter-spacing: -0.045em;
	margin: 0 0 0 34px;
	align-items: center;
}

.header-link--icon {
	height: 30px;
	width: 30px;
	border-radius: 15px;
	border: 1px solid #0bb3b5;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 8px 0 0;
	flex-shrink: 0;
}

.header-link--icon img {
	display: block;
	width: 100%;
}
.header-link--icon > svg path {
    fill: #0bb3b5;
}

.header-link--countdown {
	color: #d46d11;
	font-size: 12px;
	text-transform: uppercase;
}

.header-trade-link,
.header-centre-link {
	position: relative;
	color: #0bb3b5;
	display: flex;
	font-weight: 500;
	align-items: center;
	font-size: 16px;
	padding: 16px 0;
}

.header-trade-link:before,
.header-centre-link:before {
	display: none;
	content: '';
	position: absolute;
    bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #e9e9e9 transparent;
	z-index: 31;
}

.header-trade-link:after,
.header-centre-link:after {
	display: none;
	content: '';
	position: absolute;
    bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #fff transparent;
	z-index: 32;
}

.header-centre-link {
	color: #0bb3b5;
}

.header-centre-link .header-link--text,
.header-trade-link--cont .header-link--text {
	font-size: 16px;
}

.header-trade-link .header-link--icon {
	width: 39.5px;
}

.header-centre-link .header-link--icon {
	/* border-color: #fff; */
}

.header-trade-link .header-link--icon {
	width: 30px;
	border-radius: 100%;
	overflow: hidden;
}

/* .header-trade-link--cont:hover .trade-dropdown {
	display: block;
}

.header-trade-link--cont:hover .header-trade-link:before,
.header-trade-link--cont:hover .header-trade-link:after {
	display: block;
}

.header-help-link--cont:hover .header-centre-link:before,
.header-help-link--cont:hover .header-centre-link:after {
	display: block;
} */

.header-trade-link--cont.hover .trade-dropdown {
	display: block;
}

.header-trade-link--cont.hover .header-trade-link:before,
.header-trade-link--cont.hover .header-trade-link:after {
	display: block;
}

.header-help-link--cont.hover .header-centre-link:before,
.header-help-link--cont.hover .header-centre-link:after {
	display: block;
}

.header-catalogue-link {
	cursor: pointer;
}

.header-catalogue-link .header-link--icon {
	background: url(/images/style/justspa/catalogue-icon@2x.jpg) no-repeat center center;
	background-size: contain;
}

.header-catalogue-link:hover .header-catalogue-link--download-text {
	color: #038f91;
}

.header-catalogue-link .header-catalogue-link--download-text path {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease;
	fill: #0bb3b5;
}

.header-catalogue-link:hover .header-catalogue-link--download-text path {
	fill: #038f91;
}

.header-link--text {
	font-size: 14px;
}

.header-link--text .blue {
	color: #038f91;
}

.header-catalogue-link--download-text {
	font-size: 12px;
	color: #0bb3b5;
	-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;
}

.header-catalogue-link--download-text svg {
	vertical-align: middle;
	margin: 0 0 0 3px;
}

.trade-dropdown {
	display: none;
	position: absolute;
	left: 0; top: 100%; right: 0;
	background-color: #fff;
    padding: 30px 50px;
	border: 1px solid #e9e9e9;
	z-index: 30;
}

.trade-dropdown--title {
	font-size: 24px;
	font-weight: 600;
	color: #0bb3b5;
	margin: 0 0 14px;
}

.trade-dropdown--grid {
	margin: 0 -40px 0 0;
	display: flex;
}

.trade-dropdown-form {
	width: 50%;
	background-color: #0bb3b5;
	padding: 30px 30px 50px 30px;
	margin: 0 40px 0 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.trade-dropdown-right {
	width: 50%;
	margin: 0 34px 0 0;
}

.trade-dropdown-usps {
	width: 50%;
	margin: 0 6px 0 0;
	color: #fff;
	padding: 22px 30px;
	font-size: 13px;
	display: flex;
	flex-direction: column;
    align-items: flex-start;
	flex: 1;
}

.trade-dropdown-usps--orange {
	background-color: #d46d11;
}

.trade-dropdown-usps--blue {
	background-color: #038f91;
}

.trade-dropdown-usp--title {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 6px;
}

.trade-dropdown-usp--button {
	text-transform: uppercase;
	padding: 2px 28px;
	border-radius: 20px;
	background-color: #fff;
	color: #038f91;
	margin: 10px 0 0 0;
	letter-spacing: 0.025em;
	color: #0bb3b5;
	font-weight: 600;
	margin: auto 0 0 0;
	justify-self: left;
}

.trade-dropdown-usps--orange .trade-dropdown-usp--button {
	color: #d46d11;
}

.trade-dropdown-usps--orange .trade-dropdown-usp--button:hover {
	color: #fff;
}

.trade-dropdown-right {
	display: flex;
}

.trade-dropdown-form--button {
	background-color: #038f91;
	color: #fff;
	margin: 10px 0 0 0;
	letter-spacing: 0.025em;
	font-weight: 600;
    padding: 6px 70px;
	border-radius: 50px;
	font-size: 16px;
}

.trade-dropdown-form--bottom a {
	color: inherit;
}

.trade-dropdown-form--bottom {
	display: flex;
	color: #fff;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}

.help-dropdown {
	display: none;
	position: absolute;
	left: 0; top: 100%; right: 0;
	background-color: #fff;
	z-index: 30;
}

/* .header-help-link--cont:hover .help-dropdown {
	display: block;
} */

.header-help-link--cont.hover .help-dropdown {
	display: block;
}

.help-dropdown .help-main {
	padding: 0;
}

.help-dropdown .advice-cat {
	padding: 20px 20px 20px 50px;
}

.help-dropdown .advice-cat--bottom {
	padding: 26px 50px;
	margin: 0;
}

.help-dropdown .embed-container {
	margin: 0;
}

.help-dropdown .help-main {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.help-dropdown .help-sidebar--title {
	display: none;
}

.help-dropdown .help-main--title {
	font-size: 24px;
}

.help-dropdown .help-cont {
	margin: 0;
}

.help-dropdown .advice-cat {
	margin: 0 -50px 0 0;
}

.help-dropdown .advice-cat--left,
.help-dropdown .advice-cat--right {
	margin: 0 50px 0 0;
	width: 50%;
	flex: 1 1 auto;
}

.help-dropdown .advice-cat--left {
	padding-top: 30px
}



/*
|--------------------------------------------------------------------------
| 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;
    padding: 0;
    opacity: 0;
	z-index: -1;
	margin: -1px 0 0 0;
    transition: .3s ease;
    background: #fff;
    border: 2px solid #e7e7e7;
	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: 600;
}

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;
}

a.search_item_title, .search_cat_title, .search_suggestion_title {
	white-space: nowrap;
	position: relative;
	font-weight: 600;
}

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: 600;
}

.search_dropdown .light {
	color: #a0a0a0;
}

.search_section_left.no_result .search_section {
	border-right: none;
}

.search_item_cont, .search_cat_cont, .search_suggestion_cont, .search_section_title {
	margin-top: 5px;
}

.search_section_title {
	padding-bottom: 4px;
}

.search_cat_cont {
	padding-left: 7px;
}

.mobile-search--input .spinner {
	right: 75px;
	height: 32px;
	width: 32px;
	top: 20px;
}

.mobile-search .search_dropdown, .search-inputs .spinner {
	display: none;
}

.original_search.no_prod {
	margin-bottom: 30px;
}

.changed_search, .original_search {
	padding-left: 50px;
}

.changed_search {
	margin-top: 15px;
}

a.dropdown_show_all {
	color: #fff;
	display: inline-block;
	background: #3479b1;
    box-shadow: 0 1px 1px #175e8e,0 2px 1px #175e8e;
    height: 24px;
	line-height: 24px;
	margin-top: 13px;
    padding: 0 15px;
}

.search_item_cont, .search_cat_cont {
	position: relative;
}

.search_section_left .last::after, .search_section_right .last::after {
    content: "";
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    display: block;
    position: absolute;
    bottom: 0;
}

a.search_item_title::before, .search_cat_title::before, .search_suggestion_title::before {
	content: "";
    height: 100%;
    width: 20px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    display: block;
    position: absolute;
    right: 0;
}



/*
|--------------------------------------------------------------------------
| Template > Footer
|--------------------------------------------------------------------------
*/
footer {
    background-color: #0d0d0d;
}
footer,
footer a {
	color: #fff;
}

.footer-newsletter--cont {
	padding: 20px 0;
	background-color: #0d0d0d;
    border-bottom: 1px solid #2e2e2e;
}

.footer-newsletter {
	display: flex;
	background-color: #0d0d0d;
	color: #fff;
	align-items: center;
}

.footer-newsletter-form,
.footer-newsletter--content {
	width: 50%;
}

.footer-newsletter--content {
	flex: 1 1 auto;
	margin: 0 14px 0 0;
}

.footer-newsletter-form {
	display: flex;
}
.footer-newsletter .checkbox-label {
	color: #fff;
}

.footer-newsletter-form input {
	flex: 1 1 auto;
	padding: 0 12px;
	height: 42px;
	width: 100%;
	margin: 0 0 0 1px;
	font-size: 13px;
}

.footer-main {
	padding: 30px 0;
	background-color: #0d0d0d;
    border-bottom: 1px solid #2e2e2e;
}

.footer-newsletter-form--button {
	background-color: #038f91;
	border-radius: 0 30px 30px 0;
	padding: 0 30px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.025em;
	font-weight: 600;
	flex-shrink: 0;
	-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;
}

.footer-newsletter-form--button:hover {
	background-color: #017b7c;
}

.footer-newsletter--title {
	font-size: 24px;
	font-weight: 600;
}

.footer-newsletter--text {
	font-size: 15px;
	margin: 6px 0 3px;
}

.footer-newsletter--small-text {
	font-size: 11px;
}

.footer-navs {
	display: flex;
}

.footer-nav {
	width: 16.6667%;
}

.footer-nav--title {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: 600;
	margin: 0 0 8px;
}

.footer-nav--title svg {
	display: none;
}

.footer-nav a {
	font-size: 14px;
	letter-spacing: -0.045em;
	margin: 0 0 6px;
}

.footer-nav a:hover {
	color: #fff;
	opacity: 0.5;
}

.footer-social {
	display: flex;
	justify-content: space-between;
	padding: 19px 0;
}

.footer-social--cont {
	border-bottom: 1px solid #2e2e2e;
}

.footer-socials {
	vertical-align: middle;
}

.footer-socials--title {
	font-size: 14px;
	letter-spacing: 0.05em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 14px 0 0;
}

.footer-socials--link {
	display: inline-block;
	vertical-align: middle;
}

.footer-contact--link {
	margin: 0 0 0 30px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.footer-socials--link a,
.footer-socials--link svg,
.footer-contact--link span,
.footer-contact--link svg {
	display: inline-block;
	vertical-align: middle;
}

.footer-contact--link svg {
	margin: 0 4px 0 0;
}

.footer-contact--link path,
.footer-socials--link path {
	fill: #fff;
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease;
}

.footer-contact--link[href^="tel:"]:hover {
	color: #fff;
}

.footer-contact--link[href^="tel:"]:hover path {
	fill: #fff;
}

.footer-contact--link:hover path,
.footer-socials--link:hover path {
	fill: #fff
}

.footer-socials--link {
	margin: 0 6px 0 0;
}

.footer-socials--link:hover,
.footer-contact--link:hover {
	opacity: 0.5;
	color: #fff;
}

.footer-bottom {
	padding: 40px 0 70px;
	font-size: 11px;
}

.footer-bottom a:hover {
	color: #fff;
	opacity: 0.5;
}



/*
|--------------------------------------------------------------------------
| Template > Footer > Bottom
|--------------------------------------------------------------------------
*/
.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 14px;
}

.footer-bottom--left {
	flex: 1 1 auto;
	margin: 0 20px 0 0;
}

.footer-payment img {
	max-width: 328px;
	width: 100%;
}

.footer-payment img.footer-payment-klarna {
	width: 68px;
	margin-right: 8px;
}



/*
|--------------------------------------------------------------------------
| Template > Mobile Menu
|--------------------------------------------------------------------------
*/
@-webkit-keyframes mobileMenuOpen {
	from  {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	to {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
}

@keyframes mobileMenuOpen {
	from {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	to {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
}

@-webkit-keyframes mobileMenuClose {
	from  {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes mobileMenuClose {
	from  {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

.page-slide-container {
	/* overflow: hidden; */
}

.page-slide {
	position: relative;
	/* transform: translate(0, 0);
	-webkit-transform: translate(0, 0); */
}

.mobile-menu {
	position: absolute;
	top: 0; left: -390px; bottom: 0;
	display: none;
	width: 390px;
	background:#fff;
	color: #0e6d6e;
	background-size: 515.5px 511.5px;
	z-index: 999;
	border-right: 1px solid #e9e9e9;
}

.mobile-account {
	display: flex;
    padding: 0 0 1px;
    border-bottom: 1px solid #f2f2f2;
}

.mobile-account a {
	flex: 1 0 50%;
	text-align: center;
	font-size: 18px;
	color: #038f91;
	background-color: #f2f2f2;
	border-right: 1px solid #fff;
	padding: 21px;
	letter-spacing: -0.045em;
}

.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; */
	display: flex;
}

.mobile-search input {
	flex: 1 1 auto;
    width: 100%;
    font-size: 18px;
    color: #038f91;
    padding: 20px 36px;
}

.mobile-search svg {
    height: 22px;
    fill: #0bb3b5;
}

.mobile-search button {
	flex-shrink: 0;
	background-color: #fff;
    padding: 12px 36px 12px 20px;
}

.mobile-search--input {
	overflow: hidden;
}

.mobile-store {
	padding: 20px 0 0 20px;
	display: none;
}

.mobile-nav {
	border-top: 1px solid #e9e9e9;
	margin: 1px 0 0 0;
}

.mobile-nav .mobile-store--link {
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: #c0bfbf;
	padding: 6px 0;
	margin: 0 0 8px;
	letter-spacing: -0.045em;
}

.mobile-store--cont > a {
	display: block;
	background: url(/images/style/justspa/icon-mobile-dropdown-down.png) no-repeat right 8px;
}

.mobile-store--cont.open > a {
	display: block;
	background: url(/images/style/justspa/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: 40px;
    padding: 10px 24px 10px;
}

.onpage-search__submit {
	height: 60px;
	width: 70px;
	background-color: #0bb3b5;
}

.onpage-search__submit svg {
	width: 28px;
	height: 28px;
}

.mobile-nav li {
	/* border-bottom: 1px solid #e9e9e9; */
}

.mobile-nav li a {
	/* padding: 26px 36px; */
}

.mobile-nav--link,
.mobile-cms-nav--link {
	color: #0bb3b5;
	letter-spacing: -0.045em;
	font-size: 24px;
	font-weight: 600;
	display: flex;
}

.mobile-cms-nav--link {
	font-weight: 400;
	font-size: 22px;
}

.mobile-cms-nav {
	list-style-type: none;
	padding: 14px 0;
}

.mobile-cms-nav li {
	padding: 14px 36px;
}

.mobile-nav--link svg {
	margin: 0 0 0 auto;
	flex-shrink: 0;
}



#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: 12px 20px;
	background-color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin: 1px;
}

#page_numbers .page_number_sel a {
	background-color: #0bb3b5;
	color: #fff;
}

.lazy-load {
	clear: both;
	padding: 15px 0;
}

.lazy-load .spinner {
	border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #000000;
}

.onpage-search {
	background-color: #fff;
	position: relative;
	border: 1px solid #eaeaea;
	display: flex;
}

#mbl-filters-sub {
	display:block;
}



/*
|--------------------------------------------------------------------------
| Template > Overlay
|--------------------------------------------------------------------------
*/
#olay {
	display: none;
}

#olay_back {
	background: #000;
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 200;
	filter: alpha(opacity=70);
	opacity: .7;
	width: 100%;
}

#olay_box_container {
	width: 90%;
	max-width: 720px;
	position: absolute;
	top: 10%; left: 50%;
	z-index: 201;
    transform: translateX(-50%);
}

#olay_box {
	background: #fff;
	width: 100%;
	padding: 30px;
	/* margin: 0 0 0 -50%; */
	border-radius:10px;
    -webkit-box-shadow: 0px 0px 12px #333;
    box-shadow: 0px 0px 12px #333;
}

#olay_close,
#search_results_close {
	background:url(/images/style/justspa/olay_close.jpg) no-repeat;
	width:26px;
	height:25px;
	float: right;
	cursor: pointer;
}



/*
|--------------------------------------------------------------------------
| Home
|--------------------------------------------------------------------------
*/
.home-top {
	display: flex;
}

.home-slider {
	background-color: #0bb3b5;
	flex: 1;
	overflow: hidden;
	margin-bottom: 20px;
}

.home-slider .slick-slider,
.home-slider .slick-track {
	/* height: 100%; */
}

.slick-disabled {
	opacity: 0.7;
	filter: grayscale(100%);
}

.home-banners {
	width: 33.3%;
}

.home-banner {
	width: 100%;
}

.home-slide--inner {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.home-banner--inner {
	position: relative;
	height: 0;
	padding-bottom: 50%;
}

.home-banner--inner > * {
	/* position: absolute;
	top: 0; left: 0; */
}

.home-banner img,
.home-banner a {
	display: block;
	width: 100%;
}

.home-slide {
	/* min-height: 420px; */
}

.home-slide--backdrop {
	/* position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgb(27,68,122);
	background: linear-gradient(180deg, rgba(27,68,122,0) 0%, rgba(27,68,122,1) 100%);
	z-index: 2; */
}

.home-slide--inner {
	z-index: 3;
	padding: 50px;
}

.home-slide .bgvid {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
    width: 100%;
}

.home-slide .button {
	font-size: 14px;
	font-weight: 600;
	border-radius: 40px;
	padding: 7px 16px;
	letter-spacing: 0.025em;
    margin: 16px auto 0 0;
}

.home-slider .slick-list {
	height: 100%;
	width: 100%;
}

.home-slider .home-slide {
	display: flex!important;
	color: #fff;
	width: 100%;
}

.home-slider .slick-slider.has-side .slick-prev, .home-slider .slick-slider.has-side .slick-next {
    right: 33.333333%;
}

.home-slide__main {
	display: flex;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.home-slide--title {
	font-size: 48px;
	font-weight: 600;
}

.home-slide--subtitle {
	font-size: 24px;
}

.no-js .home-slider .home-slide {
	display: none;
}

.no-js .home-slider .home-slide:first-child {
	display: flex;
}

.home-slide-image {
	display: block;
}
.home-slide-image__mobile {
	display: none!important;
}

/* Home Slick Slider arrows */
.home-slider .slick-arrow {
	position: absolute;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	background-color: #fff;
	bottom: 50px;
}

.home-slider .slick-arrow svg {
	height: 20px;
	fill: #038f91;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: background .3s ease, border .3s ease, fill .3s ease, color .3s ease;
	transition: background .3s ease, border .3s ease, fill .3s ease, color .3s ease;
}

.home-slider .slick-arrow:hover svg {
	fill: #0bb3b5;
}

.home-slider .slick-next {
	right: 33.333333%;
    margin-right: 40px;
}

.home-slider .slick-next svg {
	margin-left: 2px;
}

.home-slider .slick-prev svg {
	margin-left: -2px;
}

.home-slider .slick-prev {
    right: 33.333333%;
    margin-right: 90px;
	z-index: 10;
}

.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-slide__side {
	width: 33.33333%;
    background-color: #ffffff;
}
.home-slide__side > a img {
    max-height: 100%;
}

/* Home Featured Slick Slider arrows */
.home-featured--cont  {
	margin: 0 0 60px;
}

.home-featured--cont .slick-arrow {
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	background-color: #fff;
	border: 2px solid #0bb3b5;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: border .3s ease;
	transition: border .3s ease;
}

.home-featured--cont .slick-arrow svg {
	height: 20px;
	fill: #038f91;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease;
}

.home-featured--cont .slick-next {
	right: -70px;
}

.home-featured--cont .slick-next svg {
	margin-left: 2px;
	fill: #0bb3b5;
}

.home-featured--cont .slick-prev svg {
	margin-left: -2px;
	fill: #0bb3b5;
}

.home-featured--cont .slick-arrow:hover {
	border: 2px solid #038f91;
}

.home-featured--cont .slick-arrow:hover svg {
	fill: #038f91;
}

.home-featured--cont .slick-prev {
	z-index: 10;
	left: -70px;
}

.home-featured--cont .slick-list {
	margin: 0 -18px 0 0;
}

.home-tabs--cont {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
}

.home-tabs--title {
	color: #0d0d0d;
	font-weight: 600;
	font-size: 30px;
	letter-spacing: -0.045em;
}

.home-tabs--button {
	color: #0d0d0d;
	padding: 4px 24px;
	margin: 0 0 0 6px;
}

.home-tabs--button:hover {
	color: #fff;
}

.home-tabs--button.active {
	display: none;
}

.home-tab.active {
	display: block;
}

.home-tab {
	display: none;
}

.home-brands {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 0 0
}

.home-brand {
	width: 100%;
	margin: 0 20px 20px 0;
	text-align: center;
	border: 1px solid #f2f2f2;
    max-width: calc(11.11111111111111% - 20px);
}

.home-brand--text {
	padding: 10px;
}

.home-brand--image img {
	display: block;
}

.home-part {
	margin: 0 -50px 0 0;
}

.home-part #parts_finder_container {
	display: flex;
	width: 100%;
	margin: 0;
}

.home-part#part_finder #parts_finder_hot-tub,
.home-part#part_finder #parts_finder_whirlpool {
	padding: 0;
	margin: 0 50px 0 0;
	width: 50%;
}

.home-part#part_finder .guide_container {
	height: 100%;
}



/*
|--------------------------------------------------------------------------
| Home > Categories
|--------------------------------------------------------------------------
*/
.home-cats {
	display: flex;
	margin: 0 -40px 0 0;
	/* flex-wrap: wrap; */
}

.home-cat {
	/* width: 33.3333%; */
	width: 25%;
	margin: 0 40px 0 0;
	border: 1px solid #0bb3b5;
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	background-color: #f2f2f2;
}

.home-cat--title {
	color: #038f91;
	/* color: #fff; */
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 20px;
}

.home-cat-subcat {
	display: flex;
	align-items: center;
	margin: 0 0 5px;
	font-size: 18px;
	color: #0bb3b5;
}

.home-cat-subcat--image {
	height: 55px;
	width: 55px;
	border-radius: 30px;
	border: 1px solid #eaeaea;
	flex-shrink: 0;
	margin: 0 16px 0 0;
}
.home-cat-subcat--text a {
    /* color: #fff; */
	color: #038f91;
}
.home-cat-subcat--text a:hover {
    opacity: .8;
}

.home-cat--view-all-cont {
	margin: auto 0 0 0;
	align-self: baseline;
}

.home-cat--view-all {
	background-color: #f2f2f2;
	border-radius: 20px;
	color: #038f91;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 16px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	margin: 20px 0 0 0;
}

.home-cat--view-all:hover {
	background-color: #e9e9e9;
}

.home-custom-banners {
	display: flex;
}

.home-custom-banner {
	width: 50%;
	min-height: 260px;
	padding: 30px 50px;
	display: flex;
	align-items: center;
	color: #fff;
	letter-spacing: -0.045em;
}

.home-custom-banner--full {
	width: 100%;
}

.home-custom-banner--trade {
	background: url(/images/style/justspa/home-custom-banner-trade-bg-graphic.png) #d6751f no-repeat center left;
    background-size: contain;
}

.home-custom-banner--catalogue {
	background: url(/images/style/justspa/home-custom-banner-catalogue-bg-graphic.png) #038f91 no-repeat center left;
    background-size: contain;
}

.home-custom-banner--image img {
	display: block;
	width: 100%;
}

.home-custom-banner--image {
	width: 190px;
	flex-shrink: 0;
}

.home-custom-banner--title {
	font-size: 48px;
	font-weight: 600;
}

.home-custom-banner--subtitle {
	font-size: 24px;
}

.home-custom-banner--text {
	margin: 10px 0 0 0;
}

.home-custom-banner--text,
.home-custom-banner--text p {
	font-size: 16px;
	color: #0ccdcf;
}

.home-custom-banner--content {
	margin: 0 0 0 50px;
    max-width: 500px;
	flex: 1 1 auto;
}

.home-custom-banner--button-cont {
	margin: 22px 0 0 0;
}

.home-custom-banner--button-cont svg {
	vertical-align: middle;
}

.home-custom-banner--button-text {
	color: #0ccdcf;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	font-size: 13px;
}

.home-custom-banner-usps--cont {
	display: flex;
	margin: 15px 0 0 0;
	font-size: 16px;
}

.home-custom-banner-usps {
	width: 50%;
	list-style-type: none;
	margin: 0;
}

.home-custom-banner-usps li:first-child {
	margin: 0;
}

.home-custom-banner-usps li {
	background: url(/images/style/justspa/list-icon-trade@2x.png) no-repeat;
	background-position: left 3px;
	background-size: 14px 14px;
	padding: 0 0 0 20px;
	margin: 14px 0 0 0;
	color: #f3d4b9;
}

.home-bottom {
	display: flex;
	margin: 0 -70px 0 0;
}

.home-welcome,
.home-articles {
	width: 50%;
	margin: 0 70px 0 0;
}

.home-welcome--title {
	font-size: 30px;
	color: #038f91;
	font-weight: 600;
	margin: 0 0 20px;
}

.home-welcome--button {
	margin: 20px 0 0 ;
}

.home-article {
	display: flex;
	margin: 10px 0 0 0;
	border: 1px solid #f2f2f2;
}

.home-article:first-child {
	margin: 0;
}

.home-article--image {
	flex-shrink: 0;
	width: 108px;
	border-right: 1px solid #f2f2f2;
}

.home-article--image img {
	display: block;
}

.home-article--content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 13px 16px;
}

.home-article--title {
	font-size: 14px;
	font-weight: 600;
	color: #0bb3b5;
}

.home-article--bottom {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0 0;
	font-size: 11px;
	color: #0d0d0d;
	text-transform: uppercase;
	font-weight: 400;
	align-items: center;
}

.home-article--bottom a {
	font-weight: 600;
}

.home-maps .slick-track {
	display: flex!important;
}
.home-maps.slick-initialized .slick-slide {
	display: flex;
    height: inherit;
	background-color: #0bb3b5;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-left: -1px;
    margin-right: -1px;
}
.home-map.slick-slide {
    /* flex-direction: column; */
}


.home-maps {
	/* display: flex; */
	/* margin: 0 0 60px; */
	background-color: #f2f2f2;
	/* background-color: #51545b; */
	/* border: 1px solid #0bb3b5; */
}

.home-map {
	width: 50%;
	background-color: #393b3a;
	display: flex;
	margin: 0 1px 0 0;
}

.home-map-hover-text {
	display: flex;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

.home-map-hover-text svg {
	margin: 0 0 0 6px;
}

.home-map-side {
	background-color: #038f91;
    /* width: 100%!important; */
	width: 280px;
    /* flex: 2; */
}

.home-map-main {
	flex: 1 1 0;
	padding: 25px 35px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background-color: #f2f2f2;
	/* background-color: #fff; */
	flex: 1;
}

.home-map-main:nth-child(2n) {
	/* background-color: #038f91; */
}

.home-map--titles {
	color: #038f91;
	text-align: center;
	margin-bottom: 10px;
}

.home-map--title {
	font-weight: 600;
	font-size: 30px;
}

.home-map--subtitle {
	font-weight: 400;
	font-size: 20px;
}

.home-map-side--item {
	width: 100%;
	display: block!important;
}

.home-maps .slick-arrow {
	position: absolute;
	top: 20px;
	background: #fff;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	z-index: 1;
	top: 30px;
}

.home-maps .slick-next {
	right: 20px;
}

.home-maps .slick-prev {
	left: 20px;
}

.home-maps .slick-arrow svg {
	height: 17px;
	position: absolute;
	top: 50%;
	fill: #038f91;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-map-side--link {
	color: #fff;
    padding: 10px 35px;
    margin: 0 -35px;
	font-size: 14px;
	display: block;
	cursor: pointer;
}

.home-map-side--link.is-active {
	display: block;
	background-color: #0d0d0d;
    color: #fff;
}

.home-map .diagram {
	position: relative;
	max-width: 660px;
    margin: 0 auto;
}

.header-diagram-img--outer .home-map-hover-text {
	position: absolute;
	bottom: 20px; right: 20px;
	pointer-events: none;
	z-index: 11;
}

.home-maps .home-map-hover-text {
	display: none;
}

.home-map-side nav {
	padding: 20px 35px;
	overflow: hidden;
}

.home-map-side--title::before {
	/* content: '1';
	display: block;
	height: 26px;
	width: 26px;
	border-radius: 13px;
	color: #0bb3b5;
	font-weight: 600;
	text-align: center;
	margin: 0 6px 0 0;
	background-color: #fff;
	line-height: 26px; */
}

.home-map-side--title {
	display: flex;
	align-items: center;
	font-size: 18px;
	letter-spacing: -0.025em;
	font-weight: 600;
	color: #fff;
	padding: 20px 30px;
	border-bottom: 1px solid #0e6d6e;
}



/*
|--------------------------------------------------------------------------
| CMS > Template
|--------------------------------------------------------------------------
*/
.page-subtitle {
	text-align: center;
	font-size: 21px;
	color: #0bb3b5;
}



/*
|--------------------------------------------------------------------------
| CMS > Template >
|--------------------------------------------------------------------------
*/
.category-list {
	text-align: center;
	font-size: 21px;
	background-color: rgba(0,0,0,0.08);
	padding: 10px 0;
}

.category-list__item {
	padding: 10px 0;
}

.category-list__link {
	font-size: 18px;
}



/*
|--------------------------------------------------------------------------
| CMS > Contact Us
|--------------------------------------------------------------------------
*/



/*
|--------------------------------------------------------------------------
| CMS > FAQ
|--------------------------------------------------------------------------
*/
.dd-section {
	padding: 40px 0 0 0;
}

.dd-section--title {
	font-size: 18px;
	color: #038f91;
}

li.dd-block {
	border-radius: 2px;
	border: 1px solid #e9e9e9;
	border-top: none;
}

.dd-block:first-child {
	border: 1px solid #e9e9e9;
}

.dd-title {
	position: relative;
	font-size: 18px;
	padding: 18px 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #0bb3b5;
}

.dd-title svg {
	margin: 0 0 0 auto;
	flex-shrink: 0;
}
.dd-title svg path, .download-section--title svg path {
    fill: #0bb3b5;
}

.dd-text {
	padding: 0 20px 20px 20px;
	font-size: 12px;
}

.dd-text p {
	font-size: 12px;
}

.dd-title span {
	display: block;
	padding: 0 20px 0 0;
}

.dd-open svg {
	transform: rotate(-180deg);
}



/*
|--------------------------------------------------------------------------
| Shop > Category
|--------------------------------------------------------------------------
*/
.category-main {
	flex: 1;
}

.sidebar {
	position: relative;
	width: 280px;
	flex-shrink: 0;
	background-color: #038f91;
}

.shop-sidebar-blue {
	background-color: #038f91;
}

.shop-sidebar--hide-cats-until-mobile {
	display: none;
}

.sidebar--grey .shop-sidebar-blue .sidebar--title {
    border-bottom: 1px solid #038f91;
}

.sidebar .rating-star svg {
	fill: #299650
}

.sidebar .rating-star--empty svg {
	fill: #8a8f9b
}

.sidebar--grey {
	background-color: #393b3a;
}

.sidebar__segment {
	padding: 16px 20px;
	border-bottom: 1px solid #42464d;
	color: #fff;
}

.sidebar-content {
	overflow: hidden;
	width: 100%;
}

/* Category grid */
.category-grid {
	margin: 0 0 30px;
}

.category-item {}



/*
|--------------------------------------------------------------------------
| Shop > Filters
|--------------------------------------------------------------------------
*/
.filter-subcategories .filter-title, #sidebar--mbl-filters {
	display: none;
}

.grid-filters-subcategories {
	display: block;
}

.filter-subcategories {
	display: none;
}

.filters .sidebar__segment {
	padding: 0;
}

.filters a {
	color: #fff;
	font-weight: 400;
}

.filters__title {
	height: 64px;
	padding: 0 15px;
}

.filters__title svg {
	display: none;
	flex-shrink: 0;
	fill: #666;
	width: 11px;
	height: 7px;
}

#mbl-filters, .filter-title {
	padding: 15px;
	cursor: pointer;
}

#mbl-filters span, .filter-title span {
	display: block;
	position: relative;
}

.filter-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.filter-title span {
	text-transform: uppercase;
	font-weight: 600;letter-spacing: 0;
}

.filter-title svg {
	flex-shrink: 0;
}

.filter-title > svg {
	width: 11px;
	height: 7px;
	fill: #fff;
	flex-shrink: 0;
}

.filter-title--right {
	display: flex;
	margin: 0 0 0 auto;
	align-items: center;
	flex-shrink: 0;
}

.filter-title--arrow svg {
	width: 14px;
	height: 8px;
	fill: #fff;
}

.filter-info {
	position: relative;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	border-radius: 7px;
	background-color: #0bb3b5;
	margin: 0 10px 0 0;
}

.filter-info:hover .filter-info-dropdown {
	display: block;
}

.filter-info-dropdown {
	display: none;
	padding: 10px 20px;
	border-radius: 3px;
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	background-color: #0bb3b5;
	color: #fff;
	font-size: 12px;
	min-width: 220px;
	text-align: center;
	z-index: 40;
}


.filter-info-dropdown:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 9px 0 9px;
	border-color: #0bb3b5 transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%);
	bottom: -8px;
}


.filter-info svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	flex-shrink: 0;
}

.filter-open .filter-title--arrow svg {
	transform: rotate(-180deg)
}

.filter-overflow-button {
	text-transform: uppercase;
	color: #0ccdcf;
	font-size: 12px;
	font-weight: 600;
	margin: 8px 0 0 0;
	letter-spacing: 0;
	cursor: pointer;
}

.filter-overflow {
	display: none;
}

.filter-overflow.active {
	display: block;
}

.filter ul {
	padding: 0 15px 15px 15px;
}

.filter li {
	display: flex;
}

.slider-filter li {
	display: block;
}

.opt_desc {
	font-size: 12px;
	margin: 0 0 4px;
	color: #fff;
}

.filter-result-count {
	display: none!important;
	flex-shrink: 0;
	margin: 6px 0 0 auto;
	color: #0ccdcf;
	font-size: 11px;
}

.filter--links a {
	position: relative;
	padding: 5px 0 4px 20px;
	font-size: 14px;
}

.filter--links a:before {
	content: '';
	position: absolute;
	height: 13px;
	width: 13px;
	top: 9px;
	left: 0;
    background: #494c52;
	border-radius: 3px;
}

.footer-contact--link--whatsapp {
	display: none;
}

.list-reset li:not(.slider-filter-li):not(.mobile-nav--toggle):not(.dd-block) {
	display: flex;
	align-items: center;
}

.list-reset a {
	flex: 1 1 auto;
}

.filter-products-count {
	margin-left: 5px;
	font-size: 12px;
	vertical-align: baseline;
	color: #08a9ab;
    white-space: nowrap;
	float: right;
}

.filter--links .filter-selected a {
	font-weight: 600;
}

.filter--links .filter-selected a:before {
	background: url(/images/style/justspa/icon-tick-2x.png) no-repeat center center;
	background-size: 13px 10px;
	border: none;
}

#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: #0bb3b5;
	border: none;
	color: #666666;
	font-weight: 600;
	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: 600;
	margin-bottom: 5px;
}

#price_filter #range-tooltip-2 {
	float: right;
}

#price_submit {
	clear: both;
	border-radius: 30px;
}

.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/justspa/icon-swatch-tick.png) no-repeat center right 6px;
	background-size: 10px 9px;
}

.filter-swatch.sel .filter-swatch--inner {
	background-color: #1e1e1e;
	background: url(/images/style/justspa/icon-swatch-tick.png) no-repeat center right 6px #1e1e1e;
	background-size: 10px 9px;
	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.75em solid rgba(255, 255, 255, 0.2);
    border-right: 0.75em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.75em solid rgba(255, 255, 255, 0.2);
    border-left: 0.75em solid #ffffff;
	width: 5em;
	height: 5em;
}
.shop-products .spinner {
	border-top: 1.1em solid rgb(102,102,102);
    border-right: 1.1em solid rgb(102,102,102);
    border-bottom: 1.1em solid rgb(102,102,102);
    border-left: 1.1em solid #ffffff;
	width: 10em;
	height: 10em;
}



/*
|--------------------------------------------------------------------------
| Shop > Navtrail
|--------------------------------------------------------------------------
*/

.shop--navtrail .breadcrumb-trail {
	max-width: 60%;
	float: left;
}



/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display
|--------------------------------------------------------------------------
*/

div#results_view {
    display: flex;
	align-items: center;
}
#results_view > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    border: 1px solid #fff;
	color: #8b8b8b;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 20px;
	margin: 0 3px;
	font-size: 12px;
    line-height: 12px;
}
#results_view > a:not(.view_sel):hover {
	opacity: .7;
}
#results_view > a.view_sel {
	background-color: #fff;
	color: #0bb3b5;
	cursor: default;
}
#results_view > a > div {
    position: relative;
    width: 14px;
    height: 14px;
    overflow: hidden;
	margin-right: 8px;
}
#results_view > a span {
    position: absolute;
    height: 4px;
    background-color: #8b8b8b;
}
#results_view > a.result-view__grid span {
    width: 4px;
}
#results_view > a.result-view__list span {
    width: 100%;
}
#results_view > a span:first-child {
    top: 0;
}
#results_view > a span:not(:last-child):not(:first-child) {
    top: 5px;
}
#results_view > a span:last-child {
    bottom: 0;
}
a.result-view__grid > div > span::after, a.result-view__grid > div > span::before {
    content: '';
    position: absolute;
    background-color: #8b8b8b;
    height: 4px;
    width: 4px;
}
a.result-view__grid > div > span::before {
    left: 10px;
}
a.result-view__grid > div > span::after {
    left: 5px;
}
#results_view > a.view_sel span, #results_view > a.view_sel  > div > span::after, #results_view > a.view_sel  > div > span::before {
	background-color: #0bb3b5;
}

.product-grid {
	/* margin-left:-15px; */
}
.product-grid:not(.slick-slider), .listing-upsells .product-grid {
	flex-wrap: wrap;
	margin-right: -20px;
	display:flex;
}
.listing-related .product-grid {
    display: grid;
    margin-right: -20px;
}

.product-grid--item {
	margin: 0 0 20px;
	padding-right: 20px;
	display: flex;
	width: 100%;
}
.product-grid--item__nostock {
    opacity: .6;
}

.product-grid--item__ondemand .product-main--cont {
    opacity: .6;
}

.product-image {
	position: relative;
	/* width: 260px; */
	width: 25%;
	flex-shrink: 0;
	border-right: 1px solid #e9e9e9;
}

.product-image img {
	display: block;
	width: 100%;
}

.product--brand {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 72px;
	flex-shrink: 0;
}

.product--brand img {
	display: block;
}

.product-grid--item .product--brand {
	position: relative;
	top: auto; left: auto; right: auto; bottom: auto;
	align-self: flex-end;
	/* margin: 5px */
}

.product-main--cont {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.product-main {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	height: 100%;
	background-color: #fff;
}


.product-usps {
	display: flex;
	background-color: #0d0d0d;
	margin: auto 0 0 0;
}

.product-usp {
	flex: 1 1 25%;
	text-align: center;
	border-right: 1px solid #086566;
	color: #fff;
	font-size: 11px;
	padding: 10px;
	min-height: 32px;
	margin-right: -1px;
	text-transform: uppercase;
}

.product-usp svg {
	margin: 0 4px 0 0 ;
}

.product-usp.empty svg {
	display: none;
}

.product-view-btn {
	padding: 8px;
	text-align: center;
	margin: auto 0 0 0;
	background-color: #299650;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0;
	text-transform: uppercase;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	-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;
}

.product-view-btn:hover {
	background-color: #208544;
	color: #fff;
}

.product-view-btn--oos {
	background-color: #8C8C8C;
}

.product-view-btn--oos:hover {
	background-color: #7C7C7C;
}

.product-content {
	margin: 20px 30px;
}

.product-grid--item .product-content {
	margin: 20px 30px;
}

.product-grid--item.prod_alt .product-content{
	width: 100%;
}

.product--title {
	font-size: 18px;
	color: #0bb3b5;
	font-weight: 600;
	letter-spacing: -0.045em;
}

.product--title:hover {
	color: #038f91;
}

.product--subtitle {
	font-size: 13px;
	color: #606060;
	letter-spacing: -0.025em;
	margin: 6px 0 0 0;
	font-weight: 600;
}

.product--shortdesc {
	font-size: 12px;
	color: #606060;
}

.product--shortdesc ul {
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 10px;
	list-style-type: none;
	margin-left: 14px;
}

.product--shortdesc li {
	position: relative;
	margin: 0 0 4px;
}

.mobile-spares-cont {
	display: flex;
	flex-direction: column;
	margin: 15px 10px;
}

.product--shortdesc li::before {
	content: '';
	height: 7px;
	width: 7px;
	border-radius: 4px;
	background-color: #606060;
	position: absolute;
	top: 4px;
	left: -12px;
}

.product-grid--item .product-spares {
	white-space: nowrap;
}

.product-grid--item .product-info {
	display: flex;
    justify-content: space-between;
	flex: 1 1 auto;
}

.product-spares--cont {
	margin: 25px;
	display: flex;
	flex-shrink: 0;
}

.product-grid--item .product-spares--cont {
	margin: auto 0 0 0;
}

.product-spares {
	border: 1px solid #e9e9e9;
	border-radius: 30px;
	background-color: #fff;
	margin: auto 0 0 0;
	padding: 6px 12px;
	color: #038f91;
	font-size: 12px;
	text-align: center;
}

.product-spares svg {
	vertical-align: middle;
	margin: 0 4px 0 0
}

.product-action--cont {
    display: flex;
    flex-direction: column;
	width: 346px;
	flex-shrink: 0;
	border-left: 1px solid #e9e9e9;
	background-color: #fff;
	max-width: 100%;
}

.product-action--alt-image-cont {
	margin: -20px -30px -40px;
}

.product-action--alt-image {
	display: block;
	width: 100%;
}

.product-action {
	padding: 20px 30px;
}

.product-action--bottom {
	margin: auto 0 0 0;
	padding: 20px 0 0 0;
}

.product--quickfind {
	margin: 0 0 0 auto;
	background-color: #0bb3b5;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	padding: 4px 7px;
	border-radius: 3px;
}

.product--quickfind svg {
	vertical-align: middle;
	margin: 0 2px 0 0;
}

.product-rrp {
	font-size: 12px;
	text-transform: uppercase;
	color: #038f91;
	display: flex;
	letter-spacing: 0;
	margin: 4px 0 10px 0;
}

#listing-header--cta .product--trade-discount,
.listing--prices .product--trade-discount {
	display: inline-block;
}

#listing-header--cta .product--trade-discount {
	margin: 0 4px 0 0;
}

.product--trade-discount {
	color: #cb7e12;
	margin: 0 0 0 4px;
}

.product-warranty, .cart_row_warranty {
	font-size: 14px;
	color: #111;
	font-weight: 600;
}

.listing-overview .product-warranty {
	font-size: 14px;
	color: #ffffff;
}

.product-warranty {
	padding: 0 30px 20px 30px;
}

.cart_row_warranty {
	padding: 0 0 15px;
}

.product-warranty label, .cart_row_warranty label {
	cursor: pointer;
}

.product-warranty span, .cart_row_warranty span {
	display: block;
	font-weight: 400;
	color: #7a7a7a;
    margin: 4px 0 0 0;
}

.product-warranty input, .cart_row_warranty input {
	margin: 0 4px 3px 0;
    vertical-align: middle;
	border-radius: 0;
	appearance: none;
	border: 1px solid #e9e9e9;
	width: 15px;
	height: 15px;
}

.product-warranty input:checked, .cart_row_warranty input:checked {
	border-color: #299650;
	background-image: url(/images/style/justspa/svg/tick.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px 8px;
}

.listing-overview input:checked {
	border-color: #ffffff;
	background-image: url(/images/style/justspa/svg/tick-white.svg);
}

.product-warranty--more {
	cursor: pointer;
}

.product-warranty--more:hover {
	color: #555;
	text-decoration: underline;
}

.listing-overview .product-warranty--more {
	color: #ffffff;
}

.product-grid-item {
	display: flex;
	flex-direction: column;
	width: 16.6667%;
	margin: 0 18px 0 0;
	border: 1px solid #e9e9e9;
}

.product-grid--item--grid-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
	background-color: #fff;
}

.product-grid-item.slick-slide {
	display: flex;
}

.product-grid-item .cart-item-stock {
	display: none;
}

.product-grid-item .cart-item-stock:nth-child(1),
.product-grid-item .cart-item-stock:nth-child(2) {
	/* display: block; */
}

.product-grid-item .product-price-rrp {
	text-align: right;
    transform: translateY(-1px);
}

.product-grid-item .product-image,
.product-grid-item .product-action--cont,
.product-grid-item .product-main {
	display: block;
	width: 100%;
    border: none;
}

.product-grid-item .product-content {
	margin: 14px 17px;
	display: flex;
	flex-direction: column;
}

.product-grid-item .product--title {
	font-size: 14px;
	color: #0bb3b5;
	font-weight: 400;
}

.product-grid-item .product--title:hover {
	color: #038f91;
}

.product-grid-item .prod_stock {
	margin: auto 0 0 0;
}

.prod_stock .blue {
	font-size: 12px;
	margin: 3px 0 0 0 ;
	display: block;
}

.product-grid-item .product-action {
	padding: 10px 17px;
	background-color: #f2f2f2;
}

.product-grid-item .cart-item-stock--short-txt {
	display: block;
}

.product-grid-item .cart-item-stock--short-txt + span {
	display: none;
}

.prod-stock {
	display: flex;
	align-items: flex-end;
	margin: 14px 0 0 0;
}

.prod-stock--left {
	padding: 0 6px 0 0;
}

.prod-stock--right {
	flex-shrink: 0;
	margin: 0 0 0 auto;
}

.product-grid-item .product--quickfind {
	padding: 0;
	background: none;
	font-weight: 400;
	color: #0bb3b5;
}

.product-grid-item .product--quickfind svg path,
.product-grid--item .prod_grid-sku svg path{
	fill: #0bb3b5
}

.product-grid-item .product-action {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	line-height: 1;
}

.product-grid-item .product-price-web {
	/* margin: 0 0 0 5px; */
	letter-spacing: 0;
	color: #0bb3b5;
	font-size: 21px;
	letter-spacing: -0.045em;
}

.product-grid-item .product-rrp {
	margin: 0 0 0 5px;
	letter-spacing: 0;
	font-size: 13px;
	color: #038f91;
}










.product-image__link {
	height: 0;
	padding-bottom: 78.7037037037037%;
}

.product-image__link img {
	display: none;
}

.product-image__link,
.product-inner--image img {
	display: block;
	width: 100%;
}

.product-inner--image img {
	border: 1px solid #e9e9e9;
}

.product-grid--item-inner {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}

.product-inner--titles {
	padding-bottom: 10px;
}

.product-inner--title,
.product-inner--subtitle,
.product-inner--row {
	padding: 0 0 8px 0;
}

.product-inner--subtitle {
	font-size: 13px;
}

.product--option-names {
	display: block;
	color: #444;
}

.product--option-name {
	margin: 0 8px 0 0;
}

.product-inner--swatches {
	float: right;
	width: 50%;
}

.product-inner--swatch {
	float: right;
	height: 18px;
	width: 18px;
	margin: 1px 1px 0 0;
	border-radius: 2px;
	border: 2px solid #e7e7e7;
}

.product-price {
	display: flex;
	align-items: center;
}

.product-price-web {
	display: flex;
	flex-direction: column;
    align-items: flex-start;
	font-size: 21px;
	color: #0bb3b5;
	letter-spacing: -0.045em;
	font-weight: 600;
}

.prod_list .product-price-web {
	display: block;
}

.list_vat {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
	margin: 0 0 2px 0;
}

.product-price-rrp {
	font-weight: 600;
}

.product-price-rrp.trade-discount {
	color: #cb7e12;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-end;
}

.sub-badge,
.on-offer-badge {
	position: absolute;
	top: 10px; left: 10px;
	width: 38px;
	height: 38px;
	border-radius: 28px;
	background-color: #cb7e12;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	pointer-events: none;
    line-height: 1;
}

.sub-badge {
	background-color: #c90ab1;
	width: 100px;
	font-size: 14px;
	border-radius: 5px;
}

.overlay-subs {
	padding: 15px 20px 10px;
	color: #0bb3b5;
	line-height: 2;
}

.overlay-subs a {
	color: #0bb3b5;
	text-decoration: underline;
}

.overlay-subs--title {
	font-weight: 700;
}


.listing-warranty-badge {
	position: absolute;
	top: 10px;right: 10px;
	color: #111;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1;
}

.listing-warranty-badge img {
	max-width: 50px;
	margin-bottom: 4px;
}

.product-grid--item.prod_grid {
    width: 16.666666%;
    flex-direction: column;
	overflow: hidden;
}
.prod_grid .product-image {
    width: 100%;
    border-right: 0;
}
.product-grid--item.prod_grid .product--brand,
.product-grid--item.prod_grid .product--shortdesc,
.product-grid--item.prod_grid .product-usps,
.product-grid--item.prod_grid .product--quickfind,
.product-grid--item.prod_grid .mobile-spares-cont,
.product-grid--item.prod_grid .product-action--bottom {
    display: none;
}
.prod_grid .product-main {
    flex-direction: column;
}
.product-grid--item.prod_grid .product-info {
	flex-direction: column;
}
.product-grid--item.prod_grid .product-content {
    margin: 10px 15px;
}
.prod_grid .product--title {
	font-size: 14px;
	font-weight: 400;
}
.prod_grid .product-action--cont {
	border: 0;
	width: 100%!important;
}
.prod_grid .product--subtitle {
    font-size: 12px;
	font-weight: 400;
}
.product-grid--item.prod_grid .product-action {
    padding: 0;
	display: flex;
    flex-direction: column-reverse;
}
.product-grid--item.prod_grid .product-warranty {
	padding: 0 15px 10px;
}
.product-grid--item.prod_grid .product-price__outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-top: 1px solid #e9e9e9;
    margin-top: 15px;
}
.product-grid--item.prod_alt .product-action{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
	padding-bottom: 0;
}
.product-grid--item.prod_grid .product-rrp,
.product-grid--item.prod_alt .product-rrp {
	margin: 0;
}
.product-grid--item.prod_grid .product-price-rrp {
	font-weight: 400;
}
.product-grid--item.prod_grid .prod_stock {
    padding: 0 15px;
	flex:1;
}
.prod_grid-sku {
	display: none;
}
.product-grid--item.prod_grid .prod_grid-sku {
    display: block;
    margin-right: 15px;
    font-size: 12px;
    color: #0bb3b5;
}

.product-grid--item.prod_alt .prod_grid-sku {
	display: block;
    font-size: 12px;
    color: #0bb3b5;
}

.comparison-bar {
	display: none;
	position: fixed;
	right: 0; bottom: 0; left: 0;
	background-color: #038f91;
	padding: 10px 30px;
	z-index: 60;
	color: #fff;
}

.compare-action--button {
	padding: 10px;
	background-color: #fff;
}

.compare-action--button .button {
	display: block;
	width: 100%;
}

.product-inner--title {
	font-size: 21px;
}

.comparison-bar--inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.compare-message {
    padding: 20px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #f1f1f1
}

.compare-message > .message {
    margin-bottom: 0;
	width: 100%;
    display: inline-block
}

.compare-message  .button {
	margin: 0 0 0 10px;
}

.comparison-bar--title {
	display: block;
	margin: 0 20px 0 0;
	width: 180px;
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
}

.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; */
	display: flex;
	align-items: center;
}

.comparison-bar--product-image {
	/* float: left; */
	width: 50px;
	display: block;
}

.comparison-bar--products {
	flex: 1;
}

.comparison-bar--products > .grid {
	width: 100%;
}

.comparison-bar--product-title-cont {
	flex: 1;
	display: block;
	padding: 4px 4px 4px 10px;
	margin-right: 30px;
	font-weight: 400;
	float: none;
	overflow: hidden;
}

.comparison-bar--product-title {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	color: #fff;
}

.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: 10px; right: 10px;
	width: 10px;height: 10px;
	/* background-color: rgba(30, 30, 30, 0.9); */
	z-index: 10;
}

.comparison-bar--product-overlay::after {
	content: '';
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 426.667 426.667' style='enable-background:new 0 0 426.667 426.667;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon fill='%23fff' points='426.667,59.733 366.933,0 213.333,153.6 59.733,0 0,59.733 153.6,213.333 0,366.933 59.733,426.667 213.333,273.067 366.933,426.667 426.667,366.933 273.067,213.333 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

.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: 600;
	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;
}

.compare-title--block {
	/* padding: 45px 40px; */
	border-right: 1px solid #f1f1f1;
}

.compare-table--title {
	font-size: 40px;
}

.compare-table--text {
	font-size: 16px;
	margin-bottom: 17px;
}

.compare-buttons {
	border-top: 1px solid #e9e9e9;
}

.compare-remove-button {
	width: 100%;
	background-color: #fff;
	color: #e10e1d;
	transition: background .3s ease, color .3s ease;
	text-transform: uppercase;
	padding: 8px 10px;
	font-size: 12px;
}

.compare-remove-button:hover {
	background-color: #e10e1d;
	color: #fff;
}

.compare-listing--item {
	border-right: 1px solid #e9e9e9;
}

.compare-listing--item:last-child {
	border-right: none;
}

.compare-listing--empty {
	position: relative;
	/* min-height: 250px; */
}

.compare-listing--empty > .add {
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%, -50%);
	font-size: 270px;
	font-weight: 600;
	color: #131313;
}

.compare .product-info {
	padding: 20px;
	background-color: #fff;
	border-top: 1px solid #e9e9e9;
}



/*
|--------------------------------------------------------------------------
| 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; bottom: 0; left: 0;
	overflow: hidden;
	z-index: 20;
	opacity: 0;
	transition: transform 300ms ease;
}

.product-overlay-top {
	position: absolute;
	color: #c0bfbf;
	height: 34px;
	padding: 10px;
	top: 0;	right: 0; left: 0;
	z-index: 999;
}

.product-overlay-top--button {
	position: absolute;
	right: 15px; top: 10px;
	background-color: #0bb3b5;
	border-radius: 5px;
	padding: 4px 5px 3px;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	transition: background .3s ease;
}

.product-overlay-top--button__compare {
	opacity: 0;
	visibility: hidden;
}

.upsell-listing .product-overlay-top--button__compare {
	top: auto;
	bottom: 10px;
	left: 15px;
	right: auto;
}

.product-grid--item:hover .product-overlay-top--button__compare,
.product-grid-item:hover .product-overlay-top--button__compare,
.upsell-listing:hover .product-overlay-top--button__compare {
	opacity: 1;
	visibility: visible;
	transition: opacity 300ms ease;
}

.upsell-listing:hover .product-overlay-top--button__compare {
	z-index: 1;
}

.product-overlay-top--button:last-child {
	float: right;
}

.product-overlay-top--button:hover {
	background-color: #0d0d0d;
}

.product-overlay-content {
	position: absolute;
	top: 34px; right: 0; bottom: 80px; left: 0;
}

.product-overlay-content-inner {
	padding: 20px;
	text-align: center;
}

.product-overlay--title {
	padding: 6px 0 0 0;
}

.product-overlay--title a {
	color: #fff;
	text-align: center;
	font-size: 15px;
}

.product-overlay-bottom {
	position: absolute;
	bottom: 0; left: 0; right: 0;
}



/*
|--------------------------------------------------------------------------
| Category Model
|--------------------------------------------------------------------------
*/
.modal {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 100;
}

.modal--inner {
	width: 100%;
	max-width: 1100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #e7e7e7;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.modal--open .modal--inner {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal--close {
	position: absolute;
	top: -55px;
	right: 0;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transform: translateY(30px);
	transition: transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
}

.modal--open .modal--close {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}


.modal--backdrop {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0,0,0,0.2);
	transition: background-color 300ms ease;
}

.modal--backdrop:hover {
	cursor: pointer;
}

.modal--inner {
	transition: opacity 300ms ease;
}

.modal--content {
	overflow: hidden;
}

.modal--image {
	float: right;
}

.modal--image img {
	width: 100%;
}

.listing--info {
	padding: 30px 30px 30px 30px;
	border: 4px solid #e7e7e7;
	border-top: 0;
	border-bottom: none;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );
}

.listing--other {
	float: right;
}

.listing--review {
	text-align: right;
	padding: 8px 0;
}

.listing--price {
	float: left;
}

.listing--price strong {
	display: block;
	font-weight: 600;
	font-size: 30px;
	color: #1e1e1e;
}

.listing--price span {
	display: block;
	font-weight: 600;
	font-size: 13px;
	color: #666666;
}

.listing--points {
	color: #0bb3b5;
	font-weight: 600;
	font-size: 13px;
}

.listing--points span {
	color: #1e1e1e;
}

.listing-pricebreaks table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.listing-pricebreaks td {
	padding: 10px 20px;
	color: #0bb3b5;
	font-size: 12px;
}

.listing-pricebreaks td:first-child {
	color: #606060;
}

.listing-pricebreaks tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.modal--button {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.modal--button-details {
	background-color: #b34834;
	font-size: 12px;
}

.modal-overview--cont {
	padding: 30px 30px 0;
}

.modal-overview {
	height: 510px;
	width: 420px;
	padding: 0 0 124px 0;
	overflow: scroll;
}

.modal-action {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 420px;
}

.modal--view-full-details {
	display: block;
	width: 100%;
	background-color: #01a4cd;
	color: #fff;
	padding: 11px 10px;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
}

.modal--view-full-details:hover {
	background-color: #0284a5;
	color: #fff;
}



/*
|--------------------------------------------------------------------------
| Listing
|--------------------------------------------------------------------------
*/
.listing-side {
	position: relative;
	width: 40%;
	float: right;
	z-index: 2;
}

.listing-side--inner {
	position: relative;
	width: 100%;
	float: right;
}

.listing-details {
	padding: 20px 0 0 0;
}

.form-options {
	position: relative;
	z-index: 1;
}

.rating-star {
	width: 20px;
	height: 18px;
	display: inline-block;
	/* margin: 0 1px; */
	margin: 0;
	padding: 0 1px 0 0;
}

.rating-star svg {
	width: 20px;
	height: 18px;
}

.rating-star svg {
	fill: #fff;
}

.rating-star--empty svg {
	fill: #225c8e;
}

.listing-personalise {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	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) */
	width: 100%;
	position: relative;
	padding-top: 25px;
}

.sub-or {
    position: absolute;
    left: 50%;
    top: 10px;
	transform: translateX(-50%);
    font-size: 20px;
	padding: 0 10px;
    color: #fff;
}


.sub-or::before,
.sub-or::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 240px;
	left: 50px;
	height: 1px;
	background-color: #fff;
	z-index: -1;
}


.sub-or::after {
	left: auto;
	right: 50px;
}

.sub-title > span {
	color: #111;
}

.listing-subscribe__bottom {
	background: rgba(0,0,0,0.1);
	padding: 6px 10px;
}

.listing-subscribe .percent {
    opacity: 0.4;
    font-size: 13px;
    padding: 3px 0 0 0
}

.listing-subscribe__button.open {
    background-color: #fa5400;
    color: #fff;
	border-radius: 0px;
	border: 1px solid #fa5400;
}

.listing-subscribe__button span {
	padding: 0 0 0 18px;
}

.listing-subscribe__button.open span {
	background: url(/images/style/justspa/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: 600;
	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 {
	background-color: #0bb3b5;
	padding: 10px 30px;
	border-top: 1px solid #038f91;
}

.listing-deadline--inner {
	display: flex;
	align-items: center;
}

.listing-deadline--truck {
	margin: 0 15px 0 0;
}

.listing-deadline--title ~ .listing-deadline-doughnuts {
	padding-top: 8px;
}

.listing-deadline--title {
	font-size: 16px;
	letter-spacing: -0.045em;
	color: #fff;
	font-weight: 600;
}

.listing-deadline--title span {
	font-weight: 400;
}

.listing-deadline--subtitle {
	color: #fff;
}

.listing-deadline--date {
	font-size: 19px;
	color: #fff;
}

.listing-deadline--link {
	font-size: 12px;
	color: #fff;
	letter-spacing: -0.045em;
}

.pulse-animation {
/*
	-webkit-animation: pulse 1s infinite;
	-moz-animation: pulse 1s infinite;
	-o-animation: pulse 1s infinite;
	animation: pulse 1s infinite;
*/
}

.listing-deadline-doughnuts {
	margin: 0 0 0 auto;
}

.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: 600;
	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: 44px; height: 44px;
  -webkit-transform: rotate(-89.9deg);
  transform: rotate(-89.9deg);
  background: #0bb3b5;
  border-radius: 50%;
}

.listing-deadline-doughnuts circle {
	position: relative;
	fill: #038f91;
	stroke: #dde2e5;
	stroke-width: 10px;
	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;
}


.stock {
	margin: 0 0 0 20px;
	color: #fff;
}


.cis-new.cart-item-stock,
.cis-new.cart-item-stock-van-green {
	display: block!important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='8px'%3E%3Cpath fill-rule='evenodd' fill='%2337af56' d='M13.710,6.817 L13.414,6.817 C13.275,6.817 13.153,6.727 13.135,6.603 C13.025,5.844 12.355,5.373 11.543,5.373 C10.732,5.373 10.062,5.844 9.952,6.603 C9.934,6.727 9.811,6.817 9.673,6.817 L9.376,6.817 C9.222,6.817 9.097,6.704 9.097,6.565 L9.097,1.643 C9.097,1.503 9.222,1.390 9.376,1.390 L11.429,1.390 C11.512,1.390 11.591,1.423 11.644,1.481 L13.925,3.942 C13.967,3.987 13.990,4.044 13.990,4.103 L13.990,6.565 C13.990,6.704 13.865,6.817 13.710,6.817 ZM12.547,3.248 L11.382,1.986 C11.329,1.928 11.250,1.895 11.167,1.895 L9.936,1.895 C9.781,1.895 9.656,2.008 9.656,2.148 L9.656,3.410 C9.656,3.549 9.781,3.662 9.936,3.662 L12.332,3.662 C12.569,3.662 12.699,3.413 12.547,3.248 ZM8.258,6.817 L4.746,6.817 C4.608,6.817 4.485,6.727 4.467,6.603 C4.358,5.844 3.687,5.373 2.876,5.373 C2.064,5.373 1.394,5.844 1.284,6.603 C1.266,6.727 1.144,6.817 1.005,6.817 L0.289,6.817 C0.135,6.817 0.010,6.704 0.010,6.565 L0.010,0.255 C0.010,0.115 0.135,0.002 0.289,0.002 L8.258,0.002 C8.412,0.002 8.538,0.115 8.538,0.255 L8.538,6.565 C8.538,6.704 8.412,6.817 8.258,6.817 ZM2.875,5.849 C3.531,5.849 4.064,6.331 4.064,6.922 C4.064,7.514 3.531,7.995 2.875,7.995 C2.220,7.995 1.687,7.514 1.687,6.922 C1.687,6.331 2.220,5.849 2.875,5.849 ZM2.875,7.238 C3.068,7.238 3.225,7.096 3.225,6.922 C3.225,6.748 3.068,6.606 2.875,6.606 C2.683,6.606 2.526,6.748 2.526,6.922 C2.526,7.096 2.683,7.238 2.875,7.238 ZM11.543,5.849 C12.198,5.849 12.732,6.331 12.732,6.922 C12.732,7.514 12.198,7.995 11.543,7.995 C10.888,7.995 10.355,7.514 10.355,6.922 C10.355,6.331 10.888,5.849 11.543,5.849 ZM11.543,7.238 C11.736,7.238 11.893,7.096 11.893,6.922 C11.893,6.748 11.736,6.606 11.543,6.606 C11.351,6.606 11.194,6.748 11.194,6.922 C11.194,7.096 11.351,7.238 11.543,7.238 Z'/%3E%3C/svg%3E");
}
.cis-new.in-stock {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='%2337af56' d='M11.182,0.005 L4.549,6.434 L1.818,3.813 L-0.003,5.560 L4.549,9.992 L13.002,1.815 L11.182,0.005 Z'/%3E%3C/svg%3E");
}
.cis-new.cart-item-stock-box {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='11px'%3E%3Cpath fill-rule='evenodd' fill='%2337af56' d='M5.914,11.002 L5.920,5.699 L10.986,3.191 L10.991,8.343 L5.914,11.002 ZM3.604,4.040 L3.329,3.900 L8.318,1.342 L8.593,1.481 L10.574,2.459 L5.503,4.979 L3.604,4.040 ZM0.421,2.459 L5.316,0.034 C5.426,-0.022 5.558,-0.022 5.673,0.034 L7.385,0.877 L2.402,3.437 L0.421,2.459 ZM2.067,5.990 C2.067,6.219 2.254,6.409 2.479,6.409 C2.704,6.409 2.891,6.219 2.891,5.990 L2.891,4.616 L3.165,4.749 L5.096,5.705 L5.091,11.007 L0.234,8.465 C0.097,8.392 0.009,8.247 0.009,8.090 L0.009,3.185 L2.067,4.202 L2.067,5.990 Z'/%3E%3C/svg%3E");
}
.cis-new.cart-item-stock-tick {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='%2337af56' d='M11.182,0.005 L4.549,6.434 L1.818,3.813 L-0.003,5.560 L4.549,9.992 L13.002,1.815 L11.182,0.005 Z'/%3E%3C/svg%3E");
}
.cis-new.cart-item-stock.out-of-stock {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 426.667 426.667' style='enable-background:new 0 0 426.667 426.667;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon fill='%23b52025' points='426.667,59.733 366.933,0 213.333,153.6 59.733,0 0,59.733 153.6,213.333 0,366.933 59.733,426.667 213.333,273.067 366.933,426.667 426.667,366.933 273.067,213.333 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
	color: #b52025;
}
.cis-new.cart-item-stock-tick {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='%2337af56' d='M11.182,0.005 L4.549,6.434 L1.818,3.813 L-0.003,5.560 L4.549,9.992 L13.002,1.815 L11.182,0.005 Z'/%3E%3C/svg%3E");
}
.cis-new.cart-item-stock.orange {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='8px'%3E%3Cpath fill-rule='evenodd' fill='%23ea881e' d='M13.710,6.817 L13.414,6.817 C13.275,6.817 13.153,6.727 13.135,6.603 C13.025,5.844 12.355,5.373 11.543,5.373 C10.732,5.373 10.062,5.844 9.952,6.603 C9.934,6.727 9.811,6.817 9.673,6.817 L9.376,6.817 C9.222,6.817 9.097,6.704 9.097,6.565 L9.097,1.643 C9.097,1.503 9.222,1.390 9.376,1.390 L11.429,1.390 C11.512,1.390 11.591,1.423 11.644,1.481 L13.925,3.942 C13.967,3.987 13.990,4.044 13.990,4.103 L13.990,6.565 C13.990,6.704 13.865,6.817 13.710,6.817 ZM12.547,3.248 L11.382,1.986 C11.329,1.928 11.250,1.895 11.167,1.895 L9.936,1.895 C9.781,1.895 9.656,2.008 9.656,2.148 L9.656,3.410 C9.656,3.549 9.781,3.662 9.936,3.662 L12.332,3.662 C12.569,3.662 12.699,3.413 12.547,3.248 ZM8.258,6.817 L4.746,6.817 C4.608,6.817 4.485,6.727 4.467,6.603 C4.358,5.844 3.687,5.373 2.876,5.373 C2.064,5.373 1.394,5.844 1.284,6.603 C1.266,6.727 1.144,6.817 1.005,6.817 L0.289,6.817 C0.135,6.817 0.010,6.704 0.010,6.565 L0.010,0.255 C0.010,0.115 0.135,0.002 0.289,0.002 L8.258,0.002 C8.412,0.002 8.538,0.115 8.538,0.255 L8.538,6.565 C8.538,6.704 8.412,6.817 8.258,6.817 ZM2.875,5.849 C3.531,5.849 4.064,6.331 4.064,6.922 C4.064,7.514 3.531,7.995 2.875,7.995 C2.220,7.995 1.687,7.514 1.687,6.922 C1.687,6.331 2.220,5.849 2.875,5.849 ZM2.875,7.238 C3.068,7.238 3.225,7.096 3.225,6.922 C3.225,6.748 3.068,6.606 2.875,6.606 C2.683,6.606 2.526,6.748 2.526,6.922 C2.526,7.096 2.683,7.238 2.875,7.238 ZM11.543,5.849 C12.198,5.849 12.732,6.331 12.732,6.922 C12.732,7.514 12.198,7.995 11.543,7.995 C10.888,7.995 10.355,7.514 10.355,6.922 C10.355,6.331 10.888,5.849 11.543,5.849 ZM11.543,7.238 C11.736,7.238 11.893,7.096 11.893,6.922 C11.893,6.748 11.736,6.606 11.543,6.606 C11.351,6.606 11.194,6.748 11.194,6.922 C11.194,7.096 11.351,7.238 11.543,7.238 Z'/%3E%3C/svg%3E");
	color: #ea881e;
}
.cis-new.cart-item-stock-tick.orange {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='%23ea881e' d='M11.182,0.005 L4.549,6.434 L1.818,3.813 L-0.003,5.560 L4.549,9.992 L13.002,1.815 L11.182,0.005 Z'/%3E%3C/svg%3E");
	color: #ea881e;
}
.cis-new.cart-item-stock-box.orange {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='11px'%3E%3Cpath fill-rule='evenodd' fill='%23ea881e' d='M5.914,11.002 L5.920,5.699 L10.986,3.191 L10.991,8.343 L5.914,11.002 ZM3.604,4.040 L3.329,3.900 L8.318,1.342 L8.593,1.481 L10.574,2.459 L5.503,4.979 L3.604,4.040 ZM0.421,2.459 L5.316,0.034 C5.426,-0.022 5.558,-0.022 5.673,0.034 L7.385,0.877 L2.402,3.437 L0.421,2.459 ZM2.067,5.990 C2.067,6.219 2.254,6.409 2.479,6.409 C2.704,6.409 2.891,6.219 2.891,5.990 L2.891,4.616 L3.165,4.749 L5.096,5.705 L5.091,11.007 L0.234,8.465 C0.097,8.392 0.009,8.247 0.009,8.090 L0.009,3.185 L2.067,4.202 L2.067,5.990 Z'/%3E%3C/svg%3E");
	color: #ea881e;
}
.cart-item-stock-warning {
	background-image: url(/images/style/justspa/icon-cart-warning.png)!important;
	color: #ea881e;
}
.listing-cont .cart-item-stock {
	color: #fff!important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='8px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M13.710,6.817 L13.414,6.817 C13.275,6.817 13.153,6.727 13.135,6.603 C13.025,5.844 12.355,5.373 11.543,5.373 C10.732,5.373 10.062,5.844 9.952,6.603 C9.934,6.727 9.811,6.817 9.673,6.817 L9.376,6.817 C9.222,6.817 9.097,6.704 9.097,6.565 L9.097,1.643 C9.097,1.503 9.222,1.390 9.376,1.390 L11.429,1.390 C11.512,1.390 11.591,1.423 11.644,1.481 L13.925,3.942 C13.967,3.987 13.990,4.044 13.990,4.103 L13.990,6.565 C13.990,6.704 13.865,6.817 13.710,6.817 ZM12.547,3.248 L11.382,1.986 C11.329,1.928 11.250,1.895 11.167,1.895 L9.936,1.895 C9.781,1.895 9.656,2.008 9.656,2.148 L9.656,3.410 C9.656,3.549 9.781,3.662 9.936,3.662 L12.332,3.662 C12.569,3.662 12.699,3.413 12.547,3.248 ZM8.258,6.817 L4.746,6.817 C4.608,6.817 4.485,6.727 4.467,6.603 C4.358,5.844 3.687,5.373 2.876,5.373 C2.064,5.373 1.394,5.844 1.284,6.603 C1.266,6.727 1.144,6.817 1.005,6.817 L0.289,6.817 C0.135,6.817 0.010,6.704 0.010,6.565 L0.010,0.255 C0.010,0.115 0.135,0.002 0.289,0.002 L8.258,0.002 C8.412,0.002 8.538,0.115 8.538,0.255 L8.538,6.565 C8.538,6.704 8.412,6.817 8.258,6.817 ZM2.875,5.849 C3.531,5.849 4.064,6.331 4.064,6.922 C4.064,7.514 3.531,7.995 2.875,7.995 C2.220,7.995 1.687,7.514 1.687,6.922 C1.687,6.331 2.220,5.849 2.875,5.849 ZM2.875,7.238 C3.068,7.238 3.225,7.096 3.225,6.922 C3.225,6.748 3.068,6.606 2.875,6.606 C2.683,6.606 2.526,6.748 2.526,6.922 C2.526,7.096 2.683,7.238 2.875,7.238 ZM11.543,5.849 C12.198,5.849 12.732,6.331 12.732,6.922 C12.732,7.514 12.198,7.995 11.543,7.995 C10.888,7.995 10.355,7.514 10.355,6.922 C10.355,6.331 10.888,5.849 11.543,5.849 ZM11.543,7.238 C11.736,7.238 11.893,7.096 11.893,6.922 C11.893,6.748 11.736,6.606 11.543,6.606 C11.351,6.606 11.194,6.748 11.194,6.922 C11.194,7.096 11.351,7.238 11.543,7.238 Z'/%3E%3C/svg%3E")!important;
}
.listing-cont .stock .in-stock {
	color: #fff!important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M11.182,0.005 L4.549,6.434 L1.818,3.813 L-0.003,5.560 L4.549,9.992 L13.002,1.815 L11.182,0.005 Z'/%3E%3C/svg%3E")!important;
}
.listing-cont .stock .cart-item-stock-van-green {
	
}
.listing-cont .stock .cis-new.in-stock {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M11.182,0.005 L4.549,6.434 L1.818,3.813 L-0.003,5.560 L4.549,9.992 L13.002,1.815 L11.182,0.005 Z'/%3E%3C/svg%3E")!important;
}
.listing-cont .cart-item-stock-warning {
	background-image: url(/images/style/justspa/icon-cart-warning-white.png)!important;
}
.listing-cont .stock .cart-item-stock-box, .cart-item-stock-cont .cart-item-stock-box, .listing-cont .stock .cart-item-stock-tick, .cart-item-stock-cont .cart-item-stock-tick, .listing-cont .stock .cart-item-stock-time, .cart-item-stock-cont .cart-item-stock-time {
	background-size: 13px;
    background-position: center left;
}
.listing-cont .stock .cart-item-stock.out-of-stock, .cart-item-stock-cont .cart-item-stock.out-of-stock {
	background-size: 10px;
    background-position: center left;
}

.listing-cont .stock .cart-item-stock-box {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='11px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M5.914,11.002 L5.920,5.699 L10.986,3.191 L10.991,8.343 L5.914,11.002 ZM3.604,4.040 L3.329,3.900 L8.318,1.342 L8.593,1.481 L10.574,2.459 L5.503,4.979 L3.604,4.040 ZM0.421,2.459 L5.316,0.034 C5.426,-0.022 5.558,-0.022 5.673,0.034 L7.385,0.877 L2.402,3.437 L0.421,2.459 ZM2.067,5.990 C2.067,6.219 2.254,6.409 2.479,6.409 C2.704,6.409 2.891,6.219 2.891,5.990 L2.891,4.616 L3.165,4.749 L5.096,5.705 L5.091,11.007 L0.234,8.465 C0.097,8.392 0.009,8.247 0.009,8.090 L0.009,3.185 L2.067,4.202 L2.067,5.990 Z'/%3E%3C/svg%3E")!important;;
}
.listing-cont .stock .cart-item-stock-tick {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M11.182,0.005 L4.549,6.434 L1.818,3.813 L-0.003,5.560 L4.549,9.992 L13.002,1.815 L11.182,0.005 Z'/%3E%3C/svg%3E")!important;;
}
.listing-cont .stock .cart-item-stock.out-of-stock {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 426.667 426.667' style='enable-background:new 0 0 426.667 426.667;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon fill='%23fff' points='426.667,59.733 366.933,0 213.333,153.6 59.733,0 0,59.733 153.6,213.333 0,366.933 59.733,426.667 213.333,273.067 366.933,426.667 426.667,366.933 273.067,213.333 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A")!important;;
}

.cart-item-stock.no-icon {
	background-image: none!important;
	padding: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: #0bb3b5;
}

.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: 600;
}

.listing-options-required {
	width:calc(100% - 60px);
	background:#414141;
	padding:15px 20px;
	color:#fff;
	border-radius:3px;
    font-weight: 600;
	text-align: center;
	position: absolute;
	margin-bottom:15px;
	z-index:1000;
    top: -50px;left: 50%;
    transform: translateX(-50%);
}

.listing-options-required:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #414141;
	border-width: 10px;
	margin-left: -10px;
}

.button.heart {
	margin: 0 0 0 4px;
	display: block;
	width: 41px;
	height: 41px;
	padding: 0;
	background-image: url(/images/style/justspa/icon-heart-white-2x.png);
	background-size: 23px 18px;
	cursor: pointer;
	transition: transform 300ms cubic-bezier(0.25, 0, 0.25, 1.75);
}

.button.heart:hover {
	transform: scale(1.1);
}

.listing-swatches {
	display: flex;
	flex-wrap: wrap;
}

.listing-swatch {
	padding: 0 2px 2px 0;
	width: 10%
}

.listing-swatch__inner {
	position: relative;
	height: 0;
	padding: 0 0 100% 0;
	cursor: pointer;
	overflow: hidden;
}

.listing-swatch__content {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	border: 2px solid rgba(0,0,0,0.2);
	background-repeat: no-repeat;
	background-size: cover;
}

.listing-swatch.sel .listing-swatch__content,
.listing-swatch__inner:hover .listing-swatch__content {
	border: 3px solid #2d2d2d;
}

.listing-notify {
	padding: 5px 30px;
}

.listing-notify .button {
	margin-bottom:15px;
}

.listing-comments-response {
	margin: 15px -20px 0 -20px;
	padding: 15px 20px 0 20px;
	border-top: 1px solid #e9e9e9;
}

.listing-comments-response .listing-comment-author {
	float: none;
	font-size: 11px;
}

.listing-comments .input textarea.validate-border ~ .input-label {
	border-width: 1px;
}

.listing-alternative {
	margin: 20px 0;
}

.listing-alternative--title {
	font-size: 18px;
	color: #038f91;
}

.listing-alternative--products {
	margin: 12px 0 -20px 0;
	display: flex;
	flex-wrap: wrap;
}

.listing-alternative--products form {
	width: 100%;
}

.listing-alternative--products .product-grid--item {
	flex-direction: column;
}

.listing-alternative--products .product-action--cont {
	display: block;
	width: 100%;
	border: none;
}

.listing-alternative--products .product-action {
	padding: 12px 0 12px;
	width: 100%;
}

.listing-alternative--products .product-action--bottom {
	margin: 0;
	padding: 0;
}

.klarna-placment--container {
	padding: 10px 0 0;
    margin: -1px;
    overflow: hidden;
}

klarna-placement {
    margin-bottom: 10px;
}



/*
|--------------------------------------------------------------------------
| Listing > Thumbnails
|--------------------------------------------------------------------------
*/
#listing360 {
	display: none;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 1;
}
.listing-thumbnails {
	position: relative;
}

.listing-thumbnails.has-arrows .listing-thumbnails--slider {
	padding: 0 44px;
}

.listing-thumbnails .slick-track {
    display: flex !important;
}
.listing-thumbnails.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
}
.listing-thumbnails:not(.slick-initialized) a:not(:first-child) {
	display: none!important;
}

.listing-360-cont {
	position: relative;
	z-index: 2;
}

.listing-360-btn {
	background-color: rgba(255,255,255, .8);
	background-image: url(/images/style/justspa/icon-360.png);
    width: 100px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 14px;
    z-index: 2;
	cursor: pointer;
	transition: background 300ms ease;
}

.listing-360-btn:hover {
    background-color: rgb(244 244 244);
}

.listing-thumbnail {
	margin: 0 2px;
}

.listing-thumbnails .slick-arrow {
	position: absolute;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	background-color: #fff;
	bottom: 20px;
	border: 1px solid #e9e9e9;
	z-index: 2;
}

.listing-thumbnails .slick-arrow svg {
	height: 20px;
	fill: #038f91;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease;
}

.listing-thumbnails .slick-arrow:hover svg {
	fill: #0bb3b5;
}

.listing-thumbnails .slick-next {
	right: 20px;
}

.listing-thumbnails .slick-next svg {
	margin-left: 2px;
}

.listing-thumbnails .slick-prev svg {
	margin-left: -2px;
}

.listing-thumbnails .slick-prev {
	right: 66px;
	z-index: 10;
}




/*
|--------------------------------------------------------------------------
| 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: 600;
	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: 600;
	margin: 14px 0 0 0;
}

.mobile-tab-title {
	display: none;
}



/*
|--------------------------------------------------------------------------
| Listing > Tabs > Comments
|--------------------------------------------------------------------------
*/
.listing-comments-form {
	padding: 30px;
	margin: 20px 0 0 0;
	background-color: #0bb3b5;
}

.listing-comments-title {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	float: left;
}

.listing-comment:first-child {
	border-top: 1px solid #e9e9e9;
	margin: 0;
}

.listing-comment {
	border: 1px solid #e9e9e9;
	border-top: none;
	margin: 10px 0 0 0;
	padding: 16px 20px;
}

.listing-comment-title {
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 0 6px 0;
}

.listing-comments-stars {
	float: right;
}

.listing-comments-stars .rating-star {
	float: right;
	cursor: pointer;
}

.listing-comments-stars:hover .rating-star svg {
	fill: #038f91;
}

.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: #fff;
}

.listing-comment-author {
	float: left;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.025em;
	color: #0bb3b5;
	font-size: 13px;
}

.listing-comment-author span {
	color: #038f91;
}

.listing-review-stars {
	float: right;
}

.listing-review span {
	margin: 0 4px 0 0;
}

.listing-review-stars .rating-star svg {
	fill: #d46d11;
}

.listing-review-stars .rating-star--empty svg {
	fill: #e9e9e9;
}



/*
|--------------------------------------------------------------------------
| Listing > Price Breaks
|--------------------------------------------------------------------------
*/
.price-bands {
	display: none;
	background-color: #2d2d2d;
	margin: 20px 0 0 0;
	color: #fff;
}

.price-bands--table-cont {
	padding: 10px;
}

.price-bands--table {
	border-spacing: 16px 10px;
}

.price-bands--header {
	color: #abadae;
}



/*
|--------------------------------------------------------------------------
| Listing > Overlay
|--------------------------------------------------------------------------
*/
.overlay {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgb(51 120 179 / 43%);
	z-index: 100;
}

.overlay-hide {
	display: none !important;
}

.overlay-personalise {
	background-color: rgba(0, 0, 0, 0.85);
}

.overlay.open {
	display: block;
}

.overlay--close {
	position: absolute;
	top: -30px;
	right: 0;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
	transition: transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
}

@-webkit-keyframes overlayEntrance {
  0%   { -webkit-transform: translate(-50%, -50%) rotateX(70deg) scale(0.7); transform: translate(-50%, -50%) rotateX(70deg) scale(0.7); opacity: 0; }
  80%   { -webkit-transform: translate(-50%, -50%) scale(1.04); transform: translate(-50%, -50%) scale(1.04); }
  90%   { -webkit-transform: translate(-50%, -50%) scale(0.98); transform: translate(-50%, -50%) scale(0.98); }
  100% { -webkit-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); opacity: 1; }
}

@keyframes overlayEntrance {
  0%   { -webkit-transform: translate(-50%, -50%) rotateX(70deg) scale(0.7); transform: translate(-50%, -50%) rotateX(70deg) scale(0.7); opacity: 0; }
  80%   { -webkit-transform: translate(-50%, -50%) scale(1.04); transform: translate(-50%, -50%) scale(1.04); }
  90%   { -webkit-transform: translate(-50%, -50%) scale(0.98); transform: translate(-50%, -50%) scale(0.98); }
  100% { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 1; }
}

@keyframes overlayEntranceNotVerticallyCentered {
  0%   { -webkit-transform: translateX(-50%) rotateX(70deg) scale(0.7); transform: translateX(-50%) rotateX(70deg) scale(0.7); opacity: 0; }
  80%   { -webkit-transform: translateX(-50%) scale(1.04); transform: translateX(-50%) scale(1.04); }
  90%   { -webkit-transform: translateX(-50%) scale(0.98); transform: translateX(-50%) scale(0.98); }
  100% { -webkit-transform: translateX(-50%); transform: translateX(-50%); opacity: 1; }
}

.overlay--inner {
	position: absolute;
	top: 50%; left: 50%;
	width: 100%;
	max-width: 446px;
	padding: 20px;
	background-color: #fff;
	transition: all 1s cubic-bezier(0.25, 0, 0.25, 1.75);
	border-radius: 2px;
}

.overlay__blue .overlay--inner {
	background-color: #0bb3b5;
}

.overlay.open .overlay--inner {
	-webkit-animation: overlayEntrance 1s forwards;
	-moz-animation: overlayEntrance 1s forwards;
	-o-animation: overlayEntrance 1s forwards;
	animation: overlayEntrance 1s forwards;
}

.overlay-personalise .overlay--inner {
	background-color: #c0bfbf;
	padding: 5px 5px 0 5px;
}

.overlay--title {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 21px;
	color: #424242;
}

.overlay-personalise .overlay--title {
	color: #1e1e1e;
	padding: 14px 0 14px;
}

.overlay--input-group {
	padding: 0 0 4px;
}

.overlay--input-group-padded {
	padding: 10px 0 4px;
}

.overlay--submit-group {
	text-align: center;
	padding: 4px 0 0 0;
}

.overlay--input {
	width: 100%;
	padding: 6px 8px;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #fff;
	text-align: left;
	font-size: 13px;
	color: #1e1e1e;
}

.overlay--text-input {
	height: 120px;
}

.overlay--form {
	padding: 20px 0 0 0;
}

#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;
}

/*
|--------------------------------------------------------------------------
| Compare
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Compare
|--------------------------------------------------------------------------
*/

.compare > .message {
	margin: 0;
}

.compare-undo--button {
	margin: 0 0 0 10px;
	background-color: rgba(0,0,0,0.1);
}

.compare-undo--button:hover {
	background-color: rgba(0,0,0,0.2);
}

.compare-table {
	border-top: 2px solid #fff;
	font-size: 13px;
	min-width: 1000px
}

.compare-table--row {
	/* display: table-row; */
	position: relative;
	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='#0001c4f4', endColorstr='#33000000',GradientType=0 );
}*/

.compare-table--cell {
	display: table-cell;
	padding: 15px;
	background-color: #f3f3f3;
	color: #2b2b2b;
	text-align: center;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #e9e9e9;
}

.compare-table--row-header {
	width: 16.66666666666667%;
	background-color: #0bb3b5;
	text-align: right;
	color: #fff;
	white-space: nowrap;
}

.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;
	min-height: 280px;
}

.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: #fff;
	border-bottom: none;
}

.compare-table--cell {
	position: relative;
}

.compare-table--info {
	text-align: center;
	position: absolute;
	bottom: 50px;
	padding: 0 20px;
	left: 0; right: 0;
}

.compare-table--info:hover {
	text-decoration: none;
}

.compare-table--info:hover .compare-table--text {
	text-decoration: underline;
}

.compare-table--text {
	max-width: 170px;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
	line-height: 1.4;
	font-weight: 400;
}

.compare-table--svg {
	position: relative;
	height: 24px;
	width: 24px;
	background-color: #fff;
	border-radius: 12px;
	margin: 0 auto;
	margin: 10px auto 0;
}

.compare-table--svg svg {
	position: absolute;
	top: 50%; left: 50;
	transform: translate(-50%, -50%);
}

.compare-table--head .compare-table--head-cell-first {
	background-color: #156799;
}

.compare-table--head .compare-table--cell:first-child {
	padding: 10px;
}

.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;
}

.compare-table .product--text {
	background-color: #fff;
	padding: 22px 20px;
}

.compare-table .prod_price_web {
	font-size: 20px;
	color: #1a1a1a;
}

.compare {
	border-top: 1px solid #e9e9e9;
	background-color: #e9e9e9;
}

.compare .button--remove {
	display: block;
	width: 100%;
	background-color: #ffffff;
	color: #cb0033;
	font-size: 11px;
	font-weight: 600;
	padding: 10px;
	border-top: 1px solid #e9e9e9;
}




/*
|--------------------------------------------------------------------------
| Basket
|--------------------------------------------------------------------------
*/

.basket {

}

.basket-heading {
	text-align: center;
	background-color: #fff;
	padding: 50px 0;
	border-top: 1px solid #e9e9e9;
}

.basket-qty-input {
	margin: 10px 0 0 0;
}

.update-basket-btn {
	border-radius: 50px!important;
}

.basket-heading h1 {
	font-weight: 600;
	color: #0bb3b5;
}

.basket-main {
	background-color: #e9e9e9;
	clear: both;
	padding: 40px 0;
}



.cart-main .cart-segment .cart--heading {
    color: #0bb3b5;
}

.cart--heading {
	letter-spacing: -0.045em;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	padding: 0 0 15px 0;
}

.cart-side {
  counter-reset: cartSideHeadings;
  color: #fff;
}

.cart-segment--blue .cart--heading {
	position: relative;
    padding: 6px 0 18px 38px;
}

.cart-segment--blue .cart--heading:after {
	content: counter(cartSideHeadings);
	position: absolute;
	counter-increment: cartSideHeadings;
	height: 28px;
	width: 28px;
	line-height: 28px;
	text-align: center;
	font-weight: 600;
	color: #0d0d0d;
	background-color: #fff;
	border-radius: 40px;
	left: 0;
	top: 2px;
}

.cart-heading--divider {
	margin: 20px -30px;
	height: 1px;
	background-color: #038f91;
}

.cart-segment--white {
	margin: 30px 0 0 0;
}

.cart-segment--white .cart--heading {
	color: #0bb3b5;
	font-size: 15px;
}


.cart-segment--white .cart-item-image {
	width: 60px;
	flex-shrink: 0;
}

.cart-segment--white .input {
	margin: 0!important;
}

.cart-segment--white .cart-item:last-child .cart-item-right .button-small {
	padding: 3px 6px;
}

.cart-segment--white .cart-item-right {
	width: 70px;
}

.cart-segment--white .cart-item-price {
	font-size: 17px;
}

.cart-segment--white .cart-item-content {
    padding: 0 70px 0 15px;
}

.cart-segment--white .cart-item-title a {
	font-size: 12px;
}

.cart-segment {
	border: 2px solid #e7e7e7;
	background-color: #fff;
	margin-bottom:20px;
}

.cart-segment .select2-container--default .select2-selection--single .select2-selection__rendered,
#account_del_7 {
	font-weight: 600;
	color: #038f91;
	font-size: 16px;
}

.cart-main .cart-segment:last-child {
	margin-bottom:0;
}

.cart-side .cart-segment--blue {
	margin-bottom:0;
}

.cart-segment--inner {
	padding: 15px;
}

.cart-segment--blue .cart-segment--inner {
	padding: 30px;
}

.cart-main {
	width: 62%;
	float: left;
}

.cart-option--images-cont {
    padding: 18px 0 12px;
}

.cart-option--image-cont {
    position: relative;
    display: inline-block;
	padding-left: 12px;
	background-image: url(/images/style/justspa/plus.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 8px 8px;
}

.cart-option--image {
    border: 1px solid #efefef;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
}

.cart-option--image img {
	max-height: 100%;
}

.cart-option--image-text {
    display: none;
    position: absolute;
	bottom: calc(100% + 10px);
	text-align: center;
	width: 250px;
	left: -88px;
	color: #fff;
}

.cart-option--image-text::after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #2d2d2d transparent transparent transparent;
}

.cart-option--image-text-inner {
    padding: 7px 15px 5px;
	font-size: 13px;
	display: inline-block;
	background: #2d2d2d;
}

.cart-option--image-text span {
    display: block;
	padding-bottom: 3px;
	color: #fec800;
}

.cart-option--image-cont:hover .cart-option--image-text {
    display: block;
}

.cart-option--image-qty {
    position: absolute;
    background: #06387f;
    font-size: 10px;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    right: 0;
}



/*
|--------------------------------------------------------------------------
| Basket > Side
|--------------------------------------------------------------------------
*/
.cart-side {
	float: right;
	width: 38%;
	padding: 0 0 0 40px;
}

.cart-side--option {
	font-size: 13px;
	font-weight: 600;

}

.cart-cards {
	max-width: 100%;
    width: 340px;
	display: block;
	margin: 24px auto 0;
}

.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/justspa/icon-gift-white.png);
}

.cart-side--option-inner {
	display: none;
	padding: 0 20px 20px 20px;
}



/*
|--------------------------------------------------------------------------
| Basket > Totals
|--------------------------------------------------------------------------
*/
.cart-totals {
	border-top:none;
}

.cart-totals .dblc {
	padding: 4px 0;
}

.cart-total--price {
	text-align: right;
}

.cart-total {
	font-weight: 600;
	font-size: 19px;
}

.cart-total:last-child .dblc {
	padding-bottom: 15px;
}

.cart-side--delivery-options {
	margin-top: 10px;
}

.cart-side--delivery-option {
	background-color: #bfdbf3;
	font-weight: 600;
	color: #038f91;
	padding: 15px;
	margin-top:2px;
	transition: padding 300ms ease;
	cursor: pointer;
}

.no-del-text {
	text-align: center;
	padding: 12px 0 0 0;
	display: block;
}

.cart-side--delivery-option:hover {
	padding: 15px 20px;
}

.cart-side--delivery-option.sel {
	background-color: #37af56;
	color: #fff;

    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: 16px center;
    padding-left: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M11.182,0.005 L4.549,6.434 L1.818,3.812 L-0.003,5.560 L4.549,9.991 L13.002,1.815 L11.182,0.005 Z'/%3E%3C/svg%3E");
}

.cart-side--delivery-option.sel span {
	color: #fff;
}

.cart-side--delivery-option strong {
	font-size: 13px;
	display: block;
}

.cart-side--delivery-option span {
	display: block;
	font-size: 11px;
}

.cart-side--delivery-option span {
	color: #666666;
}

span.cart-side--delivery-cost,
span.cart-side--delivery-cost--original {
	float: right;
	font-weight: 600;
	color: inherit;
}

span.cart-side--delivery-cost--original {
	text-decoration: line-through;
	padding-right: 8px;
	font-weight: normal;
}



/*
|--------------------------------------------------------------------------
| Basket > Items
|--------------------------------------------------------------------------
*/
.cart-items {
	width: 100%;
	padding: 32px 33px;
	position: relative;
}

.cart-item {
	position: relative;
	margin: 0 0 27px 0;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
}

.cart-item-sku {
	display: flex;
	align-items: center;
	color: #0bb3b5;
	margin: 4px 0;
	font-size: 12px;
}

.cart-item-sku svg {
	margin-right: 2px;
}

.cart-item-sku path {
	fill: #0bb3b5;
}


.cart-subscriptions {
	font-size: 24px;
	font-weight: 700;
	color: #0bb3b5;
	margin-bottom: 20px;
}

.cart-subscriptions > a {
	font-size: 12px;
	color: #606060;
	position: relative;
	top: -3px;
}

.cart-sub-option {
	font-size: 13px;
	font-weight: 600;
	color: #111;
	margin: 4px 0 2px;
}

.cart-segment--blue {
	background-color: #0bb3b5;
	border: none;
}

.cart-side input[name="postcode_button"] {
	background-color: #038f91;
	border-radius: 30px;
	font-size: 12px;
}

.cart-side input[name="postcode_button"]:hover {
	background-color: #026768;
}

.cart-item:last-child {
	border-bottom: 0;
	margin:0;
	padding:0;
}

.cart-item-image {
	width: 130px;
	margin: 0 0 15px 0;
}

.cart-side .cart-totals {
	background-color: #0d0d0d;
	color: #fff;
}

.cart-item-image a {
	border: 1px solid #e7e7e7;
}

.cart-item:last-child .cart-item-image {
	margin:0;
}

.cart-item-right .button-small {
    height: 27px;
    width: 54px;
}

.cart-item-content {
    padding: 0 120px 0 15px;
    flex-shrink: 100;
}

.cart-item-title a {
	font-weight: 400;
	font-size: 18px;
	color: #0bb3b5;
	letter-spacing: 0;
}

.cart-item-content .input.label-inline input[type="number"] {
	padding: 6px 8px 4px 60px;
}

.cms-nav--mobile-btn {
	display: none;
}

.cart-item-right {
	width:110px;
	position: absolute;
	top: 0; right: 0; bottom: 0;
	float: right;
	text-align: right;
}

.cart-item-price {
	font-weight: 600;
	font-size: 21px;
	color: #0bb3b5;
	padding: 0 0 3px;
	display: block;
}

.cart-item-stock-cont {
	padding-top: 7px;
}

.cart-item-stock--short-txt {
	display: none;
}

.cart-item-unitprice, .cart-item-option, .cart-item-stock {
	display: block;
	font-size: 12px;
}

.cart-item-options {
	margin: 4px 0 0 0;
}

.cart-item-option {
	/* display: inline-block; */
}

.cart-item-unitprice, .cart-item-option {
	color: #606060;
}

.cart-item-stock {
	display: none;
	background-size: 14px auto;
}

.prod_list .cart-item-stock {
	display: block;
}

.cart-item-stock.stock-status.in-stock,
.listing-stock-section .cart-item-stock,
.cart-main .cart-item-stock {
	display: block;
}

.cart-segment--white {
	background-color: #fff;
}



.cart-item-stock-cross-amber {
	background-image: url(/images/style/justspa/icon-cross-amber.png);
	color: #ea881e;
}

.cart-item-stock-van-green {
	background-image: url(/images/style/justspa/icon-dispatch-van-green.png);
	color: #37af56;
}

.cart-item-stock-warning {
	background-image: url(/images/style/justspa/icon-cart-warning.png);
	color: #ea881e;
}

.cart-item-stock-red {
    filter: hue-rotate(
-40deg
);
}

.cart-item-stock-van-orange {
	background-image: url(/images/style/justspa/icon-dispatch-van-orange.png);
	color: #ea881e;
}

.cart-item-stock-box {
	background-image: url(/images/style/justspa/icon-dispatch-box-orange.png);
	color: #ea881e;
}

#cart--vat-declaration-details {
	display:none;
}

.remove {
	background: url(/images/style/justspa/cart-remove.png) left center no-repeat;
	padding: 0 0 0 15px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	color: #b52025;
	font-weight: 600;
}

.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;
}

.cart-free-items-title {
	padding: 10px 8px;
	background-color: #51ac5c;
	color: #fff;
	font-size: 13px;
}

.cart-free-items-block {
	margin: 0 0 15px;
}

.cart-free-item {
	padding: 4px;
	border: 2px solid #e7e7e7;
	border-top: 0;
}

.cart-free-item-inner {
	display: flex;
	align-items: center;
}

.cart-free-item-inner .cart-overview--item-inner {
	width: 100%;
}

.cart-free-item .cart-item-price {
	font-size: 16px;
}

.cart-free-item-right {
	margin-left: auto;
	text-align: right;
	padding-right: 10px;
}

.cart-free-item .cart-item-variant,
.cart-free-item .cart-item-price {
	display: block;
	margin-bottom: 5px;
}

.cart-free-item .cart-item-variant {
	font-size: 12px;
}

.cart-overview--item.cart-free-item-inner {
	border: 0;
	padding: 0;
	margin-bottom: 0;
}



/*
|--------------------------------------------------------------------------
| Basket > Datepicker
|--------------------------------------------------------------------------
*/
 .ui-datepicker-inline {
    margin: 30px auto 0 auto;
    border-radius: 0;
    border-color: #e7e7e7;
    padding: 4px;
}
 .ui-datepicker-title {
	color: #0bb3b5;
}
 .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: #0bb3b5;
}
 .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: #0bb3b5;
}
 .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: #0bb3b5;
	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/justspa/icon-chevron-left.png) no-repeat center center;
	margin: 0;
}
 .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border-color: #019cc2;
}
 .ui-datepicker .ui-datepicker-next .ui-icon {
	background-image: url(/images/style/justspa/icon-chevron-right.png);
}

.ui-datepicker {
	background-color: #ffffff;
}

/*
|--------------------------------------------------------------------------
| 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: #0bb3b5;
	background-color: #fff;
}

.brand-letter--inner {
	display: block;
	border: 2px solid #e7e7e7;
	color: #0bb3b5;
	font-weight: 600;
	font-size: 21px;
	padding: 4px 0;
	cursor: pointer;
}

.brand-letter--inner.sel,
.brand-letter--inner:hover {
	background-color: #0bb3b5;
	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: 600;
	font-size: 60px;
}

.brands-page {
	padding: 80px 0 60px;
    border: 1px solid #e9e9e9;
}

.brands-list--letter .brands-list--inner {
	background-color: #038f91;
}

.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: 600;
	font-size: 12px;
	color: #0bb3b5;
	padding: 10px 0;
}



/*
|--------------------------------------------------------------------------
| Checkout
|--------------------------------------------------------------------------
*/
.checkout-header {
	border-bottom: 1px solid #e7e7e7;
	min-height: auto;
	padding: 31px 0;
}

.checkout-header--inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.checkout-header--tel {
	font-size: 18px;
	color: #0bb3b5;
}

.checkout-header--tel span {
	font-weight: 600;
}

.checkout-header--tel br {
	display: none;
}

.checkout {
	position: relative;
	overflow:hidden;
}

.checkout-main {
	width: 60%;
	padding: 45px 70px 0 0;
	background-color: #fff;
	float: left;
	border-right: 1px solid #e7e7e7;
}

.page-divider {
	height: 1px;
	background-color: #e9e9e9;
}

#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;
	margin: 0 0 20px;
}

.checkout-breadcrumb {
	position: relative;
	padding: 0 20px 0 0;
	font-size: 16px;
	color: #2d2d2d;
}

.checkout-breadcrumb:after {
	position: absolute;
	top: 50%;
	right: 8px;
	margin: -4px 0 0 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #2d2d2d;
}

.checkout-breadcrumb:last-child:after {
	display: none;
}

.checkout-breadcrumb__green {
	color: #51ac5c;
}

.checkout-breadcrumb__green:after {
	border-color: transparent transparent transparent #51ac5c;
}

.checkout-breadcrumb__grey {
	color: #666666;
}

.checkout-breadcrumb__grey:after {
	border-color: transparent transparent transparent #666666;
}

.checkout-side {
	width: 40%;
	float: right;
	position: relative;
	z-index: 1;
}

.checkout-side:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 300%;
    background: #f6f6f6;
    z-index: -1;
}

.checkout-action {
	border-top: 2px solid #e7e7e7;
	padding: 24px 0;
}

.return-to-basket {
	background-color: #fff;
	color: #2d2d2d;
	text-transform: none;
	padding: 12px 25px 11px 15px;
	background: url(/images/style/justspa/icon-chevron-left-black.png) no-repeat center left;
	font-size: 15px;
}

.checkout-addressbook-button {
	font-size: 13px;
	margin-bottom: 15px;
}



/*
|--------------------------------------------------------------------------
| 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: 600;
	font-size: 15px;
	color: #2d2d2d;
}

.delivery-address--location {
	display: block;
	font-size: 12px;
	color: #666666;
}

.button-locate {
	background-image: url(/images/style/justspa/icon-zoom-white.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position:center center;
	width: 42px;
}

.button-locate.loading {
	background-image: url(/images/style/justspa/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 30px 60px;
}

.cart-overview--item {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-weight: 600;
	color: #2d2d2d;
	border-bottom: 1px solid rgba(255,255,255,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/justspa/icon-calendar-blue.png) no-repeat center center;
	background-size: 13px 13px;
}

.cart-overview--item-inner {
	padding: 0 14px 14px 14px;
	overflow: hidden;
}

.checkout-side-invoice .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: 600;
	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/justspa/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/justspa/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 .input {
	border-radius: 0 4px 4px 0;
}

.cart-item-content input[type=number]::-webkit-inner-spin-button,
.cart-item-content input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}



.cart-segment .input {
	margin-bottom: 4px;
}

.cart-item-content .label-inline {
	width:104px;
	margin: 0 0 15px;
}

.cart-promo--form .input .button {
	top: 0; right: -2px; bottom: 0;
	background-color: #038f91;
	padding: 3px 20px;
	border-radius: 0 4px 4px 0;
}

.basket--checkout-btn {
	background-color: #299650;
	border-radius: 50px;
	font-size: 15px;
	padding: 12px;
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0;
	border-radius: 50px!important;
	-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;
}

.basket--checkout-btn:hover {
	background-color: #1c7f40;
}

.cart-overview-totals {
	background: none;
}

.cart-overview--item-gift {
	padding: 10px 0 0 0;
}

.cart-overview--item-checkbox label {
	display: inline-block;
	font-size: 11px;
	color: #666666;
}

.checkout-login--inner {
	padding:30px 0;
	border-bottom: 1px solid #e7e7e7;
}

.cart-overview--item-option {
	display: block;
}

.checkout-login--btn {
	padding-bottom: 10px;
	transition: opacity 300ms ease;
	color: #666;
}

#checkout-hide-login-form {
	font-size: 12px;
	opacity: 1;
	transition: color 300ms ease;
	padding-top: 12px;
	color: #666;
	font-weight: 600;
}

#checkout-hide-login-form:hover {
	color: #444;
}



/*
|--------------------------------------------------------------------------
| Confirm v2
|--------------------------------------------------------------------------
*/
.payment-method {
}

.payment-method--button {
	position: relative;
	padding: 21px 20px 21px 50px;
	font-weight: 600;
	font-size: 18px;
	color: #2d2d2d;
	border: 1px solid #e7e7e7;
	margin-top: -2px;
	cursor: pointer;
}

.payment-method--title {
	padding: 3px 0;
}

.payment-method--button:before {
	content: '';
	position: absolute;
	top: 22px;
	left: 20px;
	width: 18px;
	height: 18px;
	background-color: #e7e7e7;
	border-radius: 18px;
}

.payment-method.open .payment-method--button:after {
	content: '';
	position: absolute;
	top: 26px;
	left: 24px;
	width: 10px;
	height: 10px;
	background-color: #2d2d2d;
	border-radius: 18px;
}

.payment-method--content {
	display: none;
}

.payment-method__card .payment-method--title {
	background: url(/images/style/justspa/card-logos.png) no-repeat center right;
}

.payment-method__paypal .payment-method--title {
	background: url(/images/style/justspa/paypal-logo-color.png) no-repeat center right;
}

.payment-method__klarna .payment-method--title {
	background: url(https://x.klarnacdn.net/payment-method/assets/badges/generic/klarna.svg) no-repeat center right;
}

.payment-method--content {
	background-color: #e7e7e7;
	padding: 40px;
	text-align: center;
	font-size: 18px;
}

.payment-method--content .input:last-child {
	margin-bottom: 0;
}

#form_stripe {
	width:100%;
	max-width: 400px;
	margin: 0 auto;
	text-align:center;
	padding: 50px 0;
}

#form_stripe #card-errors {
	text-align: left;
    margin-bottom: 15px;
}

.button-stripe {
	width: 100%;
	margin-top: 15px;
}

.button-stripe:disabled {
	opacity: .5;
}

.button-stripe:disabled,
.button-stripe:disabled:hover {
	background-color: #0bb3b5;
}

.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/justspa/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: 600;
	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: 600;
	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: #0bb3b5;
}



/*
|--------------------------------------------------------------------------
| Checkout > Stages
|--------------------------------------------------------------------------
*/
form#form_checkout {
    display: flex;
    flex-wrap: wrap;
}
.checkout-stages {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	font-weight: 600;
}

.checkout .select2-basic--container.select2-selection--single .select2-selection__rendered {
    padding: 24px 8px 9px 12px;
}

.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: 600;
	height: 50px;
	width: 300px;
	text-transform: uppercase;
	position: absolute;
	left: -126px;
	top: 126px;
	line-height: 50px;
	text-align: right;
}

.checkout-stage.dark,
.checkout-stage.darker,
.checkout-stage.darkest,
.checkout-stage.failed {
	color: #fff;
}

.checkout-stage.dark {
	background: #51ac5c;
	border-right:2px solid #51ac5c;
}

.checkout-stage.darker {
	background: #4a9a53;
	border-right:2px solid #4a9a53;
}

.checkout-stage.darkest {
	background: #468e4e;
	border-right:2px solid #468e4e;
}

.checkout-stage.failed {
	background: #0bb3b5;
	border-right:2px solid #0bb3b5;
}

.checkout-stage:nth-child(2) {
	left: 50px;
}

.checkout-stage:nth-child(3) {
	left: 100px;
}

.checkout-stage:nth-child(4) {
	left: 150px;
}

.account-overlay-form {
	padding: 20px 0;
}



/*
|--------------------------------------------------------------------------
| Account > Forms
|--------------------------------------------------------------------------
*/

.account-box.full {
	width: 100%;
}

.account-box-centered {
	max-width:580px;
	margin:0 auto;
	padding:0;
}

.account-box h2 {
	font-size: 18px;
}

.account-box h3, #account-box-trade h3 {
	font-size: 16px;
}

.account-box.fl {
	padding-right:10px;
}

.account-box.fr {
	padding-left:10px;
}

.newacc-intro {
	text-align: center;
	margin: 0 0 30px;
}

.newacc-title {
	margin: 20px 0 10px 0;
	font-size: 30px;
}

.form-note {
	display: block;
	padding: 8px 0 0;
	font-size: 11px;
	color: #7a7a7a;
}

.account a.form-note:hover {
	color: #7a7a7a;
	text-decoration: underline;
}

.account-box .uppercase {
	max-width: 150px;
}



/*
|--------------------------------------------------------------------------
| Account > Wishlist
|--------------------------------------------------------------------------
*/
.select2-account .select2-results {
	border: 1px solid #019dc3;
}

.select2-options-dropdown {
	border: 2px solid #019dc3;
}

.select2-account:before {
	display: none;
}

.wishlist {
	margin: 0 0 4px;
	padding: 20px 0;
	border-bottom: 1px solid #e9e9e9;
}

.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: #0bb3b5;
	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: #0bb3b5;
	font-weight: 600;
}

.wishlist-del:hover,
.wishlist-prod-del-button span:hover {
	color: #019cc2;
}

.wishlist-del {
	padding-left: 10px;
}

.wishlist-prod-del-button span {
	float: right;
}

.wishlist-items {
	font-size: 12px;
	opacity: 0.5;
	text-transform: uppercase;
}

.wishlist-top {
	width: 100%;
	table-layout: auto;
	margin-bottom: 40px;
}

.wishlist-top .wishlist-top-left h1 {
	margin: 0; padding: 0;
	float: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wishlist-top-left {
	max-width: 0;
}

.wishlist-top-left,
.wishlist-top-right {
	vertical-align: middle;
}

.wishlist-top-right {
	white-space: nowrap;
	width: 1px;
}ac

.wishlists p {
	margin-bottom: 30px;
}

.account-wishlist .message-error {
	margin-bottom: 0
}

.account a:not(.button):hover {
	color: #086566;
}

.wishlist-edit,
.wishlist-return {
	display:inline-block;
	color:#0bb3b5;
	font-size:11px;
	font-weight: 600;
	text-transform:uppercase;
	cursor:pointer;
	margin-left:10px;
}

.wishlist-edit span:hover,
.wishlist-return a:hover {
	color: #0bb3b5;
	text-decoration: underline;
}

.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: 600;
	color: #666666;
}

.create-wishlist {
	float: right;
}

.wishlist-prod td {
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
}

.wishlist-prod .wishlist-prod-image {
	padding-right: 0;
	width: 100px;
}

.wishlist-prod-image a,
.wishlist-prod-image img {
	display: block;
}

.wishlist-prod-image img {
	border: 1px solid #e9e9e9;
}

.wishlist-prod a {
	font-weight: 600;
	font-size: 16px;
	color: #0bb3b5;
}

.wishlist-prod a:hover {
	text-decoration: underline;
	color: #0bb3b5;
}

.wishlist-prod-move-button {
	width: 1px;
}

.wishlist-prod-move-button span {
	cursor: pointer;
	color: #0bb3b5;
}

.wishlist-prod-move-button span:hover {
	text-decoration: underline;
}

.wishlist-prod .wishlist-prod-add-button {
	width: 1px;
	padding-left: 0;
	padding-right: 0;
}

.wishlist-prod-add-button button {
	/*font-family: 'Poppins', sans-serif;*/
	letter-spacing: -0.025em;
	line-height: 1;
	white-space: nowrap;
}

.wishlist-prod-del-button {
	width: 1px;
}

.wishlist-choose-container {
	max-height: 300px;
	overflow-y: auto;
}

.wishlist-choose {
	background-color: #0bb3b5;
	margin: 4px 0;
	padding: 15px;
	cursor: pointer;
	line-height: 1.3;
	color: #fff;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.wishlist-choose:hover {
	background-color: #266498;
}

.wishlist-choose:first-child {
	margin-top: 0;
}

.wishlist-choose:last-child {
	margin-bottom: 0;
}

.wishlist-choose-title {
	font-size: 15px;
}

.wishlist-choose-desc {
	font-size: 12px;
	opacity: .5;
}



/*
|--------------------------------------------------------------------------
| Offer Overlay
|--------------------------------------------------------------------------
*/
.offer-overlay {
	position: fixed;
	top: 0;right: 0;bottom: 0;left: 0;
	z-index: 999;
}

.offer-overlay--bg {
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.offer-overlay--block {
	position: absolute;
	top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 620px;
	width: 95%;
	border: 10px solid #fff;
	border-radius: 2px;
	z-index: 1;
}

.offer-overlay--upper {
	background-color: #0bb3b5;
	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: #0bb3b5;
	color: #ffffff;
	padding: 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.order-history td {
	padding: 15px;
	color: #444;
}

.order-history tr:nth-child(even) {
	background-color: #e7e7e7;
}

.order-history .button {
	float: right;
}

.account-back-link {
	display: flex;
	align-items: center;
	width: max-content;
	margin-bottom: 20px;
}

.account-back-link::before {
	content: '';
	height: 17px;
	width: 17px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M6.37504 9.91666L2.83337 6.37499L6.37504 2.83333" stroke="%234677AF" style="stroke:%234677AF;stroke:color(display-p3 0.2745 0.4667 0.6863);stroke-opacity:1;" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.1667 14.1667V9.20833C14.1667 8.45689 13.8682 7.73622 13.3368 7.20486C12.8055 6.67351 12.0848 6.375 11.3334 6.375H2.83337" stroke="%234677AF" style="stroke:%234677AF;stroke:color(display-p3 0.2745 0.4667 0.6863);stroke-opacity:1;" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}

.filter-rows {
    margin: 0 20px 30px 0;
}

.filter-row {
    display: flex;
    align-items: center;
	margin: 0 -15px -15px 0;
}

.filter-row:not(:last-child) {
    margin-bottom: 5px;
}

.filter-row > * {
    margin: 0 15px 15px 0;
}

.filter-row--title {
    font-weight: 600;
    margin-right: 15px;
}

.filter-row > .input {
    display: flex;
    align-items: center;
}

.filter-row .checkbox {
	margin-bottom: 0;
	border-width: 1px;
	border-radius: 0;
}

.filter-row .checkbox:after {
	background: url(/images/style/basic/icon-tick-black.png) no-repeat 2px 3px #fff;
}

.filter-row .checkbox-label {
	font-size: 14px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #E9E9E9 !important;
}

.filter-row .select2-basic--container.select2-selection--single .select2-selection__rendered {
    padding: 12px 55px 12px 12px;
}

.filter-row .select2-container--default .select2-selection--single .select2-selection__arrow {
   	background-image: url(/images/style/basic/select-arrow-black@2x.png);
}

.account-table--titles {
    margin: 18px 0 8px;
}

.account-table--titles > * {
	margin-bottom: 10px;
}

.account-table--title {
    font-size: 18px;
    color: #0bb3b5;
    font-weight: 600;
	margin-right: 20px;
}

.account-search-input {
	position: relative;
}

.account-search-input::before {
	content: '';
	position: absolute;
	left: 12px; top: 9px;
    width: 21px; height: 21px;
	background-image: url('data:image/svg+xml,<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.70833 15.5417C12.2061 15.5417 15.0417 12.7061 15.0417 9.20833C15.0417 5.71053 12.2061 2.875 8.70833 2.875C5.21053 2.875 2.375 5.71053 2.375 9.20833C2.375 12.7061 5.21053 15.5417 8.70833 15.5417Z" stroke="%230BB3B5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.6251 17.125L13.1814 13.6812" stroke="%230BB3B5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.account-search-input input[type="text"] {
    padding: 12px 12px 12px 42px;
    height: unset;
}

.account-pagination .page_numbers_inner {
	padding: 10px;
}

#page_numbers.account-pagination a {
    padding: 5px;
	font-weight: 400;
}

#page_numbers.account-pagination .page_number_sel a {
    background: transparent; 
	color: #0bb3b5;
	font-weight: 600;
}



/*
|--------------------------------------------------------------------------
| Account > Order Info
|--------------------------------------------------------------------------
*/
.order-address {
	margin: 0 0 30px;
	overflow: hidden;
}

.oa-del,
.oa-bil {
	width: 50%;
	float: left;
}

.oa-del {
	padding: 0 20px 0 0;
}

.order-sub {
	text-align: right;
}

.order-total {
	float: right;
}



/*
|--------------------------------------------------------------------------
| Account > Order Tracking
|--------------------------------------------------------------------------
*/
.tracked-order {
	width: 100%;
	max-width: 800px;
	margin: 30px 0;
}

.tracked-qty {
	width: 95px;
	text-align: center;
}

.tracked-date {
	text-align: right;
}

.track-again {
	margin: 30px auto 0;
}



/*
|--------------------------------------------------------------------------
| Sitemap
|--------------------------------------------------------------------------
*/
.sitemap-page {
	font-size: 11px;
}

.sitemap-left,
.sitemap-right {
	width: 50%;
	max-width: 450px;
	padding: 0 15px;
	float: left;
}

.sitemap-right {
	padding-right: 0;
}

.shop-sitemap .sitemap-cat {
	margin: 15px 0 0;
}

.shop-sitemap h2 {
	margin-top: 30px;
}



/*
|--------------------------------------------------------------------------
| Account v2
|--------------------------------------------------------------------------
*/
.account {
	background-color: #f3f3f3;
}

.account-subtitle {
	font-size: 18px;
	padding: 0 0 20px;
	color: #2d2d2d;
}

.account-subheading {
	font-size: 16px;
	padding: 0 0 16px;
	color: #2d2d2d;
}

.account-sidebar--mobile-title {
	display: none;
	position: relative;
	padding: 20px;
	font-size: 16px;
	color: #707070;
	border: 1px solid #e9e9e9;
}

.account-sidebar--mobile-title svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transform-origin: center;
}

.account-sidebar--mobile-title svg path {
	fill: #707070;
}

.account-sidebar--mobile-title.open svg {
	transform: rotate(-180deg) translateY(4px);
}

.account-sidebar {
	width: 280px;
	background-color: #fff;
	float: left;
	margin: 0 20px 0 0;
}

.account-sidebar nav {
	/* padding: 20px 24px; */
}

.account-sidebar-btm.mobile {
	display: none;
}

.loyalty-points-dblc {
	display: none;
}

.account-sidebar nav li {
	/* padding: 5px 0; */
}

.account-sidebar nav a {
	font-size: 15px;
	color: #0bb3b5;
	padding: 14px 20px;
	border-bottom: 1px solid #e9e9e9;
}

.account-sidebar nav .sel {
	font-weight: 600;
	color: #2b2b2b;
}

.account-sidebar a:hover,
.account-sidebar .sel {
	color: #086566;
}

.account-sidebar .sel {
	/* border-bottom: 1px solid #0bb3b5; */
}

.account-sidebar-btm {
	background-color: #f9f9f9;
	padding: 18px 24px;
}

.account-sidebar-btm div {
	font-size: 14px;
	padding: 0 0 4px;
	color: #2d2d2d;
}

.account-sidebar-btm a {
	text-transform: uppercase;
	font-size: 11px;
	color: #5a5a5a;
}

.account-wrap {
	border: 1px solid #e9e9e9;
}

.account-main {
	background-color: #fff;
	overflow: hidden;
	padding: 40px;
	color: #2d2d2d;
	line-height: 1.3;
	border: 1px solid #e9e9e9;
}

.account-main h1 {
	font-size: 24px;
	padding: 38px 36px;
	margin: 0;
	margin: -40px -40px 30px -40px;
	border-bottom: 1px solid #e9e9e9;
}

.account-main-filter {
	float: right;
	height: 40px;
	color: #2d2d2d;
	padding: 0 20px;
	background-color: transparent;
	border: 1px solid #e9e9e9;
	margin-bottom: 20px;
}

.account-main .input input:focus ~ label {
	color: #2d2d2d;
}

.account-main .input input:focus {
	border-color: #e7e7e7 !important;
}

.account-heading {
    margin: -40px -40px 30px -40px;
    padding: 38px 36px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
}

.account-heading h1 {
    font-size: 24px;
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.account-panels {
	padding: 0 0 20px;
}

.account-panels--grid {
	margin: 0 -10px 0 0;
}

.account-panel {
	width: 33.3333333333%;
	float: left;
	padding: 0 10px 10px 0;
}

.account-panel--inner {
	display: block;
	border: 1px solid #e9e9e9;
	padding: 12px 15px;
	color: #2d2d2d;
}

.account-panel--inner:hover {
	text-decoration: none;
}

.account-panel--label {
	font-size: 12px;
	color: #707070;
	padding: 0 0 5px;
	text-transform: uppercase;
	display: block;
}

.account-panel:hover .account-panel--svg {
	background: #555;
}

.account-panel--svg {
	width: 20px;
	height: 20px;
	float: right;
	text-align: center;
	background-color: #666;
	border-radius: 10px;
	line-height: 22px;
	transition: .3s ease;
}

.account-panel--svg svg path {
	fill: #fff;
}

.account-panels--wide .account-panel {
	width: 25%;
}

.account-table {
	width: 100%;
	border: 1px solid #e9e9e9;
	table-layout: auto;
	margin: 0 0 30px;
}

.account-table a:not(.button) {
	color: #707070;
}

.account-table a:not(.button):hover {
	color: #2d2d2d;
}

.account-table .button-xsmall,
.account-table .button-xsmall:hover {
	color: #fff;
	text-decoration: none;
}

.account-table.no-margin {
	margin: 0;
}

.account-table .dblc {
	padding: 12px 15px;
	color: #2d2d2d;
	font-size: 12px;
	border-bottom: 1px solid #e9e9e9;
}

.account-table .dblr:last-child .dblc {
	border-bottom: none;
}

.account-table .dblc.small {
	width: 1px;
}

.account-table .dblc.full {
	width: 100%;
}

.account-table .dblr:first-child .dblc {
	color: #707070;
	text-transform: uppercase;
    white-space: nowrap;
}

.account-table--label {
	color: #707070;
	font-size: 12px;
	text-transform: uppercase;
}

.account-table--value {
	color: #2d2d2d;
	line-height: 15px;
	padding: 4px 0 0;
	font-size: 12px;
}

.account-table--image {
	border: 1px solid #e9e9e9;
	width: 151px;height: 151px;
	margin-bottom: 10px;
	padding-top: 0;
}

.account-table--image img {
	display: block;
	width: 100%;
}

.account-invoices h1 {
	margin: 0;
}

.account-invoices .message-error {
	margin: 0;
}

.account-invoices-outstanding {
	padding-bottom: 10px;
}

.account-invoices-outstanding .account-table-invoices {
	margin: 15px 0;
}

.account-invoices-outstanding .pay-btn {
	margin-bottom: 10px;
}

.account-table-invoices .dblc:first-child {
	padding-right: 0;
	vertical-align: middle;
}

.account-table-invoices [type="checkbox"] {
	display: block;
}


.account-latest-orders {
	border: 1px solid #e9e9e9;
	font-size: 11px;
	color: #0bb3b5;
	text-align: center;
	padding: 12px;
	border-top: none;
}

.order-totals-container {
	border: 1px solid #e9e9e9;
	padding: 15px 24px;
	margin: 0 0 30px;
}

.order-totals {
	text-align: right;
	font-size: 13px;
	color: #707070;
	text-transform: uppercase;
	border-top: 0;
}

.order-totals .dbl {
	width: 140px;
	float: right;
}

.order-totals .dblc {
	padding: 5px 0;
}

.order-totals .dblc:first-child {
	text-align: left;
}

.order-totals .dblr:last-child {
	color: #2d2d2d;
	font-weight: 600;
}

.order-panels {
	padding: 0 0 30px;
}

.order-panels--grid {
	margin: 0 -10px 0 0;
}

.order-panels .message-error {
	margin: -10px 0 30px;
}

.order-panel {
	width: 33.3333333%;
	padding: 0 10px 0 0;
	font-size: 12px;
	float: left;
}

.order-panel--inner {
	border: 1px solid #e9e9e9;
	padding: 12px 15px;
}

.order-panel--data {
	padding: 0 0 10px;
}

.order-panel--data:last-child {
	padding: 0;
}

.order-btns {
	margin: 30px 0 0 0;
}

.loyalty-table-cont {
	overflow: hidden;
}

.loyalty-table {
	table-layout: auto;
	margin-bottom: 20px;
	border: 1px solid #e9e9e9;
}

.loyalty-table .dblc {
	padding: 12px 15px;
	font-size: 12px;
}

.loyalty-table .dblc:not(:last-child) {
	border-right: 1px solid #e9e9e9;
}

.loyalty-table .full {
	width: 100%;
}

.loyalty-table .small {
    white-space: nowrap;
}

.loyalty-point--cont {
	width: 160px;
	float: left;
	text-align: center;
}

.loyalty-point {
	margin: 16px auto 0;
	border: 1px solid #e9e9e9;
	border-radius: 30px;
	padding: 10px 15px;
	color: #2d2d2d;
	font-size: 12px;
	display: inline-block;
	background-color: #e7e7e7;
	line-height: normal;
}

.top-loyalty {
	position: relative;
	padding: 0 0 40px;
	z-index: 1;
}

.loyalty {
	position: relative;
	z-index: 1;
}

.top-loyalty--text {
	border: 1px solid #e9e9e9;
	overflow: hidden;
	font-size: 13px;
    padding: 12px 15px;
	color: #707070;
}

.top-loyalty--text span {
	color: #2d2d2d;
}

.top-loyalty:before,
.loyalty:before {
	content: '';
	z-index: -1;
	width: 1px;
	position: absolute;
	left: 80px;
	top: 0; bottom: 0;
	background-color: #e9e9e9;
}

.top-loyalty .loyalty-point {
	font-size: 14px;
	color: #2d2d2d;
	margin: 0;
}

.account-login--checkbox-cont span {
	display: block;
	font-size: 11px;
	padding: 8px 0 0;
}

.account-details--title-text {
	font-size: 12px;
	color: #707070;
	padding: 0 0 20px;
	clear: both;
}

.account-details--block {
	border: 1px solid #e9e9e9;
	padding: 12px 15px;
	margin: 0 0 10px;
}

.account-details--block .dblc {
	padding: 5px;
}

.account-details--block-action {
	padding: 5px 0 5px 0;
}

.account-login .container {
	max-width: 620px;
}

.account-login--block {
	padding: 30px 40px 35px;
	background: #fff;
	margin-bottom: 30px;
	color: #707070;
}

.account-login--block h3 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #2d2d2d;
}

.account-login--block p {
	font-size: 13px;
	margin-bottom: 20px;
}

.account-login--section {
	margin-bottom: 20px;
}

.account-login--section .select2-container .select2-selection--single {
    border: 1px solid #e7e7e7!important;
}

.account-login--block .form-note {
	padding: 8px 0;
}

.account-login--buttons {
	margin-top: 10px;
}

.account-login--buttons .form-note {
	text-transform: uppercase;
}

.account-login--trade {
	margin: 15px 0 -2px;
}

.account-comms--preferences-subtitle {
	margin-bottom: 8px;
}

.account-comms--preferences {
	padding: 20px;
}

.account-comms--preferences .input-grid {
	padding-left: 8px;
}

.account-comms--preferences-inner {
	padding: 0 0 10px 10px;
}

.quote-side {
	width: 50%;
	float: right;
}

.quote-side .cart-segment {
	margin-bottom: 20px;
	border: 1px solid #1e1e1e;
	background: none;
}

.quote-side .cart--heading {
	color: #fff;
}

.quote-side .cart-segment {
	margin-bottom: 0;
}

.quote-side .cart-segment + .cart-totals {
	border-top: 0;
}

.quote-side .cart-totals {
}

.quote-side .cart-total {
	color: #fff;
}



/*
|--------------------------------------------------------------------------
| Account v2 > Overlays
|--------------------------------------------------------------------------
*/
.modal-account .modal--inner {
	max-width: 476px;
}

.account-modal {
	background-color: #fff;
	padding: 30px;
}

.account-modal .checkbox-label {
	/* color: #fff; */
}

.account-modal .input {
	margin: 0 0 4px;
}

.account-modal--title {
	font-size: 21px;
	color: #0bb3b5;
	padding: 0 0 20px;
}

.account-modal--action {
	text-align: right;
	padding: 16px 0 0 0;
}

.account-modal--action .button {
	font-size: 14px;
}

.address-block--grid {
	margin: 0 -10px 0 0;
}

.address-block,
.address-block--add {
	float: left;
	padding: 0 10px 10px 0;
	color: #2d2d2d;
}

.address-block--title {
	font-size: 11px;
	color: #707070;
	padding: 0 0 4px;
}

.address-block--inner {
	border: 1px solid #e9e9e9;
	padding: 12px 15px;
}

.address-block__primary .address-block--inner {
	border-color: #2d2d2d;
}

.address-block--address {
	font-size: 12px;
}

.address-block--action {
	padding: 20px 0 0 0;
}

.address-block--action a,
.address-block--action button,
.address-block--action {
	font-size: 10px;
	color: #707070;
}

.address-block--action button {
	background: 0;
	font-family: inherit;
	text-align: left;
}

.address-block--action button:hover {
	text-decoration: underline;
}

.account-modal--checkboxes {
	padding: 14px 0 0 0;
}

.account-modal--checkboxes-title {
	font-size: 11px;
	color: #707070;
	text-transform: uppercase;
	padding: 0 0 4px;
}

.address-block--add-inner {
	position: relative;
	border: 1px solid #e9e9e9;
	text-align: center;
	height: 100px;
	cursor: pointer;
}

.address-block--add-wrap {
	position: absolute;
	top: 50%;
	left: 0; right: 0;
	transform: translateY(-50%);
}

.address-block--add-wrap,
.address-block--add-wrap svg path {
	transition: .3s ease;
}

.address-block--add-title {
	font-size: 14px;
	color: #666;
}

.address-block--add-wrap svg path {
	fill: #666;
}

.address-block--add-inner:hover {
	border-color: #999;
}

.address-block--add-inner:hover .address-block--add-title {
	color: #555;
}

.address-block--add-inner:hover svg path {
	fill: #555;
}

.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: #0bb3b5;
}

.mobile-cats--cats {
	display: none;
}

.mobile-cats--title.open {
	color: #0bb3b5;
}

.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/justspa/cross-white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-color: #707070;
}

.button.voucher_remove:hover {
	background-color: #2f2f2f;
}

.voucher.dblr .dblc {
	vertical-align: middle;
}

.voucher.dblr .dblc:last-child {
	text-align: right;
}

.vouchers-wrapper {
	padding-top: 20px;
}

.voucher_add {
	height: 50px;
}

.input #voucher_add {
	right: 4px;
}

.checkout-title.no_border {
	border: none;
}

.account-box--voucher .account-subtitle {
	padding: 0 0 10px;
}

.account-box--voucher {
	border: 1px solid #e9e9e9;
	padding: 12px 15px;
	margin-bottom: 12px;
}

.account-box--voucher .input {
	margin-bottom: 0;
}

.account-box .xvc_input {
    max-width: none;
}

.account-table.vouchers .dblc span {
	display: none;
}

.account-table.vouchers .dblc.small {
	width: auto;
}

.account-table.vouchers {
	margin: 0 0 20px;
}

.account-modal--text {
	margin-bottom: 10px;
}

.account-table.vouchers .dblc .voucher-code--small {
	display: block;
	font-size: 10px;
	color: #717171;
	line-height: normal;
}



/*
|--------------------------------------------------------------------------
| Help & Advice Category
|--------------------------------------------------------------------------
*/

.help-cont {
	display: flex;
	margin: 0 0 42px;
}

.help-sidebar {
	width: 360px;
	flex-shrink: 0;
	background-color: #0bb3b5;
}

.help-sidebar--search {
	background-color: #0e6d6e;
	padding: 14px 30px;
	display: flex;
}
.help-sidebar--search svg path {
    fill: #0e6d6e;
}

.help-sidebar--search input {
	flex: 1 1 auto;
	height: 43px;
	padding: 0 15px;
}

.help-sidebar--search input::-webkit-input-placeholder {
	font-size: 15px;
	color: #038f91;
}

.help-sidebar--search button {
	background-color: #fff;
	padding: 0 15px;
}

.help-sidebar--search button svg {
	fill:rgb(27, 68, 122);
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
}

.help-sidebar--search button:hover svg {
	fill: #0bb3b5;
}

.help-sidebar--title {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	padding: 24px 30px;
}

.help-sidebar--title svg {
	display: none;
}

.help-main {
	padding: 60px 70px;
	flex: 1 1 auto;
	border: 1px solid #e9e9e9;
}

.help-main--title {
	font-size: 48px;
	color: #0bb3b5;
    letter-spacing: -0.025em;
	font-weight: 600;
}

.advice-cat {
	display: flex;
	margin: 0 -60px 0 0;
}

.help-search {
	display: block;
	margin: 0;
}

.help-search .help-sidebar--search {
	background: none;
	padding: 0;
	margin: 0 0 20px;
}

.help-search .help-sidebar--search {
	border: 1px solid #e9e9e9
}

.advice-cat--left {
	width: 500px;
	flex-shrink: 0;
	margin: 0 60px 0 0;
}

.advice-cat--left .content,
.advice-cat--left .content p {
	font-size: 15px;
}

.advice-cat--right {
	flex: 1 1 auto;
	margin: 0 60px 0 0;
}

.advice-cat--right .embed-container {
	border: 1px solid #0bb3b5;
}

.help-sidebar--page {
	color: #fff;
	font-size: 15px;
	padding: 11px 30px;
	border-bottom: 1px solid #0e6d6e;
	display: block;
}

.help-sidebar--page.active {
	background-color: #067c7e;
	border-bottom: none;
	font-weight: 600;
}

.help-sidebar--page:hover {
	background-color: #038f91;
	color: #fff;
}

.advice-cat--bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #e9e9e9;
	margin: 50px 0 0 0;
	padding: 26px 0;
}

.advice-cat--del {
	display: flex;
	font-size: 16px;
	font-weight: 600;
	color: #038f91;
	align-items: center;
	margin: 0 14px 0 0;
}

.advice-cat--del svg {
	vertical-align: middle;
	flex-shrink: 0;
	margin: 0 8px 0 0;
}

.advice-cat--bottom .footer-socials path {
	fill: #0bb3b5;
}

.advice-socials--title {
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #0bb3b5;
	font-weight: 600;
}

.advice-socials {
	flex-shrink :0;
	vertical-align: middle;

}

.advice-socials--title {
	font-size: 14px;
	letter-spacing: 0.05em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 14px 0 0;
}

.advice-socials--link {
	display: inline-block;
	vertical-align: middle;
}

.advice-socials--link {
	margin: 0 6px 0 0;
}

.advice-socials--link a,
.advice-socials--link svg {
	display: inline-block;
	vertical-align: middle;
}

.advice-socials--link path {
	fill: #0bb3b5;
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease;
}

.advice-socials--link:hover path {
	fill: #038f91;
}

.help-sidebar--page-icon {
	width: 26px;
	height: 26px;
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.help-sidebar-subcats {
	background-color: #0d0d0d;
	padding: 0 0 20px 0;
}

.help-sidebar-subcats a {
	display: block;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
	padding: 5px 30px;
}

.help-sidebar-subcats a:hover {
	text-decoration: underline;
}

.help-sidebar-subcats .active {
	font-weight: 600;
}

.important-block {
	margin: 30px 0 0 0;
}

.important-block--title {
	position: relative;
	color: #e08b1d;
	border: 1px solid #e08b1d;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 100px;
	cursor: pointer;
}

.important-block--title svg {
	vertical-align: middle;
	margin: 0 6px 0 0;
}

.important-block--title svg:last-child {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.important-block--content {
	display: none;
	border: 1px solid #e08b1d;
	border-top: none;
	padding: 0 16px 12px;
}

.important-block--content,
.important-block--content p {
	font-size: 12px;
	color: #e08b1d;
	font-weight: 600;
}

.important-block--title.active {
	border-bottom: 0;
}

.important-block--title.active ~ .important-block--content {
	display: block;
}

.important-block--title.active svg:last-child {
	transform: translateY(-50%) rotate(-180deg);
}

.articles--title {
	font-size: 21px;
	color: #0bb3b5;
	font-weight: 600;
	margin: 0 0 10px;
}

.articles {
	margin: 20px 0 0 0;
}

.article-item {
	margin: 0 0 10px;
	display: flex;
	border: 1px solid #e9e9e9;
}

.article-item--content {
	flex: 1 1 auto;
	border-left: 1px solid #e9e9e9;
	padding: 16px 20px;
	display: flex;
	flex-direction: column;
    align-items: baseline;
}

.article-item--title {
	font-size: 15px;
	font-weight: 600;
	color: #0bb3b5;
}

.article-item--image {
	min-height: 130px;
	width: 174px;
	flex-shrink: 0;
}

.article-item--bottom {
	margin: auto 0 0 0;
	padding: 6px 0 0 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.article-item--bottom .button {
	flex-shrink: 0;
	margin: 0 6px 0 0;
}

.article-item--info {
	font-size: 11px;
	text-transform: uppercase;
	color: #0d0d0d;
	text-align: right;
}

.article-main {
	display: flex;
}

.article--title {
	font-size: 36px;
	color: #0bb3b5;
	letter-spacing: -0.025em;
}

.article-back {
	text-transform: uppercase;
	font-size: 14px;
	color: #038f91;
	margin: 0 0 20px;
}

.article-back svg {
	vertical-align: middle;
	margin: -1px 6px 0 0;
}

.article-media {
	flex-shrink: 0;
	width: 340px;
	margin: 0 0 0 50px;
}


/* Downloads */
.download-sections {
	margin: 34px 0 0 0;
}

.download-section {
	margin: 0 0 1px;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}

.download-section--title {
	background-color: #e9e9e9;
	padding: 20px 30px;
	font-size: 18px;
	font-weight: 600;
	color: #038f91;
	display: flex;
	cursor: pointer;
}

.download-section--content {
	display: none;
}

.download-section--title svg {
	margin: 0 0 0 auto;
	flex-shrink: 0;
	vertical-align: middle;
	width: 25px;
	height: 17px;
}

.download-section--title.active svg {
	transform: rotate(-180deg);
}

.download-section--title.active ~ .download-section--content {
	display: block;
}

.download-item {
	display: flex;
	min-height: 50px;
	align-items: center;
	border-bottom: 1px solid #e9e9e9;
	padding: 16px 30px;
}

.download-item--content {
	flex: 1 1 auto;
	margin: 0 30px 0 0;
}

.download-item--title {
	font-size: 16px;
	color: #0bb3b5;
}

.download-item--button {
	margin: 0 0 0 auto;
	flex-shrink: 0;
	font-size: 12px;
	letter-spacing: 0.025em
}

.download-item--button svg {
	margin-top: -2px;
}

/* Gallery */

.gallery-pages .gallery-page--images {
	flex-wrap: nowrap;
}

.gallery-page {
	margin: 40px 0 0 0;
}

.gallery-page--top {
	display: flex;
	padding: 16px 0;
	align-items: center;
}

.gallery-page--title {
	margin: 0 auto 0 0;
	font-size: 21px;
	color: #0bb3b5;
	font-weight: 600;
}

.gallery-page--images {
	display: flex;
	flex-wrap: wrap;
}

.gallery-page--image {
	width: 25%;
}

.gallery-page--image img {
	display: block;
	width: 100%;
}

.gallery-page--button {
	font-size: 12px;
}

.mfp-bg {
	background-color: #0bb3b5;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left-color: #0bb3b5;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right-color: #0bb3b5;
}

/* Send Image */

.send-image-form {
	margin: 40px 0 0 0;
}

.image-form {
	padding: 40px;
	background-color: #038f91;
}

.image-form .input textarea.validate-border ~ .input-label {
	border-width: 1px;
}

.image-form--grid {
	display: flex;
	margin: 0 -30px 0 0;
}

.image-form--col {
	width: 50%;
	margin: 0 30px 0 0;
}

.image-form--grid .textarea-input {
	margin: 0;
}

.image-form--grid .input textarea {
	min-height: 109px;
}

.image-form .input-file-dummy {
	border:none;
}

.input-file {
	display: flex;
	border: 1px solid #0bb3b5;
	margin: 10px 0 0 0;
}

.input-file .input-file-dummy {
	flex: 1 1 auto;
	padding: 17px 20px;
	color: #fff;
}

.image-form--col .input {
	margin: 0 0 9px;
}

.input-file .button {
	border-radius: 0;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.image-form--bottom {
	display: flex;
	margin: 20px 0 0 0
}

.image-form--bottom button {
	margin: 0 0 0 auto;
	font-size: 16px;
	padding: 6px 30px;
}

/* Tradesman */
.tradesmen {
	margin: 30px 0 0 0;
}

.tradesman {
	display: flex;
	border: 1px solid #e9e9e9;
	padding: 20px;
	border-top: none;
}

.tradesman.highlight {
	border-left: 10px solid #0d0d0d!important;
}

.tradesman:first-child {
	border: 1px solid #e9e9e9;
}

.tradesman--logo {
	flex-shrink: 0;
}

.tradesman--name {
	color: #038f91;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 5px;
}

.tradesman--address {
	color: #0bb3b5;
	font-size: 14px;
	margin: 0 0 15px;
}

.tradesman--address svg {
	vertical-align: middle;
}

.tradesman-content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 0 50px 0 0;
}

.tradesman--bottom {
	margin: auto 0 0 0;
	font-size: 14px;
	color: #0bb3b5;
	padding: 10px 0 0 0;
}

.tradesman--seperator {
	margin: 0 5px;
}

.tradesman--seperator:first-child {
	display: none;
}

/* .tradesman--text.constrained {
	max-height: 60px;
	overflow: hidden;
} */

.tradesman--more-info.hidden,
.tradesman--more-info.hidden + .tradesman--seperator {
	display: none;
}

.tradesman--more-info--btn {
	cursor: pointer;
}

#tradesmenMap {
	height: 408px;
	position: relative;
	border: 10px solid #0bb3b5;
}

.tradesman-input {
	background-color: #0bb3b5;
	margin: 30px 0 0 0;
	padding: 7px 7px 0 7px;
	display: flex;
	max-width: 576px;
}

.tradesman-input--form {
	flex: 1 1 auto;
	display: flex;
}

.tradesman-input--form.loading .tradesman-input--spinner {
	display: block;
}

.tradesman-input--text {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	flex-shrink: 0;
	padding: 8px;
}

.tradesman-input--input {
	height: 34px;
	padding: 10px;
	font-size: 16px;
	flex: 1 1 auto;
	width: 100%;
}

.tradesman-input--submit {
	position: relative;
	flex-shrink: 0;
}

.tradesman-input--spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	transform: translate(-50%, -50%);
	background-color: #fff;
}

.tradesman-input--spinner img {
	height: 22px;
	width: 22px;
	display: block;
}

.tradesman-input--submit::-webkit-input-placeholder {
	font-size: 15px;
	color: #038f91;
	font-weight: 600;
}

.tradesman-input--submit {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 6px;
	background-color: #fff;
}

.tradesman-input--submit svg {
	fill: #038f91;
}

/* Basic Cateogry */
.basic-cat {
	padding: 40px 0;
}

.basic-cat-heading {
	text-align: center;
	color: #0bb3b5;
	padding: 30px 0;
}

.basic-cat-heading .content {
	margin: 30px 0 0 0;
}

.basic-cat-heading--title {
	font-size: 42px;
	font-weight: 600;
}

.basic-cat-page {
	display: block;
	font-size: 24px;
	text-align: center;
	padding: 20px;
	background-color: #0bb3b5;
	color: #fff;
}

.basic-cat-page:hover {
	background-color: #038f91;
	color: #fff;
}

/* Delivery */
.cms-nav {
	background-color: #0d0d0d;
	text-align: center;
	padding: 16px;
}

.cms-nav a {
	color: #fff;
	font-size: 16px;
	margin: 0 26px;
}

.cms-nav .active {
	font-weight: 600;
	color: #0ccdcf;
}

.image-heading {
	display: flex;
	min-height: 565px;
}

.image-heading.no-image {
	min-height: 0;
}

.image-heading--image {
	width: 50%;
	flex-shrink: 0;
}

.image-heading--content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-color: #0bb3b5;
	padding: 30px 40px 30px 100px;
}

.image-heading--content h1 {
	color: #fff;
	font-weight: 600;
	font-size: 60px;
}

.image-heading--subtitle {
	font-size: 24px;
	color: #fff;
	line-height: 1.3;
}

.delivery .content table tr:first-child {
	color: #0bb3b5;
}

.delivery .content table tr:first-child td {
	background-color: #e9e9e9;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #fff;
}

.delivery .content table td {
	padding: 10px;
	border: 1px solid #e9e9e9;
}

.delivery .content {
	padding: 80px 0 ;
}

.delivery .content hr {
	border-bottom: 1px solid #e9e9e9;
	margin: 40px 0;
}

.order-tracking-form {
	background-color: #038f91;
	padding: 30px 40px;
	margin: 40px 0 0 0;
}

.order-tracking-form--inputs {
	display: flex;
	margin: 0 -30px 0 0;
	color: #fff;
}

.order-tracking-form .input {
	width: 50%;
	margin: 0 30px 0 0 ;
}

.order-tracking-form .input span {
	display: block;
	font-size: 12px;
	margin: 6px 0 0 0;
}

.order-tracking-form--title {
	font-size: 21px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 10px;
}

.order-tracking-form--bottom {
	margin: 20px 0 0 0;
	display: flex;
}

.order-tracking-form--bottom input {
	margin: 0 0 0 auto;
	border-radius: 40px;
	padding:  10px 30px;
}

.order-tracking {
	padding: 82px 0;
}

.account-overview {
	padding: 60px 0;
}

.account-overview .faq-grid {
	margin: 40px 0 0 0;
}

.image-heading--text {
	max-width: 600px;
	color: #fff;
}

/* Loyalty */
.how-to-blocks--cont {
	padding: 50px 0;
}

.how-to-blocks {
	display: flex;
	margin: 0 -50px 0 0;
}

.how-to-block {
	width: 50%;
	margin: 0 50px 0 0;
}

.loyalty-trade {
	text-align: center;
	padding: 70px 0;
	background-color: #e9e9e9;
}

.loyalty-trade--title {
	color: #d46d11;
	font-size: 30px;
	font-weight: 600;
}

.loyalty-trade--button {
	margin: 15px 0 0 0;
}

.loyalty-trade--button .button {
	font-size: 16px;
	font-weight: 400;
}

/* Trade+ */
.trade-plus--inner {
	padding: 50px 0 110px;
}

.trade-table--headers {
	display: flex;
	background-color: #e9e9e9;
}

.trade-table--header {
	border-left: 1px solid #fff;
}

.trade-table--row {
	display: flex;
}

.trade-table--cell:first-child,
.trade-table--header:first-child {
	flex: 1 1 auto;
	width: auto;
	border-left: 1px solid #e9e9e9;
}

.trade-table--cell,
.trade-table--header {
	width: 160px;
	flex-shrink: 0;
	padding: 6px 20px;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

.trade-table--header {
	padding: 20px;
}

.trade-table--body {
	font-size: 12px;
}

.trade-plus-heading {
	display: flex;
	margin: 0 -80px 0 0;
}

.trade-plus-heading--image {
	flex-shrink: 0;
	max-width: 428px;
	margin: 0 80px 0 0;
}

.trade-plus-heading--content {
	flex: 1 1 auto;
	margin: 0 80px 0 0;
}

.new-cust-text {
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}


/* Testimonails */
.testimonials--inner {
	padding: 80px 0 100px;
}

.testimonial {
	float: left;
	width: 50%;
	text-align: center;
}

.testimonial--inner {
	border: 1px solid #e9e9e9;
	padding: 20px;
	margin: 15px;
}

.testimonial--author {
	color: #0bb3b5;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 8px;
}

.testimonial--text {
	margin: 0 0 8px;
}

.testimonial--author span {
	color: #038f91;
}

.testimonial--ratings {
	margin: 0 0 8px;
}
.testimonial--rating svg path {
    fill: #0d0d0d;
}

.testimonial-heading {
	text-align: center;
	margin: 0 0 40px;
}

.testimonial-heading .button {
	margin: 14px 0 0 0;
	font-size: 16px;
}

.testimonial-heading .content {
	margin: 10px 0 0 0;
}

.testimonial-heading .content,
.testimonial-heading .content p {
	font-size: 16px;
}

/* Price Promise */
.price-promise-blocks {
	display: flex;
	margin: 0 -100px 0 0;
	padding: 70px 0;
}

.price-promise-block {
	margin: 0 100px 0 0;
	width: 50%;
}

.price-btm {
	background-color: #f2f2f2;
	padding: 50px 0;
	margin: 0 0 40px;
}

.price-btm li {
	margin-bottom: 10px;
}

.price-btm--seperator {
	margin: 50px 0;
	height: 1px;
	background-color: #fff;
}

/* Contact Us */

.contact-cont {
	display: flex;
	margin: 0 0 40px;
}

.contact-segment {
	width: 50%;
	padding: 80px 100px;
	border: 1px solid #e9e9e9;
}

.contact-segment--blue {
	color: #fff;
	background-color: #0bb3b5;
	border: none;
}

.contact-info-blocks {
	display: flex;
}

.contact-info-block:first-child {
	border-right: none;
}

.contact-info-block {
	width: 50%;
	border: 1px solid #e9e9e9;
	padding: 20px 30px;
	line-height: 1.4;
}

.contact-info {
	margin: 10px 0 0 0;
}

.contact-info:first-child {
	margin: 0;
}

.contact-info span,
.contact-info div {
	color: #0bb3b5;
}

.contact-info a {
	color: inherit;
}

.contact-btm {
	margin: 60px 0 0 0;
}

.contact-form .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding-left: 10px;
	padding-top: 24px;
	font-size: 14px;
	color: #666;
}

.contact-form--title {
	font-size: 30px;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 600;
}

.contact-form--text {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.contact-form .input-file {
	padding: 0 15px 10px 0;
}

.contact-form .button {
	background-color: #038f91;
}

.contact-form .button:hover {
	background-color: #017b7c;
}

.contact-form button {
	font-size: 16px;
	padding: 8px 28px;
}

.contact-form .input-file-dummy {
	border-color: #038f91;
}

.contact-form .button-file-upload {
	padding: 7px 30px
}

.contact-form .input-grid .input {
	margin: 0 0 10px 0;
}

.team-members {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -20px;
}

.team-member {
	min-width: 120px;
	flex: 1 0 16.7%;
    max-width: calc(20% - 20px);
	text-align: center;
	border: 1px solid #e9e9e9;
	padding: 30px;
	margin: 0 0 20px 20px;
}

.team-member--image {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 75px;
	margin: 0 auto 20px;
	border: 1px solid #e9e9e9;
}

.team-member--name {
	color: #038f91;
	font-size: 21px;
	font-weight: 600;
	margin: 0 0 5px;
}

.team-member--role {
	color: #0bb3b5;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 5px;
}

.team-member--email {
	color: #606060;
	font-size: 14px;
	margin: 5px 0 0 0;
}

.meet--inner {
	padding: 100px 0 40px;
}

.meet--inner .testimonial-heading {
	margin-bottom: 90px;
}

.meet-block {
	background-color: #e9e9e9;
	text-align: center;
	padding: 80px 0;
}

.meet-block--title {
	font-size: 30px;
	color: #038f91;
	font-weight: 600;
	margin: 0 0 20px;
}

/* About */
.about .image-heading--text,
.about .image-heading--text p {
	font-size: 16px;
	line-height: 1.6;
}

.about-blocks {
	display: flex;
	margin: 0 -100px 0 0;
	padding: 70px 0;
}

.about-block {
	width: 50%;
	margin: 0 100px 0 0;
}

.about-block .content ul {
	margin-left: 30px;
	margin-top: 20px;
}

.about-block .content li {
	position: relative;
	list-style-type: none;
	font-size: 15px;
	color: #0bb3b5;
	font-weight: 600;
	margin: 0 0 16px;
}

.about-block .content li:before {
	content: '';
	position: absolute;
	left: -30px;
    top: 3px;
	width: 21px;
	height: 16px;
	background-image: url('/images/style/justspa/upload/tick2.svg');
	background-size: 21px 16px;
}

.about .content h2 {
	font-size: 30px;
}

.about-block-btm {
	background-color: #f2f2f2;
	padding: 80px 30px;
	text-align: center;
	margin: 0 0 45px;
}

.about-block-btm--title {
	font-size: 30px;
	color: #038f91;
	margin: 0 0 18px 0;
	font-weight: 600;
}

.related-articles {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #f2f2f2;
}

.related-articles--title {
	margin: 0 0 10px;
	font-size: 21px;
	color: #0bb3b5;
	font-weight: 600;
}

#part_finder {
    padding-bottom: 20px
}

.home-part#part_finder {
    padding-bottom: 60px
}

#parts_finder_container h2 {
    margin-bottom: 18px
}

#home_guides #parts_finder_hot-tub,#home_guides #parts_finder_whirlpool {
    width: 49%
}

#home_guides #parts_finder_hot-tub {
    float: left
}

#home_guides #parts_finder_whirlpool {
    float: right
}

#part_finder #parts_finder_hot-tub,#part_finder #parts_finder_whirlpool {
    width: 100%;
    clear: both
}

#part_finder #parts_finder_whirlpool {
    padding-top: 25px
}

#home_guides .parts_finder_border {
    border-bottom: 0
}

#part_finder .guide_container {
	position: relative;
	display: flex;
    border-right: 0;
}

#part_finder .parts_finder_border {
    width: 64%;
    border: 1px solid #e9e9e9;
}

#parts_finder_image_hot-tub,#parts_finder_image_whirlpool {
    margin: auto;
    width: 475px
}

#part_finder #parts_finder_image_hot-tub,#part_finder #parts_finder_image_whirlpool {
    /* margin-top: 3px */
    margin-top: 46px
}

#parts_finder_image_hot-tub {
    background: url(/images/style/hydro/parts_finder/hot-tub.png) no-repeat
}

#parts_finder_image_whirlpool {
    background: url(/images/style/hydro/parts_finder/whirlpool.png) no-repeat
}

#parts_finder_image_hot-tub img,#parts_finder_image_whirlpool img {
    display: block;
    max-width: none
}

.parts_finder_select {
    background: #3479b1;
    /* border-bottom: 2px solid #1b6190; */
    color: #fff;
}

#part_finder .parts_finder_select,#home_guides .parts_finder_list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

#part_finder .parts_finder_select {
    width: 36%;
    min-height: 360px;
}

#part_finder .parts_finder_list_container {
    min-height: 271px;
	padding-bottom: 6px;
}

.parts_finder_list {
	margin: 0;
    line-height: 17px;
    font-weight: normal
}

.parts_finder_list li {
	margin: 0 30px 10px;
}

#home_guides .parts_finder_list {
    width: 33.333%;
    float: left;
    padding-left: 18px;
    padding-top: 0
}

#part_finder #parts_finder_list_hot-tub_1,#part_finder #parts_finder_list_whirlpool_1 {
    padding-top: 5px
}

#part_finder #parts_finder_list_hot-tub_1,#part_finder #parts_finder_list_whirlpool_1,#part_finder #parts_finder_list_hot-tub_2,#part_finder #parts_finder_list_whirlpool_2 {
    padding-bottom: 0
}

#part_finder #parts_finder_list_hot-tub_2,#part_finder #parts_finder_list_whirlpool_2,#part_finder #parts_finder_list_hot-tub_3,#part_finder #parts_finder_list_whirlpool_3 {
    padding-top: 0
}

.parts_finder_list a {
    color: #fff;
	font-size: 14px;
}

.parts_finder_list a:hover,.parts_finder_list_hover {
    color: #ef8e03
}

.parts_finder_list_hover a {
    color: #ef8e03
}

.parts_finder_description {
    padding: 16px 0 4px;
    margin-top: 7px;
	display: flex;
	align-items: center;
}

.parts_finder_description span {
	display: block;
	width: 140px;
	margin: 0 6px 0 0;
	font-size: 12px;
}

#part_finder .parts_finder_description {
    padding: 13px 0 0
}

#parts_finder_container {
	margin: 40px 0 0 0;
}

.parts_finder_image_hot-tub {
	position: relative;
}

.part-picker--title {
	color: #038f91;
	position: absolute;
	top: 20px; left: 20px;
	z-index: 200;
	font-size: 30px;
}

.part-picker--title span {
	font-size: 20px;
	display: block;
}

.parts_finder_list {
	list-style-type: none;
}

.part-finder-subtitle {
	position: relative;
	font-size: 18px;
	margin: 0 0px 10px;
	line-height: 28px;
	border-bottom: 1px solid #0e6d6e;
	padding: 0 20px;
	padding: 20px 0 20px 64px;
}

.part-finder-subtitle:before {
	content: '1';
	position: absolute;
	top: 23px; left: 30px;
	height: 24px;
	width: 24px;
	border-radius: 24px;
	background-color: #fff;
	color: #0bb3b5;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
}

.parts_finder_description {
	position: absolute;
	bottom: 0; left: 0;
    bottom: 20px;
    left: 20px;
}

/* Shop Category */
.shop-category {
	position: relative;
	display: flex;
	min-height: 420px;
}

.shop-category-main {
	flex: 1 1 auto;
	background-color: #e9e9e9;
}

/* Breadcrumbs */

.shop-breadcrumbs {
	display: flex;
	height: 33px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
}

.shop-breadcrumbs a,
.shop-breadcrumbs span,
.shop-breadcrumbs div {
	display: block;
	position: relative;
	min-width: 150px;
	padding: 5px 20px 5px 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #0bb3b5;
	letter-spacing: 0;
}

.shop-breadcrumbs a:after,
.shop-breadcrumbs span:after,
.shop-breadcrumbs div:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16.5px 0 16.5px 9px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: -9px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	-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;
}

.shop-breadcrumbs a:before,
.shop-breadcrumbs span:before,
.shop-breadcrumbs div:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16.5px 0 16.5px 9px;
	border-color: transparent transparent transparent #e9e9e9;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.shop-breadcrumbs div {
	background-color: #ffffff;
}

.shop-breadcrumbs a {
	background-color: #e9e9e9;
}

.shop-breadcrumbs a:after {
	border-color: transparent transparent transparent #e9e9e9;
}

.shop-breadcrumbs a:before {
	border-color: transparent transparent transparent #fff;
}

.shop-breadcrumbs a:hover {
	background-color: #e1e1e1;
}
.shop-breadcrumbs a:hover:after {
	border-color: transparent transparent transparent #e1e1e1;
}

.shop-category-heading {
	position: relative;
    background-color: #fff;
    display: flex;
    border-right: 1px solid #e9e9e9;
    background-position: center right;
    background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.shop-category-heading--cms {
	border-right: none;
}

.shop-category-heading--has-image .shop-category-heading--content {
	padding: 50px 500px 50px 60px;
	position: relative;
	z-index: 10;
}

.shop-category-heading--power-filter:not(.shop-category-heading--diagram) {
	background-image: none!important;
	background-color: #488cc6;
	color: #fff;
}

.shop-category-heading--power-filter:not(.shop-category-heading--diagram) .shop-category-heading--title {
	color: #fff;
}

.shop-category-heading--power-filter:not(.shop-category-heading--diagram) .shop-category-heading--content .content {
	max-width: 100%;
	font-size: 15px;
}

.shop-category-heading--power-filter:not(.shop-category-heading--diagram) .shop-category-heading--content .content a {
	color: #0d0d0d;
}


.shop-category-heading--series .shop-category-heading--content,
.shop-category-heading--diagram .shop-category-heading--content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 620px;
	border-right: 1px solid #e9e9e9;
}

.shop-category-heading--diagram .shop-category-heading--content {
	width: 100%;
}

.shop-category-heading--diagram.shop-category-heading--power-filter {
	border-bottom: 1px solid #e9e9e9;
}

/* .shop-category-heading--diagram.shop-category-heading--power-filter .shop-category-heading--content {
	border-color: #2f6592;
} */

.shop-category-heading--series .shop-category-heading--title {
	color: #0bb3b5;
}

.shop-category-heading--image {
	flex-shrink: 0;
}

.shop-category-heading--content {
	padding: 50px 60px;
}

.shop-category-heading--content .content {
	max-width: 470px;
}

h1.shop-category-heading--title {
	font-size: 36px;
	color: #038f91;
	font-weight: 600;
	letter-spacing: -0.045em;
}

.shop-category-heading .content ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0; padding: 0;
}

.shop-category-heading .content ul + p {
	margin-top: 10px;
}

.shop-category-heading .content ul a {
	padding: 3px 14px;
	border: 1px solid #e9e9e9;
	border-radius: 20px;
	font-size: 12px;
	flex-shrink: 0;
	font-weight: 600;
    margin: 5px 5px 0 0;
}

.shop-category-heading .content li {
	margin: 0 0 0 5px;
}

.shop-category-heading .content ul li:first-child {
	margin: 0;
}

.product-series--read-more {
	font-size: 12px;
    align-self: flex-start;
	margin: 10px 0 0 0;
}

.product-series--read-more.active svg {
	transform: rotate(-180deg);
}

.product-series--read-more svg {
	vertical-align: middle;
	margin: -2px 0 0 4px;
}

.product-series--image-cont {
	margin: 0 auto;
}

.product-series--image {
	display: block;
	max-width: 818px;
}

.shop-cats {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -20px 0;
	padding: 30px;
}

.shop-cat {
	flex: 1 1 16.7%;
	margin: 0 20px 20px 0;
	max-width: calc(20% - 20px);
	background-color: #fff;
}

.shop-cat img {
	display: block;
	width: 100%;
}

.shop-cat--content {
	padding: 13px 20px;
}

.shop-cat--title {
	font-size: 18px;
	color: #0bb3b5;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.shop-cat--title:hover {
	color: #038f91;
}

.shop-cat--text {
	font-size: 12px;
	color: #606060;
	margin: 6px 0 0 0;
}

.sidebar--title {
	font-size: 20px;
	font-weight: 600;
	padding: 16px 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sidebar--title svg {
	display: none;
	flex-shrink: 0;
}

.sidebar-refine--clear {
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 12px;
	margin: 0 0 0 auto;
	color: #fff;
}

.sidebar-refine--clear:hover {
	color: #fff;
}

.sidebar-cat-tree-item {
	background-color: #095656;
	padding: 10px 26px;
	color: #fff;
	margin: 0 0 1px;
	font-size: 13px;
	display: block;
}

.sidebar-cat-tree-item svg {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

.sidebar-cat-tree-item:first-child {
	background-color: #0e6d6e;
}

.sidebar-cat-tree-item:nth-child(2) {
	background-color: #095656;
}

.sidebar-cat-tree-item:hover {
	color: #fff;
	background-color: #0bb3b5!important;
}

.sidebar-subcats--title {
	font-weight: 600;
	padding: 10px 26px;
	color: #fff;
	font-size: 15px;
	margin: 14px 0 0 0;
	border-bottom: 1px solid #0e6d6e;
}

.sidebar-subcats--link {
	color: #fff;
	border-bottom: 1px solid #0e6d6e;
	padding: 10px 26px;
	display: block;
	font-size: 13px;
}

.sidebar-subcats--link:hover {
	color: #fff;
	background-color: #0bb3b5;
	border-bottom: 1px solid #0bb3b5;
}

.sidebar--grey .sidebar--title {
	border-bottom: 1px solid #42464d;
}






/* Shop Category Products */
.shop-products {
	padding: 15px 30px;
}

.shop-products--top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 14px;
}

.sort-by {
	position: relative;
    line-height: 1;
}

.sort-by label {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 12px;
	color: #606060;
	letter-spacing: 0;
	z-index: 2;
	padding: 0 0 0 14px;
	pointer-events: none;
}

.sort-by .select2-selection__rendered {
	padding: 10px 38px 10px 76px;
	color: #038f91;
	font-size: 12px;
}

.sort-by .select2-container--default .select2-selection--single {
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #fff;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 10px 38px 10px 76px;
	color: #038f91;
	font-size: 12px;
}

.sort-by:last-child .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 10px 38px 10px 60px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	background: url(/images/style/justspa/select-arrow@2x.png) 3px center no-repeat;
	background-size: 14.5px 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	background: url(/images/style/justspa/select-arrow@2x.png) right 10px center no-repeat;
	background-size: 14.5px 8px;
	padding-right: 30px!important;
}

.select2-container--open .select2-selection--multiple .select2-selection__rendered {
	background: url(/images/style/justspa/select-arrow-2@2x.png) right 10px center no-repeat;
	background-size: 14.5px 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
	display: none;
	border-color: #038f91 transparent transparent transparent;
	border-width: 8px 7px 0 7px;
	top: 22px;
    left: 20%;
	transform: translate(-50%, -50%);
	position: relative;
	margin: auto;
}

.select2-container--open .select2-selection--single .select2-selection__arrow,
.select2-container--open .select2-selection--multiple .select2-selection__arrow {
	transform: rotate(180deg);
	background: url(/images/style/hydro/select-arrow@2x.png) 10px center no-repeat;
	background-size: 14.5px 8px;
}

.sort-by .select2-container--open .select2-selection--single {
	border-radius: 15px;
}

/* Global improvements */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #0bb3b5;
}

.select2-results__option {
	font-size: 12px;
	font-weight: 600;
}

.shop-modal--cont {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 99999;
}

.shop-modal--cont.active {
	display: block;
}

.shop-modal--click-trap {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0,0,0,0.2);
	cursor: pointer;
}

.shop-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px 40px;
	width: 840px;
	background-color: #fff;
	border-radius: 4px;
}

.shop-modal--close {
	position: absolute;
	top: -20px;
	right: -20px;
	cursor: pointer;
}

.shop-modal--close svg {
	width: 14px;
	fill: #fff;
}

.power-filters {
	position: relative;
	display: flex;
	background-color: #fff;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	counter-reset: filterCount;
}

.power-filters .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #488cc6;
}

.power-filters .select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-width: 1px;
}

.power-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 2px 5px 1px;
}

.power-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice + .select2-search--inline {
	display: none;
}

.power-filters .select2-container--default.select2-container--open .select2-selection--multiple {
	border-color: #0bb3b5
}

.power-filters .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #1c527e;
}

.power-filters .select2-container .select2-search--inline .select2-search__field {
    margin-top: 8px;
    padding: 0 6px;
    margin-bottom: 3px;
}

.power-filter {
	display: flex;
	width: 25%;
	border-right: 1px solid #e9e9e9;
	padding: 37px 30px;
	flex-direction: column;
}

.empty-category {
	margin: 30px;
}

#powerFilterSubmitButton.disabled {
	cursor: not-allowed;
	pointer-events: none;
	background-color: #9a9898;
}

.power-filter--info {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.power-filter--heading {
	position: relative;
	padding: 0 0 0 42px;
	margin: 0 0 auto 0;
	min-height: 32px;
	display: flex;
	align-items: center;
}

.power-filter--image-cont {
	flex-shrink: 0;
	text-align: center;
	margin: 0 0 10px;
}

.power-filter--image-cont img {
	display: block;
	margin: 0 auto;
}

.power-filter--heading:after {
	counter-increment: filterCount;
	content: counter(filterCount);
	position: absolute;
	top: 0; left: 0;
	height: 32px;
	width: 32px;
	border-radius: 16px;
	background-color: #0d0d0d;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 32px;
	font-size: 20px;
}

.power-filter--title {
	font-size: 18px;
	color: #0d0d0d;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}

.power-filter--subtitle {
	font-size: 14px;
	color: #606060;
	letter-spacing: -0.025em;
	margin: 4px 0 0 0;
}

.power-filter--select {
	margin: 18px 0 0 0;
	/* border: 1px solid #e9e9e9; */
}
.power-filter--select .select2-container .select2-search__field {
	width: auto !important
}

.power-filter--select .select2-container--default .select2-selection--single {
	padding: 10px;
	border: 1px solid #e9e9e9;
}

.power-filter--select .select2-container--open .select2-selection--single,
.sort-by .select2-container--open .select2-selection--single {
	border: 1px solid #0bb3b5;
}

/* Power filter tooltip has now been removed */
.power-filter-tooltip,
.power-filter-tooltip--backdrop {
	display: none;
}

.power-filter-tooltip--backdrop {
	position: absolute;
	top: 55px; left: 0; bottom: 0;
	width: 280px;
	z-index: 10;
	background-color: rgba(81, 84, 91, .8);
}

.power-filter-tooltip--title {
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 0;
}

.power-filter-tooltip--title svg {
	vertical-align: middle;
	margin: -2px 3px 0 0;
}

.power-filter-tooltip {
	position: absolute;
	width: 250px;
	padding: 15px 25px;
	border-radius: 5px;
	background-color: #488cc6;
	left: -261px;
	top: 30px;
	z-index: 11;
	color: #fff;
}

.power-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;
}

.power-filter-tooltip--text {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.045em;
	margin: 6px 0 0 0;
	line-height: 1.25;
}

.power-filter--submit {
	display: block;
	width: 100%;
	border-radius: 0;
	font-size: 18px;
	padding: 12px;
}

.power-filter--submit svg {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

/* Diagrams */
.shop-category-heading .diagram {
	max-width: 590px;
}

.shop-category-heading-diagram {
	display: flex;
	padding: 36px;
	flex: 1 1 auto;
	justify-content: center;
    align-self: flex-start;
}

.diagram {
	position: relative;
}

.diagram img {
	display: block;
}

@keyframes hotspotIn {
	to {
		opacity: 1;
		transform: scale(1) translate(-50%, -50%);
	}
}

.diagram--hotspot {
	position: absolute;
	/* opacity: 0;
	animation: hotspotIn 600ms forwards; */
	transform: translate(-50%, -50%);
	transform-origin: center;
	cursor: pointer;
}

.diagram-dot {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	height: 16px;
	width: 16px;
	border: 3px solid #d46d11;
	transform: translate(-50%, -50%);
	transform-origin: center;
	border-radius: 8px;
}

.diagram-tooltip {
	display: none!important;
	border-radius: 5px;
	background-color: #0bb3b5;
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(100% + 10px);
	text-align: center;
	width: 200px;
	/* overflow: hidden; */
}

.diagram-tooltip:after {
	content :'';
	position: absolute;
	left: 0; right: 0;
	height: 10px;
}

.diagram-tooltip:hover {
	color: #fff;
}

.diagram--hotspot.active {
	z-index: 2;
}

.diagram--hotspot--transparent .diagram-dot {
	opacity: 0;

}

.diagram--hotspot.active .diagram-tooltip {
	display: block;
}

.diagram-tooltip--text {
	padding: 5px 8px;
	font-size: 13px;
	font-weight: 400;
}

.diagram-tooltip--text:empty {
	display: none;
}

.diagram-tooltip--link {
	background-color: #038f91;
	padding: 2px 10px;
	font-size: 11px;
	letter-spacing: 0;
	text-transform: uppercase;
	-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;
}

.diagram-tooltip:hover .diagram-tooltip--link {
	background-color: #133767;
	color: #fff;
}



/* Listing */

.listing-heading {
	text-align: center;
	padding: 40px 30px;
}

.listing--title {
	color: #0bb3b5;
	font-weight: 600;
	font-size: 36px;
	letter-spacing: -0.045em;
}

.listing--subtitle {
	font-size: 18px;
	color: rgb(96, 96, 96);
	font-weight: 400;
	letter-spacing: 0;
}

.listing-cont {
	position: relative;
	background-color: #e9e9e9;
}

.listing-id {
	position: absolute;
	bottom: 10px;right: 10px;
	color: rgba(0,0,0,0.2);
}

.listing-top {
	display: flex;
	padding: 30px 0;
    align-items: flex-start;
}

.listing-overview {
	width: 600px;
	flex-shrink: 0;
	margin: 0 0 0 auto;
}

.listing-image {
	flex: 1 1 auto;
	position: relative;
	margin: 0 60px 0 0;
    overflow: hidden;
	background-color: #fff;
}

.listing-image--inner {
	position: relative;
}

#listing-confirm-overlay .overlay--inner {
	transform: translate(-50%, -50%);
	max-width: 620px;
	max-height: 85%;
	overflow-y: auto;
	padding: 0;
}
#listing-confirm-overlay .overlay--header-action > .button {
    line-height: 1.2;
}
#listing-confirm-overlay .overlay--header--text {
	display:flex; 
	flex-direction: column;
	flex: 1;
}
#listing-confirm-overlay .message {
    background-color: transparent;
    font-size: 13px;
    line-height: 1.2;
	margin-bottom: 5px;
	padding: 5px 0px 0 20px;
    text-align: left;
}
#listing-confirm-overlay .overlay--basket-title {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    margin-bottom: -1px;
    padding: 0 0 0 20px;
    color: #fff;
	letter-spacing: .5px;
	text-align: left;
	font-weight: 600;
}
#listing-confirm-overlay .overlay--header-action, #listing-overlay .overlay--header-action {
    padding: 0 20px 15px 20px;
}
#listing-confirm-overlay .overlay--basket.overlay--basket--error {
    display: flex;
    align-items: center;
	background-color: #ea881e;
	padding: 20px 25px 16px;
}

#listing-overlay .listing-buttons {
	display: block;
}

#listing-overlay {
	background: none;
}

#listing-overlay .overlay--backdrop {
	position: absolute;
	right: 0; bottom: 0; left: 0; top: 0;
    background-color: rgb(51 120 179 / 43%);
	cursor: pointer;
}

.listing-image__brand_1 {
	position: absolute;
	top: 15px;
	right: 15px;
}

.listing-image__link {
	display: block;
	position: relative;
}

.listing-image__img {
	display: block;
	width: 100%;
}

.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: #0bb3b5;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 35px;
	width: 35px;
	transition: height 200ms ease, width 200ms ease;
	transform: translate(-50%, -50%);
}

.listing-cont .on-offer-badge:not(.listing-alternative--products .on-offer-badge) {
	top: 20px; left: 20px;
	width: 57px;
	height: 57px;
	border-radius: 57px;
	background-color: #cb7e12;
	z-index: 9;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	pointer-events: none;
    line-height: 1;
}

.listing-cont .on-offer-badge:not(.listing-alternative--products .on-offer-badge) span {
	margin: -2px 0 0 0;
}

.listing-related--products {
	margin: 0 15px 0 0;
}

.listing-overview--top {
	display: flex;
	background-color: #0bb3b5;
	color: #fff;
	padding: 15px 30px;
	justify-content: space-between;
	align-items: flex-end;
}

.listing--prices {
	/* width: 100%; */
}

.listing-price {
	display: block;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -0.045em;
}

.listing-price-sku {
	display: flex;
	justify-content: space-between;
    align-items: center;
}

.listing-rrp,
.listing-save {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0;
}

.listing-rrp label {
	font-weight: 600;
}

.listing-discontinued {
	padding: 30px;
}

.listing-discontinued span {
	margin: 0;
}

.listing-discontinued .button-small {
	margin: 10px 0 0 0;
    padding: 6px 15px 6px 15px;
}

.listing-rrp > span {
}

.listing-save {
	text-decoration: none;
}

.listing--codes {
	font-size: 13px;
	color: #fff;
	text-align: right;
}

.listing--quick-find {
	font-weight: 600;
}

.listing--quick-find span {
	font-weight: 400;
}

.listing--codes svg {
	vertical-align: middle;
}

.listing-buttons {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 15px 30px;
	/* border-top: 1px solid #0e6d6e; */
}

.listing-buttons--right .button:first-child {
	margin: 0;
}

.listing-buttons #submit_1,
#listingSubscribeButton {
	font-size: 15px;
	font-weight: 600;
	padding: 5px 45px;
}

.form-options {
	background-color: #038f91;
}

#listing_options_1 {
	padding: 15px 30px 0 30px;
	margin-bottom: -15px;
}

.listing-swatches {
	/* padding: 20px 0 0 0; */
}

.listing-swatches .input-label,
.options_container_radio .input-label {
	position: relative;
    color: #fff;
    flex: 1 1 100%;
	top: auto;
	margin: 0 0 6px;
	left: auto;
	padding-bottom: 0;
}

#checkout-express-container {
	margin-top: 16px;
}

#checkout-express {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #efc658;
	color: #000;
	font-size: 15px;
	border-radius: 20px;
	padding: 4px 16px;
	min-height: 40px;
}
#checkout-express img, 
#checkout-express svg {
	margin: -2px 12px 0 0;
	max-height: 28px;
}


.options_container_radio {
	color: #fff;
}

.listing-usps {
	display: flex;
	background-color: #0bb3b5;
	margin: auto -1px 0 0;
	flex-wrap: wrap;
}

.listing-usp {
	flex: 1 0 50%;
	text-align: center;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	padding: 10px;
	min-height: 32px;
	text-transform: uppercase;
}

.listing-usp:nth-child(1),
.listing-usp:nth-child(2) {
	border-top: none;
}

.listing-usp svg {
	margin: 0 4px 0 0 ;
}

.listing-usp.empty {
	display: none;
}

.listing--qty-cont {
}

.listing-qty .label-inline .select2-basic--container.select2-selection--single .select2-selection__rendered {
    padding: 8px 38px 6px 64px;
}

.listing-qty .input-label {
	font-size: 15px;
}

.listing--stock {

}

.listing-availables {
	display: flex;
	background-color: #fff;
	margin: 20px 0 10px;
}

.listing-available {
	flex: 1 1 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
}

.listing-available img,
.listing-available svg {
	margin: 0 10px 0 0;
}

.listing-available img {
	width: 55px;
	display: block;
}

.listing-available--text {
}

.listing-available--title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.045em;
}

.listing-available--subtitle {
	font-size: 12px;
	letter-spacing: -0.045em;
	color: #606060;
}

.listing-available--trade .listing-available--title {
	color: #d46d11;
}

.listing-available--spares .listing-available--title {
	color: #0bb3b5;
}

.listing-available:nth-child(2) {
	border-left: 1px solid #e9e9e9
}

.listing--video-btn {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 15px;
}

.listing--video-btn svg {
	margin: 0 5px 0 0 ;
	vertical-align: middle;
}

.listing-video {
	position: fixed;
	display: none;
}

.listing-video-modal--cont {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 99999;
}

.listing-video-modal--cont.active {
	display: block;
}

.listing-video-modal--click-trap {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0,0,0,0.2);
	cursor: pointer;
}

.listing-video-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 840px;
	background-color: #fff;
}

.listing-video-modal--close {
	position: absolute;
	top: -20px;
	right: -20px;
	cursor: pointer;
}

.listing-video-modal--close svg {
	width: 14px;
	fill: #fff;
}

.jump-menu--cont {
	position: relative;
	z-index: 18;
	border-bottom: 1px solid #e9e9e9;
	margin: 0 -40px;
	padding: 0 40px;
	background-color: #fff;
}

.jump-menu {
	display: flex;
	height: 100px;
    align-items: stretch;
	font-size: 18px;
	color: #038f91;
	letter-spacing: -0.045em;
}

.jump-menu--mbl {
	display: none;
	align-items: center;
	justify-content: space-between;
}

.jump-menu--mbl svg {
	flex-shrink: 0;
}

.jump-menu--mbl.active svg {
	transform: rotate(-180deg);
}

.jump-menu--link {
	border-bottom: 2px solid #fff;
	margin: 0 100px 0 0;
	display: flex;
	align-items: center;
}

.jump-menu--link.active {
	font-weight: 600;
	border-bottom: 2px solid #038f91;
	color: #038f91;
}

.listing-main {
	display: flex;
	padding: 40px 0;
}

.listing-main--left {
	flex: 1 1 auto;
	width: 100%;
}

.listing-main--right {
	flex-shrink: 0;
	width: 470px;
	margin: 0 0 -20px 70px;
}

.listing-downloads,
.listing-more-info {
	border: 1px solid #e9e9e9;
	margin: 0 0 20px;
}

.download_description {
	padding: 20px;
	border-bottom: 1px solid #e9e9e9;
}

.listing-downloads--title,
.listing-more-info--title {
	font-size: 18px;
	letter-spacing: -0.045em;
	color: #038f91;
	font-weight: 600;
	padding: 20px;
	border-bottom: 1px solid #e9e9e9;
}

.listing-more-info--content {
	padding: 15px 20px;
	font-size: 12px;
}

.listing-downloads--content {
	font-size: 12px;
}

.listing-more-info--content .content,
.listing-more-info--content .content p {
	font-size: 12px;
}

.listing-more-info--content .content ul {
	color: #038f91
}

.listing-downloads ul {
	margin: 0; padding: 0;
	list-style-type: none;
}

.listing-download {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #0bb3b5;
	letter-spacing: -0.025em;
	padding: 13px 20px 13px 50px;
	border-bottom: 1px solid #e9e9e9;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='%230bb3b5' d='M12.139,14.006 L0.861,14.006 C0.382,14.006 -0.006,13.615 -0.006,13.130 L-0.006,9.627 L1.729,9.627 L1.729,12.254 L11.271,12.254 L11.271,9.627 L13.006,9.627 L13.006,13.130 C13.006,13.615 12.618,14.006 12.139,14.006 ZM6.826,10.353 C6.744,10.448 6.625,10.503 6.500,10.503 C6.375,10.503 6.256,10.448 6.174,10.353 L3.138,6.850 C3.026,6.720 2.998,6.537 3.069,6.380 C3.139,6.224 3.294,6.124 3.464,6.124 L5.199,6.124 L5.199,0.430 C5.199,0.189 5.393,-0.007 5.632,-0.007 L7.367,-0.007 C7.607,-0.007 7.801,0.189 7.801,0.430 L7.801,6.124 L9.536,6.124 C9.706,6.124 9.861,6.223 9.931,6.380 C10.001,6.537 9.975,6.721 9.862,6.850 L6.826,10.353 Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 20px center;
}

.listing_article {
	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='12px'%3E%3Cpath fill-rule='evenodd' fill='rgb(214, 117, 31)' d='M15.771,11.873 C15.634,11.980 15.457,12.020 15.286,11.982 C13.917,11.675 11.515,11.318 9.236,11.867 C10.554,10.641 12.414,10.424 13.542,10.422 C14.346,10.420 15.000,9.777 15.000,8.988 L15.000,1.946 L15.414,1.946 C15.729,1.946 15.986,2.198 15.986,2.507 L15.986,11.434 C15.986,11.606 15.907,11.766 15.771,11.873 ZM13.540,9.549 C12.210,9.553 9.981,9.825 8.444,11.407 L8.444,2.592 C8.444,2.487 8.471,2.389 8.522,2.307 C9.784,0.310 12.209,0.006 13.543,0.003 C13.543,0.003 13.543,0.003 13.544,0.003 C13.695,0.003 13.837,0.061 13.944,0.166 C14.053,0.273 14.113,0.414 14.113,0.565 L14.113,8.988 C14.113,9.297 13.856,9.549 13.540,9.549 ZM2.460,9.549 C2.144,9.549 1.887,9.297 1.887,8.988 L1.887,0.565 C1.887,0.414 1.947,0.273 2.056,0.166 C2.163,0.061 2.305,0.003 2.456,0.003 C2.456,0.003 2.457,0.003 2.457,0.003 C3.791,0.006 6.216,0.310 7.478,2.307 C7.529,2.389 7.556,2.487 7.556,2.592 L7.556,11.407 C6.019,9.825 3.790,9.553 2.460,9.549 ZM6.764,11.867 C4.485,11.318 2.083,11.675 0.714,11.981 C0.542,12.020 0.366,11.980 0.229,11.873 C0.092,11.766 0.014,11.606 0.014,11.434 L0.014,2.507 C0.014,2.198 0.271,1.946 0.586,1.946 L1.000,1.946 L1.000,8.988 C1.000,9.777 1.654,10.420 2.457,10.421 C3.586,10.424 5.446,10.641 6.764,11.867 Z'/%3E%3C/svg%3E");
}

.listing_article a {
	color: #d6751f;
}

.listing_article .button {
	background-color: #d6751f;
	color: #fff;
}

.listing_article .button:hover {
	background-color: #b56218;
}

.listing-download:last-child {
	border: none;
	margin: 0;
}

.listing-download .button {
	font-size: 11px;
	padding: 1px 10px;
	flex-shrink: 0;
	margin: 0 0 0 10px;
}

.listing-cms-banner {
	border: 1px solid #e9e9e9;
	max-width: 470px;
}

.listing-cms-banner a,
.listing-cms-banner img {
	display: block;
	width: 100%;
}

#listing_properties {
	/* display: flex;
	flex-wrap: wrap; */
	margin: 40px -40px -40px 0;
}

.listing_filters,
.listing_dimensions {
	width: calc(50% - 40px);
	margin: 0 40px 40px 0;
}

.listing_dimensions {
	width: calc(100% - 40px);
}

.list_section_subhead {
	font-size: 16px;
	color: #0bb3b5;
	font-weight: 600;
	margin: 0 0 8px;
}

#properties_table tr:nth-child(even) {
	background-color: #f2f2f2;
}

#properties_table {
	width: 100%;
	border: 1px solid #f2f2f2
}

#properties_table td {
	padding: 12px;
	font-size: 12px;
	color: #606060;
	letter-spacing: 0;
}

#properties_table td:last-child {
	color: #0bb3b5;
	width: 50%;
}

.listing-related--cont {
	padding: 50px 0;
	border-bottom: 1px solid #e9e9e9
}

.listing-related .slick-arrow {
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	background-color: #fff;
	border: 2px solid #0bb3b5;
	top: 50%;
	transform: translateY(-50%);
}

.listing-related .slick-arrow svg {
	height: 20px;
	fill: #0bb3b5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.listing-related .slick-arrow:hover {
	border-color: #038f91;
}

.listing-related .slick-arrow:hover svg {
	fill: #038f91;
}

.listing-related .slick-next {
	right: -70px;
}

.listing-related .slick-next svg {
	margin-left: 2px;
}

.listing-related .slick-prev svg {
	margin-left: -2px;
}

.listing-related .slick-prev {
	z-index: 10;
	left: -70px;
}

.listing-related--title {
	font-size: 30px;
	color: #038f91;
}

.listing-related .slick-list {
	margin: 0 -18px 0 0;
}

.listing-cat-upsells--cont {
	background-color: #0bb3b5;
	padding: 10px 0 50px 0;
}

.listing-upsell--products, .listing-upsell--products-stacked {
	margin: 30px 0 -20px 0;
	display: flex;
}
.listing-upsell--products {
	flex-wrap: wrap;
}
.listing-upsell--products-stacked {
	flex-direction: column;
}

.listing-upsell--title {
    font-size: 20px;
    color: #FFF;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #1b447a;
}

.listing-cat-upsells-nav--cont {
	border-bottom: 1px solid #038f91;
}

.listing-cat-upsells-nav {
	display: flex;
	height: 90px;
}

.upsell-listing .product-price-rrp {
	color: #038f91;
	font-size: 12px;
	margin-top: -2px;
}

.listing-cat-upsells-nav--link {
	color: #fff;
	font-size: 18px;
	letter-spacing: -0.045em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 50px 0 0;
	cursor: pointer;
	white-space: nowrap;
}

.listing-cat-upsells-nav--link.active {
	font-weight: 600;
	border-bottom: 2px solid #fff;
}

.upsell-listing {
	width: calc(50% - 10px);
	background-color: #fff;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.upsell-listing:nth-child(odd) {
	margin-right: 10px;
}

.upsell-listing:nth-child(even) {
	margin-left: 10px;
}

.upsell-listing--top {
	display: flex;
	flex: 1 0 0
}

.upsell-listing .product--quickfind {
	flex-shrink: 0;
	margin: 0 0 0 10px;
}

.upsell-listing--image__link {
}

.upsell-listing--image {
	position: relative;
	flex-shrink: 0;
	max-width: 130px;
	min-height: 122px;
	width: 100%;
}

.upsell-listing--image__link {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

.upsell-listing--image__link img {
	display: none;
}

.upsell-listing--prices {
	display: flex;
	padding: 4px 8px;
	align-items: flex-end;
}

.upsell-listing--prices .product-price-rrp {
	transform: translateY(-2px);
	margin: 0 0 0 4px;
}

.upsell-listing--main {
	flex: 1 0 0;
	display: flex;
	flex-direction: column;
	padding: 14px 20px;
}

.upsell-listing--main .product--title {
	font-size: 14px;
}

.upsell-listing--main .product--subtitle {
	font-size: 12px;
}

.upsell-listing--stock {
	display: flex;
	justify-content: space-between;
    margin: auto 0 0 0;
	padding: 5px 0 0 0;
	align-items: flex-end;
}

.upsell-listing--bottom {
	display: flex;
	justify-content: space-between;
	background-color: #f2f2f2;
}

.upsell-listing--action .product-view-btn {
	padding: 10px 20px;
}

.listing-bottom--cont {
	background-color: #e9e9e9;
	display: flex;
	width: 100%;
	margin: 0 0 30px;
}

.listing-bottom {
	display: flex;
	margin: 0 -60px 0 0;
}

.listing-bottom--title {
	color: #038f91;
	font-size: 24px;
	letter-spacing: -0.045em;
	font-weight: 600;
	margin: 0 -64px 35px 0;
}

.listing-reviews,
.listing-questions {
	width: 50%;
	margin: 0 64px 0 0;
	padding: 54px 0;
}

.listing-comment {
	background-color: #fff;
}

#listing-comments-button {
	display: block;
	width: 100%;
	color: #038f91;
	background: none;
	padding: 18px;
}

.listing-questions form {
	background-color: #038f91;
	padding: 30px;
}

#comments_submit {
	font-size: 16px;
    padding: 7px 20px;
	margin: 0 0 0 auto;
}

.listing-reviews #comments_submit {
	background-color: #038f91;
}

.comments-form--bottom {
	display: flex;
	align-items: flex-start;
}

#listingSubscribeButton {
	margin: 10px 0 0 0;
	display: block;
}

.listing-subscribe__inner {
	display: flex;
	align-items: center;
	padding: 15px 30px;
}

.listing-subscribe__inner .input {
	margin: 0;
}

.listing-subscribe__inner .price {
	font-size: 24px;
	color: #fff;
	margin: 0 20px 0 0;
}

.listing-subscribe__inner .button {
	padding: 13px 30px;
}

.listing-subscribe__bottom {
	padding: 15px 30px;
}

.listing-subscribe__bottom a {
	color: #fff;
	font-size: 12px;
}

/* Listing Sticky Menu */

.listing-header {
	position: fixed;
	top: 0; left: 0; right: 0;
	background-color: #038f91;
	z-index: 19;
}

.listing-header.hide {
	display: none;
}

.listing-header--main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
}

.listing-header--title {
	font-size: 18px;
	color: #fff;
	letter-spacing: -0.045em;
	font-weight: 600;
	display: flex;
	flex-direction: column;
}

.listing-header--pricing {
	display: flex;
	align-items: flex-end;
	line-height: 1;
}

.listing-header--price {
	font-size: 30px;
	color: #fff;
	letter-spacing: -0.045em;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}

.listing-header--price-small {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	letter-spacing: normal;
	margin: 0 0 0 10px;
    transform: translateY(-3px);
}

.listing-header--bottom-cont {
	border-top: 1px solid #0bb3b5;
}

.listing-header--bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.listing-header--action {
	margin: 0 0 0 auto;
}

.listing-header--jump {
	display: flex;
	padding: 8px 0;
}

.listing-header--jump-link {
	color: #fff;
	letter-spacing: -0.045em;
	font-size: 16px;
	padding: 5px 14px;
	border-radius: 20px;
	margin: 0 30px 0 0;
	text-align: center;
}

.listing-header--jump-link:first-child {
	padding-left: 0;
}

.listing-header--jump-link.active {
	background-color: #0bb3b5;
	font-weight: 600;
	padding: 5px 14px;
}

.listing-header--jump-link:hover {
	color: #fff
}

.qty-discounts--btn {
	font-size: 16px;
	color: #038f91;
	letter-spacing: -0.045em;
	font-weight: 600;
	background-color: #fff;
	padding: 13px 30px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.qty-discounts--btn + table {
	display: none;
}

.qty-discounts--btn.active + table {
	display: table;
}

.qty-discounts--btn.active svg:last-child {
	transform: none;
}

.qty-discounts--btn svg {
	margin: 0 12px 0 0;
}

#sparesAvailable {
	cursor: pointer;
}

.qty-discounts--btn svg:last-child {
	margin: 0 0 0 auto;
	vertical-align: middle;
	transform: rotate(90deg);
}

.qty-discounts--btn span {
	font-size: 12px;
	color: #606060;
	font-weight: 400;
	margin: 0 0 0 10px;
}

/* Listing 2 */
.listing-2-titles {
    background-color: #0bb3b5;
    color: #fff;
    padding: 20px 40px;
}

.listing-2-titles .listing--title {
	color: #fff;
	font-size: 36px;
}

.listing-2-titles .listing--subtitle {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
}

.listing-2-titles ~ .listing-usps {
	border-top: 1px solid #fff;
	margin-right: -1px;
}

.listing-2-titles ~ .listing-usps,
.listing-2-titles ~ .listing-usps .listing-usp {
	border-color: #038f91;
}

.listing-overview--2 {
	overflow: hidden;
}

.listing-socials {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 0 0;
}

.listing-socials--title {
	font-size: 12px;
	color: #0bb3b5;
	font-weight: 600;
	margin: 0 5px 0 0;
	text-transform: uppercase;
}

.listing-socials--link {
	margin: 0 10px;
	fill: #5f5f5f;
}

.listing-socials .at-style-responsive .at-share-btn {
	padding: 0!important;
}

.listing-thin {
	padding: 10px 30px;
	background-color: #0bb3b5;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 11px;
	text-transform: uppercase;
}

.listing-thin .rating-star {
	transform: translateY(1px);
}

.listing-thin .rating-star,
.listing-thin .rating-star svg {
	height: 14px;
	width: 16px;
}

.listing-thin .rating-star svg {
	fill: #fff;
}

.listing-thin .rating-star--empty svg {
	fill: #4f8dc1;
}

.listing-points {
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}

.listing-points > span > span {
	font-weight: 400;
}

.listing-catalogue {
	text-align: center;
	padding: 10px;
	background-color: #f4f4f4;
	margin: 10px 0 0;
	font-size: 13px;
	color: #038f91;
	text-transform: uppercase;
	letter-spacing: -0.045em;
}

.listing-catalogue br {
	display: none;
}

.listing-catalogue span {
	color: #0bb3b5;
	font-weight: 600;
}

.catalogue-olay--item {
	border: 1px solid #e7e7e7;
	padding:15px 20px 15px 15px;
	margin-bottom: 10px;
}

.catalogue-olay--item:last-child {
	margin-bottom: 0;
}

.tag_info {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpENTM2NEM4RTM3NDVFMjExQUM3REI3MjA3QjNGMDZBRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFQTgxNEYyRTVCMzQxMUUzODE3RkE4ODU0MzYwQjgyMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFQTgxNEYyRDVCMzQxMUUzODE3RkE4ODU0MzYwQjgyMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkYyQ0MzOEM5MDM1OUUzMTFBNEI4RDkwNDkzNjIwM0VEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ1MzY0QzhFMzc0NUUyMTFBQzdEQjcyMDdCM0YwNkFFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+J2NL3gAAAT9JREFUeNqk1D0oRXEYx/FzjyvdEmGgLGyU8jJIymZxy6QrJYsMBqOFkI0sCouXxXTtdzC7xWJkcCeTQt6yqOv1+9Rz6t/T/38H96lPt3POc3//l/OSulxrjjwVYxA9aMEbbnCBT9ucNscpzGIFHZ7wB2xiF9/uiEllcIKjQIBUK7ZRQIMNkRkcY9L86Rcl/JjzY8ijxg2ZQc4z8hK6sOy5lsVcEiLWA9O/Nr+2VmVfJWAIndH/qh3DEjIQVVd9ElJfZUijhLxWaIg9j4Ktl7TewlBN4xbzFXpKEnKOe7R5GibQrY+/r55QjPVd2Ao0LaAXi4HrGygna93Bqafpw/y6dYY9d8PkZZryBB3IdHUQt4q61LLd9XeM6ybe6bk6jKBWjx91aaN4Dn0KZEb7ONTvST+adIArvQlfdl1/AgwAq9s6+Fdakb4AAAAASUVORK5CYII=);
    background-position: 6px center;
    background-repeat: no-repeat;
    font-size: 12px;
    color: #cb7e12;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 0 20px 34px;
    line-height: 17px;
    margin: 22px 0 10px
}

.tag_alert {
    color: #e10b0b;
    font-family: 'open_sansbold',sans-serif;
    padding: 6px 20px 6px 105px;
    border: 2px solid #dfdfdf;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAlCAYAAADr2wGRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpENTM2NEM4RTM3NDVFMjExQUM3REI3MjA3QjNGMDZBRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0OTI5QUQ2MjVCMzQxMUUzODgwRjk2NzUwMjhDRDQ4QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0OTI5QUQ2MTVCMzQxMUUzODgwRjk2NzUwMjhDRDQ4QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkYyQ0MzOEM5MDM1OUUzMTFBNEI4RDkwNDkzNjIwM0VEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ1MzY0QzhFMzc0NUUyMTFBQzdEQjcyMDdCM0YwNkFFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+bSGTIAAAApBJREFUeNrUmE9IFVEUxmd8+dTUwrAWFVFZKPQHIRCjLCEqIiqkTbUIFEkoQigINRAFixZJoqBlfzcVBC6FomUQQbSJpFWE7tpEYNSmsO/QJw3TG+rOPXfezAc/nLn4zn0f97xzz73+bGWl50g+mACnQA8YdzVRiedOJ0EXqAZjYGfWTNSCG6F57oHyLJkYBatCYw1gMCsmjjCVCukiaEq7ieXgZuD9B/gIvvE9x7QqS7OJYbCaz0/AGrARrAz8RraAftUyqFhi94NnLK2vWY1+hkruC7CLK9QM3qRpJarALX5R0eOQAdECeMTnJeA+yKfJxFWwIfD+KeL/vgSet4HLaTGxG5yL+dle0FhsE7J53bGIU8q0Ki2mCdm86i1jNHJFimJiBzcvDfWx9CZqIs80yCmZKOMmmEvSRA+ri6aa4q5sHBNqpTHiN9bg2kSO1SjvyER5nLQyNeGkCw1J2pVuVyY2gwEvGQ1xPlUTPpe5IiETFZyvRNPEWbYXSUrmO69lYj24ZvgFVkSMm/b9V0CdrQmfLXaV4eStEeNthnHE9N1Aix/LRDs4ECMVjoNLgcZOTnsPwKEYsfYynWOd7GTid6DGIq+/gs9grWWfJnG287xutBLjlgYWT3zrFLpliXM7Kq2igp8AxxQqzAx4CF4qxNoHzvxvOsnt3Xv+tdEFMMKztegwmLK8rpkHW8Hcv1ZiTMHANK9oFkJjI5ZxqwulVdjEUaaSrZ4bjptIqmVHlAn5EU8o7bbLDMdNNcyK95eJ696f2ztbnQZLC2ycXUrx5bp0MmyijRubljaBpzyH+2wd5ELtoOIcsnF2LlanPcxVVwcdl/oOWsTEB+/3pW9W9VbS6RW39SxKSvj8LwEGANWDXtjt2KBSAAAAAElFTkSuQmCC);
    background-position: 22px center;
    background-repeat: no-repeat;
    margin-top: 18px;
    font-weight: bold
}

.tag_column_group {
    overflow: auto
}

.tag_column {
    float: left
}

.tag_btn {
    color: #fff;
    border-radius: 2px;
    margin-bottom: 2px;
    font-size: 13px;
    font-family: 'open_sanssemibold',sans-serif;
    height: 30px;
    padding: 0 15px;
    overflow: visible;
    -webkit-transition: background-color 0.25s,background-image 0.25s,color 0.25s,box-shadow 0.25s,-webkit-transform 0.25s;
    -moz-transition: background-color 0.25s,background-image 0.25s,color 0.25s,box-shadow 0.25s,-moz-transform 0.25s;
    -o-transition: background-color 0.25s,background-image 0.25s,color 0.25s,box-shadow 0.25s,-o-transform 0.25s;
    -ms-transition: background-color 0.25s,background-image 0.25s,color 0.25s,box-shadow 0.25s,-ms-transform 0.25s;
    transition: background-color 0.25s,background-image 0.25s,color 0.25s,box-shadow 0.25s,transform 0.25s;
    font-weight: 600;
    line-height: 30px;
    display: inline-block
}

.tag_btn.tag_blue {
    background: #3479b1;
    box-shadow: 0 1px 1px #175e8e,0 2px 1px #175e8e
}

.tag_btn.tag_grey {
    background: #5a5a5a;
    box-shadow: 0 1px 1px #454545,0 2px 1px #454545
}

.tag_btn:hover {
    background: #0d0d0d!important;
    box-shadow: 0 1px 1px #05274b,0 2px 1px #05274b!important;
    color: #fff!important
}

.shop-category-heading--manu {
	align-items: flex-start;
	justify-content: flex-start;
}

.shop-category-heading--manu .product-series--image {
	flex-shrink: 0;
	margin: 40px;
}

.shop-category-heading--manu .shop-category-heading--content .content {
	max-width: 100%;
}

.shop-category-heading--manu .shop-category-heading--content {
    flex: 1 1 auto;
}

/* Page */
.page-main {
	padding: 60px 0;
}

.page-main--title {
	font-size: 42px;
	color: #0bb3b5;
    letter-spacing: -0.025em;
	font-weight: 600;
	margin: 0 0 20px 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.home-slide {
		min-height: 0;
	}

	.product-grid--item .product-main--cont {
		flex: 1;
	}

	.product-grid-item .product-main--cont {
		flex: none;
	}

	.header-dropdown-subcat-link:hover .header-dropdown-click-trap {
		display: none;
	}
}

body .video {
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
}

body .video iframe, body .video object, body .video embed {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

ul.mobile-nav--brands,
.mobile-nav--brands ul,
ul.mobile-nav--multi,
.mobile-nav--multi ul {
	list-style: none;
	margin: 0;
}
.mobile-nav--brands a,
.mobile-nav--multi a,
.mobile-nav--brands li > span {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
}
.mobile-nav--brands li > span::after,
.mobile-nav--toggle > a::after,
.mobile-nav--brands li > span::before,
.mobile-nav--toggle > a::before {
	content: '';
	position: relative;
	width: 22px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.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;
}
.mobile-nav--brands li.open > span::before,
.mobile-nav--toggle.open > a::before {
	display: block;
	margin-right: 8px;
}

.mobile-nav--toggle.open > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 90px!important;
}

.mobile-nav--toggle.open {
	position: relative;
}

.mobile-multi-view-all {
	display: none!important;
}

.mobile-nav--toggle.open > .mobile-multi-view-all {
	display: block!important;
	position: absolute;
	top: 10px; right: 16px;
	display: block;
	border-radius: 4px;
	background-color: #898888;
	color: #fff;
	padding: 1px  6px!important;
	font-size: 12px;
	text-transform: uppercase;
}

.mobile-nav--toggle.open > .mobile-multi-view-all:before,
.mobile-nav--toggle.open > .mobile-multi-view-all:after {
	display: none;
}

.mobile-nav--multi {

}
.mobile-nav--multi a {
	padding: 22px 36px;
	border-bottom: 1px solid #e9e9e9;
}
.mobile-nav--toggle > a::after {
	height: 18px;
	width: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.24 14.02'%3E%3Ctitle%3Earrow-r%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%230bb3b5' d='M8,6.46,1.77.22A.77.77,0,0,0,.69.22L.23.68a.77.77,0,0,0,0,1.08L5.47,7,.22,12.25a.77.77,0,0,0,0,1.08l.46.46a.77.77,0,0,0,1.08,0L8,7.55A.77.77,0,0,0,8,6.46Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mobile-nav--toggle > a::before {
	height: 15px;
	width: 15px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.24 14.02'%3E%3Ctitle%3Earrow-l%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='rgb(158 158 158)' d='M0,7a.76.76,0,0,0,.22.54L6.47,13.8a.77.77,0,0,0,1.08,0L8,13.34a.77.77,0,0,0,0-1.08L2.77,7,8,1.77A.77.77,0,0,0,8,.68L7.55.22a.77.77,0,0,0-1.08,0L.22,6.46A.76.76,0,0,0,0,7Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mobile-nav--multi,
.mobile-nav--multi a {
	color: #0bb3b5;
	font-size: 20px;
}
.mobile-nav--toggle.open > a {
	padding: 20px 30px;
	color: #898888;
	font-size: 18px;
	justify-content: left;
}

.header-dropdown-diagram {
	display: none;
	max-width: 590px;
	flex: 1 1 auto;
}
.header-dropdown-diagram > div {
	height: 100%;
}
.header-dropdown-diagram > div > .header-diagram-img--outer {
	flex: 1;
	display: flex;
	align-items: center;
}

.header-dropdown-diagram .diagram {
	max-width: 590px;
	margin: 20px;
	z-index: 11;
}

.diagram.is-hover .diagram--hotspot {
	display: none;
}

.diagram.is-hover .diagram--hotspot.active {
	display: block;
}

#listing-overlay .overlay--inner {
	transform: translate(-50%, -50%);
	max-width: 620px;
}

#listing-overlay .listing-image--link,
#listing-overlay .listing-image--link img {
	display: block;
	width: 100%;
}

.overlay--basket-header {
    display: flex;
    align-items: center;
	background-color: #51ae5c;
	width: 100%;
	padding: 20px;
}

.overlay-tick-icon {
	width: 27px;height: 21px;
	margin-right: 20px;
}

#listing-overlay .overlay-tick-icon {
	height: auto;
}

.overlay-tick-icon svg {
	fill: #fff;
    width: 100%;
}

.overlay--basket-icon {
    width: 105px;
    padding-right: 30px;
    flex-shrink: 0
}

.overlay--basket-icon svg {
    fill: #37af56;
}

#listing-overlay .overlay--inner {
	padding: 0px;
}

.overlay-listing--main {
}

#listing-overlay .overlay--inner {
	max-height: 85%;
	overflow-y: auto;
}

.overlay--header--description {
	max-height: 115px;
	overflow: hidden;
	margin: 10px 0 20px;
}

.overlay--subtitle {
	margin: 4px 0 0 0 ;
}

.overlay--header--description .content h1,
.overlay--header--description .content h2,
.overlay--header--description .content h3,
.overlay--header--description .content h4,
.overlay--header--description .content h5,
.overlay--header--description .content h6 {
	font-size: 14px;
}

#listing-overlay .overlay--header--text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#listing-overlay .overlay--basket .overlay--header--text {
	flex-direction: row;
    align-items: center;
    color: #fff;
}

.overlay--basket ~ .overlay--header-action {
	padding: 0 20px 20px 20px;
}

#listing-overlay .overlay--header {
	display: flex;
}

.listing-overlay-options-cont {
	padding: 20px;
}

#listing-overlay .overlay--header .listing-image {
	margin: 0 10px 0 0;
	flex-shrink: 0;
    width: 220px;
	flex: none
}

#listing-overlay .overlay--header .overlay--title {
	text-align: left;
}

#listing-overlay .listing-overview {
	width: 100%;
}

.overlay--header-action {
    display: flex;
	margin: 10px 0 0 0;
    justify-content: space-between
}

.overlay--header-action > .button {
    width: calc(50% - 10px);
    text-transform: uppercase
}

.comparison-mobile {
	display: none;
}


.back-to-top-mobile {
	display: none;
	cursor: pointer;
	position: fixed;
	bottom: 75px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	background-color: #393b3a;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 6px 14px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	z-index: 9999;
	left: 50%;
	transform: translateX(-50%);
	transition: background 300ms ease;
}
.back-to-top-mobile:hover{
	background-color: #488cc6;
}

/* Listing No Option */

.listing-overview--top--no-opt {
	display: block;
}

.listing-no-opt--title {
	font-size: 36px;
	letter-spacing: -0.05em;
	color: #fff;
}

.listing-no-opt--subtitle {
	font-size: 18px;
	color: #fff;
}

.listing-no-opt--desc {
	background-color: #038f91;
    padding: 32px 44px;
	color: #fff;
}

.listing-overview--top--no-opt {
    padding: 34px 44px;
}

.listing-no-opt--desc .content.clipped {
	height: 246px;
	overflow: hidden;
}

.listing-no-opt--desc .content.expanded {
	height: auto;
	overflow:auto;
}

.listing-no-opt--desc .content ~ .button {
	font-size: 12px;
	display: none;
	align-items: center;
}

.listing-no-opt--desc .content ~ .button svg {
	margin: -1px 0 0 4px;
}

.listing-no-opt--desc .content.expanded ~ .button svg {
	transform: rotate(-180deg)
}

.listing-no-opt--desc .content.clipped ~ .button {
	display: inline-block;
	content: 'View More';
	margin: 14px 0 0 0;
}

.listing-usps--no-op {
	overflow: hidden;
}

.listing-usps--no-op .listing-usp {
	border-color: #038f91
}

/* .listing-cat-upsells--cont--no-opts {
	background: none;
	border-bottom: 1px solid #e9e9e9
}

.listing-cat-upsells--cont--no-opts .listing-cat-upsells-nav--link {
	color: #0bb3b5;
}

.listing-cat-upsells--cont--no-opts .listing-cat-upsells-nav--cont {
	border-color: #e9e9e9;
}

.listing-cat-upsells--cont--no-opts .upsell-listing {
	border: 1px solid #e9e9e9
} */

.shop-breadcrumbs--no-op {
	border-bottom: 1px solid #fff;
}

.listing-bottom--no-opts {
	justify-content: center;
}

.listing-ask-q-btn {
	display: flex;
	align-items: center;
}

.listing-ask-q-btn svg {
	margin: 0 4px 0 0;
}

.listing-buttons--no-options {
    padding: 24px 44px;
}

.listing-no-opts--info {
	display: flex;
	margin: 10px 0 0 0;
	align-items: center;
	justify-content: space-between;
}

.listing-no-opts--info .button .expanded ~ svg {
	transform: rotate(-180deg);
}

.cat-header-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    max-width: none;
	z-index: 1;
}

.recently-viewed {
	margin-top: 20px;
}

.recent-item {
	padding: 15px;
}

.recent-item:hover {
	background-color: rgba(0,0,0,.1);
}

.recent-image {
	width: 58px;
}

.recent-image a,
.recent-image img {
	display: block;
	width: 100%;
}

.recent-image + .flex-item {
	padding-left: 13px;
}

.recent-text > a,
.recent-text  {
	font-size: 11px;
	line-height: 1;
	color: #fff;
}

.recent-text > a:hover {
	color: #fff;
}

.recent-price {
	font-size: 11px;
	color: #fff;
}

.recent-price span {
	color: #0d0d0d;
}

.recent-item {
	display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.sidebar-title--recently {
	padding: 15px 15px 8px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.clear {
	clear:both;
}

.active-filters {
	display: none;
	position: sticky;
	top: 0;
    padding: 5px 0 15px;
	background-color: #e9e9e9;
	z-index: 4;
}

.active-filters--title {
	font-size: 13px;
	margin: 0 0 8px;
}

.selfilter {
	display: inline-block;
	border-radius: 30px;
	color: #fff;
	background-color: #299650;
	margin: 0 5px 5px 0;
	padding: 3px 10px 3px 22px;
	cursor: pointer;
	background-position: 6px center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 18L18 6M6 6l12 12' /%3E%3C/svg%3E");
}

.selfilter:hover {
	background-color: #1a723a;
}

.selfilter img {
	display: none;
}

.selfilter:hover {
	color: #fff
}

.shop-category-heading--manu--mobile {
	display: none;
}

.meet-banner {
	margin: -30px 0 30px;
}

.part-finder-maps .home-map {
	width: 100%;
	border-bottom: 15px solid #fff;
}

.listing-header--quick-find {
	color: #fff;
	margin: 0 10px 0 0;
	font-size: 14px;
	font-weight: 400;
    white-space: nowrap;
}

.listing-header--quick-find label{
	font-weight: 600;
}

.listing-header--quick-find svg {
    transform: translateY(1px);
}

.listing-header--price-small .product--trade-discount {
	margin: 0;
}



.account-main-2 {
	background-color: #fff;
	border: 1px solid #e9e9e9;
}

.account-main-2-heading {
	padding: 32px 36px;
	border-bottom: 1px solid #e9e9e9;
}

.account-main-2-heading--title {
	font-size: 30px;
	font-weight: 600;
	color: #2b2b2b;
	margin: 0;
	gap: 15px;
}

.account-main-2-heading--company {
	font-size: 18px;
	color: #a9a9a9;
}

.account-section--image {
	width: 130px;
	margin: 0 10px 0 0;
}

.account-section--image img {
	display: block;
}

.account-section--title {
	font-size: 18px;
	color: #2b2b2b;
	font-weight: 600;
	margin: 0 0 6px;
}

.account-section--row {
	padding: 10px;
	border-bottom: 1px solid #e9e9e9;
}

.account-section--row:last-child {
	border:none;
}

.account-subs--prod-opts {
	margin: 0 0 6px;
}

.account-subs--prod-opt {
	font-size: 13px;
	color: #2b2b2b;
}

.account-subs--prod-opt .opt-label {
	color: #adadad;
	margin: 0 4px 0 0 ;
}

.account-subs--prod-opt .opt-value {
	margin: 0 16px 0 0;
}

.account-subs--stock-status {
	font-size: 12px;
}

.account-subs--prod-details {
	border-right: 1px solid #e9e9e9;
	padding-right: 40px;
}

.account-subs--details {
	padding-left: 40px;
	font-size: 13px;
}

.account-subs--prod-details,
.account-subs--details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 10px 0;
}

.account-subs--details {
	color: #2b2b2b;
}

.account-section--sub {
	font-weight: 600;
	margin: 0 4px 0 0;
	font-size: 13px;
	white-space: nowrap;
}

.account-subs--row {
	margin-top: 8px;
}

.account-subs--row:first-child {
	margin: 0;
}

.account-section--value.preferred {
	margin-top: -3px;
}

.account-section--value.preferred span {
	position: relative;
	padding: 0 0 0 20px;
	margin: 3px 6px 3px 0;
	display: inline-block;
}

.account-section--value.preferred span:before {
	content: '';
	position: absolute;
	left: 0; top: 50%;
	transform: translateY(-50%);
	height: 15px;
	width: 15px;
	border: 1px solid #e9e9e9;
	border-radius: 15px;
}

.account-section--value.preferred .sub-sel {
	font-weight: 600;
}

.account-section--value.preferred .sub-sel:after {
	content: '';
	position: absolute;
	left: 3px; top: 50%;
	transform: translateY(-50%);
	height: 9px;
	width: 9px;
	border-radius: 9px;
	background-color: #43a864;
}

.account-subs--action {
	align-items: flex-start;
}

.account-subs--action .button {
	margin: 0 5px 0 0;
}

.form-options .input-voucher .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding-top: 26px;
}

.form-options .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 11px 12px 11px 12px;
	font-size: 16px;
	color: #038f91;
}

.form-options .input-dropdown > .input-label {
	position: relative;
	top: auto;
	left: auto;
	font-size: 13px;
	color: #fff;
	margin-bottom: 10px;
}

.form-options .cart-item-stock.stock-status.in-stock,
.product-action-2--top--left .in-stock {
	font-size: 16px;
    background-size: 16px auto;
	padding-left: 22px;
	text-transform: capitalize;
}

.rstock-count {
	font-weight: 600;
}

.listing-stock-section {
	padding: 15px 30px;
}

.listing-stock-section .stock {
	margin: 0;
}

.listing-buttons-2 {
	display: flex;
    align-items: flex-start;
    flex: 1 0 100%;
}

.listing-buttons {
    border-top: 1px solid #0e6d6e;
	flex-wrap: wrap;
}

.listing-buttons-2 {
	margin: 10px -5px 0 -5px
}

.listing-buttons-2 .button {
	flex: 1 0 auto;
	font-size: 12px;
    padding: 4px 8px;
	margin: 0 5px;
    line-height: 1;
}

.listing-buttons #submit_1 {
    padding: 5px 50px;
}

.listing-qty .input {
	margin: 0;
}

.listing-qty .label-inline .select2-basic--container {
	height: 33px;
}

.listing-arrow-blocks {

}

.listing-arrow-block {
	display: flex;
	background-color: #fff;
	padding: 2px 60px 2px 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='19'%3E%3Cpath fill-rule='evenodd' fill='%230c779b' d='m9.637 9.911-7.548 7.732a1.21 1.21 0 0 1-1.738 0 1.281 1.281 0 0 1 0-1.781L7.03 9.02.352 2.179a1.28 1.28 0 0 1 0-1.78 1.206 1.206 0 0 1 1.738 0L9.637 8.13c.24.246.36.568.36.89 0 .323-.12.645-.36.891Z'/%3E%3C/svg%3E");
	background-position: right 30px center;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #606060;
	margin: 0 0 1px;
}


.listing-arrow-block:hover {
	background-color: #f9f9f9;
}

.listing-arrow-block--title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.045em;
	margin: 0 6px 0 0;
	color: #038f91;
}

.listing-arrow-block--trade:hover,
.listing-arrow-block--trade {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='19'%3E%3Cpath fill-rule='evenodd' fill='%23d46d11' d='m9.637 9.911-7.548 7.732a1.21 1.21 0 0 1-1.738 0 1.281 1.281 0 0 1 0-1.781L7.03 9.02.352 2.179a1.28 1.28 0 0 1 0-1.78 1.206 1.206 0 0 1 1.738 0L9.637 8.13c.24.246.36.568.36.89 0 .323-.12.645-.36.891Z'/%3E%3C/svg%3E");
}

.listing-arrow-block--trade .listing-arrow-block--title {
	color: #d46d11;
}

.listing-arrow-block img {
	height: 34px;
}

.listing-arrow-block--text {
	display: flex;
	align-items: center;
}

.listing-inline-blocks {
	display: flex;
	margin: 6px 0;
}

.listing-inline-block {
	flex: 1 0 50%;
	background-color: #fff;
	display: flex;
	padding: 10px 20px;
	font-size: 12px;
    justify-content: center;
}

.listing-inline-block--title {
	font-size: 16px;
	color: #0bb3b5;
	letter-spacing: -0.05em;
	font-weight: 600;
}

.listing-inline-block img {
	height: 32px;
	margin: 0 6px 0 0;
}

.listing-inline-block + .listing-inline-block {
	margin: 0 0 0 1px;
}

.qty-discounts--btn + table {
	background-color: #fff;
	width: 100%;
}

.qty-discounts--btn + table td {
	padding: 5px;
	border: 1px solid #e9e9e9;
	font-size: 13px;
}

.listing--quick-find--mpn {
	font-size: 11px;
	letter-spacing: -0.025em;
}

.product-action-2 {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px 20px;
}

.product-action-2 .product-price-rrp {
	font-weight: 400;
	font-size: 11px;
}

.product-action-2 .product-price-rrp span {
	font-weight: 600;
}

.prod_price_from {
	font-size: 11px;
}

.product-action-2--bottom {
	padding: 0;
}

.product-action-2--top {
	display: flex;
	justify-content: space-between;
}

.product-action-2--top--right {
	white-space: nowrap;
	text-align: right;
	margin: 0 0 0 10px
}

.product-action-2--sku,
.product-action-2--mpn {
	font-size: 14px;
	color: #0bb3b5;
}

.product-action-2--sku + .product-action-2--mpn{
	margin-top: 5px;
}

.product-action-2--top--left .in-stock {

}

.product-action-2--mpn {
	font-size: 11px;
	color: #7a7a7a;
}

.product-action-2--sku span,
.product-action-2--mpn span {
	font-weight: 600;
}

.product-action-2 .product--trade-discount {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
}

.product-action-2 .product--trade-discount span {
	font-weight: 600;
}

.cat-display-btns {
	margin: auto -92px -5px 0;
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0 0 0;
}

.cat-display-btn {
	padding: 5px 8px;
	margin: 5px 5px 5px 0;
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	font-size: 12px;
	color: #038f91;
	display: flex;
	align-items: center;
	text-transform: none;
	letter-spacing: 0;
	text-align: left;
}

.cat-display-btn--no-click {
	pointer-events: none;
}

.cat-display-btn:hover {
	border: 1px solid #235d8d;
}

.cat-display-btn svg path {
	transition: fill 300ms ease;
}

.cat-display-btn:hover svg path {
	fill: white!important
}

.cat-display-btn svg {
	margin: 0 4px 0 0;
	flex-shrink: 0;
}

.product-grid--item.prod_list .product-content {
	display: flex;
	flex-direction: column;
	flex: 1
}

.subs-olay-title {
    font-weight: 600;
    margin: 5px 10px 5px 0;
    font-size: 13px;
    white-space: nowrap;
	color: #2b2b2b;
}

.subs-olay--row {
	margin: 10px 0;
}

.subs-olay--list-item {
	white-space: nowrap;
	margin: 5px 10px 5px 0;
}

.subs-olay--list-item input {
	margin: 0 3px 0 0;
}

.subs-olay-btns .button {
	margin: 0 5px 0 0;
	border-radius: 5px;
}

.subs-olay .account-main-2-heading {
    margin: -30px -30px 30px -30px;
}

.subs-olay--list-item input[type="radio"],
.subs-olay--list-item input[type="checkbox"] {
	display: none;
}

.subs-olay--list-item--radio,
.subs-olay--list-item--checkbox {
	display: inline-block;
	position: relative;
    height: 15px;
    width: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
	transform: translateY(2px);
	margin: 0 4px 0 0;
}

.subs-olay--list-item input[type="radio"] + label,
.subs-olay--list-item input[type="checkbox"] + label {
	cursor: pointer;
}

.subs-olay--list-item input[type="radio"]:checked + label .subs-olay--list-item--radio:after,
.subs-olay--list-item input[type="checkbox"]:checked + label .subs-olay--list-item--checkbox:after {
	display: block;
}

.subs-olay--list-item--radio:after,
.subs-olay--list-item--checkbox:after {
	display: none;
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    height: 9px;
    width: 9px;
    border-radius: 9px;
    background-color: #43a864;
}

.subs-olay--list-item--checkbox {
	border-radius: 3px;
	overflow: hidden;
}

.subs-olay--list-item input[type="checkbox"]:checked + label .subs-olay--list-item--checkbox {
	border-color: #43a864;
}

.subs-olay--list-item--checkbox:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 444.2 444.2' fill='white' xml:space='preserve'%3E%3Cpath d='M161.1 437c-13.7 0-26.8-6-35.8-16.5L12 288.4c-17-19.8-14.7-49.6 5.1-66.5 19.8-17 49.6-14.7 66.5 5.1l74 86.4 234-282.2c36.2-50.7 74.1-22.6 37.8 28.3l-230 357.8c-8.4 11.8-21.8 19.1-36.3 19.7h-2z'/%3E%3C/svg%3E");
	background-size: 7px auto;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0; left: 0;
	width: 14px;
	height: 14px;
    border-radius: 0;
}

.subs-olay--margin {
	margin: 5px 0 0 0;
}

.address-selectbox .select2 {
	border: 1px solid #e9e9e9;
}

.listing-header--cta {
	display: flex;
	align-items: center;
}

.listing-header--is-trade,
.listing-overview--is-trade .listing-overview--top {
	background-color: #cb7e12;
	color: #fff!important;
}

.listing-header--is-trade .product--trade-discount {
	color: #fff;
}

.listing-header--is-trade + .listing-header--bottom-cont {
	border-color: #E5982C;
}

.listing-overview--is-trade .listing-overview--top * {
	color: #fff!important;
}

.listing-overview--is-trade .product--trade-discount {
	margin: 0;
}

.listing-inc-vat {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	text-transform: none;
	letter-spacing: -0.045em;
}

.shop-cats-cont {
	overflow: hidden;
}

.upsell-listing--prices .product--trade-discount {
	font-size: 13px;
    margin: 0 0 3px 4px;
}

.listing-desc table {
	font-size: 12px;
}

.google-address-lookup {
	width: 100%;
	min-height: 10px;
}
.google-address-lookup-results {
	max-height: 240px;
	overflow-y: auto;
}
.google-address-lookup-address {
	border: 2px solid #e7e7e7;
	border-top: 0;
	padding-left: 5px;
}
.google-address-lookup-address:hover {
	color: white;
	background:blue;
	cursor: pointer;
}

.delivery-spend-msg {
    background-color: #038f91;
    padding: 14px 8px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .3px;
}
.delivery-spend-msg strong {
    font-weight: 600;
}
.delivery-spend-msg.orange-bg {
	background-color: #d6751f;
}
.delivery-spend-msg.dark-bg {
	background-color: #011b1b;
}
.delivery-spend-msg.green-bg {
	background-color: #2faa5b;
}




#listing-overlay .basket-overlay-upsell {
	margin-top: 10px;
}

.overlay-subs {
	padding: 15px 20px 10px;
	color: #3379b4;
	line-height: 2;
}

.overlay-subs a {
	color: #3379b4;
	text-decoration: underline;
}

.overlay-subs--title {
	font-weight: 700;
}

.overlay-listing--opt-cont {
	background-color: #1b447a;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}

#listing-options-overlay .listing--title {
	font-size: 26px;
}

#listing-options-overlay .form-options {
	padding: 20px 20px 0;
}

#listing-options-overlay .listing-image {
	margin-right: 0;
	width: 50%;
	margin: 0 auto;
}

#listing-options-overlay .listing-stock-section {
	padding: 10px 0 20px;
}

#listing-options-overlay .listing-buttons {
	padding: 20px 0;
}

#listing-options-overlay .overlay-listing--main .listing--qty-cont {
	padding: 0 0 10px; 
}

.overlay-listing-brand {
	position: absolute;
	top: 10px; right: 10px;
}

#listing-options-overlay .overlay--backdrop {
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
}

#listing-options-overlay .overlay--inner {
	transform: translate(-50%, -50%);
	max-width: 600px;
	/* top: 50px; */
}

.overlay#listing-options-overlay {
	/* position: absolute; */
}

#listing-options-overlay .listing-heading {
	/* text-align: left; */
	padding: 0 0 10px;
}

#listing-overlay .cart-item-option,
#listing-overlay .cart-segment--white .cart-item-title a {
	font-size: 15px;
	letter-spacing: -0.05em;
}

#listing-overlay .cart-segment--white .cart-item-image {
	width: 80px;
}


span.font-green {
    color: #299650;
}
span.font-orange {
    color: #d46d11;
}

.basket-messages {
    padding: 10px 35px;
	color: #5b5b5b;
	line-height: 1.3;
}
.basket-messages strong {
	font-weight: 600;
}
.basket-messages > div {
	align-items: flex-start;
}
.basket-messages > div > div {
	flex: 1;
}
.basket-messages > div > img {
    margin-right: 15px;
    width: 75px;
}
.basket-messages > div:not(:last-child) {
    margin-bottom: 15px;
}

.success-survey {
    padding: 20px;
    background-color: #f1f1f1;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.success-survey .contact-form--text {
	color: #222;
}

.dbl-basic {
	border: 1px solid #e9e9e9;
}
.dbl-basic:not(:last-child) {
	margin-bottom: 20px;
}
.dbl-basic .dblc {
    padding: 10px;
	vertical-align: top;
}
.dbl-basic .dblc:not(:last-child) {
	border-right: 1px solid #e9e9e9;
}
.dbl-basic > .dblr:not(:last-child) > .dblc {
    border-bottom: 1px solid #e9e9e9;
}
.dbl-basic > .dblr:nth-child(even) > .dblc {
	background-color: #fafafa;
}
.dbl-basic .input-grid .input {
	margin-bottom: 5px;
}
.dbl-basic .input-grid .input:last-child {
	margin-bottom: 0;
}
.dbl-v-center .dblc {
	vertical-align: middle;
}

.dbl-dynamic {
	table-layout: auto;
}

.returns-guest .account-heading {
    border-bottom: 0;
    margin: 0 0 35px;
    padding: 0;
}
.returns-guest .account-heading h1 {
	font-size: 36px;
}

.returns-subheading {
    font-size: 20px;
    color: #818181;
}

.page-main--title > span:not(:last-child) {
    margin-right: 20px;
}
.head-back-link {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    letter-spacing: -0.05em;
}
.head-back-link > svg {
	margin-right: 10px;
}

.return-inputs .select2-container {
    width: 100% !important;
}
.return-inputs:not(:first-child) {
	margin-top: 15px;
}

.tc-check {
	min-width: 300px;
    margin: 8px 20px 8px 0;
}

.msg-js {
	display: none;
}

.message-error-ajax {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.view-return {
	color: #3379b4;
	cursor: pointer;
}