.row:not(.no-gutters) {
  margin-right: -8px;
  margin-left: -8px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px; }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -16px;
    margin-left: -16px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 16px;
    padding-left: 16px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -24px;
    margin-left: -24px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 24px;
    padding-left: 24px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -24px;
    margin-left: -24px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 24px;
    padding-left: 24px; } }

.clearfix::before, .clearfix::after {
  content: "";
  display: table; }

.clearfix::after {
  clear: both; }

/*
** Brand custom dropdown
** TODO: to refactor mixin include --> use this mixin only in _select2.scss
*/
/*
** Brand form control
** TODO: to refactor mixin include --> use this mixin only in _input.scss and/or _forms.scss
*/
/*
** Password toggler (show/hide password)
** TODO: to refactor mixin include --> use this mixin only in _input.scss and/or _forms.scss
*/
/*
** Brand checkbox
** TODO: to refactor mixin include --> use this mixin only in _input.scss and/or _forms.scss
*/
.row:not(.no-gutters) {
  margin-right: -8.5px;
  margin-left: -8.5px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8.5px;
  padding-left: 8.5px; }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -8px;
    margin-left: -8px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

.row:not(.no-gutters) {
  margin-right: -14px;
  margin-left: -14px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 14px;
  padding-left: 14px; }

@font-face {
  font-family: "DMSans-Medium";
  font-display: swap;
  src: url("../fonts/DMSans-Medium.woff2"); }

@font-face {
  font-family: "DMSans-Regular";
  font-display: swap;
  src: url("../fonts/DMSans-Regular.woff2"); }

@font-face {
  font-family: "EuclidCircularB-Light";
  font-display: swap;
  src: url("../fonts/EuclidCircularB-Light.woff2"); }

@font-face {
  font-family: "EuclidCircularB-Regular";
  font-display: swap;
  src: url("../fonts/EuclidCircularB-Regular.woff2"); }

.btn {
  padding: 6px 20px;
  font-family: "DMSans-Medium", arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #0e1111; }
  @media (min-width: 1200px) {
    .btn {
      padding: 12px 30px; }
      .btn:hover {
        text-decoration: none; } }
  .btn[disabled], .btn.disabled {
    background-color: #ccc;
    border: none;
    pointer-events: none;
    cursor: auto; }

.btn-primary {
  background-color: #0e1111;
  color: #fff; }
  .btn-primary:hover {
    color: #fff;
    text-decoration: none; }

.btn-secondary {
  background-color: transparent;
  color: #0e1111; }
  @media (min-width: 1200px) {
    .btn-secondary:hover {
      background-color: #0e1111;
      border-color: #0e1111;
      color: #fff; } }

.btn-light {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }

.btn-wide {
  display: block;
  width: 100%; }

@media (min-width: 1200px) {
  .btn-submit {
    padding: 11px 20px; } }

.btn-icon {
  background: none;
  border: 0;
  padding: 0 10px; }
  .btn-icon:hover {
    background: none; }

.btn-success {
  background-color: #469e55;
  border-color: #469e55; }

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-large {
  padding: 12px 30px; }

.btn-black {
  color: #282823; }

.btn-link {
  border: 0;
  font-size: 18px;
  line-height: 1.43;
  text-align: left;
  background-color: transparent;
  text-decoration: underline; }
  @media (min-width: 769px) {
    .btn-link {
      font-size: 18px;
      line-height: 1.56; } }

.btn-text {
  border: 0;
  background-color: transparent;
  padding: 0;
  display: inline-block;
  text-align: left;
  color: #0e1111 !important; }
  .btn-text:hover {
    text-decoration: underline; }

@media (min-width: 1200px) {
  .btn-hover-white:hover {
    background-color: #fff;
    color: #0e1111; } }

@media (min-width: 1200px) {
  .btn-hover-grey:hover {
    background-color: #424242;
    color: #fff; } }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: initial; }

@media (min-width: 1200px) {
  button:focus:not(:focus-visible) {
    outline: none; } }

@media (max-width: 1199.98px) {
  button:focus {
    outline: none; } }

.container {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 769px) {
    .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .container {
      padding-left: 80px;
      padding-right: 80px; } }

@media (max-width: 1919.98px) {
  .no-padding-md-down {
    padding: 0; } }

@media (min-width: 1200px) {
  .no-padding-left-md {
    padding-left: 0 !important; } }

@media (min-width: 1200px) {
  .no-padding-right-md {
    padding-right: 0 !important; } }

@media (max-width: 1919.98px) {
  .no-padding-right-md-down {
    padding-right: 0 !important; } }

h1,
.heading-h1,
h2,
.heading-h2,
h3,
.heading-h3,
h4,
.heading-h4,
h5,
.heading-h5,
h6,
.heading-h6 {
  font-family: "EuclidCircularB-Light", arial, sans-serif;
  font-weight: 300;
  color: #0e1111;
  text-transform: uppercase;
  margin-bottom: 18px; }
  @media (min-width: 769px) {
    h1,
    .heading-h1,
    h2,
    .heading-h2,
    h3,
    .heading-h3,
    h4,
    .heading-h4,
    h5,
    .heading-h5,
    h6,
    .heading-h6 {
      margin-bottom: 20px; } }

h1,
.heading-h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px; }

h2,
.heading-h2 {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.4px; }

h3,
.heading-h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px; }

h4,
.heading-h4 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0; }

h5,
.heading-h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px; }

h6,
.heading-h6 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0; }

@media (max-width: 719.98px) {
  .heading-h1-xs {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.1px; } }

@media (min-width: 769px) {
  .heading-h2-sm {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.4px; } }

@media (max-width: 1199.98px) {
  .heading-h3-sm-down {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.1px; } }

@media (min-width: 769px) {
  .heading-h3-sm {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.1px; } }

@media (max-width: 1199.98px) {
  .heading-h4-sm-down {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0; } }

.heading-footer {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0e1111; }
  @media (min-width: 769px) {
    .heading-footer {
      font-size: 14px;
      line-height: 20px; } }

p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px; }

.text-large {
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0; }

.text-medium {
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px; }

.text-small {
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0; }

.title-main {
  font-family: "EuclidCircularB-Light", arial, sans-serif;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -1px; }

.caption {
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 12px;
  line-height: 20px; }

.caption-primary {
  line-height: 32px; }

.caption-bottom {
  padding-top: 5px; }

.no-padding {
  padding: 0; }

.text-underline {
  text-decoration: underline; }

a,
.link {
  cursor: pointer;
  color: #0e1111; }

.link-large {
  cursor: pointer;
  color: #0e1111;
  font-family: "DMSans-Medium", arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0; }
  .link-large.link-with-arrow::after {
    right: -17px;
    width: 9px;
    height: 28px; }

.link-medium {
  cursor: pointer;
  color: #0e1111;
  font-family: "DMSans-Medium", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1; }
  .link-medium.link-with-arrow::after {
    right: -17px;
    width: 9px;
    height: 24px; }

.link-small {
  cursor: pointer;
  color: #0e1111;
  font-family: "DMSans-Medium", arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0; }
  .link-small.link-with-arrow::after {
    right: -15px;
    width: 9px;
    height: 20px; }

.link-with-arrow {
  position: relative;
  padding-right: 10px; }
  .link-with-arrow .category-name {
    padding-right: 10px; }
  .link-with-arrow::after {
    content: "";
    background: url("../../images/svg/arrow-right-small.svg") center center no-repeat;
    width: 9px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding-left: 6px; }

.link-no-decoration:hover {
  text-decoration: none; }

.link-white {
  color: #fff; }
  .link-white:hover {
    color: #fff; }

body {
  padding: 0;
  margin: 0;
  font-family: "DMSans-Regular", arial, sans-serif;
  color: #0e1111;
  background: #fff;
  overflow-x: hidden; }
  body.isSticky {
    padding-top: 85px; }
    @media (min-width: 1200px) {
      body.isSticky {
        padding-top: 170px; } }
    body.isSticky.modal-open .sticky-head {
      padding-right: 17px; }
  @media (max-width: 1199.98px) {
    body.menu-active {
      overflow: hidden; } }

.font-14 {
  font-size: 14px; }

.no-scroll {
  width: 100%;
  position: fixed !important; }
  .no-scroll::before {
    content: "";
    background: #282823;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.5;
    z-index: 10; }

.input,
.input.form-control {
  height: 48px;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  width: 100%;
  padding: 12px 16px;
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #0e1111; }
  .input:-ms-input-placeholder,
  .input.form-control:-ms-input-placeholder {
    color: #0e1111;
    opacity: 0.4;
    font-family: "DMSans-Regular", arial, sans-serif;
    font-size: 16px;
    line-height: 24px; }
  .input::placeholder,
  .input.form-control::placeholder {
    color: #0e1111;
    opacity: 0.4;
    font-family: "DMSans-Regular", arial, sans-serif;
    font-size: 16px;
    line-height: 24px; }

select.form-control {
  height: 48px;
  border: 1px solid #b3b3b3;
  border-radius: 0; }

.input-noresize {
  resize: none; }

.search-field {
  font-size: 14px;
  border: none;
  padding: 0 10px; }
  @media (max-width: 719.98px) {
    .js-search-trigger .search-field {
      padding: 0; } }

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
  width: 20px;
  height: 20px; }

.custom-checkbox .custom-control-label::before {
  border: 1.5px solid #0e1111;
  background: transparent;
  border-radius: 0 !important; }

.custom-checkbox .custom-control-label-small {
  font-size: 14px; }
  .custom-checkbox .custom-control-label-small::before, .custom-checkbox .custom-control-label-small::after {
    width: 20px;
    height: 20px; }

.custom-checkbox .custom-control-label-right {
  padding-left: 14px; }

.custom-checkbox .custom-control-label-left {
  padding-left: 14px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0e1111;
  border-color: #0e1111; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../../images/svg/check-icon-white.svg") !important; }

.custom-checkbox .custom-control-input:checked.disabled ~ .custom-control-label {
  cursor: auto;
  pointer-events: none; }
  .custom-checkbox .custom-control-input:checked.disabled ~ .custom-control-label::before {
    background-color: #ccc;
    border-color: #ccc; }

.custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f43319; }
  .custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label a {
    color: #f43319 !important; }

.custom-checkbox .custom-checkmark:checked ~ .custom-control-label::after {
  width: 32px;
  left: -28px; }

.custom-checkbox span {
  font-size: 12px;
  line-height: 20px;
  display: inline-block; }

.custom-checkbox-white .custom-control-label::before, .custom-checkbox-white .custom-control-label::after {
  width: 20px;
  height: 20px;
  border-color: #fff; }

.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #fff; }

.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../../images/svg/check-icon-white.svg"); }

.custom-checkbox-white .custom-control-input:checked.disabled ~ .custom-control-label {
  cursor: auto;
  pointer-events: none; }
  .custom-checkbox-white .custom-control-input:checked.disabled ~ .custom-control-label::before {
    background-color: #ccc;
    border-color: #ccc; }

.custom-checkbox-white .custom-control-input.is-invalid ~ .custom-control-label a {
  color: #f43319 !important; }

.custom-radio .custom-control-label {
  padding-left: 29px; }
  .custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
    top: 0;
    width: 24px;
    height: 24px; }
  .custom-radio .custom-control-label::before {
    border: 1.5px solid #0e1111; }

.custom-radio .custom-control-label-small::before, .custom-radio .custom-control-label-small::after {
  width: 20px;
  height: 20px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0e1111;
  border-color: #0e1111; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 10px 10px; }

.password-group {
  position: relative; }
  .password-group .password-toggler {
    position: absolute;
    top: 11px;
    right: 8px; }

input[name$="newsletterSubscription"] ~ .custom-control-label {
  width: 100%; }

.newsletter-consent .caption[for*=accept-newsletter-subscription] {
  margin: 0;
  padding: 0 0 0 14px; }
  .newsletter-consent .caption[for*=accept-newsletter-subscription] + .invalid-feedback {
    padding: 0 0 14px 14px; }

.newsletter-consent .newsletter-subscription-preferences {
  padding: 0 0 0 38px; }
  .newsletter-consent .newsletter-subscription-preferences .preference-wrapper {
    margin: 0 0 14px; }
    .newsletter-consent .newsletter-subscription-preferences .preference-wrapper .caption {
      margin: 0;
      line-height: 24px;
      padding: 2px 0 0 14px; }

.category-filter-input {
  display: none; }

.newsletter-subscription-legal-mentions a {
  color: #fff; }

.form-control.is-invalid {
  border-color: #dc3545; }

.form-control-label {
  margin-bottom: 6px;
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #282823; }

.invalid-feedback {
  color: #dc3545 !important;
  margin-top: 6px;
  font-family: "DMSans-Medium", arial, sans-serif;
  font-size: 14px;
  line-height: 20px; }
  .is-invalid .invalid-feedback {
    display: block; }

.form-group {
  margin-bottom: 30px; }
  .form-group.required .form-control-label::after {
    content: "*";
    color: #0e1111; }

.is-valid .form-control,
.is-valid .select2-container--default .select2-selection__rendered,
.is-valid .select2-container .select2-selection--single {
  border-color: #469e55;
  color: #469e55;
  opacity: 1; }

.is-valid .select2-selection__placeholder {
  color: #469e55;
  opacity: 1; }

.is-valid input:-webkit-autofill,
.is-valid input:-webkit-autofill:hover,
.is-valid input:-webkit-autofill:focus,
.is-valid textarea:-webkit-autofill,
.is-valid textarea:-webkit-autofill:hover,
.is-valid textarea:-webkit-autofill:focus,
.is-valid select:-webkit-autofill,
.is-valid select:-webkit-autofill:hover,
.is-valid select:-webkit-autofill:focus {
  border: 1px solid #469e55;
  color: #469e55 !important;
  font-family: "DMSans-Regular", arial, sans-serif;
  -webkit-text-fill-color: #469e55;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s; }

.is-valid input:-ms-input-placeholder {
  color: #469e55;
  opacity: 1; }

.is-valid input::placeholder {
  color: #469e55;
  opacity: 1; }

.is-invalid .form-control,
.is-invalid .select2-container--default .select2-selection__rendered,
.is-invalid .select2-container .select2-selection--single {
  border-color: #dc3545;
  color: #dc3545;
  opacity: 1; }

.is-invalid .select2-container--default .select2-selection__placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid input:-webkit-autofill,
.is-invalid input:-webkit-autofill:hover,
.is-invalid input:-webkit-autofill:focus,
.is-invalid textarea:-webkit-autofill,
.is-invalid textarea:-webkit-autofill:hover,
.is-invalid textarea:-webkit-autofill:focus,
.is-invalid select:-webkit-autofill,
.is-invalid select:-webkit-autofill:hover,
.is-invalid select:-webkit-autofill:focus {
  border: 1px solid #dc3545;
  color: #dc3545 !important;
  font-family: "DMSans-Regular", arial, sans-serif;
  -webkit-text-fill-color: #dc3545;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s; }

.is-invalid.form-control:-ms-input-placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid.form-control::placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid ~ .invalid-feedback {
  display: block; }

img {
  max-width: 100%; }

.image-fit {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%; }

:root {
  /** ==================================================================== **/
  /** Create Custom CSS Variables from "sfra bootstrap override" variables **/
  /** ==================================================================== **/
  --color-white: #fff;
  --color-black: #282823;
  --color-blue: #0070d2;
  --color-green: #2dcb48;
  --color-primary: #0e1111;
  --color-red: #f43319;
  --color-success: var(--color-green);
  --color-danger: var(--color-red);
  --color-light-blue: #7ed0ee;
  --color-grey1: #f9f9f9;
  --color-grey2: #eee;
  --color-grey3: #ccc;
  --color-grey4: #999;
  --color-grey5: #666;
  --color-grey6: #444;
  --color-grey7: #222;
  --color-grey8: #333;
  --color-grey-transparent-1: rgba(0, 0, 0, 0.65);
  --color-grey-transparent-2: rgba(0, 0, 0, 0.25);
  --color-light-gray: var(--color-grey1);
  --color-slightly-darker-gray: var(--color-grey4);
  --color-dark-gray: var(--color-grey6);
  --color-darker-gray: var(--color-grey7);
  --color-horizontal-rule-grey: var(--color-grey3);
  --color-product-number-grey: var(--color-grey3);
  --color-horizontal-border-grey: var(--color-grey4);
  --color-menu-link: var(--color-grey6);
  --color-close-menu-bg: var(--color-grey2);
  --color-link-color: var(--color-dark-gray);
  --color-hr-border-color: var(--color-grey3);
  /** ==================================================================== **/
  /** Define skin named variables here                                    **/
  /** ==================================================================== **/
  --skin-background-color-1: var(--color-white);
  --skin-border-color-1: var(--color-white);
  --skin-main-text-color-1: var(--color-gray7);
  --skin-main-text-color-2: var(--color-gray7);
  --skin-menu-color-1: #444;
  --skin-menu-color-1-invert: var(--color-white);
  --skin-menu-color-2: #222;
  --skin-link-color-1: #444;
  --skin-link-color-2: var(--color-blue);
  --skin-primary-color-1: var(--color-primary);
  --skin-primary-color-2: var(--color-primary);
  --skin-primary-color-invert-1: var(--color-white);
  --skin-selectbox-background-color-1: var(--color-white);
  --skin-selectbox-text-color-1: var(--skin-main-text-color-1);
  --skin-banner-background-color-1: #444;
  --skin-banner-background-color-2: #0e1111;
  --skin-banner-text-color-1: var(--color-white);
  --skin-heading-color-1: var(--color-primary);
  --skin-heading-color-1-invert: var(--color-white);
  --skin-price-1: var(--color-gray7);
  --skin-header-font: $dm-sans-regular;
  --skin-body-font: var(--font-family-sans-serif); }

.clearfix::before, .clearfix::after {
  content: "";
  display: table; }

.clearfix::after {
  clear: both; }

/*
** Brand custom dropdown
** TODO: to refactor mixin include --> use this mixin only in _select2.scss
*/
/*
** Brand form control
** TODO: to refactor mixin include --> use this mixin only in _input.scss and/or _forms.scss
*/
/*
** Password toggler (show/hide password)
** TODO: to refactor mixin include --> use this mixin only in _input.scss and/or _forms.scss
*/
/*
** Brand checkbox
** TODO: to refactor mixin include --> use this mixin only in _input.scss and/or _forms.scss
*/
.row:not(.no-gutters) {
  margin-right: -8px;
  margin-left: -8px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px; }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -16px;
    margin-left: -16px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 16px;
    padding-left: 16px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -24px;
    margin-left: -24px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 24px;
    padding-left: 24px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -24px;
    margin-left: -24px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 24px;
    padding-left: 24px; } }

@font-face {
  font-family: "Ruinart";
  src: url("../fonts/RuinartIcons/Ruinart.eot");
  src: url("../fonts/RuinartIcons/Ruinart.eot?#iefix") format("embedded-opentype"), url("../fonts/RuinartIcons/Ruinart.ttf") format("truetype"), url("../fonts/RuinartIcons/Ruinart.woff") format("woff"), url("../fonts/RuinartIcons/Ruinart.svg?#Ruinart") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Ruinart" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-agenda::before {
  content: "\E900"; }

.icon-amex::before {
  content: "\E901"; }

.icon-arrow-down::before, span.select2-container .select2-selection--single .select2-selection__arrow::before {
  content: "\E902"; }

.icon-arrow-left::before {
  content: "\E903"; }

.icon-arrow-right::before {
  content: "\E904"; }

.icon-arrow-small::before {
  content: "\E905"; }

.icon-arrow-up::before {
  content: "\E906"; }

.icon-basket::before {
  content: "\E907"; }

.icon-close::before {
  content: "\E908"; }

.icon-delete::before {
  content: "\E909"; }

.icon-delivery::before {
  content: "\E90A"; }

.icon-facebook::before {
  content: "\E90B"; }

.icon-filter::before {
  content: "\E90C"; }

.icon-filter-on::before {
  content: "\E90D"; }

.icon-information::before {
  content: "\E90E"; }

.icon-instagram::before {
  content: "\E90F"; }

.icon-location::before {
  content: "\E910"; }

.icon-login::before {
  content: "\E911"; }

.icon-mastercard::before {
  content: "\E912"; }

.icon-menu::before {
  content: "\E913"; }

.icon-nature-v1::before {
  content: "\E914"; }

.icon-nature-v2::before {
  content: "\E915"; }

.icon-nature-v3::before {
  content: "\E916"; }

.icon-nature-v4::before {
  content: "\E917"; }

.icon-next::before {
  content: "\E918"; }

.icon-pause::before {
  content: "\E919"; }

.icon-pinterest::before {
  content: "\E91A"; }

.icon-play::before {
  content: "\E91B"; }

.icon-plus::before {
  content: "\E91C"; }

.icon-previous::before {
  content: "\E91D"; }

.icon-search::before {
  content: "\E91E"; }

.icon-second-skin::before {
  content: "\E91F"; }

.icon-secure::before {
  content: "\E920"; }

.icon-sort::before {
  content: "\E921"; }

.icon-twitter::before {
  content: "\E922"; }

.icon-visa::before {
  content: "\E923"; }

.icon-youtube::before {
  content: "\E924"; }

.btn {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.125rem 1.5rem;
  border-color: #282823; }
  .btn[disabled], .btn.disabled {
    pointer-events: none;
    cursor: auto; }

.btn-primary.btn-primary-dark {
  color: #fff !important;
  background: #282823 !important;
  border: 1px #282823 solid !important;
  padding: 1.0625rem 1.5rem; }
  @media (hover: hover) {
    .btn-primary.btn-primary-dark:hover {
      background: #282823 !important;
      /* The Fallback */
      background: rgba(40, 40, 35, 0.9) !important;
      border-color: #282823 !important;
      /* The Fallback */
      border-color: rgba(40, 40, 35, 0.9) !important; } }
  .btn-primary.btn-primary-dark[disabled], .btn-primary.btn-primary-dark.disabled {
    background: #282823 !important;
    /* The Fallback */
    background: rgba(40, 40, 35, 0.3) !important;
    border-color: #282823 !important;
    /* The Fallback */
    border-color: rgba(40, 40, 35, 0.3) !important; }

.btn-primary.btn-primary-light {
  color: #282823 !important;
  background: #fff !important;
  border: 1px #fff solid !important; }
  @media (hover: hover) {
    .btn-primary.btn-primary-light:hover {
      background: #fff !important;
      /* The Fallback */
      background: rgba(255, 255, 255, 0.9) !important;
      border-color: #fff !important;
      /* The Fallback */
      border-color: rgba(255, 255, 255, 0.9) !important; } }
  .btn-primary.btn-primary-light[disabled], .btn-primary.btn-primary-light.disabled {
    background: #fff !important;
    /* The Fallback */
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: #fff !important;
    /* The Fallback */
    border-color: rgba(255, 255, 255, 0.3) !important; }

.btn-secondary {
  color: #282823; }
  .btn-secondary.btn-secondary-dark {
    color: #282823 !important;
    background: #fff !important;
    border: 1px #282823 solid !important;
    padding: 1.0625rem 1.5rem; }
    @media (hover: hover) {
      .btn-secondary.btn-secondary-dark:hover {
        background: #f1efec !important;
        border-color: #f1efec !important; } }
    .btn-secondary.btn-secondary-dark[disabled], .btn-secondary.btn-secondary-dark.disabled {
      color: #282823 !important;
      /* The Fallback */
      color: rgba(40, 40, 35, 0.6) !important;
      border-color: #282823 !important;
      /* The Fallback */
      border-color: rgba(40, 40, 35, 0.2) !important;
      background: #fff !important; }
  .btn-secondary.btn-secondary-light {
    color: #fff !important;
    background: #282823 !important;
    border: 1px #fff solid !important; }
    @media (hover: hover) {
      .btn-secondary.btn-secondary-light:hover {
        border-color: #fff !important;
        /* The Fallback */
        border-color: rgba(255, 255, 255, 0.7) !important;
        color: #fff !important;
        /* The Fallback */
        color: rgba(255, 255, 255, 0.7) !important; } }
    .btn-secondary.btn-secondary-light[disabled], .btn-secondary.btn-secondary-light.disabled {
      border-color: #fff !important;
      /* The Fallback */
      border-color: rgba(255, 255, 255, 0.2) !important;
      color: #fff !important;
      /* The Fallback */
      color: rgba(255, 255, 255, 0.6) !important;
      background: #282823 !important; }

.btn-wide {
  display: block;
  width: 100%; }

@media (min-width: 1200px) {
  .btn-submit {
    padding: 11px 20px; } }

.btn-icon {
  background: none;
  border: 0;
  padding: 0 10px; }
  .btn-icon:hover {
    background: none; }
  .btn-icon.disabled, .btn-icon[disabled] {
    background: none; }

.btn-success {
  background-color: #469e55;
  border-color: #469e55; }

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-link {
  border: 0;
  font-size: 18px;
  line-height: 1.43;
  text-align: left;
  background-color: transparent;
  text-decoration: underline; }
  @media (min-width: 769px) {
    .btn-link {
      font-size: 18px;
      line-height: 1.56; } }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: initial; }

.btn-primary-ra {
  background: #282823;
  color: #fff;
  padding: 1.0625rem 1.5rem;
  border: 1px solid #282823; }
  @media (hover: hover) {
    .btn-primary-ra:hover {
      opacity: 0.9; } }
  .btn-primary-ra:disabled, .btn-primary-ra.disabled, .btn-primary-ra[disabled] {
    opacity: 0.65;
    background: #282823;
    color: #fff;
    border: 1px solid #282823; }

.btn-outline-primary-ra {
  background: #fff;
  border: 1px solid #282823;
  color: #282823; }
  @media (hover: hover) {
    .btn-outline-primary-ra:hover {
      color: #282823;
      border-color: #f1efec;
      background-color: #f1efec; } }
  .btn-outline-primary-ra:disabled, .btn-outline-primary-ra.disabled, .btn-outline-primary-ra[disabled] {
    opacity: 0.6;
    background-color: #fff;
    border: 1px solid rgba(40, 40, 35, 0.7); }

.btn-large {
  padding: 12px 30px; }

.btn-small {
  font-size: 0.6875rem;
  padding: 0.6875rem 1.5rem; }

.container {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 769px) {
    .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .container {
      padding-left: 0;
      padding-right: 0; } }

.container-ra {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 769px) {
    .container-ra {
      padding-left: 48px;
      padding-right: 48px; } }
  @media (min-width: 1200px) {
    .container-ra {
      padding-left: 72px;
      padding-right: 72px; } }
  .container-ra .row {
    margin-left: -8px;
    margin-right: -8px; }
    .container-ra .row > [class*="col-"],
    .container-ra .row > .col {
      padding-left: 8px;
      padding-right: 8px; }
  @media (min-width: 769px) {
    .container-ra .row {
      margin-left: -16px;
      margin-right: -16px; }
      .container-ra .row > [class*="col-"],
      .container-ra .row > .col {
        padding-left: 16px;
        padding-right: 16px; } }
  @media (min-width: 1200px) {
    .container-ra .row {
      margin-left: -24px;
      margin-right: -24px; }
      .container-ra .row > [class*="col-"],
      .container-ra .row > .col {
        padding-left: 24px;
        padding-right: 24px; } }
  @media (min-width: 1200px) {
    .container-ra .no-large-gutters {
      margin: 0; } }

.container-ra-wide {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .container-ra-wide {
      padding-left: 48px;
      padding-right: 48px; } }

@media (max-width: 1919.98px) {
  .no-padding-md-down {
    padding: 0; } }

@media (min-width: 1200px) {
  .no-padding-left-md {
    padding-left: 0 !important; } }

@media (min-width: 1200px) {
  .no-padding-right-md {
    padding-right: 0 !important; } }

@media (max-width: 1919.98px) {
  .no-padding-right-md-down {
    padding-right: 0 !important; } }

.heading-h0,
.heading-h0-italic {
  color: #282823;
  font-weight: 300;
  font-size: 3.75rem;
  line-height: 4.5rem; }
  @media (max-width: 1199.98px) {
    .heading-h0,
    .heading-h0-italic {
      font-size: 1.75rem;
      line-height: 2.5rem; } }

.heading-h0 {
  font-family: "Saol Standard - Light", arial, sans-serif;
  font-style: normal; }

.heading-h0-italic {
  font-family: "Saol Standard - Light Italic", arial, sans-serif;
  font-style: italic; }

h1,
.heading-h1,
h2,
.heading-h2,
h3,
.heading-h3,
h4,
.heading-h4,
h5,
.heading-h5,
h6,
.heading-h6 {
  color: #282823;
  font-family: "Saol Standard - Regular", arial, sans-serif;
  font-weight: 400;
  text-transform: none; }

h1,
.heading-h1 {
  font-size: 4.5rem;
  line-height: 4.75rem; }
  @media (max-width: 1199.98px) {
    h1,
    .heading-h1 {
      font-size: 2.5rem;
      line-height: 2.75rem; } }

h2,
.heading-h2 {
  font-size: 2.5rem;
  line-height: 2.75rem; }

@media (max-width: 768.98px) {
  .experience-component h2:not([class^="heading-"]) {
    font-size: 2rem; } }

@media (max-width: 768.98px) {
  .experience-component .heading-h2 {
    font-size: 2rem; } }

h3,
.heading-h3 {
  font-size: 1.75rem;
  line-height: 2.5rem; }

@media (max-width: 768.98px) {
  .experience-component h3:not([class^="heading-"]) {
    font-size: 1.5rem; } }

@media (max-width: 768.98px) {
  .experience-component .heading-h3 {
    font-size: 1.5rem; } }

h4,
.heading-h4 {
  font-size: 1.5rem;
  line-height: 2rem; }

h5,
.heading-h5 {
  font-size: 1rem;
  line-height: 1.5rem; }

.heading-footer {
  color: #282823;
  font-family: "Riviera Nights - Bold", arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  text-align: left;
  text-transform: uppercase; }
  @media (max-width: 1199.98px) {
    .heading-footer {
      text-align: center; } }

.text-regular {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-weight: 400; }

.text-medium {
  font-family: "Riviera Nights - Medium", arial, sans-serif;
  font-weight: 500; }

.text-bold {
  font-family: "Riviera Nights - Bold", arial, sans-serif;
  font-weight: 700; }

.text-20 {
  font-size: 1.25rem;
  line-height: 2rem; }

.text-18 {
  font-size: 1.125rem;
  line-height: 2rem; }

.text-paragraph-16 {
  font-size: 1rem;
  line-height: 1.75rem; }

.text-16 {
  font-size: 1rem;
  line-height: 1.5rem; }

.text-paragraph-14 {
  font-size: 0.875rem;
  line-height: 1.5rem; }

.text-14 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #282823; }

.subtitle-14 {
  font-size: 0.875rem;
  line-height: 1.25rem; }

.subtitle-12 {
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  color: #282823; }

.subtitle-11 {
  font-size: 0.688rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 0.75rem;
  color: #282823; }

.caption-12 {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #282823; }

.no-padding {
  padding: 0; }

.ra-deep-grey-text {
  color: #585853; }

.ra-dark-grey-text {
  color: #282823; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside; }

a,
.link {
  cursor: pointer;
  color: #282823; }

.link-with-arrow {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #282823;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  position: relative; }
  .link-with-arrow:not(.text-underline) {
    text-decoration: none !important; }
  .link-with-arrow::after {
    content: "\E918";
    font-family: "Ruinart", arial, sans-serif;
    font-size: 0.877rem;
    position: absolute;
    right: -1.1rem;
    color: #a49279; }
  .link-with-arrow:hover {
    text-decoration: underline !important; }

.link-no-decoration:hover {
  text-decoration: none; }

.link-white {
  color: #fff; }
  .link-white:hover {
    color: #fff; }

.link-primary {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: #282823 !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.8rem 1.875rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none !important; }
  .link-primary::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 1.5rem;
    height: 0.063rem;
    background: #a49279;
    transition: width 0.35s ease-in-out; }
  .link-primary:hover::after {
    width: 2rem; }

.link-secondary {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #282823;
  text-decoration: none !important;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  position: relative; }
  .link-secondary::after {
    content: "\E918";
    font-family: "Ruinart", arial, sans-serif;
    font-size: 0.877rem;
    position: absolute;
    right: -1.1rem;
    color: #a49279; }
  .link-secondary:hover {
    text-decoration: underline !important; }

.link-small-ra {
  display: inline-block;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  text-decoration: underline; }
  .link-small-ra.link-small {
    color: #585853; }

body {
  padding: 0;
  margin: 0;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  color: #282823;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.isSticky {
    padding-top: 85px; }
    @media (min-width: 1200px) {
      body.isSticky {
        padding-top: 170px; } }
    body.isSticky.nopadding {
      padding-top: 0; }
      body.isSticky.nopadding::after {
        content: "";
        background-color: #fff; }
    body.isSticky .header-content div.navbar-header .brand img {
      filter: initial; }
  @media (max-width: 1199.98px) {
    body.menu-active {
      overflow-y: scroll !important; } }

.no-scroll {
  width: 100%;
  position: fixed !important; }
  .no-scroll::before {
    content: "";
    background: #282823;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.5;
    z-index: 10; }

.input,
.input.form-control {
  height: 48px;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  width: 100%;
  padding: 12px 16px;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #282823; }
  .input:not([type="password"]),
  .input.form-control:not([type="password"]) {
    text-transform: uppercase !important; }
  .input.setCaseInitial,
  .input.form-control.setCaseInitial {
    text-transform: initial !important; }
  .input:-ms-input-placeholder,
  .input.form-control:-ms-input-placeholder {
    color: #282823;
    opacity: 0.4;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-size: 16px;
    line-height: 24px; }
  .input::placeholder,
  .input.form-control::placeholder {
    color: #282823;
    opacity: 0.4;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-size: 16px;
    line-height: 24px; }
  .input:hover, .input:focus,
  .input.form-control:hover,
  .input.form-control:focus {
    border-bottom-color: #282823 !important; }
  .input:-moz-read-only,
  .input.form-control:-moz-read-only {
    border-bottom-color: rgba(40, 40, 35, 0.08) !important; }
  .input:read-only,
  .input.form-control:read-only {
    border-bottom-color: rgba(40, 40, 35, 0.08) !important; }
  .input.is-invalid:-ms-input-placeholder,
  .input.form-control.is-invalid:-ms-input-placeholder {
    color: #b04a62 !important; }
  .input.is-invalid::placeholder,
  .input.form-control.is-invalid::placeholder {
    color: #b04a62 !important; }

select.form-control {
  height: 48px;
  border: 1px solid #b3b3b3;
  border-radius: 0; }

.input-noresize {
  resize: none; }

.search-field {
  font-size: 14px;
  border: none;
  padding: 0 10px; }
  @media (max-width: 719.98px) {
    .js-search-trigger .search-field {
      padding: 0; } }

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
  top: 3px;
  width: 18px;
  height: 18px; }

.custom-checkbox .custom-control-label::before {
  border: 1px solid rgba(40, 40, 35, 0.7);
  background: transparent;
  border-radius: 0 !important; }

.custom-checkbox .custom-control-label-small {
  font-size: 14px; }
  .custom-checkbox .custom-control-label-small::before, .custom-checkbox .custom-control-label-small::after {
    width: 18px;
    height: 18px; }

.custom-checkbox .custom-control-label-right {
  padding-left: 14px; }

.custom-checkbox .custom-control-label-left {
  padding-left: 14px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #282823;
  border-color: #282823; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-position: center center;
  background-size: 65%; }

.custom-checkbox .custom-control-input:checked.disabled ~ .custom-control-label {
  cursor: auto;
  pointer-events: none; }
  .custom-checkbox .custom-control-input:checked.disabled ~ .custom-control-label::before {
    background-color: rgba(40, 40, 35, 0.4);
    border-color: rgba(40, 40, 35, 0.4); }

.custom-checkbox .custom-control-input[id*=accept-newsletter-subscription].is-invalid ~ .custom-control-label .caption,
.custom-checkbox .custom-control-input[id*=accept-newsletter-subscription].is-invalid ~ .custom-control-label a {
  color: #b04a62 !important; }

.custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label {
  color: #282823; }

.custom-checkbox .custom-checkmark:checked ~ .custom-control-label::after {
  width: 18px;
  left: -24px; }

.custom-checkbox span {
  font-size: 12px;
  line-height: 20px;
  display: inline-block; }

.custom-checkbox-white .custom-control-label::before {
  border-color: #fff; }

.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #fff; }

.custom-radio .custom-control-label {
  padding-left: 29px; }
  .custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
    top: 0;
    width: 24px;
    height: 24px; }
  .custom-radio .custom-control-label::before {
    border: 1px solid rgba(40, 40, 35, 0.7); }

.custom-radio .custom-control-label-small::before, .custom-radio .custom-control-label-small::after {
  width: 20px;
  height: 20px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #282823;
  border-color: #282823;
  border: 2px solid rgba(40, 40, 35, 0.7); }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 10px 10px; }

.password-group {
  position: relative; }
  .password-group .password-toggler {
    position: absolute;
    top: 11px;
    right: 8px; }

input[name$="newsletterSubscription"] ~ .custom-control-label {
  width: 100%; }

.newsletter-consent .custom-control .custom-control-label.caption[for*=accept-newsletter-subscription] {
  margin: 0;
  padding: 0 0 0 14px; }
  .newsletter-consent .custom-control .custom-control-label.caption[for*=accept-newsletter-subscription] + .invalid-feedback {
    padding: 0 0 32px 14px; }
  .newsletter-consent .custom-control .custom-control-label.caption[for*=accept-newsletter-subscription] .caption {
    margin: 0 0 32px;
    font-size: 12px;
    line-height: 20px;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    text-transform: none;
    letter-spacing: 0; }

.newsletter-consent .newsletter-subscription-preferences {
  padding: 0 0 0 38px; }
  .newsletter-consent .newsletter-subscription-preferences .preference-wrapper {
    margin: 0 0 32px; }
    .newsletter-consent .newsletter-subscription-preferences .preference-wrapper .caption {
      margin: 0;
      font-size: 12px;
      line-height: 20px;
      font-family: "Riviera Nights - Regular", arial, sans-serif;
      text-transform: none; }
  .newsletter-consent .newsletter-subscription-preferences .caption {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    text-transform: none; }

.newsletter-subscription-legal-mentions a {
  color: #282823; }

.form-control.is-invalid {
  border-color: #dc3545; }

label.form-control-label {
  margin-bottom: 6px;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #282823; }

.invalid-feedback {
  color: #b04a62 !important;
  margin-top: 14px;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: none; }
  .is-invalid .invalid-feedback {
    display: block; }

.form-group {
  margin-bottom: 30px; }
  .form-group.required .form-control-label::after {
    content: "*";
    color: #282823; }

.is-valid .form-control,
.is-valid .select2-container--default .select2-selection__rendered,
.is-valid .select2-container .select2-selection--single {
  border-color: #469e55;
  color: #469e55;
  opacity: 1; }

.is-valid .select2-selection__placeholder {
  color: #469e55;
  opacity: 1; }

.is-valid input:-webkit-autofill,
.is-valid input:-webkit-autofill:hover,
.is-valid input:-webkit-autofill:focus,
.is-valid textarea:-webkit-autofill,
.is-valid textarea:-webkit-autofill:hover,
.is-valid textarea:-webkit-autofill:focus,
.is-valid select:-webkit-autofill,
.is-valid select:-webkit-autofill:hover,
.is-valid select:-webkit-autofill:focus {
  border: 1px solid #469e55;
  color: #469e55 !important;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  -webkit-text-fill-color: #469e55;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s; }

.is-valid input:-ms-input-placeholder {
  color: #469e55;
  opacity: 1; }

.is-valid input::placeholder {
  color: #469e55;
  opacity: 1; }

.is-invalid .form-control,
.is-invalid .select2-container--default .select2-selection__rendered,
.is-invalid .select2-container .select2-selection--single {
  border-color: #dc3545;
  color: #dc3545;
  opacity: 1; }

.is-invalid .select2-container--default .select2-selection__placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid input:-webkit-autofill,
.is-invalid input:-webkit-autofill:hover,
.is-invalid input:-webkit-autofill:focus,
.is-invalid textarea:-webkit-autofill,
.is-invalid textarea:-webkit-autofill:hover,
.is-invalid textarea:-webkit-autofill:focus,
.is-invalid select:-webkit-autofill,
.is-invalid select:-webkit-autofill:hover,
.is-invalid select:-webkit-autofill:focus {
  border: 1px solid #dc3545;
  color: #dc3545 !important;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  -webkit-text-fill-color: #dc3545;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s; }

.is-invalid.form-control:-ms-input-placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid.form-control::placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid ~ .invalid-feedback {
  display: block; }

span.select2-container:hover {
  border-bottom-color: #282823 !important; }

span.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: none;
  box-shadow: none; }

span.select2-container--default.select2-container--focus .select2-selection {
  border: none;
  border-bottom: 0;
  box-shadow: 0 0 transparent; }

span.select2-container--default .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f8f5f3; }

span.select2-container .select2-selection--single .select2-selection__arrow {
  font-family: "Ruinart";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 24px;
  background: none;
  font-size: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #282823; }
  .select-with-label span.select2-container .select2-selection--single .select2-selection__arrow {
    top: 4px;
    right: 2px;
    height: auto;
    bottom: 14px; }

span.select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.25rem;
  letter-spacing: 0.12rem;
  color: #282823;
  opacity: 1; }

span.select2-dropdown {
  border: 1px solid #282823 !important;
  box-shadow: none !important;
  top: 5px; }
  span.select2-dropdown .select2-results__option {
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.25rem;
    color: #282823;
    opacity: 1; }

img {
  max-width: 100%; }

.image-fit {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%; }

.line-item-quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(40, 40, 35, 0.12); }
  .line-item-quantity .qty-title {
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #585853;
    margin: 0 17px 0 0; }
  .line-item-quantity .select2-container--default .select2-selection--single {
    border: none;
    height: 38px; }
  .line-item-quantity .select2-container .select2-selection__rendered {
    padding: 9px 42px 11px 16px !important;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #282823; }

.price {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #282823; }

div.checkout-login {
  background-color: #fbfbfb;
  padding: 48px 0; }
  @media (max-width: 719.98px) {
    div.checkout-login {
      overflow-x: hidden; } }
  @media (min-width: 1200px) {
    div.checkout-login {
      padding: 72px 72px; }
      div.checkout-login .addGutters {
        margin-right: 33.45px;
        margin-left: 33.75px; } }
  div.checkout-login .container {
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 1200px) {
      div.checkout-login .container {
        max-width: 1296px; } }
    div.checkout-login .container .form-group {
      padding-top: 24px;
      margin-bottom: 16px; }
      div.checkout-login .container .form-group.newsletter-subscription-preferences {
        padding: 0 0 0 38px; }
      div.checkout-login .container .form-group.custom-checkbox {
        padding-top: 0;
        margin-top: 22px; }
    div.checkout-login .container .input.form-control {
      font-family: "Riviera Nights - Regular", arial, sans-serif;
      height: 48px;
      line-height: 20px;
      border: 0;
      border-bottom: 1px solid rgba(40, 40, 35, 0.7);
      text-transform: uppercase;
      padding: 14px 0;
      font-size: 12px;
      letter-spacing: 0.12em;
      box-shadow: 0 0 transparent;
      font-weight: 400;
      background: transparent;
      outline: none; }
      div.checkout-login .container .input.form-control:not(:-moz-read-only):hover {
        border-color: #282823; }
      div.checkout-login .container .input.form-control:not(:read-only):hover {
        border-color: #282823; }
      div.checkout-login .container .input.form-control.is-invalid {
        color: #b04a62;
        border-color: #b04a62; }
      div.checkout-login .container .input.form-control:-webkit-autofill, div.checkout-login .container .input.form-control:-webkit-autofill:hover, div.checkout-login .container .input.form-control:-webkit-autofill:focus, div.checkout-login .container .input.form-control:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #fff inset; }
      div.checkout-login .container .input.form-control:-moz-read-only {
        border-color: rgba(40, 40, 35, 0.08); }
      div.checkout-login .container .input.form-control:read-only {
        border-color: rgba(40, 40, 35, 0.08); }
      div.checkout-login .container .input.form-control:-ms-input-placeholder {
        color: #585853;
        font-size: 12px;
        opacity: 1;
        text-transform: uppercase; }
      div.checkout-login .container .input.form-control::placeholder {
        color: #585853;
        font-size: 12px;
        opacity: 1;
        text-transform: uppercase; }
      div.checkout-login .container .input.form-control.disabled, div.checkout-login .container .input.form-control:disabled {
        opacity: 0.4; }
      div.checkout-login .container .input.form-control.adyen-checkout__card__holderName__input {
        opacity: 1; }
      div.checkout-login .container .input.form-control.disabled {
        pointer-events: none; }
    div.checkout-login .container .checkout-login-left {
      margin-bottom: 24px; }
      @media (min-width: 1200px) {
        div.checkout-login .container .checkout-login-left {
          margin-right: 24px;
          padding-left: 0;
          padding-right: 0;
          margin-bottom: 0; } }
      div.checkout-login .container .checkout-login-left .card {
        padding: 48px 24px;
        margin-bottom: 0;
        height: 100%; }
        @media (min-width: 1200px) {
          div.checkout-login .container .checkout-login-left .card {
            padding: 48px 72px; } }
        div.checkout-login .container .checkout-login-left .card .card-header-custom {
          margin-bottom: 16px; }
      div.checkout-login .container .checkout-login-left .password-toggler {
        right: 0;
        width: 24px;
        height: 24px;
        padding: 0;
        margin-right: 8px;
        top: 24px;
        transform: translateY(50%);
        outline: none;
        bottom: unset; }
        div.checkout-login .container .checkout-login-left .password-toggler .svg-inline {
          display: block; }
        div.checkout-login .container .checkout-login-left .password-toggler .eye-icon {
          width: 100%;
          height: 100%; }
        div.checkout-login .container .checkout-login-left .password-toggler .eye-icon-striked {
          width: auto;
          height: auto; }
      div.checkout-login .container .checkout-login-left .forgot-password {
        margin-top: 16px;
        margin-bottom: 48px;
        font-size: 14px;
        line-height: 24px; }
        div.checkout-login .container .checkout-login-left .forgot-password .password-reset {
          text-decoration: underline;
          color: #585853; }
          div.checkout-login .container .checkout-login-left .forgot-password .password-reset:hover {
            color: #282823; }
      div.checkout-login .container .checkout-login-left .invalid-feedback {
        font-family: "Riviera Nights - Regular", arial, sans-serif !important;
        font-style: normal;
        font-weight: 400;
        color: #b04a62 !important; }
      div.checkout-login .container .checkout-login-left .btn-primary {
        outline: none;
        border: none !important;
        padding: 1.125rem 1.5rem; }
    @media (min-width: 1200px) {
      div.checkout-login .container .checkout-new-right {
        margin-left: 24px;
        padding-right: 0;
        padding-left: 0; } }
    div.checkout-login .container .checkout-new-right .card {
      padding: 48px 24px;
      margin-bottom: 0;
      height: auto; }
      @media (min-width: 1200px) {
        div.checkout-login .container .checkout-new-right .card {
          padding: 48px 72px;
          min-height: 436px; } }
      div.checkout-login .container .checkout-new-right .card p {
        font-size: 16px;
        margin-bottom: 24px; }
      div.checkout-login .container .checkout-new-right .card ul {
        padding: 0;
        margin: 0; }
        div.checkout-login .container .checkout-new-right .card ul li {
          line-height: 24px;
          margin-bottom: 16px;
          list-style: none;
          position: relative;
          padding-left: 16px;
          font-size: 16px; }
          div.checkout-login .container .checkout-new-right .card ul li:last-child {
            margin-bottom: 0; }
          div.checkout-login .container .checkout-new-right .card ul li::before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: url("../../images/icons/diamond.svg") no-repeat center/contain;
            position: absolute;
            top: 13px;
            transform: translateY(-50%);
            left: 0; }
      div.checkout-login .container .checkout-new-right .card a {
        margin-top: 32px; }
    div.checkout-login .container .checkout-new-right .btn-primary {
      outline: none; }
    div.checkout-login .container .checkout-guest-bottom {
      margin-top: 24px;
      padding-right: 0;
      padding-left: 0; }
      @media (min-width: 769px) {
        div.checkout-login .container .checkout-guest-bottom {
          margin-top: 48px; } }
      div.checkout-login .container .checkout-guest-bottom .card {
        padding: 48px;
        margin-bottom: 0; }
        @media (min-width: 769px) {
          div.checkout-login .container .checkout-guest-bottom .card {
            padding: 72px;
            margin-right: -24px;
            margin-left: -24px; } }
        div.checkout-login .container .checkout-guest-bottom .card .card-header-custom {
          margin-bottom: 24px; }
      div.checkout-login .container .checkout-guest-bottom .card-body .veil {
        display: none !important; }
      div.checkout-login .container .checkout-guest-bottom .invalid-feedback {
        display: block;
        font-family: "Riviera Nights - Regular", arial, sans-serif !important;
        font-style: normal;
        font-weight: 400;
        color: #b04a62 !important; }
        div.checkout-login .container .checkout-guest-bottom .invalid-feedback:empty {
          display: none; }
      div.checkout-login .container .checkout-guest-bottom .card-body.veiled .invalid-feedback {
        display: none !important; }
      div.checkout-login .container .checkout-guest-bottom #email {
        font-family: "Riviera Nights - Regular", arial, sans-serif;
        height: 48px;
        line-height: 20px;
        border: 0;
        border-bottom: 1px solid rgba(40, 40, 35, 0.7);
        text-transform: uppercase;
        padding: 14px 0;
        font-size: 12px;
        letter-spacing: 0.12em;
        box-shadow: 0 0 transparent;
        font-weight: 400;
        background: transparent;
        outline: none;
        border: none; }
        div.checkout-login .container .checkout-guest-bottom #email:not(:-moz-read-only):hover {
          border-color: #282823; }
        div.checkout-login .container .checkout-guest-bottom #email:not(:read-only):hover {
          border-color: #282823; }
        div.checkout-login .container .checkout-guest-bottom #email.is-invalid {
          color: #b04a62;
          border-color: #b04a62; }
        div.checkout-login .container .checkout-guest-bottom #email:-webkit-autofill, div.checkout-login .container .checkout-guest-bottom #email:-webkit-autofill:hover, div.checkout-login .container .checkout-guest-bottom #email:-webkit-autofill:focus, div.checkout-login .container .checkout-guest-bottom #email:-webkit-autofill:active {
          -webkit-box-shadow: 0 0 0 30px #fff inset; }
        div.checkout-login .container .checkout-guest-bottom #email:-moz-read-only {
          border-color: rgba(40, 40, 35, 0.08); }
        div.checkout-login .container .checkout-guest-bottom #email:read-only {
          border-color: rgba(40, 40, 35, 0.08); }
        div.checkout-login .container .checkout-guest-bottom #email:-ms-input-placeholder {
          color: #585853;
          font-size: 12px;
          opacity: 1;
          text-transform: uppercase; }
        div.checkout-login .container .checkout-guest-bottom #email::placeholder {
          color: #585853;
          font-size: 12px;
          opacity: 1;
          text-transform: uppercase; }
        div.checkout-login .container .checkout-guest-bottom #email.disabled, div.checkout-login .container .checkout-guest-bottom #email:disabled {
          opacity: 0.4; }
        div.checkout-login .container .checkout-guest-bottom #email.adyen-checkout__card__holderName__input {
          opacity: 1; }
        div.checkout-login .container .checkout-guest-bottom #email.disabled {
          pointer-events: none; }
      div.checkout-login .container .checkout-guest-bottom .form-group {
        max-width: 400px;
        margin-right: auto;
        margin-left: auto; }
      div.checkout-login .container .checkout-guest-bottom .input-btn-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        border-bottom: 1px solid rgba(40, 40, 35, 0.7); }
        div.checkout-login .container .checkout-guest-bottom .input-btn-wrapper:hover {
          border-color: #282823; }
        div.checkout-login .container .checkout-guest-bottom .input-btn-wrapper .btn.checkout-as-guest {
          font-size: 12px;
          text-align: right;
          letter-spacing: 0.12rem;
          text-transform: uppercase;
          color: #282823;
          display: inline;
          width: auto;
          white-space: nowrap;
          outline: none;
          padding-right: 0;
          background-color: #fff !important;
          border: none !important; }
          @media (min-width: 1200px) {
            div.checkout-login .container .checkout-guest-bottom .input-btn-wrapper .btn.checkout-as-guest {
              padding: 14px 0 !important;
              padding-right: 0; } }
    div.checkout-login .container .card-header-custom {
      font-family: "Riviera Nights - Medium", arial, sans-serif !important;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #282823;
      border: none;
      margin-top: 0;
      margin-bottom: 32px;
      padding-bottom: 0; }
    div.checkout-login .container .card-body {
      padding-top: 0; }
  div.checkout-login .checkout-login-head {
    margin-bottom: 48px;
    padding-right: 15px;
    padding-left: 15px; }
    div.checkout-login .checkout-login-head .checkout-login-head-title {
      color: #282823;
      font-family: "Saol Standard - Regular", arial, sans-serif !important;
      font-size: 28px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 40px;
      margin-bottom: 8px;
      margin-top: 0;
      text-align: center;
      text-transform: none; }
    div.checkout-login .checkout-login-head .checkout-login-head-desc {
      color: #585853;
      font-family: "Riviera Nights - Regular", arial, sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 28px;
      margin-bottom: 0;
      margin-top: 0;
      text-align: center;
      text-transform: none; }

div.card {
  border: none;
  padding-top: 30px; }
  @media (min-width: 1200px) {
    div.card {
      height: 100%;
      padding: 40px; } }
  @media (min-width: 1200px) and (max-width: 1919.98px) {
    div.card {
      padding: 20px; } }
  div.card-header {
    border: none;
    background-color: #fff;
    padding: 0; }
    div.card-header-custom {
      border-bottom: 1px solid #b3b3b3;
      padding-bottom: 15px;
      font-size: 22px; }
  div.card .card-body {
    padding: 30px 0 0; }
    @media (min-width: 1200px) {
      div.card .card-body {
        padding: 40px 0 0; } }
    div.card .card-body .forgot-password {
      margin-bottom: 30px;
      font-size: 12px;
      line-height: 20px; }
      div.card .card-body .forgot-password .password-reset:hover {
        color: #282823; }
    div.card .card-body .new-customer-container {
      background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%230E11116B' stroke-width='3' stroke-dasharray='6%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
      background-color: #f2f2f2;
      font-family: "EuclidCircularB-Regular", arial, sans-serif;
      font-size: 18px;
      padding: 25px 10px;
      margin-bottom: 30px; }
      div.card .card-body .new-customer-container .signup-heading {
        font-family: "EuclidCircularB-Regular", arial, sans-serif; }
    div.card .card-body .custom-checkbox .custom-control-input {
      width: 25px;
      z-index: 1; }
    div.card .card-body .custom-checkbox .custom-control-label {
      padding-left: 15px;
      line-height: 20px;
      font-size: 12px; }

input:autofill {
  background: #fff;
  color: #282823 !important; }

input {
  filter: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important; }

input:-webkit-autofill {
  -webkit-text-fill-color: #282823 !important; }


/*# sourceMappingURL=checkoutLogin.css.map*/