
/*
|--------------------------------------------------------------------------
| Global
|--------------------------------------------------------------------------
*/
body {
	background-color: #1e1e1e;
}

main {
	background:#fff;
}
strong {
	font-weight: 600;
}

.alt-title {
    font-weight: 400;
    text-transform: uppercase;
}
.alt-title strong {
	font-weight: 600;
}

.font-primary {
	font-family: 'Arial', sans-serif;
}

.font-secondary {
	font-family: 'Arial', sans-serif;
}

.font-tertiary {
	font-family: 'Arial', sans-serif;
}

.bg-primary {
	background-color: #897d3d;
}

.bg-secondary {
	background-color: #332e22;
}

.bg-tertiary {
	background-color: #cfc593;
}
.bg-grey, .bg-quaternary {
	background-color: #ede6d8;
}

.font-accent-primary,
.font-accent-primary.content,
.font-accent-primary.content p,
.font-accent-primary .content,
.font-accent-primary .content p {
	color: #897d3d;
}

.font-accent-secondary,
.font-accent-secondary.content,
.font-accent-secondary.content p,
.font-accent-secondary .content,
.font-accent-secondary .content p {
	color: #332e22;
}

.hidden-image img {
	display: block;
	width: 100%;
	visibility: hidden;
}

.border-rounded-lg {
	overflow: hidden;
	border-radius: 12px;
}


/*
|--------------------------------------------------------------------------
| Global > Typography
|--------------------------------------------------------------------------
*/
body, input, textarea {
	font-family: 'Rubik', 'Arial', sans-serif;
	font-size: 14px;
	color: #332e22;

}

h1, h2, h3, h4, h5, h6, .h1-style {
	margin: 0 0 10px 0;
	color: #332e22;
	font-weight: 600;
}

h1, .h1-style {
	font-size: 48px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

p, ul, ol {
	line-height: 20px;
	margin: 0 0 15px 0;
}

ul, ol {
	margin-left:20px;
}

li {
	margin:0 0 2px 0;
}



/*
|--------------------------------------------------------------------------
| Global > Links
|--------------------------------------------------------------------------
*/
a {
	color: #897d3d;
	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: #332e22;
}


/*
|--------------------------------------------------------------------------
| Global > Inputs
|--------------------------------------------------------------------------
*/
.input-grid {
	margin: 0 -15px 15px 0;
}

.input-grid .input {
	padding: 0;
	padding-right: 10px;
}

.input {
	position: relative;
    clear: both;
	margin: 0 0 6px 0;
}

.input-label {
	position: absolute;
	top: 9px;
	left: 15px;
	font-size: 12px;
	color: #332e22;
	pointer-events: none;
}

.input input[type="text"],
.input input[type="email"],
.input input[type="search"],
.input input[type="tel"],
.input input[type="password"],
.input input[type="number"],
.input textarea,
.input-file-dummy,
.input-text-dummy {
	width: 100%;
	padding: 23px 15px 8px 15px;
	color: #332e22;
	border: 1px solid #332e22;
	resize: none;
	border-radius: 5px;
	font-family: 'Rubik', 'Arial', sans-serif;
}
.input.bordered input[type="text"],
.input.bordered input[type="email"],
.input.bordered input[type="search"],
.input.bordered input[type="tel"],
.input.bordered input[type="password"],
.input.bordered input[type="number"],
.input.bordered textarea {
    border: 1px solid #e2e2e2;
}

.input-text-dummy {
	padding: 0;
    height: 48px;
    background: #fff;
}

.input select {
    width: 100%;
    border-radius: 5px;
    padding: 0 15px;
    height: 50px;
    font-size: 14px;
    text-transform: uppercase;
	font-family: 'Rubik', 'Arial', sans-serif;
}

#card-element {
	padding: 12px 8px;
	height: auto;
}

.input-borderless input[type="text"],
.input-borderless input[type="email"],
.input-borderless input[type="search"],
.input-borderless input[type="tel"],
.input-borderless input[type="number"],
.input-borderless input[type="password"],
.input-borderless textarea {
	border: 0;
	background-color: #fff;
}

.input-borderless select {
	border: 0;
}

.input textarea {
	min-height: 120px;
}

.input input[type="text"]:focus,
.input input[type="email"]:focus,
.input input[type="search"]:focus,
.input input[type="tel"]:focus,
.input input[type="number"]:focus,
.input input[type="password"]:focus,
.input textarea:focus,
.input .braintree-hosted-fields-focused,
.input .stripe-hosted-fields-focused,
.input input[type="text"]:focus.validate-border,
.input input[type="email"]:focus.validate-border,
.input input[type="search"]:focus.validate-border,
.input input[type="tel"]:focus.validate-border,
.input input[type="number"]:focus.validate-border,
.input input[type="password"]:focus.validate-border,
.input textarea:focus.validate-border {
	border-color: #897d3d!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: #897d3d;
}

.input .braintree-hosted-fields-invalid {
	border-color: #b62f3f!important;
}
.input .braintree-hosted-fields-invalid ~ label {
	color: #b62f3f;
}

.input .button {
	position: absolute;
	top: 4px;
	right: 14px;
	bottom: 4px;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.button.button-file-upload {
    top: 0;
    left: 0;
    right: unset!important;
    height: 50px;
    border-radius: 5px 0 0 5px;
    padding: 0 15px;
}

.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 {
	min-width:120px;
}

.textarea {
	position: relative;
}

.input textarea {
	padding-top: 30px;
}

/*.input-grid .input textarea ~ .input-label {
	right: 15px;
}*/

.input textarea ~ .input-label {
/*	position: relative;*/
	background-color: transparent!important;
	left: 0; right: 0; top: 0;
	padding: 9px 15px;
	margin-right: 15px;
	width: 100%;
	border: 0!important;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
}

.input textarea:focus ~ .input-label {
	border-color: #2ab6f7;
}

.input textarea.validate-border ~ .input-label {
	border-color: #b62f3f;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.input textarea.validate-border:focus {
	border-color: #b62f3f!important;
}

.required-fields {
	color: #897d3d;
}

.select2-basic--container {
	border: 1px solid #fff!important;
	border-radius: 5px;
}

.select2-container--open .select2-basic--container {
	border: 1px solid #897d3d!important;
	border-radius: 5px;
}

.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: 17px 15px 16px 15px;
    text-transform: uppercase;
}

.select2-basic--dropdown {
	border: 2px solid #897d3d!important;
	border-top: none!important;
}

.select2-dropdown--above {
	border-bottom: none!important;
	border-top: 1px solid #897d3d!important;
}

.select2-container--open ~ label {
	color: #897d3d;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: transparent;
    border: none;
	margin-left: -10px;
    height: 9px;
    width: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.84 12.22'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23897d3d' d='M20.51,1,19.83.34a1.16,1.16,0,0,0-1.62,0L10.43,8.07,2.63.33A1.16,1.16,0,0,0,1.82,0,1.14,1.14,0,0,0,1,.33L.33,1a1.13,1.13,0,0,0,0,1.6l9.29,9.25a1.17,1.17,0,0,0,.8.36h0a1.17,1.17,0,0,0,.8-.36l9.28-9.23a1.15,1.15,0,0,0,0-1.61Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat!important;
    background-position: center;
    background-size: contain;
}

.label-inline .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 10px 8px 10px 60px;
}

.label-inline .select2-basic--container {
	height:39px;
}


/* File upload input */

.no-js .input-file > input[type="file"] {
	display: block;
}

.input-file > input[type="file"] {
	display: none;
}


/* No labels */
.input.label-none input[type="text"],
.input.label-none input[type="email"],
.input.label-none input[type="search"],
.input.label-none input[type="tel"],
.input.label-none input[type="number"],
.input.label-none input[type="password"],
.input.label-none textarea,
.label-none .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 9px 8px;
}

/*Input Placeholders*/
::-webkit-input-placeholder { /* WebKit browsers */
	/* replace this with desired color */
	opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	/* replace this with desired color */
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    /* replace this with desired color */
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    /* replace this with desired color */
	opacity: 1;
}




/*
|--------------------------------------------------------------------------
| Global > Checkboxes
|--------------------------------------------------------------------------
*/
.checkbox {
	display: inline-block;
	position: relative;
	background-color: #fff;
	width: 18px;
	height: 18px;
	border: 2px solid #c0bfbf;
	border-radius: 2px;
	margin-bottom:-4px;
	cursor: pointer;
}

.checkbox:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(/images/style/knights/icon-tick-black.png) no-repeat 1px 2px #fff;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform 150ms ease;
	transition: transform 150ms ease;
}

.checked .checkbox:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: transform 300ms ease;
}

.checkbox-label {
	color: #2d2d2d;
	font-size: 13px;
	cursor: pointer;
	padding: 0 0 0 6px;
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.checkbox-label .form-note {
	display:initial;
}



/*
|--------------------------------------------------------------------------
| Global > Buttons
|--------------------------------------------------------------------------
*/
.button {
	display: inline-block;
	padding: 10px 20px 9px 20px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background-color: #897d3d;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	cursor: pointer;
	outline: none;
	text-align:center;
	border-radius: 5px;
}

.button:hover {
	background-color: #332e22;
	color: #fff;
}

.button-primary {
	background-color: #332e22;
}
.button-primary:hover {
	background-color: #897d3d;
}
.button-secondary {
	background-color: #666666;
}

.button-secondary:hover {
	background-color: #555555;
}

.button-dark {
	background-color: #332e22;
	color: #fff;
}
.button-dark:hover {
	background-color: #0d0d0d;
}

.button-light {
	background-color: #EDE6D8;
	color: #897E3D!important;
}
.button-light:hover {
	background-color: #ddd6c8;
}

.button-border {
	border: 1px solid #332e22;
	color: #fff;
	background-color: transparent;
}
.button-border:hover {
	background-color: #332e22;
}
.button-border-light {
	border-color: #e8e8e8;
	color: #897d3d;
}
.button-border-light:hover {
	background-color: #897d3d;
	border-color: #897d3d;
	color: #fff;
}

/* Button size modifiers */
.button-small {
    padding: 8px 15px 6px 15px;
	font-size: 12px;
}

.button-xsmall,
.button-xsmall-wide {
	padding: 8px 12px;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
}

.button-xsmall-wide {
	padding: 8px 20px;
}

.button-large {
	padding: 16px 40px 13px 40px;
	font-size: 18px;
}

.button-block {
	display: block;
	/* <buttons> need width: 100% to actually fill all the space */
    width: 100%;
}

.button-transparent {
	background-color: transparent!important;
}

/* 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;
	padding-top: 3px;
	text-transform: uppercase;
}

.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='%23897d3d' 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: #897d3d;
}

.out-of-stock {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill-rule='evenodd' fill='%23b32020' d='M15 1.96L13.03 0 7.49 5.57 1.96 0 0 1.96l5.58 5.55L0 13.14 1 14.16l.86.84L7.49 9.4 13.12 15l.85-.84L15 13.14 9.41 7.51l5.6-5.55z'/%3E%3C/svg%3E");
	color: #b32020;
	background-size: 15px 15px;
	padding: 0 0 0 20px;
}

.stock-pending {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill-rule='evenodd' fill='%23fcab3e' d='M5.52 10.38L2.33 7.1.58 8.91l4.2 4.3.77.8L17.42 1.82 15.63 0 5.53 10.38z'/%3E%3C/svg%3E");
	color: #fcab3e;
}



/*
|--------------------------------------------------------------------------
| Global > Jumbotron
|--------------------------------------------------------------------------
*/
.jumbotron {
	position: relative;
	height: 300px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background-color: #897d3d;
	padding: 14px 0;
	display: table;
	width: 100%;
}

.jumbotron-small {
	height: 184px;
}

.jumbotron--title {
	margin: 0;
	color: #fff;
	font-size: 80px;
}

.jumbotron--content {
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0 auto;
	max-width: 700px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

.jumbotron--content p {
	color: #fff;
}

.jumbotron--inner {
	padding: 0 30px;
	display: table-cell;
	vertical-align: middle;
}


/*
|--------------------------------------------------------------------------
| Vimeo Embed Styles
|--------------------------------------------------------------------------
*/
.vimeo-vid-container {
    display: flex;
	position: relative;
}
.vid-container, .vid-container__yt {
    display: flex;
    position: relative!important;
    justify-content: center;
    align-items: center;
}
.vid-container, .vid-container iframe, .vid-container__yt, .vid-container__yt iframe {
	position: relative!important;
	height: 100%;
	width: 100%;
	background-color: #ede6d8;
}
.vid-container__button {
    position: absolute;
    cursor: pointer;
    transition: ease-in-out .5s;
	z-index: 2;
}
.vid-container__button:hover {
	opacity: 0.8!important;
}
.vid-container__button:not(.show) {
	display: none;
}
.vid-container__button.show {
	display: block;
}
.vid-container__button.vid-container__pause.show {
	opacity: 0;
}
.vid-container:hover .vid-container__pause.show {
	opacity: 1;
}
.vid-container__placeholder {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	transition: ease-in-out 3s;
}
.vid-container__placeholder.hide {
	display: none;
}
.vid-container__volume {
    position: absolute;
    right: 30px;
    top: 20px;
	opacity: 0;
	pointer-events: none;
	transition: ease-in-out .5s;
}
.vid-container.playing:hover .vid-container__volume {
	opacity: 1;
	pointer-events: all;
}
.vid-container__volume > span.vid-vol-item {
	display: flex;
	align-items: center;
	justify-content: center;
    position: absolute;
	right: 0;
	top: 0;
    border-radius: 50%;
	background-color: #332e22;
	height: 40px;
	width: 40px;
	transition: ease-in-out .2s;
	z-index: 2;
	cursor: pointer;
}
.vid-container__volume > span.vid-vol-item::after {
	content: '';
	height: 25px;
	width: 25px;
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.vid-container__volume.volume-off .vid-volume-mute, .vid-container__volume.volume-on .vid-volume-on {
	opacity: 1;
}
.vid-container__volume > span.vid-vol-item:hover {
	opacity: 0.8;
}
.vid-container__volume.volume-on .vid-volume-on, .vid-container__volume.volume-off .vid-volume-mute {
	opacity: 0;
	pointer-events: none;
}
span.vid-volume-up, span.vid-volume-down {
	height: 35px;
	width: 35px;
	top: 2.5px;
}
span.vid-volume-up, span.vid-volume-down, span.vid-volume-on {
	background-color: #897d3d!important;
}
span.vid-volume-on, span.vid-volume-mute {
	z-index: 3;
}
.volume-on span.vid-volume-up {
	margin-right: 95px;
}
.volume-on span.vid-volume-down {
	margin-right: 50px;
}
.volume-on span.vid-volume-on, .volume-off span.vid-volume-off {
	z-index: 2;
}
span.vid-volume-up::after {
	background-image: url(/images/style/knights/icon-volume-up.png);
}
span.vid-volume-down::after {
	background-image: url(/images/style/knights/icon-volume-down.png);
}
span.vid-volume-on::after, span.vid-volume-mute::after {
	height: 28px;
	width: 28px;
}
span.vid-volume-on::after {
	background-image: url(/images/style/knights/icon-volume-unmute.png);
}
span.vid-volume-mute::after {
	background-image: url(/images/style/knights/icon-volume-mute.png);
}
.vimeo-vids .vid-container {
	border-radius: 12px;
	overflow: hidden;
}
.vimeo-vids iframe {
    height: 530px!important;
}

.volume-slide {
	position: absolute;
    right: 60px;
    top: 18px;
    margin: 0 auto;
    height: 5px;
    width: 110px;
    background-color: rgba(0,0,0,.5);
    z-index: 3;
    border: 0;
	transition: ease-in-out .5s;
	box-shadow: 1px 2px 8px rgba(0,0,0,0.30);
}
.vid-container__volume .volume-slide span.ui-slider-handle {
	position: absolute;
	margin-left: -8px;
	margin-top: -8px;
	cursor: pointer;
	outline: none;
    right: 0;
    top: 2px!important;
    border-radius: 50%;
    background-color: #897d3d;
    border: 0!important;
    height: 15px!important;
    width: 15px!important;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.40);
    z-index: 2;
}
.volume-slide .ui-slider-range-min {
	height: 5px;
	width: 300px;
	position: absolute;
	background: #fff;
	border: none;
	border-radius: 10px;
	outline: none;
}


.feature-yt {
    margin-bottom: 40px;
}
.feature-yt > *:not(:last-child) {
	margin-right: 30px;
}
.feature-yt--titles {
    background-color: #222;
    text-align: center;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	min-width: 500px;
    min-height: 250px;
	position: relative;
	overflow: hidden;
	flex: 1;
}
.feature-yt--titles > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	width: 100%;
    min-height: 100%;
    opacity: .2;
	transition: ease-in-out .2s;
	margin: 0!important;
}
.feature-yt--titles > * {
	position: relative;
}
.feature-yt--titles > *:not(:last-child) {
	margin-bottom: 8px;
}
.feature-yt--titles > svg {
    margin-top: -8px;
}
.feature-yt--vids {

}
.feature-yt--titles svg path {
    fill: #897d3d;
}
.feature-yt--title {
    font-size: 28px;
    font-weight: 600;
	color: #FFF;
}
.feature-yt--text {
	color: #897d3d;
	font-size: 18px;
	transition: ease-in-out .2s;
}
a.feature-yt--titles .feature-yt--text {
	text-decoration: underline;
}
a.feature-yt--titles:hover > img {
	opacity: .25;
}
a.feature-yt--titles:hover .feature-yt--text {
	color: #b5a860;
}

.feature-yt--vids {
    flex: 3;
}
.feature-yt--vid {
    height: 100%;
    width: 50%;
    border-radius: 10px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background-size: cover;
}
.feature-yt--vid:not(:last-child) {
	margin-right: 20px;
}
.feature-yt--vid::before {
	content: '';
	position: absolute;
	height: 80px;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	background-image: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="42"><g><g><path d="M490.24,113.92c-13.888-24.704-28.96-29.248-59.648-30.976C399.936,80.864,322.848,80,256.064,80c-66.912,0-144.032,0.864-174.656,2.912c-30.624,1.76-45.728,6.272-59.744,31.008C7.36,138.592,0,181.088,0,255.904C0,255.968,0,256,0,256c0,0.064,0,0.096,0,0.096v0.064c0,74.496,7.36,117.312,21.664,141.728c14.016,24.704,29.088,29.184,59.712,31.264C112.032,430.944,189.152,432,256.064,432c66.784,0,143.872-1.056,174.56-2.816c30.688-2.08,45.76-6.56,59.648-31.264C504.704,373.504,512,330.688,512,256.192c0,0,0-0.096,0-0.16c0,0,0-0.064,0-0.096C512,181.088,504.704,138.592,490.24,113.92z M192,352V160l160,96L192,352z" fill="%23332e22"></path></g></g></svg>');
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center;
	opacity: .95;
}
.feature-yt--vid > span {
	position: absolute;
    width: 100%;
    padding: 10px;
	background-color: rgba(51, 46, 34, .95);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.feature-yt--vid img {
    visibility: hidden;
    width: 100%;
}

#olay.yt-olay #olay_box {
    padding: 0;
}
#olay.yt-olay #olay_box_container {
	max-width: 1100px;
	position: fixed;
}
#olay.yt-olay #olay_close {
    position: absolute;
    bottom: 100%;
    z-index: 1;
    right: 10px;
    margin-bottom: 15px;
	background: url(/images/style/knights/cross-white.png);
	width: 24px;
    height: 23px;
	background-size: cover;
}
#olay.yt-olay #olay_content {
    display: flex;
    position: relative;
    padding-bottom: 56.25%;
	overflow: hidden;
	border-radius: 10px;
}
.yt-olay iframe {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}


.youtube-vids--container:not(:first-child) {
    margin-top: 20px;
}
.listing-yt-vid {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 12px;
}
.listing-yt-vid:not(:last-child) {
    margin-bottom: 20px;
}
.listing-yt-vid > * {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%; 
}

/*
|--------------------------------------------------------------------------
| Global > UI Elements
|--------------------------------------------------------------------------
*/
.spinner {
	position: absolute;
    top: 12px;
    right: 60px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #897d3d;
    width: 20px!important;
    height: 20px!important;
	-webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.spinner,
.spinner:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}



/*
|--------------------------------------------------------------------------
| Global > Messages
|--------------------------------------------------------------------------
*/
.message {
	position: relative;
	padding: 15px;
	margin: 0 0 10px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	background: #897d3d;
	border-radius: 6px;
}

.message a {
	color:#fff;
	text-decoration:underline;
}

.message-error {
	background: #9f3333;
}

.message-success {
	background: #897d3d;
}

.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: #897d3d;
	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: #897d3d 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: #897d3d;
    text-transform: uppercase;
}

.breadcrumb-trail a,
.breadcrumb-trail span {
	margin: 0 6px;
}

.breadcrumb-trail > :first-child {
	margin-left: 0;
}

.breadcrumb-trail a, .breadcrumb-trail a:hover {
	color: #897d3d;
}

.breadcrumb-trail span {
	display: none;
}

.mobile-breadcrumb-trail {
	display: none;
}



/*
|--------------------------------------------------------------------------
| Global > Countdown Timer
|--------------------------------------------------------------------------
*/
.countdown-timer--doughnut {
	position: relative;
	width: 60px;
	height: 60px;
	float: left;
	transition: transform 1s ease;
	margin: 0 0 0 10px;
}

.countdown-timer--doughnut-inner {
	content: '';
	position: absolute;
	left: 50%;top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	font-weight: 600;
	color: #1e1e1e;
}

.countdown-timer--doughnut strong,
.countdown-timer--doughnut strong span {
	font-size: 21px;
	top: 0;
}

.countdown-timer--doughnut strong {
	position: relative;
	top: 8px;
	display: block;
	color: #1e1e1e;
}

.countdown-timer--doughnut span {
	display: block;
	font-size: 11px;
	position: relative;
	top: 4px;
}

.countdown-timer--doughnut svg {
	width: 60px;
	height: 60px;
	-webkit-transform: rotate(-89.9deg);
	background: #dde2e5;
	border-radius: 50%;
}

.countdown-timer--doughnut circle {
	position: relative;
	fill: #897d3d;
	stroke: #dde2e5;
	stroke-width: 6px;
	stroke-dasharray: 38 100;
	transition: stroke-dasharray 1s ease;
}

.quote-side .ui-datepicker-inline {
	background-color: #fff;
}



/*
|--------------------------------------------------------------------------
| Template > Cookie Notification
|--------------------------------------------------------------------------
*/
.cookie_note_bkg {
	background: url(/images/style/knights/cookie_olay.png);
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 45px;
	color: #FFF;
	text-align: center;
	line-height: 45px;
	z-index: 10000
}



/*
|--------------------------------------------------------------------------
| Template > Header
|--------------------------------------------------------------------------
*/
header {
	background-color: #fff;
}

.mobile-menu--btn-cont,
.mobile-cart--btn-cont {
	display: none;
	position: absolute;
	top: 0; bottom: 0; left: 0;
	height: 90px;
	width: 90px;
}

.mobile-cart--btn-cont {
	width: auto;
	min-width: 90px;
	padding: 0 15px;
}

.mobile-menu--btn {
    width: 34px;
    margin: 32px auto;
}

.mobile-menu--btn div {
	margin: 0 0 7px;
	-webkit-transition: transform 300ms ease;
	transition: transform 300ms ease;
}

.mobile-menu--btn div span:first-child {
	border-radius: 2px 0 0 2px;
}

.mobile-menu--btn div span:last-child {
	border-radius: 0 2px 2px 0;
}

.mobile-menu--btn span {
	float: left;
	width: 50%;
	background-color: #897d3d;
	height: 4px;
	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: #897d3d;
}

.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(-7px); transform: translateY(-7px); }
.mobile-menu--btn.open div:nth-child(3) span:first-child { -webkit-transform: translateX(5px) rotateZ(-45deg); transform: translateX(5px) rotateZ(-45deg); }
.mobile-menu--btn.open div:nth-child(3) span:last-child { -webkit-transform: translateX(-5px) rotateZ(45deg); transform: translateX(-5px) rotateZ(45deg); }

.mobile-cart--btn-cont {
	left: auto;
	right: 0;
	border-left: 2px solid #e7e7e7;
	border-right: none;
	line-height: 90px;
}

.mobile-cart--btn-cont a {
	display: block;
	font-size: 33px;
	color: #897d3d;
	font-weight: 600;
}

span.search-form__toggle {
    position: absolute;
    top: 50%;
    left: 90px;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
	display: none;
}
span.search-form__toggle svg {
    height: 25px;
}

.mobile-menu .header-top__login {
    padding: 20px 35px;
    background-color: #ede6d8;
    display: flex;
    align-items: center;
}

.search-toggle__off {
	display: none;
	background-color: transparent;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    width: 15px;
    background-image: url(/images/style/basic/cross-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



/*
|--------------------------------------------------------------------------
| Template > Header > Top Bar
|--------------------------------------------------------------------------
*/
.header-top {
	position: relative;
	height: 30px;
	background-color: #332e22;
	line-height: 30px;
	z-index: 5;
}
.top-bar__menu > div:not(:last-child) {
    margin-right: 38px;
}
.top-bar__menu > div {
    position: relative;
    display: flex;
}
.top-bar__menu > div > a {
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.top-bar__menu > div > a:hover {
	color: #fff;
}

.top-bar__menu > div > a > svg {
    height: 8px;
    margin-left: 12px;
}
.top-bar__menu__dropdown {
    position: absolute;
    top: 100%;
    background-color: #897d3d;
    display: none;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    text-align: center;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
	margin-top: 5px;
}
.top-bar__menu__dropdown::before {
	content: '';
	position: absolute;
	height: 5px;
	width: 100%;
	bottom: 100%;
}
.top-bar__menu__dropdown a {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
.top-bar__menu__dropdown a:hover {
    background: rgba(0,0,0,0.10);
}
.top-bar__menu__dropdown a:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.top-bar__menu > div:hover > .top-bar__menu__dropdown {
	display: flex;
}
.header-top__login {
	text-transform: uppercase;
}
.header-top__login svg {
	margin-right: 7px;
	margin-top: -2px;
	fill: #897d3d;
	transition: fill .3s ease;
}

.header-top__login:hover svg {
	fill: #fff;
}

.header-top__login:hover a {
	color: #fff;
}



/*
|--------------------------------------------------------------------------
| Template > Header > Main
|--------------------------------------------------------------------------
*/
header {
	padding-bottom: 20px;
}
.header-main {
	position: relative;
	padding: 25px 0 26px;
}

a.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a.logo img {
	width: 282px;
}

.logo__svg {
	width: 260px;
	height: 59px;
}

form.search-form {
	position: relative;
    min-width: 430px;
}
.header-main .search-form .input {
	margin: 0 10px 0 0;
}
.header-main input.search-input {
    border: 0;
    background-color: #ede6d8;
    font-size: 16px;
    color: #897d3d;
    padding: 12px 15px!important;
    border-radius: 40px;
}
.header-main input.search-input::placeholder {
	color: #897d3d;
}
.header-main .search-form .input svg {
    fill: #897d3d;
}

.header-main input.search-input {
    background-color: #f6f2eb;
    color: #897d3d;
}
.header-main input.search-input::placeholder {
	color: #897d3d;
}
.header-main .search-form .input svg {
    fill: #897d3d;
}

a.header-main__basket {
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}
a.header-main__basket:hover {
    background-color: #f0eded;
}

.header-main__nav__item {
	position: relative;
}
.header-main__nav__item:not(:last-child) {
	margin-right: 20px;
}
.header-main__nav__item > span, .header-main__nav__item > a {
    font-size: 18px;
    color: #332e22;
    text-transform: uppercase;
	font-weight: 300;
	cursor: pointer;
}
.header-main__nav__item > span > strong, .header-main__nav__item > a > strong {
	font-weight: 600;
}
.header-main__nav__item > span svg, .header-main__nav__item > a svg, .header-main__nav__item > span img, .header-main__nav__item > a img {
    margin-left: 10px;
}

.header-main__nav__dropdown {
	display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    background-color: #897d3d;
    border-radius: 5px;
	margin-top: 10px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
    z-index: 10;
}
.header-main__nav__dropdown::before {
	content: '';
	position: absolute;
	height: 10px;
	width: 100%;
	bottom: 100%;
}
.header-main__nav__item:hover .header-main__nav__dropdown, .header-main__nav__item:hover .header-main__nav__dropdown {
    display: block;
}

.header-main__nav__dropdown a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
	width: 100%;
	transition: ease-in-out .2s;
}
.header-main__nav__dropdown a:hover {
	background-color: rgba(0,0,0,.1);
}
.header-main__nav__dropdown a:not(:last-child) {
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.header-main__basket > img {
    margin-right: 12px;
}

.header-usps {
    border-radius: 15px;
    overflow: hidden;
	position: relative;
}
.header-usps::before, .header-usps::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100px;
	z-index: 1;
}
/* no way to make work with customisable backgrounds
.header-usps::before {
	left: 0;
	background: rgb(237,230,216);
	background: linear-gradient(90deg, rgba(237,230,216,1) 15%, rgba(0,0,0,0) 100%);
}
.header-usps::after {
	right: 0;
	background: rgb(237,230,216);
	background: linear-gradient(270deg, rgba(237,230,216,1) 15%, rgba(0,0,0,0) 100%);
}*/
.ticker__viewport {
	color: #897d3d;
	overflow: hidden;
	padding: 20px 0;
}

.ticker__list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	font-size: 18px;
}

.ticker__item {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	padding-right: 40px;
	margin: 0 40px 0 0;
}
.ticker__item::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 30px;
	background-color: #fff;
}
.ticker__item strong {
	font-weight: 600;
}

/*
|--------------------------------------------------------------------------
| 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: 600;
}

a.search_item_title .inner_title {
	width: 500px;
}

a.search_cat_title {
	max-width: 100%;
}

a.search_cat_title .full_cat {
	color: #a0a0a0;
}

.search_section_left, .search_section_right {
	text-align: left;
	width: 50%;
	height: 100%;
}

.search_section_left .search_section, .search_section_right .search_section {
	padding: 15px 15px 20px;
}

.search_section_right {
	float: right;
}

.search_section_left .search_section {
	border-right: 2px solid #e7e7e7;
	height: 100%;
}

a.search_item_title {
    color: #897d3d!important;
}
.search_section strong {
    font-weight: 600;
    color: #332e22;
}

.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: 600;
}

a.search_item_title, a.search_suggestion_title {
	padding-left: 7px;
}

.search_section_title.search_suggestion_title {
	padding: 0;
    margin: 0;
    margin-top: -3px;
    margin-bottom: 8px;
}

a.search_cat_title, a.search_suggestion_title {
	width: 95%;
}

a.search_item_title span {
	color: #a0a0a0;
}

.search_dropdown .search_price {
	float: right;
    color: #666666;
	position: relative;
	font-weight: 600;
}

.search_dropdown .light {
	color: #a0a0a0;
}

.search_section_left.no_result .search_section {
	border-right: none;
}

.search_item_cont, .search_cat_cont, .search_suggestion_cont, .search_section_title {
	margin-top: 5px;
}

.search_section_title {
	padding-bottom: 4px;
}

.search_cat_cont {
	padding-left: 7px;
}

.mobile-search--input .spinner {
	right: 75px;
	height: 32px;
	width: 32px;
	top: 20px;
}

.mobile-search .search_dropdown, .search-inputs .spinner {
	display: none;
}

.original_search.no_prod {
	margin-bottom: 30px;
}

.changed_search, .original_search {
	padding-left: 50px;
}

.changed_search {
	margin-top: 15px;
}

a.dropdown_show_all {
	color: #fff;
	display: inline-block;
	background: #3479b1;
    box-shadow: 0 1px 1px #175e8e,0 2px 1px #175e8e;
    height: 24px;
	line-height: 24px;
	margin-top: 13px;
    padding: 0 15px;
}

.search_item_cont, .search_cat_cont {
	position: relative;
}

.search_section_left .last::after, .search_section_right .last::after {
    content: "";
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    display: block;
    position: absolute;
    bottom: 0;
}

a.search_item_title::before, .search_cat_title::before, .search_suggestion_title::before {
	content: "";
    height: 100%;
    width: 20px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    display: block;
    position: absolute;
    right: 0;
}



/*
|--------------------------------------------------------------------------
| Template > Footer
|--------------------------------------------------------------------------
*/
.footer-main {
	padding: 50px 0;
	background-color: #332e22;
}

.footer-main__menu a:hover {
	color: #fff;
}

.footer-links {
	width: 300px;
	margin-right: 150px;
}
.footer-links > a {
	display: flex;
    align-items: center;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 8px 20px;
    background-color: #897d3d;
	border: 1px solid #897d3d;
    color: #fff;
    font-size: 18px;
}
.footer-links > a strong {
	font-weight: 600;
}
.footer-links > a img {
	margin-left: 10px;
	margin-top: -1px;
}
.footer-links > a:hover {
	background-color: #332e22;
}
.footer-links > a:not(:last-of-type) {
	margin-bottom: 5px;
}

.footer-main__menu > div {
    flex: 1;
    max-width: 338px;
}
.footer-main__menu a {
	font-size: 18px;
	padding: 6px 0 5px;
}

.footer-main__contact {
    width: 300px;
	margin-top:7px;
}
.footer-main__contact > div:not(:last-child) {
	margin-bottom: 12px;
}
.footer-main__contact > div > span {
    font-size: 15px;
    color: #897d3d;
    text-transform: uppercase;
	margin-bottom:5px;
}
.footer-main__socials a:not(:last-child) {
    margin-right: 10px;
}
.footer-main__socials a svg {
    fill: #fff;
}
.footer-main__socials a:hover svg {
	fill: #897d3d;
}
.footer-main__contact > div > a {
	display: flex;
	font-size:16px;
	font-weight: 400;
	color: #fff;
}
.footer-main__contact > div > a.footer-contact__lg {
	font-weight: 600;
	font-size: 24px;
}

.footer-bottom {
	position: relative;
}
.footer-bottom__breaker {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 55px;
}

.footer-bottom__info > * {
    color: #fff;
    font-size: 11px;
	line-height: 1.6;
}

.footer-bottom__info > a:hover {
	color: #fff;
	opacity: 0.8;
}



/*
|--------------------------------------------------------------------------
| Template > Footer > Bottom
|--------------------------------------------------------------------------
*/
.footer-payment {
	float: right;
}

.footer-payment img {
	width: 260px;
	height: 23px;
}

.footer-payment img.footer-payment-klarna{
	width: 52px;
	margin-right: 8px;
}



/*
|--------------------------------------------------------------------------
| Template > Mobile Menu
|--------------------------------------------------------------------------
*/
@-webkit-keyframes mobileMenuOpen {
	from  {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	to {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
}

@keyframes mobileMenuOpen {
	from {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	to {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
}

@-webkit-keyframes mobileMenuClose {
	from  {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes mobileMenuClose {
	from  {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

.page-slide-container {
	overflow: hidden;
}

.page-slide {
	position: relative;
	/* transform: translate(0, 0);
	-webkit-transform: translate(0, 0); */
}

.mobile-menu {
	position: absolute;
	top: 0; left: -390px; bottom: 0;
	display: none;
	width: 390px;
	background: #ffffff;
    border-right: 1px solid #ede6d8;
	background-size: 515.5px 511.5px;
	z-index: 999;
}

.mobileMenuItemFade {
	-webkit-animation: mobileMenuItemFade 1s ease forwards; /* Safari 4+ */
	-moz-animation:    mobileMenuItemFade 1s ease forwards; /* Fx 5+ */
	-o-animation:      mobileMenuItemFade 1s ease forwards; /* Opera 12+ */
	animation:         mobileMenuItemFade 1s ease forwards; /* IE 10+, Fx 29+ */
}

.mobile-search {
	background-color: #1e1e1e;
}

.mobile-search--input {
	overflow: hidden;
}

.mobile-store {
	padding: 20px 0 0 20px;
	display: none;
}

.mobile-nav .mobile-store--link {
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #c0bfbf;
	padding: 6px 0;
	margin: 0 0 8px;
}

.mobile-store--link:last-child {
	color: #897d3d;
}

.mobile-store--link:nth-last-child(2) {
	color: #897d3d;
}

.mobile-store--cont > a {
	display: block;
	background: url(/images/style/knights/icon-mobile-dropdown-down.png) no-repeat right 8px;
}

.mobile-store--cont.open > a {
	display: block;
	background: url(/images/style/knights/icon-mobile-dropdown.png) no-repeat right 8px;
}

.mobile-store--cont.open .mobile-store {
	display: block;
}

.mobile-search--input {
	width: 100%;
	color: #c0bfbf;
	font-size: 21px;
	background: none;
	line-height: 55px;
	padding: 18px 30px 17px;
}

.onpage-search__input {
	width: 100%;
    font-size: 21px;
    background: none;
    line-height: 35px;
    padding: 10px 30px 10px;
}

.onpage-search__submit {
	height: 65px;
	width: 70px;
	border-radius: 100px;
	background-color: #897d3d;
	border: 4px solid #fff;
}

.onpage-search__submit svg {
	width: 32px;
	height: 32px;
}

.mobile-nav,
.mobile-action {
	padding: 18px 30px;
	border-bottom: 2px solid #1e1e1e;
}

.mobile-nav {
	padding-top: 0;
}

.static-mobile-nav {
	padding: 0;
    border: 0;
}

.mobile-nav a {
	color: #1e1e1e;
    text-transform: uppercase;
    font-size: 21px;
}
.mobile-nav > ul > li {
	border-bottom: 1px solid #ede6d8;
}

.mobile-nav li > a {
	display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 22px 35px;
}
.mobile-nav li > a strong {
	font-weight: 600;
}
.mobile-nav li > a svg {
	transition: ease-in-out .2s;
}
.mobile-nav__toggle.open > a svg {
	transform: rotate(180deg);
}

.mobile-nav__dropdown {
    display: none;
}
.mobile-nav__dropdown a {
    /* color: #897d3d; */
    font-size: 18px;
    padding: 10px 35px;
    margin-bottom: 1px;
    background-color: #ede6d8;
}
.mobile-nav__toggle {
	display: flex;
    flex-direction: column;
}

nav.mobile-nav-small {
    padding: 20px 0;
}
.mobile-nav-small a {
    font-size: 21px;
    padding: 7.5px 35px;
    width: 100%;
}


.mobile-menu-bottom {
    background-color: #ede6d8;
    padding: 20px 0;
    color: #897d3d;
    font-size: 15px;
}
.mobile-menu-bottom > div {
    padding: 10px 35px;
}
.mobile-menu-bottom > div span {
	text-transform: uppercase;
	margin-bottom: 5px;
}
.mobile-menu-bottom > div a {
	color: #1e1e1e!important;
	font-size: 21px;
}
.mobile-menu-bottom .footer-main__socials a svg {
	fill: #1e1e1e!important;
}
.mobile-action a {
	display: block;
	color: #c0bfbf;
	margin: 0 0 10px 0;
}

.mobile-action a:last-child {
	margin: 0;
}

.mobile-action a[href^="tel:"] {
	color: #897d3d;
}

.mobile-action .icon {
	padding: 0 0 0 34px;
}

.mobile-action .icon-user {
	background: url(/images/style/knights/mbl-icon-user.png) no-repeat center left;
	background-size: 20px 20px;
}

.mobile-action .icon-box {
	background: url(/images/style/knights/mbl-icon-box.png) no-repeat center left;
	background-size: 20px 20px;
}

.mobile-action .icon-phone {
	background: url(/images/style/knights/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: 600;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

#page_numbers .page_number_sel a {
	background-color: #897d3d;
	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;
	border-radius: 100px;
	margin-top:20px;
}

#mbl-filters-sub {
	display:block;
}



/*
|--------------------------------------------------------------------------
| Template > Overlay
|--------------------------------------------------------------------------
*/
#olay {
	display: none;
}

#olay_back {
	background: #000;
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 10000;
	filter: alpha(opacity=70);
	opacity: .7;
	width: 100%;
}

#olay_box_container {
	width: 90%;
    max-width: 600px;
    position: absolute;
    top: 10%;
    left: 50%;
	z-index: 10005;
    transform: translateX(-50%);
}
#olay_box {
	background: #fff;
	width: 100%;
	padding: 30px;
	border-radius:10px;
	left: unset;
    -webkit-box-shadow: 0px 0px 12px #333;
    box-shadow: 0px 0px 12px #333;
}

#olay_close,
#search_results_close {
	background:url(/images/style/knights/olay_close.jpg) no-repeat;
	width:26px;
	height:25px;
	float: right;
	cursor: pointer;
}



/*
|--------------------------------------------------------------------------
| Home > Slider
|--------------------------------------------------------------------------
*/
.home-slide {
	min-height: 420px;
}

.home-slider .slick-list {
	width: 100%;
}

.home-slider .home-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.no-js .home-slider .home-slide {
	display: none;
}

.no-js .home-slider .home-slide:first-child {
	display: flex;
}

/* Home Slick Slider arrows */
.home-slider .slick-arrow {}
.home-slider .slick-next {}
.home-slider .slick-arrow:after {}
.home-slider .slick-next:after {}
.home-slider .slick-disabled {}

/* Home Slick Slider dots */
.home-slider .slick-dots {}
.home-slider .slick-dots li {}
.home-slider .slick-dots .slick-active button {}
.home-slider .slick-dots button {}


.home-content {
	border-radius:20px;
	overflow: hidden;
	align-items: center;
}
.home-content__left, .home-content__content {
	position: relative;
}
.home-content__left {
    width: 50%;
    height: 484px;
    /* min-height: 100%; */
}

.home-content__content {
	padding: 30px 70px;
}
.home-content__mini__title {
    font-size: 16px;
    text-transform: uppercase;
    color: #897d3d;
    margin-bottom: 8px;
}
.home-content__title {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 18px;
}
.home-content__text {
    line-height: 1.4;
}
.home-content__cta {
    margin-top: 30px;
}


.block-title {
	margin-bottom: 15px;
}
.block-title span strong {
    font-weight: 600;
}
.block-title span {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 200;
}
a.block-title__button.button {
    padding: 6px 10px;
    background-color: #222;
	font-weight:400;
}
a.block-title__button.button:hover {
	background-color: #897d3d;
}
a.block-title__button.button strong {
	font-weight:600;
}
.category-block {
	padding: 50px 20px 50px;
	border-radius: 12px;
}
.category-block .category-grid.grid--20 {
    margin-bottom: -20px;
}
.slick-initialized .slick-slide.home-feature {
	display: flex!important;
}
.slick-slide.home-feature img {
	width: auto!important;
}
.slide-hide {
	display: none!important;
}
.home-feature {
    overflow: hidden;
    border-radius: 12px;
	margin-left: 15px;
	margin-bottom: 40px;
}
.home-feature__left > div {
	padding: 35px 65px;
}
.home-feature__title {
	color: #FFF;
    font-size: 32px;
    text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 200;
}
.bg-theme-dark .home-feature__title {
	color: #332e22;
}
.home-feature__title strong {
	font-weight: 600;
}
.home-feature__title img, .home-feature__title svg {
	margin-top: -8px;
	margin-right: 20px;
}
.home-feature__timeleft {
    font-size: 18px;
    text-transform: uppercase;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.home-feature__timeleft img {
	margin-right: 10px;
}
.home-feature__timeleft > span strong {
	font-weight: 600;
}
.home-feature__right {
    display: flex;
	border: 1px solid #e8e8e8;
    overflow: hidden;
    border-radius: 0 12px 12px 0;
	border-left-width: 0;
}
.home-feature__right iframe {
	position: relative!important;
	transition: ease-in-out .2s;
	width: 1070px!important;
	height: 602px!important;
	z-index: 1;
}

.home-feature .product-grid--item-inner {
    border-radius: 12px;
}
.home-feature .product-inner {
    display: flex;
	flex-direction: row;
}
.home-feature .product-inner--image {
	padding: 0;
	max-width: 50%;
	padding-bottom: 25px;
	margin: 0;
}
.home-feature .product-inner--image img {
    border: 0;
}
.home-feature .product-inner > div:not(.product-inner--image) {
    flex: 1;
    padding: 15px 20px 10px;
}
.home-feature a.product-inner--title {
	font-size: 18px;
	color: #332e22;
	margin-top: 4px;
}
.home-feature .product-inner--info {
    flex: 1;
}
.product-inner--cat > a {
    text-transform: uppercase;
	font-size:15px;
}
.home-feature .product-inner--cat > a {
	font-size: 14px;
}
.product-inner--cat > a > strong {
    font-weight: 600;
}
.home-feature .product-price-rrp {
	font-size: 16px;
}

.product-list__cta {
	margin-top: 10px;
}
.product-list__cta .button {
	height: 46px!important;
    justify-content: center;
    align-items: center;
}
.product-list__cta .button {
	width: 180px;
}
.product-list__cta button.button {
	margin-right:10px;
	min-width: 200px;
}
.product-list__cta .button img {
	margin-right: 10px!important;
	margin-left: 0!important;
}

.featured-main__slider__outer .slick-arrow {
	display: none!important;
}
.featured-product__slider__outer {
    position: relative;
    padding: 0 125px 30px 125px;
}
.featured-product__slider__outer .slider_prev.slick-arrow__styled {
    left: 75px;
}
.slick-arrow__styled {
    position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    margin-top: -50px;
    background-color: #332e22;
    border-radius: 12px;
    cursor: pointer;
}
.slick-arrow__styled::after {
	content: "";
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.84 12.22'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23ffffff' d='M20.51,1,19.83.34a1.16,1.16,0,0,0-1.62,0L10.43,8.07,2.63.33A1.16,1.16,0,0,0,1.82,0,1.14,1.14,0,0,0,1,.33L.33,1a1.13,1.13,0,0,0,0,1.6l9.29,9.25a1.17,1.17,0,0,0,.8.36h0a1.17,1.17,0,0,0,.8-.36l9.28-9.23a1.15,1.15,0,0,0,0-1.61Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 27px;
	width: 27px;
}
.slick-arrow__styled.slick-disabled, .slick-arrow__styled.slick-hidden {
    background-color: #ede6d8;
	cursor: default;
	display:none;
}

.slick-arrow__styled.slick-disabled {
	display: flex;
}

.slider_prev.slick-arrow__styled {
    left: 90px;
}
.slider_prev.slick-arrow__styled::after {
	transform: rotate(90deg);
}
.slider_next.slick-arrow__styled {
    right: 75px;
}
.slider_next.slick-arrow__styled::after {
	transform: rotate(-90deg);
}
img.prod-vimeo-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 35px;
    width: 35px!important;
	pointer-events: none;
	z-index: 1;
}
.featured-product__slider img.prod-vimeo-icon {
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    height: 60px;
    width: 60px!important;
    border: 0;
}

.featured-product__slider.slick-slider .product-grid--item {
	padding: 0 5px 10px 5px;
}



/*
|--------------------------------------------------------------------------
| Home > Bottom
|--------------------------------------------------------------------------
*/
.home-welcome {}

.home-welcome__title {
	font-size: 32px;
}

.home-welcome__action {
	margin: 12px 0 0 0;
}
.news-snippets {
    background-color: #ede6d8;
	background-image: url(/images/style/knights/bg-camo-white.png);
	background-size: cover;
    background-position: center;
    padding: 55px 20px;
    margin-right: 0;
	margin-bottom: 10px;
	border-radius: 10px;
	width: 100%;
}
.news-snippets--inner {
    display: flex;
    flex-wrap: wrap;
}
.news-snippets--inner > div {
    width: 20%;
}
.news-snippet {
    display: flex;
    background-color: #fff;
    overflow: hidden;
    border-radius: 12px;
	flex-direction: column;
	height: 100%;
}
.news-snippet__img {
	width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}
.news-snippet__info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 25px;
	align-items: flex-start;
}
.news-snippet_cat {
    margin-bottom: 8px;
}
.news-snippet_cat a {
    text-transform: uppercase;
	color: #332e22!important;
    font-size: 16px;
}
.news-snippet__title {
    flex: 1;
    font-size: 18px;
    color: #332e22!important;
    margin-bottom: 14px;
}
.news-snippet__action > .button {
    padding: 5px 15px;
}
.news-snippet__date {
    color: #897d3d;
	margin-bottom: 10px;
}
.news-snippet__date strong, .news-snippet--date strong {
    font-weight: 600;
}

.home-padd{
	margin-bottom:40px;
}

.home-bottom {
    margin-top: 40px;
    margin-bottom: 30px;
}
.home-bottom__social > div {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
	padding: 50px 35px 30px;
}
.home-bottom__social > div > span {
    font-size: 32px;
    margin-bottom: 15px;
	text-align: center;
}
.home-bottom__social > div > span > strong {
    font-weight: 600;
}
.home-bottom__social > div > div a {
	margin: 0 10px;
}
.home-bottom__social a svg {
	fill: #332e22;
}
.home-bottom__social a:hover svg {
	fill: #897d3d;
}


/*
|--------------------------------------------------------------------------
| CMS > Template >
|--------------------------------------------------------------------------
*/
.category-list {
	text-align: center;
	font-size: 21px;
	background-color: rgba(0,0,0,0.08);
	padding: 10px 0;
}

.category-list__item {
	padding: 10px 0;
}

.category-list__link {
	font-size: 18px;
}



/*
|--------------------------------------------------------------------------
| CMS > Contact Us
|--------------------------------------------------------------------------
*/



/*
|--------------------------------------------------------------------------
| CMS > FAQ
|--------------------------------------------------------------------------
*/
.dd-section {
    margin: 40px 0 0 0;
}

.dd-section--title {
	font-size: 18px;
	color: #2d2d2d;
}

li.dd-block {
	margin: 0 0 4px;
	background-color: #897d3d;
	border-radius: 2px;
}

.dd-title {
	position: relative;
	color: #fff;
	font-size: 18px;
	padding: 18px 20px;
	cursor: pointer;
}

.dd-title:after {
	content: '';
	position: absolute;
	top: 24px; right: 28px;
	height: 13px;
	width: 3px;
	background: #fff;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}

.dd-title:before {
	content: '';
	position: absolute;
	top: 29px; right: 23px;
	height: 3px;
	width: 13px;
	background: #fff;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}

.dd-open:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0;
}

.dd-open:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.dd-text {
	padding: 0 20px 20px 20px;
	color: #fff;
	font-size: 12px;
}

.dd-text p {
	color: #fff;
	font-size: 12px;
}

.dd-title span {
	display: block;
	padding: 0 20px 0 0;
}



/*
|--------------------------------------------------------------------------
| Shop > Category
|--------------------------------------------------------------------------
*/
.main-cat {
    background-color: #f1f1f1;
    border-radius: 12px;
	padding: 50px 20px;
}

.category-header {
    padding: 0;
    border-radius: 12px;
	margin-bottom: 0px;
}
.category-header__main {
	padding:40px 70px;
	border-radius: 12px;
	width: 100%;
}

.category-page h1 {
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 0;
}
.category-page .main-cat h1 {
	margin-bottom: 28px;
}
.category-header__main .content {
    margin-top: 18px;
}
.category-header__main .content > * {
    font-size: 15px;
}
.category-main {
	flex: 1;
	margin-left: 40px;
}
.category-header__image {
    max-width: 50%;
}
.category-header__image > div {
	border-radius: 12px;
	min-height:100%;
	height: 300px;
    width: 900px;
	min-width: 100%;
	max-width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: 1px solid#ede6d8;
}

#category-page .select2-dropdown {
    margin-top: 5px;
    background-color: #f8f8f8;
    overflow: hidden;
    border-radius: 6px!important;
}

.sidebar {
	width: 280px;
	flex-shrink: 0;
	background-color: #fff;
	margin-bottom: 40px;
}

.sidebar__segment {
	padding: 12px 15px;
}

.sidebar-content {
	overflow: hidden;
	width: 100%;
}

/* Category grid */
.category-grid {
	margin: 0 -20px 30px 0;
}
.main-cat .category-grid.grid--20, .category-grid__subs > div {
    margin: 0 -20px -20px 0;
}

.category-grid__subs {
    margin: 0 0 50px 5px;
    background-color: #ede6d8;
    border-radius: 12px;
	padding: 20px 0px 20px 20px;
}
.category-grid__subs > div {
	width: 100%!important;
}

.category-item {}
.category-grid > div, .category-grid--inner > div {
    display: flex;
}
.category-grid > div > a, .category-grid--inner > div > a,
.home-cat--link {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    text-align: center;
	overflow: hidden;
	border-radius:12px;
	align-items: center;
}

.home-cat--link {
	height: 100%;
}

.category-grid > div > a > div, .category-grid--inner > div > a > div,
.home-cat--title {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 18px;
	color: #897d3d;
}
.category-grid__subs .category-grid--inner > div > a > div {
	font-size: 14px;
}

.home-cat--slide {
	padding: 0 10px;
}

.home-cat-slider-cont {
	position: relative;
}

.home-cat-slider-cont .slick-arrow__styled {
	margin-top: 0;
}

.home-cat-slider-cont .slider_prev.slick-arrow__styled {
	left: -50px;
}

.home-cat-slider-cont .slider_next.slick-arrow__styled {
	right: -50px;
}


/*
|--------------------------------------------------------------------------
| Shop > Filters
|--------------------------------------------------------------------------
*/
.filter-subcategories .filter-title, #sidebar--mbl-filters {
	display: none;
}

.grid-filters-subcategories {
	display: block;
}

.filter-subcategories {
	display: none;
}

.filters .sidebar__segment {
	padding: 0;
}

.filters__title {
	height: 64px;
	padding: 0 15px;
}

.filters__title svg {
	display: none;
	flex-shrink: 0;
	fill: #666;
	width: 11px;
	height: 7px;
}

#mbl-filters, .filter-title {
	padding: 15px 20px 15px 0;
	cursor: pointer;
}

#mbl-filters span, .filter-title span {
	display: block;
	position: relative;
	flex: 1;
}

.filter-title svg {
	width: 13px;
	height: 9px;
	flex-shrink: 0;
	fill: #000000;
}

.filter-open .filter-title svg {
	transform: rotate(-180deg)
}

.filter ul {
	padding: 0 0 15px 0;
}

.filter--links a {
	position: relative;
	padding: 5px 0 4px 20px;
	font-size: 13px;
	color: #897d3d;
}

.filter--links a:before {
	content: '';
    position: absolute;
    height: 14px;
    width: 14px;
    top: 6px;
    left: 0;
    background-color: #ede6d8;
    border-radius: 5px;
}

.filter--links .filter-selected a {
	font-weight: 600;
}

.filter--links .filter-selected a:before {
	background: url(/images/style/knights/icon-tick-2x-blue.png) no-repeat center center #ede6d8;
	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: #897d3d;
	border: none;
	color: #666666;
	font-weight: 600;
	cursor: pointer;
	/*transition: left 300ms ease;*/
}

#slider-range .ui-slider-handle:last-of-type .tooltip {
	right:0!important;
}

#price_filter {
	padding: 14px 0 0 0;
}

#price_filter .tooltip {
	float: left;
	font-weight: 600;
	margin-bottom: 5px;
}

#price_filter #range-tooltip-2 {
	float: right;
}

#price_submit {
	clear: both;
}

.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/knights/icon-swatch-tick.png) no-repeat center right 8px;
}

.filter-swatch.sel .filter-swatch--inner {
	background-color: #1e1e1e;
	background: url(/images/style/knights/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;
}

.sort-by {
	position: relative;
	background: #f2f2f2;
	border-radius: 6px;
}

.sort-by label {
	position: absolute;
    top: 6px;
    left: 10px;
    font-size: 14px;
    color: #9d9d9d;
    text-transform: none;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__rendered,
.sort-by .select2-container .select2-selection--single {
	height: 50px;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	right: 6px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.84 12.22' height='9'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23262626' d='M20.51,1,19.83.34a1.16,1.16,0,0,0-1.62,0L10.43,8.07,2.63.33A1.16,1.16,0,0,0,1.82,0,1.14,1.14,0,0,0,1,.33L.33,1a1.13,1.13,0,0,0,0,1.6l9.29,9.25a1.17,1.17,0,0,0,.8.36h0a1.17,1.17,0,0,0,.8-.36l9.28-9.23a1.15,1.15,0,0,0,0-1.61Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
    background-position: center 28px;
    background-size: 14px;
}

.sort-by .select2-selection__arrow b {
	display: none;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
    text-transform: uppercase;
    padding: 25px 60px 10px 10px;
	color: #1f1f1f;
	font-weight: 600;
}

.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 40px 40px;
}
.slick-slider .product-grid--item {
    padding-right: 1px;
}

.product-inner--image {
	position: relative;
	margin-bottom: 15px;
}

.product-image__link,
.product-inner--image img {
	display: block;
	width: 100%;
}
a.product-image__link {
    background-color: #222;
    border-radius: 12px;
}
a.product-image__link > * {
    opacity: 0.97;
	border-radius: 0;
}
.home-feature a.product-image__link > * {
	opacity: 1;
}

.product-grid--item-inner {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}

.product-inner--info {
    margin-bottom: 10px;
    flex: 1;
}
.product-inner--titles {
	padding-bottom: 10px;
}

.product-inner--title,
.product-inner--subtitle,
.product-inner--row {
	padding: 0 0 8px 0;
}
a.product-inner--title {
    font-size: 16px;
    color: #332e22;
}

.product-inner--subtitle {
	display: none;
	font-size: 13px;
}

.product--option-names {
	display: block;
	color: #444;
}

.product--option-name {
	margin: 0 8px 0 0;
}

.product-inner__code {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    margin-left: 10px;
	align-items: center;
    position: absolute;
    font-size: 11px;
    bottom: 4px;
    right: 6px;
    width: fit-content;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 2px 5px;
}
.product-inner__code img {
    height: 13px;
    width: 13px;
    margin-right: 5px;
}
.home-feature .product-inner__code {
	font-size: 12px;
	left: 50%;
    transform: translateX(-50%);
	bottom: 6px;
}
.home-feature .product-inner__code strong {
	font-weight: 600;
}
.home-feature .product-inner__code img {
    height: 17px;
    width: 17px;
    margin-right: 5px;
}

.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: 600;
}

.product-price-web {
	font-size: 16px;
    font-weight: 600;
	color: #332e22;
}
.home-feature .product-price-web {
	font-size: 18px;
	margin-right: 10px;
}

.product-price-rrp {
	font-size: 14px;
	line-height: 18px;
	margin-top: 2px;
	font-weight:400;
	color: #897d3d;
}
.prod_button {
    flex: 2;
}
.prod_button .button {
    margin-right: 5px;
	display: flex;
    height: 35px;
	justify-content: center;
}
a.prod_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 112px;
	min-height: 35px;
	flex: 1;
}
.prod_button .button img {
	width: 20px;
    margin: -5px 10px -5px 0;
}

.product-grid--item-inner, .product-inner, .product-inner > div:not(.product-inner--image) {
    display: flex;
    flex-direction: column;
}
.category-main .product-inner--info, .product-inner, .product-inner > div:not(.product-inner--image) {
    flex: 1;
}

.on-offer-badge {
	position: absolute;
	top: 10px; left: 10px;
	width: 56px;
	height: 56px;
	border-radius: 28px;
	background-color: #897d3d;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.1em;
	font-weight: 600;
	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: 600;
	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: 600;
	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: 600;
	font-size: 12px;
}


.comparison-bar--product-overlay-inner span {
	padding: 2px 0 0 20px;
}

.comparison-bar--loading {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(30, 30, 30, 0.9);
	color: #fff;
	text-align: center;
}

.comparison-bar.loading .comparison-bar--loading {
	display: block;
}



/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display Hover
|--------------------------------------------------------------------------
*/
@-webkit-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

.product-grid--item-inner:hover .product-overlay {
	animation: 300ms fadeIn forwards;
}

.product-overlay {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	overflow: hidden;
	z-index: 20;
	opacity: 0;
	transition: transform 300ms ease;
	height: 34px;
}

.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: #897d3d;
	border-radius: 5px;
	padding: 4px 5px 3px;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	transition: background .3s ease;
	display: flex;
    align-items: center;
}
.product-overlay-top--button svg {
	margin-left: 5px;
}

.product-overlay-top--button:last-child {
	float: right;
}

.product-overlay-top--button:hover {
	background-color: #897d3d;
}

.product-overlay-content {
	position: absolute;
	top: 34px; right: 0; bottom: 80px; left: 0;
}

.product-overlay-content-inner {
	padding: 20px;
	text-align: center;
}

.product-overlay--title {
	padding: 6px 0 0 0;
}

.product-overlay--title a {
	color: #fff;
	text-align: center;
	font-size: 15px;
}

.product-overlay-bottom {
	position: absolute;
	bottom: 0; left: 0; right: 0;
}



/*
|--------------------------------------------------------------------------
| Category Model
|--------------------------------------------------------------------------
*/
.modal {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 100;
}

.modal--inner {
	width: 100%;
	max-width: 1100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #e7e7e7;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.modal--open .modal--inner {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal--close {
	position: absolute;
	top: -55px;
	right: 0;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transform: translateY(30px);
	transition: transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
}

.modal--open .modal--close {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}


.modal--backdrop {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.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-subtitle {
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 10px;
}

.listing--price {
	float: left;
}

.listing--price strong {
	display: block;
	font-weight: 600;
	font-size: 30px;
	color: #1e1e1e;
}

.listing--price span {
	display: block;
	font-weight: 600;
	font-size: 13px;
	color: #666666;
}

.listing--points {
	color: #897d3d;
	font-weight: 600;
	font-size: 13px;
}

.listing--points span {
	color: #1e1e1e;
}

.listing-pricebreaks table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 20px;
}

.listing-pricebreaks th,
.listing-pricebreaks td {
	border: 1px solid #aaa;
	padding: 5px;
}

.listing-pricebreaks th {
	text-align: left;
}

.modal--button {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.modal--button-details {
	background-color: #b34834;
	font-size: 12px;
}

.modal-overview--cont {
	padding: 30px 30px 0;
}

.modal-overview {
	height: 510px;
	width: 420px;
	padding: 0 0 124px 0;
	overflow: scroll;
}

.modal-action {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 420px;
}

.modal--view-full-details {
	display: block;
	width: 100%;
	background-color: #01a4cd;
	color: #fff;
	padding: 11px 10px;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
}

.modal--view-full-details:hover {
	background-color: #0284a5;
	color: #fff;
}



/*
|--------------------------------------------------------------------------
| Listing
|--------------------------------------------------------------------------
*/

.booking-v2 {
	padding-top: 20px;
}
.booking-v2--title {
    margin-bottom: 12px;
    font-size: 15px;
	font-weight: 600;
}

#knights-u16 {
	margin-bottom: 15px;
}

.listing-side {
	position: relative;
	width: 40%;
	float: right;
	z-index: 2;
	margin-right: 0;
}

.listing-main__outer {
    margin-top: 20px;
}
.listing-main {
	position: relative;
	width: 1004px;
	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:60px;
	float: left;
}
.listing-main .vimeo-vid:not(.sel) {
    display: none;
}
.listing-main .vimeo-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}
.listing-main .vimeo-tab {
    min-width: 237px;
    border-radius: 50px;
    padding: 6px 15px;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #897d3d;
    text-transform: uppercase;
	transition: ease-in-out .2s;
	cursor: pointer;
	font-weight: 600;
}
.listing-main .vimeo-tab::before {
	content: '';
	position: relative;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(/images/style/knights/icon-play-xsmall.png);
	margin-right: 8px;
}
.listing-main .vimeo-tab.sel {
	color: #ffffff;
	background-color: #897d3d;
	border-color: #897d3d;
}
.listing-main .vimeo-tab.sel::before {
	background-image: url(/images/style/knights/icon-play-xsmall-white.png);
}

.listing-side__top {
	display: flex;
	flex-direction: column;
    padding: 45px;
	margin-bottom: 35px;
}
.listing-side__top h1 {
	font-size: 30px;
	font-weight: 400;
}
.listing-side__top .listing_submit {
	margin-top: 4px;
}
.listing-side__top .options_text {
	font-size: 15px;
	font-weight: 600;
}
.listing-side__cat {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 200;
	text-transform: uppercase;
}

.listing-side__tip {
    padding-right: 50px;
    padding-left: 50px;
	margin-bottom: 35px;
}
.listing-side__tip > div > div {
	margin-top: 10px;
	padding: 4px 10px;
	border-radius: 50px;
	background-color: #f5f5f5;
}
.listing-side__tip > div > div > strong {
	font-weight: 600;
}

.listing-side__dropdown {
    padding: 10px 0;
}
.listing-side__dropdown:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.listing-side__dropdown__toggle {
    padding: 10px 50px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
	cursor: pointer;
}
.listing-side__dropdown.no-toggle .listing-side__dropdown__toggle {
	cursor: default;
	pointer-events: none;
}
.listing-side__dropdown .listing-side__dropdown__toggle::after {
	content: '';
	position: relative;
	height: 18px;
	width: 18px;
	transition: ease-in-out .2s;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.84 12.22'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23262626' d='M20.51,1,19.83.34a1.16,1.16,0,0,0-1.62,0L10.43,8.07,2.63.33A1.16,1.16,0,0,0,1.82,0,1.14,1.14,0,0,0,1,.33L.33,1a1.13,1.13,0,0,0,0,1.6l9.29,9.25a1.17,1.17,0,0,0,.8.36h0a1.17,1.17,0,0,0,.8-.36l9.28-9.23a1.15,1.15,0,0,0,0-1.61Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	transform: rotate(180deg);
}
.listing-side__dropdown.no-toggle .listing-side__dropdown__toggle::after {
	display: none;
}
.listing-side__dropdown.closed .listing-side__dropdown__toggle::after {
	transform: rotate(0deg);
}
.listing-side__dropdown__inner {
    padding: 0 50px;
}
.listing-side__dropdown__inner.listing-description {
    padding-bottom: 10px;
}
.listing-side__dropdown.closed .listing-side__dropdown__inner {
	display: none;
}
.listing-reviews .input-grid {
    margin-bottom: 20px;
}
.listing-reviews .input-grid .input {
	margin-bottom: 10px;
}
.listing-reviews .input input {
    padding: 21px 10px 6px;
	border-radius: 0;
}
.listing-reviews .input textarea {
    padding: 22px 10px 10px;
	border-radius: 0;
}
.listing-reviews .input textarea ~ .input-label {
    left: 0;
    top: 0;
	padding: 7px 10px 0;
	border-radius: 0;
}
.listing-reviews .input .input-label {
    top: 7px;
    left: 10px;
    color: #897d3d;
}

.qty-input {
    display: flex;
}
.qty-input--input {
    border-radius: 0!important;
    padding: 0!important;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 50px!important;
    border-top: 1px solid #d5cfe5!important;
    border-bottom: 1px solid #d5cfe5!important;
    padding: 10px 0!important;
}
button.qty-input--down, button.qty-input--up {
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 10px;
    background-color: #ffffff;
	border: 1px solid #d5cfe5;
}
button.qty-input--down {
	border-radius: 6px 0 0 6px;
}
button.qty-input--up {
	border-radius: 0 6px 6px 0;
}
button.qty-input--down span, button.qty-input--up span {
	position: relative;
	width: 13px;
	height: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
}
button.qty-input--down span::after, button.qty-input--up span::after, button.qty-input--up span::before {
	content: '';
	position: absolute;
	background-color: #897d3d;
}
button.qty-input--down span::after, button.qty-input--up span::after {
	width: 100%;
	height: 3px;
}
button.qty-input--up span::before {
	width: 3px;
	height: 100%;
}
.listing-side__dropdown .product-grid {
    margin-left: 0;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #d5cfe5;
	margin-bottom: 15px;
}
.listing-side__dropdown .product-grid--item {
    width: 100%!important;
	padding: 0;
}
.listing-side__dropdown .product-grid--item:not(:last-of-type) {
	border-bottom: 1px solid #d5cfe5;
}
.listing-side__dropdown .product-inner {
    display: flex;
	align-items: center;
	flex-direction: row;
}
.listing-side__dropdown .product-inner > div:not(.product-inner--image) {
    display: flex;
    flex-direction: column;
	padding: 10px 95px 10px 15px;
	width: 100%;
}
.listing-side__dropdown .product-inner--image {
	margin: 0;
}
.listing-side__dropdown .product-inner--image img {
	min-width: 72px;
    max-width: 72px;
}
.listing-side__dropdown .product-inner--image img.prod-vimeo-icon {
    display: none;
}
.listing-side__dropdown .product-inner__code, .listing-side__dropdown .product-inner--cat, .listing-side__dropdown .prod_more, .listing-side__dropdown .product-inner--row, .listing-side__dropdown .product-price-web span {
	display: none;
}
.listing-side__dropdown a.product-inner--title, .listing-side__dropdown .product-inner--titles {
	padding: 0;
	font-size: 14px;
}
.listing-side__dropdown .product-price {
	display: flex;
	justify-content: space-between;
	min-height: 0;
	font-size: 14px;
	width: 100%;
}
.listing-side__dropdown .product-price-web {
	font-size: 14px;
}
.listing-side__dropdown .product-price-rrp {
	margin: 0;
}
.listing-side__dropdown .prod_button .button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 8px;
    height: 30px;
}
.prod_button .button img {
    width: 18px;
    margin: -5px 5px -5px 0;
}

.input.input-w-label {
    display: flex;
    flex-direction: column-reverse;
}
.input.input-w-label:not(:last-child) {
	margin-bottom: 15px;
}
.input.input-w-label label.input-label {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 5px;
	font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #897d3d;
}

.content-style ul {
    list-style: none;
}
.content-style li::before {
    content: '';
    position: absolute;
    left: -19px;
    top: 5px;
    background-color: #897d3d;
    height: 9px;
    width: 9px;
    border-radius: 2px;
}
.content-style li {
    position: relative;
    color: #897d3d;
    font-weight: 600;
}

.listing_sku {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
}
.listing_sku strong {
	font-weight: 600;
}

.listing-overview--top-inner {
	padding: 0 0 15px 0;
	background-color: #fff;
}

.listing-details {
	padding: 20px 0 0 0;
}

.form-options {
	position: relative;
	padding: 0;
	z-index: 1;
}

.listing-price {
	display: block;
    font-weight: 600;
    font-size: 20px;
    color: #2d2d2d;
}

.listing-rrp,
.listing-save {
	display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #897d3d;
}

.listing-save {
	color: #51ac5c;
	text-decoration: none;
}

.rating-star {
	width: 20px;
	height: 18px;
	display: inline-block;
	margin: 0 1px;
}

.rating-star svg {
	width: 20px;height: 18px;
}

.rating-star svg {
	fill: #897d3d;
}

.rating-star--empty svg {
	fill: #bbbbbb;
}

.listing-personalise {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #1e1e1e;
	background-color: #dde2e5;
	line-height: 24px;
	padding: 3px 0px;
	cursor: pointer;
	transition: background 300ms ease;
}

.listing-personalise:hover {
	background-color: #e7e7e7;
}

.listing-personalise.disabled {
	opacity: 0.4;
}

.listing-subscribe {
    background-color: rgba(0,0,0,0.05)
}

.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/knights/icons/refresh@2x.png) center left / 12px 12px no-repeat;
}

.listing-offer {
	padding: 20px;
	margin: 10px 0 0 0;
	background: #897d3d;
	background-size: 515.5px 511.5px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border-radius: 2px;
}

.listing-offer-product {
	position: relative;
	margin: 15px 0 0 0;
	background-color: rgba(0,0,0,0.1);
}

.listing-offer-details {
	padding: 10px;
	overflow: hidden;
}

.listing-offer--image {
	float: left;
}

.listing-offer--image img {
	display: block;
}

.listing-offer--price {
	position: absolute;
	bottom: 10px;
	left: 92px;
	font-size: 18px;
	opacity: 0.8;
}

.listing-deadline {
	margin: 0 0 15px 0;
}

.listing-deadline--details {
	text-align: center;
	float: left;
}

.listing-deadline--title ~ .listing-deadline-doughnuts {
	padding-top: 8px;
}

.listing-deadline--title {
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
}

.listing-deadline--subtitle {
	color: #897d3d;
}

.listing-deadline--date {
	font-size: 19px;
	color: #1e1e1e;
}

.pulse-animation {
/*
	-webkit-animation: pulse 1s infinite;
	-moz-animation: pulse 1s infinite;
	-o-animation: pulse 1s infinite;
	animation: pulse 1s infinite;
*/
}

.listing-deadline-doughnuts {
	float: right;
}

.listing-deadline-doughnut {
	position: relative;
	width: 60px; height: 60px;
	float: left;
	transition: transform 1s ease;
	margin: 0 0 0 10px;
}

.listing-deadline-doughnut--inner {
	content: '';
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	font-weight: 600;
	color: #1e1e1e;
}

.listing-deadline-doughnut strong {
	display: block;
	font-size: 21px;
	position: relative;
	top: 8px;
	color: #1e1e1e;
}

.listing-deadline-doughnut span {
	display: block;
	font-size: 11px;
	position: relative;
	top: 4px;
}

.listing-deadline-doughnuts svg {
  width: 60px; height: 60px;
  -webkit-transform: rotate(-89.9deg);
  transform: rotate(-89.9deg);
  background: #dde2e5;
  border-radius: 50%;
}

.listing-deadline-doughnuts circle {
	position: relative;
	fill: #897d3d;
	stroke: #dde2e5;
	stroke-width: 6px;
	stroke-dasharray: 38 100; /* for 38% */
	transition: stroke-dasharray 1s ease;
}

.listing-deadline-doughnut:hover circle {
	stroke-dasharray: 100 100; /* for 100% */
}

.listing-share {
	padding: 10px;
	background-color: rgba(0,0,0,.2);
}

.listing-share .addthis_inline_share_toolbox {
	margin-bottom: -5px;
}

.listing-image {
	position: relative;
}

.listing-image__brand {
	position: absolute;
	top: 15px;
	right: 15px;
	display: none;
}

.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: #897d3d;
	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 15px 0;
}

.options-loading {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0,0,0, 0.6);
	z-index: 9999;
}

.options-loading > .dbl {
	height: 100%;
}

.options-loading .dblc {
	vertical-align: middle;
}

.options_container_radio {
	padding:10px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}

.options-radios .cf, .input-radios .cf {
	display: flex;
	padding: 10px 0 0 0;
	margin: 0 0 10px;
	flex-wrap: wrap;
}

.option-radio {
	flex: 1 0 220px;
}

.option-radio:hover .option-radio__inner {
	background: rgba(0,0,0,0.2);
}

.option-radio.checked .option-radio__inner {
    background: #897d3d;
}

.option-radio__inner {
	background: rgba(0,0,0,0.1);
	padding: 15px;
	text-align: center;
	display: block;
	cursor: pointer;
}

.option-radio__inner input {
	display: none;
}

.opt_radio {
	width:initial;
	vertical-align: middle;
    margin: 0 6px .25em 10px;
}

.options_text {
	display: flex;
	align-items: center;
	padding: 0 20px;
    width: 140px;
	border-right: 1px solid #d5cfe5;
}
div#listing_options {
    margin-bottom: 10px;
}
.listing-options-required {
	width:100%;
	background:#414141;
	padding:15px 20px;
	color:#fff;
	border-radius:3px;
    font-weight: 600;
	text-align: center;
	position: absolute;
	margin-bottom:15px;
	z-index:1000;
	top:-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;
}

.listing-options__item:not(:last-child) {
    border-bottom-width: 0;
}
.listing-options__item {
    display: flex;
    border: 1px solid #d5cfe5;
	background-color: #fff;
	border-radius: 6px;
}
.listing-options__item > .options_text {
    margin-left: 15px;
}
.listing-options__item .input {
    display: flex;
	flex: 1;
    flex-direction: row-reverse;
	margin: 0;
}
.listing-options__item .input .select2-container--open .select2-basic--container {
	border-radius: 0 6px 6px 0;
}
.listing-options__item:nth-child(2):not(:last-child) {
	border-radius: 6px 6px 0 0!important;
}
.listing-options__item:nth-child(2):not(:last-child) .input .select2-container--open .select2-basic--container {
	border-radius: 0 6px 0 0!important;
}
.listing-options__item:last-child:not(:nth-child(2)):not(:first-child) {
	border-radius: 0 0 6px 6px!important;
}
.listing-options__item:last-child:not(:nth-child(2)):not(:first-child) .input .select2-container--open .select2-basic--container {
	border-radius: 0 0 6px 0!important;
}
.listing-options__item .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #332e22;
	font-weight: 600;
	padding: 15px 40px 15px 20px;
}
.listing-options__item .select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.84 12.22'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23897d3d' d='M20.51,1,19.83.34a1.16,1.16,0,0,0-1.62,0L10.43,8.07,2.63.33A1.16,1.16,0,0,0,1.82,0,1.14,1.14,0,0,0,1,.33L.33,1a1.13,1.13,0,0,0,0,1.6l9.29,9.25a1.17,1.17,0,0,0,.8.36h0a1.17,1.17,0,0,0,.8-.36l9.28-9.23a1.15,1.15,0,0,0,0-1.61Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    margin-top: -4px;
}

.button.heart {
	margin: 4px 0 0 4px;
    display: block;
    width: 41px;
    height: 36px;
    padding: 0;
    background-image: url(/images/style/basic/icon-heart-white-2x.png);
    background-size: 23px 18px;
    cursor: pointer;
    transition: transform 300ms cubic-bezier(0.25, 0, 0.25, 1.75);
}

.button.heart:hover {
	transform: scale(1.1);
}

.listing-swatches {
	display: flex;
	flex-wrap: wrap;
}

.listing-swatch {
	padding: 0 2px 2px 0;
	width: 10%
}

.listing-swatch__inner {
	position: relative;
	height: 0;
	padding: 0 0 100% 0;
	cursor: pointer;
	overflow: hidden;
}

.listing-swatch__content {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	border: 2px solid rgba(0,0,0,0.2);
	background-repeat: no-repeat;
	background-size: cover;
}

.listing-swatch.sel .listing-swatch__content,
.listing-swatch__inner:hover .listing-swatch__content {
	border: 3px solid #2d2d2d;
}

.listing-notify .button {
	margin-bottom:15px;
}

.listing-comments-response {
	background-color: #e7e7e7;
	margin: 15px 0 0 0;
	padding: 20px;
}

klarna-placement {
    margin-bottom: 10px;
}



/*
|--------------------------------------------------------------------------
| Listing > Thumbnails
|--------------------------------------------------------------------------
*/
.listing-thumbnails {
	position: relative;
	padding: 20px 0 0 0;
}
.no-vids > .listing-thumbnails {
    padding-top: 0;
}
.listing-thumbnails.has-arrows .listing-thumbnails--slider {
	padding: 0 44px;
}

.listing-thumbnail {
	width: 50%;
}

.listing-thumbnail--link {
    display: block;
    border-radius: 12px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.listing-thumbnails .slick-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 40px;
	background: #897d3d;
	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/knights/icon-chevron-right.png) no-repeat center center;
	transition: opacity 300ms ease;
}

.listing-thumbnails .slick-prev:after {
	background: url(/images/style/knights/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: 600;
	font-size: 18px;
	cursor: pointer;
	transition: color 300ms ease;
	padding: 19px 6px;
	text-align: center;
	width: 1px;
	border-right: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.04);
}

.listing-tabs-button:last-child {
	border-right: none;
}

.listing-tabs-button.sel {
	color: #2d2d2d;
}

.listing-tabs-button.sel::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1px;
	margin-left: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #ffffff transparent;
	z-index: 99;
}

.listing-tab {
	display: none;
	padding: 25px 20px;
	background-color: #fff;
}

.listing-tab:first-child {
	display: block;
}

.mobile-tab-title {
	padding: 15px 25px;
	color: #fff;
	font-weight: 600;
	margin: 14px 0 0 0;
}

.mobile-tab-title {
	display: none;
}



/*
|--------------------------------------------------------------------------
| Listing > Tabs > Comments
|--------------------------------------------------------------------------
*/
.listing-comments-form {
	padding: 0;
	margin: 0 0 20px;
}

.listing-comments-title {
	font-weight: 600;
	font-size: 21px;
	color: #fff;
	float: left;
}

.listing-comment {
	padding: 0 0 15px;
	border-bottom: 1px solid #897d3d;
	border-top: none;
	margin-bottom: 15px;
}
.listing-comment:first-child {
	margin-top: 10px;
}
.listing-comment > p {
	margin-bottom: 8px;
}

.listing-comment-title {
	font-weight: 600;
	color: #897d3d;
}

.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: #b7ac6e;
}

.listing-comment-author {
	font-weight: 600;
	color: #897d3d;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listing-review-stars {
	float: right;
}



/*
|--------------------------------------------------------------------------
| Listing > Related
|--------------------------------------------------------------------------
*/
.listing-related {
	padding: 40px 0 0 0;
}

.listing-related--title {
    display: block;
    font-size: 32px;
    font-weight: 200;
    text-transform: uppercase;
}
.listing-related--title > strong {
    font-weight: 600;
}

.listing-related--products {
	padding-top: 20px;
	margin-left: -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: 600;
	font-size: 12px;
	cursor: pointer;
	transition: transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
}

@-webkit-keyframes overlayEntrance {
  0%   { -webkit-transform: translate(-50%, -50%) rotateX(70deg) scale(0.7); transform: translate(-50%, -50%) rotateX(70deg) scale(0.7); opacity: 0; }
  80%   { -webkit-transform: translate(-50%, -50%) scale(1.04); transform: translate(-50%, -50%) scale(1.04); }
  90%   { -webkit-transform: translate(-50%, -50%) scale(0.98); transform: translate(-50%, -50%) scale(0.98); }
  100% { -webkit-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); opacity: 1; }
}

@keyframes overlayEntrance {
  0%   { -webkit-transform: translate(-50%, -50%) rotateX(70deg) scale(0.7); transform: translate(-50%, -50%) rotateX(70deg) scale(0.7); opacity: 0; }
  80%   { -webkit-transform: translate(-50%, -50%) scale(1.04); transform: translate(-50%, -50%) scale(1.04); }
  90%   { -webkit-transform: translate(-50%, -50%) scale(0.98); transform: translate(-50%, -50%) scale(0.98); }
  100% { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 1; }
}

@keyframes overlayEntranceNotVerticallyCentered {
  0%   { -webkit-transform: translateX(-50%) rotateX(70deg) scale(0.7); transform: translateX(-50%) rotateX(70deg) scale(0.7); opacity: 0; }
  80%   { -webkit-transform: translateX(-50%) scale(1.04); transform: translateX(-50%) scale(1.04); }
  90%   { -webkit-transform: translateX(-50%) scale(0.98); transform: translateX(-50%) scale(0.98); }
  100% { -webkit-transform: translateX(-50%); transform: translateX(-50%); opacity: 1; }
}

.overlay--inner {
	position: absolute;
	top: 50%; left: 50%;
	width: 100%;
	max-width: 446px;
	padding: 20px;
	background-color: #fff;
	transition: all 1s cubic-bezier(0.25, 0, 0.25, 1.75);
	border-radius: 12px;
}

.overlay__blue .overlay--inner {
	background-color: #897d3d;
}

.overlay.open .overlay--inner {
	-webkit-animation: overlayEntrance 1s forwards;
	-moz-animation: overlayEntrance 1s forwards;
	-o-animation: overlayEntrance 1s forwards;
	animation: overlayEntrance 1s forwards;
}

.overlay-personalise .overlay--inner {
	background-color: #c0bfbf;
	padding: 5px 5px 0 5px;
}

.overlay--title {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 21px;
	color: #424242;
}

.overlay-personalise .overlay--title {
	color: #1e1e1e;
	padding: 14px 0 14px;
}

.overlay--input-group {
	padding: 0 0 4px;
}

.overlay--input-group-padded {
	padding: 10px 0 4px;
}

.overlay--submit-group {
	text-align: center;
	padding: 4px 0 0 0;
}

.overlay--input {
	width: 100%;
	padding: 6px 8px;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #fff;
	text-align: left;
	font-size: 13px;
	color: #1e1e1e;
}

.overlay--text-input {
	height: 120px;
}

.overlay--form {
	padding: 20px 0 0 0;
}

#ask-a-question,
#bulk {
	cursor: pointer;
}

.overlay--text {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 10px 0 0 0;
	margin: 0;
}

.addthis_sharing_toolbox {
	padding-top:4px;
	float: right;
}

#product_add_content h2 {
	font-size: 16px;
}

#product_add_content,
#product_add_upsell {
	padding: 4px 0 10px;
	text-align: center;
}

#engraving_img_container {
	text-align: center;
	padding-top: 14px;
}

#add-new-address-overlay .overlay--inner {
	background-color: #fff;
	padding: 40px;
	max-width: 460px;
}

#add-new-address-overlay .overlay--title {
	color: #2d2d2d;
	padding: 0 0 20px 0;
	display: block;
}

#add-new-address-overlay .checkout-form--has-button {
	padding: 10px 0 20px 0;
}

#click-and-collect-overlay .overlay--inner {
	background-color: #fff;
	padding: 20px;
	max-width: 980px;
}

/*
|--------------------------------------------------------------------------
| Compare
|--------------------------------------------------------------------------
*/
.compare-table--row {
	display: table-row;
	position: relative;
	font-weight: 600;
	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='#00897d3d', endColorstr='#33000000',GradientType=0 );
}*/

.compare-table--cell {
	display: table-cell;
	padding: 15px;
	background-color: #897d3d;
	font-weight: 600;
	color: #fff;
	text-align: center;
	width: 20.83333333333333%;
	box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}

.compare-table--cell:nth-child(3),
.compare-table--cell:nth-child(5) {
	background-color: #cc523b;
}

.compare-table--row-header {
	width: 16.66666666666667%;
	background-color: #666666;
	text-align: right;
}

.compare-table--head-cell-first {
	width: 16.66666666666667%;
}

.compare-listing--image {
	display: block;
}

.compare-listing--image img {
	display: block;
    width: 100%;
}

.compare-table--title-cont {
	padding: 5px;
	text-align: center;
}

.compare-table--title {
	font-size: 36px;
	color: #fff;
	margin: 0;
	padding: 60px 10px;
}

.compare-table--head {
	display: table-row;
}

.compare-table--head .compare-table--cell {
	padding: 0;
	text-align: left;
	vertical-align: top;
	background-color: #dde2e5;
}

.compare-table--head .compare-table--cell:first-child {
	padding: 10px;
	vertical-align: middle;
}

.compare-table--cell.compare-table--head-cell-empty {
	text-align: center;
	vertical-align: middle;
}

.compare-table--head-cell-empty i {
	font-size: 270px;
	font-style: normal;
}

.compare-undo--form {
	display: inline-block;
}



/*
|--------------------------------------------------------------------------
| Basket
|--------------------------------------------------------------------------
*/
.cart--heading {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	color: #332e22;
	padding: 0 0 15px 0;
}

.cart-segment {
    background-color: #ede6d8;
    border-radius: 12px;
    margin-bottom: 20px;
}

.cart-main .cart-segment:last-child {
	margin-bottom:0;
}

.cart-side .cart-segment {
	margin-bottom:0;
}
.cart-side .cart-segment--inner .select2-basic--container.select2-selection--single .select2-selection__rendered, .checkout-main .select2-basic--container.select2-selection--single .select2-selection__rendered {
    padding: 23px 15px 7px;
    border: 1px solid #332e22;
    border-radius: 5px;
}
.cart-segment.cart-totals {
    margin-top: 20px;
	font-weight: 600;
}

.cart-segment--inner {
	padding: 15px;
}

.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/knights/plus.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 8px 8px;
}

.cart-option--image {
    border: 1px solid #efefef;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
}

.cart-option--image img {
	max-height: 100%;
}

.cart-option--image-text {
    display: none;
    position: absolute;
	bottom: calc(100% + 10px);
	text-align: center;
	width: 250px;
	left: -88px;
	color: #fff;
}

.cart-option--image-text::after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #2d2d2d transparent transparent transparent;
}

.cart-option--image-text-inner {
    padding: 7px 15px 5px;
	font-size: 13px;
	display: inline-block;
	background: #2d2d2d;
}

.cart-option--image-text span {
    display: block;
	padding-bottom: 3px;
	color: #fec800;
}

.cart-option--image-cont:hover .cart-option--image-text {
    display: block;
}

.cart-option--image-qty {
    position: absolute;
    background: #06387f;
    font-size: 10px;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    right: 0;
}

.basket-points {
	padding: 12px 0 0;
	margin-top: 15px;
	border-top: 1px solid #e8e8e8;
}


/*
|--------------------------------------------------------------------------
| Basket > Side
|--------------------------------------------------------------------------
*/
.cart-side {
	float: right;
	width: 38%;
	padding: 0 0 0 40px;
}

.cart-side--option {
	font-size: 13px;
	font-weight: 600;
	margin-top:15px;
}

.cart-side--option span {
	display: block;
	padding: 12px;
}

.cart-side--option-trigger {
	padding: 0 15px;
}

.cart-side--option__gift {
	color: #51ac5c;
}

.cart-side--option__gift.sel {
	background: #51ac5c;
	color: #fff;
	border: 2px solid #3F9649;
}

.cart-side--option__gift.sel span {
	background-image: url(/images/style/knights/icon-gift-white.png);
}

.cart-side--option-inner {
	display: none;
	padding: 0 20px 20px 20px;
}



/*
|--------------------------------------------------------------------------
| Basket > Totals
|--------------------------------------------------------------------------
*/
.cart-totals {
	background: #ede6d8;
	font-weight: 600;
	color: #332e22;
	border-top:none;
}

.cart-totals .dblc {
	padding: 4px 0;
}

.cart-total--price {
	text-align: right;
}

.cart-total {
	color: #897d3d;
	font-weight: 600;
	font-size: 20px;
}

.cart-total .dblc {
	padding-bottom: 15px;
}

.cart-side--delivery-option {
	background-color: #d4d4d4;
	font-weight: 600;
	color: #1e1e1e;
	padding: 15px;
	margin-top:2px;
	transition: padding 300ms ease;
	cursor: pointer;
	border-radius: 6px;
}

.cart-side--delivery-option:hover {
	padding: 15px 20px;
}

.cart-side--delivery-option.sel {
	background-color: #897d3d;
	color: #fff;
}

.cart-side--delivery-option.sel span {
	color: #fff;
}

.cart-side--delivery-option strong {
	font-size: 13px;
	display: block;
	font-weight: 600;
}

.cart-side--delivery-option span {
	display: block;
	font-size: 11px;
}

.cart-side--delivery-option span {
	color: #666666;
}

span.cart-side--delivery-cost,
span.cart-side--delivery-cost--original {
	float: right;
	font-weight: 600;
	color: #1e1e1e;
}

span.cart-side--delivery-cost--original {
	text-decoration: line-through;
	padding-right: 8px;
	font-weight: normal;
}



/*
|--------------------------------------------------------------------------
| Basket > Items
|--------------------------------------------------------------------------
*/
.cart-items {
	width: 100%;
	padding: 15px;
	position: relative;
}

.cart-item {
	position: relative;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e1dacb;
	display: flex;
}

.cart-item:last-child {
	border-bottom: 0;
	margin:0;
	padding:0;
}

.cart-item-image {
	width: 130px;
	margin: 0 0 15px 0;
}

.cart-item-image a {
	display: flex;
	border-radius: 12px;
	overflow: hidden;
}

.cart-item:last-child .cart-item-image {
	margin:0;
}

.cart-item-content {
	padding: 0 90px 10px 15px;
}

.cart-item-title a {
	font-weight: 400;
	font-size: 16px;
	color: #414141
}

.cart-item-content .label-inline {
	width:104px;
}

.cart-item-right {
	width:110px;
	position: absolute;
	top: 0; right: 0; bottom: 0;
	float: right;
	text-align: right;
}

.cart-item-price {
	font-weight: 600;
	font-size: 21px;
	color: #414141;
}

.cart-item-stock-cont {
	padding-top: 7px;
}

.cart-item-unitprice, .cart-item-option, .cart-item-stock {
	display: block;
	color: #666666;
	font-size: 12px;
}

.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/knights/icon-cross-amber.png);
}

.cart-item-stock-van-green {
	background-image: url(/images/style/knights/icon-dispatch-van-green.png);
}

.cart-item-stock-warning {
	background-image: url(/images/style/knights/icon-cart-warning.png);
}

.cart-item-stock-van-orange {
	background-image: url(/images/style/knights/icon-dispatch-van-orange.png);
}

.cart-item-stock-box {
	background-image: url(/images/style/knights/icon-dispatch-box-orange.png);
}

#cart--vat-declaration-details {
	display:none;
}

.remove {
	background: url(/images/style/knights/cart-remove.png) left center no-repeat;
	padding: 0 0 0 15px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	color: #b52025;
	font-weight: 600;
}

.cart-item-right .remove, .cart-item-right .button-small {
	position: absolute;
	bottom: 15px;
	right: 0;
}

.cart-item:last-child .cart-item-right .button-small {
	bottom:0;
}

.cart-item--stock {
	padding: 0 0 0 10px;
}

.cart-free-item .cart-item-image {
	width: 120px;
	margin-bottom: 0;
}

.cart-free-items-title {
    padding: 10px 8px;
    background-color: #332e22;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.cart-free-items-block {
	margin: 0 0 15px;
}

.cart-free-item {
	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;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #897d3d;
}

/*
|--------------------------------------------------------------------------
| Basket > Datepicker
|--------------------------------------------------------------------------
*/
 .ui-datepicker-inline {
    margin: 30px auto 0 auto;
    border-radius: 0;
    border-color: #e7e7e7;
    padding: 4px;
}
 .ui-datepicker-title {
	color: #897d3d;
}
 .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: #897d3d;
}
 .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: #897d3d;
}
 .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #2d84bf;
	background-color: #2d84bf;
    font-weight: bold;
    color: #fff;
}
 .ui-datepicker td a {
	text-align: center;
}
 .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	background-color: #897d3d;
	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/knights/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: #2d84bf;
}
 .ui-datepicker .ui-datepicker-next .ui-icon {
	background-image: url(/images/style/knights/icon-chevron-right.png);
}



/*
|--------------------------------------------------------------------------
| Brands
|--------------------------------------------------------------------------
*/
.brand-letters--grid {
	margin: 0 -4px 0 0;
	padding: 14px 0;
}

.brand-letter {
	text-align: center;
	width: 3.703703703703704%;
	float: left;
	padding: 0 4px 0 0;
}

.brand-letter.disabled .brand-letter--inner {
	cursor: not-allowed;
}

.brand-letter.disabled .brand-letter--inner:hover {
	background-color: #fff;
}

.brand-letter--inner {
    display: block;
    color: #ffffff;
    font-weight: 400;
    font-size: 24px;
    background-color: #897d3d;
	padding: 5px 0;
    border-radius: 8px;
    cursor: pointer;
}
.brand-letter.disabled .brand-letter--inner {
	background-color: #ede6d8;
	color: #adadad;
}

.brand-letter--inner.sel,
.brand-letter--inner:hover {
	background-color: #2b7eb7;
	color: #fff;
}

.brands-list {
    background-color: #ede6d8;
    padding: 40px 20px;
    border-radius: 12px;
    margin: 45px 0 55px;
}
.brands-list__container {
    margin: 0 -10px -10px 0;
}

.brands-list--item {
	text-align: center;
	width: 16.6666666666666666666%;
	float: left;
	padding: 0 10px 10px 0;
}

.brands-list--letter {
	position: relative;
	color: #ffffff;
	font-weight: 600;
	font-size: 60px;
}

.brands-list--letter .brands-list--inner {
	background-color: #897d3d;
}

.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;
	border-radius: 6px;
	overflow: hidden;
}

.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: #897d3d;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff!important;
	padding: 10px 0;
}



/*
|--------------------------------------------------------------------------
| Checkout
|--------------------------------------------------------------------------
*/
.checkout-header {
	border-bottom: 2px solid #e7e7e7;
	min-height: auto;
	padding: 20px 0;
}
.checkout-header .brand img {
	height: 60px;
}

.checkout {
	position: relative;
	overflow:hidden;
	background: #f6f6f6;
}

.checkout-main {
	width: 60%;
    padding: 45px 70px 0 0;
    float: left;
    border-right: 1px solid #e7e7e7;
}

#checkout-container, #confirm-container {
	max-width:1400px;
}

#checkout-container {
	padding:0 100px 0 120px;
}

#confirm-container {
	padding:0 100px 0 170px;
}

.payment-methods {
	margin: 0 0 15px 0;
}

.checkout-segment {
	padding: 0 0 15px 0;
}

.checkout-title {
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #e7e7e7;
}

.checkout-subtitle {
	font-size: 18px;
	padding: 0 0 15px 0;
	margin: 0;
}

.checkout-breadcrumbs {
	display:none;
}

.checkout-breadcrumb {
	position: relative;
	padding: 0 20px 0 0;
	font-size: 16px;
	color: #2d2d2d;
}

.checkout-breadcrumb:after {
	position: absolute;
	top: 50%;
	right: 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: #897d3d;
}

.checkout-breadcrumb__green:after {
	border-color: transparent transparent transparent #897d3d;
}

.checkout-breadcrumb__grey {
	color: #666666;
}

.checkout-breadcrumb__grey:after {
	border-color: transparent transparent transparent #666666;
}

.checkout-side {
	width: 40%;
	float: right;
	position: relative;
	z-index: 1;
}

.checkout-side:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 300%;
    background: #f6f6f6;
    z-index: -1;
}

.checkout-action {
	border-top: 2px solid #e7e7e7;
	padding: 24px 0;
}

.return-to-basket {
	position: relative;
	color: #2d2d2d;
	text-transform: none;
	padding: 12px 25px 11px 15px;
	font-size: 15px;
}
.return-to-basket::before {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.84 12.22' height='9'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23262626' d='M20.51,1,19.83.34a1.16,1.16,0,0,0-1.62,0L10.43,8.07,2.63.33A1.16,1.16,0,0,0,1.82,0,1.14,1.14,0,0,0,1,.33L.33,1a1.13,1.13,0,0,0,0,1.6l9.29,9.25a1.17,1.17,0,0,0,.8.36h0a1.17,1.17,0,0,0,.8-.36l9.28-9.23a1.15,1.15,0,0,0,0-1.61Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.checkout-addressbook .input {
	display: none;
}

.checkout-addressbook-button {
	color: #897d3d;
	font-size: 13px;
	margin-bottom: 15px;
	cursor: pointer;
}



/*
|--------------------------------------------------------------------------
| Checkout > Delivery Address
|--------------------------------------------------------------------------
*/
.delivery-address {
	display: block;
	width: 100%;
	margin: 0 0 4px 0;
	border: 2px solid #e7e7e7;
	cursor: pointer;
}

.delivery-address:hover {
	background-color: #019dc3;
}

.delivery-address.sel {
	border: 2px solid #019dc3;
}

.delivery-address:hover .delivery-address--title,
.delivery-address:hover .delivery-address--location {
	color: #fff;
}

.delivery-address.sel .delivery-address--checkbox:after {
	background-color: #2d2d2d;
	border: 4px solid #fff;
	transition: background 300ms ease;
}

.delivery-address.sel .delivery-address--title,
.delivery-address.sel .delivery-address--location {

}

.delivery-address--checkbox {
	float: left;
	position: relative;
	height: 46px;
	width: 46px;
}

.delivery-address--checkbox:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	width: 20px;
	-webkit-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px);
	background-color: #e7e7e7;
	border-radius: 20px;
}

.delivery-address--content {
	padding: 7px;
	overflow: hidden;
}

.delivery-address--title {
	display: block;
	font-weight: 600;
	font-size: 15px;
	color: #2d2d2d;
}

.delivery-address--location {
	display: block;
	font-size: 12px;
	color: #666666;
}

.button-locate {
	background-image: url(/images/style/knights/icon-zoom-white.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position:center center;
	width: 42px;
}

.button-locate.loading {
	background-image: url(/images/style/knights/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: 600;
	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/knights/icon-calendar-blue.png) no-repeat center center;
	background-size: 13px 13px;
}

.cart-overview--item-inner {
	padding: 0 0 14px 14px;
	overflow: hidden;
}

#invoice-container .cart-overview--item-inner {
	padding: 0;
}

.cart-overview--item-content {
	overflow: hidden;
	padding: 0 20px 0 0;
}

.cart-overview--item-info {
	float: right;
	text-align: right;
}

.cart-overview--item-qty,
.cart-overview--item-options {
	color: #666;
	font-size: 11px;
}

.cart-overview--item-options i {
	font-style: normal;
}

.cart-overview--item-options i:last-child {
	display: none;
}

.cart-overview--item-option__blue {
	color: #019dc3;
}

.cart-overview--item-option__blue span {
	padding: 0 4px 0;
}

.cart-overview--item-qty {
	display: block;
}

.cart-promo {
	padding: 10px 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cart-promo--button {
	position: relative;
    display: block;
    color: #897d3d;
    background-color: #ffffff;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 16px;
    cursor: pointer;
}

.cart-promo--button span {
	position: relative;
	padding: 0 0 0 26px;
}

.cart-promo--button span:after {
	content: '';
	position: absolute;
	left: 0;
	height: 16px;
	width: 16px;
	background: url(/images/style/knights/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/knights/icon-tag-white.png) no-repeat center center;
}

.cart-promo--button:hover {
	background-color: #897d3d;
	color: #fff;
}

.cart-promo--button:active {
	top: 1px;
}

.cart-promo--form {
	padding: 10px 15px 0 15px;
}

.cart-overview-totals {
	background: none;
}

.cart-overview--item-gift {
	padding: 10px 0 0 0;
}

.cart-overview--item-checkbox label {
	display: inline-block;
	font-size: 11px;
	color: #666666;
}

.checkout-login--inner {
	padding:30px 0;
	border-bottom: 1px solid #e7e7e7;
}

.cart-overview--item-option {
	display: block;
}

.checkout-login--btn {
	padding-bottom: 10px;
	transition: opacity 300ms ease;
	color: #666;
}

#checkout-hide-login-form {
	font-size: 12px;
	opacity: 1;
	transition: color 300ms ease;
	padding-top: 12px;
	color: #666;
	font-weight: 600;
}

#checkout-hide-login-form:hover {
	color: #444;
}



/*
|--------------------------------------------------------------------------
| Confirm v2
|--------------------------------------------------------------------------
*/
.payment-method {
}

.payment-method--button {
	position: relative;
	padding: 21px 20px 21px 50px;
	font-weight: 600;
	font-size: 18px;
	color: #2d2d2d;
	border: 2px solid #e7e7e7;
	margin-top: -2px;
	cursor: pointer;
}

.payment-method--title {
	padding: 3px 0;
}

.payment-method--button:before {
	content: '';
	position: absolute;
	top: 22px;
	left: 20px;
	width: 18px;
	height: 18px;
	background-color: #e7e7e7;
	border-radius: 18px;
}

.payment-method.open .payment-method--button:after {
	content: '';
	position: absolute;
	top: 26px;
	left: 24px;
	width: 10px;
	height: 10px;
	background-color: #2d2d2d;
	border-radius: 18px;
}

.payment-method--content {
	display: none;
}

.payment-method__card .payment-method--title {
	background: url(/images/style/knights/card-logos.png) no-repeat center right;
}

.payment-method__paypal .payment-method--title {
	background: url(/images/style/knights/paypal-logo-color.png) no-repeat center right;
}

.payment-method__klarna .payment-method--title {
	background: url(https://x.klarnacdn.net/payment-method/assets/badges/generic/klarna.svg) no-repeat center right;
}

.payment-method--content {
	background-color: #e7e7e7;
	padding: 40px;
	text-align: center;
	font-size: 18px;
}

.payment-method--content .input:last-child {
	margin-bottom: 0;
}

#form_stripe {
	width:100%;
	max-width: 400px;
	margin: 0 auto;
	text-align:center;
	padding: 50px 0;
}

#form_stripe #card-errors {
	text-align: left;
    margin-bottom: 15px;
}

.button-stripe {
	width: 100%;
}

.button-stripe:disabled {
	opacity: .5;
}

.button-stripe:disabled,
.button-stripe:disabled:hover {
	background-color: #897d3d;
}

.button-stripe .spinner {
	font-size: 2px;
	margin-top: -2px;
	margin-bottom: -2px;
	display: none;
}

.button-stripe:disabled .spinner {
	display: block;
}

.button-stripe span {
	line-height: 16px;
}

.button-stripe:disabled span {
	display: none;
}

.stripe-cancel {
	text-align: left;
	padding: 25px 0 0;
	margin-bottom: -8px;
}

.stripe-cancel a {
	color: #000;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0.5;
}

.stripe-cancel a:hover {
	opacity: 0.8;
}

#braintree-paypal-loggedin,
#braintree-paypal-credit-loggedin,
#braintree-card-stored {
	display: none;
	max-width: 500px;
	overflow: hidden;
	padding: 16px;
	margin: 0 auto;
	border-top: 1px solid #d1d4d6;
	border-bottom: 1px solid #d1d4d6;
	text-align: left;
}

.bb-pp-container,
.bb-card-container {
	display: table;
	width: 100%;
}

.bb-pp-container > div,
.bb-card-container > div {
	display: table-cell;
	vertical-align: middle;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.bt-pp-name,
.bt-pp-cancel,
.bt-card-cancel {
	width: 1px;
}

.bt-pp-name {
	padding-left: 36px;
	background-image: url("/images/style/knights/paypal-small.svg"), none;
	background-size: 13px 15px;
	background-position: 4px center;
	background-repeat: no-repeat;
	color: #283036;
	font-size: 13px;
	font-weight: 800;
}

.bt-pp-email,
.bt-card-details {
	padding: 0 10px;
	color: #6e787f;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 0;
}

.bt-card-details {
	padding-left: 0;
}

.bt-pp-cancel button,
.bt-pp-cancel a,
.bt-card-cancel a {
	float: right;
	color: #3d95ce;
	font-size: 11px;
	line-height: 20px;
	padding: 0px;
	margin: 0;
	border: 0px;
	cursor: pointer;
	text-decoration: underline;
	background-color: transparent;
}

.bt-pp-cancel button:hover,
.bt-pp-cancel a:hover,
.bt-card-cancel a:hover {
	color: #215b83;
}

.braintree-change-method {
	padding: 20px 0 0;
	font-size: 11px;
	color: #666;
}

.braintree-change-method a {
	color: #666;
	padding-bottom: 1px;
}

.braintree-change-method a:hover {
	color: #333;
}



/*
|--------------------------------------------------------------------------
| Checkout > Success > Order Summary
|--------------------------------------------------------------------------
*/
.order-summary {
	border: 2px solid #e7e7e7;
}

.order-summary .cart-overview--item {
	padding: 0;
	margin: 0;
}

.order-summary .cart-overview--item-gift {
	background-color: #e7e7e7;
	padding: 0;
}

.order-summary .cart-overview--item-checkbox {
	padding: 5px 10px;
	background: #e7e7e7;
}

.order-summary .cart-overview--item {
	padding: 10px;
}

.order-summary .cart-overview--item:last-child {
	border-bottom: none;
}

.order-delivery {
	padding: 18px 24px;
	font-weight: 600;
	border-bottom: 2px solid #e7e7e7;
}

.order-delivery--title {
	font-size: 18px;
	color: #666;
	display: block;
}

.order-delivery--address {
	font-size: 12px;
	color: #abadae;
	display: block;
}

.order-details {
	padding: 18px 24px;
	font-weight: 600;
	color: #666;
	border-top: 2px solid #e7e7e7;
}

.order-detail {
	padding: 4px 0;
}

.order-detail--title {
	color: #abadae;
	text-transform: uppercase;
	font-size: 12px;
}

.order-detail__green {
	color: #51ac5c;
}

.order-detail__red {
	color: #897d3d;
}



/*
|--------------------------------------------------------------------------
| Checkout > Stages
|--------------------------------------------------------------------------
*/
.checkout-stages {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	font-weight: 600;
}

.checkout-stage {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	color: #666666;
	background:#fff;
	border-right:2px solid #e7e7e7;
}

.checkout-stage span {
	display: block;
	padding: 0 20px 0 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight: 600;
	height: 50px;
	width: 300px;
	text-transform: uppercase;
	position: absolute;
	left: -126px;
	top: 126px;
	line-height: 50px;
	text-align: right;
}

.checkout-stage.dark,
.checkout-stage.darker,
.checkout-stage.darkest,
.checkout-stage.failed {
	color: #fff;
}

.checkout-stage.dark {
	background: #897d3d;
	border-right:2px solid #897d3d;
}

.checkout-stage.darker {
	background: #332e22;
	border-right:2px solid #332e22;
}

.checkout-stage.darkest {
	background: #332e22;
	border-right:2px solid #332e22;
}

.checkout-stage.failed {
	background: #727272;
	border-right:2px solid #727272;
}

.checkout-stage:nth-child(2) {
	left: 50px;
}

.checkout-stage:nth-child(3) {
	left: 100px;
}

.checkout-stage:nth-child(4) {
	left: 150px;
}

.account-overlay-form {
	padding: 20px 0;
}



/*
|--------------------------------------------------------------------------
| Account > Forms
|--------------------------------------------------------------------------
*/

.account-box.full {
	width: 100%;
}

.account-box-centered {
	max-width:580px;
	margin:0 auto;
	padding:0;
}

.account-box h2 {
	font-size: 18px;
}

.account-box h3, #account-box-trade h3 {
	font-size: 16px;
}

.account-box.fl {
	padding-right:10px;
}

.account-box.fr {
	padding-left:10px;
}

.newacc-intro {
	text-align: center;
	margin: 0 0 30px;
}

.newacc-title {
	margin: 20px 0 10px 0;
	font-size: 30px;
}

.form-note {
	display: block;
	padding: 8px 0 0;
	font-size: 11px;
	color: #7a7a7a;
}

.account a.form-note:hover {
	color: #7a7a7a;
	text-decoration: underline;
}

.account-box .uppercase {
	max-width: 150px;
}



/*
|--------------------------------------------------------------------------
| Account > Wishlist
|--------------------------------------------------------------------------
*/
.select2-account .select2-results {
	border: 1px solid #019dc3;
}

.select2-options-dropdown {
	border: 2px solid #019dc3;
}

.select2-account:before {
	display: none;
}

.wishlist {
	background-color: #897d3d;
	margin: 0 0 4px;
	padding: 20px;
	border-radius: 6px;
}

.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;
	color: #fff;
}

.wishlist .wishlist-title a:hover {
	color: #897d3d;
	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: #897d3d;
	font-weight: 600;
}

.wishlist-del:hover,
.wishlist-prod-del-button span:hover {
	color: #2d84bf;
}

.wishlist-del {
	padding-left: 10px;
}

.wishlist-prod-del-button span {
	float: right;
}

.wishlist-items {
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.8;
}

.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:#897d3d;
	font-size:11px;
	font-weight: 600;
	text-transform:uppercase;
	cursor:pointer;
	margin-left:10px;
}

.wishlist-edit span:hover,
.wishlist-return a:hover {
	color: #897d3d;
	text-decoration: underline;
}

.address-blocks--grid {
	margin: 0 -10px 0 0;
}

.wishlist-stock {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	color: #2d2d2d;
	padding-top: 8px;
	display: block;
}

.wishlist-stock img {
	width: 15px;
}

.cart_customfield {
	font-size: 12px;
	font-weight: 600;
	color: #666666;
}

.create-wishlist {
	float: right;
}

.wishlist-heart {
    padding: 7px;
    height: 36px;
    position: relative;
    width: 35px;
    margin-left: 10px;
    top: 1px;
}

.wishlist-heart svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.wishlist-prod td {
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
}

.wishlist-prod .wishlist-prod-image {
	padding-right: 0;
	width: 100px;
}

.wishlist-prod-image a,
.wishlist-prod-image img {
	display: block;
}

.wishlist-prod-image img {
	border: 1px solid #e9e9e9;
}

.wishlist-prod a {
	font-weight: 600;
	font-size: 16px;
	color: #897d3d;
}

.wishlist-prod a:hover {
	text-decoration: underline;
	color: #897d3d;
}

.wishlist-prod-move-button {
	width: 1px;
}

.wishlist-prod-move-button span {
	cursor: pointer;
	color: #897d3d;
}

.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: #897d3d;
	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: #2d84bf;
}

.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: #897d3d;
	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: #897d3d;
	color: #ffffff;
	padding: 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.order-history td {
	padding: 15px;
	color: #444;
}

.order-history tr:nth-child(even) {
	background-color: #e7e7e7;
}

.order-history .button {
	float: right;
}



/*
|--------------------------------------------------------------------------
| Account > 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 {
    margin-bottom: 30px;
}
.sitemap h2 {
	font-size: 22px;
}
.sitemap ul {
    margin-bottom: 10px;
}
.sitemap-page {
	font-size: 13px;
}

.sitemap-left,
.sitemap-right {
	width: 50%;
	max-width: 450px;
	padding: 0 15px;
	float: left;
}

.sitemap-right {
	padding-right: 0;
}

.shop-sitemap .sitemap-cat {
	margin: 15px 0 0;
}
.sitemap-cat strong {
	font-weight: 600;
}

.shop-sitemap h2 {
	margin-top: 30px;
}



/*
|--------------------------------------------------------------------------
| Account v2
|--------------------------------------------------------------------------
*/
.account {}

.account-subtitle {
	font-size: 18px;
	padding: 0 0 20px;
	color: #2d2d2d;
}

.account-sidebar--mobile-title {
	display: none;
	position: relative;
	padding: 20px;
	font-size: 16px;
	color: #707070;
}

.account-sidebar--mobile-title svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transform-origin: center;
}

.account-sidebar--mobile-title svg path {
	fill: #707070;
}

.account-sidebar--mobile-title.open svg {
	transform: rotate(-180deg) translateY(4px);
}

.account-sidebar {
	width: 280px;
	background-color: #e7e7e7;
	float: left;
	margin: 0 20px 0 0;
}

.account-sidebar nav {
	padding: 20px 24px;
}

.account-sidebar-btm.mobile {
	display: none;
}

.loyalty-points-dblc {
	display: none;
}

.account-sidebar nav li {
	padding: 5px 0;
}

.account-sidebar a {
	font-size: 16px;
	color: #707070;
	border-bottom: 1px solid transparent;
}

.account-sidebar a:hover,
.account-sidebar .sel {
	color: #897d3d;
}

.account-sidebar .sel {
	border-bottom: 1px solid #897d3d;
}

.account-sidebar-btm {
	border-top: 1px solid #aaa;
	padding: 18px 24px;
}

.account-sidebar-btm div {
	font-size: 14px;
	padding: 0 0 4px;
	color: #2d2d2d;
}

.account-sidebar-btm a {
	text-transform: uppercase;
	font-size: 11px;
}

.account-main {
	background-color: #e7e7e7;
	overflow: hidden;
	padding: 40px;
	color: #2d2d2d;
	line-height: 1.3;
}

.account-main h1 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #2d2d2d;
	padding: 0 0 20px;
	margin: 0;
	float: left;
}

.account-main-filter {
	float: right;
	height: 40px;
	color: #2d2d2d;
	padding: 0 20px;
	background-color: transparent;
	border: 1px solid #aaa;
}

.account-main .input input:focus ~ label {
	color: #2d2d2d;
}

.account-main .input input:focus {
	border-color: #e7e7e7 !important;
}

.account-panels {
	padding: 0 0 20px;
}

.account-panels--grid {
	margin: 0 -10px 0 0;
}

.account-panel {
	width: 33.3333333333%;
	float: left;
	padding: 0 10px 10px 0;
}

.account-panel--inner {
	display: block;
	border: 1px solid #aaa;
	padding: 12px 15px;
	color: #2d2d2d;
}

.account-panel--inner:hover {
	text-decoration: none;
}

.account-panel--label {
	font-size: 12px;
	color: #707070;
	padding: 0 0 5px;
	text-transform: uppercase;
	display: block;
}

.account-panel:hover .account-panel--svg {
	background: #555;
}

.account-panel--svg {
	width: 20px;
	height: 20px;
	float: right;
	text-align: center;
	background-color: #666;
	border-radius: 10px;
	line-height: 22px;
	transition: .3s ease;
}

.account-panel--svg svg path {
	fill: #fff;
}

.account-panels--wide .account-panel {
	width: 25%;
}

.account-table {
	width: 100%;
	border: 1px solid #aaa;
	table-layout: auto;
	margin: 0 0 30px;
}

.account-table a {
	color: #707070;
}

.account-table a:hover {
	color: #2d2d2d;
}

.account-table .button-xsmall,
.account-table .button-xsmall:hover {
	color: #fff;
	text-decoration: none;
}

.account-table.no-margin {
	margin: 0;
}

.account-table .dblc {
	padding: 12px 15px;
	color: #2d2d2d;
	font-size: 12px;
	border-bottom: 1px solid #aaa;
}

.account-table .dblr:last-child .dblc {
	border-bottom: none;
}

.account-table .dblc.small {
	width: 1px;
}

.account-table .dblc.full {
	width: 100%;
}

.account-table .dblr:first-child .dblc {
	color: #707070;
	text-transform: uppercase;
    white-space: nowrap;
}

.account-table--label {
	color: #707070;
	font-size: 12px;
	text-transform: uppercase;
}

.account-table--value {
	color: #2d2d2d;
	line-height: 15px;
	padding: 4px 0 0;
	font-size: 12px;
}

.account-invoices h1 {
	margin: 0;
}

.account-invoices .message-error {
	margin: 0;
}

.account-invoices-outstanding {
	padding-bottom: 10px;
}

.account-invoices-outstanding .account-table-invoices {
	margin: 15px 0;
}

.account-invoices-outstanding .pay-btn {
	margin-bottom: 10px;
}

.account-table-invoices .dblc:first-child {
	padding-right: 0;
	vertical-align: middle;
}

.account-table-invoices [type="checkbox"] {
	display: block;
}


.account-latest-orders {
	border: 1px solid #aaa;
	font-size: 11px;
	color: #897d3d;
	text-align: center;
	padding: 12px;
	border-top: none;
}

.order-totals {
	border: 1px solid #aaa;
	padding: 15px 24px;
	text-align: right;
	font-size: 13px;
	color: #707070;
	text-transform: uppercase;
	margin: 0 0 30px;
	border-top: 0;
}

.order-totals .dbl {
	width: 140px;
	float: right;
}

.order-totals .dblc {
	padding: 5px 0;
}

.order-totals .dblc:first-child {
	text-align: left;
}

.order-totals .dblr:last-child {
	color: #2d2d2d;
	font-weight: 600;
}

.order-panels {
	padding: 0 0 30px;
}

.order-panels--grid {
	margin: 0 -10px 0 0;
}

.order-panels .message-error {
	margin: -10px 0 30px;
}

.order-panel {
	width: 33.3333333%;
	padding: 0 10px 0 0;
	font-size: 12px;
	float: left;
}

.order-panel--inner {
	border: 1px solid #aaa;
	padding: 12px 15px;
}

.order-panel--data {
	padding: 0 0 10px;
}

.order-panel--data:last-child {
	padding: 0;
}

.order-btns {
	margin: 30px 0 0 0;
}

.loyalty-table-cont {
	overflow: hidden;
}

.loyalty-table {
	table-layout: auto;
	margin-bottom: 20px;
	border: 1px solid #aaa;
}

.loyalty-table .dblc {
	padding: 12px 15px;
	font-size: 12px;
}

.loyalty-table .dblc:not(:last-child) {
	border-right: 1px solid #aaa;
}

.loyalty-table .full {
	width: 100%;
}

.loyalty-table .small {
    white-space: nowrap;
}

.loyalty-point--cont {
	width: 160px;
	float: left;
	text-align: center;
}

.loyalty-point {
	margin: 16px auto 0;
	border: 1px solid #aaa;
	border-radius: 30px;
	padding: 10px 15px;
	color: #2d2d2d;
	font-size: 12px;
	display: inline-block;
	background-color: #e7e7e7;
	line-height: normal;
}

.top-loyalty {
	position: relative;
	padding: 0 0 40px;
	z-index: 1;
}

.loyalty {
	position: relative;
	z-index: 1;
}

.top-loyalty--text {
	border: 1px solid #aaa;
	overflow: hidden;
	font-size: 13px;
    padding: 12px 15px;
	color: #707070;
}

.top-loyalty--text span {
	color: #2d2d2d;
}

.top-loyalty:before,
.loyalty:before {
	content: '';
	z-index: -1;
	width: 1px;
	position: absolute;
	left: 80px;
	top: 0; bottom: 0;
	background-color: #aaa;
}

.top-loyalty .loyalty-point {
	font-size: 14px;
	color: #2d2d2d;
	margin: 0;
}

.account-login--checkbox-cont span {
	display: block;
	font-size: 11px;
	padding: 8px 0 0;
}

.account-details--title-text {
	font-size: 12px;
	color: #707070;
	padding: 0 0 20px;
	clear: both;
}

.account-details--block {
	border: 1px solid #aaa;
	padding: 12px 15px;
	margin: 0 0 10px;
	border-radius: 6px;
}

.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: #ede6d8;
    margin-bottom: 30px;
    color: #707070;
    border-radius: 12px;
}

.account-login--block h3 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #2d2d2d;
}

.account-login--block p {
	font-size: 13px;
	margin-bottom: 20px;
}

.account-login--section {
	margin-bottom: 20px;
}

.account-login--block .form-note {
	padding: 8px 0;
}

.account-login--buttons {
	margin-top: 10px;
}

.account-login--buttons .form-note {
	text-transform: uppercase;
}

.account-login--trade {
	margin: 15px 0 -2px;
}

.account-comms--preferences-subtitle {
	margin-bottom: 8px;
}

.account-comms--preferences {
	padding: 20px;
}

.account-comms--preferences .input-grid {
	padding-left: 8px;
}

.account-comms--preferences-inner {
	padding: 0 0 10px 10px;
}

.quote-side {
	width: 50%;
	float: right;
}

.quote-side .cart-segment {
	margin-bottom: 20px;
	border: 1px solid #1e1e1e;
	background: none;
}

.quote-side .cart--heading {
	color: #fff;
}

.quote-side .cart-segment {
	margin-bottom: 0;
}

.quote-side .cart-segment + .cart-totals {
	border-top: 0;
}

.quote-side .cart-totals {
	color: #707070;
}

.quote-side .cart-total {
	color: #fff;
}



/*
|--------------------------------------------------------------------------
| Account v2 > Overlays
|--------------------------------------------------------------------------
*/
.modal-account .modal--inner {
	max-width: 476px;
}

.account-modal {
	background-color: #2d2d2d;
	padding: 30px;
}

.account-modal .checkbox-label {
	color: #fff;
}

.account-modal .input {
	margin: 0 0 4px;
}

.account-modal--title {
	font-size: 21px;
	color: #fff;
	padding: 0 0 20px;
}

.account-modal--action {
	text-align: right;
	padding: 16px 0 0 0;
}

.account-modal--action .button {
	font-size: 14px;
}

.address-block--grid {
	margin: 0 -10px 0 0;
}

.address-block,
.address-block--add {
	float: left;
	padding: 0 10px 10px 0;
	color: #2d2d2d;
}

.address-block--title {
	font-size: 11px;
	color: #707070;
	padding: 0 0 4px;
}

.address-block--inner {
	border: 1px solid #aaa;
	padding: 12px 15px;
	border-radius: 6px
}

.address-block__primary .address-block--inner {
	border-color: #2d2d2d;
}

.address-block--address {
	font-size: 12px;
}

.address-block--action {
	padding: 20px 0 0 0;
}

.address-block--action a,
.address-block--action button,
.address-block--action {
	font-size: 10px;
	color: #707070;
}

.address-block--action button {
	background: 0;
	font-family: inherit;
	text-align: left;
}

.address-block--action button:hover {
	text-decoration: underline;
}

.account-modal--checkboxes {
	padding: 14px 0 0 0;
}

.account-modal--checkboxes-title {
	font-size: 11px;
	color: #707070;
	text-transform: uppercase;
	padding: 0 0 4px;
}

.address-block--add-inner {
	position: relative;
	border: 1px solid #aaa;
	text-align: center;
	height: 100px;
	cursor: pointer;
	border-radius: 6px;
}

.address-block--add-wrap {
	position: absolute;
	top: 50%;
	left: 0; right: 0;
	transform: translateY(-50%);
}

.address-block--add-wrap,
.address-block--add-wrap svg path {
	transition: .3s ease;
}

.address-block--add-title {
	font-size: 14px;
	color: #666;
}

.address-block--add-wrap svg path {
	fill: #666;
}

.address-block--add-inner:hover {
	border-color: #999;
}

.address-block--add-inner:hover .address-block--add-title {
	color: #555;
}

.address-block--add-inner:hover svg path {
	fill: #555;
}

.no-margin {
	margin: 0;
}

.mobile-cats {
	display: none;
	padding: 0 0 20px;
}

.mobile-cats--title {
	position: relative;
	font-size: 24px;
	padding: 10px 16px;
	background-color: #2d2d2d;
	margin: 0 0 10px;
}

.mobile-cats--title svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transform-origin: center;
}

.mobile-cats a {
	padding: 10px;
	color: #fff;
}

.mobile-cats a.sel {
	color: #897d3d;
}

.mobile-cats--cats {
	display: none;
}

.mobile-cats--title.open {
	color: #897d3d;
}

.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/knights/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 {
	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;
}


/*
|--------------------------------------------------------------------------
| CMS PAGE -> NEWS CATEGORY
|--------------------------------------------------------------------------
*/

.border-top {
    border-top: 1px solid #ede6d8;
}

.news-category__list {
    flex-wrap: wrap;
}
.news-category__item {
	margin: 5px 0;
}
.news-category__item:not(:last-child) a {
    margin-right: 20px;
}
.news-category__item a {
    color: #897d3d;
    border: 1px solid #897d3d;
    border-radius: 5px;
    padding: 8px 17px;
    text-transform: uppercase;
    font-weight: 600;
}
.news-category__item:not(.sel) a:hover {
	color: #60582b;
	border: 1px solid #60582b;
}
.news-category__item.sel a {
	background-color: #897d3d;
	color: #fff;
}

.featured-article {
    background-color: #ede6d8;
    display: flex;
    overflow: hidden;
    border-radius: 12px;
	margin-bottom: 40px;
}
.featured-article__image {
    min-width: 567px;
    min-height: 425px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.featured-article__cat a, .article-item__cat a {
    text-transform: uppercase;
    font-size: 16px;
}
.featured-article__content {
    padding: 40px 50px;
	flex: 1;
}
.featured-article__title a {
    font-size: 34px;
    color: rgb(38, 38, 38);
    font-weight: 600;
}

.featured-article__text {
    margin-bottom: 20px;
}
.featured-article__text > .content > * {
    font-size: 18px;
    line-height: 1.4;
}
.featured-article__action .button {
    background-color: #897d3d;
    padding: 5px 70px;
}
.featured-article__action .button:hover {
    background-color: #332e22;
}
.featured-article__info, .article-item__info, .article-content--date {
    color: #897d3d;
}
.featured-article__info strong, .article-item__info strong, .article-content--date strong {
    font-weight: 600;
}

.article-list__container {
	margin-top: -30px;
}

.article-grid {
    padding: 40px 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -20px 0;
}
.article-item {
    width: 50%;
	padding: 0 20px 20px 0;
}
.article-item > div {
	display: flex;
	background-color: #f1f1f1;
	overflow: hidden;
	border-radius: 12px;
}
.article-item__image {
    min-width: 267px;
    height: 200px;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.article-item__title {
	flex: 1;
	font-size:18px;
	color: #332e22;
	margin-bottom: 10px;
}

.article-item__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    flex: 1;
}
.article-item__cat {
    margin-bottom: 8px;
}
.article-item__action > .button {
    padding: 5px 15px;
}

.article__inner {
    padding: 0 80px;
}
.article__inner .breadcrumb-trail {
    margin-bottom: 30px;
}
h1.article-content--title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
	margin-bottom: 20px;
}
.article-content__content {
	margin-top: 25px;
	padding: 35px 0;
}

.article-content__content h1, .article-content__content h2, .article-content__content h3, .article-content__content h4, .article-content__content h5 {
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 15px;
	color: #897d3d;
}
.article-content__content h1 {
	font-size: 30px;
}
.article-content__content h2 {
	font-size: 27px;
}
.article-content__content h3 {
	font-size: 24px;
}
.article-content__content h4 {
	font-size: 21px;
}
.article-content__content h5 {
	font-size: 18px;
}

.article--image {
    width: 100%;
    height: 500px;
    border-radius: 12px;
    margin-bottom: 40px;
	background-position: center;
	background-size: cover;
}

.article-content--social {
    background-color: #ede6d8;
    border-radius: 10px;
    padding: 10px 45px;
	margin: 30px 0 80px;
}
.article-content--social > span {
    font-size: 18px;
}
.article-content--social a.at-icon-wrapper.at-share-btn {
    background-color: transparent!important;
    margin: 0;
	padding: 0 0 0px 5px;
}
.article-content--social .at-resp-share-element .at-share-btn .at-icon-wrapper, .article-content--social .at-icon {
    float: left;
    height: 30px!important;
    width: 30px!important;
}

.careers {
    display: flex;
    padding-top: 40px;
    padding-bottom: 100px;
}
.careers-list {
	flex:1;
    margin-right: 80px;
}
.careers-list__item > div {
    background-color: #ede6d8;
    border-radius: 12px;
}
.careers-list__item__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 30px;
    font-size: 24px;
    text-transform: uppercase;
    cursor: pointer;
}
.careers-list__item__title svg {
    height: 10px;
	transition: ease-in-out .2s;
}
.careers-list__item.show .careers-list__item__title svg {
	transform: rotate(-180deg);
}
.careers-list__item__desc {
    display: flex;
    flex-direction: column;
    padding: 0 30px 50px;
}
.careers-list__item:not(.show) .careers-list__item__desc {
    display: none;
}
.careers-list__item__desc > span {
    font-size: 18px;
    text-transform: uppercase;
    color: #897d3d;
    margin-bottom: 5px;
}
.careers-list__item__desc > div > * {
    line-height: 1.6;
}
.careers-form {
	width: 450px;
}
.careers-form > form {
    background-color: #f1f1f1;
    border-radius: 12px;
    padding: 25px 20px 20px;
}
.form-title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.careers-form button#submit {
    margin-top: -10px;
}

.careers-form .input-file-dummy {
    padding: 16px 15px 16px 125px;
    background-color: #fff;
}



.page-header__border {
	border-bottom: 1px solid #ede6d8;
}
.page-content {
	margin-bottom: 80px;
}

.help_category-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #cfc593;
    padding: 60px 40px;
    border-radius: 12px;
	margin-top: -20px;
    margin-bottom: 40px;
	width: 100%;
}
.help_category-list .category-list__item {
	display: flex;
    justify-content: center;
    width: 25%;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    border-right: 1px solid #897d3d;
	padding: 20px 20px 10px;
}
.help_category-list .category-list__item:nth-child(4n) {
	border: 0;
}
.help_category-list img {
	margin-bottom: 30px;
}

.help-page {
	padding: 20px 155px 75px 0;
}

.about-cat .help-sidebar {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}


.help-sidebar {
	width: 400px;
	padding-right: 70px;
}

.help-sidebar > div {
    background-color: #897d3d;
	border-radius: 12px;
	overflow: hidden;
}
.help-sidebar__title {
    padding: 20px 30px 18px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
	position: relative;
	z-index: 1;
}

.help-sidebar__title::after {
	content: '';
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	background: url(/images/style/knights/camo_bg.png);
	z-index: -1;
	opacity: 0.2;
}

.help-sidebar__title strong {
    font-weight: 600;
}
.help-sidebar a {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    font-size: 20px;
    color: #fff;
	background-color: #332e22;
}
.help-sidebar a:not(.sel):hover {
    background-color: #897d3d;
}
.help-sidebar a.sel {
	background-color: #897d3d;
}
.help-sidebar a:not(:last-child) {
	border-bottom: 1px solid #201e18;
}
.help-sidebar a img {
    margin-right: 15px;
}

.help-page__main {
	flex: 1;
	margin-top: 40px;
}
.help-page__main h1 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
}
.help-page__main .contact-page__info {
    margin-top: 35px;
}
.help-page__main .contact-page__info, .help-page__main .contact-page__info > div {
	display: flex;
    flex-direction: column;
}
.help-page__main .contact-page__info > div img {
    height: 22px;
    width: fit-content;
	margin-top: -2px;
}
.help-page__main .contact-page__info > div:not(:last-child) {
	margin-bottom: 25px;
}
.help-page__main .contact-page__info > div > span {
    text-transform: uppercase;
    color: #897d3d;
    font-weight: 600;
	margin-bottom: 6px;
}
.help-page__main > .content *, .help-page__main .contact-page__info {
	font-size: 15px;
	line-height: 1.4;
}
.help-page__main > .content strong {
    font-weight: 600;
}
.help-page__form .form-bottom {
	display:flex;
	flex-direction: column;
	align-items: flex-end;
}
.help-page__form .form-bottom .g-recaptcha {
	margin: -10px 0 20px;
	max-width: 100%;
}

.help-page__form {
	margin-top: 45px;
	margin-left: 80px;
	width: 445px;
}
.help-page__form > form {
    background-color: #f1f1f1;
    border-radius: 12px;
    padding: 25px 20px 20px;
}
.help-page__form button#submit {
    margin-top: -10px;
}

.help-page__main > .content ::marker {
    color: #897d3d;
}

.no-faqs {
    color: #a42a2a;
}

.faq-page .dd-section {
	background-color: #ede6d8;
	border-radius: 12px;
	padding: 30px 40px 40px;
}
.faq-page .dd-section--title {
	text-transform: uppercase;
	margin-bottom: 18px;
	font-weight: 600;
}
.faq-page li.dd-block {
	background-color: transparent;
    border-top: 1px solid #897d3d;
    border-bottom: 1px solid #897d3d;
    border-radius: 0;
	margin: 0;
}
.faq-page li.dd-block:not(:last-child) {
    border-bottom: 0;
}
.faq-page .dd-title {
    color: #897d3d;
    padding: 28px 50px 28px 20px;
}
.faq-page .dd-title:before {
	content: none;
}
.faq-page .dd-title::after {
	top: 33px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.84 12.22' height='9'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23897d3d' d='M20.51,1,19.83.34a1.16,1.16,0,0,0-1.62,0L10.43,8.07,2.63.33A1.16,1.16,0,0,0,1.82,0,1.14,1.14,0,0,0,1,.33L.33,1a1.13,1.13,0,0,0,0,1.6l9.29,9.25a1.17,1.17,0,0,0,.8.36h0a1.17,1.17,0,0,0,.8-.36l9.28-9.23a1.15,1.15,0,0,0,0-1.61Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	height: 10px;
    width: 17px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	transition: .2s all ease-out;
}
.faq-page .dd-open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-page .dd-text p {
    color: #332e22;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.content-header {
    border-radius: 12px;
    margin: 30px 0 40px;
    padding: 40px;
    height: 579px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	background-size: cover;
    background-position: center;
}
.content-header__info {
    width: 1400px;
	max-width: 100%;
    margin: 0 auto;
}
.content-header__info > img {
    height: 70px;
    width: 69px;
}
.content-header__title {
    font-size: 85px;
    font-weight: 200;
    color: #fff;
}
.content-header__title strong {
	font-weight: 600;
}
.content-split, .bottom-block {
    margin: 40px 0;
}
.content-split h1, .content-split h2, .content-split h3, .content-split h4, .content-split h5 {
	font-weight: 400;
	color: #897d3d;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.content-split h1 {
	font-size: 36px;
}
.content-split h2 {
	font-size: 32px;
}
.content-split h3 {
	font-size: 28px;
}
.content-split h4 {
	font-size: 24px;
}
.content-split h5 {
	font-size: 20px;
}
.content-split h1:not(:first-child), .content-split h2:not(:first-child), .content-split h3:not(:first-child), .content-split h4:not(:first-child), .content-split h5:not(:first-child) {
	margin-top: 55px;
}
.content-split.with-gal .content-split__gallery {
	margin-left: 200px;
}
.content-split__gallery img {
	border-radius: 12px;
}
.content-split__gallery img:not(:last-child) {
	margin-bottom: 30px;
}
.bottom-block > div {
    padding: 30px;
    border-radius: 12px;
    background-color: #f1f1f1;
    margin-bottom: 40px;
}
.bottom-block span {
    font-size: 28px;
    font-weight: 200;
}
.bottom-block a {
	padding: 8px 55px;
	margin-left: 20px;
}

.featured-page .product-grid {
	margin-left: -40px;
	margin-top: 30px;
}
.featured-page .product-grid--item {
    width: 33.33333%;
}
.no-pad {
	padding: 0!important;
}
.plain-content h1, .plain-content h2, .plain-content h3, .plain-content h4, .plain-content h5 {
	margin-top: 10px;
}
.plain-content h1 {
	font-size: 32px;
}
.plain-content h2 {
    font-size: 28px;
}
.plain-content h3 {
	font-size: 24px;
}
.plain-content h4 {
	font-size: 22px;
}
.plain-content h5 {
	font-size: 20px;
}

.nslt-signup {
    padding: 20px 0;
	background-color: #332e22;
    border-bottom: 1px solid #323232;
	text-align: center;
}
.nslt-signup span {
    font-size: 16px;
    color: #fff;
    margin-right: 30px;
}
.footer-form {
    display: flex;
	flex: 1;
    max-width: 620px;
}
.footer-form .input {
	margin: 0;
	flex: 1;
}
.footer-form .input-label {
	top: 4px;
    left: 10px;
}
.footer-form .input input[type="text"], .footer-form .input input[type="email"] {
    padding: 15px 10px 2px 10px;
	border: 1px solid #fff;
	border-radius: 0;
}
.footer-form .input:first-child input[type="text"], .footer-form .input:first-child input[type="email"] {
	border-radius: 6px 0 0 6px;
	border-right: 1px solid #d5cfe5;
}
.footer-form button {
	border-radius: 0 6px 6px 0;
}






/*
|--------------------------------------------------------------------------
| New site additions
|--------------------------------------------------------------------------
*/

.about-cat--pages .help-page__main {
	margin-top: 0;
}

.about-cat--page-header {
	min-height: 440px;
	padding: 30px 40px;
	position: relative;
	display: flex;
	align-items: flex-end;
	border-radius: 13px;
	overflow: hidden;
	background-color: #897d3d;
	z-index: 1;
}

.about-cat--page-header.no-image::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/images/style/knights/camo_bg.png);
	z-index: -1;
	opacity: 0.2;
}

.about-cat--page-header::after {
	content: '';
	position: absolute;
	right: 0;bottom: 0;left: 0;
	height: 25%;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	opacity: 0.4;
}

.about-cat--page-header h1 {
	font-size: 60px;
	font-weight: 600;
	color: #fff;
	text-transform: none;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

.about-cat--page-content {
	padding-top: 65px;
}

.lake-content p,
.lake-content {
	font-size: 16px;
	color: #262626;
}

.lake-content p {
	margin-top: 20px;
}

.lake-content p + h2 {
	margin-top: 25px;
}

.lake-content h2 {
	color: #897d3d;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
}

.lake-content {
	padding-right: 100px;
}

.lake-content.no-map {
	padding-right: 0;
}

.lake-map--cont,
.lake-content {
	flex: 1 0 50%;
}

.lake-map {
	border-radius: 13px;
	overflow: hidden;
}

.lake-map iframe {
	width: 100%;
	height: 670px;
}

.lake-map--actions {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lake-map--actions > .button {
	width: calc(50% - 5px);
}

.about-cat--page-gallery {
	padding-top: 40px;
}

.about-cat--page-gallery img {
	display: block;
	width: 100%;
}

.gallery-page-list {
	display: flex;
    flex-wrap: wrap;
    margin: 10px -30px 0px 0;
}
.gallery-page-list > div {
	padding: 0 30px 45px 0;
	width: 20%;
}
.gallery-page-list .gallery-page {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	height: 100%;
}
.gallery-page-list .gallery-page .title {
	color: #262626;
	margin-bottom: 12px;
	flex: 1;
}
.gallery-page-list .gallery-page__image {
    height: 230px;
    background-size: cover;
    background-position: center;
	margin-bottom: 18px;
}

.gal-page--gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -20px 30px 0;
}
.gal-page--gallery > div {
    padding: 0 20px 20px 0;
    width: 25%;
}
.gal-page--gallery a {
    height: 308px;
	border-radius: 10px;
	display: flex;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.gal-page--gallery a img {
	visibility: hidden;
}
.gal-heading__msg {
	color: #262626;
	font-size: 12px;
}
.gal-heading__msg img {
	margin-right: 10px;
}

.gal-magnified {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .65);
    z-index: 100;
}
.gal-magnified .close {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 30px;
	width: 30px;
	background: transparent;
}
.gal-magnified .close::after, .gal-magnified .close:before {
	content: '';
	top: 50%;
	left: 50%;
	width: 2px;
	height: 20px;
	position:absolute;
	background-color: #ffffff;
}
.gal-magnified .close:before {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.gal-magnified .close::after {
	transform: translate(-50%,-50%) rotate(45deg);
}
.gal-magnified .inner {
	display: flex;
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
	overflow: hidden;
	border-radius: 6px;
	height: 90%;
}
.gal-magnified .inner .image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 80%;
    overflow: hidden;
}
.gal-magnified span {
	background-color: #897d3d;
	color: #ffffff;
	padding: 20px;
	border-radius: 0 0 6px 6px;
}

.gal-magnified .inner .image::-webkit-scrollbar {
	width: 10px;
}
.gal-magnified .inner .image::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.gal-magnified .inner .image::-webkit-scrollbar-thumb {
	background: #888;
}
.gal-magnified .inner .image::-webkit-scrollbar-thumb:hover {
	background: #555;
}



.event-datepicker-cont {
    background-color: white;
    padding: 20px;
}

.event-datepicker .ui-datepicker-inline {
    margin: 0;
    width: 100%;
    background-color: white;
    padding: 10px;
    padding-top: 0;
    margin-bottom: 10px;
    border: 1px solid var(--Light-Grey, #EBEBEB);
}

.event-datepicker .ui-datepicker .ui-state-default {
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00D100;
    border: none;
    color: #101010;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    border-radius: 5px;
}

.event-datepicker .ui-datepicker .ui-state-active {
    background-color: #025EE6!important;
    color: white;
    opacity: 1;
}

.event-datepicker .ui-datepicker .unavailable .ui-state-default {
    background-color: #EB001B;
    opacity: 1;
    cursor: not-allowed;
}

.event-datepicker .ui-datepicker .almost-full .ui-state-default {
    background-color: #FFDE00;
    opacity: 1;
}

.event-datepicker .ui-datepicker .ui-state-disabled {
    opacity: 1;
}

.event-datepicker .ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.event-datepicker .ui-datepicker .ui-datepicker-next.ui-state-disabled {
    opacity: .5;
}

.event-datepicker .ui-datepicker .ui-state-disabled.ui-datepicker-unselectable {
    opacity: 1;
    cursor: not-allowed;
}

.event-datepicker .ui-datepicker .ui-state-disabled.ui-datepicker-unselectable .ui-state-default {
    background-color: #EB001B;
    opacity: 1;
}

.event-datepicker .ui-state-hover {
    border-color: transparent!important;
    transition: none!important;
}

.event-datepicker .ui-datepicker .unavailable.ui-state-disabled.ui-datepicker-unselectable {
    opacity: 1;
}

.event-datepicker .ui-datepicker-title {
    color: var(--Dark-Blue, #051C37);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.event-datepicker .ui-datepicker .ui-datepicker-header {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--Light-Grey, #EBEBEB);
}

.event-datepicker .ui-datepicker .ui-datepicker-next {
    top: 50%!important;
    transform: translateY(-50%);
    right: 32px!important;
}

.event-datepicker .ui-datepicker .ui-datepicker-next,
.event-datepicker .ui-datepicker .ui-datepicker-prev {
    background-color: transparent;
}

.event-datepicker .ui-datepicker .ui-datepicker-next .ui-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.event-datepicker .ui-datepicker .ui-datepicker-prev .ui-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.event-datepicker .ui-datepicker .ui-datepicker-prev {
    top: 50%!important;
    transform: translateY(-50%);
    left: 32px!important;
}

.event-datepicker .ui-datepicker td {
    padding: 5px;
}

.event-datepicker .ui-widget-header {
    border: none;
}

.event-datepicker-keys {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.booking-v2-available-partial-evening {

}

.booking-v2-available-partial-morning .ui-state-default {
	position: relative;
	overflow: hidden;
    z-index: 1;
}

.booking-v2-available-partial-morning .ui-state-default:before {
	content: '';
	position: absolute;
	background-color: #EB001B;
	right: 50%;
	top: 0%;
	bottom: 0%;
	left: 0;
    z-index: -1;
}

.booking-v2-available-partial-evening .ui-state-default {
	position: relative;
	overflow: hidden;
    z-index: 1;
}

.booking-v2-available-partial-evening .ui-state-default:before {
	content: '';
	position: absolute;
	background-color: #EB001B;
	left: 50%;
	top: 0%;
	bottom: 0%;
	right: 0;
    z-index: -1;
}

.event-datepicker-key {
    display: flex;
    align-items: center;
    margin: 0 32px 10px 0;
    color: var(--Dark-Blue, #051C37);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.event-datepicker-key-circle {
	position: relative;
    width: 21px;
    height: 21px;
    background-color: #EBEBEB;
    border-radius: 10.5px;
    margin: 0 6px 0 0;
	overflow: hidden;
}

.event-datepicker-key-circle.red {
background: #EB001B;
}

.event-datepicker-key-circle.blue {
background: #332E22;
}

.event-datepicker-key-circle.yellow {
background: #FFDE00;
}

.event-datepicker-key-circle.partial:after {
	content: '';
	position: absolute;
	top: 0; right: 50%;
	left: 0; bottom: 0;
	background-color: #EB001B;
}

.event-datepicker .ui-datepicker-calendar {
    padding: 0 32px;
}

.time-slot-input .select2 {
	width: 100%!important
}

.time-slot-input .select2-basic--container.select2-selection--single .select2-selection__rendered {
    padding: 25px 15px 10px 15px;
}


.input-radios .cf.slotpicker-radios {
    padding-top: 0;
}

.event-datepicker-cont {
    padding: 20px;
	margin-bottom: 20px;
}

.event-datepicker .ui-datepicker-inline {
    margin: 0;
    width: 100%;
    background-color: white;
    padding: 10px;
    padding-top: 0;
    margin-bottom: 10px;
    border: 1px solid var(--Light-Grey, #EBEBEB);
}

.event-datepicker .ui-datepicker .ui-state-default {
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00D100;
    border: none;
    color: #101010;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    border-radius: 5px;
}

.event-datepicker .ui-datepicker td.booking-v2-conflicted {
	pointer-events: none;
}

.event-datepicker .ui-datepicker .ui-state-active, .event-datepicker .ui-datepicker td.date_selected .ui-state-default {
    background-color: #332E22!important;
    color: white;
    opacity: 1;
}

.event-datepicker .ui-datepicker .unavailable .ui-state-default {
    background-color: #EB001B;
    opacity: 1;
    cursor: not-allowed;
}
.event-datepicker .ui-datepicker .booking-v2-conflicted .ui-state-default {
    background-color: #ffaa12;
	cursor: not-allowed;
	opacity: 1;
}

.event-datepicker .ui-datepicker .almost-full .ui-state-default {
    background-color: #FFDE00;
    opacity: 1;
}

.event-datepicker .ui-datepicker .ui-state-disabled {
    opacity: 1;
}

.event-datepicker .ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.event-datepicker .ui-datepicker .ui-datepicker-next.ui-state-disabled {
    opacity: .5;
}

.event-datepicker .ui-datepicker .ui-state-disabled.ui-datepicker-unselectable {
    opacity: 1;
    cursor: not-allowed;
}

.event-datepicker .ui-datepicker .ui-state-disabled.ui-datepicker-unselectable .ui-state-default {
    background-color: #EB001B;
    opacity: 1;
}

.event-datepicker .ui-state-hover {
    border-color: transparent!important;
    transition: none!important;
}

.event-datepicker .ui-datepicker .unavailable.ui-state-disabled.ui-datepicker-unselectable {
    opacity: 1;
}

.event-datepicker .ui-datepicker-title {
    color: var(--Dark-Blue, #051C37);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.event-datepicker .ui-datepicker .ui-datepicker-header {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--Light-Grey, #EBEBEB);
}

.event-datepicker .ui-datepicker .ui-datepicker-next {
    top: 50%!important;
    transform: translateY(-50%);
    right: 32px!important;
}

.event-datepicker .ui-datepicker .ui-datepicker-next,
.event-datepicker .ui-datepicker .ui-datepicker-prev {
    background-color: transparent;
}

.event-datepicker .ui-datepicker .ui-datepicker-next .ui-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.event-datepicker .ui-datepicker .ui-datepicker-prev .ui-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.event-datepicker .ui-datepicker .ui-datepicker-prev {
    top: 50%!important;
    transform: translateY(-50%);
    left: 32px!important;
}

.event-datepicker .ui-datepicker td {
    padding: 5px;
}

.event-datepicker .ui-widget-header {
    border: none;
}

.listing-related--products .product-grid {
	margin-left: -40px;
}

.listing-related--products {
	margin:0;
}

.event-datepicker-keys {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.event-datepicker-key {
    display: flex;
    align-items: center;
    margin: 0 22px 10px 0;
    color: var(--Dark-Blue, #051C37);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.event-datepicker-key-circle {
    width: 21px;
    height: 21px;
    background-color: #00D100;
    border-radius: 10.5px;
    margin: 0 6px 0 0;
}

.event-datepicker-key-circle.red {
background: #EB001B;
}

.event-datepicker-key-circle.blue {
background: #332E22;
}

.event-datepicker-key-circle.yellow {
background: #FFDE00;
}
.event-datepicker-key-circle.conflicted {
background: #ffaa12;
}

.event-datepicker .ui-datepicker-calendar {
    padding: 0 32px;
}

#datepicker.evening_start td:not(.booking-v2-available-partial-morning) .ui-state-active, 
.event-datepicker .ui-datepicker .date_selected .ui-state-default, 
.event-datepicker .ui-datepicker .morning_select_next .ui-state-default {
	position: relative;
    overflow: hidden;
    z-index: 1;
}
#datepicker.evening_start td:not(.booking-v2-available-partial-morning) .ui-state-active::before {
    content: '';
	position: absolute;
	right: 50%;
    top: 0%;
    bottom: 0%;
    left: 0;
    z-index: -1;
	background-color: #00D100;
}
.event-datepicker .ui-datepicker .date_selected:not(.morning_select) .ui-state-default, 
.event-datepicker .ui-datepicker .morning_select_next .ui-state-default {
    background-color: #332E22!important;
    color: #FFF;
}
.event-datepicker .ui-datepicker .morning_select:not(.dmo-hide) .ui-state-default::after, 
.event-datepicker .ui-datepicker .morning_select_next .ui-state-default::after {
	content: '';
	position: absolute;
	left: 50%;
	right: 0;
    top: 0%;
    bottom: 0%;
    z-index: -1;
	background-color: #00D100;
}
.event-datepicker .ui-datepicker .booking-v2-conflicted.morning_select:not(.dmo-hide) .ui-state-default::after, 
.event-datepicker .ui-datepicker .booking-v2-conflicted.morning_select_next .ui-state-default::after {
	background-color: #ffaa12;
}
.event-datepicker .ui-datepicker .booking-v2-available-partial-evening.morning_select:not(.dmo-hide) .ui-state-default::after, 
.event-datepicker .ui-datepicker .booking-v2-available-partial-evening.morning_select_next .ui-state-default::after {
	background-color: #EB001B;
}

.options_container_radio {
	padding:10px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}

.options-radios .cf, .input-radios .cd {
	display: flex;
	/* background-color: #121212; */
	flex-wrap: wrap;
}

.option-radio, .input-radio {
	flex: 1 0 180px;
}

.option-radio:hover .option-radio--inner, .input-radio:hover .input-radio--inner {
	background: rgba(0,0,0,0.2);
}

.option-radio.checked .option-radio--inner, .input-radio.checked .input-radio--inner {
    background: #025EE6;
}

.option-radio--inner, .input-radio--inner {
	background: rgba(0,0,0,0.1);
	padding: 15px;
	text-align: center;
	display: block;
	cursor: pointer;
}

.option-radio--inner input, .input-radio--inner input {
	display: none;
}

.opt_radio {
	width:initial;
	vertical-align: middle;
    margin: 0 6px .25em 10px;
}

.options_text {
	padding: 0 0 6px;
	margin: 10px 0 0 0;
	width: 100%;
	border:none;
}

.option-radio {
}

.options-radios, .input-radios {
	margin: -5px;
}

.options-radios .options_text {
	margin-left: 5px;
}

.option-radio--inner, .input-radio--inner {
    background-color: #ede6d8;
    text-align: center; 
    color: var(--Dark-Blue, #051C37);
    font-size: 16px;
    font-style: normal;
    line-height: 20px; /* 125% */
    margin: 5px;
    min-height: 48px;
    padding: 5px 8px;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.option-radio--inner:hover, .input-radio--inner:hover {
    background-color: #b9c1c9;
}

.option-radio.checked .option-radio--inner, .input-radio.checked .input-radio--inner {
    background-color: #332e22;
    color: white;
}

.sidebar-categories-mobile-title {
	display: none;
}
.sidebar-category-top a {
    font-weight: 600;
    color: #332e22;
    font-size: 15px;
	margin-bottom: 10px;
}
.sidebar-category-subsublist {
    display: none;
    padding-left: 5px;
    margin-bottom: 5px;
}
.sidebar-category--title {
    position: relative;
    display: block;
}
.sidebar-category-sublist.sidebar-category-sub {
    margin-bottom: 15px;
}
.sidebar-category--title {
    font-weight: 500;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.sidebar-category--title:hover {
	color: #6b612e;
}
.sidebar-category--title.has-subcats:before, .sidebar-category--title.has-subcats:after {
	position: absolute;
    right: 0;
	content: '';
	background-color: #897d3d;
	transition: ease-in-out .2s;
}
.sidebar-category--title.has-subcats:before {
    top: 8px;
    width: 12px;
    height: 2px;
}
.sidebar-category--title.has-subcats:after {
    top: 3px;
    right: 5px;
    width: 2px;
    height: 12px;
}
.sidebar-category--title.has-subcats.open::after {
    transform: rotate(90deg);
}
.sidebar-category-subsublist a {
    margin-bottom: 5px;
    color: #332e22;
}
.sidebar-category-subsublist a:hover {
	color: #332e22;
}

.sidebar-category--overflow {
    display: none;
}
.sidebar-category--overflow-title {
    cursor: pointer;
}

.vimeo.prod-vimeo:not(:first-child) {
    margin-top: 20px;
}

.newsletter-olay #olay_box {
    padding: 10px;
}
.newsletter-olay #olay_content {
    padding: 10px;
    background-color: #897E3D;
    color: #FFF;
    text-align: center;
}
.newsletter-olay #newsletter-olay-main {
    padding: 40px 40px 30px;
	font-size: 23px;
}
.newsletter-olay #newsletter-olay-main p {
    line-height: 1.2;
    font-weight: 300;
}
.newsletter-olay #newsletter-olay-form-container {
    margin-bottom: 50px;
}
.newsletter-olay #newsletter-olay-banner {
    background-color: #FFF;
    padding: 10px;
    color: #897E3D;
    text-align: left;
    font-size: 12px;
}


.newsletter-olay--title {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
	font-size: 35px;
    line-height: 1.1;
}
.newsletter-olay--title:not(:last-child) {
    margin-bottom: 25px;
}
.newsletter-olay .input-grid {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -10px -10px 0;
}
.newsletter-input-container {
    width: 50%;
}
.newsletter-input-container > input[type="text"] {
    border-color: #FFF;
    border-radius: 2px;
}
.newsletter-button-container {
	width: 100%;
	margin: 5px 10px 0 0;
}
.newsletter-button-container > .button {
    border-radius: 2px;
    padding: 13px;
    font-size: 17px;
    letter-spacing: .03em;
}
.newsletter-olay #olay_close {
	background-image: none;
	background-color: #FFF;
	height: 20px;
	width: 20px;
	border-radius: 20px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 10px;
    top: 10px;
    margin: 0;
}
.newsletter-olay #olay_close::before, .newsletter-olay #olay_close::after {
	content: '';
	position: absolute;
	height: 12px;
	width: 2px;
	border-radius: 2px;
	background-color: #897E3D;
}
.newsletter-olay #olay_close::before {
	transform: rotate(-45deg);
}
.newsletter-olay #olay_close::after {
	transform: rotate(45deg);
}
#newsletter-olay-form-code {
    background-color: #6e6531;
    border-radius: 4px;
    padding: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: 20px;
}

#listing-overlay .overlay--inner {
    max-width: 550px;
	width: 90%;
	transform: translate(-50%,-50%);
}
.overlay-tick-icon {
    margin-right: 20px;
}
.overlay--basket-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #e1e1e1;
}
.overlay-tick-icon svg {
    width: 50px;
	fill: #897d3d
}
.overlay--basket-title {
    text-transform: uppercase;
    font-size: 18px;
}
.overlay--basket-title span {
	font-weight: 600;
}
.overlay--header-action > .button {
    width: calc(50% - 5px);
}
.overlay--backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.basket-overlay-upsell {
    overflow-y: auto;
    max-height: 260px;
}
.basket-overlay-upsell .cart--heading {
	font-size: 16px;
}
.basket-overlay-upsell .cart-item-price {
	font-size: 18px;
}
.basket-overlay-upsell .cart-item-image {
    width: 110px;
}

.review-form--bottom {
    display: flex;
    align-items: center;
}
.review-form--bottom .listing-comments-stars {
	margin-right: 20px;
}

/*overriding themes*/
.bg-theme-dark, .bg-theme-dark > *, .bg-theme-dark h1, .bg-theme-dark h2, .bg-theme-dark h2, .bg-theme-dark h2, .bg-theme-dark h2, .bg-theme-dark a:not(.button) {
	color: #332e22;
}
.bg-theme-dark a:hover {
	color: #1c1913!important;
}
.bg-theme-dark svg path {
	fill: #332e22;
}
.bg-theme-dark .button-border {
	color: #332e22;
}
.bg-theme-light, .bg-theme-light > *, .bg-theme-light h1, .bg-theme-light h2, .bg-theme-light h2, .bg-theme-light h2, .bg-theme-light h2, .bg-theme-light a:not(.button) {
	color: #FFFFFF;
}
.bg-theme-light svg path {
	fill: #FFFFFF;
}
.bg-theme-light .button:not(.button-border) {
	background-color: #897d3d!important;
}
.bg-theme-light .button.button-border {
	border-color: #897d3d;
}
.bg-theme-light .slick-arrow__styled {
	background-color: #ede6d8;
}
.bg-theme-light .slick-arrow__styled::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.84 12.22'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath fill='%23332e22' d='M20.51,1,19.83.34a1.16,1.16,0,0,0-1.62,0L10.43,8.07,2.63.33A1.16,1.16,0,0,0,1.82,0,1.14,1.14,0,0,0,1,.33L.33,1a1.13,1.13,0,0,0,0,1.6l9.29,9.25a1.17,1.17,0,0,0,.8.36h0a1.17,1.17,0,0,0,.8-.36l9.28-9.23a1.15,1.15,0,0,0,0-1.61Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


/*ADVANCED CONTENT*/ 
.advanced-header {
	margin-top: 40px;
	color: #FFF;
	display: flex;
}
.advanced-header.has-img {
	background-color: #332E22;
}
.has-img > .advanced-header--main {
    width: 50%;
    min-height: 250px;
	padding: 25px 40px;
}
.advanced-header:not(.has-img) > .advanced-header--main {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #EEE;
    padding-bottom: 40px;
}
.advanced-header.has-img h1, .advanced-header.has-img .content > * {
	color: #FFF;
}
.advanced-header h1 {
	font-size: 40px;
	margin-bottom: 15px;
	line-height: 1;
}
.advanced-header .content > *:last-child {
	margin-bottom: 0;
}

.advanced-content {
    position: relative;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}
.advanced-content:not(.img-ovfl) {
    padding-top: 50px;
    padding-bottom: 50px;
}
.advanced-content:nth-child(even) {
    background-color: #f3f3f3;
}

.advanced-content--title {
    font-size: 30px;
}

.advanced-content.text-light, .advanced-content.text-light .advanced-content--title, .advanced-content.text-light .advanced-content--content {
	color: #FFF;
}
.advanced-content--side-img {
    min-width: 50%;
	margin-left: 40px;
}
.advanced-content--img-group {
	min-width: 57%;
	margin-left: 40px;
}
.advanced-content--main.flex-rev .advanced-content--side-img, 
.advanced-content--main.flex-rev .advanced-content--img-group {
	margin-left: 0;
	margin-right: 40px;
}
.advanced-content > div > *:not(:last-child) {
    margin-bottom: 35px;
} 

.img-ovfl .advanced-content--main {
    padding: 40px 40px 40px 0;
    width: 50%;
	min-height: 250px;
}
.img-ovfl .advanced-content--main.flex-rev {
    padding: 40px 0 40px 40px;
	margin-left: 50%;
}
.img-ovfl .advanced-content--side-img {
    position: absolute;
	right: 0; top: 0; bottom: 0;
    width: 50%;
	margin: 0!important;
}
.img-ovfl .flex-rev .advanced-content--side-img {
    right: unset;
	left: 0;
}

.img-ovfl .advanced-content--side-img img {
	visibility: hidden;
}

.advanced-content--videos > div {
    min-width: 50%;
}
.advanced-content--videos .video-element {
    overflow: hidden;
    height: 0;
}

.video-element {
    padding-bottom: 55.199%;
    position: relative;
    overflow: hidden;
}
.video-element iframe {
    width: 101%;
    height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.advanced-content--videos .video-element {
    overflow: hidden;
    height: 0;
}