/*
|--------------------------------------------------------------------------
| Global
|--------------------------------------------------------------------------
*/
body {
  background-color: #000;
}

main {
  background: #fff;
  padding: 20px 0 0;
}
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: #000000;
}

.bg-secondary {
  background-color: #FF6501;
}

.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: #FF6501;
}

.font-accent-secondary,
.font-accent-secondary.content,
.font-accent-secondary.content p,
.font-accent-secondary .content,
.font-accent-secondary .content p {
  color: #000;
}

.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: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1-style {
  margin: 0 0 10px 0;
  color: #000;
  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: #FF6501;
  display: inline-block;
  -webkit-transition: background 0.3s ease, border 0.3s ease, opacity 0.3s ease,
    color 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease, opacity 0.3s ease,
    color 0.3s ease;
  text-decoration: none;
}

a:hover {
  color: #bd4a00;
}

/*
|--------------------------------------------------------------------------
| Global > Inputs
|--------------------------------------------------------------------------
*/
.input-grid {
  margin: 0 -10px 6px 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 input[type="date"],
.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: 4px;
  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 input[type="date"],
.input.bordered textarea {
  border: 1px solid #e2e2e2;
}

.nslt-signup .input input[type="text"],
.nslt-signup .input input[type="email"],
.nslt-signup .input input[type="search"],
.nslt-signup .input input[type="tel"],
.nslt-signup .input input[type="password"],
.nslt-signup .input input[type="number"],
.nslt-signup .input input[type="date"],
.nslt-signup .input textarea,
.nslt-signup .input-file-dummy,
.nslt-signup .input-text-dummy {
  border-color: #2B2B2B!important;
  background-color: #2B2B2B;
  color: #FFF;
  min-height: 42px;
}
.nslt-signup .input:first-child {
  margin-right: 1px;
}
.nslt-signup .input-label {
  color: #FFF;
}

.input-text-dummy {
  padding: 0;
  height: 48px;
  background: #fff;
}

.input select {
  width: 100%;
  border-radius: 4px;
  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 input[type="date"],
.input-borderless textarea {
  border: 1px solid #fff;
  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: #FF6501 !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: #FF6501;
}

.site-theme-blue  .input input[type="text"]:focus,
.site-theme-blue  .input input[type="email"]:focus,
.site-theme-blue  .input input[type="search"]:focus,
.site-theme-blue  .input input[type="tel"]:focus,
.site-theme-blue  .input input[type="number"]:focus,
.site-theme-blue  .input input[type="password"]:focus,
.site-theme-blue  .input textarea:focus,
.site-theme-blue  .input .braintree-hosted-fields-focused,
.site-theme-blue  .input .stripe-hosted-fields-focused,
.site-theme-blue  .input input[type="text"]:focus.validate-border,
.site-theme-blue  .input input[type="email"]:focus.validate-border,
.site-theme-blue  .input input[type="search"]:focus.validate-border,
.site-theme-blue  .input input[type="tel"]:focus.validate-border,
.site-theme-blue  .input input[type="number"]:focus.validate-border,
.site-theme-blue  .input input[type="password"]:focus.validate-border,
.site-theme-blue  .input textarea:focus.validate-border {
  border-color: #02BDF1 !important;
}
.site-theme-blue  .input input[type="text"]:focus ~ label,
.site-theme-blue  .input input[type="email"]:focus ~ label,
.site-theme-blue  .input input[type="search"]:focus ~ label,
.site-theme-blue  .input input[type="tel"]:focus ~ label,
.site-theme-blue  .input input[type="number"]:focus ~ label,
.site-theme-blue  .input input[type="password"]:focus ~ label,
.site-theme-blue  .input textarea:focus ~ label,
.site-theme-blue  .input .braintree-hosted-fields-focused ~ label {
  color: #02BDF1;
}
.site-theme-green  .input input[type="text"]:focus,
.site-theme-green  .input input[type="email"]:focus,
.site-theme-green  .input input[type="search"]:focus,
.site-theme-green  .input input[type="tel"]:focus,
.site-theme-green  .input input[type="number"]:focus,
.site-theme-green  .input input[type="password"]:focus,
.site-theme-green  .input textarea:focus,
.site-theme-green  .input .braintree-hosted-fields-focused,
.site-theme-green  .input .stripe-hosted-fields-focused,
.site-theme-green  .input input[type="text"]:focus.validate-border,
.site-theme-green  .input input[type="email"]:focus.validate-border,
.site-theme-green  .input input[type="search"]:focus.validate-border,
.site-theme-green  .input input[type="tel"]:focus.validate-border,
.site-theme-green  .input input[type="number"]:focus.validate-border,
.site-theme-green  .input input[type="password"]:focus.validate-border,
.site-theme-green  .input textarea:focus.validate-border {
  border-color: #19C741 !important;
}
.site-theme-green  .input input[type="text"]:focus ~ label,
.site-theme-green  .input input[type="email"]:focus ~ label,
.site-theme-green  .input input[type="search"]:focus ~ label,
.site-theme-green  .input input[type="tel"]:focus ~ label,
.site-theme-green  .input input[type="number"]:focus ~ label,
.site-theme-green  .input input[type="password"]:focus ~ label,
.site-theme-green  .input textarea:focus ~ label,
.site-theme-green  .input .braintree-hosted-fields-focused ~ label {
  color: #19C741;
}
.site-theme-yellow  .input input[type="text"]:focus,
.site-theme-yellow  .input input[type="email"]:focus,
.site-theme-yellow  .input input[type="search"]:focus,
.site-theme-yellow  .input input[type="tel"]:focus,
.site-theme-yellow  .input input[type="number"]:focus,
.site-theme-yellow  .input input[type="password"]:focus,
.site-theme-yellow  .input textarea:focus,
.site-theme-yellow  .input .braintree-hosted-fields-focused,
.site-theme-yellow  .input .stripe-hosted-fields-focused,
.site-theme-yellow  .input input[type="text"]:focus.validate-border,
.site-theme-yellow  .input input[type="email"]:focus.validate-border,
.site-theme-yellow  .input input[type="search"]:focus.validate-border,
.site-theme-yellow  .input input[type="tel"]:focus.validate-border,
.site-theme-yellow  .input input[type="number"]:focus.validate-border,
.site-theme-yellow  .input input[type="password"]:focus.validate-border,
.site-theme-yellow  .input textarea:focus.validate-border {
  border-color: #F5FF00 !important;
}
.site-theme-yellow  .input input[type="text"]:focus ~ label,
.site-theme-yellow  .input input[type="email"]:focus ~ label,
.site-theme-yellow  .input input[type="search"]:focus ~ label,
.site-theme-yellow  .input input[type="tel"]:focus ~ label,
.site-theme-yellow  .input input[type="number"]:focus ~ label,
.site-theme-yellow  .input input[type="password"]:focus ~ label,
.site-theme-yellow  .input textarea:focus ~ label,
.site-theme-yellow  .input .braintree-hosted-fields-focused ~ label {
  color: #F5FF00;
}

.input .braintree-hosted-fields-invalid {
  border-color: #b62f3f !important;
}
.input .braintree-hosted-fields-invalid ~ label {
  color: #b62f3f;
}

.input .button {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-grid .input .button {
  right: 14px;
}

.button.button-file-upload {
  top: 0;
  left: 0;
  right: unset !important;
  height: 50px;
  border-radius: 4px 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: 4px 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: #FF6501;
}
.site-theme-blue  .required-fields {
  color: #02BDF1;
}
.site-theme-green  .required-fields {
  color: #19C741;
}
.site-theme-yellow  .required-fields {
  color: #F5FF00;
}

.select2-basic--container {
  border: 1px solid #fff !important;
  border-radius: 4px;
}

.select2-container--open .select2-basic--container {
  border: 1px solid #FF6501 !important;
  border-radius: 4px;
}
.site-theme-blue .select2-container--open .select2-basic--container {
  border-color: #02BDF1 !important;
}
.site-theme-green .select2-container--open .select2-basic--container {
  border-color: #19C741 !important;
}
.site-theme-yellow .select2-container--open .select2-basic--container {
  border-color: #F5FF00 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: -4px;
}

.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: 24px 15px 9px 15px;
  text-transform: uppercase;
}

.select2-basic--dropdown {
  border: 2px solid #FF6501 !important;
  border-top: none !important;
}

.select2-dropdown--above {
  border-bottom: none !important;
  border-top: 1px solid #FF6501 !important;
}

.select2-container--open ~ label {
  color: #FF6501;
}

.site-theme-blue  .select2-basic--dropdown {
  border-color: #02BDF1!important;
}
.site-theme-green  .select2-basic--dropdown {
  border-color: #19C741!important;
}
.site-theme-yellow  .select2-basic--dropdown {
  border-color: #F5FF00!important;
}

.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='%23FF6501' 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;
}
.site-theme-blue  .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='%2302BDF1' 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");
}
.site-theme-green  .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='%2319C741' 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");
}
.site-theme-yellow  .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='%23F5FF00' 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");
}

.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.label-basic input[type="text"],
.input.label-basic input[type="email"],
.input.label-basic input[type="search"],
.input.label-basic input[type="tel"],
.input.label-basic input[type="number"],
.input.label-basic input[type="password"],
.input.label-basic textarea,
.label-basic
  .select2-basic--container.select2-selection--single
  .select2-selection__rendered {
  padding: 8px 10px;
  min-height: 50px;
}

/*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;
}

.label-basic label {
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
  margin: 2px 0 6px 0;
  display: block;
}
.label-basic label small {
  font-size: 12px;
  font-weight: 400;
}

/*
|--------------------------------------------------------------------------
| 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: #FF6501;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  cursor: pointer;
  outline: none;
  text-align: center;
  font-family: 'Rubik', 'Arial', sans-serif;
  border-radius: 4px;
}

.button:hover {
  color: #FFF;
  background-color: #bd4a00;
}

.button-primary {
  color: #FFF!important;
  background-color: #000!important;
}
.button-primary:hover {
  opacity: 0.8;
}
.site-theme-blue .button {
  background-color: #02BDF1;
  color: #000;
}
.site-theme-green .button {
  background-color: #19C741;
}
.site-theme-yellow .button {
  background-color: #F5FF00;
  color: #000;
}
.button-secondary {
  background-color: #666666;
  color: #FFF;
}

.button-secondary:hover {
  background-color: #555555;
  color: #FFF;
}

.button-dark {
  background-color: #2B2B2B!important;
  color: #fff!important;
}
.button-dark:hover {
  background-color: #1e1e1e!important;
  color: #fff!important;
}

.button-light {
  background-color: #ede6d8;
  color: #897e3d !important;
}
.button-light:hover {
  background-color: #ddd6c8;
}

.button-border {
  border: 1px solid #000;
  color: #000;
  background-color: transparent!important;
}
.button-border:hover {
  color: #FFF;
  background-color: #000!important;
}
.button-border-light {
  border-color: #e8e8e8;
  color: #FF6501;
}
.button-border-light:hover {
  background-color: #FF6501;
  border-color: #FF6501;
  color: #fff;
}
.site-theme-blue  .button-border-light {
  color: #02BDF1;
}
.site-theme-blue  .button-border-light:hover {
  background-color: #02BDF1;
  border-color: #02BDF1;
}
.site-theme-green  .button-border-light {
  color: #19C741;
}
.site-theme-green  .button-border-light:hover {
  background-color: #19C741;
  border-color: #19C741;
}
.site-theme-yellow  .button-border-light {
  color: #000;
}
.site-theme-yellow  .button-border-light:hover {
  color: #FFF!important;
  border-color: #000;
}

/* Button size modifiers */
.button-small {
  padding: 7px 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='%23FF6501' 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: #FF6501;
}
.site-theme-blue  .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='%2302BDF1' 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: #02BDF1;
}
.site-theme-green  .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='%2319C741' 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: #19C741;
}
.site-theme-yellow  .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='%23F5FF00' 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: #F5FF00;
}

.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: #FF6501;
  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 0.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 {
  display: none!important;
  position: absolute;
  right: 30px;
  top: 20px;
  opacity: 0;
  pointer-events: none;
  transition: ease-in-out 0.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 0.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: #FF6501 !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 .vimeo-vids {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.vimeo-vids .vid-container {
  overflow: hidden;
  border-radius: 8px;
}
.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, 0.5);
  z-index: 3;
  border: 0;
  transition: ease-in-out 0.5s;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
}
.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: #FF6501;
  border: 0 !important;
  height: 15px !important;
  width: 15px !important;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.volume-slide .ui-slider-range-min {
  height: 5px;
  width: 300px;
  position: absolute;
  background: #fff;
  border: none;
  outline: none;
}
.featured-yt--outer {
    padding: 50px 0;
}
.feature-yt > *:not(:last-child) {
  margin-right: 30px;
}
.feature-yt--titles {
  background-color: #222;
  text-align: center;
  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: 0.2;
  transition: ease-in-out 0.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: #FF6501;
}
.feature-yt--title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.feature-yt--text {
  color: #FF6501;
  font-size: 18px;
  transition: ease-in-out 0.2s;
}

.site-theme-blue .feature-yt--titles svg path {
  fill: #02BDF1;
}
.site-theme-blue .feature-yt--text {
  color: #02BDF1;
}
.site-theme-green .feature-yt--titles svg path {
  fill: #19C741;
}
.site-theme-green .feature-yt--text {
  color: #19C741;
}
.site-theme-yellow .feature-yt--titles svg path {
  fill: #F5FF00;
}
.site-theme-yellow .feature-yt--text {
  color: #F5FF00;
}

a.feature-yt--titles .feature-yt--text {
  text-decoration: underline;
}
a.feature-yt--titles:hover > img {
  opacity: 0.25;
}

.feature-yt--vids {
  flex: 3;
}
.feature-yt--vid {
  height: 100%;
  width: 50%;
  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="%23FF0000"></path></g></g></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.95;
}
.feature-yt--vid > span {
  position: absolute;
  width: 100%;
  padding: 10px;
  background-color: rgba(51, 46, 34, 0.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: 8px;
}
.listing-yt-vid:not(:last-child) {
  margin-bottom: 20px;
}
.listing-yt-vid > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.overlay-promo-image {
  margin: -20px -20px 20px;
}

.overlay-promo-image img {
  display: block;
  width: 100%;
}

.featured-blocks--outer {
    padding: 50px 0;
    background-color: #FF6501;
}
.site-theme-blue .featured-blocks--outer {
  background-color: #02BDF1;
}
.site-theme-green .featured-blocks--outer {
  background-color: #19C741;
}
.site-theme-yellow .featured-blocks--outer {
  background-color: #F5FF00;
}
.featured-blocks > * {
  flex: 1;
}

/*
|--------------------------------------------------------------------------
| 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 #FF6501;
  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: #FF6501;
  border-radius: 4px;
}

.message a {
  color: #fff;
  text-decoration: underline;
}

.message-error {
  background: #ad2828;
}

.message-success {
  background: #FF6501;
}

.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;
}

.js-message {
  position: fixed;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  max-width: 500px;
  width: calc(100% - 40px);
  z-index: 1000;
}

/*
|--------------------------------------------------------------------------
| Global > Tooltip
|--------------------------------------------------------------------------
*/
.core-tooltip {
  position: absolute;
  padding: 8px;
  background-color: #FF6501;
  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: #FF6501 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: #000;
  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: #000;
}

.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: #FF6501;
  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 {
  
}

.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: #FF6501;
  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: #FF6501;
}

.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: #FF6501;
  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: #FF6501;
  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: #FF6501;
  line-height: 30px;
  z-index: 5;
}
.site-theme-blue  .header-top {
  background-color: #02BDF1;
}
.site-theme-green  .header-top {
  background-color: #19C741;
}
.site-theme-yellow  .header-top {
  background-color: #F5FF00;
}
.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;
  color: #FFF;
}
.top-bar__menu > div > a:hover {
  color: #FFF;
}

.top-bar__menu > div > a > svg {
  height: 8px;
  margin-left: 12px;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}
.top-bar__menu > div > a > svg path {
  fill: #FFF;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}
.top-bar__menu > div > a:hover > svg {
  transform: rotate(180deg);
}
.top-bar__menu > div > a:hover > svg path {
  fill: #FFFFFF;
}

.site-theme-blue  .top-bar__menu > div > a, 
.site-theme-blue  .top-bar__menu > div > a:hover, 
.site-theme-blue  .top-bar__menu__dropdown a, 
.site-theme-blue  .header-top__login a, 
.site-theme-blue  .header-main__nav__dropdown a,
.site-theme-yellow  .top-bar__menu > div > a, 
.site-theme-yellow  .top-bar__menu > div > a:hover, 
.site-theme-yellow  .top-bar__menu__dropdown a, 
.site-theme-yellow  .header-top__login a, 
.site-theme-yellow  .header-main__nav__dropdown a 
{
  color: #000;
}
.site-theme-blue  .top-bar__menu > div > a > svg path, 
.site-theme-blue  .top-bar__menu > div > a:hover > svg path, 
.site-theme-blue  .header-top__login svg, 
.site-theme-yellow  .top-bar__menu > div > a > svg path, 
.site-theme-yellow  .top-bar__menu > div > a:hover > svg path, 
.site-theme-yellow  .header-top__login svg {
  fill: #000;
}

.top-bar__menu__dropdown {
  position: absolute;
  top: 100%;
  background-color: #FF6501;
  display: none;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  text-align: center;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  margin-top: 5px;
}
.site-theme-blue  .top-bar__menu__dropdown {
  background-color: #02BDF1;
}
.site-theme-green  .top-bar__menu__dropdown {
  background-color: #19C741;
}
.site-theme-yellow  .top-bar__menu__dropdown {
  background-color: #F5FF00;
}
.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.1);
}
.top-bar__menu__dropdown a:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.top-bar__menu > div:hover > .top-bar__menu__dropdown {
  display: flex;
}
.header-top__login {
  text-transform: uppercase;
}
.header-top__login a {
  color: #FFF;
}
.header-top__login svg {
  margin-right: 7px;
  margin-top: -2px;
  fill: #FFF;
  transition: fill 0.3s ease;
}

.header-top__login:hover svg, 
.header-top__login:hover a {
  opacity: 0.8;
}

/*
|--------------------------------------------------------------------------
| Template > Header > Main
|--------------------------------------------------------------------------
*/
.header-main {
  position: relative;
  padding: 16px 0;
}

a.logo {
  
}
a.logo img {
  height: 132px;
}

.logo__svg {
  width: 260px;
  height: 59px;
}

.header-main__right {
    flex: 1 0 auto;
    justify-content: flex-end;
}
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: #2B2B2B;
  font-size: 16px;
  color: #FFF;
  padding: 12px 15px !important;
}
.header-main input.search-input::placeholder {
  color: #FFF;
}
.header-main .search-form .input svg {
  fill: #FF6501;
}
.site-theme-blue  .header-main .search-form .input svg {
  fill: #02BDF1;
}
.site-theme-green  .header-main .search-form .input svg {
  fill: #19C741;
}
.site-theme-yellow  .header-main .search-form .input svg {
  fill: #F5FF00;
}

a.header-main__basket {
  border: 1px solid #2B2B2B;
  color: #FF6501;
  border-radius: 4px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-size: 16px;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}
a.header-main__basket:hover {
  border: 1px solid #FF6501;
}
.site-theme-blue  a.header-main__basket {
  color: #02BDF1;
}
.site-theme-blue  a.header-main__basket:hover {
  border: 1px solid #02BDF1;
}
.site-theme-green  a.header-main__basket {
  color: #19C741;
}
.site-theme-green  a.header-main__basket:hover {
  border: 1px solid #19C741;
}
.site-theme-yellow  a.header-main__basket {
  color: #F5FF00;
}
.site-theme-yellow  a.header-main__basket:hover {
  border: 1px solid #F5FF00;
}

.header-main__nav {
  flex: 1 0 auto;
}
.header-main__nav__item {
  position: relative;
}
.header-main__nav__item:not(:last-child) {
  margin-right: 20px;
}
.header-main__nav__item:hover a::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  top: 100%;
}
.header-main__nav__item > span,
.header-main__nav__item > a {
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}
.header-main__nav__item:hover > span,
.header-main__nav__item:hover > a {
  color: #FF6501;
}
.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;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}
.header-main__nav__item > span svg path,
.header-main__nav__item > a svg path {
  fill: #fff;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}
.header-main__nav__item:hover > span svg,
.header-main__nav__item:hover > a svg,
.header-main__nav__item:hover > span img,
.header-main__nav__item:hover > a img {
  transform: rotate(180deg);
}
.header-main__nav__item:hover > span svg path,
.header-main__nav__item:hover > a svg path {
  fill: #FF6501;
}

.site-theme-blue  .header-main__nav__item:hover > span,
.site-theme-blue  .header-main__nav__item:hover > a {
  color: #02BDF1;
}
.site-theme-blue  .header-main__nav__item:hover > span svg path,
.site-theme-blue  .header-main__nav__item:hover > a svg path {
  fill: #02BDF1;
}
.site-theme-green  .header-main__nav__item:hover > span,
.site-theme-green  .header-main__nav__item:hover > a {
  color: #19C741;
}
.site-theme-green  .header-main__nav__item:hover > span svg path,
.site-theme-green  .header-main__nav__item:hover > a svg path {
  fill: #19C741;
}
.site-theme-yellow  .header-main__nav__item:hover > span,
.site-theme-yellow  .header-main__nav__item:hover > a {
  color: #F5FF00;
}
.site-theme-yellow  .header-main__nav__item:hover > span svg path,
.site-theme-yellow  .header-main__nav__item:hover > a svg path {
  fill: #F5FF00;
}

.header-main__nav__dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  background-color: #FF6501;
  border-radius: 4px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
.site-theme-blue  .header-main__nav__dropdown {
  background-color: #02BDF1;
}
.site-theme-green  .header-main__nav__dropdown {
  background-color: #19C741;
}
.site-theme-yellow  .header-main__nav__dropdown {
  background-color: #F5FF00;
}
.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 {
  position: relative;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px 15px;
  width: 100%;
  transition: ease-in-out 0.2s;
}
.header-main__nav__dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.header-main__nav__dropdown a:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header-main__nav__dropdown a.theme-orange {
  background-color: #FF6501;
  color: #FFF;
}
.header-main__nav__dropdown a.theme-orange:hover {
  background-color: #bd4a00;
}
.header-main__nav__dropdown a.theme-blue {
  background-color: #02BDF1;
  color: #000;
}
.header-main__nav__dropdown a.theme-blue:hover {
  background-color: #01acdb;
}
.header-main__nav__dropdown a.theme-yellow {
  background-color: #F5FF00;
  color: #000;
}
.header-main__nav__dropdown a.theme-yellow:hover {
  background-color: #d5dd00;
}

.header-main__basket > img, 
.header-main__basket > svg {
  margin-right: 12px;
}

.header-usps {
  overflow: hidden;
  position: relative;
  background-color: #000!important;
  border-top: 1px solid #2B2B2B;
}
.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: #FFF;
  overflow: hidden;
  padding: 20px 0;
}

.ticker__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 16px;
}

.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: 0.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: #FF6501 !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 {
    background-color: #000;
}
.footer-main {
  padding: 50px 0;
}
.footer-main a {
  color: #FFF;
}
.footer-main a:hover {
  color: #FF6501;
}
.site-theme-blue  .footer-main a:hover {
  color: #02BDF1;
}
.site-theme-yellow  .footer-main a:hover {
  color: #F5FF00;
}
.site-theme-green  .footer-main a:hover {
  color: #19C741;
}

.footer-links {
  width: 300px;
  margin-right: 150px;
}
.footer-links > a {
  display: flex;
  align-items: center;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 8px 20px;
  background-color: #FF6501;
  border: 1px solid #FF6501;
  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: #FF6501;
  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: #FF6501;
}
.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;
}

.site-theme-blue  .footer-main__contact > div > span {
  color: #02BDF1;
}
.site-theme-green  .footer-main__contact > div > span {
  color: #19C741;
}
.site-theme-yellow  .footer-main__contact > div > span {
  color: #F5FF00;
}
.site-theme-blue  .footer-main__socials a:hover svg {
  fill: #02BDF1;
}
.site-theme-green  .footer-main__socials a:hover svg {
  fill: #19C741;
}
.site-theme-yellow  .footer-main__socials a:hover svg {
  fill: #F5FF00;
}

.footer-bottom {
  position: relative;
}
.footer-bottom__breaker {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
}

.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;
    display: flex;
    align-items: center;
}

.footer-payment > img {
  width: 260px;
  height: 23px;
}

.footer-payment > img.footer-payment-klarna {
  width: 52px;
  margin-right: 12px;
}

.footer-payment--block {
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
  background-color: #FFF;
  border-radius: 4px;
}
.footer-payment--block > * {
  margin: 2px;
}

/*
|--------------------------------------------------------------------------
| 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: #FF6501;
}

.mobile-store--link:nth-last-child(2) {
  color: #FF6501;
}

.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: #FF6501;
  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 0.2s;
}
.mobile-nav__toggle.open > a svg {
  transform: rotate(180deg);
}

.mobile-nav__dropdown {
  display: none;
}
.mobile-nav__dropdown a {
  /* color: #FF6501; */
  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: #000;
  padding: 20px 0;
  color: #FFF;
  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: #FFF !important;
  font-size: 21px;
}
.mobile-menu-bottom .footer-main__socials a svg {
  fill: #FFF !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: #FF6501;
}

.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: #FF6501;
  color: #fff;
}
.site-theme-blue  #page_numbers .page_number_sel a {
  background-color: #02BDF1;
  color: #000;
}
.site-theme-yellow  #page_numbers .page_number_sel a {
  background-color: #F5FF00;
  color: #000;
}
.site-theme-green  #page_numbers .page_number_sel a {
  background-color: #19C741;
  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: 0.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: #FF6501;
  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: 28px;
  text-transform: uppercase;
  font-weight: 200;
}
a.block-title__button.button {
  padding: 6px 10px;
  font-weight: 400;
}
a.block-title__button.button strong {
  font-weight: 600;
}
.category-block {
  padding: 50px 20px 50px;
}
.category-block .category-grid.grid--20 {
  margin-bottom: -20px;
}
.block-container-full > div,
.block-container-full .news-snippets {
  border-radius: 0;
}
.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;
  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 0.2s;
  width: 1070px !important;
  height: 602px !important;
  z-index: 1;
}

.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,
.arrows-styled .slick-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
  margin-top: -50px;
  background-color: #FF6501;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}
.slick-arrow__styled::after,
.arrows-styled .slick-arrow::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='%23000000' 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: 15px;
  width: 15px;
}
.slick-arrow__styled.slick-disabled,
.slick-arrow__styled.slick-hidden,
.arrows-styled .slick-arrow.slick-disabled,
.arrows-styled .slick-arrow.slick-disabled {
  background-color: #ede6d8;
  cursor: default;
  display: none;
}

.slick-arrow__styled.slick-disabled,
.arrows-styled .slick-arrow.slick-disabled {
  display: flex;
}

.slider_prev.slick-arrow__styled {
  left: 90px;
}
.slider_prev.slick-arrow__styled::after,
.arrows-styled .slick-arrow.slick-prev::after {
  transform: rotate(90deg);
}
.slider_next.slick-arrow__styled {
  right: 75px;
}
.slider_next.slick-arrow__styled::after,
.arrows-styled .slick-arrow.slick-next::after {
  transform: rotate(-90deg);
}

.arrows-styled .slick-arrow {
  margin-top: 0;
  text-indent: -1000px;
  overflow: hidden;
}
.arrows-styled .slick-arrow.slick-next {
  right: -58px;
}
.arrows-styled .slick-arrow.slick-prev {
  left: -58px;
}

.prod-vimeo-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 35px;
  width: 35px !important;
  pointer-events: none;
  z-index: 1;
}
.featured-product__slider .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;
}

.video-embed {
  position: relative;
  padding: 56% 0 0 0;
  overflow: hidden;
}
.video-embed iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.homepage-container {
  background-color: #000;
      margin-top: -20px;
}

.homepage-banner {
  position: relative;
  min-height: 400px;
  padding: 50px 0;
  overflow: hidden;
}
.homepage-banner--video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 760px;
  min-width: 100%;
  min-height: 100%;
}

.homepage-banner--content {
  background-color: #FF6501;
  color: #fff;
  line-height: 1.4;
  font-size: 18px;
  width: 60%;
  min-width: 500px;
  max-width: 900px;
  padding: 30px;
  z-index: 1;
}
.homepage-banner--content .content,
.homepage-banner--content .content > * {
  line-height: 1.4;
}
.homepage-banner--content h1 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
}

.splash-menu {
  position: relative;
  height: 100vh;
  padding: 4px;
}
.splash-menu.hide-splash {
  display: none;
}
.splash-menu:not(.hide-splash) ~ * {
  display: none;
}
.splash-menu > * {
  width: 33.3333333%;
  height: 33.33333333%;
  border: 4px solid #1e1e1e;
}
.splash-item {
  position: relative;
}
.splash-item:hover {
  opacity: 0.7;
}
.splash-item span {
  position: absolute;
  bottom: 40px;
  left: 50%;
  max-width: calc(100% - 20px);
  width: max-content;
  transform: translateX(-50%);
  padding: 12px 24px;
  background-color: #FF6501;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 4px;
  text-align: center;
}
.splash-menu--home {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
}
.splash-menu--home img {
  max-width: 100%;
  max-height: 100%;
}
.splash-menu--home img {
    width: 200px;
    height: 200px;
}
.splash-menu div {
  display: none;
  border: 0;
}
.splash-menu div:nth-child(8) {
  display: block;
}

/*
|--------------------------------------------------------------------------
| Home > Bottom
|--------------------------------------------------------------------------
*/
.home-welcome {
}

.home-welcome__title {
  font-size: 32px;
}

.home-welcome__action {
  margin: 12px 0 0 0;
}
.news-snippets {
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  margin-right: 0;
  width: 100%;
  color: #FFF;
}
.news-snippets--inner {
  display: flex;
  flex-wrap: wrap;
}
.news-snippets--inner > div {
  width: 20%;
}
.news-snippet {
  display: flex;
  background-color: #fff;
  overflow: hidden;
  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: #FF6501;
  margin-bottom: 10px;
}
.site-theme-blue .news-snippet__date {
  color: #02BDF1;
}
.site-theme-green .news-snippet__date {
  color: #19C741;
}
.site-theme-yellow .news-snippet__date {
  color: #F5FF00;
}
.news-snippet__date strong,
.news-snippet--date strong {
  font-weight: 600;
}

.home-bottom {
  
}
.home-bottom__social {
    background-color: #2B2B2B;
    color: #FFF;
}
.home-bottom__social > div {
  height: 100%;
  overflow: hidden;
  padding: 40px 35px;
}
.home-bottom__social > div > span {
  font-size: 28px;
  text-align: center;
  margin-right: 12px;
}
.home-bottom__social > div > span > strong {
  font-weight: 600;
}
.home-bottom__social > div > div a {
  margin: 0 10px;
}
.home-bottom__social a svg {
  fill: #FFFFFF;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.home-bottom__social a:hover svg {
  fill: #FF6501;
}

/*
|--------------------------------------------------------------------------
| 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: #FF6501;
  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: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

.dd-title:before {
  content: "";
  position: absolute;
  top: 29px;
  right: 23px;
  height: 3px;
  width: 13px;
  background: #fff;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.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;
  padding: 50px 20px;
}

.category-header {
  padding: 0;
  margin-bottom: 0px;
}
.category-header__main {
  padding: 40px 70px;
  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;
}
.category-header__image {
  max-width: 50%;
}
.category-header__image > div {
  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: 4px !important;
}

.sidebar {
  width: 280px;
  flex-shrink: 0;
  background-color: #fff;
  margin-bottom: 40px;
  margin-right: 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: #000;
  padding: 20px 0px 20px 20px;
  border-radius: 8px;
}
.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: #2B2B2B;
  width: 100%;
  text-align: center;
  overflow: hidden;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #2B2B2B;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.category-grid > div > a:hover,
.category-grid--inner > div > a:hover,
.home-cat--link:hover {

}

.home-cat--link {
  height: 100%;
  background-color: #2B2B2B;
}
.home-cat--link > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.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: 8px 12px;
  min-height: 55px;
  color: #FFF;
}
.category-grid__subs .category-grid--inner > div > a > div {
  font-size: 14px;
}

.home-cat--slide {
  padding: 0 10px;
}

.home-cat-slider-cont {
  position: relative;
  color: #FFF;
}

.home-cat-slider-cont .slick-arrow__styled {
  margin-top: 0;
}

.home-cat-slider-cont .slider_prev.slick-arrow__styled {
  left: -58px;
}
.home-cat-slider-cont .slider_next.slick-arrow__styled {
  right: -58px;
}
.home-cat-slider-cont .slick-arrow__styled, 
.home-cat-slider-cont .arrows-styled .slick-arrow {
  background-color: #FFF;
}
.home-cat-slider-cont .slick-arrow__styled:hover, 
.home-cat-slider-cont .arrows-styled .slick-arrow:hover {
  opacity: 0.8;
}

.home-cat-slider,
.home-cat-slider-2 {
  margin: 0 -8px;
}

/*
|--------------------------------------------------------------------------
| 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: #FF6501;
}

.filter--links a:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  top: 6px;
  left: 0;
  background-color: #ede6d8;
  border-radius: 4px;
}

.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: #FF6501;
  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, 0.2);
}

/*
|--------------------------------------------------------------------------
| Shop > Navtrail
|--------------------------------------------------------------------------
*/
.shop--navtrail {
}

.shop--navtrail .breadcrumb-trail {
  max-width: 60%;
  float: left;
}

.sort-by-container {
  display: flex;
  margin-right: 40px;
}

.sort-by {
  position: relative;
  background: #f2f2f2;
  border-radius: 4px;
}

.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: 4px 4px 0 0;
  overflow: hidden;
}
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 !important;
}

.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: #FF6501;
}
.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: #FF6501;
  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 0.5s;
  animation: comparisionProductEntrance 0.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: #FF6501;
  border-radius: 4px;
  padding: 4px 5px 3px;
  font-size: 11px;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
}
.product-overlay-top--button:hover {
  background-color: #FF6501;
}
.product-overlay-top--button svg {
  margin-left: 5px;
}

.product-overlay-top--button:last-child {
  float: right;
}

.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;
  border-radius: 8px;
}

.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;
  color: #FFF;
}

.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: #FF6501;
  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: #FF6501;
  text-transform: uppercase;
  transition: ease-in-out 0.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: #FF6501;
  border-color: #FF6501;
}
.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: 30px;
  margin-bottom: 48px;
  color: #FFF;
}
.ref-listing .listing-side__top {
  overflow: unset!important;
}
.ref-listing .listing-side__top__titles {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.ref-listing .listing-side__top__titles .listing-subtitle {
  color: #FF6501;
  text-shadow: 0px 0px 0px #FF6501;
}
.site-theme-blue .ref-listing .listing-side__top__titles .listing-subtitle {
  color: #02BDF1;
  text-shadow: 0px 0px 0px #02BDF1;
}
.site-theme-yellow .ref-listing .listing-side__top__titles .listing-subtitle {
  color: #F5FF00;
  text-shadow: 0px 0px 0px #F5FF00;
}
.site-theme-green .ref-listing .listing-side__top__titles .listing-subtitle {
  color: #19C741;
  text-shadow: 0px 0px 0px #19C741;
}
.listing-side__top h1 {
  font-size: 30px;
  font-weight: 400;
  color: #FFF;
}
.listing-side__top .listing_submit {
  margin-top: 4px;
}
.site-theme-blue  .listing-side__top .listing_submit {
  background-color: #02BDF1;
}
.site-theme-blue  .listing-side__top .listing_submit:hover {
  background-color: #03a7d5;
}
.site-theme-green  .listing-side__top .listing_submit {
  background-color: #19C741;
}
.site-theme-green  .listing-side__top .listing_submit:hover {
  background-color: #10932e;
}
.site-theme-yellow  .listing-side__top .listing_submit {
  background-color: #F5FF00;
}
.site-theme-yellow  .listing-side__top .listing_submit:hover {
  background-color: #b8bf01;
}
.listing-side__top .options_text,
.overlay--inner .options_text {
  font-size: 15px;
  font-weight: 600;
}
.listing-side-section {
    margin-bottom: 48px;
}
.listing-side-section.listing-side-section--dark {
    background-color: #000;
    color: #FFF;
    border-radius: 8px;
    padding: 30px;
    overflow: hidden;
}
.listing-side-section--title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.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 0.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;
}
.listing-reviews .input textarea {
  padding: 22px 10px 10px;
}
.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;
}

.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: 4px 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: #FF6501;
}
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, 
.listing-side-section .product-grid {
  margin-left: 0;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #d5cfe5;
  margin-bottom: 0;
}
.listing-side__dropdown .product-grid--item, 
.listing-side-section .product-grid--item {
  width: 100% !important;
  padding: 0;
}
.listing-side__dropdown .product-grid--item:not(:last-of-type), 
.listing-side-section .product-grid--item:not(:last-of-type) {
  border-bottom: 1px solid #d5cfe5;
}
.listing-side__dropdown .product-inner, 
.listing-side-section .product-inner {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.listing-side__dropdown .product-inner > div:not(.product-inner--image), 
.listing-side-section .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, 
.listing-side-section .product-inner--image {
  margin: 0;
}
.listing-side__dropdown .product-image__link, 
.listing-side-section .product-image__link {
  border-radius: 0;
}
.listing-side__dropdown .product-inner--image img, 
.listing-side-section .product-inner--image img {
  min-width: 72px;
  max-width: 72px;
}
.listing-side__dropdown .product-inner--image .prod-vimeo-icon, 
.listing-side-section .product-inner--image .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, 
.listing-side-section .product-inner__code,
.listing-side-section .product-inner--cat,
.listing-side-section .prod_more,
.listing-side-section .product-inner--row,
.listing-side-section .product-price-web span {
  display: none;
}
.listing-side__dropdown a.product-inner--title,
.listing-side__dropdown .product-inner--titles, 
.listing-side-section a.product-inner--title,
.listing-side-section .product-inner--titles {
  padding: 0;
  font-size: 14px;
}
.listing-side__dropdown .product-price, 
.listing-side-section .product-price {
  display: flex;
  justify-content: space-between;
  min-height: 0;
  font-size: 14px;
  width: 100%;
}
.listing-side__dropdown .product-price-web, 
.listing-side-section .product-price-web {
  font-size: 14px;
}
.listing-side__dropdown .product-price-rrp, 
.listing-side-section .product-price-rrp {
  margin: 0;
}
.listing-side__dropdown .prod_button .button, 
.listing-side-section .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: #FF6501;
}

.content-style ul {
  list-style: none;
}
.content-style li::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 5px;
  background-color: #FF6501;
  height: 9px;
  width: 9px;
  border-radius: 2px;
}
.content-style li {
  position: relative;
  color: #FF6501;
  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: #FFF;
}

.listing-rrp,
.listing-save {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #FF6501;
}

.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: #FFFFFF;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}

.rating-star--empty svg {
  fill: #515151;
}

.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: #FF6501;
  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: #FF6501;
}

.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: #FF6501;
  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, 0.2);
}

.listing-share .addthis_inline_share_toolbox {
  margin-bottom: -5px;
}

.listing-image {
  position: relative;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.listing-image__brand {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}

.listing-image__link {
  display: block;
  position: relative;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  overflow: hidden;
}

.listing-image__img {
  display: block;
  width: 100%;
}

.listing-image__link:hover .listing-image__zoom__svg {
  height: 40px;
  width: 40px;
}

.listing-image__zoom {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 30px;
  left: 30px;
}

.listing-image__zoom__svg {
  fill: #000;
  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-loading .spinner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.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: #FF6501;
}

.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 0.25em 10px;
}

.options_text {
  display: flex;
  align-items: flex-start;
  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;
  flex-direction: column;
}
.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 4px 4px 0;
}
.listing-options__item:nth-child(2):not(:last-child) {
  border-radius: 4px 4px 0 0 !important;
}
.listing-options__item:nth-child(2):not(:last-child)
  .input
  .select2-container--open
  .select2-basic--container {
  border-radius: 0 4px 0 0 !important;
}
.listing-options__item:last-child:not(:nth-child(2)):not(:first-child) {
  border-radius: 0 0 4px 4px !important;
}
.listing-options__item:last-child:not(:nth-child(2)):not(:first-child)
  .input
  .select2-container--open
  .select2-basic--container {
  border-radius: 0 0 4px 0 !important;
}
.listing-options__item
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
  font-weight: 400;
  padding: 15px 40px 15px 20px;
  text-transform: none;
}
.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='%23000000' 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;
  border-radius: 4px;
  overflow: hidden;
}

/*
|--------------------------------------------------------------------------
| 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: flex;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}

.listing-thumbnails .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 40px;
  background: #FF6501;
  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;
}

.listing-comments-title {
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  float: left;
}

.listing-comment {
  padding: 0 0 15px;
  border-bottom: 1px solid #FF6501;
  border-top: none;
  margin-bottom: 15px;
}
.site-theme-blue .listing-comment {
  border-bottom-color: #02BDF1;
}
.site-theme-green .listing-comment {
  border-bottom-color: #19C741;
}
.site-theme-yellow .listing-comment {
  border-bottom-color: #F5FF00;
}
.listing-comment:first-child {
  margin-top: 10px;
}
.listing-comment > p {
  margin-bottom: 8px;
}
#listing-comments-button {
    margin-bottom: 4px;
}

.listing-comment-title {
  font-weight: 600;
  color: #FF6501;
}

.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: #c7c7c7;
}

.listing-comment-author {
  font-weight: 600;
  color: #FF6501;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-theme-blue .listing-comment-author {
  color: #02BDF1;
}
.site-theme-green .listing-comment-author {
  color: #19C741;
}
.site-theme-yellow .listing-comment-author {
  color: #F5FF00;
}

.listing-review-stars {
  float: right;
}

/*
|--------------------------------------------------------------------------
| Listing > Related
|--------------------------------------------------------------------------
*/
.listing-related {
  padding: 40px 0 0 0;
}

.listing-related--title {
  display: block;
  font-size: 28px;
  font-weight: 200;
  text-transform: uppercase;
}
.listing-related--title > strong {
  font-weight: 600;
}

.listing-related--products {
  padding-top: 8px;
  margin-left: -20px;
}
.listing-related--products .product-grid--item {
  width: 20%;
}

/*
|--------------------------------------------------------------------------
| 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 > Reference Styling
|--------------------------------------------------------------------------
*/
.ref-listing-options .options_text {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin: 0;
  padding: 0 0 8px;
}
.ref-listing-options .options_text::before {
  content: '';
  position: relative;
  color: #FF6501;
  margin-right: 12px;
  font-weight: 600;
  min-width: max-content;
}
.site-theme-blue  .ref-listing-options .options_text::before {
  color: #02BDF1;
}
.site-theme-green  .ref-listing-options .options_text::before {
  color: #19C741;
}
.site-theme-yellow  .ref-listing-options .options_text::before {
  color: #F5FF00;
}
.listing-ref-code-input .options_text::before { 
  content: 'STEP 1:';
}
.listing-ref-code-input.listing-lake-discount-input .options_text::before { 
  content: 'STEP 2:';
}
.listing-ref-code-input .input:not(.input-with-message) {
  margin-bottom: 22px;
}
.listing-ref-code-input .input.input-with-message {
  margin-bottom: 0;
}
.input-message {
    background-color: #373737;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 22px;
    padding: 10px;
    border-radius: 0 0 4px 4px;
}
.input-message > span {
    display: inline-block;
    font-weight: 600;
}
.input-message-error {
  background-color: #ad2828;
}
.ref-listing-options #listing_options {
  counter-reset: step 1;
}
.ref-listing-options--discount + .ref-listing-options #listing_options {
  counter-reset: step 2;
}
.ref-listing-options .options_text {
  counter-increment: step;
}
.ref-listing-options .options_text::before {
  content: 'STEP ' counter(step) ':';
}
.ref-listing-options .opt_desc {
  margin-bottom: 14px;
}
.ref-listing-options .input.label-none input[type="text"], 
.ref-listing-options .input.label-none input[type="email"], 
.ref-listing-options .input.label-none input[type="search"], 
.ref-listing-options .input.label-none input[type="tel"], 
.ref-listing-options .input.label-none input[type="number"], 
.ref-listing-options .input.label-none input[type="password"], 
.ref-listing-options .input.label-none textarea {
    padding: 14px 12px;
}
.ref-listing-options .label-none .select2-basic--container.select2-selection--single .select2-selection__rendered {
  padding: 14px 40px 14px 12px;
}
.listing-ref-code-input .input.label-none input[type="text"] {
  padding-right: 100px;
  margin-bottom: 0!important;
}
.listing-ref-code-input .input.input-with-message > input[type="text"] {
    border-radius: 4px 4px 0 0 !important;
}
.listing-ref-code-input .input.label-none input[type="date"], 
.ref-listing-options .input input[type="date"] {
  border-radius: 4px;
  background-color: #FFF;
  width: 100%;
  padding: 14px 12px;
}
.ref-listing-options .options-radios .cf {
  padding-top: 0;
}
.ref-listing-options .options-radios {
  margin-bottom: 22px;
}
.ref-listing-options .listing-options__item {
  background-color: transparent;
  border: none;
  flex-direction: column;
  margin-bottom: 22px;
}
.ref-listing-options .listing-options__item, 
.ref-listing-options .listing-options__item:nth-child(2):not(:last-child), 
.ref-listing-options .listing-options__item:last-child:not(:nth-child(2)):not(:first-child) {
  border-radius: 0 !important;
}

.ref-listing-options .input label {
  display: none;
}

.ref-listing-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 6px 0;
    font-size: 24px;
}
.ref-listing-price > .price {
  margin-right: 10px;
}
.ref-listing-price--discount {
    font-size: 14px;
    font-weight: 600;
    color: #FF6501;
}
.site-theme-blue .ref-listing-price--discount {
  color: #02BDF1;
}
.site-theme-green .ref-listing-price--discount {
  color: #19C741;
}
.site-theme-yellow .ref-listing-price--discount {
  color: #F5FF00;
}

.ref-listing-purchase-note {
    margin: 8px 0 16px;
}

.ref-listing-options .option-radio {
  flex: unset!important;
  width: 33.333333%;
}
.ref-listing-options .option-radio .option-radio--inner {
  position: relative;
    background-color: #FFF !important;
    color: #000000 !important;
    border: none!important;
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    padding: 5px 45px 5px 16px;
    height: calc(100% - 10px);
    min-height: 38px;
    text-align: left;
}
.ref-listing-options .option-radio .option-radio--inner:hover {
  opacity: 0.8;
}
.ref-listing-options .option-radio .option-radio--inner img {
  width: 60px;
  margin-right: 6px;
  margin-left: -8px;
}
.ref-listing-options .option-radio .option-radio--inner::after {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  background-color: #FFF;
  border: 1px solid #BEBEBE;
  right: 24px;
}
.ref-listing-options .option-radio.checked .option-radio--inner::after {
  background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 8C6.20914 8 8 6.20914 8 4C8 1.79086 6.20914 0 4 0C1.79086 0 0 1.79086 0 4C0 6.20914 1.79086 8 4 8Z" fill="%2300D238"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
}

.ref-listing-options .listing-checkboxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px 6px 0;
}
.ref-listing-options .listing-checkbox {
  display: flex;
  align-items: center;
  width: calc(20% - 6px);
  font-size: 13px;
  line-height: 1;
  margin: 0 6px 6px 0;
  padding: 4px 10px;
  background-color: #FFF;
  color: #FFF;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
  min-height: 37px;
}
.ref-listing-options .listing-checkbox:hover {
  opacity: 0.8;
}
.listing-checkboxes.listing-checkboxes--wider {
  margin: 0 -4px -4px 0;
}
.listing-checkboxes.listing-checkboxes--wider .listing-checkbox {
    width: calc(50% - 4px);
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 4px 4px 0;
    border-radius: 2px;
}
.ref-listing-options .listing-checkbox--title {
  flex: 1;
  margin-right: 10px;
  color: #000;
}
.ref-listing-options .listing-checkbox--price {
  color: #000;
  font-weight: 600;
}
.ref-listing-options .listing-checkbox--price:not(:last-child) {
  margin-right: 10px;
}
.ref-listing-options .hide_price > .listing-checkbox--price {
    display: none;
}
.listing-checkboxes:not(.listing-checkboxes--wider) .listing-checkbox--price {
    display: none;
}
.ref-listing-options .listing-checkboxes--maxed .listing-checkbox:not(.active), 
.ref-listing-options .listing-checkbox-dropdown--maxed .listing-checkbox-dropdown--inner label:not(.active) {
    pointer-events: none !important;
    opacity: 0.5;
}

.form-options.ref-listing-options .input.label-none input[type="text"] {
  margin-bottom: 12px;
}

.ref-listing-options #listing_options + .listing-ref-code-input {
    margin-top: 20px;
}
.ref-listing-options #listing_options + .listing-ref-code-input .input {
  margin-bottom: 12px;
}

.ref-listing .youtube-vids--container + .listing-thumbnails--inner, 
.ref-listing .vimeo + .listing-thumbnails--inner {
    margin-top: 60px;
}

.message-js {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
  z-index: 100;
}

.listing-checkbox-dropdown-cont {
    margin-bottom: 20px;
}
.listing-checkbox-dropdown {
  position: relative;
    display: flex;
    flex-direction: column;
}
.listing-checkbox-dropdown--label {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 12px;
    cursor: pointer;
    color: #000;
    -webkit-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    border-radius: 4px;
    border: 1px solid #FFF;
    background-color: #FFF;
}
.listing-checkbox-dropdown.open .listing-checkbox-dropdown--label {
  border-color: #FF6501;
  border-radius: 4px 4px 0 0;
}
.site-theme-blue .listing-checkbox-dropdown.open .listing-checkbox-dropdown--label {
  border-color: #02BDF1;
}
.site-theme-green .listing-checkbox-dropdown.open .listing-checkbox-dropdown--label {
  border-color: #19C741;
}
.site-theme-yellow .listing-checkbox-dropdown.open .listing-checkbox-dropdown--label {
  border-color: #F5FF00;
}
.listing-checkbox-dropdown--label > svg {
  margin-left: 12px;
  -webkit-transition: ease-in-out .2s;
  -moz-transition: ease-in-out .2s;
  -o-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
  width: 15px;
}
.listing-checkbox-dropdown.open .listing-checkbox-dropdown--label > svg {
    transform: rotate(180deg);
}
.listing-checkbox-dropdown--inner {
  position: absolute;
  top: 100%; left: 0;
  width: 100%;
  z-index: 5;
  order: 2;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-top: 0;
  display: none;
}
.listing-checkbox-dropdown.open .listing-checkbox-dropdown--inner {
  border-color: #FF6501;
}
.site-theme-blue .listing-checkbox-dropdown.open .listing-checkbox-dropdown--inner {
  border-color: #02BDF1;
}
.site-theme-green .listing-checkbox-dropdown.open .listing-checkbox-dropdown--inner {
  border-color: #19C741;
}
.site-theme-yellow .listing-checkbox-dropdown.open .listing-checkbox-dropdown--inner {
  border-color: #F5FF00;
}
.listing-checkbox-dropdown--inner--options {
    display: flex;
    flex-direction: column;
    max-height: 280px;
    overflow-y: auto;
}
.listing-checkbox-dropdown--search {
    margin: 10px;
    width: calc(100% - 20px) !important;
}
.listing-checkbox-dropdown--inner--options > label {
    display: flex!important;
    align-items: center;
    width: 100%;
    padding: 8px;
    cursor: pointer;
    -webkit-transition: ease-in-out .2s;
    transition: ease-in-out .1s;
}
.listing-checkbox-dropdown--inner--options > label.search_hidden {
  display: none!important;
}
.listing-checkbox-dropdown--inner--options > label:hover {
  background-color: #FF6501;
}
.listing-checkbox-dropdown--inner--options > label:hover > * {
  color: #FFF!important;
}
.site-theme-blue .listing-checkbox-dropdown--inner--options > label:hover {
  background-color: #02BDF1;
}
.site-theme-green .listing-checkbox-dropdown--inner--options > label:hover {
  background-color: #19C741;
}
.site-theme-yellow .listing-checkbox-dropdown--inner--options > label:hover {
  background-color: #F5FF00;
  color: #000!important;
}
.site-theme-yellow .listing-checkbox-dropdown--inner--options > label:hover > * {
  color: #000!important;
}
.listing-checkbox-dropdown--bottom {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}
.listing-checkbox-dropdown--bottom > button {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    bottom: unset !important;
    right: unset !important;
    padding: 6px 16px !important;
}

/*
|--------------------------------------------------------------------------
| 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;
  transform: translate(-50%, -50%);
}
.overlay__blue .overlay--inner {
  background-color: #FF6501;
}

.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;
}

#listing-options-overlay .overlay--inner {
  width: calc(100% - 40px);
  max-width: 620px;
}
.overlay--inner .listing-overview--title {
  font-size: 28px;
  margin-bottom: 10px;
}
.overlay--inner .listing-overlay--details.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.listing-overview--more.button {
  margin-right: 12px;
}
.overlay--inner .listing-buy {
  margin-top: 10px;
}
.overlay--inner .listing-buy .button.heart {
  margin: 0 20px 0 0 !important;
  height: 30px;
  width: 30px;
  background-size: 18px 15px;
}
.overlay--inner .listing-buy .input {
  margin: 0 12px 0 0;
}
.overlay--inner .listing-buy .label-inline .select2-basic--container {
  height: 37px;
}
.overlay--inner .listing-buy .select2-basic--container {
  border-color: #e8e8e8 !important;
}
.overlay--inner
  .listing-buy
  .select2-container--open
  .select2-basic--container {
  border-color: #FF6501 !important;
}

/*
|--------------------------------------------------------------------------
| 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='#00FF6501', endColorstr='#33000000',GradientType=0 );
}*/

.compare-table--cell {
  display: table-cell;
  padding: 15px;
  background-color: #FF6501;
  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: #FFF;
  padding: 0 0 15px 0;
}

.cart-segment {
  border-radius: 4px;
  margin-bottom: 20px;
}

.cart-main .cart-segment:last-child {
  margin-bottom: 0;
}

.cart-side .cart-segment {
  margin-bottom: 0;
}
.cart-segment--message {
  text-align: center;
  padding: 10px;
  background-color: #2B2B2B;
  border-radius: 4px 4px 0 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
.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-radius: 4px;
}
.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 .cart-segment {
    background-color: #000;
}

.cart-side--option {
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
}

.cart-side--option span {
  display: flex;
  justify-content: center;
  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 {
  font-weight: 600;
  color: #FFF;
  border-top: none;
}
.checkout .cart-totals {
  color: #000;
}

.cart-totals .dblc {
  padding: 4px 0;
}

.cart-total--price {
  text-align: right;
}

.cart-total {
  color: #FF6501;
  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: 4px;
}

.cart-side--delivery-option:hover {
  padding: 15px 20px;
}

.cart-side--delivery-option.sel {
  background-color: #FF6501;
  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
|--------------------------------------------------------------------------
*/
#form_cart {
  margin-top: 24px;
}
.cart-items {
  width: 100%;
  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;
  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-option > sm {
  display: none;
}

.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: #FF6501;
}
.site-theme-blue  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #02BDF1;
}
.site-theme-green  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #19C741;
}
.site-theme-yellow  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #F5FF00;
  color: #000;
}

/*
|--------------------------------------------------------------------------
| Basket > Datepicker
|--------------------------------------------------------------------------
*/
.ui-datepicker-inline {
  margin: 30px auto 0 auto;
  border-radius: 0;
  border-color: #e7e7e7;
  padding: 4px;
}
.ui-datepicker-title {
  color: #FF6501;
}
.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: #FF6501;
}
.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: #FF6501;
}
.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: #FF6501;
  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: #FF6501;
  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;
  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: #FF6501;
}

.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: 4px;
  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: #FF6501;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff !important;
  padding: 10px 0;
}

/*
|--------------------------------------------------------------------------
| Checkout
|--------------------------------------------------------------------------
*/
.checkout-header {
  min-height: auto;
  padding: 4px 0;
}
.checkout-header .brand {
  display: flex;
  justify-content: center;
}
.checkout-header .brand img {
  height: 100px;
}

.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;
}
.select2-basic--container {
    border: 1px solid #000 !important;
}
.checkout-title {
  font-size: 20px;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e7e7e7;
}

.checkout-subtitle {
  font-size: 18px;
  padding: 0 0 15px 0;
  margin: 0;
}

.checkout-breadcrumbs {
  display: none;
}

.checkout-breadcrumb {
  position: relative;
  padding: 0 20px 0 0;
  font-size: 16px;
  color: #2d2d2d;
}

.checkout-breadcrumb:after {
  position: absolute;
  top: 50%;
  right: 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: #FF6501;
}

.checkout-breadcrumb__green:after {
  border-color: transparent transparent transparent #FF6501;
}

.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: #FF6501;
  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: #FF6501;
  background-color: #2B2B2B;
  border-radius: 4px;
  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-orange.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: #FF6501;
  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: 0.5;
}

.button-stripe:disabled,
.button-stripe:disabled:hover {
  background-color: #FF6501;
}

.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: #FF6501;
}

/*
|--------------------------------------------------------------------------
| 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: 1px solid #e7e7e7;
}

.checkout-stage span {
  display: block;
  padding: 0 20px 0 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 600;
  height: 50px;
  width: 300px;
  text-transform: uppercase;
  position: absolute;
  left: -126px;
  top: 126px;
  line-height: 50px;
  text-align: right;
}

.checkout-stage.dark,
.checkout-stage.darker,
.checkout-stage.darkest,
.checkout-stage.failed {
  color: #fff;
}

.checkout-stage.dark {
  background: #FF6501;
  border-right: 1px solid #FF6501;
}

.checkout-stage.darker {
  background: #d95600;
  border-right: 1px solid #d95600;
}

.checkout-stage.darkest {
  background: #b34a06;
  border-right: 1px solid #b34a06;
}

.checkout-stage.failed {
  background: #727272;
  border-right: 1px 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: #FF6501;
  margin: 0 0 4px;
  padding: 20px;
  border-radius: 4px;
}

.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: #FF6501;
  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: #FF6501;
  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: #FF6501;
}

.wishlist-edit,
.wishlist-return {
  display: inline-block;
  color: #FF6501;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 10px;
}

.wishlist-edit span:hover,
.wishlist-return a:hover {
  color: #FF6501;
  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%);
}
.site-theme-blue .wishlist-heart svg, 
.site-theme-yellow .wishlist-heart svg {
  fill: #000;
}

.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: #FF6501;
}

.wishlist-prod a:hover {
  text-decoration: underline;
  color: #FF6501;
}

.wishlist-prod-move-button {
  width: 1px;
}

.wishlist-prod-move-button span {
  cursor: pointer;
  color: #FF6501;
}

.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: #FF6501;
  margin: 4px 0;
  padding: 15px;
  cursor: pointer;
  line-height: 1.3;
  color: #fff;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.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: 0.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: #FF6501;
  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: #FF6501;
  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: #FF6501;
}

.account-sidebar .sel {
  border-bottom: 1px solid #FF6501;
}

.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: 0.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: #FF6501;
  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: 4px;
}

.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: #000;
  margin-bottom: 30px;
  color: #FFF;
  border-radius: 8px;
}

.account-login--block h3 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 8px;
  color: #FFF;
}

.account-login--block p {
  font-size: 13px;
  margin-bottom: 20px;
}

.account-login--section {
  margin-bottom: 20px;
}

.account-login--block .form-note {
  padding: 8px 0;
}

.account-login--buttons {
  margin-top: 10px;
}

.account-login--buttons .form-note {
  text-transform: uppercase;
  color: #FFF;
  text-decoration: underline;
}
.account-login--buttons .button {
  background-color: #FF6501;
  color: #000;
}
.account-login--buttons .button:hover {
  background-color: #bd4a00;
  color: #000;
}
.account-login--block .checkbox-label {
  color: #FFF;
}

.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: #000;
  padding: 30px;
  border-radius: 8px;
}

.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: 4px;
}

.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: 4px;
}

.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: 0.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: #FF6501;
}

.mobile-cats--cats {
  display: none;
}

.mobile-cats--title.open {
  color: #FF6501;
}

.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: #FF6501;
  border: 1px solid #FF6501;
  border-radius: 4px;
  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: #FF6501;
  color: #fff;
}

.featured-article {
  background-color: #ede6d8;
  display: flex;
  overflow: hidden;
  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: #FF6501;
  padding: 5px 70px;
}
.featured-article__action .button:hover {
  background-color: #332e22;
}
.featured-article__info,
.article-item__info,
.article-content--date {
  color: #FF6501;
}
.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;
}
.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: #FF6501;
}
.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;
  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;
}
.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 0.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: #FF6501;
  margin-bottom: 5px;
}
.careers-list__item__desc > div > * {
  line-height: 1.6;
}
.careers-form {
  width: 450px;
}
.careers-form > form {
  background-color: #f1f1f1;
  border-radius: 4px;
  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: #000;
  padding: 60px 40px;
  border-radius: 4px;
  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 #FF6501;
  padding: 20px 20px 10px;
}
.help_category-list .category-list__item:nth-child(4n) {
  border: 0;
}
.help_category-list .category-list__item a {
  color: #FFF;
}
.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: #FF6501;
  border-radius: 4px;
  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: #000;
}
.help-sidebar a:not(.sel):hover {
  background-color: #FF6501;
}
.help-sidebar a.sel {
  background-color: #FF6501;
}
.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: 15px;
}
.help-page__main .contact-page__info > div > span {
  text-transform: uppercase;
  color: #FF6501;
  font-weight: 600;
  margin-bottom: 3px;
}
.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: 4px;
  padding: 25px 20px 20px;
}
.help-page__form button#submit {
  margin-top: -10px;
}

.help-page__main > .content ::marker {
  color: #FF6501;
}

.contact-page__info--title {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.no-faqs {
  color: #a42a2a;
}

.faq-page .dd-section {
  background-color: #ede6d8;
  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 #FF6501;
  border-bottom: 1px solid #FF6501;
  border-radius: 0;
  margin: 0;
}
.faq-page li.dd-block:not(:last-child) {
  border-bottom: 0;
}
.faq-page .dd-title {
  color: #FF6501;
  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='%23FF6501' 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: 0.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 {
  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: #FF6501;
  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:not(:last-child) {
  margin-bottom: 30px;
}
.bottom-block > div {
  padding: 30px;
  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;
  border-bottom: 1px solid #2B2B2B;
  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: 4px 0 0 4px;
  border-right: 1px solid #d5cfe5;
}
.footer-form button {
  border-radius: 0 4px 4px 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;
  overflow: hidden;
  background-color: #FF6501;
  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: #FF6501;
  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 {
  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, 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: 4px;
  height: 90%;
}
.gal-magnified .inner .image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 80%;
  overflow: hidden;
}
.gal-magnified span {
  background-color: #FF6501;
  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: 4px;
}

.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: 0.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: 4px;
}

.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: 0.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.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 0.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: #ffffff;
  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: 4px;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}

.option-radio--inner:hover,
.input-radio--inner:hover {
  background-color: #bbbbbb;
}

.option-radio.checked .option-radio--inner,
.input-radio.checked .input-radio--inner {
  background-color: #FF6501;
  border: 1px solid #FF6501;
  color: white;
}
.site-theme-blue .option-radio.checked .option-radio--inner,
.site-theme-blue .input-radio.checked .input-radio--inner {
  background-color: #02BDF1;
  border: 1px solid #02BDF1;
  color: #000;
}
.site-theme-yellow .option-radio.checked .option-radio--inner,
.site-theme-yellow .input-radio.checked .input-radio--inner {
  background-color: #F5FF00;
  border: 1px solid #F5FF00;
  color: #000;
}
.site-theme-green .option-radio.checked .option-radio--inner,
.site-theme-green .input-radio.checked .input-radio--inner {
  background-color: #19C741;
  border: 1px solid #19C741;
  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: #FF6501;
  transition: ease-in-out 0.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: 0.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%);
  border-radius: 8px;
}
.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: #FF6501;
}
.overlay--basket-title {
  text-transform: uppercase;
  font-size: 18px;
}
.overlay--basket-title span {
  font-weight: 600;
}
.overlay--header-action > .button {
  width: calc(50% - 5px);
  padding: 11px 20px;
}
.overlay--backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#listing-overlay.overlay-ref-upsells .overlay--inner {
    max-width: 1240px;
    max-height: 95vh;
    padding: 40px;
}

#ref-upsells-form {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#listing-overlay.overlay-ref-upsells .overlay--close {
    top: 16px; right: 20px;
}
#listing-overlay.overlay-ref-upsells .overlay--close svg {
    transform: scale(0.6);
}
#listing-overlay.overlay-ref-upsells .overlay--close svg path {
    fill: #000;
}
#listing-overlay.overlay-ref-upsells .overlay--basket-header {
    border: 0;
    padding: 0;
    margin-bottom: 28px;
}
#listing-overlay.overlay-ref-upsells .overlay-tick-icon {
    margin-right: 12px;
}
#listing-overlay.overlay-ref-upsells .overlay-tick-icon svg {
    width: 18px;
}

.ref-upsells {
    display: block;
}

.ref-upsells--top {
  margin: 0 -16px 0 0;
}
.ref-upsells--top > * {
    margin: 0 12px 18px 0;
}

.ref-upsells--tab {
    background-color: #FF6500;
    color: #FFF;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 20px;
    margin: 4px 3px;
    cursor: pointer;
    -webkit-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}
.ref-upsells--tab:hover {
    background-color: #bd4a00;
}
.ref-upsells--tab.sel {
  background-color: #000000!important;
  color: #FF6500!important;
}

.site-theme-blue .ref-upsells--tab {
  background-color: #02BDF1;
  color: #000;
}
.site-theme-blue .ref-upsells--tab:hover {
  background-color: #03a7d5;
}
.site-theme-blue .ref-upsells--tab.sel {
  color: #02BDF1!important;
}
.site-theme-green .ref-upsells--tab {
  background-color: #19C741;
}
.site-theme-green .ref-upsells--tab:hover {
  background-color: #10932e;
}
.site-theme-green .ref-upsells--tab.sel {
  color: #19C741!important;
}
.site-theme-yellow .ref-upsells--tab {
  background-color: #F5FF00;
  color: #000;
}
.site-theme-yellow .ref-upsells--tab:hover {
  background-color: #b8bf01;
}
.site-theme-yellow .ref-upsells--tab.sel {
  color: #F5FF00!important;
}

.ref-upsells--product-group {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    overflow-x: hidden;
    align-content: flex-start;
    max-height: 410px;
}
.ref-upsells--product-group:not(.sel) {
    display: none !important;
}

.overlay--header-action {
    margin-top: 20px;
}

.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;
}

.ref-upsells--product-group {
    margin: 0 -10px 0 0;
}
.ref-upsells--product-group > div {
    padding: 0 10px 10px 0;
    width: 50%;
}
.prod-item-manual {
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}
.pim--img {
    position: relative;
    overflow: hidden;
    min-height: 65px;
    width: 60px;
    display: flex;
    align-items: center;
}
.pim--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-item-manul--inner {
    padding: 10px 10px 10px 20px;
}
.pim--details {
    margin-right: 10px;
}
.pim--title {
    color: #000;
    font-size: 14px;
    margin-bottom: 6px;
}
.prod-opt-single-price {
  font-weight: 600;
}
.pim--qty {
  position: relative;
  display: inline-block;
}
.pim--qty-input {
  padding-right: 30px;
  min-width: 72px;
}
.pim--qty-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.pim--add-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  padding: 8px 12px;
  font-size: 14px;
}
.pim--add-btn > svg {
    margin-right: 6px;
}

.site-theme-blue .button.pim--add-btn > svg path,
.site-theme-yellow .button.pim--add-btn > svg path {
  fill: #000;
}

/* Select2 custom styling for quantity dropdown */
.pim-qty-container .select2-selection--single {
  height: auto !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-right: 30px !important;
}
.pim-qty-container .select2-selection__rendered {
    padding-left: 10px !important;
    padding-right: 30px !important;
    line-height: 32px !important;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
}
.pim-qty-container .select2-selection__arrow {
  display: none !important;
}
.pim-qty-container::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 6px;
  background-image: url('data:image/svg+xml,<svg width="11" height="6" viewBox="0 0 11 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.53471 5.63326C4.67793 5.77643 4.87214 5.85686 5.07465 5.85686C5.27715 5.85686 5.47137 5.77643 5.61458 5.63326L9.93482 1.31302C10.0078 1.24257 10.0659 1.1583 10.106 1.06513C10.146 0.971951 10.1671 0.871739 10.1679 0.770336C10.1688 0.668932 10.1495 0.568369 10.1111 0.474514C10.0727 0.380658 10.016 0.295389 9.94429 0.223684C9.87258 0.151978 9.78731 0.0952711 9.69346 0.0568714C9.5996 0.0184722 9.49904 -0.000850685 9.39763 3.05084e-05C9.29623 0.000911702 9.19602 0.0219793 9.10285 0.0620041C9.00967 0.102029 8.9254 0.160209 8.85495 0.23315L5.07465 4.01345L1.29434 0.233149C1.15031 0.0940355 0.957398 0.0170592 0.757158 0.0187992C0.556919 0.0205392 0.365374 0.100857 0.223778 0.242453C0.082182 0.384048 0.0018645 0.575593 0.000124992 0.775833C-0.00161547 0.976071 0.0753613 1.16898 0.214475 1.31302L4.53471 5.63326Z" fill="%23FF6500"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.review-form--bottom {
  display: flex;
  align-items: center;
}
.review-form--bottom .listing-comments-stars {
  margin-right: 60px;
}

/*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: #FF6501 !important;
}
.bg-theme-light .button.button-border {
  border-color: #FF6501;
}
.bg-theme-light .slick-arrow__styled,
.bg-theme-light .arrows-styled .slick-arrow {
  background-color: #ede6d8;
}
.bg-theme-light .slick-arrow__styled::after,
.bg-theme-light .arrows-styled .slick-arrow::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.bg-white {
  background-color: white !important;
}
.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;
}

.home-feature-video {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.home-feature-video iframe {
  height: auto;
  /* padding-bottom: 56.5%; */
  aspect-ratio: 16 / 9;
}

.simple-heading {
  padding: 20px 0 40px;
}
.simple-heading h1 {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 600;
}
.simple-heading--form {
  margin-top: 30px;
}
.form-toggle {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 16px;
  border-radius: 2px;
}
.simple-heading--form {
  text-align: left;
}
.form-toggle-form {
  display: none;
  border-radius: 2px;
  background-color: #FF6501;
  padding: 20px;
}

.input-file-group-container {
  display: flex;
  flex-direction: column;
  padding: 0 10px 0 0;
  margin-bottom: 6px;
}
.input-file-group {
  background-color: #fff;
  border-radius: 2px;
  padding: 12px 12px 2px 12px;
}
.input-file-group > .input-file {
  display: none;
  padding-right: 30px;
  margin-bottom: 10px;
}
.input-file-group > .input-file:nth-child(1),
.input-file-group > .input-file.show + .input-file {
  display: block !important;
}
.input-file-group .button-file-upload {
  font-size: 13px;
  background-color: #f1f1f1;
  color: #222;
  padding: 6px 10px;
  height: max-content;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.input-file-group .input-file-dummy {
  border: 0 !important;
  padding: 5px 0 5px 116px;
  color: #222;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
}
.form-toggle-form textarea {
  height: 80px;
}

.form-row-submits {
  margin-top: 10px;
}
.form-row-submits .button {
  border-radius: 2px;
  padding: 16px 24px 15px;
  line-height: 1.2;
}

.catch-report-container {
  background-color: #f1f1f1;
  padding: 40px 0;
}
.catch-filter--container {
  position: relative;
  margin-bottom: 30px;
}
.catch-filters > * {
  margin-bottom: 10px;
}
.catch-filters--label {
  min-width: max-content;
  margin-right: 20px;
}
.catch-filters .catch-filter--filter:not(:last-child) {
  margin-right: 20px;
}
.catch-filter-clear {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}
.catch-filter-clear > a {
  display: flex;
  align-items: center;
  color: #FF6501;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  min-width: max-content;
  margin-bottom: 10px;
}
.catch-filter-clear > a::before {
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  background: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5177 16.7526C1.12543 16.7754 0.739639 16.645 0.441688 16.3888C-0.145927 15.7977 -0.145927 14.843 0.441688 14.2519L13.3085 1.38503C13.9197 0.813133 14.8787 0.844925 15.4506 1.4561C15.9678 2.00878 15.9979 2.85826 15.5212 3.44618L2.57855 16.3888C2.28444 16.6413 1.90484 16.7714 1.5177 16.7526Z" fill="%23FF6501"/><path d="M14.3694 16.7526C13.9718 16.7509 13.5908 16.5931 13.3085 16.3131L0.441566 3.44616C-0.10283 2.81043 -0.0288162 1.8537 0.606911 1.30925C1.17431 0.823348 2.01112 0.823348 2.57847 1.30925L15.5211 14.1762C16.1322 14.7482 16.1638 15.7073 15.5917 16.3183C15.569 16.3426 15.5454 16.3661 15.5211 16.3889C15.2042 16.6645 14.7871 16.7962 14.3694 16.7526Z" fill="%23FF6501"/></svg>')
    no-repeat center / contain;
  margin-right: 6px;
}

.multicheck-select {
  position: relative;
  min-width: 200px;
  max-width: 250px;
  flex: 1;
}
.multicheck-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 12px 10px;
  background-color: #fff;
  border-radius: 2px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #fff;
  border-bottom-color: #fff !important;
}
.multicheck-display.open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #FF6501;
}
.multicheck-display::after {
  content: "";
  position: relative;
  height: 8px;
  width: 13px;
  background: 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='%23222222' 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")
    no-repeat center / contain;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  margin-left: 20px;
}
.multicheck-display.open::after {
  transform: rotate(180deg);
}
.multicheck-display--inner > span {
  display: none;
  margin-left: 5px;
  font-size: 12px;
}
.multicheck-select.active .multicheck-display--inner > span {
  display: inline-block;
}
.multicheck-results {
  position: absolute;
  display: none;
  min-width: 100%;
  background-color: #fff;
  border-radius: 0 0 2px 2px;
  padding: 12px;
  border: 1px solid #FF6501;
  z-index: 10000;
}
.multicheck-checkbox {
  display: flex;
  margin-bottom: 10px;
}
.multicheck-checkbox * {
  cursor: pointer;
}
.multicheck-checkbox:last-child {
  margin-bottom: 0 !important;
}
.multicheck-checkbox .checkbox {
  border: 1px solid #c0bfbf;
}
.multicheck-checkbox .checkbox::after {
  background-position: 2px 3px;
}
.multicheck-checkbox label {
  margin-left: 6px;
  flex: 1;
}
.multicheck-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.catch-report {
  background-color: #fff;
  border-radius: 2px;
  padding: 20px;
  font-weight: 600;
}
.catch-report:not(:last-child) {
  margin-bottom: 40px;
}
.catch-report > *:not(:last-child) {
  margin-bottom: 20px;
}
.catch-report--info:not(:last-child) {
  margin-bottom: 0;
}
.catch-report--info > div {
  width: 50%;
}
.catch-report--info > div > span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  color: #FF6501;
}
.catch-report .content {
  margin-top: 6px;
  font-weight: 400;
}

.catch-report--images > div {
  width: 50%;
}
.catch-report--images > div:first-child:last-child {
  width: 100%;
}
.catch-report--image {
  display: flex;
  border-radius: 2px;
}
.catch-report--image > img {
  visibility: hidden;
  width: 100%;
}
.catch-report--videos > .video-embed {
  border-radius: 2px;
}
.catch-report--videos > .video-embed:not(:last-child) {
  margin-bottom: 10px;
}


.popup-overlay {
  display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000000;
}
.popup-overlay.show {
  display: block;
}
.popup-overlay--backdrop {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}
.popup-overlay--inner {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    color: #FFF;
    max-width: 90%;
    width: 510px;
    text-align: center;
    border-radius: 8px;
    border: 3px solid #FFF;
}
.popup-overlay--image {
    width: 100%;
    padding: 26.49%;
}
.popup-overlay--content {
  padding: 30px 60px;
}
.popup-overlay--close {
    display: flex;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    -webkit-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}
.popup-overlay--close:hover {
  opacity: 0.7;
}
.popup-overlay--title {
  position: relative;
  width: 100%;
  font-size: 32px;
  text-transform: uppercase;
  color: #FFF; 
  font-weight: 400;
  letter-spacing: 0;
  padding: 0 45px;
  margin: -8px 0 18px 0;
}
.popup-overlay--title::before, .popup-overlay--title::after {
    content: "";
    position: absolute;
    width: 36px; height: 33px;
    top: 50%;
    transform: translateY(-50%);
    background: url('data:image/svg+xml,<svg width="36" height="33" viewBox="0 0 36 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.885 33L9.81 20.7987L0 12.5921L12.96 11.5066L18 0L23.04 11.5066L36 12.5921L26.19 20.7987L29.115 33L18 26.5303L6.885 33Z" fill="%23FF6501"/></svg>') no-repeat center / contain;
}
.popup-overlay--title::before {
  left: 0;
}
.popup-overlay--title::after {
  right: 0;
}
.popup-overlay--text {
    margin-bottom: 32px;
}
.popup-overlay--text > * {
    font-size: 18px;
}
.popup-overlay--button {
    padding: 6px 8px!important;
    font-weight: 500;
    letter-spacing: 0.02em;
}


.team-member-container {
    margin-bottom: 10px;
}
.team-member-group {
    margin-bottom: 40px;
}
.team-member-group--title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #FF6501;
    margin-bottom: 30px;
}
.team-member-grid {
    margin: 0 -20px -20px 0;
}
.team-member-grid > div {
    width: 16.66666%;
    padding: 0 20px 20px 0;
}
.team-member {
    height: 100%;
    width: 100%;
    text-align: center;
    border: 1px solid #2B2B2B;
    border-radius: 4px;
    overflow: hidden;
}
.team-member--image {
    padding: 0 0 64%;
}
.team-member--name {
  transition: ease-in-out .2s;
    min-height: 48px;
    background-color: #2B2B2B;
    color: #FFF;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    flex: 1;
}
.team-member:hover .team-member--name {
    background-color: #181818;
    color: #FF6501;
}