/*
|--------------------------------------------------------------------------
| Global
|--------------------------------------------------------------------------
*/
body {
	background-color: #1e1e1e;
}

main {
	background:#fff;
}



/*
|--------------------------------------------------------------------------
| Global > Typography
|--------------------------------------------------------------------------
*/
body, input, textarea, button {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #1e1e1e;
}

input {
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

h1, h2, h3, h4, h5, h6, .h1-style {
	margin: 0 0 10px 0;
	color: #1e1e1e;
}

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;
}

.strikethrough {
	text-decoration: line-through;
}


/*
|--------------------------------------------------------------------------
| Global > Links
|--------------------------------------------------------------------------
*/
a {
	color: inherit;
	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: #6cbd45;
	cursor: pointer;
}



/*
|--------------------------------------------------------------------------
| 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 5px 0;
}

.input:nth-child(3) {
	margin-bottom: 15px;
}

.input-label {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
	color: #1c1e1e;
	pointer-events: none;
	padding-bottom: 10px;
}

.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: 30px 10px 10px 10px;
	color: #1e1e1e;
	background-color: #fff;
	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: #f5f5f5;
}

.input-borderless select {
	border: 0;
}

.input-bordered input[type="text"],
.input-bordered input[type="email"],
.input-bordered input[type="search"],
.input-bordered input[type="tel"],
.input-bordered input[type="number"],
.input-bordered input[type="password"],
.input-bordered textarea, 
.input-bordered select  {
	border: 1px solid #E1E1E1;
}

.input textarea {
	min-height: 120px;
}

.input:last-child {
	margin: 0;
}

.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: #6cbd45!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: #6cbd45;
}

.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:150px;
	margin-bottom: 10px;
}

.textarea {
	position: relative;
}

.account-overlay-form .input {
	border: 1px solid #e9e9e9;
}

.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-bottom: 0;
}

.input textarea:focus ~ .input-label {
	border-color: #2ab6f7;
}

.input textarea.validate-border ~ .input-label, .input-email-check.error .input textarea.validate-border ~ .input-label {
	border-color: #b62f3f;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.input textarea.validate-border:focus, .input-email-check.error .input .input textarea.validate-border:focus {
	border-color: #b62f3f!important;
}

.required-fields {
	color: #b5121b;
}

.input-email-check.error .input > input {
	border-color: #b5121b!important;
}

.select2-basic--container {
	border: 2px solid #e7e7e7!important;
	position: relative;
}

.select2-container--open .select2-basic--container {
	border: 2px solid #6cbd45!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: 30px 10px 10px 8px;
}

.select2-basic--dropdown {
	border: 2px solid #6cbd45!important;
	border-top: none!important;
}

.select2-dropdown--above {
	border-bottom: none!important;
	border-top: 2px solid #6cbd45!important;
}

.select2-container--open ~ label {
	color: #6cbd45;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #1c1e1e transparent transparent transparent;
}

.label-inline .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 10px 8px 8px 90px;
}

.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 {
	padding: 9px 8px;
}
.label-none .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 9px 32px 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;
}


.input-dd-options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	margin: -4px;
	flex: 1;
}
.input-dd-options > .input {
	margin: 4px;
}
.input-dd--option:not(.show) {
    display: none;
}

.listing-bulk--sub-options .input-dd-options {
	flex-wrap: nowrap;
	flex: unset;
}
.listing-bulk--sub-options .input-dd-options .input {
	margin: 0!important;
}
.listing-bulk--sub-options .input-dd-options > *:not(:last-child) {
	margin-right: 22px!important;
}
.input.label-flex {
    display: flex;
    align-items: center;
}
.input.label-flex > label {
    margin-right: 8px;
    font-weight: 600;
	min-width: max-content;
}
.label-flex .select2-basic--container.select2-selection--single .select2-selection__rendered {
    padding: 8px 32px 8px 10px;
}
.label-flex .select2-basic--container {
    border: 1px solid #e7e7e7 !important;
}
.label-flex .select2-container--open .select2-basic--container {
	border: 1px solid #6CBD45 !important;
}


/*
|--------------------------------------------------------------------------
| Global > Checkboxes
|--------------------------------------------------------------------------
*/
.checkbox {
	display: inline-block;
	position: relative;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	width: 18px;
	height: 18px;
	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/create/icon-tick-black.png) no-repeat center #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: #fff;
	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 */
}

#terms-checkbox a, .checkbox-label a, .checkbox-label span.linked {
	color: #6cbd45;
	text-decoration: underline;
}

.checkbox-label .form-note {
	display:initial;
}

.returns_overlay > .overlay_popup {
	max-height: 90vh;
	overflow-y: scroll;
	max-width: 800px;
}
.policy_overlay .overlay_popup--inner > h2 {
	font-size: 40px;
	line-height: 1.2;
}




/*
|--------------------------------------------------------------------------
| Global > Buttons
|--------------------------------------------------------------------------
*/
.button {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background-color: #6cbd45;
	border-radius: 50px;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	cursor: pointer;
	outline: none;
	text-align:center;
}

.button:hover {
	background-color: #f36621;
	color: #fff;
}

.button--inverse {
	background-color: transparent;
	color: #6cbd45;
}

.button--inverse svg {
	fill: #6cbd45
}

.button--inverse:hover {
	background-color: transparent;
}

.button--inverse svg:hover {
	fill: #f36621
}



.button--purple {
	background-color: #833d97;
}

.button--orange,
.button-secondary {
	background-color: #6cbd45;
}

.button--orange,
.button-secondary:hover {
	background-color: #f36621;
}

.button--orange:hover {
	background-color: #bf501a;
}

.button--outline {
	border: 2px solid #fff;
}

/* Button size modifiers */
.button-small {
    padding: 8px 15px 6px 15px;
	font-size: 12px;
}

.button-xsmall,
.button-xsmall-wide {
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 700;
}

.button-xsmall-wide {
	padding: 8px 30px;
	margin-top: 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
|--------------------------------------------------------------------------
*/
.stock-status {
	padding: 0 0 0 22px;
	background-size: 18px 14px;
	background-repeat: no-repeat;
	background-position: left center;
}

.in-stock {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill-rule='evenodd' fill='%236cbd45' 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: #6cbd45 !important;
	text-transform: uppercase;
	font-size: 16px;
}

.out-of-stock {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill-rule='evenodd' fill='%23b32020' d='M15 1.96L13.03 0 7.49 5.57 1.96 0 0 1.96l5.58 5.55L0 13.14 1 14.16l.86.84L7.49 9.4 13.12 15l.85-.84L15 13.14 9.41 7.51l5.6-5.55z'/%3E%3C/svg%3E");
	color: #b32020 !important;
	text-transform: uppercase;
	font-size: 16px;
	background-size: 15px 15px;
	padding: 0 0 0 20px;
}

.stock-pending {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill-rule='evenodd' fill='%23fcab3e' d='M5.52 10.38L2.33 7.1.58 8.91l4.2 4.3.77.8L17.42 1.82 15.63 0 5.53 10.38z'/%3E%3C/svg%3E");
	color: #fcab3e !important;
	text-transform: uppercase;
	font-size: 16px;
}



/*
|--------------------------------------------------------------------------
| Global > Jumbotron
|--------------------------------------------------------------------------
*/
.jumbotron {
	position: relative;
	color: #fff;
	overflow: hidden;
	background-color: #f36621;
	display: table;
	width: 100%;
}

.jumbotron-small {
	height: 184px;
}

.jumbotron--title {
	margin: 0;
	color: #fff;
	font-size: 52px;
	line-height: 1.3;
}

.jumbotron--content {
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0 auto;
	max-width: 700px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}

.jumbotron--content p {
	color: #fff;
}

.jumbotron--inner {
	padding: 0 30px;
	display: table-cell;
	vertical-align: middle;
}

.jumbotron-dark {
	background-color: #1E1E1E;
}
.jumbotron-lg .jumbotron--inner {
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 40px 30px;
	min-height: 172px;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: center;
}



/*
|--------------------------------------------------------------------------
| 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;
}

.search-form .spinner {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 8px;
    right: 10px;
    border: none !important;
    background: #f5f5f5;
    z-index: 100;
}

/*
|--------------------------------------------------------------------------
| Global > Messages
|--------------------------------------------------------------------------
*/
.message {
	position: relative;
	padding: 15px;
	margin: 0 0 10px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	background: #6cbd45;
}

.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: #6cbd45;
	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: #6cbd45 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;
	background-color: #f36621;
	padding: 20px 60px;
}

.breadcrumb-trail a,
.breadcrumb-trail span {
	margin: 0 6px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.breadcrumb-trail > :first-child {
	margin-left: 0;
}

.breadcrumb-trail a:hover {
	color: #fff;
}

.breadcrumb-trail span {
	color:#6cbd45;
}

.mobile-breadcrumb-trail {
	display: none;
}



/*
|--------------------------------------------------------------------------
| Global > Countdown Timer
|--------------------------------------------------------------------------
*/
.countdown-timer--doughnut {
	position: relative;
	width: 60px;
	height: 60px;
	float: left;
	transition: transform 1s ease;
	transform: scale(0.6);
	margin-right: -16px;
}

.countdown-timer--doughnut-inner {
	content: '';
	position: absolute;
	left: 50%;top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: #1d2323;
	border-radius: 50px;
	text-align: center;
	font-weight: 700;
	color: #fff;
}

.countdown-timer--doughnut strong,
.countdown-timer--doughnut strong span {
	font-size: 16px;
	top: 0;
}

.countdown-timer--doughnut strong {
	position: relative;
	top: 8px;
	display: block;
	color: #fff;
}

.countdown-timer--doughnut span {
	display: block;
	font-size: 14px;
	position: relative;
	top: 1px;
}

.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: #6cbd45;
	stroke: #dde2e5;
	stroke-width: 6px;
	stroke-dasharray: 38 100;
	transition: stroke-dasharray 1s ease;
}

.quote-side .ui-datepicker-inline {
	background-color: #fff;
}



/*
|--------------------------------------------------------------------------
| Template
|--------------------------------------------------------------------------
*/
.vertical-padding {
	padding: 40px 20px;
}



/*
|--------------------------------------------------------------------------
| Template > Cookie Notification
|--------------------------------------------------------------------------
*/
.cookie_note_bkg {
	background: url(/images/style/create/cookie_olay.png);
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 45px;
	color: #FFF;
	text-align: center;
	line-height: 45px;
	z-index: 10000
}



/*
|--------------------------------------------------------------------------
| Template > Header
|--------------------------------------------------------------------------
*/
header {
	background-color: #fff;
}

.mobile-menu--btn-cont,
.mobile-cart--btn-cont {
	display: none;
}

.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 8px;
	-webkit-transition: transform 300ms ease;
	transition: transform 300ms ease;
}

.mobile-menu--btn div span:first-child {
	border-radius: 5px 0 0 5px;
}

.mobile-menu--btn div span:last-child {
	border-radius: 0 5px 5px 0;
}

.mobile-menu--btn span {
	float: left;
	width: 50px;
	background-color: #040707;
	height: 2px;
	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: #6cbd45;
}

.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-right: none;
	line-height: 90px;
}

.mobile-cart--btn-cont a {
	display: block;
	font-size: 33px;
	color: #6cbd45;
	font-weight: 700;
}

.img-cont--mobile-logo {
	display: flex;
	justify-content: center;
}

.img-cont--mobile-logo svg {
	width: 65%;
}

.header-mobile {
	display: none;
}

.header-mobile--main,
.header-mobile--top {
	padding: 10px 30px;
}

.header-mobile--top {
	border-bottom: 1px solid #e9e9e9;
	font-size: 16px;
}

.img-cont--header-mobile__search svg {
	width: 25px;
	height: 25px;
	fill: #6cbd45;
}

.header__nav--main .img-cont {
	width: 12px;
	height: 7px;
	margin-left: 10px;
	transition: all 0.3s;
}

.header__nav--main .img-cont svg {
	transition: all 0.3s;
}

.parent-cat-title.active,
.parent-cat-title:hover {
	color: #7a7e7e;
}

.parent-cat-title.active .img-cont,
.parent-cat-title:hover .img-cont {
	transform: rotate(180deg);
}

.cat-image {
    padding-top: calc((3 / 7) * 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.cat-image-container {
	padding: 5% 15%;
}

.catalogue-image-container {
	padding: 0;
}

.cat-image-container--shopby {
	padding: 5% 15%;
	text-align: center;
}

.cat-image-container--shopby > * {
	background-size: contain;
	padding-top: 50%;
	max-width: 75px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.parent-cat-title.active .img-cont svg,
.parent-cat-title:hover .img-cont svg {
	fill: #7a7e7e;
}

.header__dropdown {
	position: absolute;
	width: 100%;
	/* height: 300px; */
	background-color: #fff;
	top: 151px;
	left: 0;
	z-index: 200;
	border: 10px solid #f36621;
	display:none;
}

.header__dropdown-column a {
	line-height: 2.7;
}

.header__cat-icon {
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	padding-right: 25px;
}


.header__dropdown-segment:nth-child(2) {
	border-left: 1px solid #e9e9e9;
}

.dropdown-segment__bottom:hover svg {
	fill: #6cbd45;
}

.dropdown__subcats {
	flex: 1;
	padding-left: 40px;
}

.dropdown-segment__bottom {
	padding: 10px 40px;
	border-top: 1px #f5f5f5 solid;
}

.dropdown-segment__bottom .img-cont {
	height: 12px;
	width: 7px;
}

.mobile-search--input .img-cont--header-mobile__search {
	background-color: #6cbd45;
	height: 63px;
	width: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-search--input .img-cont--header-mobile__search svg {
 fill: #fff;
}


/*
|--------------------------------------------------------------------------
| Template > Header > Top Bar
|--------------------------------------------------------------------------
*/
.header-top {
	height: 30px;
	background-color: #2d2d2d;
	line-height: 30px;
}

/*
|--------------------------------------------------------------------------
| Template > Header > Main
|--------------------------------------------------------------------------
*/
.header-main {
	padding: 46px 0 47px;
}

.logo {
}

.logo__svg {
	width: 260px;
	height: 52px;
}

.header-track--btn {
    margin-left: 20px;
    padding: 6px 20px 4px;
    font-size: 13px;
}

.mobile-track-btn {
	margin: 0 20px;
}



/*
|--------------------------------------------------------------------------
| Template > Header > Search Dropdown
|--------------------------------------------------------------------------
*/
.changed_search,
.original_search {
	padding-left: 50px;
}

.changed_search a,
.original_search a {
	text-transform: none;
}

.search_dropdown .shop--navtrail {
	display: none;
}

.search_dropdown {
    position: absolute;
    top: 100%;
    /* left: 0; */
    right: 0;
   	width: 750px;
    padding: 0;
    margin: 10px 0 0 0;
    opacity: 0;
	z-index: -1;
    transition: .3s ease;
    background: #fff;
    border: 2px solid #e7e7e7;
    box-shadow: 0px 13px 22px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.search_dropdown .container {
	width: auto;
}

.focus ~ .search_dropdown, .focus .search_dropdown {
	opacity: 1;
	transition-delay: 0s;
    z-index: 999;
}

a.search_item_title, a.search_cat_title, a.search_suggestion_title {
	text-transform: none;
	width: 78%;
    display: inline-block;
	overflow: hidden;
}

.search_prod_title {
	color: #5a5a5a;
	font-weight: 700;
}

a.search_item_title .inner_title {
	width: 500px;
}

a.search_cat_title {
	max-width: 100%;
}

a.search_cat_title .full_cat {
	color: #a0a0a0;
}

.search_section_left, .search_section_right {
	text-align: left;
	width: 50%;
	height: 100%;
}

.search_section_left .search_section, .search_section_right .search_section {
	padding: 15px 15px 20px;
}

.search_section_right {
	float: right;
}

.search_section_left .search_section {
	border-right: 2px solid #e7e7e7;
	height: 100%;
}

.search_section_right .search_section:nth-child(2) {
	border-top: 2px solid #e7e7e7;
}

.search_dropdown, .search_dropdown a {
	color: #2d2d2d;
}

a.search_item_title, .search_cat_title, .search_suggestion_title {
	white-space: nowrap;
	position: relative;
	font-weight: 700;
}

a.search_item_title, a.search_suggestion_title {
	padding-left: 7px;
}

.search_section_title.search_suggestion_title {
	padding: 0;
    margin: 0;
    margin-top: -3px;
    margin-bottom: 8px;
}

a.search_cat_title, a.search_suggestion_title {
	width: 95%;
}

a.search_item_title span {
	color: #a0a0a0;
}

.search_dropdown .search_price {
	float: right;
    color: #666666;
	position: relative;
	font-weight: 700;
}

.search_dropdown .light {
	color: #a0a0a0;
}

.search_section_left.no_result .search_section {
	border-right: none;
}

.search_item_cont, .search_cat_cont, .search_suggestion_cont, .search_section_title {
	margin-top: 5px;
}

.search_section_title {
	padding-bottom: 4px;
}

.search_cat_cont {
	padding-left: 7px;
}

.mobile-search--input .spinner {
	right: 75px;
	height: 32px;
	width: 32px;
	top: 20px;
}

.mobile-search .search_dropdown, .search-inputs .spinner {
	display: none;
}

.mobile-search-bar {
	display: none;
}

.original_search.no_prod {
	margin-bottom: 30px;
}

.changed_search, .original_search {
	padding-left: 50px;
}

.changed_search {
	margin-top: 15px;
}

a.dropdown_show_all {
	color: #fff;
	display: inline-block;
	background: #3479b1;
    box-shadow: 0 1px 1px #175e8e,0 2px 1px #175e8e;
    height: 24px;
	line-height: 24px;
	margin-top: 13px;
    padding: 0 15px;
}

.search_item_cont, .search_cat_cont {
	position: relative;
}

.search_section_left .last::after, .search_section_right .last::after {
    content: "";
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    display: block;
    position: absolute;
    bottom: 0;
}

a.search_item_title::before, .search_cat_title::before, .search_suggestion_title::before {
	content: "";
    height: 100%;
    width: 20px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    display: block;
    position: absolute;
    right: 0;
}



/*
|--------------------------------------------------------------------------
| Template > Footer
|--------------------------------------------------------------------------
*/
.footer-main {
	padding: 30px 0;
	background-color: #040707;
}



/*
|--------------------------------------------------------------------------
| Template > Footer > Bottom
|--------------------------------------------------------------------------
*/
.footer-payment img {
	width: 260px;
	height: 23px;
}

.checkout-payment {
	padding: 25px 0;
	background-color: #e9e9e9;
}



/*
|--------------------------------------------------------------------------
| 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 {
	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;
	background-size: 515.5px 511.5px;
	z-index: 999;
}

.mobile-menu__top {
	background-color: #f5f5f5;
	padding: 30px 0;
	font-size: 18px;
}

.mobile-menu__top .img-cont--header-mobile {
	margin-right: 10px;
}


.mobileMenuItemFade {
	-webkit-animation: mobileMenuItemFade 1s ease forwards; /* Safari 4+ */
	-moz-animation:    mobileMenuItemFade 1s ease forwards; /* Fx 5+ */
	-o-animation:      mobileMenuItemFade 1s ease forwards; /* Opera 12+ */
	animation:         mobileMenuItemFade 1s ease forwards; /* IE 10+, Fx 29+ */
}

.mobile-search {
	background-color: #1e1e1e;
}

.mobile-search--input {
	overflow: hidden;
}

.mobile-store {
	padding: 20px 0 0 20px;
	display: none;
}

.mobile-nav .mobile-store--link {
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #c0bfbf;
	padding: 6px 0;
	margin: 0 0 8px;
}

.mobile-store--link:last-child {
	color: #6cbd45;
}

.mobile-store--link:nth-last-child(2) {
	color: #6cbd45;
}

.mobile-store--cont > a {
	display: block;
	background: url(/images/style/create/icon-mobile-dropdown-down.png) no-repeat right 8px;
}

.mobile-store--cont.open > a {
	display: block;
	background: url(/images/style/create/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 15px 17px; */
	padding-left: 20px;
}

.mobile-search--input--outer {
	border: 4px solid #e9e9e9 ;
	width: 100%;

}

.mobile-search--input--inner {
	padding: 0;
	width: 100%;
	color: #1e1e1e;
}

.onpage-search__input {
	width: 100%;
	font-size: 21px;
	background: none;
	line-height: 55px;
	padding: 18px 30px 17px;
}

.onpage-search__submit {
	height: 90px;
	width: 90px;
	background-color: #6cbd45;
}

.onpage-search__submit svg {
	width: 32px;
	height: 32px;
}

.mobile-menu-item {
	color: #1c1e1e;
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px 30px;
	font-weight: 600;
	border-bottom: 1px solid #e9e9e9;
}

.mobile-nav--upper > a:first-child {
	border-top: 1px solid #e9e9e9;
}

.mobile-nav--lower {
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
}

.mobile-nav--lower a {
	border: 0;
	font-size: 18px;
	color: #6cbd45;
	padding: 15px 30px;
}

.mobile-nav--phone a {
	padding: 30px;
	font-size: 16px;
}

.mobile-nav--phone .img-cont--header-mobile {
	margin-right: 10px;
}

.mobile-action a:last-child {
	margin: 0;
}

.mobile-action a[href^="tel:"] {
	color: #37af56;
}

.mobile-action .icon {
	padding: 0 0 0 34px;
}

.mobile-action .icon-user {
	background: url(/images/style/create/mbl-icon-user.png) no-repeat center left;
	background-size: 20px 20px;
}

.mobile-action .icon-box {
	background: url(/images/style/create/mbl-icon-box.png) no-repeat center left;
	background-size: 20px 20px;
}

.mobile-action .icon-phone {
	background: url(/images/style/create/mbl-icon-phone.png) no-repeat center left;
	background-size: 18px 18px;
}

.mobile-social-title {
	font-size:24px;
	color:#fff;
	text-align:center;
	padding-bottom:15px;
}

.mobile-social {
	background-color: #1e1e1e;
	padding: 14px 30px 5px 30px;
	text-align: justify;
}

.mobile-social a {
	width: 40px;
	float: none;
	display: inline-block;
	background-position: center center;
}

.mobile-social:after {
	content: '';
	width: 100%;
	display: inline-block;
}

#page_numbers {
	text-align: center;
}

.page_numbers_inner {
	padding: 32px;
}

.page_number_sel,
.previous_page,
.page_number,
.next_page {
	display: inline-block;
}

#page_numbers a {
	padding: 8px 10px;
	background-color: #fff;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

#page_numbers .page_number_sel a {
	background-color: #6cbd45;
	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;
}

#mbl-filters {
	position: relative;
	flex: 1;
	align-self: flex-end;
	display: none;
}

#mbl-filters .img-cont {
	position: absolute;
	top: 50%;
	right: calc(50% - 45px);
	width: 13px;
	height: 7px;
	transform: translateY(-50%);
	transition: all 0.3s;
}

#mbl-filters.filter-open .img-cont {
	transform: rotate(180deg);
}

#mbl-filters .img-cont svg {
	fill: #fff;
}

.mobile-menu-item___sub-cats {
	padding: 0px 50px;
	border-bottom: 1px solid #e9e9e9;
	display: none;
	padding-bottom: 10px;
}

.mobile-menu-item___sub-cats > * {
	font-size: 16px;
	text-transform: uppercase;
	width: 100%;
	font-weight: 600;
	padding: 10px 0;
}

.mobile-nav--lower > * {
	text-transform: uppercase;
	font-weight: 600;
}

.mobile-menu-item--parent,
.mobile-menu-item--parent:hover {
	color: initial !important;
}

.mobile-menu-item--parent .img-cont {
	transition: 0.3s all;
}

.mobile-menu-item--parent.ddOpen .img-cont {
	transform: rotate(90deg);
}

.mobile-menu-item--parent.ddOpen .img-cont svg {
	fill: #6cbd45;
}

.mobile-menu-item--featured .img-cont svg {
	fill: #153b90;
}

.mobile-menu-item--featured,
.mobile-menu-item--featured:hover {
	color: #153b90 !important;
}

.mobile-menu-item--parent.ddOpen {
	border-bottom: none;
	color: #6cbd45 !important;
}


/*
|--------------------------------------------------------------------------
| Template > Overlay
|--------------------------------------------------------------------------
*/
#olay {
	display: none;
}

#olay_back {
	background: #000;
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 10000;
	filter: alpha(opacity=70);
	opacity: .7;
	width: 100%;
}

#olay_box_container {
	width: 90%;
	max-width: 720px;
	position: fixed;
	top: 10%; left: 50%;
	z-index: 10010;
}

#olay_box {
	background: #fff;
	width: 100%;
	padding: 30px;
	margin: 0 0 0 -50%;
	border-radius:10px;
    -webkit-box-shadow: 0px 0px 12px #333;
    box-shadow: 0px 0px 12px #333;
}

#olay_close,
#search_results_close {
	background:url(/images/style/create/olay_close.jpg) no-repeat;
	width:26px;
	height:25px;
	float: right;
	cursor: pointer;
}



/*
|--------------------------------------------------------------------------
| Home > Slider
|--------------------------------------------------------------------------
*/
.home-slide {
	min-height: 420px;
}

.home-slider .slick-list {
	width: 100%;
}

.home-slider .home-slide {
	display: flex;
	align-items: center;
}

.no-js .home-slider .home-slide {
	display: none;
}

.no-js .home-slider .home-slide:first-child {
	display: flex;
}

/* Home Slick Slider arrows */
.home-slider .slick-arrow {}
.home-slider .slick-next {}
.home-slider .slick-arrow:after {}
.home-slider .slick-next:after {}
.home-slider .slick-disabled {}

/* Home Slick Slider dots */
.home-slider .slick-dots {}
.home-slider .slick-dots li {}
.home-slider .slick-dots .slick-active button {}
.home-slider .slick-dots button {}



/*
|--------------------------------------------------------------------------
| Home > Bottom
|--------------------------------------------------------------------------
*/
.home-welcome {}

.home-welcome__title {
	font-size: 32px;
}

.home-welcome__action {
	margin: 12px 0 0 0;
}



/*
|--------------------------------------------------------------------------
| CMS > Template
|--------------------------------------------------------------------------
*/
.page-subtitle {
	text-align: center;
	font-size: 21px;
	color: #6cbd45;
}



/*
|--------------------------------------------------------------------------
| 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
|--------------------------------------------------------------------------
*/

.whatsapp-note{
	color:#f30303;
}

/*
|--------------------------------------------------------------------------
| CMS > FAQ
|--------------------------------------------------------------------------
*/
.dd-section:not(:last-child) {
	margin-bottom: 20px;
}

.dd-section--title {
	font-size: 24px;
	font-weight: 700;
	color: #6cbd45;
	padding: 30px 40px;
	border-bottom: 1px solid #e9e9e9;
	font-weight: 700;
	margin: 0;
}

.dd-section--title:not(:last-child) {
	border-bottom: 1px solid #e9e9e9;
}

li.dd-block {
	margin: 0 0 4px;
	background-color: #fff;
	border-radius: 2px;
}

.dd-title {
	position: relative;
	color: #1c1e1e;
	font-size: 16px;
	padding: 30px 40px;
	cursor: pointer;
	font-weight: 400;
}

.dd-block:not(:last-child) {
	border-bottom: 1px solid #e9e9e9;
}

.dd-title:after {
	content: '';
	position: absolute;
	top: 24px; right: 24px;
	height: 13px;
	width: 3px;
	background: #fff;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}

.dd-title:before {
	content: '';
	position: absolute;
	top: 29px; right: 23px;
	height: 3px;
	width: 13px;
	background: #fff;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}

.dd-open:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0;
}

.dd-open:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.dd-text {
	padding: 0px 120px 20px 40px;
}

.dd-text p {
	color: #1c1e1e;;
	font-size: 14px;
}

.dd-title span {
	display: block;
	padding: 0 20px 0 0;
}



/*
|--------------------------------------------------------------------------
| Shop > Category
|--------------------------------------------------------------------------
*/
.category-main {
	flex: 1;
}

.sidebar {
	flex-shrink: 0;
	background-color: #040707;
}

.sidebar__segment {
	text-transform: uppercase;
	padding: 15px 25px;
	border-bottom: 1px solid #1d2323;
}

.sidebar-content {
	overflow: hidden;
	width: 100%;
}

/* Category grid */
.category-grid {
	margin: 0 0 30px;
}

.category-item {}



/*
|--------------------------------------------------------------------------
| Shop > Filters
|--------------------------------------------------------------------------
*/
.filter-subcategories .filter-title, #sidebar--mbl-filters {
	display: none;
}

.grid-filters-subcategories {
	display: block;
}

.filter-subcategories {
	display: none;
}

.filters .sidebar__segment {
	padding: 0;
}

.filters__title {
	padding: 15px 25px;
	border-bottom: 1px solid #1d2323;
	font-size: 14px;
}

.filters__title svg {
	display: none;
	flex-shrink: 0;
	fill: #666;
	width: 11px;
	height: 7px;
}

#mbl-filters, .filter-title {
	padding: 15px 25px;
	cursor: pointer;
	font-size: 14px;
}

#mbl-filters span, .filter-title span {
	display: block;
	position: relative;
	flex: 1;
}

.filter-title svg {
	width: 11px;
	height: 7px;
	flex-shrink: 0;
	fill: #fff;
}

.filter-open .filter-title svg {
	transform: rotate(-180deg)
}

.filter-title {
	color: #fff;
}

.filter ul {
	padding: 0 15px 15px 25px;
}

.filter--links a {
	position: relative;
	padding: 5px 0 4px 20px;
	font-weight: 700;
	font-size: 13px;
}

.filter--links a:before {
	content: '';
	position: absolute;
	height: 14px;
	width: 14px;
	top: 6px;
	left: 0;
	background-color: #fff;
	border: 2px solid #dde2e5;
}

.filter--links .filter-selected a {
	color: #6cbd45;
	font-weight: 700;
}

.filter--links .filter-selected a:before {
	background: url(/images/style/create/icon-tick-2x.png) no-repeat center center #6cbd45;
	background-size: 10px 8px;
	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: #6cbd45;
	border: none;
	color: #666666;
	font-weight: 700;
	cursor: pointer;
	/*transition: left 300ms ease;*/
}

#slider-range .ui-slider-handle:last-of-type .tooltip {
	right:0!important;
}

#price_filter {
	padding: 14px 0 0 0;
}

#price_filter .tooltip {
	float: left;
	font-weight: 700;
	margin-bottom: 5px;
}

#price_filter #range-tooltip-2 {
	float: right;
}

#price_submit {
	clear: both;
}

.filter-swatch {
	padding: 0 2px 2px 0;
}

.filter-swatch--inner {
	position: relative;
	border: 1px solid #dde2e5;
	padding: 1px;
	height: 30px;
	border-radius: 3px;
	transition: background 300ms ease;
	background: url(/images/style/create/icon-swatch-tick.png) no-repeat center right 8px;
}

.filter-swatch.sel .filter-swatch--inner {
	background-color: #1e1e1e;
	background: url(/images/style/create/icon-swatch-tick.png) no-repeat center right 8px #1e1e1e;
	border: none;
}

.filter-swatch.sel .filter-swatch--swatch {
	top: 3px; left: 3px; bottom: 3px;
}

.filter-swatch--swatch {
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	width: 24px;
	background-color: #e7e7e7;
	border-radius: 3px;
	border: 2px solid rgba(0,0,0,.2);
}



/*
|--------------------------------------------------------------------------
| Shop > Navtrail
|--------------------------------------------------------------------------
*/
.shop--navtrail {
}

.shop--navtrail .breadcrumb-trail {
	max-width: 60%;
	float: left;
}

.sort-by-container {
	display: flex;
	padding: 10px 30px;
	border-top: #e9e9e9 solid 1px;
	background-color: #fff;
}

.sort-by {
	display: flex;
	background: #fff;
	color: #040707;
	border-radius: 50px;
	border: 1px #e9e9e9 solid;
	padding: 5px 15px;
	align-self: flex-start;
	width: 180px;
	position: relative;
}

.sort-by form {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: space-between;
}

.sort-by label {
	position: absolute;
	/* top: 6px; left: 8px; */
	font-size: 13px;
	color: #7a7e7e;
	text-transform: none;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__rendered,
.sort-by .select2-container .select2-selection--single {
	/* height: 42px; */
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	right: 6px;
	background: url(/images/style/create/icon-arrow-double-white.png) no-repeat center center;
}

.sort-by .select2-selection__arrow b {
	display: none;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 13px;
	padding-right: 0;
	padding-left: 20px;
	color: #040707;
	text-align: center;
}

.sort-by .select2-container--default .select2-selection--single {
	background-color: transparent;
}



/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display
|--------------------------------------------------------------------------
*/
.product-grid {
	margin-left:-15px;
}

.product-grid--item {
	padding: 0 0 15px 15px;
}

.product-image__link {
	padding: 15% 10%;
}

.product-image__link,
.product-inner--image img {
	display: block;
	width: 100%;
	position: relative;
}

.product-inner--image {
	border-bottom: 1px solid #e9e9e9;
}

.product-grid--item-inner {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}

.product-inner--titles {
	padding-bottom: 10px;
	position: relative;
	z-index: 30;
}

.product-inner--info {
	padding: 15px;
}

.product-inner--title {
	font-size: 13px;
	line-height: 1.1;
}

.product-inner--subtitle {
	font-size: 13px;
}

.product--option-names {
	display: block;
	color: #444;
}

.product-inner-action {
	font-size: 14px;
	background-color: #6cbd45;
	font-weight: 600;
	text-align: center;
	align-items: center;
	padding: 10px;
	color: #fff;
	line-height: 0.5;
	border-radius: 0;
	display: flex;
	position: relative;
	z-index: 30;
}

.product--option-name {
	margin: 0 8px 0 0;
}

.product-inner--swatches {
	float: right;
	width: 50%;
}

.product-inner--swatch {
	float: right;
	height: 18px;
	width: 18px;
	margin: 1px 1px 0 0;
	border-radius: 2px;
	border: 2px solid #e7e7e7;
}

.product-price {
	min-height:26px;
	font-weight: 700;
	padding: 15px;
}

.sale-logo {
	z-index: 5;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #b52226;
	border-radius: 50%;
}

.product-price-web {
	font-size: 18px;
	color: #040707;
	line-height: 1;
	font-weight: 600;
}

.product-price-label {
	font-weight: 400;
	font-size: 12px;
}

.product-price-saving,
.product-price-rrp {
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 400;
	color: #7a7e7e;
}

.product-price-saving {
	color: #b52226;
}

.on-offer-badge {
	position: absolute;
	top: 10px; left: 10px;
	width: 56px;
	height: 56px;
	border-radius: 28px;
	background-color: #6cbd45;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-align: center;
	pointer-events: none;
}

.comparison-bar {
	display: none;
	position: fixed;
	right: 0; bottom: 0; left: 0;
	background-color: #666666;
	padding: 10px 30px;
	z-index: 60;
	color: #fff;
}

.comparison-bar--title {
	display: block;
	margin: 11px 50px 0 0;
	width: 160px;
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	float: left;
}

.animate .comparison-bar--product:last-child {
    -webkit-animation: comparisionProductEntrance .5s;
	animation: comparisionProductEntrance .5s;
}

@-webkit-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@-moz-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@-o-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}

.comparison-bar--products {
	overflow: hidden;
}

.comparison-bar--product {
	padding: 0 4px 0 0;
}

.comparison-bar--product-inner {
	position: relative;
	background-color: rgba(0,0,0,0.3);
	height: 50px;
}

.comparison-bar--product-image {
	float: left;
}

.comparison-bar--product-title-cont {
	display: block;
	padding: 10px 14px;
	font-weight: 700;
	float: none;
	overflow: hidden;
}

.comparison-bar--product-title {
	margin: 0 4px 0 0;
	float: left;
	height: 20px;
}

.comparison-bar--product-option-name {
	display: none;
	opacity: 1;
	font-size: 11px;
	padding: 2px 6px;
	margin: 0 4px 0 0;
	background: rgba(0,0,0,0.2);
	border-radius: 2px;
	white-space: nowrap;
	float: left;
}

.comparison-bar--product-option-name:empty {
	display: none;
}

.comparison-bar--product-overlay {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(30, 30, 30, 0.9);
	z-index: 10;
}

.comparison-bar--product-inner:hover .comparison-bar--product-overlay {
	display: block;
}

.comparison-bar--product-overlay-inner {
	display: table;
    width: 100%;
    height: 100%;
	text-align: center;
}

.comparison-bar--product-overlay-inner .dblc {
	vertical-align: middle;
	font-weight: 700;
	font-size: 12px;
}


.comparison-bar--product-overlay-inner span {
	padding: 2px 0 0 20px;
}

.comparison-bar--loading {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(30, 30, 30, 0.9);
	color: #fff;
	text-align: center;
}

.comparison-bar.loading .comparison-bar--loading {
	display: block;
}



/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display Hover
|--------------------------------------------------------------------------
*/
@-webkit-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

.product-grid--item-inner:hover .product-overlay {
	animation: 300ms fadeIn forwards;
}

.product-overlay {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	height: 34px;
	overflow: hidden;
	z-index: 20;
	opacity: 0;
	transition: transform 300ms ease;
}

.product-overlay-top {
	position: absolute;
	color: #c0bfbf;
	height: 34px;
	padding: 10px;
	top: 0;	right: 0; left: 0;
	z-index: 999;
}

.product-overlay-top--button {
	float: left;
	background-color: #6cbd45;
	border-radius: 5px;
	padding: 4px 5px 3px;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	transition: background .3s ease;
}

.product-overlay-top--button:last-child {
	float: right;
}

.product-overlay-top--button:hover {
	background-color: #02a1c7;
}

.product-overlay-content {
	position: absolute;
	top: 34px; right: 0; bottom: 80px; left: 0;
}

.product-overlay-content-inner {
	padding: 20px;
	text-align: center;
}

.product-overlay--title {
	padding: 6px 0 0 0;
}

.product-overlay--title a {
	color: #fff;
	text-align: center;
	font-size: 15px;
}

.product-overlay-bottom {
	position: absolute;
	bottom: 0; left: 0; right: 0;
}



/*
|--------------------------------------------------------------------------
| Category Model
|--------------------------------------------------------------------------
*/
.modal {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 100;
}

.modal--inner {
	width: 100%;
	max-width: 1100px;
	position: absolute;
	overflow: auto;
	top: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #e7e7e7;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.modal--open .modal--inner {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal--close {
	position: absolute;
	top: -55px;
	right: 0;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transform: translateY(30px);
	transition: transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
}

.modal--open .modal--close {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}


.modal--backdrop {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.85);
	transition: background-color 300ms ease;
}

.modal--backdrop:hover {
	cursor: pointer;
}

.modal--inner {
	transition: opacity 300ms ease;
}

.modal--content {
	overflow: hidden;
}

.modal--image {
	float: right;
}

.modal--image img {
	width: 100%;
}

.listing--info {
	padding: 30px 30px 30px 30px;
	border: 4px solid #e7e7e7;
	border-top: 0;
	border-bottom: none;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );
}

.listing--other {
	float: right;
}

.listing--review {
	text-align: right;
	padding: 8px 0;
}

.listing--price {
	float: left;
}

.listing--price strong {
	display: block;
	font-weight: 700;
	font-size: 30px;
	color: #1e1e1e;
}

.listing--price span {
	display: block;
	font-weight: 700;
	font-size: 13px;
	color: #666666;
}

.listing--points {
	color: #6cbd45;
	font-weight: 700;
	font-size: 13px;
}

.listing--points span {
	color: #1e1e1e;
}

.listing-pricebreaks {
    background-color: #FFF;
    padding: 5px 60px 20px;
    border-left: 1px solid #e9e9e9;
}
.listing-pricebreaks table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 13px;
    text-transform: uppercase;
}
.listing-pricebreaks:not(:first-child) table {
	margin-top: 20px;
}

.listing-pricebreaks th,
.listing-pricebreaks td {
	border: 1px solid #e9e9e9;
	padding: 5px;
}

.listing-pricebreaks th {
	text-align: left;
}

.listing-pp-messaging > span {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%
}

.modal--button {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.modal--button-details {
	background-color: #b34834;
	font-size: 12px;
}

.modal-overview--cont {
	padding: 30px 30px 0;
}

.modal-overview {
	height: 510px;
	width: 420px;
	padding: 0 0 124px 0;
	overflow: scroll;
}

.modal-action {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 420px;
}

.modal--view-full-details {
	display: block;
	width: 100%;
	background-color: #01a4cd;
	color: #fff;
	padding: 11px 10px;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
}

.modal--view-full-details:hover {
	background-color: #0284a5;
	color: #fff;
}



/*
|--------------------------------------------------------------------------
| Listing
|--------------------------------------------------------------------------
*/
.listing-side {
	position: relative;
	width: 40%;
	float: right;
	z-index: 2;
}

.listing-main {
	position: relative;
	width: 60%;
	float: left;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.listing-side--inner {
	position: relative;
	width: 100%;
	float: right;
}

.listing-main--inner {
	width: 100%;
	padding-right:20px;
	float: left;
}

.listing-overview--top-inner {
	padding: 0 0 15px 0;
	background-color: #fff;
}

.form-options {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.form-options .button-block {
	align-self: flex-end;
	padding: 10px 35px;
}

.listing-price {
	display: block;
	font-weight: 600;
	font-size: 30px;
	color: #2d2d2d;
	padding-right: 20px;
}

.listing-rrp,
.listing-save {
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	color: #abadae;
	padding-right: 20px;
}

.listing-sku {
	font-size: 12px;
	color: #7a7e7e;
}


.listing__add-to-basket > .listing-notify {
	margin-bottom:15px;
	width: 100% !important;
}

.button--wishlist {
	align-self: flex-end;
}

.listing-save {
	color: #b52226;
	text-decoration: none;
}

.rating-star {
	width: 20px;
	height: 18px;
	display: inline-block;
	margin: 0 1px;
}

.rating-star svg {
	width: 20px;height: 18px;
}

.rating-star svg {
	fill: #51ac5c;
}

.rating-star--empty svg {
	fill: #bbbbbb;
}

.listing-personalise {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #1e1e1e;
	background-color: #dde2e5;
	line-height: 24px;
	padding: 3px 0px;
	cursor: pointer;
	transition: background 300ms ease;
}

.listing-personalise:hover {
	background-color: #e7e7e7;
}

.listing-personalise.disabled {
	opacity: 0.4;
}

.listing-subscribe {
    background-color: rgba(0,0,0,0.05)
}

.listing-subscribe__bottom {
	background: rgba(0,0,0,0.1);
	padding: 6px 10px;
}

.listing-subscribe__inner {
    padding: 22px 22px 18px 22px
}

.listing-subscribe .percent {
    opacity: 0.4;
    font-size: 13px;
    padding: 3px 0 0 0
}

.listing-subscribe__button.open {
    background-color: #fa5400;
    color: #fff;
	border-radius: 0px;
	border: 1px solid #fa5400;
}

.listing-subscribe__button span {
	padding: 0 0 0 18px;
}

.listing-subscribe__button.open span {
	background: url(/images/style/create/icons/refresh@2x.png) center left / 12px 12px no-repeat;
}

.listing-offer {
	padding: 20px;
	margin: 10px 0 0 0;
	background: #37af56;
	background-size: 515.5px 511.5px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	border-radius: 2px;
}

.listing-offer-product {
	position: relative;
	margin: 15px 0 0 0;
	background-color: rgba(0,0,0,0.1);
}

.listing-offer-details {
	padding: 10px;
	overflow: hidden;
}

.listing-offer--image {
	float: left;
}

.listing-offer--image img {
	display: block;
}

.listing-offer--price {
	position: absolute;
	bottom: 10px;
	left: 92px;
	font-size: 18px;
	opacity: 0.8;
}

.listing-deadline {
	padding: 0px 60px;
	background-color: #1d2323;
}

.listing-deadline--details {
	text-align: center;
	float: left;
}

.listing-deadline--title ~ .listing-deadline-doughnuts {
	padding-top: 8px;
}

.listing-deadline--title {
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
}

.listing-deadline--subtitle {
	color: #6cbd45;
	font-size: 15px;
}

.listing-deadline--date {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
}

.pulse-animation {
/*
	-webkit-animation: pulse 1s infinite;
	-moz-animation: pulse 1s infinite;
	-o-animation: pulse 1s infinite;
	animation: pulse 1s infinite;
*/
}

.listing-deadline-doughnuts {
	float: right;
}

.listing-deadline-doughnut {
	position: relative;
	width: 50px; height: 50px;
	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: #1d2323;
	border-radius: 50px;
	text-align: center;
	font-weight: 700;
	color: #fff;
}

.listing-deadline-doughnut strong {
	display: block;
	font-size: 21px;
	position: relative;
	top: 8px;
	color: #1e1e1e;
}

.listing-deadline-doughnut span {
	display: block;
	font-size: 11px;
	position: relative;
	top: 4px;
}

.listing-deadline-doughnuts svg {
  width: 60px; height: 60px;
  -webkit-transform: rotate(-89.9deg);
  transform: rotate(-89.9deg);
  background: #1d2323;
  border-radius: 50%;
}

.listing-deadline-doughnuts circle {
	position: relative;
	fill: #1d2323;
	stroke: #fff;
	stroke-width: 6px;
	stroke-dasharray: 38 100; /* for 38% */
	transition: stroke-dasharray 1s ease;
}

.listing-deadline-doughnut:hover circle {
	stroke-dasharray: 100 100; /* for 100% */
}

.listing-share {
	padding: 10px;
	padding-bottom: 15px;
	background-color: rgba(0,0,0,.2);
	z-index: 10;
}

.listing-share-title.ddOpen .img-cont {
	transform: rotate(180deg);
}

.listing-share-container .img-cont {
	transition: 0.3s all;
}

.listing-share .addthis_inline_share_toolbox {
	margin-bottom: -5px;
}

.listing-images-slider-container {
	position: relative;
}

.listing-image__brand {
	position: absolute;
	top: 15px;
	right: 15px;
}

.listing-image.listing-image--lower {
	display: flex;
	flex-direction: column-reverse;
}

.listing-image__link {
	display: block;
	position: relative;
}

.listing-image__img {
	display: block;
}

.listing-image__link:hover .listing-image__zoom__svg {
	height: 40px;
	width: 40px;
}

.listing-image__zoom {
	position: absolute;
	height: 50px;
	width: 50px;
	bottom: 30px;
	left: 30px;
}

.listing-image__zoom__svg {
	fill: #6cbd45;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 35px;
	width: 35px;
	transition: height 200ms ease, width 200ms ease;
	transform: translate(-50%, -50%);
}

.stock {
	/* width:64%; */
	text-align: right;
	padding:12px 0 24px 0;
}

.options-loading {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0,0,0, 0.6);
	z-index: 9999;
}

.options-loading > .dbl {
	height: 100%;
}

.options-loading .dblc {
	vertical-align: middle;
}

.options_container_radio {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	width: 100%;
	border: 1px solid #8ecb70;
	margin: 0;
}

.options_container_radio .options_text {
	border: none;
	width: 40%;
	padding: 0 10px;
}
.options-radios .cf {
	display: flex;
	padding: 10px 0 0 0;
	margin: 0 0 10px;
	background-color: #121212;
	flex-wrap: wrap;
}

.option-radio {
	width: 30%;
}

.options_container_radio > * {
	padding: 0;
}

.option-radio:hover .option-radio__inner {
	/* background: rgba(0,0,0,0.2); */
}

.option-radio.checked .option-radio__inner {
    background: #f36621;
}

.option-radio__inner {
	/* background: rgba(0,0,0,0.1); */
	padding: 15px;
	text-align: center;
	display: block;
	cursor: pointer;
	color: #fff;
}

.option-radio__inner input {
	display: none;
}

.opt_radio {
	width:initial;
	vertical-align: middle;
    margin: 0 6px .25em 10px;
}

#listing_options > .options_text {
	width: 100%;
	border-right: 1px solid #8ecb70;

}

.form-options {
	background-color: #6cbd45;
}

.opt-section {
	width: 100%;
}

.options_text {
	color: #fff;
	padding: 15px 10px;
	font-weight: 400;
	display: flex;
	align-items: center;
	background-color: #6cbd45;
	border: 1px solid #8ecb70;
	border-right: none;
	flex: 1;
}

.options__row .input {
	width: 60%;
	padding: 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	color: #040707;
	font-size: 15px;

}

#listing_options .select2-basic--container {
	border: none !important;
	padding: 0px !important;
}

.listing-options-required {
	width:100%;
	background:#414141;
	padding:15px 20px;
	color:#fff;
	border-radius:3px;
    font-weight: 700;
	text-align: center;
	position: absolute;
	margin-bottom:15px;
	z-index:1000;
	top:-60px;
}

.listing-options-required:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #414141;
	border-width: 10px;
	margin-left: -10px;
}

.options__row.input input[type="text"] {
	padding: 10px;
	width: 60%
}

.listing-option-disc {
	font-size: 12px;
	color: #fff;
	background-color: #8ecb70;
	padding: 10px;
}

.input.options__row {
	margin-bottom: 4px;
}

.listing__stock-basket {
	padding: 30px 60px;
}

.button.heart {
	margin: 0 0 0 4px;
	display: block;
	height: 41px;
	padding: 0;
	background-image: url(/images/style/create/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;
	width: 100%;
}

.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-comments-response {
	background-color: #e7e7e7;
	margin: 15px 0 0 0;
	padding: 20px;
}

.options__row {
	width: 100%;
	margin-bottom: 4px;
	flex-wrap: wrap;
	position: relative;
}

.listing__size_guide{
	text-align: center;
	padding-top: 6px;
}

.listing__size_guide a{
	color: #fff;
}

.listing__size_guide a:hover{
	text-decoration: underline;
}

.link-banner {
    margin: 0 0 16px;
}
.listing__heading-section .link-banner {
	margin: 12px 0 0;
}
.link-banner .button {
	display: inline-flex;
	align-items: center;
    padding: 4px 20px;
    font-size: 15px;
	min-height: 32px;
}

/*
|--------------------------------------------------------------------------
| Listing > Multibuy
|--------------------------------------------------------------------------
*/

.listing-options--multibuy {
	padding: 5px 60px 20px;
    background-color: #FFF;
    border-left: 1px solid #e9e9e9;
}

.listing-options--multibuy .options_text {
	background-color: #FFF;
	border: 0;
	color: #1E1E1E;
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
	padding: 0 0 6px;
}

.options-multibuy--container {
	display: flex; 
	flex-wrap: wrap;
	justify-content: center;
}
.options-multibuy {
    flex: 1 0 33.3333%;
}
.options-multibuy--inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
    border-radius: 5px;
    padding: 7px;
    font-weight: 600;
	background-color: #e1e1e1;
    color: #2a2a2a;
}
.options-multibuy.sel .options-multibuy--inner {
	background-color: #6cbd45; 
	color: #fff;
}
.options-multibuy:not(.sel) .options-multibuy--inner {
    cursor: pointer;
}
.options-multibuy:not(.sel) .options-multibuy--inner:hover {
	background-color: #e9e9e9;
}
.options-multibuy--qty {
    margin-right: 3px;
    font-weight: 800;
}

.listing-options--multibuy .options-multibuy--container {
	/* width: 50%; */
}
.listing-options--multibuy .options-multibuy--inner {
    background-color: #fff;
    border: 1px solid #6cbd45;
    font-size: 16px;
    font-family: 'PT Serif', sans-serif;
    color: #6cbd45; 
	position: relative; 
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 400;
	padding: 11px 20px;
	transition: ease-in-out .2s;
}
.listing-options--multibuy .options-multibuy--inner:hover {
	/* opacity: .7; */
}
.listing-options--multibuy .options-multibuy--qty {
	font-weight: 400;
}
.listing-options--multibuy .options-multibuy--inner::before {
	content: '';
	position: relative;
	background-image: url(/images/style/create/icon-tag.png); 
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	margin-right: 5px;
}

.listing-options--multibuy .sel .options-multibuy--inner::before {
    transform: rotate(-90deg);
	background-image: url(/images/style/create/icon-tag-white.png); 
}


/*
|--------------------------------------------------------------------------
| Listing > Thumbnails
|--------------------------------------------------------------------------
*/
.listing-thumbnails {
	position: relative;
	padding: 4px 0 0 0;
}

.listing-thumbnails.has-arrows .listing-thumbnails--slider {
	padding: 0 44px;
}

.listing-thumbnail {
	margin: 0 2px;
}

.listing-thumbnail--link {
	display: block;
}

.listing-thumbnails .slick-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 40px;
	background: #6cbd45;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	color: transparent;
	transition: background 300ms ease;
}

.listing-thumbnails .slick-prev {
	right: auto;
	left: 0;
}

.listing-thumbnails .slick-arrow:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(/images/style/create/icon-chevron-right.png) no-repeat center center;
	transition: opacity 300ms ease;
}

.listing-thumbnails .slick-prev:after {
	background: url(/images/style/create/icon-chevron-left.png) no-repeat center center;
}

.listing-thumbnails .slick-disabled {
	background-color: #777777;
	cursor: not-allowed;
}

.listing-thumbnails .slick-disabled:after {
	opacity: 0.4;
}




/*
|--------------------------------------------------------------------------
| Listing > Tabs
|--------------------------------------------------------------------------
*/
.listing-tabs {
	margin: 20px 0 0 0;
}

.listing-tabs-buttons {
	display: table;
    table-layout:fixed;
	width: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
}

.listing-tabs-button {
	position: relative;
	display: table-cell;
	color: #666666;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	transition: color 300ms ease;
	padding: 19px 6px;
	text-align: center;
	width: 1px;
	border-right: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.04);
}

.listing-tabs-button:last-child {
	border-right: none;
}

.listing-tabs-button.sel {
	color: #2d2d2d;
}

.listing-tabs-button.sel::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1px;
	margin-left: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #ffffff transparent;
	z-index: 99;
}

.listing-tab {
	display: none;
	padding: 25px 20px;
	background-color: #fff;
}

.listing-tab:first-child {
	display: block;
}

.mobile-tab-title {
	padding: 15px 25px;
	color: #fff;
	font-weight: 700;
	margin: 14px 0 0 0;
}

.mobile-tab-title {
	display: none;
}



/*
|--------------------------------------------------------------------------
| Listing > Tabs > Comments
|--------------------------------------------------------------------------
*/
.listing-comments-form {
	padding: 20px;
	margin: 20px 0 0 0;
	background-color: #666666;
}

.listing-comments-title {
	font-weight: 700;
	font-size: 21px;
	color: #fff;
	float: left;
}

.listing-comment:first-child {
	border-top: 2px solid #e7e7e7;
}

.listing-comment {
	padding: 20px;
	border: 2px solid #e7e7e7;
	border-top: none;
}

.listing-comment-title {
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 0 6px 0;
}

.listing-comments-stars {
	float: right;
}

.listing-comments-stars .rating-star {
	float: right;
	cursor: pointer;
}

.listing-comments-stars .rating-star:hover svg,
.listing-comments-stars .rating-star:hover + .rating-star svg,
.listing-comments-stars .rating-star:hover + .rating-star + .rating-star svg,
.listing-comments-stars .rating-star:hover + .rating-star + .rating-star + .rating-star svg,
.listing-comments-stars .rating-star:hover + .rating-star + .rating-star + .rating-star + .rating-star svg {
	fill: rgba(81, 172, 92, 0.47);
}

.listing-comment-author {
	float: left;
	font-weight: 700;
	text-transform: uppercase;
}

.listing-review-stars {
	float: right;
}



/*
|--------------------------------------------------------------------------
| Listing > Related
|--------------------------------------------------------------------------
*/
.listing-related {
	padding: 40px 0 0 0;
}

.listing-related--title {
	display: block;
	text-align: center;
}

.listing-related--products {
	padding-top: 20px;

}



/*
|--------------------------------------------------------------------------
| Listing > Price Breaks
|--------------------------------------------------------------------------
*/
.price-bands {
	display: none;
	background-color: #2d2d2d;
	margin: 20px 0 0 0;
	color: #fff;
}

.price-bands--table-cont {
	padding: 10px;
}

.price-bands--table {
	border-spacing: 16px 10px;
}

.price-bands--header {
	color: #abadae;
}



/*
|--------------------------------------------------------------------------
| Listing > Overlay
|--------------------------------------------------------------------------
*/
.overlay {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(102, 102, 102, 0.85);
	z-index: 100;
}

.overlay-personalise {
	background-color: rgba(0, 0, 0, 0.85);
}

.overlay.open {
	display: block;
}

.overlay--close {
	position: absolute;
	top: -30px;
	right: 0;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
	transition: transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
}

.overlay--backdrop {
	width: 100%;
	height: 100%;
}

@-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 20px 0 20px;
	background-color: #fff;
	transition: all 1s cubic-bezier(0.25, 0, 0.25, 1.75);
	border-radius: 2px;
	transform: translate(-50%, -50%);
}

.overlay__blue .overlay--inner, 
#basket-quote-olay .overlay_popup {
	background-color: #6cbd45;
}

.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;
}

#basket-quote-olay .overlay--inner {
	padding-bottom: 16px;
}

.overlay--title {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 21px;
	color: #424242;
}

#basket-quote-olay .overlay--title {
	color: #fff;
}

.overlay-personalise .overlay--title {
	color: #1e1e1e;
	padding: 14px 0 14px;
}

#basket-quote-olay .overlay--form {
	width: 100%;
}

.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: #1c1e1e;
	padding: 0 0 20px 0;
	display: block;
}

#add-new-address-overlay .checkout-form--has-button {
	padding: 10px 0 20px 0;
}

#click-and-collect-overlay .overlay--inner {
	background-color: #fff;
	padding: 20px;
	max-width: 980px;
}


.overlay-promo-popup {
	padding: 0;
}
/*
|--------------------------------------------------------------------------
| Compare
|--------------------------------------------------------------------------
*/
.compare-table--row {
	display: table-row;
	position: relative;
	font-weight: 700;
	color: #fff;
}

/*.compare-table--row:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: -moz-linear-gradient(top, rgba(213,86,62,0) 1%, rgba(54,22,16,0) 75%, rgba(0,0,0,0.2) 100%);
	background: -webkit-linear-gradient(top, rgba(213,86,62,0) 1%,rgba(54,22,16,0) 75%,rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to bottom, rgba(213,86,62,0) 1%,rgba(54,22,16,0) 75%,rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0001c4f4', endColorstr='#33000000',GradientType=0 );
}*/

.compare-table--cell {
	display: table-cell;
	padding: 15px;
	background-color: #6cbd45;
	font-weight: 700;
	color: #fff;
	text-align: center;
	width: 20.83333333333333%;
	box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}

.compare-table--cell:nth-child(3),
.compare-table--cell:nth-child(5) {
	background-color: #cc523b;
}

.compare-table--row-header {
	width: 16.66666666666667%;
	background-color: #666666;
	text-align: right;
}

.compare-table--head-cell-first {
	width: 16.66666666666667%;
}

.compare-listing--image {
	display: block;
}

.compare-listing--image img {
	display: block;
    width: 100%;
}

.compare-table--title-cont {
	padding: 5px;
	text-align: center;
}

.compare-table--title {
	font-size: 36px;
	color: #fff;
	margin: 0;
	padding: 60px 10px;
}

.compare-table--head {
	display: table-row;
}

.compare-table--head .compare-table--cell {
	padding: 0;
	text-align: left;
	vertical-align: top;
	background-color: #dde2e5;
}

.compare-table--head .compare-table--cell:first-child {
	padding: 10px;
	vertical-align: middle;
}

.compare-table--cell.compare-table--head-cell-empty {
	text-align: center;
	vertical-align: middle;
}

.compare-table--head-cell-empty i {
	font-size: 270px;
	font-style: normal;
}

.compare-undo--form {
	display: inline-block;
}



/*
|--------------------------------------------------------------------------
| Basket
|--------------------------------------------------------------------------
*/
.cart--heading {
	font-size: 18px;
}

.cart--header {
	padding-bottom: 10px;
}

.cart-segment {
	background-color: #fff;
	margin-bottom:20px;
}

.cart-main .cart-segment:last-child {
	margin-bottom:0;
}

.cart-side .cart-segment {
	margin-bottom:0;
}

.cart-segment--inner {
	padding: 30px;
}

.cart-side--upper {
	background-color: #6cbd45;
}

.cart--heading {
	color: #fff;
	font-size: 18px;
}

.basket-number {
	border-radius: 50%;
	background-color: #fff;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	font-size: 16px;
}

#voucher {
	padding: 15px !important;
	padding-top: 20px !important;
	font-size: 14px;
	flex:1;
}

.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/create/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;
}


.delivery-method-banner {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
}
.delivery-method-banner--backdrop {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-color: rgba(0,0,0,0.5);
}
.delivery-method-banner--inner {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #FFF;
    border-radius: 4px;
    padding: 32px;
    width: 500px;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
}
.delivery-method-banner--cross {
    position: absolute;
    top: 12px;
    right: 12px;
	width: 12px;
	height: 12px;
    padding: 0;
    display: flex;
    background-color: transparent !important;
}
.delivery-method-banner--content {
    font-size: 15px;
    margin-bottom: 16px;
	line-height: 1.4;
}
.delivery-method-banner--confirm {
    font-weight: 400;
    letter-spacing: 0.02em;
    padding: 4px 20px;
    font-size: 15px;
}


/*
|--------------------------------------------------------------------------
| Basket > Side
|--------------------------------------------------------------------------
*/
.cart-side {
	float: right;
	width: 38%;
	padding: 0 0 0 40px;
}

.cart-side--option {
	font-size: 13px;
	font-weight: 700;
	border: 2px solid #e7e7e7;
	margin-top:15px;
	margin-bottom: 15px;
}

.cart-side--option span {
	display: block;
	padding: 12px;
}

.cart-side--option-trigger {
	padding: 0 15px;
}

.cart-side--option__gift {
	color: #51ac5c;
}

.cart-side--option__gift.sel {
	background: #51ac5c;
	color: #fff;
	border: 2px solid #3F9649;
}

.cart-side--option__gift.sel span {
	background-image: url(/images/style/create/icon-gift-white.png);
}

.cart-side--option-inner {
	display: none;
	padding: 0 20px 20px 20px;
}

.cart-promo--form .input {
	flex: 1;
}

#cart-offers--container {
	position: relative;
	padding-top: 20px;
	margin-top: 20px;
}

.cart-offers--container {
	margin-top: 18px;
}

.cart-offers--container + .cart-offers--container {
	margin-top: 15px;
}

#cart-offers--container .unclaimed-offers + .claimed-offers {
	margin-top: 15px;
}

.cart-offers--title {
	font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.cart-offer {
    margin-top: 10px;
    font-size: 14px;
	background-color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    color: #2b2b2b;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-main .cart-offer {
	border: 1px solid #6cbd45;
}

.cart-offer--saved {
	font-weight: 600;
	text-transform: uppercase;
}

.cart-offer--update, .cart-offer--highlight {
	cursor: pointer;
	max-width: 420px;
}


/*
|--------------------------------------------------------------------------
| Basket > Totals
|--------------------------------------------------------------------------
*/
.cart-totals {
	background: #000000;
	/* background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 ); */
	font-weight: 700;
	color: #fff;
	border-top:none;
}

.cart-totals .dblc {
	padding: 4px 0;
}

.cart-total--price {
	text-align: right;
	font-weight: 400;
}

.cart-total--label {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.cart-total .cart-total--label,
.cart-total .cart-total--price {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

.checkout .cart-total .cart-total--label,
.checkout .cart-total .cart-total--price {
	color: #2d2d2d;
}

.cart-total .dblc {
	padding-bottom: 15px;
}

.cart-side--delivery-option {
	background-color: #e9e9e9;
	font-weight: 700;
	color: #1c1e1e;
	padding: 15px;
	margin-top:2px;
	transition: padding 300ms ease;
	cursor: pointer;
}

.cart-side--delivery-option:hover {
	padding: 15px 20px;
}

.cart-side--delivery-option.sel {
	background-color: #f36621;
	color: #fff;
}

.cart-side--delivery-option.sel span {
	color: #fff;
}

.cart-side--delivery-option strong {
	font-size: 13px;
	display: block;
}

.cart-side--delivery-option span {
	display: block;
	font-size: 11px;
}

.cart-side--delivery-option span {
	color: #666666;
}

span.cart-side--delivery-cost,
span.cart-side--delivery-cost--original {
	float: right;
	font-weight: 700;
	color: #1e1e1e;
}

span.cart-side--delivery-cost--original {
	text-decoration: line-through;
	padding-right: 8px;
	font-weight: normal;
}

.checkout__postcode {
	padding-right: 0 !important;
}
.checkout-segment .segment-20,
.checkout-segment .segment-40,
.checkout-segment .segment-50 {
	margin-right: 15px;
}

.checkout .input {
	margin-bottom: 15px;
	font-weight: 500;
}

.checkout .input .button {
	top: 0;
	right: 0;
	bottom: 0;
}

.input-grid__row > *:last-child {
	margin-right: 0;
}

.checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: block;
}

.checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: block;
	border-width: 8px 7.5px 0 7.5px !important;
	border-color: #666666 transparent transparent transparent !important;
	bottom: 15px;
	left: initial;
	top: initial;

}

.checkout .select2-basic--container.select2-selection--single .select2-selection__rendered {
    padding: 25px 10px 5px 10px;
}

.checkout .input-label {
	color: #abadae;
	top: 5px;
}


/*
|--------------------------------------------------------------------------
| Basket > Items
|--------------------------------------------------------------------------
*/
.cart-items {
	width: 100%;
	padding: 35px;
	position: relative;
}

.cart-item {
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	display: flex;
	padding-bottom: 25px;
}

.cart-item .label-inline.highlight {
    border: 1px solid #b6b070;
}

.cart-item:not(:first-child) {
	padding-top: 25px;
}

.cart-item:last-child {
	border-bottom: 0;
	margin:0;
	padding:0;
}

.input--bas-qty {
	padding: 0 0 0 0px !important;
	width: 45px !important;
	text-align: center;
}

.cart-item-image a {
	border: 1px solid #e9e9e9;
	width: 130px;
}

.cart-item:last-child .cart-item-image {
	margin:0;
}

.cart-item-content {
	padding: 0 0 0 20px;
}

.bas-qty {
	padding: 8px;
}

.bas-qty label {
	padding-right: 20px;
}

.cart-item-content .label-inline  {
	border: 1px solid #e9e9e9;
}

.qty-status label {
	position: relative;
	left: 4px;
	color: #7a7e7e;
}

.qty-status > .input {
	width: 90px !important;
	padding: 8px;
	margin: 0;
	flex: 1;
}

.cart-item-content input {
	color: #1b447a !important;
	font-weight: 600;
	font-size: 14px;
}

.cart-item-content .input-label {
	font-size: 14px;
	color: #7a7e7e;
}

.cart-item-title a {
	font-weight: 400;
	font-size: 17px;
	color: #010101;
	display: block;
}

/* .cart-item-content .label-inline {
	width:104px;
} */

.cart-item-right {
	text-align: right;
	max-width: 200px;
	padding-left: 30px;

}

.cart-item-right > * {
	width: 100%;
}

.cart-item-price {
	font-weight: 600;
	font-size: 21px;
	color: #6cbd45;
}

.cart-item-stock-cont {
	padding-left: 20px;
	display: flex;
	flex-wrap: wrap;
}

.cart-item-stock-cont > * {
	width: 100%;
}

.stock-status.in-stock {
	font-size: 16px;
}

.cart-item-unitprice, .cart-item-option, .cart-item-stock {
	display: inline-block;
	color: #606060;
	font-size: 12px;
}

.cart-item-option:not(:first-child) {
	padding-left: 10px;
	position: relative;
}

.cart-item-option:not(:last-child) {
	padding-right: 5px;
	position: relative;
}

.cart-item-option:not(:last-child)::after {
	content: "";
	background-color: #606060;
	width: 1px;
	height: 13px;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
}

.cart-item-stock.stock-status {
	background-size: 14px auto;
}

.cart-item-stock {
	margin-top: 3px;
	padding: 0 0 0 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.cart-item-stock-cross-amber {
	background-image: url(/images/style/create/icon-cross-amber.png);
}

.cart-item-stock-van-green {
	background-image: url(/images/style/create/icon-dispatch-van-green.png);
}

.cart-item-stock-warning {
	background-image: url(/images/style/create/icon-cart-warning.png);
}

.cart-item-stock-van-orange {
	background-image: url(/images/style/create/icon-dispatch-van-orange.png);
}

.cart-item-stock-box {
	background-image: url(/images/style/create/icon-dispatch-box-orange.png);
}

#cart--vat-declaration-details {
	display:none;
}

.remove {
	background: url(/images/style/create/cart-remove.png) left center no-repeat;
	padding: 0 0 0 15px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	color: #b52025;
	font-weight: 700;
}

.cart-item-right .remove, .cart-item-right .button-small {
	position: absolute;
	bottom: 15px;
	right: 0;
}

.cart-item:last-child .cart-item-right .button-small {
	bottom:0;
}

.cart-item--stock {
	padding: 0 0 0 10px;
}

.cart-free-item .cart-item-image {
	width: 80px;
	margin-bottom: 0;
}

.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__related .listing-related-products {
	background-color: #fff;
	display: block;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	max-width: 800px;
}

.related-add {
	display: none;
}

.basket__related .listing-dropdown .product-grid {
	border: 4px solid #e9e9e9;
	padding: 30px;
}

.basket__related .listing-dropdown {
	width: 100%;
	display: flex;
	padding-bottom: 5px;
	border-bottom: 2px solid #e9e9e9;
	padding-top: 0;
}

.listing-dropdown.listing-related-products {
	padding: 25px 60px;
}

.basket__related .product-grid--item-inner {
	flex: 1;
}

.basket__related .product-inner--image {
	width: 50px
}

.basket__related .product-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.basket__related .product-inner--title {
	font-weight: 700;
}

.more-details {
	width: 100%;
}

.basket__related .product-inner--image {
	padding-bottom: 0;
}

.basket__related .product-inner--info {
	flex: 1;
}

.basket__related .product-price-web {
	font-size: 13px;
}

.basket__related .more-details {
	background-color: #f36621;
	width: 50%;
}


.basket__related .more-details:hover {
	background-color: #6cbd45;
}

.basket__related .more-details,
.basket__related .related-add {
	font-size: 11px;
	line-height: 1.1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
}

.basket__related .listing-dropdown__title {
	font-size: 21px;
	color: #666666;
}

.basket__related .related-add {
	display: flex;
	margin-left: 2px;
	line-height: 1;
	display: none;
}

.basket__related .product-price-label,
.basket__related .product-price div:nth-child(2),
.basket__related .product-overlay,
.basket__related .sale-logo {
	display: none;
}


/*
|--------------------------------------------------------------------------
| Basket > Datepicker
|--------------------------------------------------------------------------
*/
 .ui-datepicker-inline {
    margin: 30px auto 0 auto;
    border-radius: 0;
    border-color: #e7e7e7;
    padding: 4px;
}
 .ui-datepicker-title {
	color: #6cbd45;
}
 .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: #6cbd45;
}
 .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: #6cbd45;
}
 .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: #6cbd45;
	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/create/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/create/icon-chevron-right.png);
}



/*
|--------------------------------------------------------------------------
| Brands
|--------------------------------------------------------------------------
*/
.brand-letters--grid {
	margin: 0 -1px 0 0;
	padding: 14px 0;
}

.brand-letter {
	text-align: center;
	width: 3.703703703703704%;
	float: left;
	padding: 0 1px 0 0;
}

.brand-letter.disabled {
	opacity: 0.4;
}

.brand-letter.disabled .brand-letter--inner {
	cursor: not-allowed;
}

.brand-letter.disabled .brand-letter--inner:hover {
	border: 2px solid #e7e7e7;
	color: #6cbd45;
	background-color: #fff;
}

.brand-letter--inner {
	display: block;
	border: 2px solid #e7e7e7;
	color: #6cbd45;
	font-weight: 700;
	font-size: 21px;
	padding: 4px 0;
	cursor: pointer;
}

.brand-letter--inner.sel,
.brand-letter--inner:hover {
	background-color: #6cbd45;
	color: #fff;
	border: 2px solid rgba(0,0,0,0.2);
}

.brands-list--item {
	text-align: center;
	width: 16.6666666666666666666%;
	float: left;
	padding: 0 4px 4px 0;
}

.brands-list--letter {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 60px;
}

.brands-list--letter .brands-list--inner {
	background-color: #1e1e1e;
}

.brands-list--letter span {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	bottom: 0;
	left: 50%;
	right: 0;
	height: 60px;
	line-height: 60px;
}

.brands-list--inner {
	position: relative;
	height: 0;
	padding: 0 0 100% 0;
}

.brands-list--image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 34px;
	background-size: 60%;
	background-color: #fff;
}

.brands-list--image img {
	display: none;
}

.brands-list--text {
	position: absolute;
	right: 0; bottom: 0; left: 0;
	background-color: #e7e7e7;
	font-weight: 700;
	font-size: 12px;
	color: #6cbd45;
	padding: 10px 0;
}



/*
|--------------------------------------------------------------------------
| Checkout
|--------------------------------------------------------------------------
*/
.checkout-header {
	border-bottom: 2px solid #e9e9e9;
	min-height: auto;
	padding: 31px 0;
}

.basket__header {
	border-top: 1px #e9e9e9 solid;
}

.checkout {
	position: relative;
	overflow:hidden;
}

.checkout-main {
	width: 60%;
	padding: 45px 70px 0 0;
	background-color: #fff;
	float: left;
}

#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: 24px;
	font-weight: 600;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e9e9e9;
}

.checkout-subtitle {
	font-size: 18px;
	padding: 0 0 15px 0;
	margin: 0;
}

.checkout-breadcrumbs {
	display:block;
	padding-bottom: 50px;
}

.checkout-breadcrumb {
	position: relative;
	padding: 0 20px 0 0;
	font-size: 16px;
	color: #2d2d2d;
	font-weight: 500;
}

.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: #e9e9e9;
    z-index: -1;
}

.checkout-action {
	border-top: 1px 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/create/icon-chevron-left-black.png) no-repeat center left;
	font-size: 15px;
}

.checkout-addressbook .input {
	display: none;
}

.checkout-addressbook-button {
	color: #6cbd45;
	font-size: 13px;
	margin-bottom: 15px;
	cursor: pointer;
}

.delivery-address {
	display: block;
	width: 100%;
	margin: 0 0 4px 0;
	border: 2px solid #e7e7e7;
	cursor: pointer;
}

.delivery-address:hover {
	background-color: #6cbd45;
}

.delivery-address.sel {
	border: 2px solid #6cbd45;
}

.delivery-address:hover .delivery-address--title,
.delivery-address:hover .delivery-address--location {
	color: #fff;
}

.delivery-address.sel .delivery-address--checkbox:after {
	background-color: #2d2d2d;
	border: 4px solid #fff;
	transition: background 300ms ease;
}

.delivery-address.sel .delivery-address--title,
.delivery-address.sel .delivery-address--location {

}

.delivery-address--checkbox {
	float: left;
	position: relative;
	height: 46px;
	width: 46px;
}

.delivery-address--checkbox:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	width: 20px;
	-webkit-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px);
	background-color: #e7e7e7;
	border-radius: 20px;
}

.delivery-address--content {
	padding: 7px;
	overflow: hidden;
}

.delivery-address--title {
	display: block;
	font-weight: 700;
	font-size: 15px;
	color: #2d2d2d;
}

.delivery-address--location {
	display: block;
	font-size: 12px;
	color: #666666;
}

.button-locate {
	background-image: url(/images/style/create/icon-zoom-white.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position:center center;
	width: 53px;
	height: 53px;
	border-radius: 0;
	background-color: #6cbd45;
}

.button-locate.loading {
	background-image: url(/images/style/create/gps.svg);
}

.no-js .button-locate,
.no-js #postcode_lookup_results_container_del {
	display: none;
}

.no-js .billing-address-form {
	display: block !important;
}



/*
|--------------------------------------------------------------------------
| Basket > Sidebar
|--------------------------------------------------------------------------
*/
.cart-overview.fixed {
	position: fixed;
	top: 0;
}

.cart-overview.absolute {
	position: absolute;
	bottom: 0;
	top: auto;
}

.checkout-side {
	padding: 45px 0 0 60px;
}

.cart-overview--item {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-weight: 700;
	color: #2d2d2d;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cart-overview--item-image {
	position: relative;
	max-width: 70px;
	float: left;
}

.cart-overview--item-image__subscription {
	display: none;
	position: absolute;
	height: 13px;
	width: 13px;
	left: 10px;
	top: 10px;
	background: url(/images/style/create/icon-calendar-blue.png) no-repeat center center;
	background-size: 13px 13px;
}

.cart-overview--item-inner {
	padding: 0 14px 14px 14px;
	overflow: hidden;
}

#invoice-container .cart-overview--item-inner {
	padding: 0;
}

.cart-overview--item-content {
	overflow: hidden;
	padding: 0 20px 0 0;
}

.cart-overview--item-info {
	float: right;
	text-align: right;
}

.cart-overview--item-qty,
.cart-overview--item-options {
	color: #666;
	font-size: 11px !important;
	font-weight: 500;
}

.cart-overview--item-options i {
	font-style: normal;
}

.cart-overview--item-options i:last-child {
	display: none;
}

.cart-overview--item-option__blue {
	color: #6cbd45;
}

.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: #6cbd45;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px !important;
	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/create/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/create/icon-tag-white.png) no-repeat center center;
}

.cart-promo--button:hover {
	background-color: #6cbd45;
	color: #fff;
}

.cart-promo--button:active {
	top: 1px;
}

.cart-promo--form {
	display: flex;
}

.cart-overview-totals {
	background: none;
	color: #666666;
	font-size: 14px;
	font-weight: 700;
}

.cart-overview--item-gift {
	padding: 10px 0 0 0;
}

.cart-overview--item-checkbox label {
	display: inline-block;
	font-size: 11px;
	color: #666666;
}

.checkout-login--inner {
	padding:30px 0;
	border-bottom: 1px solid #e7e7e7;
}

.cart-overview--item-option {
	display: block;
}

.checkout-login--btn {
	padding-bottom: 10px;
	transition: opacity 300ms ease;
	color: #666;
}

#checkout-hide-login-form {
	font-size: 12px;
	opacity: 1;
	transition: color 300ms ease;
	padding-top: 12px;
	color: #666;
	font-weight: 700;
}

#checkout-hide-login-form:hover {
	color: #444;
}



/*
|--------------------------------------------------------------------------
| Confirm v2
|--------------------------------------------------------------------------
*/
.payment-method {
}

.payment-method--button {
	position: relative;
	padding: 21px 20px 21px 50px;
	font-weight: 700;
	font-size: 18px;
	color: #1c1e1e;
	border: 2px solid #e7e7e7;
	margin-top: -2px;
	cursor: pointer;
}

.payment-method--title {
	padding: 3px 0;
}

.payment-method--button:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 18px;
	height: 18px;
	background-color: #e7e7e7;
	border-radius: 18px;
}

.payment-method.open .payment-method--button:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 24px;
	width: 10px;
	height: 10px;
	background-color: #2d2d2d;
	border-radius: 18px;
}

.payment-method--content {
	display: none;
}

.payment-method__card .payment-method--title {
	background: url(/images/style/create/card-logos.png) no-repeat center right;
}

.payment-method__paypal .payment-method--title,
.payment-method__paypal-paylater .payment-method--title,
.payment-method__paypal-credit .payment-method--title {
	background: url(/images/style/create/paypal-logo-color.png) no-repeat center right;
}

.payment-method--content {
	background-color: #e7e7e7;
	padding: 40px;
	text-align: center;
	font-size: 18px;
}

.payment-method--content .input:last-child {
	margin-bottom: 0;
}

#form_stripe {
	width:100%;
	max-width: 400px;
	margin: 0 auto;
	text-align:center;
	padding: 50px 0;
}

#form_stripe #card-errors {
	text-align: left;
    margin-bottom: 15px;
}

.button-stripe {
	width: 100%;
}

.button-stripe:disabled {
	opacity: .5;
}

.button-stripe:disabled,
.button-stripe:disabled:hover {
	background-color: #6cbd45;
}

.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,
#ppchkout-paypal-loggedin,
#ppchkout-paypal-paylater-loggedin {
	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;
}

.basket-pp-messaging iframe {
	margin-bottom: 10px;
	float: 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/create/paypal-small.svg"), none;
	background-size: 13px 15px;
	background-position: 4px center;
	background-repeat: no-repeat;
	color: #283036;
	font-size: 13px;
	font-weight: 800;
}

.bt-pp-email,
.bt-card-details {
	padding: 0 10px;
	color: #6e787f;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 0;
}

.bt-card-details {
	padding-left: 0;
}

.bt-pp-cancel button,
.bt-pp-cancel a,
.bt-card-cancel a {
	float: right;
	color: #3d95ce;
	font-size: 11px;
	line-height: 20px;
	padding: 0px;
	margin: 0;
	border: 0px;
	cursor: pointer;
	text-decoration: underline;
	background-color: transparent;
}

.bt-pp-cancel button:hover,
.bt-pp-cancel a:hover,
.bt-card-cancel a:hover {
	color: #215b83;
}

.braintree-change-method {
	padding: 20px 0 0;
	font-size: 11px;
	color: #666;
}

.braintree-change-method a {
	color: #666;
	padding-bottom: 1px;
}

.braintree-change-method a:hover {
	color: #333;
}



/*
|--------------------------------------------------------------------------
| Checkout > Success > Order Summary
|--------------------------------------------------------------------------
*/
.order-summary {
	border: 2px solid #e7e7e7;
}

.order-summary .cart-overview--item {
	padding: 0;
	margin: 0;
}

.order-summary .cart-overview--item-gift {
	background-color: #e7e7e7;
	padding: 0;
}

.order-summary .cart-overview--item-checkbox {
	padding: 5px 10px;
	background: #e7e7e7;
}

.order-summary .cart-overview--item {
	padding: 10px;
}

.order-summary .cart-overview--item:last-child {
	border-bottom: none;
}

.order-delivery {
	padding: 18px 24px;
	font-weight: 700;
	border-bottom: 2px solid #e7e7e7;
}

.order-delivery--title {
	font-size: 18px;
	color: #666;
	display: block;
}

.order-delivery--address {
	font-size: 12px;
	color: #abadae;
	display: block;
}

.order-details {
	padding: 18px 24px;
	font-weight: 700;
	color: #666;
	border-top: 2px solid #e7e7e7;
}

.order-detail {
	padding: 4px 0;
}

.order-detail--title {
	color: #abadae;
	text-transform: uppercase;
	font-size: 12px;
}

.order-detail__green {
	color: #51ac5c;
}

.order-detail__red {
	color: #6cbd45;
}



/*
|--------------------------------------------------------------------------
| Checkout > Stages
|--------------------------------------------------------------------------
*/
.checkout-stages {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	font-weight: 700;
}

.checkout-stage {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	color: #2b2b2b;
	background:#fff;
}

.checkout-stage span {
	display: block;
	padding: 0 20px 0 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight: 500;
	height: 50px;
	width: 300px;
	text-transform: uppercase;
	position: absolute;
	left: -126px;
	top: 126px;
	line-height: 50px;
	text-align: right;
	font-size: 18px;
}

.checkout-stage.dark,
.checkout-stage.darker,
.checkout-stage.darkest,
.checkout-stage.failed {
	color: #fff;
}

.checkout-stage.dark {
	background: #6cbd45;
}

.checkout-stage.darker {
	background: #4a9a53;
}

.checkout-stage.darkest {
	background: #468e4e;
}

.checkout-stage.failed {
	background: #6cbd45;
}

.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 #6cbd45;
}

.select2-options-dropdown {
	border: 2px solid #6cbd45;
}

.select2-account:before {
	display: none;
}

.account .button {
	font-size: 12px;
}

.account a.button, 
.account a.button:hover {
	color: #fff;
}

.wishlist {
	background-color: #fff;
	margin: 0 0 4px;
	padding: 20px;
}

.wishlist .dbl {
	table-layout: auto;
}

.wishlist .dblc:first-child {
	vertical-align: top;
	width: 100%;
}

.wishlist .dblc:nth-child(2) {
	vertical-align: middle;
	white-space: nowrap;
}

.wishlist-title a {
	text-transform: none;
}

.wishlist .wishlist-title a:hover {
	color: #6cbd45;
	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: #6cbd45;
	font-weight: 700;
}

.wishlist-del:hover,
.wishlist-prod-del-button span:hover {
	color: #019cc2;
}

.wishlist-del {
	padding-left: 10px;
}

.wishlist-prod-del-button span {
	float: right;
}

.wishlist-items {
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.4;
}

.wishlist-top {
	width: 100%;
	table-layout: auto;
	margin-bottom: 40px;
}

.wishlist-top .wishlist-top-left h1 {
	margin: 0; padding: 0;
	float: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wishlist-top-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: #2d2d2d;
}

.wishlist-edit,
.wishlist-return {
	display:inline-block;
	color:#6cbd45;
	font-size:11px;
	font-weight: 700;
	text-transform:uppercase;
	cursor:pointer;
	margin-left:10px;
}

.wishlist-edit span:hover,
.wishlist-return a:hover {
	color: #6cbd45;
	text-decoration: underline;
}

.address-blocks--grid {
	margin: 0 -10px 0 0;
}

.wishlist-stock {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	color: #2d2d2d;
	padding-top: 8px;
	display: block;
}

.wishlist-stock img {
	width: 15px;
}

.cart_customfield {
	font-size: 12px;
	font-weight: 700;
	color: #666666;
}

.create-wishlist {
	float: right;
}

.wishlist-prod td {
	padding: 20px;
	background: #fff;
	border-bottom: 4px solid #2d2d2d;
}

.wishlist-prod .wishlist-prod-image {
	padding-right: 0;
	width: 100px;
}

.wishlist-prod-image a,
.wishlist-prod-image img {
	display: block;
}

.wishlist-prod-image img {
	border: 1px solid #eee;
}

.wishlist-prod a {
	font-weight: 600;
	font-size: 16px;
	color: #6cbd45;
}

.wishlist-prod a:hover {
	text-decoration: underline;
	color: #6cbd45;
}

.wishlist-prod-move-button {
	width: 1px;
}

.wishlist-prod-move-button span {
	cursor: pointer;
	color: #6cbd45;
}

.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: #6cbd45;
	margin: 4px 0;
	padding: 15px;
	cursor: pointer;
	line-height: 1.3;
	color: #fff;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.wishlist-choose:hover {
	background-color: #019cc2;
}

.wishlist-choose:first-child {
	margin-top: 0;
}

.wishlist-choose:last-child {
	margin-bottom: 0;
}

.wishlist-choose-title {
	font-size: 15px;
}

.wishlist-choose-desc {
	font-size: 12px;
	opacity: .5;
}



/*
|--------------------------------------------------------------------------
| Offer Overlay
|--------------------------------------------------------------------------
*/
.offer-overlay {
	position: fixed;
	top: 0;right: 0;bottom: 0;left: 0;
	z-index: 999;
}

.offer-overlay--bg {
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.offer-overlay--block {
	position: absolute;
	top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 620px;
	width: 95%;
	border: 10px solid #fff;
	border-radius: 2px;
	z-index: 1;
}

.offer-overlay--upper {
	background-color: #6cbd45;
	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: #6cbd45;
	color: #ffffff;
	padding: 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.order-history td {
	padding: 15px;
	color: #444;
}

.order-history tr:nth-child(even) {
	background-color: #e7e7e7;
}

.order-history .button {
	float: right;
}



/*
|--------------------------------------------------------------------------
| Account > Order Info
|--------------------------------------------------------------------------
*/
.order-address {
	margin: 0 0 30px;
	overflow: hidden;
}

.oa-del,
.oa-bil {
	width: 50%;
	float: left;
}

.oa-del {
	padding: 0 20px 0 0;
}

.order-sub {
	text-align: right;
}

.order-total {
	float: right;
}



/*
|--------------------------------------------------------------------------
| Account > Order Tracking
|--------------------------------------------------------------------------
*/
.tracked-order {
	width: 100%;
	max-width: 800px;
	margin: 30px 0;
}

.tracked-qty {
	width: 95px;
	text-align: center;
}

.tracked-date {
	text-align: right;
}

.track-again {
	margin: 30px auto 0;
}



/*
|--------------------------------------------------------------------------
| Sitemap
|--------------------------------------------------------------------------
*/
.sitemap-page {
	font-size: 11px;
}

.sitemap-left,
.sitemap-right {
	width: 50%;
	max-width: 450px;
	padding: 0 15px;
	float: left;
}

.sitemap-right {
	padding-right: 0;
}

.shop-sitemap .sitemap-cat {
	margin: 15px 0 0;
}

.shop-sitemap h2 {
	margin-top: 30px;
}



/*
|--------------------------------------------------------------------------
| Account v2
|--------------------------------------------------------------------------
*/
.account {}

.account-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
}

.account-subtitle {
	font-size: 18px;
	padding: 0 0 20px;
	color: #2d2d2d;
}

.quote-heading--download-container {
	height: 34px;
	line-height: 18px;
}

.quote-heading--download-container div {
	align-self: center;
	text-align: right;
	margin-right: 6px;
}

.quote-heading--download-container svg {
	width: 30px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
}

.quote-heading--download-container svg path {
	fill: #f30303;
}

.account-sidebar--mobile-title {
	display: none;
	position: relative;
	padding: 20px;
	font-size: 16px;
	color: #707070;
}

.account-sidebar--mobile-title svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transform-origin: center;
}

.account-sidebar--mobile-title svg path {
	fill: #707070;
}

.account-sidebar--mobile-title.open svg {
	transform: rotate(-180deg) translateY(4px);
}

.account-sidebar {
	width: 280px;
	background-color: #e9e9e9;
	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 a {
	font-size: 16px;
	color: #1c1e1e;
	border-bottom: 1px solid transparent;
}

.account-sidebar a:hover,
.account-sidebar .sel {
	color: #6cbd45;
	font-weight: 600;
}

.account-sidebar .sel {
	border-bottom: 1px solid #6cbd45;
}

.account-sidebar-btm {
	border-top: 1px solid #eee;
	padding: 18px 24px;
}

.account-sidebar-btm div {
	font-size: 14px;
	padding: 0 0 4px;
	color: #1c1e1e;
}

.account-sidebar-btm a {
	text-transform: uppercase;
	font-size: 11px;
}

.account-main {
	background-color: #e9e9e9;
	overflow: hidden;
	padding: 40px;
	color: #1c1e1e;
	line-height: 1.3;
}

.account-main h1 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #1c1e1e;
	padding: 0 0 20px;
	margin: 0;
	float: left;
}

.account-main-filter {
	float: right;
	height: 40px;
	color: #1c1e1e;
	padding: 0 20px;
	background-color: transparent;
	border: 1px solid #6cbd45;
}

.account-main .input input:focus ~ label {
	color: #1c1e1e;
}

.account-main .input input:focus {
	border-color: #e7e7e7 !important;
}

.account-panels {
	padding: 0 0 20px;
}

.account-panels--grid {
	margin: 0 -10px 0 0;
}

.account-panel {
	width: 33.3333333333%;
	float: left;
	padding: 0 10px 10px 0;
}

.account-panel--inner {
	display: block;
	border: 1px solid #eee;
	padding: 12px 15px;
	color: #1c1e1e;
}

.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: 2px solid #6cbd45;
	table-layout: auto;
	margin: 0 0 30px;
}

.account-table a {
	color: #707070;
}

.account-table a:hover {
	color: #1c1e1e;
}

.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: #1c1e1e;
	font-size: 12px;
	border-bottom: 2px solid #6cbd45;
}

.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: #1c1e1e;
	line-height: 15px;
	padding: 4px 0 0;
	font-size: 12px;
}

.account-invoices h1 {
	margin: 0;
}

.account-invoices .message-error {
	margin: 0;
}

.account-invoices-outstanding {
	padding-bottom: 10px;
}

.account-invoices-outstanding .account-table-invoices {
	margin: 15px 0;
}

.account-invoices-outstanding .pay-btn {
	margin-bottom: 10px;
}

.account-table-invoices .dblc:first-child {
	padding-right: 0;
	vertical-align: middle;
}

.account-table-invoices [type="checkbox"] {
	display: block;
}


.account-latest-orders {
	border: 2px solid #6cbd45;
	font-size: 11px;
	color: #6cbd45;
	text-align: center;
	padding: 12px;
	border-top: none;
}

.order-totals {
	border: 2px solid #6cbd45;
	padding: 15px 24px;
	text-align: right;
	font-size: 13px;
	color: #707070;
	text-transform: uppercase;
	margin: 0 0 30px;
	border-top: 0;
}

.order-totals .dbl {
	width: 140px;
	float: right;
}

.order-totals .dblc {
	padding: 5px 0;
}

.order-totals .dblc:first-child {
	text-align: left;
}

.order-totals .dblr:last-child {
	color: #1c1e1e;
	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: 2px solid #6cbd45;
	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 #eee;
}

.loyalty-table .dblc {
	padding: 12px 15px;
	font-size: 12px;
}

.loyalty-table .dblc:not(:last-child) {
	border-right: 1px solid #eee;
}

.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 #eee;
	border-radius: 30px;
	padding: 10px 15px;
	color: #1c1e1e;
	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 #eee;
	overflow: hidden;
	font-size: 13px;
    padding: 12px 15px;
	color: #707070;
}

.top-loyalty--text span {
	color: #1c1e1e;
}

.top-loyalty:before,
.loyalty:before {
	content: '';
	z-index: -1;
	width: 1px;
	position: absolute;
	left: 80px;
	top: 0; bottom: 0;
	background-color: #eee;
}

.top-loyalty .loyalty-point {
	font-size: 14px;
	color: #1c1e1e;
	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 #eee;
	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: #6cbd45;
	margin-bottom: 30px;
	color: #fff;
}

.account-login--block .input:first-child {
}

.account-login--block h3 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #fff;
}

.account-login--block p {
	font-size: 13px;
	margin-bottom: 20px;
}

.account-login--section {
	margin-bottom: 20px;
}

.account-login--block .form-note {
	padding: 8px 0;
	color: #fff;
}

.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%;
	max-width: 410px;
	float: right;
}

.quote-side .cart-segment {
	margin-bottom: 20px;
	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 {
    color: #ffffff;
    background: #000000;
}

.quote-side .cart-total {
	color: #fff;
}



/*
|--------------------------------------------------------------------------
| Account v2 > Overlays
|--------------------------------------------------------------------------
*/
.modal-account .modal--inner {
	max-width: 476px;
}

.account-modal {
	background-color: #e9e9e9;
	padding: 30px;
}

.account-modal .checkbox-label {
	color: #fff;
}

.account-modal .input {
	margin: 0 0 4px;
}

.account-modal--title {
	font-size: 21px;
	color: #6cbd45;
	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: #1c1e1e;
}

.address-block--title {
	font-size: 11px;
	color: #707070;
	padding: 0 0 4px;
}

.address-block--inner {
	border: 1px solid #eee;
	padding: 12px 15px;
}

.address-block__primary .address-block--inner {
	border-color: #1c1e1e;
}

.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 #eee;
	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: #1c1e1e;
	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: #6cbd45;
}

.mobile-cats--cats {
	display: none;
}

.mobile-cats--title.open {
	color: #6cbd45;
}

.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/create/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;
}



/*
|--------------------------------------------------------------------------
| Global > Header
|--------------------------------------------------------------------------
*/

.header__top {
	padding: 10px 60px;
	border-bottom: #e9e9e9 1px solid;
}

.img-cont--header-mobile svg,
.header__top svg {
	height: 17px;
	width: 17px;
	margin-right: 3px;
}
.header__basket svg {
    height: 19px;
    width: 19px;
    margin-top: -1px;
}

.search-form {
	margin-left: auto;
}

.search-form .input input{
	background-color: #f5f5f5;
}

.header__nav--top {
	position: relative;
	left: 4%;
}


.header__nav  {
	margin-left: auto;
	padding: 0 30px;
}

.header__nav-item--top {
	padding: 0 20px;
}

.header__nav-item--top:first-child {
	padding-left: 0;
}

.header__nav-item--top:last-child {
	padding-right: 0;
}

.header__nav-item--top:hover {
	color: #1c1e1e;
}

.header__login {
	margin-left: auto;
}

.header__login svg  {
	margin-right: 8px;
	transition: all 0.3s;
}

.header__login a:not(:last-child) {
	padding-right: 40px;
}

.header__login a:hover > svg {
	fill: #6cbd45;
}

.header__logo-container {
	width: 185px;
	position: relative;
	top: 5px;
}

.header__logo {
	width: 100%;
}

.header__main {
	padding: 0 60px;
	font-size: 16px;
}

.header__nav-item--main {
	padding: 40px 0;
	margin: 0 20px;
	position: relative;
}

.header__nav-item--main:first-child {
	margin-left: 0;
}

.header__nav-item--main:last-child {
	margin-right: 0;
}

.header__nav-item--main:hover {
	color:#7a7e7e;
}


/*
|--------------------------------------------------------------------------
| Global > Footer
|--------------------------------------------------------------------------
*/

footer {
	background-color: #040707;
}

.footer__nav-column:first-child {
	padding-right: 25px;
}

.footer__main {
	padding: 45px 0;
	font-size: 18px;
}

.footer__main .container > * {
	/* padding: 0 70px; */
}

.footer__main .container > *:first-child {
	padding-left: 0;
}

.footer__main .container > *:last-child {
	padding-right: 0;
}


.footer__contact {
	padding: 25px 0;
	border-top: #1d2323 1px solid;
	border-bottom: #1d2323 1px solid;
	line-height: 1.2;
}

.footer__nav-item {
	line-height: 2;
}

.footer__location {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	padding-left: 10px;
	line-height: 17px;
}

.img-cont--footer-location {
	width: 18px;
	height: 28px;
}

.img-cont--footer-location svg {
	fill: #fff;
}

.img-cont--footer-phone {
	width: 25px;
	height: 25px;
	fill: #fff;
}

.img-cont--footer-whatsapp {
	width: 25px;
	height: 25px;
}
.img-cont--footer-whatsapp > svg path {
    fill: #FFF;
}

.img-cont--footer-mail {
	width: 30px;
	height: 20px;
	fill: #fff;
}

.footer__contact-item {
	padding-left: 15px;
}

.footer__contact-item .whatsapp-note{
	color:#fff;
}

.footer__bottom {
	padding: 15px 0;
	font-size: 11px;
}

.img-cont--joma {
	width: 100px;
	height: 58px;;
}

.img-cont.img-cont--logo:not(:first-child) {
    margin-left: 5px;
    border-radius: 5px;
}

.footer-logos-container {
	margin-left: -5px;
	margin-bottom: -5px;
}
.img-cont.img-cont--footer-logo {
    background-color: #222;
    overflow: hidden;
    border-radius: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.img-cont.img-cont--footer-logo:not(:first-child) {
	
}

.footer-bottom-right {
	flex-direction: column-reverse;
	align-items: flex-end;
}
.footer-payment {
    margin-bottom: 5px;
}
.button--footer {
	font-size: 18px;
	display: none;
	padding: 10px 40px;
}

.img-cont--badge {
	width: 70px;
	height: 70px;
	margin-right: 20px;
}

.contact-bar__title {

	padding-bottom: 10px;
}

/*
|--------------------------------------------------------------------------
| Global > About Us
|--------------------------------------------------------------------------
*/

.page-heading__titles {
	padding: 50px 0;
}

.page-heading__title {
	font-size: 60px;
}

.page-heading__subtitle {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
}

.content--about {
	line-height: 1.5;
	font-size: 15px;
}

.panel:nth-child(odd) .text-image-sections__section  {
	background-color: #6cbd45;
}

.panel:nth-child(even) {
	background-color: #1c1e1e;
}

.panel:nth-child(even) .text-image-sections__section .container {
	flex-direction: row-reverse;
}


.panel:nth-child(odd) .img-cont--about {
	padding-right: 80px;
}

.panel:nth-child(even) .img-cont--about {
	padding-left: 80px;
}

.usp-text {
	color: #7a7e7e;
	font-size: 14px;
	font-weight: 400;
}

.text-image-sections__usp-grid {
	padding-top: 50px;
}

.img-cont--about {
	width: 560px;
}

.text-image-sections__section--usp-grid {
    overflow: hidden;
}

.usp-title {
	font-size: 16px;
}

.usp-grid-header {
	margin: 0;
}

.usp {
	position: relative;
}

.usp:not(:nth-child(3n)):after {
	content: "";
	width: 1px;
	position: absolute;
	right: 70px;
	top: 0;
	height: calc(100% - 60px);
	background: #e9e9e9;
}

.ovfl-fix {
	overflow: hidden;
}

/*
|--------------------------------------------------------------------------
| Global > Case Studies Category
|--------------------------------------------------------------------------
*/

.image-gallery {
	padding: 0 10px;
}

.case-study {
	position: relative;
}

.case-study::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background-color: rgba(0, 0, 0, 0.4);
}

.case-study__label,
.case-study__title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.case-study__title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	bottom: 40px;
	z-index: 5;
	width: 100%;
	line-height: 1.2;
}

.case-study__label {
	padding: 5px 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	bottom: 10px;
	z-index: 5;
}


/*
|--------------------------------------------------------------------------
| Global > Case Study
|--------------------------------------------------------------------------
*/

.content--case-study {
	font-size: 16px;
	line-height: 1.25;
}

/*
|--------------------------------------------------------------------------
| Global > Custom Garments
|--------------------------------------------------------------------------
*/

.img-cont--icon {
	width: 60px;
	height: 60px;
	border: 3px #fff solid;
	border-radius: 50%;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img-cont--slick-listing {
	border-color: #6cbd45;
	width: 45px !important;
	height: 45px !important;
	border: 2px #6cbd45 solid;
	margin: 0 !important;
	top: 40% !important;
}

.img-cont--slick-listing svg {
	width: 11px;
	height: 18px;
}

.img-cont--slick-listing.slick-disabled {
    opacity: .4;
    pointer-events: none;
}

.img-cont--icon svg {
	fill: #fff;
	width: 30px;
	height: 30px;
}

.img-cont--banner {
	background: no-repeat center center;
	background-size: cover;
}

.img-cont--banner img {
	visibility: hidden;
}

.usp--custom:not(:nth-child(3n)):after {
	background-color: #8ecb70;
}

.content--custom {
	padding-right: 90px;
}

.content--custom p {
	line-height: 1.5;
	font-size: 16px;
}

.content--custom {
	padding-bottom: 20px;
}

.button--custom {
	padding: 8px 30px;
	font-weight: 600;
	font-size: 14px;
}

.case-study-slider.slick-slider {
	padding-top: 70px;
}

.case-study-slider .slick-slide {
	height:292px;
	width: 450px;
	margin: 0;
	position: relative;
	top: 20px;
}


.case-study-slider .slick-slide:not(.slick-center):hover {
	cursor: pointer;
}


.case-study-slider .slick-slide::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
}


.case-study-slider .slick-slide img {
	height:292px;
	width: 450px;
	margin: 0;
 }

 .case-study-slider .slick-center {
	height:330px;
	position: relative;
	top: 0px;
}

.case-study-slider .slick-center::after {
	background-color: rgba(0, 0, 0, 0.3);
}

.case-study-slider .slick-center img {
	height: 330px;
	position: relative;
 }

.img-cont--slick {
	 height: 45px !important;
	 width: 45px !important;
	 position: absolute;
	 margin: 0 !important;
	 z-index: 10;
	 top: calc(50% - 20px);
	 /* transform: translateY(50% + 20px); */
 }

 .img-cont--slick:hover {
	 cursor: pointer;
 }

 .img-cont--slick svg {
	 width: 10px;
	 height: 20px;
 }

 .slick-next {
	right: calc(50% - 290px);
 }

 .slick-prev {
	 left: calc(50% - 290px);
 }

 .hidden {
	 display: none;
 }

 .case-study__title--slider {
	bottom: 40px;
}

 .case-study__label--slider {
	 bottom: 0px;
 }

 /*
|--------------------------------------------------------------------------
| Global > Blog
|--------------------------------------------------------------------------
*/


 /*
|--------------------------------------------------------------------------
| Global > Customer Services
|--------------------------------------------------------------------------
*/


.cust-serv__background {
	background-size: cover;
	padding-bottom: 100px;
	position: relative;
}

.cust-serv__background::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 5;
}

.cust-serv__background > * {
	z-index: 100;
	position: relative;
}

.cust-serv__cats {
	padding: 40px 30px;
}

.cust-serv__links {
	background-color: #fff;
}

.cust-serv__item {
	border: 1px #e9e9e9 solid;
	width: 100%;
	font-size: 24px;
	height: 100%;
}

.img-icon--cats {
	margin-right: 0 !important;
}

.cust-serv__item--outer {
	height: 220px;
}

.cust-serv__contact {
	padding: 20px 30px;
	background-color: #6cbd45;
}

.img-cont--cust {
	border: none;
	margin-right: 10px;
	height: 30px;
	width: 30px;
}

.cust-serv__contact {
	font-size: 16px;
}

.img-icon--cats {
	border-color: #040707;
	margin: 0;
	margin-bottom: 25px;
	transition: all 0.3s;
}

.img-icon--cats svg {
	fill: #000;
	transition: all 0.3s;
}

.cust-serv__item:hover .img-icon--cats {
	border-color: #6cbd45;
}


.cust-serv__item:hover svg {
	fill: #6cbd45;
}

.cust-serv__pagecontent h1 {
	margin: 0;
}

.button--white {
	padding: 5px 20px;
	border-radius: 50px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 600;
	color: #040707;
}

.button--white:hover {
	color: #040707;
	background-color: #c7e5b8;
}

.cust-serv__contact .flex:first-child {
	margin-right: 60px;
}

 /*
|--------------------------------------------------------------------------
| Global > Delivery
|--------------------------------------------------------------------------
*/

.category-nav {
	background-color: #040707;
}

.category-nav__title {
	position: relative;
	margin-right: 60px;
}

.category-nav__links--blog::before {
	background-color: #8ecb70;
}

.category-nav__link,
.category-nav__title {
	padding: 20px 0;
}

.category-nav__title--blog:hover,
.category-nav__link--blog:hover {
	color: #1c1e1e;
}

.category-nav__link {
	margin: 0 30px;
}

.category-nav__link.active {
	font-weight: 700;
	color: #6cbd45;
	border-bottom: 4px solid #6cbd45;
}

.category-nav__title--blog.active,
.category-nav__link--blog.active {
	font-weight: 700;
	color: #fff;
	border-bottom: 4px solid #fff;
}


.category-nav__link:first-child {
	margin-left: 0;
}

.category-nav__link:last-child {
	margin-right: 0;
}

.page-heading--delivery .page-heading__titles {
	padding: 50px;
	position: relative;
	z-index: 10;
}

.page-heading__titles h1,
.page-heading__titles h2 {
	margin: 0;
}

.heading__title--delivery {
	font-size: 48px;;
}

.heading__subtitle--delivery {
	text-transform: initial;
	font-size: 21px;
}

.page-heading--delivery {
	background-size: cover;
	position: relative;
}

.page-heading--delivery::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
}

.delivery__text-blocks {
	padding-top: 40px;
}

.text-block {
	padding: 30px;
}

.text-block:not(:last-child) {
	margin-bottom: 20px;
}

 /*
|--------------------------------------------------------------------------
| Global > Contact Page
|--------------------------------------------------------------------------
*/


.contact-form__container {
	padding: 20px;
	margin-left: 30px;
	width: 460px;
}

.button--contact {
	background-color: #1c1e1e;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 30px;
	margin-bottom: 7px;
}

.contact-section {
	padding: 40px;
}
.contact-sections {
	margin-right: -30px;
}
.contact-sections > * {
    margin: 0 30px 0 0;
}

.map-section {
	padding: 10px;
}

.help-map {
	position: relative;
	width: 100%;
	height: 100%;
    min-height: 480px;
}

.img-cont--contact {
	min-width: 30px;
    width: 30px;
	margin-right: 15px;
}

.img-cont--contact svg {
	fill: #1c1e1e;
}

.contact__emails {
	margin: 0 -20px -20px 0;
}
.contact__emails > * {
    padding: 0 20px 20px 0;
}
.contact__emails > * > a:first-child:not(:last-child) {
    padding-bottom: 15px;
}

.contact__emails--container  {
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}

.contact__phone {
	border-bottom: 1px solid #e9e9e9;
}

.contact__address {
	margin-right: 100px;
}

.contact__directions {
	padding: 10px 25px;
}

.contact_directions-label {
	padding: 20px 0;
	padding-right: 20px;
}

.img-cont--directions {
	background-color: #1c1e1e;
	height: 59px;
	width: 59px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.img-cont--directions svg {
	height: 20px;
	width: 20px;
	fill: #6cbd45;
}

.directions__input {
	padding: 10px;
}

.directions__input label {
	font-size: 12px;
}

.contact__arrow-down {
	width: 15px;
	height: 10px;
	position: absolute;
	right: 15px;
	bottom: 20px;
	transition: 0.3s all;
}


.overlay_popup_container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .2);
}
.overlay_popup {
	position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    transform: translate(-50%,-50%);
	width: 90%;
	max-width: 500px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.promo_popup {
    max-width: 400px;
    padding: 0;
}
.popup--close.popup--close-x {
    position: absolute;
    right: 0;
    top: -30px;
}
.popup--close.button--black:hover {
    background-color: #1b1b1b;
}
.promo_popup--inner {
    padding: 25px;
	background-color: #fff;
}
.promo_popup img, .promo_popup--inner {
	border-radius: 10px;
	overflow: hidden;
}
.promo_popup--inner:last-child:not(:nth-child(2)) {
	border-radius: 0 0 10px 10px;
}
.promo_popup--inner > span {
    font-size: 26px;
}
.promo_popup--inner > span:not(:last-child) {
	margin-bottom: 20px;
}
.promo_popup--inner > span p {
    line-height: 1.1;
}
.promo_popup img:not(:last-child) {
	border-radius: 10px 10px 0 0;
}
.promo_popup--inner > span.button {
    font-size: 14px;
    padding: 10px 25px!important;
}
.overlay--button-block:not(:first-child) {
	margin-top: -10px;
}
.clear-basket-btn:not(:last-child), .overlay--button-block > .button:first-child:not(:last-child) {
    /*margin-right: 10px!important;*/
}
.clear-basket_overlay .overlay_popup--inner > p {
    font-size: 16px;
}

.promo_popup .popup--close-x {
    top: 10px;
    right: 10px;
    background: #6cbd45;
    display: flex;
    padding: 10px;
    border-radius: 30px;
    overflow: hidden;
    transform: scale(0.7);
}

.promo-popup-toggle {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .4px;
    padding: 8px 25px;
    cursor: pointer;
    transition: ease-in-out .2s;
}
.promo-popup-toggle > span {
    color: #7CBE4F;
}
.promo-popup-toggle:hover {
	background-color: #0f0f0f;
}
.promo-popup-toggle-btn {
    padding: 5px 12px;
    font-size: 13px;
}
.promo-popup-toggle-btn:last-child {
    margin-left: 12px;
}

 /*
|--------------------------------------------------------------------------
| Global > FAQ
|--------------------------------------------------------------------------
*/


.dd-open .faq__arrow-down,
.select2-container--open + .contact__arrow-down {
	transform: rotate(180deg);
}

.faq__arrow-down {
	width: 15px;
	height: 10px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s all;
}


 /*
|--------------------------------------------------------------------------
| Global > Blog
|--------------------------------------------------------------------------
*/

.news-item-container--featured .img-cont--blog {
	width: 100%;
}

.news-item-container--featured .news_item_title {
	font-size: 30px;
	line-height: 1.1;
	padding-bottom: 10px;
}

.news-item-container--featured .blog-post__content {
	padding-left: 40px;
	padding-right: 0;
	width: 400px;
}

.news-item-container--featured {
	position: relative;
}

.post-label {
	padding: 15px 5px;
	writing-mode: vertical-rl;
	background-color: #040707;
	color: #6cbd45;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
}

.news-item-container:not(:last-child) {
	padding-bottom: 10px;
}

.news-item-container:last-child {
	padding-bottom: 30px;
}

.news-item-container.first-child {
	padding-top: 30px;
}

.img-cont--blog {
	width: 250px;
}

.news_item_title {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px;
	line-height: 1.2;
}

.news_item_date {
	padding-left: 15px;
	color: #7a7e7e;
}

.news_item_date--featured {
	padding-left: 0;
	padding-bottom: 10px;
}

.news_item_minicontent  {
	padding-bottom: 10px;
}

.news_item_minicontent p {
	line-height: 1.4;
}


.blog-post__content {
	padding: 25px 40px;
}

.news-item-container--featured .button--blog {
	font-size: 14px;
	font-weight: 600;
	background-color: #040707;
	padding: 8px 30px;
	color: #6cbd45;
}

.news-item-container--featured .button--blog:hover {
	color: #040707;
	background-color: #6cbd45;
}

.button--blog {
	font-size: 12px;
	font-weight: 600;
	background-color: #7a7e7e;
	padding: 3px 15px;
}

 /*
|--------------------------------------------------------------------------
| Global > Blog Article
|--------------------------------------------------------------------------
*/

.article-header,
.article-content {
	padding: 0 30px;
}

.img-cont--article {
	padding: 40px 0;
}

.related-articles {
	padding: 30px 0;
}

.article-content--title {
	margin-bottom: 0;
}

.social-share-icons {
	border-top: 1px #f1e8e9 solid;
}

 /*
|--------------------------------------------------------------------------
| Global > Home
|--------------------------------------------------------------------------
*/

.block-links {
	padding-bottom: 0;
}

.home-top-bar {
	/* background-color: #153b90; */
	background-color: #70bf47;
	padding: 7px 0;
}

.home-top-bar a:hover {
	color: #1e1e1e;
}

.img-cont--home-usp {
	max-width: 50px;
	padding-bottom: 10px;
}

.img-cont--homefind {
	padding: 20px;
	background-color: #fff;
}

.home-page-slider {
	padding: 0 !important;
}

.usp-title--home {
	margin-bottom: 0;
}

.img-cont--home-top-bar {
	width: 60px;
	height: 30px;
	margin-right: 15px;
}

.img-cont--home-top-bar svg {
	fill: #fff;
}

.home-banner {
	background-size: cover;
	position: relative;
	height: 600px;
	background-position: right;
}

.home-banner::after {
	visibility: hidden;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(4,7,7, .2);
	background: linear-gradient(90deg, rgba(4,7,7,.6) 0%, transparent 60%);
}

.block-link > img {
	visibility: hidden;
}

.block-link {
	background-size: contain;
	display: block;
	position: relative;
	background-color: #040707;
	height: 0;
	padding-bottom: 61.43%;
	overflow: hidden;
	background-repeat: no-repeat;
}

.block-links:hover .block-link {
	opacity: .85
}

.block-link:hover {
	opacity: 1!important;
}

.block-link__header {
	position: absolute;
	z-index: 2;
	top: 10%;
	width: 100%;
}

.block-link__titles {
	padding-left: 15px;
	line-height: 1.2;
}

.button--home-find:hover {
	background-color: #6cbd45 !important;
}

.home-find__section-title {
	line-height: 1;
	padding-bottom: 30px;
}

.home-find__image {
	height: 0;
	padding-top: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
}


.home-find section:first-child {
	border-top: 1px solid #fff;
}

.button--home-find {
	font-size: 14px;
	padding: 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
}

.home-about {
	padding-top: 0;
}


.home-welcome {
	padding-right: 50px;
}

.home-blog {
	padding-left: 50px;
}

.home-banner__content {
	color: #fff;
	padding: 0 60px;
	line-height: 1;
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 786px;
}

.img-cont--home-banner {
	height: 600px;
	visibility: hidden;
}

.home-banner__title {
	padding-top: 10px;
	line-height: 1;
}

.button--home-banner {
	background-color: #f36621;
	padding: 10px 20px;
	margin-top: 25px;
	align-self: flex-start;
}

.button--about-us {
	font-size: 16px;
	padding: 5px 20px;
	margin-top: 20px;
}

.news-item-container.homepage {
	padding: 20px;
	border: 1px #f1e8e9 solid;
}

.news-item-container.homepage .container {
	padding: 0;
}

.news-item-container.homepage .img-cont {
	width: 388px;
}

.news-item-container.homepage .blog-post__content {
	padding: 5px 20px;
}

.news-item-container.homepage .news_item_date,
.news-item-container.homepage .content {
	font-size: 12px;
}

.img-cont--post-label {
	padding: 0 10px;
	padding-top: 10px;
	border-top: 1px solid #8ecb70;
}

.img-cont--post-label svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.post-label--home {
	padding: 10px 0;
	background-color: #6cbd45;
	color: #fff;
	position: relative;
	justify-content: flex-end;
}

.post-label--home:hover {
	color: #fff;
}

.post-label--home__text {
	letter-spacing: 2px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.usp:not(:nth-child(3n)):after {
	right: 70px;
}

 /*
|--------------------------------------------------------------------------
| Global > Shop Category
|--------------------------------------------------------------------------
*/


.jumbotron--sub-sub.shop-cat__header {
	line-height: 1.5;
	margin-bottom: 0;
	padding: 10px 60px;
	background-color: #5a5a5a;
}

.jumbotron--sub-sub .shop-cat__header-inner {
	flex: 1;
}

.jumbotron--sub-sub.shop-cat__header h1 {
	margin-bottom: 0;
}

.shop-cat__sidebar {
	font-size: 15px;
	line-height: 2.3;
	width: 270px;
	background-color: #040707;
	color: #fff;
	padding-top: 40px;
	position: relative;
}

.shop-cat__sidebar--inner {
	padding: 0 25px;
	padding-bottom: 40px;
}

.sidebar__sub-cat .img-cont {
	display: none;
}

.shop-cat__header {
	display: flex;
	padding: 10px 60px;
	justify-content: space-between;
	align-items: center;
}

.shop-cat__header h1 {
	font-size: 42px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 10px;
}

.shop-cat__cat {
	border: 1px solid #e9e9e9;
	height: 100%;
}
.shop-cat__cat > a {
    display: flex;
    flex-direction: column;
}
.shop-cat__cat-title {
	background-color: #6cbd45;
    padding: 15px 10px;
    font-weight: 600;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    text-align: center;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-cat__cat-title:hover{
	background-color:#f36621;
}

.shop-cat__prods {
	padding: 40px;
}

.has-subcats.ddOpen .img-cont {
	transition: 0.3s all;
}
.has-subcats.ddOpen .img-cont {
	transform: rotate(180deg);
}

.shop-cat__main {
	background-color: #e9e9e9;
}

.cats-mbl-label {
	display: none;
	padding: 15px 25px;
	height: 60px;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	background: #6cbd45;
}

.cats-mbl-label .img-cont {
	width: 15px;
	margin-left: 15px;
	transition: all 0.3s;
}

.cats-mbl-label .img-cont svg{
	fill: #fff;
}

.shop-by-cat {
}

.sidebar__overflow {
	display: none;
}

.sidebar__view-more {
	cursor: pointer;
	position: absolute;
	bottom: -40px;
}

.sidebar__view-more {
	color: #7a7e7e;
	text-transform: uppercase;
	width: calc(270px - 50px);
}

.sidebar__view-more.ddOpen .img-cont {
	transform: rotate(180deg);
}

.sidebar__view-more .img-cont {
	width: 13px;
	height: 7px;
	transition: all 0.3s;
}

.sidebar__view-more .img-cont svg {
	fill: #7a7e7e;
}


 /*
|--------------------------------------------------------------------------
| Global > Responsive Dropdown Menu
|--------------------------------------------------------------------------
*/

.img-cont--dropdown-arrow {
	width: 15px;
	height: 15px;
	display: none;
	transition: 0.3s all;
}
.img-cont--dropdown-arrow svg {
	fill: #fff;
}
.cats-mbl-label.ddOpen .img-cont,
.ddOpen + .img-cont--dropdown-arrow {
	transform: rotate(180deg);
}

 /*
|--------------------------------------------------------------------------
| Global > Basket
|--------------------------------------------------------------------------
*/

.basket__body--outer {
	padding-bottom: 120px;
}

.basket__body--inner {
	background-color: #e9e9e9;
 }

.button--black {
	background-color: #000;
}
.button--black, .basket-btn-block > .button, .button--thin {
	padding: 5px 25px;
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 25px;
}

.button--black--14, .basket-btn-block > .button, .button--thin {
	font-size: 14px;
	margin: 0;
	margin-top: 10px;
}

.basket-items-options {
	gap: 0 5px;
    flex-direction: row;
}

.basket-items-options .basket-btn-block {
    display: flex;
    gap: 0 5px;
}

.voucher-form {
	position: relative;
	padding-top: 20px;
}

.voucher-form::before, #cart-offers--container::before {
	content: "";
	background-color: #fff;
	height: 1px;
	width: calc(100% + 60px);
	position: absolute;
	top: 0px;
	left: -30px;

}

.input--voucher {
	padding-top: 5px;
}

.button--voucher {
	position: initial !important;
	background-color: #000000;
	border-radius: 0;
	font-size: 12px;
	font-weight: 500;
	width: 70px;
}

.input--country {
	border: none !important;
	height: 60px;
	position: relative;
}

.select2-container--open .select2-basic--container {
	border: none !important;
	border-bottom: 2px solid #6cbd45 !important;
}

.input--postcode {
	display: flex;
	align-items: center;
	padding: 20px 10px !important;
	height: 60px;
	font-size: 16px;
}

#checkout, #quote_purchase {
	font-size: 17px;
	font-weight: 400;
}
.cart-segment--inner #emailQuoteBtn, .cart-segment--inner #emailQuoteBtn2 {
    padding: 8px;
    border-radius: 0;
    margin-top: 12px;
    font-weight: 400;
}
.input--country-container {
	position: relative;
}


.input--country-container .img-cont {
	width: 13px;
	height: 10px;
	position: absolute;
	top: calc(50% + 5px);
	right:10px;
	transition: all 0.3s;
	pointer-events: none;
}

.select2-container--open ~ .img-cont {
	transform: rotate(180deg);
}
.input--country-container .img-cont svg {
	fill: #040707;
}

.cart-side--delivery-options {
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

 /*
|--------------------------------------------------------------------------
| Global > Listing
|--------------------------------------------------------------------------
*/


.listing__details {
	background-color: #e9e9e9;
}

.listing-dropdown:last-child {
	border-bottom: 1px #fff solid;
}

.related__title:hover {
	cursor: initial !important;
}

.listing-image .img-cont {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.listing-image .img-cont svg {
	fill: #6cbd45;
}

.listing__click-to {
	padding-top: 50px;
	padding-bottom: 50px;
}

.listing__heading-section {
	padding: 40px 50px;
	border-left: 1px solid #e9e9e9;
	background: #fff;
}

.listing__heading-section h1 {
	margin: 0;
	font-size: 36px;
	line-height: 38px;
}

.listing__options {
	background-color: #6cbd45;
}

.listing-share-container {
	color: #040707;
	background-color: #fff;
	padding: 5px 10px;
	align-self: flex-end;
	border-radius: 20px;
	position: relative;
}

.listing-share .at-share-btn {
	padding: 0 !important;
	margin: 0 !important;
}

.listing-share-container:hover {
	cursor: pointer;
}

.listing-share {
	display: none;
	position: absolute;
	width: 200px;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	border: 1px solid #040707;
	padding-right: 20px;
}

.shop-cat .listing-share {
	width: 187px;
	padding-right: 10px;
}

.listing-share-container .img-cont {
	width: 10px;
	margin-left: 10px;
}

.listing-share .at-icon-wrapper {
	width: 33px !important;
}

.listing-share-container .img-cont svg {
	fill: #040707
}

.listing-dropdown {
	background-color: #e9e9e9;
	border-top: 1px #fff solid;

}

.listing-related-products .listing-dropdown__title {
	padding: 0;
	padding-bottom: 25px;
}

.listing-dropdown__title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 25px 60px;
}

h3.listing-dropdown__title {
	margin: 0;
	padding-bottom: 20px;
}

.listing-dropdown__title:hover {
	cursor: pointer;
}

.listing-dropdown__title svg {
	width: 20px;
	height: 15px;
	transition: all 0.3s;
}

.listing-dropdown__title.ddOpen svg {
	transform: rotate(180deg);
}

.listing-dropdown .product-grid--item {
	width: 33%;
}

.listing-dropdown .product-grid {
	padding: 0;
	margin: 0;
	margin-left: -10px;
}

.listing-dropdown__content {
	padding: 25px 60px;
	padding-top: 0;
	display: none;
}

.button--wishlist {
	background-color: #1d2323;
	border-radius: 50px;
	color: #fff;
	display: flex !important;
	padding: 10px 25px;
}

.img-cont--wishlist {
	height: 18px;
	width: 23px;
	margin-right: 10px;
}

.listing__additional-title {
	width: 50px;
	padding-right: 100px;
	line-height: 2.5;
}

.stock--listing {
	padding: 10px 12px;
	border: 1px solid #1d2323;
	margin-bottom: 10px;
}

.stock--listing .in-stock {
	color: #fff !important;
	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='%23fff' 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");
}


.listing__stock-basket .label-inline .select2-basic--container {
    height: auto;
	border: 2px transparent solid;
	font-size: 18px;
}

.listing__stock-basket .input-label {
	font-size: 15px;
	color: #7a7e7e;
}

.listing-content .select2-container::after {
	content: '';
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23231f20' viewBox='0 0 12.03 7'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M6.49,6.81l5.35-5.3a.65.65,0,0,0,0-.92L11.45.2a.66.66,0,0,0-.93,0L6,4.65,1.52.19a.66.66,0,0,0-.93,0L.19.58a.65.65,0,0,0,0,.92l5.36,5.3a.67.67,0,0,0,.93,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
	height: 12px;
    width: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: 0.3s all;
    pointer-events: none;
}

.listing-content .select2-container.select2-container--open::after {
	transform: rotate(180deg) translateY(-50%);
	margin-top: -12px;
}

.listing-content .input.label-flex .select2-container::after {
	right: 10px;
}

.listing-image--upper  {
	display: none;
	padding: 30px;
	border-top: 1px solid #e9e9e9;
}
.listing-image--upper .listing__expand {
	padding: 10px;
}

.listing__upload {
	background-color: #8ecb70;
	padding: 15px 10px;
	font-size: 15px;
	width: 100%;
}

.listing__upload-button .img-cont {
	width: 13px;
	height: 13px;
	margin-right: 10px;
}

.listing__upload-button:hover {
	background-color: #c7e5b8;
	color: #040707;
}

input[type="file"] {
    display: none;
}

.listing__upload-button {
	padding: 7px 0;
	font-size: 13px;
	background-color: #fff;
	border-radius: 50px;
	display: flex;
	color: #040707;
	font-weight: 400;
}

.add-files-buttons {
	justify-content: flex-end;
}

.add-files-buttons > label {
	width: 100%;
}

.options-file-upload__text {
	color: #fff;
	font-size: 15px;
}

.qmark-container:hover {
	cursor: pointer;
}

.qmark-container {
	width: 18px;
	height: 18px;
	background-color: #040707;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
}

.qmark-container:hover + .opt-desc-text {
	display: block;
}

.opt-desc--qmark {
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translateY(-50%);
}

.opt-desc-text {
	position: absolute;
	background-color: #040707;
	color: #fff;
	display: none;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
	z-index: 100;
	border-radius: 5px;
	font-size: 10px;
	width: 150px;
	text-align: center;
}

.opt-desc--qmark .img-cont {
	width: 5px;
	height: 10px;
}

.opt-desc--qmark svg {
	fill: #fff;
}

.video-modifier {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.video-modifier iframe {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.listing__expand {
	padding: 40px 0;
}

.listing__expand .img-cont {
	width: 25px;
	height: 25px;
}

.sort-by .img-cont {
	width: 14px;
	height: 7px;
	position: absolute;
	right: 10px;
	pointer-events: none;
}

.sort-by-container svg {
	width: 14px;
	height: 7px;
}

.select2-container--open + .img-cont {
	transition: all 0.3s;
}

.select2-container--open + .img-cont {
	transform: rotate(180deg);
}

.sort-by-container .sort-by-container {
	border: none;
	padding: 0;
}

.listing__image-section .container {
	position: relative;
}

.sale-logo--listing {
	width: 60px;
	height: 60px;
	font-size: 18px;
	top: 0px;
	left: 30px;
}

.sale-logo--listing:hover {
	color: #fff;
}

/*
|--------------------------------------------------------------------------
| Global > Bulk Order Listing
|--------------------------------------------------------------------------
*/
.listing-bulk .listing__image-section {
    width: 730px;
    padding-left: 0;
    padding-right: 0;
}
.listing-bulk .listing-images--main {
    position: relative;
}
.listing-bulk .listing-image {
    position: sticky;
    top: 0;
}
.listing-bulk .listing-image-mag {
    position: absolute;
    height: 36px; width: 36px;
    bottom: 40px; right: 50px;
    z-index: 100;
}
.listing-bulk .listing-image-mag svg {
	fill: #6cbd45;
}
.listing-bulk .listing-images-slider-container {
	padding: 0 80px;
}
.listing-bulk .img-cont--slick-listing.slick-prev {
	left: -40px!important;
}
.listing-bulk .img-cont--slick-listing.slick-next {
	right: -40px!important;
}
.listing-bulk .img-cont--slick {
    height: 30px !important;
    width: 30px !important;
}
.listing-bulk .img-cont--slick svg {
    width: 7px;
    height: 14px;
}
.listing-bulk .listing-thumbnails--slider {
    padding: 0 35px;
}
.listing-bulk .listing-thumbnail {
	margin: 0 5px;
}

.listing-bulk .listing__details {
    flex: 1;
	border-left: 1px solid #E1E1E1;
}
.listing-bulk--overview {
    background-color: #040707;
    padding: 40px;
    color: #FFF;
}
.listing-bulk--heading {
    margin-bottom: 20px;
}
.listing-bulk--titles {
    flex: 1;
}
.img-cont--listing-logo + .listing-bulk--titles {
	margin-right: 20px;
}
.listing-bulk--titles > * {
	margin-bottom: 20px;
}
.listing-bulk--sizes > .content {
    line-height: 1.2;
}
.listing-bulk--titles h1 {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.4;
	color: #FFF;
}
.img-cont--listing-logo {
	order: 2;
}

.listing-bulk--sizes > *:not(:last-child) {
    margin-bottom: 10px;
}
.listing-bulk--sizes > a {
	font-weight: 500;
	letter-spacing: -0.01em;
	text-decoration: underline;
}

.listing-bulk--prices {
    font-size: 28px;
    font-weight: 600;
    color: #F36621;
    letter-spacing: -0.01em;
	line-height: 1.1;
	flex: 1;
}
.listing-bulk--prices > small {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
	line-height: 1;
}
.listing-bulk .stock--listing {
	margin: 0 0 0 28px;
}
.listing-bulk .stock--listing.green {
    border-color: #6CBD45;
}
.listing-bulk .stock--listing.red {
    border-color: #b12525;
}

.listing-bulk--options {
    padding: 40px;
    background-color: #FFFFFF;
    color: #1e1e1e;
	overflow: hidden;
}
.listing-bulk-options--top {
    margin: 0 -40px 0 0;
}
.listing-bulk-options--top > * {
    padding: 0 40px 20px 0;
}
.listing-bulk-options--check > .input {
	display: flex;
	align-items: center;
	margin: 0;
}
.listing-bulk-options--check > .input:not(:last-child) {
    margin-right: 32px;
}
.listing-bulk-options--check .checkbox {
    width: 24px;
    height: 24px;
	margin: 0;
}
.listing-bulk-options--check > .input.checked .checkbox {
	background-color: #6CBD45;
}

.listing-bulk-options--check > .input input[disabled] {
	background-color: #eee;
	border-color: #e1e1e1;
}

.listing-bulk--options .checkbox-label {
	color: #1e1e1e;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: -0.01em;
	padding-left: 10px;
}
.listing-bulk--options .checkbox:after {
	top: 0; right: 0; bottom: 0; left: 0;
	background: url('data:image/svg+xml,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.78796 9.81737L14.4609 2.26726C14.642 2.08909 14.8532 2 15.0946 2C15.336 2 15.5473 2.08909 15.7284 2.26726C15.9095 2.44543 16 2.65717 16 2.90245C16 3.14773 15.9095 3.35917 15.7284 3.53675L7.42171 11.7327C7.24064 11.9109 7.02939 12 6.78796 12C6.54652 12 6.33528 11.9109 6.1542 11.7327L2.26116 7.902C2.08009 7.72383 1.99317 7.5124 2.00042 7.26771C2.00766 7.02301 2.10212 6.81129 2.2838 6.63252C2.46547 6.45375 2.68064 6.36466 2.92932 6.36526C3.17799 6.36585 3.39286 6.45494 3.57393 6.63252L6.78796 9.81737Z" fill="white"/></svg>') no-repeat center transparent;
	background-size: contain;
}
.listing-bulk--options .input input[type="text"],
.listing-bulk--options .input input[type="email"],
.listing-bulk--options .input input[type="search"],
.listing-bulk--options .input input[type="tel"],
.listing-bulk--options .input input[type="number"],
.listing-bulk--options .input input[type="password"],
.listing-bulk--options .input textarea, 
.listing-bulk--options .input select {
	padding: 8px 12px;
}

.listing-bulk--options--inner .input .select2-container--default .select2-selection--single {
	border: none!important;
}
.listing-bulk--options .input .select2-basic--container.select2-selection--single .select2-selection__rendered {
    padding: 8px 32px 8px 8px;
}

.listing-bulk--option:not(:last-child) {
    margin-bottom: 10px;
}
.listing-bulk--option--main {
    display: flex;
    align-items: center;
    background-color: #040707;
    color: #FFF;
    padding: 10px 20px;
}
.listing-bulk--option .option-name {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.listing-bulk--option--main > *:not(:last-child) {
	margin-right: 40px;
}
.listing-bulk--option .option-qty > .input {
    display: flex;
    align-items: center;
}
.listing-bulk--option .option-qty > .input label {
	margin-right: 10px;
	letter-spacing: -0.01em;
}
.listing-bulk--option .option-qty > .input .select2-basic--container {
	border: 1px solid #E1E1E1!important;
}
.listing-bulk--option .option-qty > .input .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 8px 40px 8px 12px;
	font-size: 13px;
    font-weight: 500;
}
.listing-bulk--option .option-qty .select2-container::after {
	content: '';
	background: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.39401 5.84314L9.84123 1.30028C9.8915 1.24853 9.93138 1.18707 9.95859 1.11942C9.9858 1.05176 9.9998 0.979236 9.9998 0.905994C9.9998 0.832751 9.9858 0.760227 9.95859 0.692571C9.93138 0.624915 9.8915 0.563455 9.84123 0.511708L9.51704 0.177422C9.41427 0.0722137 9.27532 0.013172 9.13051 0.013172C8.98569 0.013172 8.84674 0.0722137 8.74397 0.177422L4.9867 3.99171L1.26268 0.168851C1.1599 0.0636422 1.02096 0.00460052 0.876142 0.00460052C0.731324 0.00460052 0.59238 0.0636422 0.489609 0.168851L0.157107 0.503136C0.106839 0.554884 0.0669594 0.616344 0.0397499 0.684C0.0125405 0.751655 -0.00146484 0.824179 -0.00146484 0.897422C-0.00146484 0.970665 0.0125405 1.04319 0.0397499 1.11084C0.0669594 1.1785 0.106839 1.23996 0.157107 1.29171L4.61264 5.83457C4.71643 5.93774 4.85499 5.9954 4.99917 5.9954C5.14334 5.9954 5.2819 5.93774 5.3857 5.83457L5.39401 5.84314Z" fill="%23040707"/></svg>') no-repeat center / contain;
    height: 6px; width: 10px;
	right: 12px;
}
.listing-bulk--option .option-price {
	text-align: right;
	font-size: 16px;
	font-weight: 600;
	color: #F36621;
}

.listing-bulk--sub-options {
    display: none;
}
.listing-bulk--sub-options > div:nth-child(odd) {
	background-color: #F5F5F5;
}
.listing-bulk--sub-options > div:nth-child(even) {
	background-color: #E1E1E1;
}
.listing-bulk--sub-options > div {
    display: flex;
    flex-wrap: wrap;
}
.listing-bulk--sub-option {
	padding: 10px 20px 0 20px;
}
.listing-bulk--sub-option > * {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.listing-bulk--sub-option > *:not(:last-child) {
	margin-right: 28px;
}
.listing-bulk--sub-option .input {
    margin-bottom: 10px;
    flex: 1 0 auto;
    max-width: max-content;
}
.listing-bulk--sub-option .input label {
    min-width: max-content;
	width: 100%;
    margin: 0 10px 0 0;
    letter-spacing: -0.01em;
}
.listing-bulk--sub-option--remove {
	min-width: max-content;
	display: flex;
	align-items: center;
	cursor: pointer;
	-webkit-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
}
.listing-bulk--sub-option--remove:hover {
	opacity: 0.8;
}
.listing-bulk--sub-option--remove > svg {
    margin: -1px 8px 0 0;
}

.listing-bulk--sub-option input.input-sm {
    width: 150px;
}
.listing-bulk--sub-option input.input-lg {
    width: 320px;
}

.listing-bulk--results {
    background-color: #040707;
    padding: 40px 40px 28px;
    color: #FFF;
	flex-wrap: wrap;
}
.listing-bulk--results > * {
	margin-bottom: 12px;
}
.listing-bulk--results > *:not(:last-child) {
	margin-right: 24px;
}
.listing-bulk--results--subtotal {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.01em;
	min-width: max-content;
}
.listing-bulk--results > a {
    text-decoration: underline;
    font-weight: 500;
    letter-spacing: -0.01em;
}
.button--bulk-basket {
    padding: 6px 16px;
}

 /*
|--------------------------------------------------------------------------
| Global > Success/Failure
|--------------------------------------------------------------------------
*/

.jumbotron--success {
	height: 180px;
	background-color: #6cbd45;
}

.jumbotron--failure {
	height: 180px;
}

/*
|--------------------------------------------------------------------------
| Checkout > Delivery Address
|--------------------------------------------------------------------------
*/

.checkout .checkbox-label {
	color: #666666;
}

.checkout-segment .input:not(.input--checkbox) {
	border: 1px solid #e9e9e9;
}

.checkout-segment .input .select2-basic--container {
	border: none !important;
}

.checkout-segment--details input {
	padding: 15px 10px!important;
}

.checkout .input--voucher {
	padding-top: 0px;
}

.checkout .button--voucher {
	padding: 0 20px;
	width: initial;
	font-size: 13px;
}

.checkout .input input {
	border: 1px solid #e9e9e9;
	color: #666666 !important;
	font-weight: 500 !important;
}

.checkout-segment--delivery input {
	padding: 25px 10px 5px 10px !important;
}

.checkout .cart-overview--item {
	border-bottom: 1px solid #fff;
}

.checkout .voucher_add {
	height: 55px;
}

.checkout .input textarea ~ .input-label {
	border: none;
}

.button.button--voucher.button--voucher-alt {
	background-color: #6cbd45;
	color: #fff !important;
}

.cart-paypal-express{
	text-align:center;
	margin-top:20px;
}

/*
|--------------------------------------------------------------------------
| Listing Upsell
|--------------------------------------------------------------------------
*/

.listing-upsell-container {
	padding: 20px 60px;
}

.listing-upsell-container * {
	padding: 0px;
	margin: 0px;
}
.listing-upsell-container .sale-logo,
.listing-upsell-container .more-details,
.listing-upsell-container .product-overlay {
	display: none;
}

.listing-upsell-container .listing-upsell-info {
	flex: 1;
	width: 80%;
	height: 100%;
	padding: 20px;
}

.listing-upsell-container .product-inner--image {
	width: 100px;
	margin: 10px 0;
	border: none;
}

.listing-upsell-container .product-inner--image img {
	width: 100%;
	height: initial;
	border: none;
}

.listing-upsell-container .product-inner-row {
	width: 100%;
}

.upsell-title {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 0;
	background-color: #90202c;
	text-align: center;
	margin: 0;
}

.listing-upsell-container .product-grid--item {
	width: 100%;
	border: 1px solid #90202c;
}

.listing-upsell-container .product-inner--title {
	font-size: 16px;
}


.listing-upsell-container .product-inner {
	display: flex;
	flex-direction: row;
	flex: 1;
	height: 100%;
	flex-wrap: wrap;
	align-items: center;
}

.product-inner--info {
	flex: 1;
}

.product-inner {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.product-grid--item-inner {
	display: flex;
}

/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/

.shop-cat__header-inner {
	padding: 30px 0;
	padding-right: 30px;

}

.shop-cat__header-inner {
	position: relative;
}
.shop-cat__header-inner .content.extended,
.extended {
	height: initial;
	max-height: 100%;
}

.extended + .jumbotron-text-button .img-cont {
	transform: rotate(180deg);
}

.home-banner--mobile {
	display: none;
	background-position: center;
}

.home-banner--mobile::after {
	display: none !important;
}

.home-banner__content--mobile {
	align-self: flex-start;
	position: relative;
	top: 30px;
	margin: 0 auto;
}

.home-banner__content--mobile .home-banner__subtitle {
	font-size: 16px;
	font-weight: 400;
}

.jumbotron-text-button  {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	color: #040707;
	padding: 5px 10px;
	font-size: 12px;
	display: none;
	margin-top: 20px;
}

.jumbotron-text-button:hover {
	background-color: #6cbd45;
}

.jumbotron-text-button:hover .img-cont svg {
	fill: #fff;
}

.jumbotron-text-button .img-cont {
	width: 13px;
	height: 7px;
	margin-left: 5px;

}

.jumbotron-text-button .img-cont svg {
	transition: .3s all;
}

.shop-cat__header-inner .content {
	max-height: 60px;
	overflow: hidden;
	max-width: 800px;
}

.img-cont--listing-logo {
	padding: 10px;
	border-radius: 5px;
	align-self: flex-start;
}

.listing__heading-section > :first-child {
	padding-bottom: 20px;
}


.listing__heading-section > :last-child {
	align-items: flex-end;
	line-height: 1;
}

.listing_options-section {
	padding: 30px 60px;
}

.header__dropdown-column .header__cat-icon--shopby {

	font-size: 15px;
	line-height: 2.4;
}

.dropdown__image {
	padding-right: 25px;
}

.dropdown__image--shopby {
	padding-right: 15px;
}

.addthis_inline_share_toolbox svg {
	fill: inherit !important;
}

.mobile-menu-item--featured {
	color: #153b90;
}

.mobile-menu-item .img-cont {
	height: 16px;
	width: 10px;
}

.svg-green {
	fill: #6cbd45;
}


.sidebar__subsub-cats {
	position: relative;
}

.shopbychild--active {
	display: block !important;
	position: absolute;
	top: -35px;
}

.header---white {
	border-top: 1px solid #e9e9e9;
}
.options-file-upload__inner {
	margin-bottom: 4px;
}

.not-shopby--overflow {
	position: unset;
}

.case-study_labels-section {
	display: none;
}

.slick-center .case-study_labels-section {
	display: block;
}

.listing-image .slick-next {
	right: -5px;
}

.listing-image .slick-prev {
	left: 0px;
}
.listing__add-to-basket .select2-basic--container {
	border: none !important;

}
.cart-item-title a {
	line-height: 1.2;
}

.header__logo-container--checkout {
	width: 325px;
}

.checkout-header .img-cont {
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.image-gallery .case-study__title {
	bottom: 60px;
}

.order-line-file--upload-remove {
	color: #fff;
	background-color: #040707;
	padding: 5px 10px;
	border-radius: 50px;
	margin: 0 4px;
}

.mobile-slider {
	display: none;
}

.mobile-slide {
	background-position: center;
}

.slick-prev--home-slider {
	left: 5px !important;
	width: 35px !important;
	height: 35px !important;
}

.slick-next--home-slider {
	right: 5px !important;
	width: 35px !important;
	height: 35px !important;
}

.slick-prev--home-slider svg {
	width:10px !important;
	transform: translateX(-15%);
}

.slick-next--home-slider svg {
	width:10px !important;
	transform: translateX(15%);
}


.school-order {
    padding-bottom: 60px;
}

.schools-sm {
    width: 310px;
    margin-right: 40px;
}
.schools-sm > span {
	font-size: 15px;
	transition: ease-in-out .2s;
	color: #040707;
	margin-bottom: 15px;
	cursor: pointer;
}
.schools-sm > span:hover {
	color: #6cbd45;
}

.school-lg__block {
	background-color: #f5f5f5;
	border: 1px solid #e9e9e9;
}
.school-lg__block .school-badge {
	border-right: 1px solid #e9e9e9;
	background-color: #fff;
}
.school-lg__block > div:not(.school-badge) {
    padding: 15px 36px;
}
.school-lg__block > div > span {
	color: #1c1e1e;
	font-size: 21px;
	font-weight: 600;
}
.school-lg__block > div a {
	background-color: #6cbd45;
	transition: ease-in-out .2s;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	min-height: 25px;
	padding: 4px 15px 3px;
	margin-top: 5px;
}
.school-lg__block > div a img {
	margin-right: 5px;
}


.size-charts {
    padding: 40px 0;
}
.size-charts__tabs > span {
    flex: 1;
    text-align: center;
    font-size: 18px;
    padding: 18px;
    border: 1px solid #fff;
}
.size-charts__tabs > span:not(.sel) {
    cursor: pointer;
}
.size-charts__tabs > span.sel {
	background-color: #fff;
}
.size-charts__tabs > span:not(:last-child) {
    border-right: 0;
}

.size-charts__item:not(.show) {
	display: none;
}
.size-charts__item > div.flex {
    background-color: #fff;
    padding: 40px;
}
.size-charts__item > div.flex:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
}
.size-charts__item > div.flex.sci-r {
	flex-direction: row-reverse;
}
.size-charts__content {
    flex: 1;
    padding: 0 55px 0 0;
}
.sci-r .size-charts__content {
	padding: 0 0 0 55px
}
h2.size-charts__title {
    color: #6cbd45;
    font-size: 24px;
    margin-bottom: 15px;
}
.size-charts__content table {
    width: 100%;
    text-align: center;
    border: 1px solid #e9e9e9;
}
.size-charts__content table tr:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}
.size-charts__content table th {
    padding: 9.25px;
    font-weight: 600;
}
.size-charts__content table td {
    padding: 5px 10px;
}
.size-charts__content table th:nth-child(even), .size-charts__content table td:nth-child(even) {
    background-color: #f5f5f5;
}

.chart-info {
    margin-top: 15px;
}
.chart-info > div {
    position: relative;
    padding: 8px 0 8px 40px;
}
.chart-info__apbt {
    position: absolute;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    color: #6cbd45;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    left: 0;
}
.chart-info__apbt > span {
    line-height: 0;
}
.chart-info__title {
    font-weight: 600;
}
.chart-info__desc {
    font-size: 11px;
    line-height: 1.2;
}

.pp-category-container {
	position: relative;  
	min-height: 1452px;
	background-image: url(/images/style/create/restricted-category-background-lg.jpg);
	background-size: cover; 
	background-position: top center;
}
.cat-password-overlay {
	position: absolute;
	left: 50%; 
	transform: translateX(-50%); 
	top: 60px;
	overflow: hidden;
	border-radius: 5px;
	background-color: #040707;
	width: 500px;
    max-width: 90%;
}
.cat-password-overlay-logo{
	padding:20px 0;
	background:#fff;
}
.cat-password-overlay form {
	padding: 35px 50px 40px;
}
.form-title {
    line-height: 1.2;
	font-size: 25px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.cat-password-overlay input {
	padding: 15px!important;
	margin-bottom:10px;
}
.cat-password-overlay .button svg {
	margin: 2px 6px -2px 0;
}
.form-error-msg {
	color: #ffffff;
	background-color: #b62f3f;
	padding: 10px 20px;
	margin-bottom: 10px;
	text-align: center;
}




/* new in store category functionality */


.full-height-container {
	min-height: 100vh;
	background: #fff;
}

.full-height-container.center-block {
	display: flex;
	justify-content: center;
	align-items: center;
}

.full-height-container > .container {
	padding: 0 40px;
}

.flex-33 {
	flex: 1 0 33.33333%;
}


.channel-blocks {
	margin: 0 -20px -20px 0;
}

.channel-blocks > * {
	padding: 0 20px 20px 0;
}

.channel-block--block {
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.channel-block--image img {
	display: block;
	width: 100%;
}

.instore-category .shop-cat__cat--container {
	width: 33.3333%;
}

.listing-sash {
    position: absolute;
    top: 0px;
    left: 30px;
    background-color: #b52226;
    padding: 8px 15px;
    z-index: 100;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.cat-listing-msg {
    color: #b52226;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.listing-sash.text-green {
	background-color: #6cbd45 !important;
	color: #fff !important;
}
.text-green {
	color: #6cbd45 !important;
}

.breadcrumb-sticky {
	position: sticky;
	top: 0;
	z-index: 1000;
}

.listing-content--sticky {
	position: sticky !important;
	top: 61px;
}

/* begin view options copy paste */

#listing-options-overlay.overlay {
	/* position: absolute; */
    background: none;
	overflow-y: auto;
}

#listing-options-overlay .overlay--backdrop {
	position: fixed;
	top: 0;right: 0;bottom: 0;left: 0;
    background-color: rgba(102, 102, 102, 0.85);
}

#listing-overlay .overlay--inner, #listing-options-overlay .overlay--inner {
    transform: translateX(-50%);
    width: 760px;
    max-width: 95%;
    padding: 0;
    top: 50px;
}
#listing-overlay .overlay--header {
    display: flex;
	background-color: transparent;
}
#listing-overlay .overlay--basket .overlay--header--text {
    flex-direction: row;
    align-items: center;
}
#listing-overlay .overlay--header--text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex-wrap: wrap;
}
.overlay--basket-header {
    display: flex;
    align-items: center;
    background-color: transparent;
    width: 100%;
    padding: 25px 35px;
	border-bottom: 1px solid #d9d9d9;
}
#listing-overlay .overlay-tick-icon {
    height: auto;
}
#listing-overlay .overlay-tick-icon svg {
	fill: #fff;
}
.overlay-tick-icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
#listing-overlay .overlay--basket-title {
	flex: 1;
	color: #6cbd45;
	font-size: 20px;
	font-weight: 400;
}
#listing-overlay .overlay--basket-title span {
	font-weight: 800;
}
.overlay--header-action {
    display: flex;
    margin: 10px 0 0 0;
    justify-content: space-between;
}
.overlay--header-action.center {
	justify-content: center;
}
.overlay--header-action > .button {
    width: calc(50% - 5px);
    text-transform: uppercase;
    padding: 12px 15px;
}
.overlay--header-action > .button.button-secondary {
    padding: 10px 15px;
}
.overlay--basket--error {
    background-color: #e71f25!important;
}
.overlay--basket--error > div {
    flex-direction: column!important;
    text-align: center;
    align-items: center!important;
    width: 100%;
    padding: 20px;
}
.overlay--basket--error .message-error {
    background-color: transparent;
	padding: 0;
	margin: 10px 0 0;
}
#listing-overlay .overlay--basket--error .overlay--basket-title {
	color: #fff!important;
}
.overlay--basket ~ .overlay--header-action {
    padding: 0 10px 10px 10px;
}

.overlay--header-upsells {
    width: 100%;
}

#listing-options-overlay .overlay-listing--main {
    padding: 25px;
}
#listing-options-overlay .listing-overview--top-inner h2, #listing-options-overlay .options_container_radio.grid--10 > .options_text {
    margin-bottom: 10px;
}
#listing-options-overlay .options_container_radio.grid--10 > .options_text {
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 13px;
}
#listing-options-overlay .listing-share {
	display: none
}
#listing-options-overlay .options_text.selection-message {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}
#listing-options-overlay .listing-price--outer {
    padding-top: 5px;
}
#listing-options-overlay .listing-overview--top-inner h1 {
    font-size: 26px;
    line-height: 1.2;
}
#listing-options-overlay .listing-buy {
    margin-top: 20px;
	width: 100%;
}
#listing-options-overlay .listing-deadline > svg {
    margin-right: 5px;
}
#listing-options-overlay .listing-deadline {
    margin: 15px 0;
	width: 100%;
	display: flex!important;
}
#listing-options-overlay .form-options {
    display: flex;
    flex-wrap: wrap;
}


.overlay-listing-image {
	width: 30%;
}

.listing-overview > form {
	flex: 1;
}

.form-options.overlay-listing-form {
	padding: 20px;
}

.overlay-listing-form > * {
	color: #fff;
}

.overlay-lising--title {
	font-size: 21px;
}

.overlay-listing-form .listing-price {
	color: #fff;
}

.listing-overview .label-none .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 13px 10px;	
}

.listing-overview {
	width: 100%;
}

.listing-overview .label-inline .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 6px 18px 8px 73px;
}

.floating-basket {
	position: fixed;
	bottom: 40px;right: 40px;
	z-index: 50;
	width: 70px;height: 70px;
	border-radius: 50%;
	background-color: #6cbd45;
}

.floating-basket svg {
	position: absolute;
	top: 50%;left: 50%;
	width: 50px;height: 50px;
	fill: #fff;
	transform: translate(-50%, -50%);
}

.floating-items {
	position: absolute;
	top: -10px;right: 0;
	border-radius: 50%;
	height: 25px;width: 25px;
	background-color: #fff;
	color: #1e1e1e;
	text-align: center;
	line-height: 23px;
	border: 2px solid #6cbd45;
}

.listing-instore-content .segment-40,
.listing-instore-content .segment-60 {
	width: 50%;
}

.cat-instore-display .product-inner-action {
	padding: 20px 15px;
}

.body-tablet {
	min-height: 100vh;
	background-color: #fff;
}

#listing-options-overlay .options_container_radio.grid--10 > .options_text {
	position: relative;
	top: 3px;
}

#listing-options-overlay .listing-option-disc {
	padding: 10px;
}

.overlay-tracking .overlay--inner {
    padding: 5px;
    width: 730px;
    max-width: 95%;
}
.overlay-tracking--main {
    background-color: #83BD58;
    padding: 30px;
    color: #FFF;
    font-weight: 600;
}
.overlay-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .02em;
	margin-bottom: 12px;
}
.overlay-tracking .input:not(.input-checkbox):not(:last-child) {
    margin-bottom: 12px;
}
.overlay-tracking .input:not(.input-checkbox) label, .overlay-tracking .input-fake-label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.overlay-tracking .input-fake-label {
    margin-bottom: 15px;
}
.overlay-tracking .input input[type="text"] {
    padding: 12px 10px;
}
.tracking-form--submit {
    margin-top: 20px;
}
.overlay-tracking--main .button {
    background-color: #1E1E1E;
    font-size: 16px;
    padding: 5px 25px;
}
.overlay-tracking--main .button:hover {
	background-color: #f36621;
}
.overlay-close--cross {
    display: flex;
    top: 25px;
    right: 25px;
}
.checkbox-list--checkbox {
    max-height: 175px;
    overflow-y: auto;
    padding: 12px 10px;
    background-color: #FFF;
    color: #1E1E1E;
}
.overlay-tracking .input-checkbox {
    display: flex;
    align-items: center;
}
.overlay-tracking .input-checkbox:not(:last-child) {
    margin-bottom: 10px;
}
.overlay-tracking .checkbox {
    border-color: #A3A3A3;
    border-radius: 0;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.checkbox-list--checkbox label {
    color: #1E1E1E;
    margin-bottom: -4px;
}

.order-tracking {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    max-width: 560px;
	padding: 60px 20px;
}
.order-tracking--top {
    text-align: center;
    margin-bottom: 45px;
}
.order-tracking--top > *:not(:last-child) {
    margin-bottom: 15px;
}
.order-tracking--top--line {
    font-size: 16px;
    font-weight: 700;
}
.order-tracking--steps {
    position: relative;
}
.order-tracking--steps::before {
	left: 10px;
	top: 20px;
}
.order-tracking--steps {
    position: relative;
    overflow: hidden;
}
.order-tracking--step {
	position: relative;
	padding-left: 65px;
}
.order-tracking--step:not(:last-child) {
    margin-bottom: 30px;
}
.order-tracking--step--title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}
.order-tracking--step--icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%); 
	background-color: #70BF47;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	z-index: 4;
}
.step--complete .order-tracking--step--icon {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path d="M17 1.5L6 12.5L1 7.5" stroke="white" style="stroke:white;stroke-opacity:1;" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.step--incomplete .order-tracking--step--icon {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M13 1L1 13" stroke="white" style="stroke:white;stroke-opacity:1;" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 1L13 13" stroke="white" style="stroke:white;stroke-opacity:1;" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-color: #D2D2D2;
}
.order-tracking--step::before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 18px;
    height: 300px;
    width: 5px;
    background-color: #70BF47;
    z-index: 2;
}
.order-tracking--step.step--incomplete::before {
	background-color: #D2D2D2;
	z-index: 1;
}
.order-tracking--step:first-child::after, .order-tracking--step:last-child::after { /*Ensures step line stops at top and bottom*/
	content: ''; 
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 50%;
	background-color: #FFF;
	z-index: 3;
}
.order-tracking--step:last-child:not(:first-child)::after {
	bottom: 0;
	top: unset;
}
.order-tracking--step:first-child:last-child::after {
	height: 100%;
}
.order-tracking--bottom {
    margin: 25px auto 0 65px;
    padding: 8px 12px;
    border: 1px solid #70BF47;
    display: block;
}
a.order-tracking--bottom {
	text-decoration: underline;
}

.tracking-form--section:not(:first-child) {
    margin-top: 24px;
}

/*.input-email-check:not(.active) .email-check__confirm {
	display: none;
}*/

.input-email-check:not(.error) .email-check__msg {
	display: none;
}
.email-check__msg {
    color: #b5121b;
    margin: -10px 0 0;
}
.input-email-check.success .email-check__confirm input {
	border-color: #6cbd45;
}
.success > .email-check__confirm::after {
    content: '';
    position: absolute;
	right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_151_2)"><path d="M19.5353 3.26877C18.9165 2.64915 17.9116 2.64954 17.292 3.26877L7.19574 13.3654L2.70838 8.87812C2.08875 8.25849 1.08435 8.25849 0.464721 8.87812C-0.154907 9.49774 -0.154907 10.5021 0.464721 11.1218L6.07367 16.7307C6.38329 17.0403 6.78928 17.1955 7.19531 17.1955C7.60134 17.1955 8.00772 17.0407 8.31733 16.7307L19.5353 5.51239C20.1549 4.8932 20.1549 3.88836 19.5353 3.26877Z" fill="%236CBD45"/></g><defs><clipPath id="clip0_151_2"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.content-container {
    padding: 60px 0;
}
.content-sidebar {
    width: 238px;
    padding: 20px;
	margin-right: 60px;
}
.content-sidebar h1, .content-sidebar h2, .content-sidebar h3, .content-sidebar h4 {
    color: #f36621;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 4px;
}
.content-sidebar h1 {
	font-size: 18px;
}
.content-sidebar h2 {
	font-size: 16px;
}
.content-sidebar h3 {
	font-size: 15px;
}
.content-sidebar h4 {
	font-size: 14px;
}
.content-sidebar h5, .content-sidebar h6 {
    color: #FFF;
    font-weight: 200;
}
.content-sidebar h5 {
    font-size: 12px;
}
.content-sidebar h6 {
    font-size: 11px;
}
.content-sidebar > p:not(:last-child) {
    margin-bottom: 24px;
}
.content-sidebar > *:last-child {
	margin-bottom: 0;
}
.progress-track--titles {
    margin-bottom: 32px;
}
.progress-track--titles > *:not(:last-child) {
    margin-bottom: 4px;
}
.progress-track--title {
    font-size: 32px;
    margin-bottom: 0;
}
.progress-track-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.progress-track-list > * {
    display: flex;
    flex-wrap: wrap;
}
.progress-track-list > *:not(:last-child) {
    margin-bottom: 12px;
}
.progress-track-list > * > *:not(:last-child) {
	padding-right: 24px;
}
.progress-track-list .school-completed {
    color: #6cbd45;
}
.school-in-progress {
    padding: 4px 8px;
    background-color: #6cbd45;
    color: #FFF;
    border-radius: 4px;
	font-weight: 500;
}