@charset "UTF-8";
/**
 *
 *    Theme Name: Dowsing and Reynolds 2026
 *    Author: Fred Higson | Dowsing and Reynolds
 *    Version: 5.0
 *
 */
/**
*    Returns the value of a color if it exists
*    within the $theme-color-palette map and
*    otherwise warns the user and returns null.
*
*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body, html {
  background-color: #E5DDCF;
  width: 100%;
  height: 100%;
  font: caption;
  font-size: 16px;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar, html.admin-bar {
  padding-top: initial !important;
}
#wrapper {
  position: relative;
}
div.lazy {
  background-image: none;
}
.stuck {
  position: fixed !important;
  top: 0;
  z-index: 10000 !important;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.2);
}
body.admin-bar .stuck {
  top: 32px !important;
}
#wpadminbar {
  z-index: 100000000000000000000 !important;
  top: initial !important;
  bottom: 0 !important;
}
@media (max-width: 780px) {
  #wpadminbar {
    display: none;
  }
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  /* For older browsers */
  clip-path: inset(100%);
  /* For modern browsers */
  border: 0;
  white-space: nowrap;
  /* Prevents text from wrapping */
}
svg {
  min-height: inherit !important;
  padding: inherit;
}
@media only screen and (max-width: 769px) {
  #mobile-trigger {
    display: none;
  }
}
/* Muli */
@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: normal;
  font-weight: 300;
  src: url("./resources/fonts/muli/muli-v12-latin-regular.ttf");
}
/* Outfit */
/* Outfit - Thin */
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100;
  src: url("./resources/fonts/outfit/Outfit-Thin.ttf");
}
/* Outfit - ExtraLight */
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 200;
  src: url("./resources/fonts/outfit/Outfit-ExtraLight.ttf");
}
/* Outfit - Light */
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300;
  src: url("./resources/fonts/outfit/Outfit-Light.ttf");
}
/* Outfit - Regular */
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url("./resources/fonts/outfit/Outfit-Regular.ttf");
}
/* Outfit - Medium */
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  src: url("./resources/fonts/outfit/Outfit-Medium.ttf");
}
/* Outfit - SemiBold */
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  src: url("./resources/fonts/outfit/Outfit-SemiBold.ttf");
}
/* Outfit - Bold */
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  src: url("./resources/fonts/outfit/Outfit-Bold.ttf");
}
/* Outfit - ExtraBold */
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 800;
  src: url("./resources/fonts/outfit/Outfit-ExtraBold.ttf");
}
/* Outfit - Black */
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 900;
  src: url("./resources/fonts/outfit/Outfit-Black.ttf");
}
/* Rubik */
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  src: url("./resources/fonts/rubik/Rubik-Light.ttf");
}
/* Nunito */
@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  src: url("./resources/fonts/nunito/NunitoSans_7pt_SemiCondensed-Regular.ttf");
}
/* Work Sans */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  src: url("./resources/fonts/work-sans/WorkSans-Regular.ttf");
}
@font-face {
  font-display: swap;
  font-family: "Novecentosanswide-Normal";
  src: url("./resources/fonts/novecento/Novecentosanswide-Normal-webfont.woff2") format("woff2"), url("./resources/fonts/novecento/Novecentosanswide-Normal-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/**
*    Returns the value of a font if it exists
*    within the $theme-font-palette map and
*    otherwise warns the user and returns null.
*
*/
@font-face {
  font-family: "icomoon";
  src: url("resources/fonts/icomoon/icomoon.eot?ch68tx");
  src: url("resources/fonts/icomoon/icomoon.eot?ch68tx#iefix") format("embedded-opentype"), url("resources/fonts/icomoon/icomoon.ttf?ch68tx") format("truetype"), url("resources/fonts/icomoon/icomoon.woff?ch68tx") format("woff"), url("resources/fonts/icomoon/icomoon.svg?ch68tx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  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;
}
.icomoon {
  font-family: "icomoon";
}
.icon-amex:before {
  content: "\e925";
}
.icon-jcb:before {
  content: "\e926";
}
.icon-mastercard:before {
  content: "\e927";
}
.icon-paypal:before {
  content: "\e928";
}
.icon-visa:before {
  content: "\e929";
}
.icon-Trade:before {
  content: "\e913";
}
.icon-basket:before {
  content: "\e914";
}
.icon-Menu:before {
  content: "\e915";
}
.icon-search1:before {
  content: "\e916";
}
.icon-x-logo:before {
  content: "\e911";
}
.icon-tiktok:before {
  content: "\e912";
}
.icon-checkmark-outline:before {
  content: "\e90f";
}
.icon-checkbox-checked-new:before {
  content: "\e900";
}
.icon-checkbox:before {
  content: "\e90b";
}
.icon-chevron-left:before {
  content: "\e917";
}
.icon-chevron-small-right:before {
  content: "\e918";
}
.icon-dots-three-vertical:before {
  content: "\e919";
}
.icon-ccw:before {
  content: "\e91b";
}
.icon-chat:before {
  content: "\e92a";
}
.icon-cog:before {
  content: "\e91c";
}
.icon-credit-card:before {
  content: "\e91d";
}
.icon-cw:before {
  content: "\e91e";
}
.icon-cycle:before {
  content: "\e91f";
}
.icon-drink:before {
  content: "\e920";
}
.icon-eye:before {
  content: "\e921";
}
.icon-heart-outlined:before {
  content: "\e922";
}
.icon-heart:before {
  content: "\e923";
}
.icon-message:before {
  content: "\e92b";
}
.icon-sound-mix:before {
  content: "\e924";
}
.icon-swap:before {
  content: "\e910";
}
.icon-icon-close:before {
  content: "\e907";
}
.icon-chevron-thin-down:before {
  content: "\e901";
}
.icon-chevron-thin-left:before {
  content: "\e903";
}
.icon-chevron-thin-right:before {
  content: "\e904";
}
.icon-chevron-thin-up:before {
  content: "\e905";
}
.icon-cross:before {
  content: "\e906";
}
.icon-light-bulb:before {
  content: "\e90c";
}
.icon-minus:before {
  content: "\e908";
}
.icon-plus:before {
  content: "\e909";
}
.icon-shopping-basket:before {
  content: "\e90a";
}
.icon-person:before {
  content: "\e90e";
}
.icon-access_alarms:before {
  content: "\e191";
}
.icon-account_balance:before {
  content: "\e84f";
}
.icon-adjust:before {
  content: "\e39e";
}
.icon-arrow_back:before {
  content: "\e5c4";
}
.icon-arrow_downward:before {
  content: "\e5db";
}
.icon-arrow_forward:before {
  content: "\e5c8";
}
.icon-arrow_upward:before {
  content: "\e5d8";
}
.icon-aspect_ratio:before {
  content: "\e85b";
}
.icon-pointer-right:before {
  content: "\e0e4";
}
.icon-close2:before {
  content: "\e5cd";
}
.icon-done:before {
  content: "\e876";
}
.icon-favorite:before {
  content: "\e87d";
}
.icon-favorite_border:before {
  content: "\e87e";
}
.icon-sms_failed:before {
  content: "\e626";
}
.icon-fingerprint:before {
  content: "\e90d";
}
.icon-star:before {
  content: "\e838";
}
.icon-lock:before {
  content: "\e897";
}
.icon-local_shipping:before {
  content: "\e558";
}
.icon-lock_outline:before {
  content: "\e899";
}
.icon-sync:before {
  content: "\e627";
}
.icon-radio_button_unchecked:before {
  content: "\e836";
}
.icon-search2:before {
  content: "\e8b6";
}
.icon-star_border:before {
  content: "\e83a";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-bullhorn:before {
  content: "\e91a";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-spinner5:before {
  content: "\e97e";
}
.icon-spinner8:before {
  content: "\e981";
}
.icon-spinner10:before {
  content: "\e983";
}
.icon-wrench:before {
  content: "\e991";
}
.icon-cogs:before {
  content: "\e995";
}
.icon-eye1:before {
  content: "\e9ce";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-heart1:before {
  content: "\e9da";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-plus2:before {
  content: "\f067";
}
.icon-minus2:before {
  content: "\f068";
}
.icon-search:before {
  content: "\f002";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-file-image-o:before {
  content: "\f1c5";
}
.icon-file-photo-o:before {
  content: "\f1c5";
}
.icon-file-picture-o:before {
  content: "\f1c5";
}
.icon-file-archive-o:before {
  content: "\f1c6";
}
.icon-file-zip-o:before {
  content: "\f1c6";
}
.icon-cc-visa:before {
  content: "\f1f0";
}
.icon-cc-mastercard:before {
  content: "\f1f1";
}
.icon-cc-paypal:before {
  content: "\f1f4";
}
.icon-toggle-off:before {
  content: "\f204";
}
.icon-toggle-on:before {
  content: "\f205";
}
.icon-bulb:before {
  content: "\e902";
}
.align-center, .aligncenter {
  text-align: center;
  margin: 0 auto;
}
.align-left, .alignleft {
  text-align: left;
  float: left;
  display: inline-block;
  margin: 10px 20px 10px 0;
}
@media (max-width: 620px) {
  .align-left, .alignleft {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
}
.align-right, .alignright {
  text-align: right;
  float: right;
  display: inline-block;
  margin: 10px 0 10px 20px;
}
@media (max-width: 620px) {
  .align-right, .alignright {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
}
.wp-block-pullquote {
  padding: 0;
  font-size: 22px !important;
  font-style: italic;
}
.wp-block-pullquote cite {
  font-family: "Outfit";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}
.wp-caption {
  background-color: #181A1A;
  border-radius: 2px;
  color: #F9F9F9;
  margin-bottom: 20px;
}
.wp-caption.align-center, .wp-caption.aligncenter {
  padding: 10px;
}
.wp-caption.align-left, .wp-caption.alignleft {
  padding: 10px;
}
.wp-caption.align-right, .wp-caption.alignright {
  padding: 10px;
}
.wp-caption img {
  width: 100%;
  height: auto;
}
@media (max-width: 620px) {
  .ghostkit-col-content h2, .ghostkit-col-content .visual-size--h2 {
    font-size: 25px !important;
  }
}
.wp-block-table td {
  font-family: "Outfit";
  font-size: 16px;
  font-size: 1rem;
}
.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #D1C1A6;
}
.wp-block-table.is-style-stripes tbody tr td {
  color: #0A0806;
}
.wp-block-image figcaption {
  font-family: "Outfit";
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
}
.wp-block-image figcaption:before {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #0A0806;
  margin-right: 5px;
  width: 5px;
  vertical-align: middle;
}
.wp-block-image figcaption a {
  color: #a67c00;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.full-width img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 620px) {
  .wp-block-columns .full-width-mobile figure {
    float: inherit !important;
    margin: 0 0 20px !important;
    width: 100% !important;
  }
  .wp-block-columns .full-width-mobile img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
}
.wp-block-yoast-faq-block .schema-faq-section {
  border-radius: 10px;
  background-color: #D1C1A6;
  margin-bottom: 20px;
}
.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question {
  font-family: "Outfit";
  color: #0A0806;
  cursor: pointer;
  display: block;
  padding: 20px;
}
.wp-block-yoast-faq-block .schema-faq-section .schema-faq-answer {
  margin-bottom: 0;
  line-height: 1.3;
  padding: 0 20px 20px;
}
.wp-block-yoast-faq-block .schema-faq-section .schema-faq-answer img {
  max-width: 100%;
  height: auto;
}
.ghostkit-button-wrapper a.ghostkit-button {
  font-family: "Muli";
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px !important;
}
@media (max-width: 620px) {
  .ghostkit-button-wrapper a.ghostkit-button {
    white-space: normal;
  }
}
.wp-block-button__link {
  font-family: "Muli" !important;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
.wp-block-quote {
  text-align: center;
  position: relative;
}
.wp-block-quote a {
  text-decoration: none;
  font-weight: 600;
  border-bottom: none !important;
}
.wp-block-quote:before {
  content: "";
  display: block;
  background-color: #a67c00;
  width: 50px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wp-block-quote:after {
  content: "";
  display: block;
  background-color: #a67c00;
  width: 50px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wp-block-quote p {
  font-size: 24px !important;
  font-family: "linotype-didot" !important;
  line-height: 1.3;
}
.wp-block-quote cite {
  margin-bottom: 0px !important;
  text-transform: none;
  font-size: 15px;
  font-family: "Outfit";
  font-weight: 400;
  display: block;
  padding-top: 10px;
  letter-spacing: 0px;
  line-height: 1.3;
}
.wp-block-columns p a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-columns p a:hover {
  color: #a67c00;
}
.wp-block-columns .wp-block-column .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}
.wp-block-video {
  margin-bottom: 0;
}
.wp-block-video video {
  display: block;
}
.wp-block-button__link {
  font-family: "Novecentosanswide-Normal";
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 1px;
  padding: 13px 12px 12px 12px;
  background-color: #053c4f;
}
.wc-block-grid.has-5-columns .wc-block-grid__products {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(5, 1fr);
}
.wc-block-grid.has-4-columns .wc-block-grid__products {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}
.wc-block-grid.has-3-columns .wc-block-grid__products {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
.wc-block-grid.wc-block-product-tag.has-5-columns .wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
@media (max-width: 920px) {
  .wc-block-grid.wc-block-product-tag.has-5-columns .wc-block-grid__products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 620px) {
  .wc-block-grid.wc-block-product-tag.has-5-columns .wc-block-grid__products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wc-block-grid.wc-block-product-tag.has-5-columns .wc-block-grid__products .wc-block-grid__product {
  width: 100% !important;
  margin: 0;
  border: none !important;
}
.wc-block-grid__product {
  margin-bottom: 20px;
  border: none !important;
  list-style: none !important;
  flex: inherit !important;
  max-width: inherit !important;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wc-block-grid__product-title {
  color: #0A0806 !important;
  font-family: "Outfit" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: left;
}
.wc-block-grid__product-price {
  width: 100%;
  margin-top: auto;
  font-family: "Outfit";
  color: #0A0806 !important;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: left;
}
.wc-block-grid__product img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.wc-block-grid__product a {
  text-decoration: none !important;
}
.wc-block-grid__product a:hover {
  border-bottom: none !important;
}
.wc-block-grid__product .wp-block-button {
  margin-top: auto;
  margin: 0 !important;
  text-align: left;
}
.wc-block-grid__product .wp-block-button a {
  background-color: #0A0806;
  font-family: "Outfit";
  text-transform: uppercase;
  line-height: 1;
  margin: 0 5px 0 0;
  position: relative;
  z-index: 10;
  font-size: 12px !important;
  padding: 10px !important;
  font-weight: 600 !important;
}
.wc-block-grid__product .wp-block-button a:hover {
  color: #fff !important;
  background-color: black;
}
@media (max-width: 750px) {
  .wc-block-grid__product {
    width: 48% !important;
  }
}
@media (max-width: 520px) {
  .wc-block-grid__product {
    width: 100% !important;
  }
}
.wc-block-grid__product:last-of-type {
  margin-right: auto;
}
.wc-block-product-template {
  display: grid;
  grid-gap: 15px !important;
  margin: 0 !important;
}
.wc-block-product-template.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.wc-block-product-template.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.wc-block-product-template.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 920px) {
  .wc-block-product-template {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 620px) {
  .wc-block-product-template {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wc-block-product-template li.wc-block-product {
  margin-bottom: 20px;
  border: none !important;
  list-style: none !important;
  flex: inherit !important;
  max-width: inherit !important;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.wc-block-product-template li.wc-block-product h2 a, .wc-block-product-template li.wc-block-product .visual-size--h2 a {
  color: #0A0806 !important;
  font-family: "Outfit" !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: left;
}
.wc-block-product-template li.wc-block-product .wp-block-woocommerce-product-price {
  width: 100%;
  margin-top: auto;
  text-align: left;
}
.wc-block-product-template li.wc-block-product .wp-block-woocommerce-product-price .woocommerce-Price-amount {
  font-family: "Outfit";
  color: #0A0806 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.wc-block-product-template li.wc-block-product .wc-block-components-product-image {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.wc-block-product-template li.wc-block-product a {
  text-decoration: none !important;
}
.wc-block-product-template li.wc-block-product a:hover {
  border-bottom: none !important;
}
.wc-block-product-template li.wc-block-product .wp-block-button {
  margin-top: auto;
  margin: 0 !important;
  text-align: left;
  justify-content: flex-start !important;
}
.wc-block-product-template li.wc-block-product .wp-block-button button, .wc-block-product-template li.wc-block-product .wp-block-button a {
  background-color: #0A0806;
  font-family: "Outfit";
  text-transform: uppercase;
  line-height: 1;
  margin: 0 auto 0 0;
  position: relative;
  z-index: 10;
  font-size: 12px !important;
  padding: 10px !important;
  font-weight: 600 !important;
  border-radius: 5px;
}
.wc-block-product-template li.wc-block-product .wp-block-button button:hover, .wc-block-product-template li.wc-block-product .wp-block-button a:hover {
  color: #fff !important;
  background-color: black;
}
.wp-block-query-pagination a, .wp-block-query-pagination span {
  font-family: "Outfit";
  color: #0A0806;
}
@media (max-width: 620px) {
  .wp-block-columns .wc-block-grid__products {
    display: flex !important;
  }
  .wp-block-columns .wc-block-grid__products .wc-block-grid__product {
    width: 48% !important;
  }
}
.fa-spinner {
  color: white !important;
  margin-top: 10px;
}
.category-navigation .berocket_single_filter_widget {
  display: inline-block;
  margin: 10px;
}
@media (max-width: 720px) {
  .category-navigation .berocket_single_filter_widget {
    display: inline-block;
    margin: 0 0 5px;
    width: 100%;
    position: relative;
  }
}
.bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_head {
  cursor: pointer;
  background-color: #292d2d;
  padding: 12px;
  width: 250px;
  -webkit-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  border: none;
}
.bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_head.on h3:after, .bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_head.on .visual-size--h3:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 720px) {
  .bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_head {
    width: 100% !important;
  }
}
.bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_head h3, .bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_head .visual-size--h3 {
  text-align: left;
  font-family: "Muli";
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  text-transform: inherit;
  font-size: 16px;
  font-size: 1rem;
  color: white;
  -webkit-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
}
.bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_head h3:after, .bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_head .visual-size--h3:after {
  content: "\e901";
  font-family: "icomoon";
  font-size: 15px;
  -webkit-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  float: right;
}
.bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_body {
  overflow-y: unset;
  padding: 10px 10px 5px 10px;
  max-height: none;
  background-color: #303535;
  position: absolute;
  display: none;
  width: 250px;
  margin-top: 12px;
  z-index: 2000;
}
@media (max-width: 720px) {
  .bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_body {
    width: 100% !important;
  }
}
.bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_body::before {
  opacity: 1;
  top: -10px;
  content: "";
  position: absolute;
  left: 10px;
  z-index: 100;
  height: 10px;
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #303535;
  padding-top: 0;
  text-align: center;
}
.bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_body li {
  background-color: #181a1a;
  margin-bottom: 5px;
  padding: 3px 7px;
  text-align: left;
  cursor: pointer;
}
.bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_body li::before {
  position: absolute;
  content: "";
  font-family: "icomoon";
  left: 0;
  top: 50%;
  opacity: 0;
}
.bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_body li.checked {
  background-color: #a67c00;
}
.bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_body li.checked:hover::before {
  top: 2px;
  opacity: 1;
  position: relative;
}
.bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_body li input[type="checkbox"] {
  display: none;
}
.bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_body li label {
  font-size: 12px;
  font-size: 0.75rem;
}
.bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_body li .roundpcs.pcs {
  float: right;
  font-size: 13px;
  font-size: 0.8125rem;
}
.bapf_sfilter.bapf_ckbox.bapf_ckbox_greychck.new-filter .bapf_body li:hover {
  background-color: #a67c00;
}
.bapf_sfilter.bapf_button_berocket.clear-filters-button {
  height: 47px;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 720px) {
  .bapf_sfilter.bapf_button_berocket.clear-filters-button {
    width: 100%;
  }
}
.bapf_sfilter.bapf_button_berocket.clear-filters-button .bapf_button.bapf_reset {
  background-color: #0A0806;
  color: #F9F9F9;
  padding: 14px 10px 14px 10px;
  text-transform: uppercase;
  font-family: "Muli";
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}
@media (max-width: 720px) {
  .bapf_sfilter.bapf_button_berocket.clear-filters-button .bapf_button.bapf_reset {
    width: 100%;
  }
}
.bapf_sfilter.bapf_button_berocket.clear-filters-button .bapf_button.bapf_reset:hover {
  background-color: black;
}
.bapf_sfilter.bapf_sfa_inline.bapf_sfa_mt_hide.selected-filters {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.bapf_sfilter.bapf_sfa_inline.bapf_sfa_mt_hide.selected-filters .bapf_head {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.bapf_sfilter.bapf_sfa_inline.bapf_sfa_mt_hide.selected-filters .bapf_head {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.berocket_aapf_widget_selected_filter {
  color: #F9F9F9;
  font-family: "Muli";
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.berocket_aapf_widget_selected_filter a {
  color: #F9F9F9;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy {
  padding: 10px;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy span {
  font-weight: 600;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul {
  padding: 5px;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_unall {
  padding: 5px;
}
.bapf_sfilter.bapf_slct.new-filter .bapf_head {
  display: none;
}
.bapf_sfilter.bapf_slct.new-filter .select2 {
  border-style: none;
}
@media (max-width: 720px) {
  .bapf_sfilter.bapf_slct.new-filter .select2 {
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 720px) {
  .bapf_sfilter.bapf_slct.new-filter .select2 .selection {
    padding: 0px !important;
  }
}
.bapf_sfilter.bapf_slct.new-filter .select2 span {
  font-size: 1em;
}
.bapf_sfilter.bapf_slct.new-filter .select2-selection__rendered {
  padding: 5px 0px 5px 0px;
  color: white;
  line-height: unset;
}
.bapf_sfilter.bapf_slct.new-filter .select2-selection__arrow {
  display: none;
}
.bapf_sfilter.bapf_slct.new-filter .bapf_body select {
  cursor: pointer;
  font-family: "Muli";
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  text-transform: inherit;
  font-size: 16px;
  font-size: 1rem;
  background-color: #292d2d;
  padding: 12px;
  max-width: 250px;
  text-align: left;
  -webkit-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  border: none;
  color: white;
  line-height: unset;
  margin-bottom: 10px;
}
.bapf_sfilter.bapf_slct.new-filter .bapf_body select option:after {
  content: "\e901";
  font-family: "icomoon";
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  display: inline-block;
  float: right;
  padding-right: 4px;
}
.bapf_sfilter.bapf_slct.new-filter .bapf_body select option:before {
  display: none;
}
.bapf_sfilter.bapf_slct.new-filter .bapf_body .select2 span.select2-selection--multiple .select2-search__field:focus-visible {
  outline: none;
}
.bapf_sfilter.bapf_slct.new-filter .bapf_body .select2 span.select2-selection--multiple::before {
  width: 0px;
  background-color: #292d2d;
}
.bapf_sfilter.bapf_slct.new-filter .bapf_body .select2 span.select2-selection--multiple .select2-selection__rendered input[type="search"] {
  border-radius: 0px;
  background: #292d2d;
  border: none;
  padding: 13px;
  color: #F9F9F9;
}
.bapf_sfilter.bapf_slct.new-filter .bapf_body .select2 span.select2-selection--multiple input::placeholder {
  color: #F9F9F9;
  opacity: inherit;
  font-family: "Muli";
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  text-transform: inherit;
  font-size: 16px;
  font-size: 1rem;
}
.bapf_sfilter.bapf_slct.new-filter .select2-selection.select2-selection--single {
  cursor: pointer;
  font-family: "Muli";
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  text-transform: inherit;
  font-size: 16px;
  font-size: 1rem;
  background-color: #292d2d;
  display: inline-block;
  padding: 10px 12px;
  min-width: 250px;
  text-align: left;
  -webkit-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  border: none;
}
.bapf_sfilter.bapf_slct.new-filter .select2-selection.select2-selection--single:after {
  content: "\e901";
  font-family: "icomoon";
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  display: inline-block;
  float: right;
  padding-right: 4px;
}
.bapf_sfilter.bapf_slct.new-filter .select2-selection.select2-selection--single:before {
  display: none;
}
body.tax-product_cat div.bapf_loader_page {
  background-color: rgba(0, 0, 0, 0.2);
}
body.tax-product_cat .select2-search--dropdown {
  display: none;
}
body.tax-product_cat .select2-dropdown::before {
  display: none;
}
body.tax-product_cat .select2-dropdown.select2-dropdown--above {
  border: none !important;
}
body.tax-product_cat .select2-dropdown.select2-dropdown--below {
  border: none !important;
}
body.tax-product_cat .select2-dropdown .select2-results {
  max-height: none;
}
body.tax-product_cat .select2-dropdown .select2-results::before {
  opacity: 1;
  top: -10px;
  content: "";
  position: absolute;
  left: 10px;
  z-index: 1001;
  height: 10px;
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #303535;
  padding-top: 0;
  text-align: center;
}
body.tax-product_cat .select2-dropdown .select2-results__options {
  overflow-y: unset;
  padding: 10px;
  max-height: none;
  background-color: #303535;
}
body.tax-product_cat .select2-dropdown .select2-results__options li {
  background-color: #181a1a;
  margin-bottom: 5px;
  padding: 10px 7px;
  font-size: 14px;
  font-size: 0.875rem;
}
body.tax-product_cat .select2-dropdown .select2-results__options li:hover {
  background-color: #a67c00;
}
body.tax-product_cat .select2-results__option--highlighted {
  background-color: #a67c00 !important;
}
.bubble-chadelier-gifs {
  align-items: center;
}
@media (max-width: 620px) {
  .bubble-chadelier-gifs {
    flex-direction: column-reverse;
  }
}
.bubble-chadelier-gifs-left {
  align-items: center;
}
@media (max-width: 620px) {
  .bubble-chadelier-gifs-left {
    flex-direction: unset;
  }
}
.postid-380070 .article__content__header {
  max-width: 900px;
  margin: auto;
}
.postid-380070 .wp-post-image {
  display: none;
}
.postid-380070 .influencer-likes-dislikes {
  padding: 40px;
}
.postid-380070 .influencer-quote {
  max-width: 650px;
  margin: auto;
  font-style: italic;
}
.postid-380070 .customise-cyo-cta {
  max-width: 890px;
  margin: auto;
}
.postid-380070 .wp-block-image figcaption a {
  text-decoration: none;
}
@media (max-width: 600px) {
  .postid-380070 .desktop-hero-img {
    display: none;
  }
}
@media (min-width: 601px) {
  .postid-380070 .mobile-hero-img {
    display: none;
  }
}
.postid-380070 .intro-copy {
  max-width: 890px;
  margin: auto;
}
.postid-380070 .wp-block-separator {
  color: rgba(112, 112, 112, 0.5) !important;
  background-color: unset !important;
}
.term-15707 .title {
  display: none !important;
}
.postid-53172 .article__content p, .postid-53172 .article__content h3, .postid-53172 .article__content .visual-size--h3 {
  max-width: 1024px;
  margin: auto;
  padding: 10px;
}
.postid-53172 a {
  font-weight: 600 !important;
  text-decoration: none !important;
}
.postid-53172 a:hover {
  color: #0A0806 !important;
  border-bottom: none !important;
}
.postid-53172 .wp-block-group__inner-container.slick-initialized.slick-slider {
  height: 500px;
  width: 100%;
  position: relative;
}
@media (max-width: 620px) {
  .postid-53172 .wp-block-group__inner-container.slick-initialized.slick-slider {
    height: 250px;
  }
}
@media only screen and (min-width: 621px) and (max-width: 781px) {
  .postid-53172 .wp-block-group__inner-container.slick-initialized.slick-slider {
    height: 400px;
  }
}
.postid-53172 .wp-block-group__inner-container.slick-initialized.slick-slider .wp-block-image figcaption {
  position: absolute;
  bottom: -14px;
  font-size: 14px;
  background-color: rgba(24, 26, 26, 0.6);
  width: 1024px;
  padding: 20px;
}
@media only screen and (min-width: 413px) and (max-width: 840px) {
  .postid-53172 .wp-block-group__inner-container.slick-initialized.slick-slider .wp-block-image figcaption {
    max-width: 100%;
    bottom: -14px;
    line-height: 1.2;
  }
}
@media (max-width: 412px) {
  .postid-53172 .wp-block-group__inner-container.slick-initialized.slick-slider .wp-block-image figcaption {
    max-width: 100%;
    bottom: 12px;
    line-height: 1.2;
  }
}
.postid-53172 .wp-block-group__inner-container.slick-initialized.slick-slider .wp-block-image figcaption::before {
  display: none;
}
.postid-53172 .episode_image_carousel {
  max-width: 1024px !important;
  margin: auto;
}
.postid-53172 .slick-slider .slider-image {
  max-width: 1024px;
}
.postid-53172 .slick-slider .slider-wrapper {
  width: 100%;
}
.postid-53172 .slick-slider .slick-next {
  right: 10px;
}
.postid-53172 .slick-slider .slick-prev {
  left: 10px;
}
.postid-53172 .slick-slider .slick-next::before {
  content: "" !important;
  color: #ffffff !important;
  background-color: rgba(48, 52, 53, 0.8);
  border-radius: 0px;
}
.postid-53172 .slick-slider .slick-prev::before {
  content: "" !important;
  color: #ffffff !important;
  background-color: rgba(48, 52, 53, 0.8);
  border-radius: 0px;
}
@media (max-width: 600px) {
  .postid-53172 .slick-slider .slick-next.slick-arrow {
    display: none !important;
  }
  .postid-53172 .slick-slider .slick-prev.slick-arrow {
    display: none !important;
  }
}
/* Ideal Home Page */
.page-id-412641 .page-header {
  display: none;
}
.page-id-412641 .page-content {
  padding: 0px 0 50px;
}
.page-id-412641 .dashed {
  display: none;
}
.page-id-412641 .title {
  padding-bottom: 30px;
}
.page-id-412641 .ideal-home-terms {
  line-height: 1.2;
}
.page-id-412641 .ihs-gifs {
  max-width: 900px;
  margin: auto;
  padding: 30px 0px 30px 0px;
}
.page-id-412641 .ihs-guest-speaker {
  max-width: 900px;
  margin: auto;
  padding: 30px 0px 0px 0px;
}
.page-id-412641 .primary-text, .page-id-412641 .secondary-text {
  max-width: 800px;
  margin: auto;
}
.page-id-412641 .terms-conditions {
  max-width: 800px;
  margin: auto;
  line-height: 1.4;
}
.page-id-412641 .max-width-900 {
  max-width: 900px;
  margin: auto;
}
.page-id-412641 .hide-form {
  display: none;
}
.page-id-412641 .book-tickets-button a {
  padding: 20px !important;
  font-family: "Muli" !important;
  font-weight: 400 !important;
}
/* Taps Blog Post */
.postid-414631 .article__content__header {
  max-width: 750px;
  margin: auto;
}
.postid-414631 .wp-post-image {
  display: none;
}
.postid-414631 .article__content p:first-of-type {
  padding-top: 0px !important;
}
.postid-414631 .article__content p, .postid-414631 .article__content h2, .postid-414631 .article__content .visual-size--h2, .postid-414631 .article__content h3, .postid-414631 .article__content .visual-size--h3, .postid-414631 .article__content .wp-block-columns {
  max-width: 800px;
  margin: auto;
  padding: 20px 0px 0px 0px;
}
.postid-414631 .article__content h2, .postid-414631 .article__content .visual-size--h2 {
  margin-bottom: 15px !important;
}
.postid-414631 .article__content .mixer-taps h3, .postid-414631 .article__content .mixer-taps .visual-size--h3 {
  margin-bottom: 10px !important;
}
.postid-414631 .article__content .mixer-taps .subtitle {
  padding-top: 0px !important;
}
@media (max-width: 600px) {
  .postid-414631 .article__content .mixer-taps .mixer-product2 {
    flex-direction: column-reverse;
  }
}
.postid-414631 .article__content .mixer-taps .mixer-product1, .postid-414631 .article__content .mixer-taps .mixer-product2, .postid-414631 .article__content .mixer-taps .mixer-product3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 600px) {
  .postid-414631 .article__content .mixer-taps .mixer-product1 .mixer-image img, .postid-414631 .article__content .mixer-taps .mixer-product2 .mixer-image img, .postid-414631 .article__content .mixer-taps .mixer-product3 .mixer-image img {
    width: 100%;
  }
}
@media (max-width: 956px) {
  .postid-414631 .article__content .mixer-taps .mixer-product1 .mixer-text, .postid-414631 .article__content .mixer-taps .mixer-product1 .mixer-image, .postid-414631 .article__content .mixer-taps .mixer-product2 .mixer-text, .postid-414631 .article__content .mixer-taps .mixer-product2 .mixer-image, .postid-414631 .article__content .mixer-taps .mixer-product3 .mixer-text, .postid-414631 .article__content .mixer-taps .mixer-product3 .mixer-image {
    flex-basis: 100%;
  }
}
.postid-414631 .article__content .coloured-tap h3, .postid-414631 .article__content .coloured-tap .visual-size--h3 {
  margin-bottom: 0px !important;
}
.postid-414631 .article__content .tap-categories figcaption {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.postid-414631 .article__content .tap-categories figcaption a {
  text-decoration: none;
}
.postid-414631 .article__content .tap-categories figcaption::before {
  display: none;
}
.postid-414631 .article__content .tap-categories .category-button a {
  padding: 20px !important;
  font-family: "Muli" !important;
  font-weight: 400 !important;
}
/* Wallpaper Blog Post */
.postid-417737 .article__content {
  max-width: 750px;
  margin: auto;
}
@media (max-width: 600px) {
  .postid-417737 .artist2, .postid-417737 .artist4 {
    flex-direction: column-reverse;
  }
}
.postid-417737 .artist1, .postid-417737 .artist2, .postid-417737 .artist3, .postid-417737 .artist4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 600px) {
  .postid-417737 .artist1 .artist-image img, .postid-417737 .artist2 .artist-image img, .postid-417737 .artist3 .artist-image img, .postid-417737 .artist4 .artist-image img {
    width: 100%;
  }
}
@media (max-width: 956px) {
  .postid-417737 .artist1 .artist-text, .postid-417737 .artist1 .artist-image, .postid-417737 .artist2 .artist-text, .postid-417737 .artist2 .artist-image, .postid-417737 .artist3 .artist-text, .postid-417737 .artist3 .artist-image, .postid-417737 .artist4 .artist-text, .postid-417737 .artist4 .artist-image {
    flex-basis: 100%;
  }
}
/* Black Friday Page Updates */
.page-id-281389 a {
  font-weight: 400;
  text-decoration: underline;
}
.page-id-281389 a:hover {
  color: #0A0806;
}
.page-id-281389 h3, .page-id-281389 .visual-size--h3 {
  font-size: 28px;
}
@media (max-width: 620px) {
  .page-id-281389 h3, .page-id-281389 .visual-size--h3 {
    font-size: 34px !important;
  }
}
.page-id-281389 .wp-block-group__inner-container.slick-initialized.slick-slider {
  height: 500px;
  width: 100%;
  position: relative;
}
@media (max-width: 620px) {
  .page-id-281389 .wp-block-group__inner-container.slick-initialized.slick-slider {
    height: 250px;
  }
}
@media only screen and (min-width: 621px) and (max-width: 781px) {
  .page-id-281389 .wp-block-group__inner-container.slick-initialized.slick-slider {
    height: 400px;
  }
}
.page-id-281389 .wp-block-group__inner-container.slick-initialized.slick-slider .wp-block-image figcaption {
  position: absolute;
  bottom: -14px;
  font-size: 14px;
  background-color: rgba(24, 26, 26, 0.6);
  width: 840px;
  padding: 20px;
}
@media only screen and (min-width: 413px) and (max-width: 840px) {
  .page-id-281389 .wp-block-group__inner-container.slick-initialized.slick-slider .wp-block-image figcaption {
    max-width: 100%;
    bottom: -14px;
    line-height: 1.2;
  }
}
@media (max-width: 412px) {
  .page-id-281389 .wp-block-group__inner-container.slick-initialized.slick-slider .wp-block-image figcaption {
    max-width: 100%;
    bottom: 12px;
    line-height: 1.2;
  }
}
.page-id-281389 .wp-block-group__inner-container.slick-initialized.slick-slider .wp-block-image figcaption::before {
  display: none;
}
.page-id-281389 .black_friday_image_carousel {
  max-width: 840px !important;
}
.page-id-281389 .slick-slider .slider-image {
  max-width: 840px;
}
.page-id-281389 .slick-slider .slider-wrapper {
  width: 100%;
}
.page-id-281389 .slick-slider .slick-next {
  right: 10px;
}
.page-id-281389 .slick-slider .slick-prev {
  left: 10px;
}
.page-id-281389 .slick-slider .slick-next::before {
  content: "" !important;
  color: #ffffff !important;
  background-color: rgba(48, 52, 53, 0.8);
  border-radius: 0px;
}
.page-id-281389 .slick-slider .slick-prev::before {
  content: "" !important;
  color: #ffffff !important;
  background-color: rgba(48, 52, 53, 0.8);
  border-radius: 0px;
}
@media (max-width: 600px) {
  .page-id-281389 .slick-slider .slick-next.slick-arrow {
    display: none !important;
  }
  .page-id-281389 .slick-slider .slick-prev.slick-arrow {
    display: none !important;
  }
}
/* Black Friday Page Updates END */
.catch-link a {
  font-weight: 600;
  text-decoration: none;
}
.catch-link a:hover {
  color: #0A0806;
}
.delivery-returns-link a {
  font-weight: 600;
  text-decoration: none;
}
.delivery-returns-link a:hover {
  color: #0A0806;
}
.featured-image-attribution {
  font-size: 12px !important;
}
.featured-image-attribution a {
  font-weight: 400;
  color: #a57c00 !important;
  text-decoration: underline !important;
}
@media (max-width: 620px) {
  .postid-370318 .wp-block-buttons, .postid-380070 .wp-block-buttons {
    padding-bottom: 20px;
  }
}
.postid-370318 .cyo-blog-button, .postid-380070 .cyo-blog-button {
  background-color: #a57c00;
  padding: 10px;
  display: block;
  width: 300px;
  margin: auto !important;
  color: #F9F9F9;
  text-decoration: none;
  text-transform: uppercase;
}
.postid-370318 .cyo-blog-button a, .postid-380070 .cyo-blog-button a {
  font-family: "Muli";
  line-height: 1.4;
  font-weight: 400;
  font-size: 16px;
}
@-webkit-keyframes drawin {
  0% {
    stroke-dashoffset: 1000;
    fill: transparent;
  }
  90% {
    stroke-dashoffset: 200;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: black;
  }
}
@keyframes drawin {
  0% {
    stroke-dashoffset: 1000;
    fill: transparent;
  }
  90% {
    stroke-dashoffset: 200;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: black;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
}
@-webkit-keyframes FadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  95% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes FadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  95% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes FadeInLeft {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes FadeInLeft {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes FadeInUp {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes FadeInUp {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes beat {
  0% {
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -o-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
  }
  25% {
    -webkit-transform: translate(0, -51%) scale(1.1);
    -ms-transform: translate(0, -51%) scale(1.1);
    -moz-transform: translate(0, -51%) scale(1.1);
    -o-transform: translate(0, -51%) scale(1.1);
    transform: translate(0, -51%) scale(1.1);
  }
  50% {
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -o-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
  }
  75% {
    -webkit-transform: translate(0, -51%) scale(1.1);
    -ms-transform: translate(0, -51%) scale(1.1);
    -moz-transform: translate(0, -51%) scale(1.1);
    -o-transform: translate(0, -51%) scale(1.1);
    transform: translate(0, -51%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -o-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
  }
}
@-webkit-keyframes beat {
  0% {
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -o-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
  }
  25% {
    -webkit-transform: translate(0, -51%) scale(1.1);
    -ms-transform: translate(0, -51%) scale(1.1);
    -moz-transform: translate(0, -51%) scale(1.1);
    -o-transform: translate(0, -51%) scale(1.1);
    transform: translate(0, -51%) scale(1.1);
  }
  50% {
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -o-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
  }
  75% {
    -webkit-transform: translate(0, -51%) scale(1.1);
    -ms-transform: translate(0, -51%) scale(1.1);
    -moz-transform: translate(0, -51%) scale(1.1);
    -o-transform: translate(0, -51%) scale(1.1);
    transform: translate(0, -51%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -o-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
  }
}
@keyframes beat {
  0% {
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -o-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
  }
  25% {
    -webkit-transform: translate(0, -51%) scale(1.1);
    -ms-transform: translate(0, -51%) scale(1.1);
    -moz-transform: translate(0, -51%) scale(1.1);
    -o-transform: translate(0, -51%) scale(1.1);
    transform: translate(0, -51%) scale(1.1);
  }
  50% {
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -o-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
  }
  75% {
    -webkit-transform: translate(0, -51%) scale(1.1);
    -ms-transform: translate(0, -51%) scale(1.1);
    -moz-transform: translate(0, -51%) scale(1.1);
    -o-transform: translate(0, -51%) scale(1.1);
    transform: translate(0, -51%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -o-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
  }
}
@-webkit-keyframes MoveDownNav {
  0% {
    margin-top: -10px;
    opacity: 0;
  }
  20% {
    margin-top: -10px;
    opacity: 0;
  }
  100% {
    margin-top: 5px;
    opacity: 1;
  }
}
@keyframes MoveDownNav {
  0% {
    margin-top: -10px;
    opacity: 0;
  }
  20% {
    margin-top: -10px;
    opacity: 0;
  }
  100% {
    margin-top: 5px;
    opacity: 1;
  }
}
@-webkit-keyframes MoveUpNav {
  0% {
    margin-bottom: -10px;
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}
@keyframes MoveUpNav {
  0% {
    margin-bottom: -10px;
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes MoveDown {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes MoveDown {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}
@-webkit-keyframes MoveUp {
  from {
    margin-bottom: -10px;
  }
  to {
    margin-bottom: 0;
  }
}
@keyframes MoveUp {
  from {
    margin-bottom: -10px;
  }
  to {
    margin-bottom: 0;
  }
}
@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes FadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes RotateIn {
  from {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes RotateIn {
  from {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes MoveUp {
  from {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes MoveUp {
  from {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes NagRight {
  0% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  10% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
  15% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
  30% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes NagRight {
  0% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  10% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
  15% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
  30% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes NagRight {
  0% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  10% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
  15% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
  30% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-moz-keyframes FadeRemove {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  90% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
  }
}
@-webkit-keyframes FadeRemove {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  90% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
  }
}
@keyframes FadeRemove {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  90% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
  }
}
@-moz-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@-moz-keyframes added {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  10% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes added {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  10% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes added {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  10% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes SlideInSidebar {
  0% {
    width: 0;
    opacity: 0;
  }
  5% {
    width: 20%;
    opacity: 0;
  }
  10% {
    width: 20%;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    width: 20%;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes SlideInSidebar {
  0% {
    width: 0;
    opacity: 0;
  }
  5% {
    width: 20%;
    opacity: 0;
  }
  10% {
    width: 20%;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    width: 20%;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes SlideInSidebar {
  0% {
    width: 0;
    opacity: 0;
  }
  5% {
    width: 20%;
    opacity: 0;
  }
  10% {
    width: 20%;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    width: 20%;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.product_cat-bubble-chandeliers .select2 {
  display: inline-block;
  min-width: unset;
  width: auto !important;
  max-width: 100%;
}
.product_cat-bubble-chandeliers .select2 span.select2-selection {
  padding-right: 40px;
}
.product_cat-bubble-chandeliers .select2 span__rendered {
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  .product_cat-bubble-chandeliers .select2 {
    max-width: 350px;
  }
}
.page.woocommerce-checkout form.checkout .select2 {
  max-width: 100%;
}
.select2 {
  background-color: #0c0d0d;
  border-width: 1px;
  border-style: solid;
  border-color: #7e7e7e;
  color: #FFFFFF;
  display: block;
  font-family: "neue-haas-grotesk-display";
  cursor: pointer;
  min-width: 270px;
  max-width: 300px;
  width: 100%;
}
.select2:focus {
  outline: none;
}
.select2 span {
  display: block;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.select2 span:focus {
  outline: none;
}
.select2 span.select2-selection {
  padding: 10px;
  position: relative;
}
.select2 span.select2-selection--single {
  border: none !important;
}
.select2 span.select2-selection:focus {
  outline: none;
}
.select2 span.select2-selection__rendered {
  white-space: nowrap;
}
.select2 span.select2-selection:before {
  content: "";
  background-color: #0c0d0d;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}
.select2 span.select2-selection:after {
  content: "\e901";
  font-family: "icomoon";
  font-size: 16px;
  font-size: 1rem;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.53, 1.34) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.53, 1.34) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.53, 1.34) 0s;
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.53, 1.34) 0s;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.53, 1.34) 0s;
}
.select2.select2-container--open span.select2-selection:after {
  -webkit-transform: rotate(-180deg) translateY(50%) translateX(10px);
  -ms-transform: rotate(-180deg) translateY(50%) translateX(10px);
  -moz-transform: rotate(-180deg) translateY(50%) translateX(10px);
  -o-transform: rotate(-180deg) translateY(50%) translateX(10px);
  transform: rotate(-180deg) translateY(50%) translateX(10px);
}
.select2-dropdown {
  border-width: 1px;
  border-style: solid;
  border-color: #7e7e7e;
  background-color: #0c0d0d;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 999999999999;
}
.select2-dropdown:before {
  content: "\f002";
  font-family: "icomoon";
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
}
.select2-dropdown .select2-search {
  padding: 0;
  border-width: 0;
  border-style: solid;
  border-color: #646464;
}
.select2-dropdown input {
  background-color: #0A0806;
}
.select2-dropdown input.select2-search__field {
  border-width: 0 0 1px 0;
  border-color: #979797;
  border-style: solid;
  border-color: #646464;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Outfit";
  color: #FFFFFF;
}
.select2-dropdown input.select2-search__field:focus {
  outline: none;
}
.select2-dropdown .select2-results {
  display: block;
  max-height: 197px;
}
.select2-dropdown .select2-results__option .select2-results__group {
  padding: 5px;
  display: block;
}
.select2-dropdown .select2-results__option[aria-disabled=true] {
  display: none;
}
.select2-dropdown .select2-results__option li:hover {
  background-color: black;
  color: #F9F9F9;
}
.select2-dropdown .select2-results__options {
  overflow-y: auto;
  max-height: 197px;
}
.select2-dropdown .select2-results__options li {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  line-height: 1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #FFFFFF;
}
.select2-dropdown .select2-results__options li:focus {
  outline: none;
  background-color: #0A0806;
  color: #FFFFFF;
}
.select2-dropdown .select2-results__options li:hover {
  background-color: black;
  color: #F9F9F9;
}
.select2-dropdown .select2-results__options li[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
html, body, div, span, iframe, blockquote, pre, a, h1, .visual-size--h1, h2, .visual-size--h2, h3, .visual-size--h3, h4, .visual-size--h4, h5, .visual-size--h5, h6, p, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
button {
  background: none;
  border: none;
}
button:hover {
  cursor: pointer;
}
button:focus {
  outline: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
}
input {
  border-radius: 0px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
  display: block;
  padding: 7px 10px 6px;
  width: 100%;
  max-width: 100%;
  font-family: "neue-haas-grotesk-display";
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #D3D3D3;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea:focus {
  outline: none;
  border-color: #7e7e7e;
}
input[type="text"]:-webkit-autofill, input[type="email"]:-webkit-autofill, input[type="tel"]:-webkit-autofill, input[type="password"]:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
label {
  font-family: "neue-haas-grotesk-display";
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-align: left;
}
label a {
  color: #3B657D;
}
label abbr {
  text-decoration: none;
}
fieldset {
  border: 2px solid #0A0806;
  padding: 20px;
  margin: 30px 0;
}
fieldset legend {
  font-family: "miller-banner-condensed";
  padding: 0 10px;
}
select {
  background-color: white;
  border: 1px solid #0A0806;
  border-radius: 0px;
  display: block;
  font-family: "Outfit" !important;
  letter-spacing: 0px;
  cursor: pointer;
  min-width: 270px;
  max-width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
}
select:focus {
  outline: none;
}
select:before {
  content: "";
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left right, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
  background-color: #F9F9F9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}
select:after {
  content: "\e901";
  font-family: "icomoon";
  font-size: 20px;
  font-size: 1.25rem;
  color: #0A0806;
  position: absolute;
  top: 50%;
  font-family: "Outfit";
  letter-spacing: 0px;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
select option {
  font-family: "Outfit";
  letter-spacing: 0px;
}
input[type="radio"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 5px;
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
}
input[type="radio"]:before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  content: "\ea56";
  font-family: "icomoon";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
}
input[type="radio"]:checked {
  background: none;
  border: none;
}
input[type="radio"]:checked:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  content: "\ea54";
  font-family: "icomoon";
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="radio"]:focus {
  outline: none;
}
input[type="search"] {
  border-radius: 0px;
}
input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 5px;
  line-height: 1;
}
input[type="checkbox"]:before {
  content: "\e90b";
  font-family: "icomoon";
}
input[type="checkbox"]:checked:before {
  content: "\e900";
  font-family: "icomoon";
  color: #0A0806;
}
input[type="checkbox"]:checked {
  background: none;
  border: none;
}
input[type="checkbox"]:focus {
  outline: none;
}
input[type"submit"], .search-submit {
  background-color: #0A0806;
  padding: 10px;
  color: #F9F9F9;
  font-family: "miller-banner-condensed";
}
.woocommerce-form__label-for-checkbox {
  display: block;
  vertical-align: middle;
}
.nf-form-cont {
  margin: 40px 0 0;
}
.nf-form-cont .nf-before-form-content {
  color: #F9F9F9;
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 20px;
}
.nf-form-cont input[type="button"] {
  background-color: #a67c00;
  padding: 10px 20px;
  border: none;
  font-family: "Outfit";
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  cursor: pointer;
}
.nf-form-cont nf-fields-wrap {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nf-form-cont nf-fields-wrap nf-field {
  width: 49%;
}
@media (max-width: 550px) {
  .nf-form-cont nf-fields-wrap nf-field {
    width: 100%;
  }
}
.nf-form-cont nf-fields-wrap nf-field hr {
  border: none;
}
.nf-form-cont nf-fields-wrap nf-field .nf-input-limit {
  margin: 0;
}
.nf-form-cont nf-fields-wrap nf-field .nf-error-msg {
  margin: 0;
  background-color: #B80000;
  border: 1px solid #850000;
  font-family: "neue-haas-grotesk-display";
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  color: #F9F9F9;
}
.nf-form-cont nf-fields-wrap nf-field input[type="checkbox"]:before {
  color: #F9F9F9;
}
.nf-form-cont nf-fields-wrap nf-field:last-of-type {
  width: 100%;
}
.nf-form-cont .nf-field .field-wrap.checkbox-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nf-form-cont .nf-field .field-wrap.checkbox-wrap .nf-field-label {
  padding-left: 10px !important;
}
.nf-form-cont .nf-field .field-wrap.list-select-wrap .nf-field-element:before {
  content: "";
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left right, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
  background-color: #F9F9F9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}
.nf-form-cont .nf-field .field-wrap.list-select-wrap .nf-field-element:after {
  content: "\e901";
  font-family: "icomoon";
  font-size: 20px;
  font-size: 1.25rem;
  color: #F9F9F9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nf-form-cont .nf-field .field-wrap.list-select-wrap select {
  background-color: #303435 !important;
  color: #FFFFFF !important;
  border-color: #646464 !important;
}
.nf-form-cont .nf-field .field-wrap.nf-error input {
  border: 1px solid #850000;
}
.nf-form-cont .nf-field-label {
  -webkit-align-items: left;
  -webkit-box-align: left;
  -ms-flex-align: left;
  .ms-flex-align-items: left;
  align-items: left;
}
.nf-form-cont .nf-field-label label {
  color: #F9F9F9;
  font-family: "Novecentosanswide-Normal";
  text-transform: uppercase;
  font-weight: 400;
}
.nf-form-cont .nf-field-description {
  width: 100%;
  margin-right: 0;
  margin-top: 10px;
}
.nf-form-cont .nf-field-description p {
  line-height: 1.3;
  font-size: 14px;
  font-size: 0.875rem;
}
.wp-block-columns .gform_confirmation_message {
  background-color: #0A0806;
  color: #F9F9F9;
  font-family: "Outfit";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}
.wp-block-columns .gform_wrapper h2.gform_submission_error, .wp-block-columns .gform_wrapper .gform_submission_error.visual-size--h2 {
  line-height: 1.3;
  font-size: 25px;
  font-size: 1.5625rem;
}
.wp-block-columns .gform_wrapper .gform-body .gfield {
  border: none;
  padding: 0;
}
.wp-block-columns .gform_wrapper .gform-body .gfield .gfield_validation_message {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Outfit";
  background-color: #CC1A0F;
  padding: 5px;
  color: #F9F9F9;
  margin-top: 5px;
}
.wp-block-columns .gform_wrapper .gform-body .gfield.gform_validation_container {
  display: none;
}
.wp-block-columns .gform_wrapper .gform-body .gfield.hidden_label .gfield_label {
  font-size: 0;
  padding: 0;
  line-height: 0;
}
.wp-block-columns .gform_wrapper .gform-body .gfield legend, .wp-block-columns .gform_wrapper .gform-body .gfield label {
  color: #F9F9F9;
  font-family: "linotype-didot";
  font-size: 20px;
  padding: 0 0 10px 0;
  display: block;
}
.wp-block-columns .gform_wrapper .gform-body .gfield .ginput_container_name {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
@media (max-width: 620px) {
  .wp-block-columns .gform_wrapper .gform-body .gfield .ginput_container_name {
    flex-wrap: wrap;
  }
}
.wp-block-columns .gform_wrapper .gform-body .gfield .ginput_container_name span {
  width: 49%;
}
@media (max-width: 620px) {
  .wp-block-columns .gform_wrapper .gform-body .gfield .ginput_container_name span {
    width: 100%;
  }
  .wp-block-columns .gform_wrapper .gform-body .gfield .ginput_container_name span:first-of-type {
    margin-bottom: 10px;
  }
}
.wp-block-columns .gform_wrapper .gform-body .gfield .ginput_container_name span label {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Outfit";
}
.wp-block-columns .gform_wrapper .gform-body .gfield .ginput_container_checkbox input:before {
  color: #F9F9F9;
}
.wp-block-columns .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gchoice {
  position: relative;
}
.wp-block-columns .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gchoice label {
  position: absolute;
  left: 30px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  display: initial;
  font-family: "Outfit";
}
.wp-block-columns .gform_wrapper .gform_footer {
  padding-top: 30px;
}
@media (max-width: 620px) {
  .wp-block-columns .gform_wrapper .gform_footer {
    padding-top: 50px;
  }
}
.wp-block-columns .gform_wrapper .gform_footer input[type="submit"] {
  border: none;
}
@media (max-width: 620px) {
  .wp-block-columns .gform_wrapper .gform_footer input[type="submit"] {
    display: block;
    width: 100%;
  }
}
*[nf-fields-wrap] {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.trade-survey-form .ginput_container_radio .gchoice {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  .ms-flex-align-items: baseline;
  align-items: baseline;
  padding-bottom: 5px !important;
}
.trade-survey-form .ginput_container_radio .gchoice input[type="radio"] {
  margin-right: 10px;
}
.trade-survey-form .ginput_container_radio .gchoice label {
  font-family: "Outfit" !important;
  font-size: 16px !important;
  padding-bottom: 0 !important;
  line-height: 1.3;
}
.trade-survey-form .ginput_container_checkbox .gchoice {
  padding-bottom: 5px !important;
}
.trade-survey-form .ginput_container_checkbox .gchoice label {
  position: initial !important;
}
.trade-survey-form .gform_footer {
  padding-top: 20px !important;
}
.content-row {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  .ms-flex-align-items: flex-start;
  align-items: flex-start;
}
.content-row .content-col.half-col {
  width: 48%;
}
@media (max-width: 640px) {
  .content-row .content-col.half-col {
    width: 100%;
  }
}
.tos-wrapper.tos-fixed {
  z-index: 1000000000 !important;
}
.lightbox {
  display: none;
}
.featherlight {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.7);
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.featherlight-inner {
  padding: 30px;
}
.featherlight-inner.featherlight-image {
  padding: 0;
}
.featherlight-content {
  background-color: #2a2219;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Outfit";
  line-height: 1.4;
  max-width: 50%;
  max-height: 90%;
  position: relative;
}
.featherlight-content img {
  width: 100%;
  height: auto;
  display: block;
}
.featherlight-content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #FFFFFF;
}
.featherlight-content .lightbox {
  display: block;
}
@media (max-height: 720px) {
  .featherlight-content .lightbox {
    max-height: 250px;
    overflow-y: scroll;
  }
}
.featherlight-content:before {
  position: relative;
  content: "";
}
.featherlight-content .featherlight-close-icon {
  position: absolute;
  top: -20px;
  left: -20px;
  color: #F9F9F9;
  font-size: 0px;
  font-size: 0rem;
  background-color: #a67c00;
  padding: 10px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.featherlight-content .featherlight-close-icon:hover {
  background-color: #735600;
}
.featherlight-content .featherlight-close-icon:focus {
  outline: none;
}
.featherlight-content .featherlight-close-icon:before {
  content: "\e907";
  font-family: "icomoon";
  font-size: 20px;
  font-size: 1.25rem;
  color: #181A1A;
}
@media (max-width: 600px) {
  .featherlight-content .featherlight-close-icon:before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
img.full-width {
  display: block;
  width: 100%;
  height: auto;
}
.aligncenter {
  text-align: center;
}
@media (max-width: 720px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (max-width: 720px) {
  .show-mobile {
    display: block !important;
  }
}
.show-desktop {
  display: block !important;
}
@media (max-width: 720px) {
  .show-desktop {
    display: none !important;
  }
}
.hide-desktop {
  display: none !important;
}
@media (max-width: 720px) {
  .hide-desktop {
    display: block !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-slider .slick-prev.slick-disabled:before, .slick-slider .slick-next.slick-disabled:before {
  opacity: 0;
}
.slick-slider .slick-prev {
  left: -10px;
}
.slick-slider .slick-prev::before {
  content: "\ea40";
  font-family: "icomoon";
  font-size: 18px;
  font-size: 1.125rem;
  background-color: rgba(59, 101, 125, 0.8);
  display: inline-block;
  padding: 2px 5px;
  color: #F9F9F9;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.slick-slider .slick-next {
  right: -10px;
}
.slick-slider .slick-next::before {
  content: "\ea3c";
  font-family: "icomoon";
  font-size: 18px;
  font-size: 1.125rem;
  background-color: rgba(59, 101, 125, 0.8);
  display: inline-block;
  padding: 2px 5px;
  color: #F9F9F9;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.slick-slider .slick-dots {
  text-align: center;
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slick-slider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(221, 221, 221, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 30px;
  margin: 0 5px;
}
.slick-slider .slick-dots li.slick-active {
  background-color: rgba(59, 101, 125, 0.8);
}
.slick-slider .slick-dots li:first-of-type {
  margin-left: 0;
}
.slick-slider .slick-dots li:last-of-type {
  margin-right: 0;
}
.slick-slider .slick-dots li button {
  font-size: 0;
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 0px;
  font-size: 0rem;
  height: 100%;
}
.slick-slider .slick-list .slick-track:before, .slick-slider .slick-list .slick-track:after {
  content: "";
  display: table;
}
.slick-slider .slick-list .slick-track:after {
  clear: both;
}
.slick-loading .slick-slider .slick-list .slick-track {
  visibility: hidden;
}
.slick-slider .slick-list .slick-track .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.slick-slider .slick-list .slick-track .slick-slide img {
  height: auto;
}
.slick-gutter {
  /* the parent */
}
.slick-gutter .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999999;
  background: #2B2422;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy.pushy-left {
  left: 0;
}
/* Menu Movement */
.pushy-content {
  visibility: hidden;
}
.pushy-left {
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.pushy-open-left #container, .pushy-open-left .push {
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.pushy-active .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-active .pushy-content {
  visibility: visible;
}
/* Menu Transitions */
#container, .pushy, .push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.lazyload {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lazyload.loaded {
  opacity: 1;
}
.overflow-block {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.95);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.overflow-block .overflow-toggle {
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}
.overflow-block .overflow-toggle:before {
  content: "\e5cd";
  font-family: "icomoon";
  font-size: 30px;
  font-size: 1.875rem;
  color: #F9F9F9;
}
.overflow-block a {
  text-decoration: none;
}
.overflow-block a:hover {
  color: #FFF;
}
.overflow-block ul:first-child {
  margin-top: 10px;
}
.overflow-block--left {
  left: 0;
}
.overflow-block--right {
  right: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.overflow-block__content {
  visibility: hidden;
  padding: 70px 50px 0;
  opacity: 0;
  -webkit-transition: all 1.25s;
  -moz-transition: all 1.25s;
  -ms-transition: all 1.25s;
  -o-transition: all 1.25s;
  transition: all 1.25s;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
}
@media (max-width: 550px) {
  .overflow-block__content {
    padding: 40px 20px 20px;
  }
}
.overflow-block.overflow-open-right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.overflow-block.overflow-open-right .overflow-block__content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.bx-wrapper {
  position: relative;
  z-index: 100;
}
.bx-wrapper .bx-viewport {
  z-index: 100;
}
.bx-wrapper .bx-controls {
  pointer-events: none;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
}
.bx-wrapper .bx-controls .bx-controls-direction {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  font-size: 0px;
  font-size: 0rem;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  -ms-grid-row-align: flex-start;
  .ms-flex-align-self: flex-start;
  align-self: flex-start;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: all;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev::after {
  content: "\ea40";
  font-family: "icomoon";
  color: #F9F9F9;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover:after {
  color: #0A0806;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev.disabled {
  opacity: 0;
  filter: alpha(opacity=0);
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  font-size: 0px;
  font-size: 0rem;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  -ms-grid-row-align: flex-end;
  .ms-flex-align-self: flex-end;
  align-self: flex-end;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: all;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-next::after {
  content: "\ea3c";
  font-family: "icomoon";
  color: #F9F9F9;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: NagRight 2s linear infinite;
  -moz-animation: NagRight 2s linear infinite;
  -ms-animation: NagRight 2s linear infinite;
  -o-animation: NagRight 2s linear infinite;
  animation: NagRight 2s linear infinite;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover:after {
  color: #0A0806;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-next.disabled {
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 1360px) {
  .bx-wrapper .bx-controls .bx-controls-direction {
    bottom: 0;
    top: 0;
    z-index: 1500;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .bx-wrapper .bx-controls .bx-controls-direction .bx-prev, .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    background-color: rgba(249, 249, 249, 0.7);
    padding: 5px 0;
    -js-display: flex;
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    .ms-flex-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:after, .bx-wrapper .bx-controls .bx-controls-direction .bx-next:after {
    color: #0A0806;
  }
  .bx-wrapper .bx-controls .bx-controls-direction .bx-prev.disabled, .bx-wrapper .bx-controls .bx-controls-direction .bx-next.disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 30px;
  }
  .bx-wrapper .bx-controls .bx-controls-direction .bx-prev.disabled {
    display: none;
  }
  .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 30px;
  }
  .bx-wrapper .bx-controls .bx-controls-direction .bx-next:after {
    -webkit-animation: NagRight 2s linear infinite;
    -moz-animation: NagRight 2s linear infinite;
    -ms-animation: NagRight 2s linear infinite;
    -o-animation: NagRight 2s linear infinite;
    animation: NagRight 2s linear infinite;
  }
  .bx-wrapper .bx-controls .bx-controls-direction .bx-next.disabled {
    display: none;
  }
  .bx-wrapper .bx-controls .bx-controls-direction .bx-next.disabled:after {
    animation: none;
  }
}
.bx-wrapper .bx-controls .bx-pager {
  text-align: center;
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 550px) {
  .bx-wrapper .bx-controls .bx-pager {
    bottom: -10px;
  }
}
.bx-wrapper .bx-controls .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}
.bx-wrapper .bx-controls .bx-pager-item a {
  font-size: 0px;
  font-size: 0rem;
  background-color: #DDDDDD;
  padding: 7px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bx-wrapper .bx-controls .bx-pager-item a.active {
  background-color: #979797;
}
.remaining-swatch-count {
  display: inline-block;
  color: #a67c00;
  font-size: 16px;
  font-family: "Muli";
  vertical-align: super;
  margin-left: 2px;
}
@media screen and (min-width: 360px) and (max-width: 390px) {
  .remaining-swatch-count {
    margin-left: 0px;
  }
}
@media screen and (min-width: 350px) and (max-width: 359px) {
  .remaining-swatch-count {
    margin-left: -5px;
  }
}
@media screen and (max-width: 349px) {
  .remaining-swatch-count {
    margin-left: 0px;
  }
}
#closer_videopopup {
  position: absolute;
  top: -20px;
  left: -20px;
  color: #F9F9F9;
  font-size: 0px;
  font-size: 0rem;
  background-color: #a67c00;
  padding: 10px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#closer_videopopup:hover {
  background-color: #735600;
}
#closer_videopopup:focus {
  outline: none;
}
#closer_videopopup:before {
  content: "\e907";
  font-family: "icomoon";
  font-size: 20px;
  font-size: 1.25rem;
  color: #181A1A;
}
#vidBox {
  z-index: 9999999999;
}
#opct {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
#videCont {
  position: absolute;
  margin: auto;
  max-width: 320px;
  height: 0;
  height: auto !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#videCont video {
  width: 100%;
  opacity: 1 !important;
}
#video1 {
  cursor: pointer;
  cursor: hand;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.blocker {
  position: fixed;
  z-index: 99999999999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
@media (max-width: 620px) {
  .blocker {
    padding: 0;
  }
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 99999;
  max-width: 600px;
  box-sizing: border-box;
  width: 90%;
  background: #17191A;
  padding: 20px;
  border-radius: 3px;
  text-align: left;
}
.modal p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 7px;
  line-height: 1.3;
}
.modal .gform_confirmation_message {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Outfit";
  color: #F9F9F9;
  margin-top: 20px;
}
.modal .gform_wrapper {
  margin: 0;
}
.modal .gform_wrapper .gform_heading .gform_title {
  font-size: 35px;
  font-size: 2.1875rem;
  margin: 0 0 10px;
}
@media (max-width: 620px) {
  .modal .gform_wrapper .gform_heading .gform_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.1;
  }
}
.modal .gform_wrapper .gform_heading .gform_description {
  margin-bottom: 20px;
  font-family: "Outfit";
  margin-bottom: 20px;
  color: #F9F9F9;
}
.modal .gform_wrapper .gform_heading .gform_required_legend {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}
.modal .gform_wrapper .gform_submission_error {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Outfit";
  color: red;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.modal .gform_wrapper .gform-body .gfield {
  margin-bottom: 20px;
}
.modal .gform_wrapper .gform-body .gfield--type-honeypot {
  display: none;
}
.modal .gform_wrapper .gform-body .gfield label, .modal .gform_wrapper .gform-body .gfield legend {
  font-family: "Outfit";
  color: #F9F9F9;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0 10px;
  display: inline-block;
}
.modal .gform_wrapper .gform-body .gfield.hidden_label label {
  display: none;
}
.modal .gform_wrapper .gform-body .gfield .gfield_validation_message {
  color: red;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Outfit";
  margin-top: 5px;
}
.modal .gform_wrapper .gform-body .gfield .gfield_required_text {
  font-size: 0;
}
.modal .gform_wrapper .gform-body .gfield .gfield_required_text:after {
  content: "*";
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}
.modal .gform_wrapper .gform-body .gfield .ginput_container input[type="text"] {
  background-color: #17191A;
}
.modal .gform_wrapper .gform-body .gfield .ginput_container input[type="text"]::placeholder {
  color: #646565;
}
.modal .gform_wrapper .gform-body .gfield .ginput_container textarea {
  background-color: #17191A;
}
.modal .gform_wrapper .gform-body .gfield .ginput_container textarea::placeholder {
  color: #646565;
}
.modal .gform_wrapper .gform-body .gfield#field_9_4 {
  border: none;
  padding: 0;
  margin: 20px 0 20px;
}
.modal .gform_wrapper .gform-body .gfield#field_9_4 .ginput_container_radio .gfield_radio {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.modal .gform_wrapper .gform-body .gfield#field_9_4 .ginput_container_radio .gfield_radio label {
  color: #646565;
}
.modal .gform_wrapper .gform-body .gfield#field_9_4 .ginput_container_radio .gfield_radio .gchoice {
  margin-right: 20px;
}
.modal .gform_wrapper .gform-body .gfield#field_9_10 {
  margin-bottom: 20px;
}
.modal .gform_wrapper .gform-body .gfield#field_9_10 .ginput_container_select .select2 {
  max-width: inherit;
  background-color: #17191A;
}
.modal .gform_wrapper .gform-body .gfield#field_9_10 .ginput_container_select .select2 span {
  font-size: 16px;
  font-size: 1rem;
}
.modal .gform_wrapper .gform-body .gfield#field_9_10 .ginput_container_select .select2 .select2-selection {
  color: #646565;
  padding: 12px 10px;
}
.modal .gform_wrapper .gform-body .gfield#field_9_10 .ginput_container_select .select2 .select2-selection:before {
  background-color: #17191A;
}
.modal .gform_wrapper .gform-body .gfield#field_9_8 {
  margin-bottom: 20px;
}
.modal .gform_wrapper .gform-body .gfield#field_9_8 textarea {
  height: 150px;
}
.modal .gform_wrapper input[type="submit"] {
  border: none !important;
}
.modal .gform_wrapper #gform_ajax_spinner_9 {
  margin-left: 10px;
}
.modal a.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  font-size: 0;
  text-decoration: none;
}
.modal a.close-modal:after {
  content: "\e906";
  font-family: "icomoon";
  font-size: 30px;
  font-size: 1.875rem;
  color: #F9F9F9;
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #0A0806;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #F9F9F9;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#ui-datepicker-div {
  border: none;
  font-family: "Outfit";
  min-width: initial;
  background: #414141;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  .ms-flex-align-self: center;
  align-self: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 5px 0;
  border-radius: 0;
  background-color: #414141;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  order: 1;
  position: initial;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  order: 3;
  position: initial;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  order: 2;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  width: 48%;
  min-width: initial;
  padding: 5px;
  border-radius: 5px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  width: 48%;
  min-width: initial;
  padding: 5px;
  border-radius: 5px;
}
#ui-datepicker-div .ui-datepicker-calendar {
  width: calc(100% + 1px);
  margin: 0;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  background-color: #414141;
  border-color: #686868;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
  color: #ffffff;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-hover {
  background-color: #686868;
  color: #ffffff;
}
#ui-datepicker-div .ui-timepicker-div {
  padding: 10px 5px 5px;
  background-color: #595959;
  margin-top: -1px;
  color: #F9F9F9;
  font-size: 14px;
}
#ui-datepicker-div .ui-timepicker-div .ui-slider {
  border-radius: 6px;
}
#ui-datepicker-div .ui-timepicker-div .ui-slider-handle {
  border-radius: 10px;
}
#ui-datepicker-div .ui-datepicker-buttonpane {
  margin: 0;
  border: none;
}
#ui-datepicker-div .ui-datepicker-buttonpane button {
  background: #053c4f;
  border: none;
  border-radius: 0px;
  font-size: 14px;
  padding: 10px;
  color: #F9F9F9;
  font-family: "Outfit";
  text-transform: uppercase;
  font-weight: 500;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/* components/container.scss */
[data-restrict-width-1900] {
  width: 100%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-1900].container-spacing {
  width: 100%;
  max-width: 1940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-1900].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-1400] {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-1400].container-spacing {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-1400].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-1240] {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-1240].container-spacing {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-1240].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-1200] {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-1200].container-spacing {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-1200].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-1080] {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-1080].container-spacing {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-1080].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-980] {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-980].container-spacing {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-980].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-960] {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-960].container-spacing {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-960].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-900] {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-900].container-spacing {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-900].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-860] {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-860].container-spacing {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-860].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-760] {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-760].container-spacing {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-760].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-740] {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-740].container-spacing {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-740].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-720] {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-720].container-spacing {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-720].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-700] {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-700].container-spacing {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-700].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-690] {
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-690].container-spacing {
  width: 100%;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-690].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-580] {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-580].container-spacing {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-580].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-480] {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-480].container-spacing {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-480].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-470] {
  width: 100%;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-470].container-spacing {
  width: 100%;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-470].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-420] {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-420].container-spacing {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-420].slider-container {
  overflow-x: hidden;
}
[data-restrict-width-400] {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
[data-restrict-width-400].container-spacing {
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
[data-restrict-width-400].slider-container {
  overflow-x: hidden;
}
/* components/typography.scss */
h1, .visual-size--h1, h2, .visual-size--h2, h3, .visual-size--h3, h4, .visual-size--h4, h5, .visual-size--h5 {
  font-family: "miller-banner-condensed";
  color: #0A0806;
}
h1.sans-serif, .sans-serif.visual-size--h1, h2.sans-serif, .sans-serif.visual-size--h2, h3.sans-serif, .sans-serif.visual-size--h3, h4.sans-serif, .sans-serif.visual-size--h4, h5.sans-serif, .sans-serif.visual-size--h5 {
  font-family: "Outfit";
}
@media (max-width: 620px) {
  h1.has-x-large-font-size, .has-x-large-font-size.visual-size--h1, h2.has-x-large-font-size, .has-x-large-font-size.visual-size--h2, h3.has-x-large-font-size, .has-x-large-font-size.visual-size--h3, h4.has-x-large-font-size, .has-x-large-font-size.visual-size--h4, h5.has-x-large-font-size, .has-x-large-font-size.visual-size--h5 {
    font-size: 30px !important;
  }
}
h1, .visual-size--h1 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.4;
}
@media (max-width: 720px) {
  h1, .visual-size--h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
h2, .visual-size--h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
}
@media (max-width: 720px) {
  h2, .visual-size--h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
h3, .visual-size--h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.4;
}
@media (max-width: 720px) {
  h3, .visual-size--h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
h4, .visual-size--h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
}
@media (max-width: 720px) {
  h4, .visual-size--h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
h5, .visual-size--h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 720px) {
  h5, .visual-size--h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Outfit";
  font-weight: 400;
  letter-spacing: 0;
  color: #0A0806;
  margin-bottom: 2.5rem;
  line-height: 1.7rem;
}
p.novecento {
  font-family: "Novecentosanswide-Normal";
  text-transform: uppercase;
  letter-spacing: 1px;
}
p:last-of-type {
  margin-bottom: 0;
}
p a {
  font-weight: bold;
  color: #0A0806;
  text-decoration: none;
}
p.small {
  font-size: 12px !important;
}
p.form-row {
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem;
}
p.form-row.form-row-first {
  width: 48%;
}
p.form-row.form-row-last {
  width: 48%;
  float: right;
}
p.form-row#account_password_field {
  padding: 30px 0 0;
}
p.form-row.wc-terms-and-conditions {
  padding: 10px 0 !important;
}
ul li, ol li {
  font-family: "Outfit";
  line-height: 1.7rem;
  color: #0A0806;
  font-weight: 400;
}
ol {
  margin: 0 0 0 15px;
}
ol li {
  list-style: decimal;
}
ol li a {
  color: #0A0806;
}
/* components/buttons.scss */
div.instock .single_add_to_cart_button, div.outofstock .single_add_to_cart_button, div.onbackorder .single_add_to_cart_button {
  color: #F9F9F9 !important;
}
div.instock .single_add_to_cart_button.backorder, div.outofstock .single_add_to_cart_button.backorder, div.onbackorder .single_add_to_cart_button.backorder {
  color: #F9F9F9 !important;
}
.button, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control {
  font-family: "Novecentosanswide-Normal";
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 13px 12px 13px 12px;
  cursor: pointer;
  background-color: #0A0806;
  color: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
}
@media (max-width: 720px) {
  .button, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control {
    padding: 11px 9px 9px;
  }
}
.button:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover {
  background-color: black;
}
.button:focus, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:focus, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:focus, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:focus, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:focus {
  outline: none;
}
.button.disabled, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .disabled#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .disabled.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .disabled.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.disabled.form-control {
  pointer-events: none;
  cursor: none;
  background-color: black;
}
.button.ajax_add_to_cart, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .ajax_add_to_cart#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .ajax_add_to_cart.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .ajax_add_to_cart.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.ajax_add_to_cart.form-control {
  background-color: #0A0806;
}
.button.ajax_add_to_cart:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .ajax_add_to_cart#wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .ajax_add_to_cart.register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .ajax_add_to_cart.lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.ajax_add_to_cart.form-control:hover {
  background-color: black;
}
.button.ajax_add_to_cart.added::before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .ajax_add_to_cart.added#wp-submit::before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .ajax_add_to_cart.added.register_link::before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .ajax_add_to_cart.added.lost_password_link::before, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.ajax_add_to_cart.added.form-control::before {
  background-color: #0A0806 !important;
}
.button.ajax_add_to_cart.loading::before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .ajax_add_to_cart.loading#wp-submit::before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .ajax_add_to_cart.loading.register_link::before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .ajax_add_to_cart.loading.lost_password_link::before, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.ajax_add_to_cart.loading.form-control::before {
  background-color: #0A0806 !important;
}
.button.secondary-btn, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .secondary-btn#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .secondary-btn.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .secondary-btn.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.secondary-btn.form-control {
  background-color: unset;
  border: 1px solid #0A0806;
  color: #0A0806;
}
.button.secondary-btn:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .secondary-btn#wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .secondary-btn.register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .secondary-btn.lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.secondary-btn.form-control:hover {
  background-color: #0A0806;
  color: #F9F9F9;
}
.button.secondary-btn--grey, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .secondary-btn--grey#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .secondary-btn--grey.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .secondary-btn--grey.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.secondary-btn--grey.form-control {
  border-color: #979797;
  color: #979797;
}
.button.secondary-btn--rounded, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .secondary-btn--rounded#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .secondary-btn--rounded.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .secondary-btn--rounded.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.secondary-btn--rounded.form-control {
  border-radius: 10px;
}
.button.qsm-previous, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .qsm-previous#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .qsm-previous.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .qsm-previous.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.qsm-previous.form-control {
  background-color: #0A0806;
}
.button.qsm-previous:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .qsm-previous#wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .qsm-previous.register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .qsm-previous.lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.qsm-previous.form-control:hover {
  background-color: black;
}
.button--gold {
  background-color: #a67c00;
  color: #FFFFFF;
}
.button--gold:hover {
  background-color: #735600;
}
button {
  -webkit-border-radius: 0px;
}
/* components/slider.scss */
.swiper-container {
  position: relative;
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  position: absolute;
}
.swiper-container--inline-slider .swiper-button-disabled {
  opacity: 0.3;
}
.swiper-container--inline-slider .swiper-button-prev {
  top: -60px;
  right: 30px;
  left: initial;
  margin-top: initial;
  cursor: pointer;
  font-size: 0;
}
.swiper-container--inline-slider .swiper-button-prev::after {
  content: "\e903";
  font-family: "icomoon";
  font-size: 30px;
  font-size: 1.875rem;
  display: inline-block;
  padding: 2px 5px;
  color: #0A0806;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.swiper-container--inline-slider .swiper-button-next {
  top: -60px;
  right: 0;
  margin-top: initial;
  cursor: pointer;
  font-size: 0;
}
.swiper-container--inline-slider .swiper-button-next::after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 30px;
  font-size: 1.875rem;
  display: inline-block;
  padding: 2px 5px;
  color: #0A0806;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
/* templates/global/primary-header.scss */
.admin-bar {
  padding-top: 32px;
}
#site-wide-message {
  width: 100%;
  padding: 10px 20px;
  background-color: #5c5c5c;
  text-align: center;
}
#site-wide-message p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #FFFFFF;
}
@media (max-width: 920px) {
  .single-product #site-wide-message {
    position: fixed;
    z-index: 10000;
  }
}
.scroll-wrapper {
  height: 0 !important;
}
.ghost-header {
  display: none;
  /* Initially hidden */
  background-color: #0A0806;
}
.primary-header {
  z-index: 100000;
  position: relative;
  top: 0 !important;
  background-color: #2B2422;
  border-top: 4px solid #1E1A18;
  width: 100%;
  padding: 15px 0;
}
.primary-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 920px) {
  .primary-header {
    -js-display: flex;
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.2);
  }
}
.primary-header__inner {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  gap: 20px;
  flex-flow: row !important;
  position: relative;
  z-index: 10000;
}
.primary-header__branding {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.primary-header__branding img {
  width: 100%;
  height: auto;
  max-width: 90px;
}
@media (max-width: 920px) {
  .primary-header__branding {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .primary-header__branding img {
    max-width: 55px;
  }
}
.primary-header__content {
  z-index: 100;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 15px;
  position: relative;
}
@media (max-width: 920px) {
  .primary-header__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
}
.primary-header__content__search {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: initial;
}
@media (max-width: 920px) {
  .primary-header__content__search {
    margin-right: 15px;
    flex-grow: initial;
  }
}
.primary-header__content__search #search-icon {
  display: none;
}
@media (max-width: 920px) {
  .primary-header__content__search #search-icon {
    display: block;
  }
  .primary-header__content__search #search-icon:before {
    content: "\e916";
    font-family: "icomoon";
    font-size: 40px;
    font-size: 2.5rem;
    color: #F9F9F9;
    line-height: 1;
  }
}
@media (max-width: 920px) {
  .primary-header__content__search .product-search {
    display: none;
  }
}
.primary-header__content__navigation {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 920px) {
  .primary-header__content__navigation {
    display: none;
  }
}
.primary-header__content .mobile-navigation {
  display: none;
}
@media (max-width: 920px) {
  .primary-header__content .mobile-navigation {
    display: inline-block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .primary-header__content .mobile-navigation img {
    max-width: 45px;
    height: auto;
  }
  .primary-header__content .mobile-navigation .toggle-menu .icon-Menu {
    font-size: 40px;
    font-size: 2.5rem;
    color: #F9F9F9;
    line-height: 1;
  }
}
/* templates/global/desktop-navigation.scss */
.navigation-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation-overlay.active {
  opacity: 1;
}
.header-menu {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.header-menu a {
  text-decoration: none;
}
.header-menu > li > a {
  font-family: "Outfit";
  font-size: 17px;
  font-size: 1.0625rem;
  color: #F9F9F9;
  text-transform: uppercase;
  text-decoration: none;
}
.header-menu > li > a:hover {
  color: #E5DDCF;
}
@media (max-width: 1250px) {
  .header-menu > li > a {
    font-size: 15px;
  }
}
@media (max-width: 1050px) {
  .header-menu > li > a {
    font-size: 13px;
  }
}
.header-menu > li.menu-item:not(.has-mega-menu) {
  position: relative;
}
.header-menu > li.menu-item:not(.has-mega-menu) .sub-menu {
  display: none;
}
.header-menu > li.menu-item:not(.has-mega-menu):hover .sub-menu {
  display: block;
  position: absolute;
  background-color: #D1C1A6;
  padding: 20px;
  border-radius: 5px 5px;
  width: 200px;
  right: 0;
  top: 30px;
  -webkit-animation: MoveDownNav 0.3s ease forwards;
  -moz-animation: MoveDownNav 0.3s ease forwards;
  -ms-animation: MoveDownNav 0.3s ease forwards;
  -o-animation: MoveDownNav 0.3s ease forwards;
  animation: MoveDownNav 0.3s ease forwards;
}
.header-menu > li.menu-item:not(.has-mega-menu):hover .sub-menu li {
  line-height: 1.2;
}
.header-menu > li.menu-item:not(.has-mega-menu):hover .sub-menu li a {
  color: #0A0806;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: initial;
  padding: 3px 4px;
  border-radius: 2px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-menu > li.menu-item:not(.has-mega-menu):hover .sub-menu li a:hover {
  background-color: rgba(229, 221, 207, 0.5);
}
.header-menu .wpsmm-mega-menu {
  background-color: #D1C1A6;
  border-radius: 5px;
  padding: 20px;
  right: 0;
  left: 0 !important;
  -webkit-animation: MoveDownNav 0.3s ease forwards;
  -moz-animation: MoveDownNav 0.3s ease forwards;
  -ms-animation: MoveDownNav 0.3s ease forwards;
  -o-animation: MoveDownNav 0.3s ease forwards;
  animation: MoveDownNav 0.3s ease forwards;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row {
  gap: 20px;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row a {
  color: #0A0806;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-content-block.wpsmm-has-image {
  height: 100%;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-content-block.wpsmm-single-item {
  margin-bottom: 0;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-content-block.wpsmm-single-item .wpsmm-mega-item {
  margin-bottom: 0;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-image-item {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 420px;
  border-radius: 10px;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-image-item .wpsmm-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-image-item .wpsmm-image-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px;
  color: #F9F9F9;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-image-item .wpsmm-image-content .wpsmm-image-title {
  position: relative;
  z-index: 50;
  font-family: "miller-banner-condensed";
  font-size: 25px;
  font-size: 1.5625rem;
  color: #F9F9F9;
  display: block;
  font-weight: 100;
  letter-spacing: -1px;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-image-item .wpsmm-image-content .wpsmm-image-cta {
  position: relative;
  z-index: 50;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #F9F9F9;
  font-weight: 100 !important;
  letter-spacing: 0;
  font-family: "Outfit";
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-image-item .wpsmm-image-content:before {
  background: rgba(0, 0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
  width: 100%;
  height: 140px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-0 {
  font-weight: 600;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-1 {
  border-left: none;
  margin-left: 0;
  padding-left: 20px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 0;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-1 a {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  padding: 3px 4px;
  border-radius: 2px;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-1 a:hover {
  background-color: rgba(229, 221, 207, 0.5);
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-1:before {
  content: "\e5c8";
  font-family: "icomoon";
  font-size: 14px;
  font-size: 0.875rem;
  color: #a89a83;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-2 {
  border-left: none;
  margin-left: 0;
  padding-left: 20px;
  line-height: 1.2;
  position: relative;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-2 a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #8a7b6d;
  display: block;
  padding: 3px 4px;
  border-radius: 2px;
}
.header-menu .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-2 a:hover {
  background-color: rgba(229, 221, 207, 0.5);
}
/* templates/global/mobile-navigation.scss */
.pushy-open {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.secondary-mobile-navigation {
  margin-top: auto;
  background-color: #39302d;
  padding: 30px;
}
.secondary-mobile-navigation li a {
  color: #F9F9F9;
  font-family: "Outfit";
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
}
.secondary-mobile-navigation .social-accounts {
  margin: 10px 0 0;
}
.secondary-mobile-navigation .social-accounts ul li {
  display: inline-block;
}
.secondary-mobile-navigation .social-accounts ul li a {
  padding: 0 5px;
}
.secondary-mobile-navigation .social-accounts ul li:first-of-type a {
  padding-left: 0;
}
.pushy-content {
  padding: 90px 30px 30px;
}
.pushy-content .toggle-menu {
  font-size: 0px;
  font-size: 0rem;
  text-decoration: none;
  border-radius: 0px;
  border: none;
  position: absolute;
  top: 40px;
  right: 30px;
}
.pushy-content .toggle-menu::before {
  content: "\e907";
  font-family: "icomoon";
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFFFFF;
  float: right;
  font-weight: 700;
}
.pushy-content .product-search-form {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}
.pushy-content .product-search-form:before {
  display: none;
}
.pushy-content .product-search-form label {
  visibility: hidden;
  position: absolute;
}
.pushy-content .product-search-form input[type="text"] {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Outfit";
  background-color: #1d1817;
  border-width: 1px;
  border-color: #2a2219;
  border-style: solid;
  border-radius: 0px !important;
}
.pushy-content .product-search-form input[type="text"]:focus {
  outline: none;
}
.pushy-content .product-search-form input[type="text"]::placeholder {
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .pushy-content .product-search-form input[type="text"]::placeholder {
    font-size: 16px !important;
  }
}
.pushy-content .mobile-menu > li {
  border-bottom: 2px solid #FFFFFF;
}
.pushy-content .mobile-menu > li > a {
  font-family: "Outfit";
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFFFFF;
  display: block;
  padding: 18px 0;
  text-decoration: none;
}
.pushy-content .mobile-menu > li.has-mega-menu > a:after {
  content: "\e901";
  font-family: "icomoon";
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}
.pushy-content .mobile-menu > li.has-mega-menu > a.on:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.pushy-content .mobile-menu > li.menu-item-has-children:not(.has-mega-menu) > a:after {
  content: "\e901";
  font-family: "icomoon";
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}
.pushy-content .mobile-menu > li.menu-item-has-children:not(.has-mega-menu) > a.on:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.pushy-content .mobile-menu > li:last-of-type a {
  border-bottom: none;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  left: 0 !important;
  right: 0;
  margin-top: 0;
  position: relative;
  width: 100% !important;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu .wpsmm-mega-row {
  display: block;
  gap: 0;
  min-width: initial;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu .wpsmm-mega-row a {
  color: #FFFFFF;
  text-decoration: none;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell {
  width: 100% !important;
  grid-column: unset !important;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-content-block.wpsmm-has-image {
  display: none;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-0 {
  font-weight: 600;
  margin-bottom: 0;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-0 a {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Outfit";
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 10px;
  display: block;
  border-bottom: none;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-1 {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.2;
  position: relative;
  margin-bottom: 0;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-1:before {
  display: none;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-1 a {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Outfit";
  color: #FFFFFF;
  display: block;
  padding: 0;
  border-bottom: none;
  border-radius: 0;
  margin-bottom: 10px;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-1 a:hover {
  background-color: #D1C1A6;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-2 {
  border-left: none;
  margin-left: 10px;
  padding-left: 0;
  line-height: 1.2;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-2 a {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Outfit";
  color: #FFFFFF;
  display: block;
  padding: 0;
  border-bottom: none;
  border-radius: 0;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-hierarchy-level-2 a:hover {
  background-color: #D1C1A6;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-mega-item.wpsmm-image-item {
  display: none;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-content-block {
  margin-bottom: 10px;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu .wpsmm-mega-row .wpsmm-grid-cell .wpsmm-content-block:last-child {
  margin-bottom: 0;
}
.pushy-content .mobile-menu > li .wpsmm-mega-menu:last-of-type {
  padding-bottom: 20px;
}
.pushy-content .mobile-menu > li > ul:not(.wpsmm-mega-menu) {
  margin-bottom: 0;
}
.pushy-content .mobile-menu > li > ul:not(.wpsmm-mega-menu) > li.menu-item-has-children > a {
  font-weight: 600;
}
.pushy-content .mobile-menu > li > ul:not(.wpsmm-mega-menu) > li > a {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Outfit";
  color: #FFFFFF;
  margin-bottom: 10px;
  border-bottom: none;
  text-decoration: none;
  padding: 0;
}
.pushy-content .mobile-menu > li > ul:not(.wpsmm-mega-menu) > li > ul {
  margin-bottom: 10px;
}
.pushy-content .mobile-menu > li > ul:not(.wpsmm-mega-menu) > li > ul > li > a {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Outfit";
  border-bottom: none;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0;
}
.pushy-content .mobile-menu > li > ul:not(.wpsmm-mega-menu) > li > ul > li > a:hover {
  background-color: #D1C1A6;
}
.pushy-content .mobile-menu > li > ul:not(.wpsmm-mega-menu) > li > ul > li > ul {
  margin-bottom: 10px;
  margin-left: 10px;
}
.pushy-content .mobile-menu > li > ul:not(.wpsmm-mega-menu) > li > ul > li > ul > li > a {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Outfit";
  border-bottom: none;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0;
}
.pushy-content .mobile-menu > li > ul:not(.wpsmm-mega-menu) > li > ul > li > ul > li > a:hover {
  background-color: #D1C1A6;
}
.pushy-content .mobile-menu > li > ul:not(.wpsmm-mega-menu) > li:last-of-type {
  padding-bottom: 20px;
}
/* templates/global/utility-navigation.scss */
.primary-header__content__utility {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
@media (max-width: 920px) {
  .primary-header__content__utility {
    background-color: initial;
    padding: 0;
    border-radius: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-right: 15px;
  }
}
.primary-header__content__utility > ul {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 920px) {
  .primary-header__content__utility > ul {
    gap: initial;
  }
}
.primary-header__content__utility > ul > li {
  list-style: none;
}
.primary-header__content__utility > ul > li > a, .primary-header__content__utility > ul > li .bag-link {
  padding: 12px 15px;
  background-color: #3D332F;
  border-radius: 5px;
  color: #F9F9F9;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.primary-header__content__utility > ul > li > a:hover, .primary-header__content__utility > ul > li .bag-link:hover {
  background-color: #4b3f3a;
}
.primary-header__content__utility > ul > li > a:before, .primary-header__content__utility > ul > li .bag-link:before {
  font-family: "icomoon";
  font-size: 15px;
  margin-right: 10px;
  line-height: 1;
  vertical-align: middle;
}
.primary-header__content__utility > ul > li > a.contact-link:before, .primary-header__content__utility > ul > li .bag-link.contact-link:before {
  content: "\e92b";
  font-size: 16px;
}
@media (max-width: 920px) {
  .primary-header__content__utility > ul > li > a.contact-link, .primary-header__content__utility > ul > li .bag-link.contact-link {
    display: none;
  }
}
.primary-header__content__utility > ul > li > a.account-log-in:before, .primary-header__content__utility > ul > li .bag-link.account-log-in:before {
  content: "\e90e";
  font-size: 18px;
}
@media (max-width: 920px) {
  .primary-header__content__utility > ul > li > a.account-log-in, .primary-header__content__utility > ul > li .bag-link.account-log-in {
    display: none;
  }
}
.primary-header__content__utility > ul > li > a.trade-account:before, .primary-header__content__utility > ul > li .bag-link.trade-account:before {
  content: "\e913";
}
@media (max-width: 920px) {
  .primary-header__content__utility > ul > li > a.trade-account, .primary-header__content__utility > ul > li .bag-link.trade-account {
    display: none;
  }
}
.primary-header__content__utility > ul > li > a.bag-link:before, .primary-header__content__utility > ul > li .bag-link.bag-link:before {
  content: "\e914";
}
@media (max-width: 920px) {
  .primary-header__content__utility > ul > li > a.bag-link, .primary-header__content__utility > ul > li .bag-link.bag-link {
    background-color: transparent;
    padding: initial;
    font-size: 0;
  }
  .primary-header__content__utility > ul > li > a.bag-link:before, .primary-header__content__utility > ul > li .bag-link.bag-link:before {
    font-size: 40px;
    margin-right: 0;
  }
}
/* templates/global/footer.scss */
.info-banner {
  background-color: #181511;
  padding: 30px 0;
}
.info-banner__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 620px) {
  .info-banner__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.info-banner__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px;
  background-color: #26221E;
  border-radius: 10px;
}
.info-banner__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
  color: #F9F9F9;
  line-height: 1.3;
  font-family: "Outfit";
}
.info-banner__description {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
  margin: 0;
  max-width: 280px;
  color: #F9F9F9;
}
.info-banner__description a {
  text-decoration: underline;
  color: #F9F9F9;
}
@media (max-width: 620px) {
  .info-banner__description {
    font-size: 0.875rem;
    max-width: none;
  }
}
.secondary-footer {
  background-color: #EEE7DA;
}
.secondary-footer .footer-content {
  padding: 60px 0;
}
@media (max-width: 920px) {
  .secondary-footer .footer-content {
    padding: 20px 0;
  }
}
.secondary-footer .footer-content__inner {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.secondary-footer .footer-content__left-column {
  width: 48%;
}
@media (max-width: 920px) {
  .secondary-footer .footer-content__left-column {
    width: 100%;
  }
}
.secondary-footer .footer-content__right-column {
  width: 48%;
}
@media (max-width: 920px) {
  .secondary-footer .footer-content__right-column {
    width: 100%;
  }
}
.secondary-footer .footer-content p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #4a3b2c;
  line-height: 1.5;
  margin-bottom: 20px;
}
.secondary-footer .footer-content p a {
  color: #4a3b2c;
}
.secondary-footer .footer-content p:last-of-type {
  margin-bottom: 0;
}
.newsletter-sign-up {
  background: #181511;
  padding: 50px 0;
}
@media (max-width: 620px) {
  .newsletter-sign-up {
    padding: 20px 0;
  }
}
.newsletter-sign-up__inner {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsletter-sign-up__left-column {
  width: 48%;
}
@media (max-width: 620px) {
  .newsletter-sign-up__left-column {
    width: 100%;
    text-align: center;
  }
}
.newsletter-sign-up__left-column h4, .newsletter-sign-up__left-column .visual-size--h4 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #F9F9F9;
  margin-bottom: 10px;
}
@media (max-width: 620px) {
  .newsletter-sign-up__left-column h4, .newsletter-sign-up__left-column .visual-size--h4 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 15px;
  }
}
.newsletter-sign-up__left-column p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #F9F9F9;
  line-height: 1.3;
}
.newsletter-sign-up__right-column {
  width: 48%;
}
@media (max-width: 620px) {
  .newsletter-sign-up__right-column {
    width: 100%;
    margin: 15px 0 0;
  }
}
.newsletter-sign-up__right-column .gform_confirmation_message, .newsletter-sign-up__right-column .gform_submission_error {
  font-family: "Outfit";
  font-size: 16px;
  font-size: 1rem;
  color: #F9F9F9;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.newsletter-sign-up__right-column .gform_wrapper form {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.newsletter-sign-up__right-column .gform_wrapper form .gform-body {
  width: 75%;
}
@media (max-width: 620px) {
  .newsletter-sign-up__right-column .gform_wrapper form .gform-body {
    width: 100%;
  }
}
.newsletter-sign-up__right-column .gform_wrapper form .gform-body .gfield label {
  font-size: 0;
  position: absolute;
}
.newsletter-sign-up__right-column .gform_wrapper form .gform-body .gfield .gfield_validation_message {
  font-family: "Outfit";
  font-size: 16px;
  font-size: 1rem;
  color: #B80000;
  letter-spacing: 0;
  margin-top: 10px;
}
.newsletter-sign-up__right-column .gform_wrapper form .gform-body .gfield p {
  color: #F9F9F9;
}
.newsletter-sign-up__right-column .gform_wrapper form .gform-body .gfield input[type="text"], .newsletter-sign-up__right-column .gform_wrapper form .gform-body .gfield input[type="email"] {
  padding: 20px;
  border-color: #3D3D3D;
  border-radius: 5px !important;
  background-color: #0A0806;
  font-family: "Outfit";
  color: #F9F9F9;
}
@media (max-width: 620px) {
  .newsletter-sign-up__right-column .gform_wrapper form .gform-body .gfield input[type="text"], .newsletter-sign-up__right-column .gform_wrapper form .gform-body .gfield input[type="email"] {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
  }
}
.newsletter-sign-up__right-column .gform_wrapper form .gform-body .gfield_html {
  margin: 10px 0;
}
.newsletter-sign-up__right-column .gform_wrapper form .gform-body .gfield_html p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}
.newsletter-sign-up__right-column .gform_wrapper form .gform-body .gfield--type-honeypot {
  display: none;
}
.newsletter-sign-up__right-column .gform_wrapper form .gform-body #field_7_4 {
  margin: 0;
  padding: 0;
  border: none;
}
.newsletter-sign-up__right-column .gform_wrapper form .gform-body #field_7_4 legend {
  font-size: 0;
  position: absolute;
}
.newsletter-sign-up__right-column .gform_wrapper form .gform-body #field_7_4 #input_7_4 {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.newsletter-sign-up__right-column .gform_wrapper form .gform-body #field_7_4 #input_7_4 .name_first, .newsletter-sign-up__right-column .gform_wrapper form .gform-body #field_7_4 #input_7_4 .name_last {
  width: 48%;
}
.newsletter-sign-up__right-column .gform_wrapper form .gform-body #field_7_4 #input_7_4 .name_first input[type="text"], .newsletter-sign-up__right-column .gform_wrapper form .gform-body #field_7_4 #input_7_4 .name_last input[type="text"] {
  padding: 5px 8px;
}
.newsletter-sign-up__right-column .gform_wrapper form .gform_footer {
  width: 21%;
}
@media (max-width: 620px) {
  .newsletter-sign-up__right-column .gform_wrapper form .gform_footer {
    width: 100%;
  }
}
.newsletter-sign-up__right-column .gform_wrapper form .gform_footer input[type="submit"] {
  width: 100%;
  border: none;
  padding: 24px 20px;
  background-color: #F9F9F9;
  color: #0A0806;
  border-radius: 5px;
}
@media (max-width: 620px) {
  .newsletter-sign-up__right-column .gform_wrapper form .gform_footer input[type="submit"] {
    margin-top: 10px;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 15px 10px 16px;
  }
}
.primary-footer {
  position: relative;
  z-index: 10;
  background-color: #0c0d0d;
  padding: 30px 20px;
}
.primary-footer__grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 20px;
  grid-template-areas: "column_one column_two column_three column_four";
}
@media (max-width: 620px) {
  .primary-footer__grid-container {
    -js-display: flex;
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 0;
  }
}
@media (max-width: 620px) {
  .primary-footer__grid-container .footer-menu {
    text-align: left;
    border-bottom: 1px solid #F9F9F9;
    padding: 10px 0 5px;
  }
  .primary-footer__grid-container .footer-menu h4, .primary-footer__grid-container .footer-menu .visual-size--h4 {
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
  }
  .primary-footer__grid-container .footer-menu h4:after, .primary-footer__grid-container .footer-menu .visual-size--h4:after {
    content: "\e901";
    font-family: "icomoon";
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    top: -4px;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .primary-footer__grid-container .footer-menu ul {
    margin-bottom: 10px;
  }
  .primary-footer__grid-container .footer-menu.on h4:after, .primary-footer__grid-container .footer-menu.on .visual-size--h4:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .primary-footer__grid-container .footer-menu.on .mobile-account-insertion {
    display: block !important;
  }
}
.primary-footer__grid-container .footer-menu--trade {
  margin-top: 25px;
}
.primary-footer__grid-container .footer-menu--trade li {
  display: inline-block;
}
.primary-footer__grid-container .footer-menu--trade span {
  font-size: 13px;
  color: #F9F9F9;
}
@media (max-width: 620px) {
  .primary-footer__grid-container .footer-menu--trade {
    margin-top: 0;
  }
}
.primary-footer__grid-container .footer-menu h4, .primary-footer__grid-container .footer-menu .visual-size--h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Outfit";
  color: #F9F9F9;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 920px) {
  .primary-footer__grid-container .footer-menu h4, .primary-footer__grid-container .footer-menu .visual-size--h4 {
    margin-bottom: 5px;
  }
}
.primary-footer__grid-container .footer-menu ul li a {
  color: #F9F9F9;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Outfit";
  text-transform: capitalize !important;
  line-height: 1;
  padding: 10px 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.primary-footer__grid-container .footer-menu ul li a:hover {
  color: #D1C1A6;
}
.primary-footer__grid-container__column--one {
  grid-area: column_one;
}
.primary-footer__grid-container__column--two {
  grid-area: column_two;
}
.primary-footer__grid-container__column--three {
  grid-area: column_three;
}
.primary-footer__grid-container__column--three .social-accounts {
  width: 100%;
  text-align: left;
  margin: 50px 0 0;
}
@media (max-width: 920px) {
  .primary-footer__grid-container__column--three .social-accounts {
    margin: 40px 0 20px;
  }
}
@media (max-width: 620px) {
  .primary-footer__grid-container__column--three .social-accounts {
    text-align: center;
  }
}
.primary-footer__grid-container__column--three .social-accounts ul li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}
.primary-footer__grid-container__column--three .social-accounts ul li:first-of-type {
  margin-left: 0;
}
.primary-footer__grid-container__column--three .social-accounts ul li a {
  display: block;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.primary-footer__grid-container__column--three .social-accounts ul li a:hover {
  color: #D1C1A6;
}
.primary-footer__grid-container__column--four {
  grid-area: column_four;
}
.primary-footer__grid-container__column--four .trust-pilot {
  width: 100%;
  margin-bottom: 40px;
}
.primary-footer__grid-container__column--four .trust-pilot h3, .primary-footer__grid-container__column--four .trust-pilot .visual-size--h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Outfit";
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 920px) {
  .primary-footer__grid-container__column--four .trust-pilot {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.primary-footer__grid-container__column--four .footer-accreditations ul {
  text-align: center;
}
.primary-footer__grid-container__column--four .footer-accreditations ul li {
  display: inline-block;
  vertical-align: middle;
}
.primary-footer__grid-container__column--four .footer-accreditations ul li img {
  width: 100%;
  height: auto;
  margin: 0 10px;
  display: block;
}
.primary-footer__grid-container__column--four .footer-accreditations ul li#gbc img {
  max-width: 100px;
}
.primary-footer__grid-container__column--four .footer-accreditations ul li#times-100 img {
  max-width: 110px;
}
.accreditations {
  padding: 40px;
  background: #181511;
}
@media (max-width: 920px) {
  .accreditations {
    padding: 20px 0;
  }
}
.accreditations .as-seen ul {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.accreditations .as-seen ul li {
  width: 10%;
  list-style: none;
  opacity: 0.7;
}
.accreditations .as-seen ul li .svg {
  width: 100%;
  height: auto;
  padding: 0;
}
.accreditations .as-seen ul li .svg path {
  fill: #FFFFFF;
}
.accreditations .as-seen ul li img {
  width: 100%;
  height: auto;
}
.supplimental-content {
  padding: 20px 0;
  background-color: #0A0806;
}
.supplimental-content__inner {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
@media (max-width: 620px) {
  .supplimental-content__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.supplimental-content__left-column {
  width: 65%;
}
@media (max-width: 620px) {
  .supplimental-content__left-column {
    width: 100%;
  }
  .supplimental-content__left-column p {
    text-align: center;
    margin-bottom: 10px;
  }
}
.supplimental-content__left-column p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #a3a3a3;
  line-height: 1.5;
}
.supplimental-content__right-column {
  width: 33%;
  text-align: right;
}
@media (max-width: 620px) {
  .supplimental-content__right-column {
    width: 100%;
  }
  .supplimental-content__right-column p {
    text-align: center;
  }
}
.supplimental-content__right-column p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #F9F9F9;
  line-height: 1.5;
}
.admin-bar .search-overlay .search-toggle {
  top: 40px;
  right: 20px;
}
#cookie-notice {
  background-color: #FFFFFF !important;
  color: #181A1A !important;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "neue-haas-grotesk-display" !important;
  z-index: 10000000000 !important;
  width: 100%;
  padding: 10px 20px;
}
#cookie-notice .cookie-notice-container {
  display: block;
  margin: 0 auto;
  max-width: 1400px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 720px) {
  #cookie-notice .cookie-notice-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#cookie-notice .cookie-notice-container span {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
  padding-right: 20px;
}
@media (max-width: 720px) {
  #cookie-notice .cookie-notice-container span {
    margin-bottom: 10px;
    padding-right: 0 !important;
  }
}
#cookie-notice .cookie-notice-container a {
  display: inline-block;
}
#cookie-notice a {
  cursor: pointer;
}
#cookie-notice a.button, #cookie-notice .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit a#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #cookie-notice a#wp-submit, #cookie-notice .trade-portal__wrapper .trade-portal__content #wwlc-login-form a.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #cookie-notice a.register_link, #cookie-notice .trade-portal__wrapper .trade-portal__content #wwlc-login-form a.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #cookie-notice a.lost_password_link, #cookie-notice .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section #cookie-notice a.form-control {
  background: none;
  background-color: #ff9406 !important;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  .ms-flex-align-self: stretch;
  align-self: stretch;
  font-family: "neue-haas-grotesk-display";
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  color: #FFFFFF !important;
  text-shadow: none;
  padding: 10px 20px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  max-width: 100px;
  vertical-align: middle;
  margin-left: 0;
}
#cookie-notice a.button.cn-more-info, #cookie-notice .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit a.cn-more-info#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #cookie-notice a.cn-more-info#wp-submit, #cookie-notice .trade-portal__wrapper .trade-portal__content #wwlc-login-form a.cn-more-info.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #cookie-notice a.cn-more-info.register_link, #cookie-notice .trade-portal__wrapper .trade-portal__content #wwlc-login-form a.cn-more-info.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #cookie-notice a.cn-more-info.lost_password_link, #cookie-notice .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.cn-more-info.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section #cookie-notice a.cn-more-info.form-control {
  background-color: #2b495a !important;
  color: #F9F9F9 !important;
}
#cookie-notice a.button:hover, #cookie-notice .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit a#wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #cookie-notice a#wp-submit:hover, #cookie-notice .trade-portal__wrapper .trade-portal__content #wwlc-login-form a.register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #cookie-notice a.register_link:hover, #cookie-notice .trade-portal__wrapper .trade-portal__content #wwlc-login-form a.lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #cookie-notice a.lost_password_link:hover, #cookie-notice .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section #cookie-notice a.form-control:hover {
  background-color: #d27800 !important;
  border: none;
}
#cookie-notice a#CONSTANT_OPEN_URL {
  display: none;
}
#scroll {
  position: fixed;
  left: 20px;
  bottom: 15px;
  z-index: 100;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: none;
  width: 55px;
  height: 55px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0.2em 0.8em;
  background-color: #EFEFEF;
  color: #181A1A;
  text-decoration: none;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#scroll:before {
  content: "\e905";
  font-family: "icomoon";
  font-size: 16px;
  font-size: 1rem;
  pointer-events: none;
}
#scroll.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  cursor: pointer;
}
#cookie-law-info-bar {
  background-color: #181A1A !important;
  text-align: center;
  z-index: 10000;
}
#cookie-law-info-bar .cookie-law-inner {
  font-family: "Novecentosanswide-Normal";
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
}
#cookie-law-info-bar .cookie-law-inner span.cookie-text {
  font-family: "Novecentosanswide-Normal";
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}
#cookie-law-info-bar .cookie-law-inner span.cookie-text a {
  color: #FFFFFF;
}
@media (max-width: 720px) {
  #cookie-law-info-bar .cookie-law-inner {
    -js-display: flex;
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    .ms-flex-align-items: center;
    align-items: center;
  }
  #cookie-law-info-bar .cookie-law-inner p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media (max-width: 720px) {
  #cookie-law-info-bar .cookie-law-inner {
    padding: 0 20px;
  }
}
#cookie-law-info-bar .cli_action_button {
  background-color: #FFFFFF !important;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 2px !important;
  font-family: "Novecentosanswide-Normal";
  text-transform: uppercase;
  color: #181A1A !important;
  margin: 0 0 0 10px;
  border-radius: 0px !important;
}
@media (max-width: 720px) {
  #cookie-law-info-bar .cli_action_button {
    font-size: 0px;
    font-size: 0rem;
    padding: 10px 20px;
  }
  #cookie-law-info-bar .cli_action_button:before {
    content: "\e876";
    font-family: "icomoon";
    font-size: 16px;
    font-size: 1rem;
    color: #181A1A;
  }
}
#cookie-law-info-bar .cli-plugin-main-link {
  color: #fff !important;
}
@media (max-width: 720px) {
  #cookie-law-info-bar .cli-plugin-main-link {
    font-size: 0px;
    font-size: 0rem;
    width: 50px;
    text-align: center;
  }
  #cookie-law-info-bar .cli-plugin-main-link:before {
    content: "\f129";
    font-family: "icomoon";
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
  }
}
#cookie-law-info-again {
  display: none !important;
  background-color: #FFFFFF !important;
  color: #181A1A !important;
  font-family: "neue-haas-grotesk-display" !important;
  position: fixed;
  right: 15px !important;
  bottom: 15px !important;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  height: 60px;
  border-radius: 30px;
  padding: 0 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0.2em 0.8em;
}
.BeaconFabButtonFrame {
  left: 15px !important;
  bottom: 15px !important;
}
.BeaconContainer {
  left: 20px;
  bottom: 100px;
}
/* templates/global/mini-basket.scss */
.mini-basket .basket-link .cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -ms-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.mini-basket .basket-link .cart-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.mini-basket .basket-link .cart-contents {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 500px;
  height: 100%;
  background-color: #D1C1A6;
  padding: 20px;
  text-align: center;
  overflow-y: auto;
  transform: translateX(100%);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  display: block !important;
}
.mini-basket .basket-link .cart-contents.is-open {
  transform: translateX(0);
}
@media (max-width: 920px) {
  .mini-basket .basket-link .cart-contents {
    width: 100%;
  }
}
.mini-basket .basket-link .cart-contents:before, .mini-basket .basket-link .cart-contents:after {
  display: none;
}
.mini-basket .basket-link .cart-contents .cart-contents__header {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.mini-basket .basket-link .cart-contents .cart-contents__header h3, .mini-basket .basket-link .cart-contents .cart-contents__header .visual-size--h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.mini-basket .basket-link .cart-contents .cart-contents__close {
  background: none;
  border: none;
  color: #0A0806;
  cursor: pointer;
  padding: 0 5px;
  line-height: 1;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.mini-basket .basket-link .cart-contents .cart-contents__close::before {
  content: "\e907";
  font-family: "icomoon";
  font-size: 20px;
  font-size: 1.25rem;
  color: #0A0806;
  font-weight: 700;
}
.mini-basket .basket-link .cart-contents .cart-contents__close:hover {
  color: #F9F9F9;
}
@media (max-width: 920px) {
  .mini-basket .basket-link .cart-contents .cart-contents__close {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.mini-basket .basket-link .cart-contents p {
  margin-bottom: 0;
}
.mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart {
  max-height: calc(100vh - 200px);
  border-radius: 5px 5px 10px 10px;
  overflow-y: auto;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  .ms-flex-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  padding: 10px 35px 10px 80px;
  margin: 10px 0;
  text-align: left;
  min-height: 82px;
  border-radius: 5px;
  background-color: #E5DDCF;
}
.mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item:first-of-type {
  margin-top: 0;
}
.mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item:last-of-type {
  border-bottom: none;
}
.mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item a.remove_from_cart_button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: #0A0806;
  color: #F9F9F9 !important;
  text-decoration: none;
  font-family: "Outfit";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 0.9;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item a.remove_from_cart_button:hover {
  background-color: #F77561;
}
.mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  border-radius: 5px;
  object-fit: cover;
}
.mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item > a:not(.remove_from_cart_button) {
  font-family: "Outfit";
  color: #0A0806;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 1.2;
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
.mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item span.quantity {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  border: none;
  font-weight: bold;
  width: 100%;
  font-family: "Outfit";
}
.mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item span.quantity .woocommerce-Price-amount {
  font-family: "Outfit";
}
.mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation {
  width: 100%;
  background-color: #EEE7DA;
  margin: 5px 0 0;
  border-radius: 5px;
  padding: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
}
.mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation dt, .mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation dd, .mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation p {
  font-family: "Outfit";
  font-size: 11px;
  font-size: 0.6875rem;
  color: #0A0806;
  line-height: 1.3;
  margin: 0;
}
.mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation dt.variation-Confirmyou039rehappywithyourproduct, .mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation dd.variation-Confirmyou039rehappywithyourproduct, .mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation p.variation-Confirmyou039rehappywithyourproduct {
  display: none;
}
.mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation dt {
  font-weight: bold;
}
.mini-basket .basket-link .cart-contents .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .backorder-message {
  font-size: 12px;
  background-color: #3FB0AA;
  padding: 5px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-top: 5px;
  border-radius: 5px;
}
.mini-basket .basket-link .cart-contents .total {
  padding: 10px 0;
  font-family: "Outfit";
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
.mini-basket .basket-link .cart-contents .buttons {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  gap: 10px;
}
.mini-basket .basket-link .cart-contents .buttons .button, .mini-basket .basket-link .cart-contents .buttons .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .mini-basket .basket-link .cart-contents .buttons #wp-submit, .mini-basket .basket-link .cart-contents .buttons .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .mini-basket .basket-link .cart-contents .buttons .register_link, .mini-basket .basket-link .cart-contents .buttons .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .mini-basket .basket-link .cart-contents .buttons .lost_password_link, .mini-basket .basket-link .cart-contents .buttons .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .mini-basket .basket-link .cart-contents .buttons a.form-control {
  width: 100%;
  background-color: #0A0806;
  border: 1px solid #0A0806;
}
@media (max-width: 620px) {
  .mini-basket .basket-link .cart-contents .buttons .button, .mini-basket .basket-link .cart-contents .buttons .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .mini-basket .basket-link .cart-contents .buttons #wp-submit, .mini-basket .basket-link .cart-contents .buttons .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .mini-basket .basket-link .cart-contents .buttons .register_link, .mini-basket .basket-link .cart-contents .buttons .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .mini-basket .basket-link .cart-contents .buttons .lost_password_link, .mini-basket .basket-link .cart-contents .buttons .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .mini-basket .basket-link .cart-contents .buttons a.form-control {
    padding: 15px 10px;
  }
}
.mini-basket .basket-link .cart-contents .buttons .button:hover, .mini-basket .basket-link .cart-contents .buttons .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .mini-basket .basket-link .cart-contents .buttons #wp-submit:hover, .mini-basket .basket-link .cart-contents .buttons .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .mini-basket .basket-link .cart-contents .buttons .register_link:hover, .mini-basket .basket-link .cart-contents .buttons .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .mini-basket .basket-link .cart-contents .buttons .lost_password_link:hover, .mini-basket .basket-link .cart-contents .buttons .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .mini-basket .basket-link .cart-contents .buttons a.form-control:hover {
  background-color: #0A0806;
}
.mini-basket .basket-link .cart-contents .buttons .button:not(.checkout), .mini-basket .basket-link .cart-contents .buttons .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:not(.checkout), .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .mini-basket .basket-link .cart-contents .buttons #wp-submit:not(.checkout), .mini-basket .basket-link .cart-contents .buttons .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:not(.checkout), .trade-portal__wrapper .trade-portal__content #wwlc-login-form .mini-basket .basket-link .cart-contents .buttons .register_link:not(.checkout), .mini-basket .basket-link .cart-contents .buttons .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:not(.checkout), .trade-portal__wrapper .trade-portal__content #wwlc-login-form .mini-basket .basket-link .cart-contents .buttons .lost_password_link:not(.checkout), .mini-basket .basket-link .cart-contents .buttons .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:not(.checkout), .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .mini-basket .basket-link .cart-contents .buttons a.form-control:not(.checkout) {
  background-color: transparent;
  color: #0A0806;
}
@media (max-width: 920px) {
  .mini-basket {
    margin-left: 0;
    margin-right: auto;
  }
}
.kuQuickResultsListContainer .klevuProduct.klevu-custom-product-wrapper {
  width: 100% !important;
}
.klevu-quick-search-results-target {
  position: initial !important;
}
.klevu-quick-search-wrapper {
  position: initial !important;
}
@media (max-width: 620px) {
  .klevu-quick-search-wrapper form {
    z-index: 1000;
    position: relative;
  }
}
.kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.kuEmptySearchBox:not(.kuPersonalizedSearchRecsEnabled) [data-container-role="main"]::after {
  font-family: "Outfit" !important;
  font-weight: 500 !important;
}
.kuEmptySearchBox.klevuTarget.kuPersonalizedSearchRecsEnabled .klevuQuickSearchingArea {
  padding: 0 !important;
}
/* Hidden by default in the header */
@media (max-width: 920px) {
  .primary-header__content__search .klevu-quick-search-wrapper {
    display: none;
  }
}
/* Base state when in mobile position */
.primary-header__inner + .klevu-quick-search-wrapper {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 100%;
  padding: 10px 20px 0;
  max-height: 100px;
}
.klevu-search-input {
  background-color: #111111;
  font-size: 13px !important;
  padding: 12px 15px !important;
  border: none !important;
  font-family: "Outfit" !important;
  color: #F9F9F9;
}
.klevu-search-input::placeholder {
  color: #bbb;
}
/* Visible when active */
.klevu-quick-search-wrapper.mobile-search-active {
  max-height: 100px;
  opacity: 1;
  padding: 10px 20px 0;
  width: 100%;
}
.klevu-quick-search-wrapper.mobile-search-active .klevu-search-input {
  width: 100%;
}
.klevu-banner-ad {
  padding: 0 !important;
  margin-bottom: 5px !important;
}
.klevuWrap {
  background: #E5DDCF !important;
  border-radius: 5px !important;
  left: 0 !important;
  right: 0 !important;
}
@media (max-width: 620px) {
  .klevuWrap {
    top: 130px !important;
    height: 80vh !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    border-bottom: 20px solid #e5ddcf;
  }
}
.klevuWrap .klevuQuickHeadingText, .klevuWrap .klevuHeadingText {
  font-family: "miller-banner-condensed";
  letter-spacing: initial !important;
}
@media (max-width: 620px) {
  .klevuWrap .klevuQuickSearchingArea {
    padding: 0 !important;
  }
}
.klevuWrap .klevuQuickSearchingArea span, .klevuWrap .klevuQuickSearchingArea li {
  font-family: "Outfit";
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] {
  padding: 20px;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] .kuTabs {
  background-color: #E5DDCF;
  margin-top: 0;
  margin-bottom: 0;
  border-color: none !important;
  padding: 0 0 10px;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] .kuTabs a {
  font-family: "Outfit";
  letter-spacing: 0;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] .kuTabs a.kuTabSelected {
  font-weight: 600;
  border-color: #0A0806;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] .kuTabs a:hover {
  border-color: #0A0806;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"]:before {
  display: none;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] div[data-block-id="ku_quick_left_facets"] {
  max-height: 50vh;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] .kuPopularSearchesBlock, .klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] .kuRecentSearchesBlock {
  background-color: #EEE7DA;
  padding: 10px;
  border-radius: 5px;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] .kuPopularSearchesBlock ul li, .klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] .kuRecentSearchesBlock ul li {
  padding: 0 !important;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] .kuPopularSearchesBlock ul li:hover, .klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] .kuRecentSearchesBlock ul li:hover {
  background-color: transparent !important;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] .kuPopularSearchesBlock ul li a:hover, .klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] .kuRecentSearchesBlock ul li a:hover {
  text-decoration: underline;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] div[data-block-id="ku_quick_left_facets"] {
  background-color: #E5DDCF !important;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] div[data-block-id="ku_quick_left_facets"] .kuFilters {
  padding: 0 !important;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] div[data-block-id="ku_quick_left_facets"] .kuFilters .klevuFilter {
  background-color: #EEE7DA !important;
  padding: 10px !important;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] div[data-block-id="ku_quick_left_facets"] .kuFilters .klevuFilter .kuFilterHead {
  font-family: "Outfit";
  padding: 5px 20px 5px 0 !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  letter-spacing: 0.2px !important;
  line-height: 1 !important;
  font-size: 14px !important;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] div[data-block-id="ku_quick_left_facets"] .kuFilters .klevuFilter .kuFilterHead:after {
  visibility: visible;
  top: 50% !important;
  margin-top: initial !important;
  transform: translateY(-50%) !important;
  right: 3px !important;
  border: none !important;
  content: "\e901" !important;
  font-family: "icomoon" !important;
  font-size: 13px !important;
  color: #0A0806 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block !important;
  height: 20px !important;
  width: 20px !important;
  background-color: initial !important;
  line-height: 1 !important;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] div[data-block-id="ku_quick_left_facets"] .kuFilters .klevuFilter .kuFilterHead.kuCollapse:after {
  transform: translateY(-50%) rotate(-180deg) !important;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] div[data-block-id="ku_quick_left_facets"] .kuFilters .klevuFilter .kuPriceSlider {
  font-family: "Outfit";
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] div[data-block-id="ku_quick_left_facets"] .kuFilters .klevuFilter .kuPriceSlider .noUi-base .noUi-handle {
  box-shadow: none;
  border: 2px solid black;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] div[data-block-id="ku_quick_left_facets"] .kuFilters .klevuFilter .kuPriceSlider .noUi-base .noUi-handle:before, .klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] div[data-block-id="ku_quick_left_facets"] .kuFilters .klevuFilter .kuPriceSlider .noUi-base .noUi-handle:after {
  display: none;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] div[data-block-id="ku_quick_left_facets"] .kuFilters .klevuFilter .klevuFilterOption {
  letter-spacing: 0;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_left"] div[data-block-id="ku_quick_left_facets"] .kuFilters .klevuFilter .kuShowOpt {
  font-family: "Outfit";
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_center"] .kuQuickResultsListHeader {
  display: none;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_center"] .kuQuickResultsListContainer {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 620px) {
  .klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_center"] .kuQuickResultsListContainer {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] div[data-container-id="ku_quick_main_content_container"] section[data-container-id="ku_quick_main_content_center"] .kuQuickResultsListContainer ul .klevuProduct {
  width: 100% !important;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] footer[data-container-id="ku_quick_main_footer_container"] .klevuShowAllResultsBtnContainer {
  padding: 20px 0 0;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] footer[data-container-id="ku_quick_main_footer_container"] .klevuShowAllResultsBtnContainer .kuShowAllResultsBtn {
  font-family: "Outfit";
  margin-left: auto;
  border-radius: 5px;
}
.klevuWrap .klevuQuickSearchingArea div[data-container-id="ku_quick_main_container"] footer[data-container-id="ku_quick_main_footer_container"] .klevu-banner-ad {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}
.kuQuickSearchNoRecordFound {
  background: none !important;
}
.kuQuickSearchNoRecordFound .kuQuickNoResultsMessage {
  font-family: "Outfit";
  text-align: left !important;
  text-transform: initial !important;
  letter-spacing: initial !important;
  background-color: #d1c1a6;
  padding: 10px;
  border-radius: 5px;
  color: black !important;
  font-weight: 400 !important;
}
.kuQuickSearchNoRecordFound .klevuNoResultsProductsBlock .klevuQuickSearchNoResultsPopular li.klevuPopularProduct .klevuPopularProductItemTop {
  padding-bottom: 120% !important;
}
.kuQuickSearchNoRecordFound .klevuNoResultsProductsBlock .klevuQuickSearchNoResultsPopular li.klevuPopularProduct .klevuPopularProductItemBottom {
  padding: 0 !important;
}
.kuQuickSearchNoRecordFound .klevuNoResultsProductsBlock .klevuQuickSearchNoResultsPopular li.klevuPopularProduct .klevuPopularProductItemBottom span {
  letter-spacing: 0 !important;
}
.kuQuickSearchNoRecordFound .klevuNoResultsProductsBlock .klevuQuickSearchNoResultsPopular li.klevuPopularProduct .klevuPopularProductItemBottom .kuClippedOne {
  overflow: initial !important;
  display: initial !important;
}
.kuQuickSearchNoRecordFound .klevuNoResultsProductsBlock .klevuQuickSearchNoResultsPopular li.klevuPopularProduct .klevuPopularProductItemBottom .klevu-desc-l2 {
  display: none !important;
}
.kuQuickSearchNoRecordFound .klevuNoResultsProductsBlock .klevuQuickSearchNoResultsPopular li.klevuPopularProduct .klevuPopularProductItemBottom .klevuQuickProductPrice .klevuQuickPriceGreyText {
  margin-right: 5px;
}
.search-header {
  text-align: center;
  background-color: #EEE7DA;
  padding: 20px 0;
}
.search-header h1, .search-header .visual-size--h1 {
  font-size: 25px;
  font-size: 1.5625rem;
}
.klevu-infinite-scroll-enabled .kuPagination {
  display: none !important;
}
div[data-block-id="ku_landing_result_items"] {
  padding-bottom: 50px;
}
.klevu-scroll-more-message {
  font-family: "Outfit" !important;
  color: #0A0806 !important;
}
.klevu-scroll-more-message .klevu-scroll-arrow {
  display: none;
}
@media (max-width: 620px) {
  .search-content .klevuWrap {
    overscroll-behavior: initial !important;
    height: initial !important;
  }
}
.kuSearchResultsPageContainer {
  margin: 0 !important;
  font-family: "Outfit";
}
.kuSearchResultsPageContainer .kuContainer {
  background-color: initial !important;
}
.kuSearchResultsPageContainer .kuContainer .kuLandingNoRecordFound {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 0 !important;
  background: initial !important;
}
.kuSearchResultsPageContainer .kuContainer .kuLandingNoRecordFound .kuLandingNoResults {
  margin-top: 0 !important;
  background: initial !important;
}
.kuSearchResultsPageContainer .kuContainer .kuLandingNoRecordFound .kuLandingNoResults .kuLandingNoResultsInner .kuLandingNoResultsMessage {
  font-family: "Outfit";
  text-align: left !important;
  text-transform: initial !important;
  letter-spacing: initial !important;
  background-color: #d1c1a6;
  padding: 10px;
  border-radius: 5px;
  color: black !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  margin-top: 20px !important;
}
.kuSearchResultsPageContainer .kuContainer .kuLandingNoRecordFound .kuLandingNoResults .kuLandingNoResultsInner .klevuNoResultsRecsWrap .klevuNoResultsRecsResultsInner {
  grid-gap: 15px !important;
}
.kuSearchResultsPageContainer .kuContainer .kuLandingNoRecordFound .kuLandingNoResults .kuLandingNoResultsInner .klevuNoResultsRecsWrap .klevuNoResultsRecsResultsInner .klevuProduct .klevuNoResultsRecs-itemDesc a {
  text-align: left;
  font-family: "Outfit";
}
.kuSearchResultsPageContainer .kuContainer .kuLandingNoRecordFound .kuLandingNoResults .kuLandingNoResultsInner .klevuNoResultsRecsWrap .klevuNoResultsRecsResultsInner .klevuProduct .klevuNoResultsRecs-itemDesc .klevuNoResultsRecs-itemPrice .kuSalePrice {
  text-align: left !important;
  font-family: "Outfit";
  font-size: 14px;
  justify-content: flex-start;
}
.kuSearchResultsPageContainer .kuContainer .kuTabs {
  background-color: #EEE7DA;
  margin-top: 0;
  margin-bottom: 0;
  border-color: #E5DDCF !important;
}
.kuSearchResultsPageContainer .kuContainer .kuTabs a {
  font-family: "Outfit";
}
.kuSearchResultsPageContainer .kuContainer .kuTabs a.kuTabSelected {
  font-weight: 600;
  border-color: #0A0806;
}
.kuSearchResultsPageContainer .kuContainer .kuTabs a:hover {
  border-color: #0A0806;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] {
  padding: 0 !important;
  background-color: #EEE7DA;
}
@media (max-width: 620px) {
  .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .klevu-filters-and-sort {
    width: 100% !important;
  }
  .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .klevu-filters-and-sort .ku-filterOpener, .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .klevu-filters-and-sort .kuDropSortBy {
    width: 50%;
    margin-right: 0;
    text-align: center;
  }
  .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .klevu-filters-and-sort .kuDropdownLabel, .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .klevu-filters-and-sort .ku-filterOpener span {
    padding: 10px !important;
    font-family: "Outfit";
    display: block;
    background-color: transparent;
  }
  .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .klevu-filters-and-sort .ku-filterOpener {
    padding: 0 !important;
    border-right: 1px solid #0A0806;
  }
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 20px;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters {
  max-width: 100%;
  position: relative;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters .klevuFilter {
  font-family: "Outfit" !important;
  background-color: #E5DDCF !important;
  padding: 10px 20px !important;
  border-radius: 5px !important;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters .klevuFilter .kuFilterHead {
  padding: 5px 20px 5px 0 !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  letter-spacing: 0.2px !important;
  line-height: 1 !important;
  font-size: 14px !important;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters .klevuFilter .kuFilterHead:after {
  top: 50% !important;
  margin-top: initial !important;
  transform: translateY(-50%) !important;
  right: 3px !important;
  border: none !important;
  content: "\e901" !important;
  font-family: "icomoon" !important;
  font-size: 13px !important;
  color: #0A0806 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block !important;
  height: 10px !important;
  width: 13px !important;
  background-color: initial !important;
  line-height: 1 !important;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters .klevuFilter .kuFilterHead.kuCollapse:after {
  transform: translateY(-50%) rotate(-180deg) !important;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters .klevuFilter .kuFilterNames {
  background-color: #E5DDCF !important;
  border-radius: 5px;
  border-color: #D1C1A6 !important;
  box-shadow: 0 0 6px rgba(10, 8, 6, 0.5) !important;
  top: 40px;
  padding: 10px !important;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters .klevuFilter .kuFilterNames:before, .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters .klevuFilter .kuFilterNames:after {
  background-color: #E5DDCF !important;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters .klevuFilter .kuFilterNames:before {
  box-shadow: -1px -1px 5px rgba(10, 8, 6, 0.5) !important;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters .kuDropSortBy {
  position: initial !important;
  margin-left: auto !important;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters .kuDropSortBy .kuDropdownLabel {
  background-color: #E5DDCF !important;
  padding: 14px 20px !important;
  border-radius: 5px !important;
  font-family: "Outfit";
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters .kuDropSortBy .kuDropdownOptions {
  background-color: #E5DDCF;
  border-radius: 5px;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters .kuDropSortBy .kuDropdownOptions .kuDropOption {
  font-family: "Outfit";
}
@media (max-width: 620px) {
  .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuDropdownOptions, .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper {
    background-color: #EEE7DA;
    padding: 20px;
  }
  .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuDropdownOptions .filters-title, .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuDropdownOptions .sorting-title, .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .filters-title, .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .sorting-title {
    padding: 15px 20px 20px 0;
    font-family: "Outfit";
  }
  .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuDropdownOptions .kuFilters, .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters {
    margin: 0;
  }
  .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuDropdownOptions .kuFilters .klevuFilter, .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters .klevuFilter {
    margin-bottom: 10px !important;
    border-bottom: none !important;
  }
  .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuDropdownOptions .kuFilters .klevuFilter .kuFilterNames.kuFilterShowAll, .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters .klevuFilter .kuFilterNames.kuFilterShowAll {
    padding: 10px 0 !important;
    box-shadow: none !important;
    margin-top: 0 !important;
  }
  .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuDropdownOptions .kuFilters .klevuFilter .kuFilterNames.kuFilterShowAll ul li, .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters .klevuFilter .kuFilterNames.kuFilterShowAll ul li {
    padding: 0 0px !important;
    margin: 0 0 5px !important;
  }
  .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuDropdownOptions .kuFilters .klevuFilter .clear-options-button, .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuFilters .klevuFilter .clear-options-button {
    margin: 0 10px 0 auto;
    padding: 0px;
    background-color: transparent;
  }
  .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuDropdownOptions .kuDropOption, .kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_left"] .kuFiltersWrapper .kuDropOption {
    margin: 0 !important;
    padding: 10px !important;
    font-family: "Outfit";
    text-align: left;
  }
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_center"] header[data-block-id="ku_landing_result_header"] {
  background-color: #e1d8c8;
  border-width: 1px 0;
  border-style: solid;
  border-color: #E5DDCF;
  margin: 0 0 15px;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_center"] header[data-block-id="ku_landing_result_header"] .kuFilterTagsContainer {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 20px;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_center"] header[data-block-id="ku_landing_result_header"] .kuFilterTagsContainer .kuFilterTag span {
  font-family: "Outfit";
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_center"] header[data-block-id="ku_landing_result_header"] .kuFilterTagsContainer .kuFilterTagClearAll {
  font-family: "Outfit";
  border-color: #0A0806;
  border-radius: 5px;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_center"] .kuResults {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.kuSearchResultsPageContainer .kuContainer .kuResultsListing section[data-container-id="ku_landing_main_content_center"] .kuResults ul {
  grid-gap: 15px !important;
}
.klevu-custom-product-wrapper .kuProdWrap .klevu-product-image-wrapper {
  padding-bottom: 120% !important;
}
.klevu-custom-product-wrapper .kuProdWrap .klevu-product-image-wrapper .klevuImgWrap {
  border-radius: 5px !important;
  overflow: hidden;
}
.klevu-custom-product-wrapper .kuProdWrap .kuProdBottom {
  padding: 10px 0 !important;
  height: initial !important;
}
.klevu-custom-product-wrapper .kuProdWrap .kuProdBottom .kuName {
  font-family: "Outfit";
  text-align: left !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: initial !important;
}
.klevu-custom-product-wrapper .kuProdWrap .kuProdBottom .kuPrice, .klevu-custom-product-wrapper .kuProdWrap .kuProdBottom .kuSalePrice {
  font-family: "Outfit";
  text-align: left !important;
  font-weight: 400 !important;
  letter-spacing: initial !important;
}
.klevu-custom-product-wrapper .kuProdWrap .kuProdBottom .kuPrice span, .klevu-custom-product-wrapper .kuProdWrap .kuProdBottom .kuSalePrice span {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  width: initial !important;
  text-align: left !important;
}
.klevu-custom-product-wrapper .kuProdWrap .klevu-addtocart-wrapper {
  align-items: flex-start !important;
}
.klevu-custom-product-wrapper .kuProdWrap .klevu-addtocart-wrapper .klevu-addtocart-btn {
  font-family: "Outfit";
  background-color: #0A0806;
  width: initial !important;
  border-radius: 5px;
  padding: 12px !important;
  text-transform: uppercase;
  letter-spacing: initial !important;
}
li.klevuPopularProduct .klevuPopularProductItemTop {
  border-radius: 5px;
  overflow: hidden;
}
li.klevuPopularProduct .klevuPopularProductItemBottom .klevuQuickProductName {
  font-family: "Outfit";
  letter-spacing: initial !important;
  margin-bottom: 5px;
  display: block !important;
}
.klevuProduct.kuSlide .klevuProductItemBottom {
  padding: 0 !important;
}
.klevuProduct.kuSlide .klevuProductItemBottom .klevuQuickProductName {
  font-family: "Outfit";
}
.klevu-cms-results .klevu-cms-group-title {
  font-family: "Outfit";
  margin-bottom: 0;
}
.klevu-cms-results .klevu-cms-list li.klevu-cms-item {
  border-radius: 5px !important;
  padding: 0 !important;
}
.klevu-cms-results .klevu-cms-list li.klevu-cms-item a:hover {
  text-decoration: none;
}
.klevu-cms-results .klevu-cms-list li.klevu-cms-item .klevu-cms-content .klevu-cms-type-badge {
  font-family: "Outfit";
}
.klevu-cms-results .klevu-cms-list li.klevu-cms-item .klevu-cms-content .klevu-cms-title {
  font-family: "Outfit";
}
.klevu-cms-results .klevu-cms-list li.klevu-cms-item .klevu-cms-content .klevu-cms-read-more {
  background-color: #0A0806;
  display: inline-block;
  color: #F9F9F9;
  padding: 5px;
  font-family: "Outfit";
}
.kuRECSContainer {
  position: relative;
  margin: 15px 0;
}
.kuRECSContainer .kuRECSHeader .kuRECSTitle {
  display: block;
  font-family: "miller-banner-condensed" !important;
  font-size: 24px !important;
  font-weight: 100;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.kuRECSContainer .kuRECSWrap {
  max-width: 100%;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.kuRECSContainer .kuRECSWrap * {
  outline: none;
}
.kuRECSContainer .kuRECSResults {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.kuRECSContainer .kuRECSResultsInner {
  position: relative;
  white-space: nowrap;
  transition: transform 0.5s ease;
}
.kuRECSContainer .kuProdWrap .kuProdBottom .kuName {
  color: #0A0806 !important;
  text-decoration: none !important;
  margin-bottom: 10px !important;
}
.kuRECSContainer .kuProdWrap .kuProdBottom .kuPrice {
  font-size: 15px;
  font-size: 0.9375rem;
}
.kuRECSContainer .kuProdWrap .klevu-product-link-wrapper .button, .kuRECSContainer .kuProdWrap .klevu-product-link-wrapper .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .kuRECSContainer .kuProdWrap .klevu-product-link-wrapper #wp-submit, .kuRECSContainer .kuProdWrap .klevu-product-link-wrapper .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .kuRECSContainer .kuProdWrap .klevu-product-link-wrapper .register_link, .kuRECSContainer .kuProdWrap .klevu-product-link-wrapper .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .kuRECSContainer .kuProdWrap .klevu-product-link-wrapper .lost_password_link, .kuRECSContainer .kuProdWrap .klevu-product-link-wrapper .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .kuRECSContainer .kuProdWrap .klevu-product-link-wrapper a.form-control {
  display: inline-block;
  color: white !important;
  font-family: "Outfit" !important;
  font-weight: 400 !important;
}
.kuRECSContainer .kuRECSItem {
  display: inline-block;
  margin: 12px;
  margin-left: 0;
  vertical-align: top;
  width: 270px;
  white-space: normal;
}
@media only screen and (max-width: 600px) {
  html[data-useragent*="Mozilla/5.0 (iPhone; CPU iPhone OS 14_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1"] body.page-id-307048 .qsm-quiz-container .qsm-quiz-form .qsm-page .quiz_section .qmn_radio_answers .qmn_mc_answer_wrap {
    padding: 15px;
  }
  html[data-useragent*="Mozilla/5.0 (iPhone; CPU iPhone OS 14_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1"] body.page-id-307048 .qsm-quiz-container .qsm-quiz-form .qsm-page .quiz_section .qmn_radio_answers .qmn_mc_answer_wrap .qmn_quiz_radio {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0px;
  }
}
.m-auto {
  margin: auto;
}
.qsm-quiz-container {
  min-height: 100px;
  padding-top: 30px !important;
}
.qsm-quiz-container .quiz_section.quiz_begin {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.qsm-quiz-container .quiz_section.quiz_begin .qsm-before-message.mlw_qmn_message_before {
  box-flex: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.qsm-quiz-container .quiz_section.quiz_begin .intro-bg-image {
  padding: 50px 50px 50px 50px;
  background-image: url(https://www.dowsingandreynolds.com/wp-content/uploads/2021/02/sophie-peckett-designs-handles-1-1024x683-1.jpg);
  background-position: center center;
  background-size: cover;
}
.qsm-quiz-container .quiz_section.quiz_begin .intro-title {
  color: #181A1A;
  font-family: "linotype-didot";
  font-size: 32px;
  text-transform: none;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -1px;
}
.qsm-quiz-container .quiz_section.quiz_begin .intro-copy {
  max-width: 750px;
  margin: auto;
  padding: 40px 40px 20px 40px;
  background: rgba(255, 255, 255, 0.8);
}
.qsm-quiz-container .quiz_section.quiz_begin .intro-copy p {
  font-family: "neue-haas-grotesk-display";
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.qsm-quiz-container .quiz_section.quiz_begin .intro-text-gold {
  color: #0A0806;
  font-family: "miller-banner-condensed";
  font-size: 26px;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0 0;
  margin-bottom: 20px;
}
.qsm-quiz-container .quiz_section.quiz_begin input[type="text"], .qsm-quiz-container .quiz_section.quiz_begin input[type="email"] {
  width: 100% !important;
  border-radius: 2px !important;
  background-color: #F9F9F9;
  color: #0A0806;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers {
  margin: 15px 0 10px 0;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers .qmn_mc_answer_wrap {
  padding: 5px 10px 5px 20px;
  margin-bottom: 10px;
  text-align: left;
  background-color: #b0b1af;
  box-flex: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers .qmn_mc_answer_wrap label {
  color: #181A1A;
  font-size: 1rem;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 10px;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers .qmn_mc_answer_wrap img {
  width: 100%;
  height: auto;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers .qmn_mc_answer_wrap .qmn_quiz_radio {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers .qmn_mc_answer_wrap input[type="radio"] {
  color: #181A1A;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers .mlw_horizontal_choice {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 10px !important;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers .mlw_horizontal_choice .qmn_quiz_radio {
  display: none;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers .mlw_horizontal_choice input[type="radio"]:checked + label img {
  box-shadow: 0 0 0 3px #7d6731;
  padding: 0px;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers .mlw_horizontal_choice input[type="radio"] + label img {
  box-shadow: 0 0 0 3px #ffffff;
  padding: 0px;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers .mlw_horizontal_choice label {
  color: #F9F9F9;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
  display: block;
  padding-bottom: 0px;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers .mlw_horizontal_choice img {
  width: 100%;
  height: auto;
  display: block;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers input[type="radio"]:checked + label {
  color: #F9F9F9;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers .gold-answer-bg {
  background-color: #0A0806;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers .mlw_horizontal_choice {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 10px;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers .mlw_horizontal_choice .qmn_quiz_radio {
  text-align: center;
  padding-top: 10px;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers .mlw_horizontal_choice label {
  color: #F9F9F9;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 3px;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers .mlw_horizontal_choice img {
  height: auto;
  width: auto;
  max-width: 100%;
  margin: auto;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers.image-question-container {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers.image-question-container .qmn_image_option {
  width: 32%;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: initial;
  flex-basis: initial !important;
  padding: 0 0 20px 0 !important;
}
.qsm-quiz-container .quiz_section .qmn_radio_answers.image-question-container .qmn_image_option label {
  margin: 0;
  padding: 0;
}
.qsm-quiz-container .intro-image {
  max-width: 820px;
  margin: auto;
}
.qsm-quiz-container p {
  color: #181A1A;
  font-family: "Muli";
}
.qsm-quiz-container input[type="text"] {
  border-color: #181A1A;
  background-color: #F9F9F9;
  color: #181A1A;
}
.qsm-quiz-container #mlw_error_message {
  display: none;
}
.qsm-quiz-container #mlw_error_message_bottom {
  display: none;
}
.qsm-quiz-container .qsm-quiz-form .qsm-page .quiz_section .qsm_contact_div.qsm-contact-type-text {
  margin-bottom: 20px;
  margin-right: 20px;
}
.qsm-quiz-container .qsm-quiz-form .qsm-page .quiz_section .qsm_contact_div.qsm-contact-type-email {
  margin-bottom: 15px;
}
.qsm-quiz-container .qsm-quiz-form .qsm-page .quiz_section .mlw_qmn_question.qsm_question {
  display: none;
}
.qsm-quiz-container .qsm-quiz-form .qsm-page .quiz_section .mlw_qmn_question.qsm_remove_bold {
  margin-bottom: 30px;
}
.qsm-quiz-container .qsm-quiz-form .qsm-page .quiz_section .qsm-contact-type-text, .qsm-quiz-container .qsm-quiz-form .qsm-page .quiz_section .qsm-contact-type-email {
  text-align: center;
}
.qsm-quiz-container .qsm-quiz-form .qsm-page .quiz_section .mlw_qmn_question_number {
  color: #181A1A;
  font-family: "neue-haas-grotesk-display";
  font-size: 20px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.qsm-quiz-container .qsm-quiz-form .qsm-page .quiz_section .mlw_qmn_new_question {
  color: #181A1A;
  font-family: "neue-haas-grotesk-display";
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 1.2;
}
.qsm-quiz-container .qsm-quiz-form .qsm-page .quiz_section .quiz-cat {
  display: none;
}
.qsm-quiz-container input[type="radio"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 5px;
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
}
.qsm-quiz-container input[type="radio"]:before {
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  -moz-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  content: "\e836";
  font-family: "icomoon";
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #181A1A;
  -webkit-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  border-radius: 50%;
  padding: 0px;
}
.qsm-quiz-container input[type="radio"]:checked {
  background: none;
  border: none;
}
.qsm-quiz-container input[type="radio"]:checked:before {
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  -moz-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  content: "\ea54";
  font-family: "icomoon";
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.qsm-quiz-container input[type="radio"]:focus {
  outline: none;
}
.progress-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
.progress-bar .progress-bar-page {
  background-color: #F9F9F9;
  height: 10px;
  margin: 2px;
  flex-grow: 1;
  background: linear-gradient(to left, #F9F9F9 50%, #0A0806 50%) right;
  background-size: 200%;
  transition: 0.5s ease-out;
}
.progress-bar .progress-bar-page.progress-bar-page-complete {
  background-position: left;
}
.qmn_quiz_container .qsm-page .pages_count {
  display: none;
}
.qmn_quiz_container {
  width: 100%;
  margin: auto;
  padding: 0 30px 0 30px;
  background-color: #c2c2c1;
}
@media only screen and (max-width: 600px) {
  .qmn_quiz_container {
    padding: 12px !important;
  }
}
.qmn_quiz_container .btn-reload-quiz, .qmn_quiz_container .next-step-btn {
  background-color: #b0b1af;
  display: inline-block;
  color: #181A1A;
  font-family: "neue-haas-grotesk-display";
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  background-color: #0A0806;
  color: #FFFFFF;
}
.qmn_quiz_container .btn-reload-quiz:hover, .qmn_quiz_container .next-step-btn:hover {
  background-color: black;
}
.qmn_quiz_container .qsm-pagination {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin: 0px 0px 15px 0px;
  padding-bottom: 30px;
  padding-top: 10px;
}
.qmn_quiz_container .qsm-pagination .mlw_previous {
  margin-bottom: 0px;
}
.qmn_quiz_container .qsm-pagination .qsm-btn {
  background: #a67c00 !important;
  display: inline-block;
  font-family: "neue-haas-grotesk-display" !important;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  color: #FFFFFF !important;
  -webkit-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
}
.qmn_quiz_container .qsm-pagination .qsm-btn.disabled {
  pointer-events: none;
  cursor: none;
  background-color: black;
  opacity: 0.5;
}
@media (max-width: 720px) {
  .qmn_quiz_container .qsm-pagination .qsm-btn {
    padding: 11px 9px 9px;
  }
}
.qmn_quiz_container .qsm-pagination .qsm-btn:hover {
  background: #8d6900 !important;
}
.qmn_quiz_container .qsm-pagination .qsm-btn:focus {
  outline: none;
}
.qmn_quiz_container .qsm-pagination .qsm-previous {
  background-color: #b0b1af;
  color: #60605f;
}
.qmn_quiz_container .qsm-pagination .qsm-previous:hover {
  background-color: #a3a4a2;
}
.qmn_quiz_container .qsm-pagination {
  text-align: center;
}
.qmn_btn {
  border: none;
  font-size: 16px;
  background-color: #a67c00 !important;
  color: #FFFFFF !important;
  font-family: "Outfit" !important;
  letter-spacing: 1px;
}
.qmn_btn:hover {
  background-color: #8d6900 !important;
}
.qmn_btn.qsm_retake_button {
  background-color: #999 !important;
}
.qmn_btn.qsm_retake_button:hover {
  background-color: #8c8c8c !important;
}
.button.btn-reload-quiz, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .btn-reload-quiz#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .btn-reload-quiz.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .btn-reload-quiz.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.btn-reload-quiz.form-control {
  margin-top: 10px;
  margin-bottom: 22px;
  float: unset !important;
}
.qsm-btn.qsm-next.qmn_btn.mlw_qmn_quiz_link.mlw_next::after {
  content: "";
  font-family: "icomoon";
  font-size: 11px;
  margin-left: 3px;
}
.qsm-btn.qsm-previous.qmn_btn.mlw_qmn_quiz_link.mlw_previous::before {
  content: "";
  font-family: "icomoon";
  font-size: 11px;
  margin-right: 3px;
}
.mlw_qmn_new_question:after {
  font-family: "neue-haas-grotesk-display";
  font-size: 18px;
  margin-left: 25px;
  margin-top: 2px;
  display: block;
  color: #181A1A;
  line-height: 1.2;
  font-weight: 100;
}
.quiz_section.question-section-id-8 .mlw_qmn_new_question::after {
  content: "Choose the mood board that suits you the most";
}
.quiz_section.question-section-id-5 .mlw_qmn_new_question::after {
  content: "Tell us which of these mood boards speaks your language";
  font-family: "neue-haas-grotesk-display";
}
.quiz_section.question-section-id-2 .mlw_qmn_new_question::after {
  content: "Which of these combinations are you most drawn to?";
}
.quiz_section.question-section-id-10 .mlw_qmn_new_question::after {
  content: "Pick the one that feels most like you.";
}
.slick-dots {
  margin: 10px 0 10px 0 !important;
}
.qsm-page {
  animation: fadeIn ease 4s;
  -webkit-animation: fadeIn ease 4s;
  -moz-animation: fadeIn ease 4s;
  -o-animation: fadeIn ease 4s;
  -ms-animation: fadeIn ease s;
}
@keyframes qsm-page {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mobile-results {
  display: none;
}
.button.next-step-btn, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .next-step-btn#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .next-step-btn.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .next-step-btn.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.next-step-btn.form-control {
  float: right;
  margin-top: 10px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 600px) {
  .progress-bar .progress-bar-page {
    height: 4px;
  }
  .qsm_contact_div.qsm-contact-type-email {
    margin-bottom: 0px !important;
  }
  .intro-bg-image {
    max-width: 100%;
    margin: auto;
    padding: 0px !important;
    background-image: none !important;
    background-position: center;
  }
  .intro-copy {
    padding: 20px 10px 20px 10px !important;
  }
  .intro-title {
    font-size: 24px !important;
  }
  .slick-dots {
    margin: 10px 0 20px 0 !important;
    bottom: -50px;
  }
  .qmn_quiz_container .qsm-pagination {
    -js-display: flex;
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .qmn_quiz_container .qsm-pagination-btn-container {
    -webkit-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
  .qmn_quiz_container .qsm-pagination-btn-container .mlw_previous {
    width: 100%;
  }
  .qmn_quiz_container .qsm-pagination-btn-container .mlw_next {
    width: 100%;
    margin-bottom: 10px;
  }
  .qmn_quiz_container .qsm-btn.qsm-submit-btn.qmn_btn {
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
  }
  .qmn_quiz_container .button.btn-reload-quiz, .qmn_quiz_container .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .btn-reload-quiz#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .qmn_quiz_container .btn-reload-quiz#wp-submit, .qmn_quiz_container .trade-portal__wrapper .trade-portal__content #wwlc-login-form .btn-reload-quiz.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .qmn_quiz_container .btn-reload-quiz.register_link, .qmn_quiz_container .trade-portal__wrapper .trade-portal__content #wwlc-login-form .btn-reload-quiz.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .qmn_quiz_container .btn-reload-quiz.lost_password_link, .qmn_quiz_container .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.btn-reload-quiz.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .qmn_quiz_container a.btn-reload-quiz.form-control {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
  }
  .qmn_quiz_container .button.next-step-btn, .qmn_quiz_container .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .next-step-btn#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .qmn_quiz_container .next-step-btn#wp-submit, .qmn_quiz_container .trade-portal__wrapper .trade-portal__content #wwlc-login-form .next-step-btn.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .qmn_quiz_container .next-step-btn.register_link, .qmn_quiz_container .trade-portal__wrapper .trade-portal__content #wwlc-login-form .next-step-btn.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .qmn_quiz_container .next-step-btn.lost_password_link, .qmn_quiz_container .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.next-step-btn.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .qmn_quiz_container a.next-step-btn.form-control {
    width: 100%;
    text-align: center;
    padding: 10px;
    float: unset;
  }
  .qmn_quiz_container .mlw_qmn_new_question {
    line-height: 1.2;
  }
  .qmn_quiz_container .qsm-contact-type-text {
    margin-right: 0px !important;
  }
  .qmn_quiz_container .qsm-contact-type-email, .qmn_quiz_container .qsm-contact-type-text {
    flex-basis: 100%;
  }
  .qmn_quiz_container .quiz_section.question-section-id-2 .mlw_qmn_new_question::after, .qmn_quiz_container .question-section-id-5 .mlw_qmn_new_question::after, .qmn_quiz_container .question-section-id-8 .mlw_qmn_new_question::after {
    margin-left: 0px;
  }
  .qmn_quiz_container .qmn_radio_answers {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .qmn_quiz_container .qmn_radio_answers .mlw_horizontal_choice {
    box-flex: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .qmn_quiz_container .qmn_radio_answers .mlw_horizontal_choice label {
    font-size: 16px !important;
    padding-top: 20px;
    padding-bottom: 0px !important;
    display: inline-block;
    vertical-align: middle;
  }
  .qmn_quiz_container .qmn_radio_answers .qmn_quiz_radio {
    padding-bottom: 10px;
  }
  .qmn_quiz_container .qmn_mc_answer_wrap {
    -js-display: flex;
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .qmn_quiz_container .qmn_mc_answer_wrap label {
    line-height: 1.2;
    padding-bottom: 0px !important;
  }
  .qmn_quiz_container #tabs ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .qmn_quiz_container #tabs li {
    box-flex: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .qmn_quiz_container .quiz_section.question-section-id-12 .mlw_qmn_new_question::after {
    content: "Choose the mood board that suits you the most";
    margin-left: 0px;
  }
  .qmn_quiz_container .quiz_section.question-section-id-8 .mlw_qmn_new_question::after {
    content: "Tell us which of these moodboards speaks your language";
    margin-left: 0px;
  }
  .qmn_quiz_container .quiz_section.question-section-id-19 .mlw_qmn_new_question::after {
    content: "Which of these combinations are you most drawn to?";
    margin-left: 0px;
  }
  .qmn_quiz_container .quiz_section.question-section-id-14 .mlw_qmn_new_question::after {
    content: "Pick one from the list that most attracts you";
    margin-left: 0px;
  }
  .qmn_quiz_container .mobile-progress {
    width: 100% !important;
    padding: 0 50px;
    left: 0;
  }
  .qmn_quiz_container .mobile-progress line {
    stroke-dasharray: 2, 11.5%;
  }
}
@media only screen and (min-width: 601px) {
  .qmn_quiz_container .qmn_radio_answers .mlw_horizontal_choice {
    box-flex: 30%;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
.qmn_results_page {
  padding-bottom: 20px;
}
.qsm-results-page {
  padding: 0;
}
.qsm-results-page .results-title {
  text-transform: none;
  font-family: "Muli";
  font-size: 26px;
  letter-spacing: 0px;
  color: #181A1A;
  margin-bottom: 0px;
  font-weight: 600;
}
@media (max-width: 620px) {
  .qsm-results-page .results-title {
    line-height: 1.2;
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.qsm-results-page .results-copy {
  text-transform: none;
  font-family: "Muli";
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: 0px;
  color: #181A1A;
  margin: 10px 0 40px;
}
.qsm-results-page #tabs {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  .ms-flex-align-items: start;
  align-items: start;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.qsm-results-page #tabs ul {
  width: 31%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.qsm-results-page #tabs ul li {
  font-family: "Outfit";
  font-size: 16px;
  font-size: 1rem;
  list-style: none;
  width: 100%;
}
.qsm-results-page #tabs ul li a {
  color: #F9F9F9;
  background: #303435 !important;
  display: block;
  margin-bottom: 2px;
  text-decoration: none;
  padding: 10px;
  line-height: 1.3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.qsm-results-page #tabs ul li a.active, .qsm-results-page #tabs ul li a:hover {
  background-color: #a67c00 !important;
}
.qsm-results-page #tabs .result-output {
  width: 67%;
  display: none;
}
.qsm-results-page #tabs .result-output.active {
  display: block;
}
.qsm-results-page #tabs .result-output .answer-container {
  color: #0A0806;
  font-family: "Outfit";
}
.qsm-results-page #tabs .result-output .answer-container .score {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.qsm-results-page #tabs .result-output .answer-container .answer {
  display: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
.qsm-results-page #tabs .result-output .answer-container .answer.highlight {
  display: block;
}
@media (max-width: 620px) {
  .qsm-results-page .mobile-results {
    display: block;
  }
  .qsm-results-page .mobile-results .mobile-tab {
    color: #F9F9F9;
    background-color: #a67c00 !important;
    font-family: "Outfit";
    text-align: center;
    padding: 20px;
    cursor: pointer;
  }
  .qsm-results-page .mobile-results .mobile-tab::after {
    content: "";
    font-family: "icomoon";
    font-size: 11px;
    margin-left: 5px;
  }
  .qsm-results-page .mobile-results .mobile-answers {
    display: none;
  }
  .qsm-results-page .mobile-results .answer-container {
    background: #F9F9F9;
    color: #0A0806;
    padding: 10px;
  }
  .qsm-results-page .mobile-results .answer-container .score {
    display: none;
  }
  .qsm-results-page .mobile-results .answer-container .answer {
    display: none;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
    font-family: "Outfit";
  }
  .qsm-results-page .mobile-results .answer-container .answer.highlight {
    display: block;
  }
  .qsm-results-page .desktop-results {
    display: none !important;
  }
}
/* templates/blog/archive.scss */
.page-archive {
  padding: 0 0 50px;
}
.page-archive .page-header {
  text-align: center;
}
.page-archive .article-list {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 920px) {
  .page-archive .article-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .page-archive .article-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.navigation.pagination {
  width: 100%;
  text-align: center;
  padding: 30px;
}
@media (max-width: 620px) {
  .navigation.pagination {
    padding: 30px 0 !important;
  }
}
.navigation.pagination h2, .navigation.pagination .visual-size--h2 {
  height: 0;
  width: 0;
  display: block;
  text-indent: -50000px;
}
.navigation.pagination .nav-links {
  text-align: center;
}
.navigation.pagination .nav-links .page-numbers {
  font-family: "Outfit";
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #0A0806;
  padding: 10px 15px;
  border: 1px solid #0A0806;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 620px) {
  .navigation.pagination .nav-links .page-numbers {
    font-size: 15px !important;
    padding: 10px !important;
  }
}
.navigation.pagination .nav-links .page-numbers.prev:before {
  content: "\ea40";
  font-family: "icomoon";
  font-size: 12px;
  font-size: 0.75rem;
}
.navigation.pagination .nav-links .page-numbers.next:before {
  content: "\ea3c";
  font-family: "icomoon";
  font-size: 12px;
  font-size: 0.75rem;
}
.navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links .page-numbers:hover {
  background-color: #0A0806;
  color: #F9F9F9;
}
.article-list {
  margin: 30px 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}
@media (max-width: 960px) {
  .article-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 920px) {
  .article-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 620px) {
  .article-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.article-list article {
  text-align: center;
  background-color: #F9F9F9;
  padding: 25px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.article-list article .hero {
  width: 100%;
  height: 350px;
  overflow: hidden;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  -ms-grid-row-align: flex-start;
  .ms-flex-align-self: flex-start;
  align-self: flex-start;
}
.article-list article .hero img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.article-list article .entry-content h2, .article-list article .entry-content .visual-size--h2 {
  position: relative;
  top: -20px;
  width: 90%;
  padding: 20px;
  margin: 0 auto;
  background-color: #F9F9F9;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.5;
  line-height: 1.15;
  text-transform: none;
}
.article-list article .entry-content h2 a, .article-list article .entry-content .visual-size--h2 a {
  color: #0A0806;
  text-decoration: none;
}
.article-list article .entry-content .excerpt {
  padding: 0 20px 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0A0806;
  letter-spacing: 0.5;
  line-height: 1.3;
  width: 100%;
  margin-bottom: 10px;
}
.article-list article .actions {
  width: 100%;
  margin-top: auto;
}
.article-list article .actions .button, .article-list article .actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .article-list article .actions #wp-submit, .article-list article .actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .article-list article .actions .register_link, .article-list article .actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .article-list article .actions .lost_password_link, .article-list article .actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .article-list article .actions a.form-control {
  background-color: #0A0806;
  color: #F9F9F9;
  border: none;
  border-radius: 2px;
  display: block;
  padding: 15px;
}
.article-list article .actions .button:hover, .article-list article .actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .article-list article .actions #wp-submit:hover, .article-list article .actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .article-list article .actions .register_link:hover, .article-list article .actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .article-list article .actions .lost_password_link:hover, .article-list article .actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .article-list article .actions a.form-control:hover {
  background-color: #1a1510;
}
/* templates/blog/single.scss */
.single-post.postid-272681 #wrapper {
  background-image: url("resources/images/body/png/moh-cross.png");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.single-post .blog-article {
  padding: 50px 0;
}
@media (max-width: 620px) {
  .single-post .blog-article {
    padding: 30px 20px;
  }
}
.single-post .blog-article .blog-article__inner {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-post .blog-article .article__content {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.single-post .blog-article .article__content__header {
  text-align: center;
  margin-bottom: 20px;
}
.single-post .blog-article .article__content__header .excerpt {
  max-width: 680px;
  width: 100%;
  margin: 20px auto 40px;
  padding: 30px 0;
  border-width: 2px 0;
  border-style: dashed;
  border-color: #4c4c4c;
  font-weight: bold;
}
.single-post .blog-article .article__content__header .excerpt #summary {
  font-family: "Novecentosanswide-Normal";
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-right: 5px;
  letter-spacing: 1px;
}
.single-post .blog-article .article__content__header .excerpt #summary:after {
  content: "\e0e4";
  font-family: "icomoon";
  display: inline-block;
  -webkit-transform: rotate(45deg) translateX(1px) translateY(3px);
  -ms-transform: rotate(45deg) translateX(1px) translateY(3px);
  -moz-transform: rotate(45deg) translateX(1px) translateY(3px);
  -o-transform: rotate(45deg) translateX(1px) translateY(3px);
  transform: rotate(45deg) translateX(1px) translateY(3px);
}
.single-post .blog-article .article__content .wp-block-embed-vimeo .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.single-post .blog-article .article__content .wp-block-embed-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.single-post .blog-article .article__content h1, .single-post .blog-article .article__content .visual-size--h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 520px) {
  .single-post .blog-article .article__content h1, .single-post .blog-article .article__content .visual-size--h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.single-post .blog-article .article__content h2, .single-post .blog-article .article__content .visual-size--h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 30px;
}
.single-post .blog-article .article__content h3, .single-post .blog-article .article__content .visual-size--h3 {
  font-family: "Outfit";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: initial;
}
.single-post .blog-article .article__content h4, .single-post .blog-article .article__content .visual-size--h4 {
  margin-bottom: 10px;
  font-size: 25px;
  font-size: 1.5625rem;
}
.single-post .blog-article .article__content h1 a, .single-post .blog-article .article__content .visual-size--h1 a, .single-post .blog-article .article__content h2 a, .single-post .blog-article .article__content .visual-size--h2 a, .single-post .blog-article .article__content h3 a, .single-post .blog-article .article__content .visual-size--h3 a, .single-post .blog-article .article__content h4 a, .single-post .blog-article .article__content .visual-size--h4 a {
  border-bottom: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.single-post .blog-article .article__content h1 a:hover, .single-post .blog-article .article__content .visual-size--h1 a:hover, .single-post .blog-article .article__content h2 a:hover, .single-post .blog-article .article__content .visual-size--h2 a:hover, .single-post .blog-article .article__content h3 a:hover, .single-post .blog-article .article__content .visual-size--h3 a:hover, .single-post .blog-article .article__content h4 a:hover, .single-post .blog-article .article__content .visual-size--h4 a:hover {
  color: #0A0806;
}
.single-post .blog-article .article__content p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Outfit";
  letter-spacing: 0px;
}
.single-post .blog-article .article__content p strong {
  font-weight: 600;
}
.single-post .blog-article .article__content p a {
  border-bottom: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.single-post .blog-article .article__content p a:hover {
  color: #0A0806;
}
.single-post .blog-article .article__content ul, .single-post .blog-article .article__content ol {
  margin: 10px 0 40px 50px;
}
.single-post .blog-article .article__content ul li, .single-post .blog-article .article__content ol li {
  list-style: square;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.single-post .blog-article .article__content ul li a, .single-post .blog-article .article__content ol li a {
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #0A0806;
}
.single-post .blog-article .article__content ul li a:hover, .single-post .blog-article .article__content ol li a:hover {
  color: #a67c00;
  text-decoration: none;
}
.single-post .blog-article .article__content ol li {
  list-style: decimal;
}
.single-post .blog-article .article__content img {
  max-width: 100%;
  height: auto;
}
.single-post .blog-article .article__content img.wp-post-image {
  margin-bottom: 50px;
}
.single-post .blog-article .article__content .woocommerce .products {
  margin: 20px 0;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-post .blog-article .article__content .woocommerce .products.columns-3 .product {
  width: 32%;
}
@media (max-width: 520px) {
  .single-post .blog-article .article__content .woocommerce .products.columns-3 .product {
    width: 100%;
  }
}
.single-post .blog-article .article__content .woocommerce .products .product.first {
  margin-left: 0;
}
.single-post .blog-article .article__content .woocommerce .products .product.last {
  margin-right: 0;
}
.single-post .blog-article .article__content .woocommerce .products a:hover {
  border-bottom: none;
}
.single-post .blog-article .article__supplimentals .author-content {
  background-color: #0A0806;
  color: #F9F9F9;
  width: 100%;
  border-radius: 10px;
  padding: 70px 20px 20px;
  margin: 110px 0 30px;
  text-align: center;
  position: relative;
}
.single-post .blog-article .article__supplimentals .author-content a {
  text-decoration: none;
}
.single-post .blog-article .article__supplimentals .author-content img {
  border-radius: 50%;
  border-width: 10px;
  border-style: solid;
  border-color: #FFFFFF;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
}
.single-post .blog-article .article__supplimentals .author-content h3, .single-post .blog-article .article__supplimentals .author-content .visual-size--h3 {
  margin-bottom: 10px;
  color: #F9F9F9;
}
.single-post .blog-article .article__supplimentals .author-content p {
  color: #F9F9F9;
}
.single-post .blog-article .article__supplimentals .social-share {
  margin-bottom: 30px;
}
.single-post .blog-article .article__supplimentals .related-articles h3, .single-post .blog-article .article__supplimentals .related-articles .visual-size--h3 {
  margin: 0 0 20px;
  text-align: center;
}
.single-post .blog-article .article__supplimentals .related-articles .article-list {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 920px) {
  .single-post .blog-article .article__supplimentals .related-articles .article-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 620px) {
  .single-post .blog-article .article__supplimentals .related-articles .article-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-post .blog-article .full-width-article .article__content {
  max-width: inherit;
}
.single-post .blog-article .full-width-article .article__content h2, .single-post .blog-article .full-width-article .article__content .visual-size--h2 {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 30px;
}
.single-post .blog-article .full-width-article .article__content h3, .single-post .blog-article .full-width-article .article__content .visual-size--h3 {
  font-size: 25px;
  font-size: 1.5625rem;
}
.single-post .blog-article .full-width-article .article__content h1.highlighted:after, .single-post .blog-article .full-width-article .article__content .highlighted.visual-size--h1:after, .single-post .blog-article .full-width-article .article__content h2.highlighted:after, .single-post .blog-article .full-width-article .article__content .highlighted.visual-size--h2:after, .single-post .blog-article .full-width-article .article__content h3.highlighted:after, .single-post .blog-article .full-width-article .article__content .highlighted.visual-size--h3:after, .single-post .blog-article .full-width-article .article__content h4.highlighted:after, .single-post .blog-article .full-width-article .article__content .highlighted.visual-size--h4:after, .single-post .blog-article .full-width-article .article__content h5.highlighted:after, .single-post .blog-article .full-width-article .article__content .highlighted.visual-size--h5:after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background-color: #a67c00;
  margin: 10px 0 0;
}
.single-post .blog-article .full-width-article .article__content p {
  margin-bottom: 20px;
  line-height: 1.4;
}
.single-post .blog-article .full-width-article .article__content p em {
  font-style: italic;
}
.single-post .blog-article .full-width-article .article__content p.no-margin {
  margin-bottom: 5px;
}
.single-post .blog-article .full-width-article .article__content p.quote {
  font-family: "linotype-didot";
  font-size: 22px;
  font-size: 1.375rem;
}
.single-post .blog-article .full-width-article .article__content p.quote:after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background-color: #a67c00;
  margin: 10px 0 0;
}
.single-post .blog-article .full-width-article .article__content .shop-the-look-slider {
  padding-left: 100px;
  padding-bottom: 100px;
}
@media (max-width: 620px) {
  .single-post .blog-article .full-width-article .article__content .shop-the-look-slider {
    padding-left: 0;
    padding-bottom: 50px;
  }
}
.single-post .blog-article .full-width-article .article__content .shop-the-look-slider .wc-block-grid__product .wc-block-grid__product-title {
  text-transform: inherit;
}
.single-post .blog-article .full-width-article .article__content .shop-the-look-slider .wc-block-grid__product .wc-block-grid__product-onsale {
  display: none;
}
.single-post .blog-article .full-width-article .article__content .shop-the-look-slider .wc-block-grid__product .add_to_cart_button {
  font-size: 12px;
  font-size: 0.75rem;
}
.single-post .blog-article .full-width-article .article__content .shop-the-look-slider .slick-arrow.slick-prev {
  top: initial;
  bottom: -100px;
  top: initial;
  bottom: -100px;
  left: calc(45% - 50px);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
@media (max-width: 620px) {
  .single-post .blog-article .full-width-article .article__content .shop-the-look-slider .slick-arrow.slick-prev {
    left: 50px;
    bottom: -50px;
  }
}
.single-post .blog-article .full-width-article .article__content .shop-the-look-slider .slick-arrow.slick-prev:before {
  content: "\e903";
  font-family: icomoon;
  background: none;
  color: #a67c00;
}
.single-post .blog-article .full-width-article .article__content .shop-the-look-slider .slick-arrow.slick-next {
  top: initial;
  bottom: -100px;
  right: calc(45% + 50px);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
@media (max-width: 620px) {
  .single-post .blog-article .full-width-article .article__content .shop-the-look-slider .slick-arrow.slick-next {
    right: 50px;
    bottom: -50px;
  }
}
.single-post .blog-article .full-width-article .article__content .shop-the-look-slider .slick-arrow.slick-next:before {
  content: "\e904";
  font-family: icomoon;
  background: none;
  color: #a67c00;
}
.single-post .blog-article .full-width-article .article__content .wp-block-columns {
  width: 100%;
}
.single-post .blog-article .full-width-article .article__content .wp-block-columns .wc-block-grid__product .wc-block-grid__product-title {
  text-transform: inherit;
}
.single-post .blog-article .full-width-article .article__content .wp-block-columns .wc-block-grid__product .wc-block-grid__product-onsale {
  display: none;
}
.single-post .blog-article .full-width-article .article__content .wp-block-columns .wc-block-grid__product .add_to_cart_button {
  font-size: 12px;
  font-size: 0.75rem;
}
.single-post .blog-article .full-width-article .article__content .wp-block-columns.no-gap {
  gap: 0;
}
.single-post .blog-article .full-width-article .article__content .wp-block-columns.vertical-center {
  align-items: center !important;
  height: 100%;
}
.single-post .blog-article .full-width-article .article__content .wp-block-columns .wp-block-column {
  margin: 0 auto;
}
.single-post .blog-article .full-width-article .article__content .wp-block-columns .wp-block-column .ghostkit-grid-inner .wp-block-pullquote:before {
  content: "";
  display: block;
  border-top: 3px solid #a67c00;
  width: 50px;
  margin: 0 auto 30px;
}
.single-post .blog-article .full-width-article .article__content .wp-block-columns .wp-block-column .ghostkit-grid-inner .wp-block-pullquote:after {
  content: "";
  display: block;
  border-top: 3px solid #a67c00;
  width: 50px;
  margin: 30px auto 0;
}
.single-post .blog-article .full-width-article .article__content .wp-block-columns .wp-block-column .ghostkit-grid-inner .wp-block-pullquote p {
  font-family: "linotype-didot";
  font-size: 20px;
  font-size: 1.25rem;
}
.single-post .blog-article .full-width-article .article__content .wp-block-columns .wp-block-column .ghostkit-grid-inner .wp-block-pullquote cite {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Outfit";
  color: #F9F9F9;
  letter-spacing: 0px;
  line-height: 1.4;
}
.single-post .blog-article .full-width-article .article__content .wp-block-columns .wp-block-column .wp-block-image {
  margin: 0;
}
.single-post .blog-article .full-width-article .article__content .wp-block-columns .wp-block-column .wp-block-image.image-max-420 {
  max-width: 420px;
  margin: 0 auto;
}
.single-post .blog-article .full-width-article .article__content .wp-block-columns .wp-block-column .wp-block-columns {
  position: relative;
  z-index: 100;
}
.single-post .blog-article .full-width-article .article__content .wp-block-columns .wp-block-column.blog-container {
  position: relative;
  z-index: 100;
}
.single-post .blog-article .full-width-article .article__content .wp-block-columns .wp-block-column.blog-container:after {
  content: "";
  background-color: #232323;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 25%;
  z-index: 10;
}
.single-post .blog-article .full-width-article .article__supplimentals {
  width: 100%;
}
.single-post .post-links {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.single-post .post-links li {
  position: relative;
  width: 48%;
  background-color: #2a2219;
  line-height: 1;
  list-style: none !important;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  .ms-flex-align-self: stretch;
  align-self: stretch;
}
.single-post .post-links li a {
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "neue-haas-grotesk-display";
  text-decoration: none;
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
}
.single-post .post-links li.prev a {
  padding: 20px 20px 20px 80px;
}
.single-post .post-links li.prev::before {
  background-color: #0A0806;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "\e903";
  font-family: "icomoon";
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 1;
}
@media (max-width: 460px) {
  .single-post .post-links li.prev a {
    padding: 20px 25px 20px 20px;
    text-align: center;
  }
  .single-post .post-links li.prev::Before {
    width: 30px;
    left: -15px;
  }
}
.single-post .post-links li.next a {
  padding: 20px 90px 20px 20px;
  text-align: right;
}
.single-post .post-links li.next::before {
  background-color: #0A0806;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "\e904";
  font-family: "icomoon";
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  z-index: 1;
}
@media (max-width: 460px) {
  .single-post .post-links li.next a {
    padding: 20px 20px 20px 25px;
    text-align: center;
  }
  .single-post .post-links li.next::Before {
    width: 30px;
    right: -15px;
  }
}
/* templates/ids/archive.scss */
.post-type-archive-designer-secrets .ids-article-list {
  margin: 30px 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 20px;
}
@media (max-width: 620px) {
  .post-type-archive-designer-secrets .ids-article-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.post-type-archive-designer-secrets .ids-article-list article {
  text-align: center;
  background-color: #1D2020;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.post-type-archive-designer-secrets .ids-article-list article:first-of-type {
  grid-column: span 3;
  flex-direction: initial;
}
@media (max-width: 620px) {
  .post-type-archive-designer-secrets .ids-article-list article:first-of-type {
    grid-column: initial;
  }
}
.post-type-archive-designer-secrets .ids-article-list article:first-of-type .hero {
  width: 66%;
}
@media (max-width: 620px) {
  .post-type-archive-designer-secrets .ids-article-list article:first-of-type .hero {
    width: initial;
  }
}
.post-type-archive-designer-secrets .ids-article-list article:first-of-type .entry-content {
  width: 33%;
  text-align: center;
}
@media (max-width: 620px) {
  .post-type-archive-designer-secrets .ids-article-list article:first-of-type .entry-content {
    width: initial;
    text-align: left;
  }
}
.post-type-archive-designer-secrets .ids-article-list article:first-of-type .entry-content h2, .post-type-archive-designer-secrets .ids-article-list article:first-of-type .entry-content .visual-size--h2 {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (max-width: 620px) {
  .post-type-archive-designer-secrets .ids-article-list article:first-of-type .entry-content h2, .post-type-archive-designer-secrets .ids-article-list article:first-of-type .entry-content .visual-size--h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.post-type-archive-designer-secrets .ids-article-list article:first-of-type .entry-content .excerpt {
  display: none;
}
@media (max-width: 620px) {
  .post-type-archive-designer-secrets .ids-article-list article:first-of-type .entry-content .excerpt {
    display: block;
  }
}
.post-type-archive-designer-secrets .ids-article-list article .hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  -ms-grid-row-align: flex-start;
  .ms-flex-align-self: flex-start;
  align-self: flex-start;
}
.post-type-archive-designer-secrets .ids-article-list article .hero img {
  width: 100%;
  height: auto;
  display: block;
}
.post-type-archive-designer-secrets .ids-article-list article .entry-content {
  padding: 20px 30px;
  text-align: left;
}
.post-type-archive-designer-secrets .ids-article-list article .entry-content h2, .post-type-archive-designer-secrets .ids-article-list article .entry-content .visual-size--h2 {
  width: 100%;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.5;
  line-height: 1.15;
  margin-bottom: 10px;
  text-transform: none;
}
.post-type-archive-designer-secrets .ids-article-list article .entry-content h2 a, .post-type-archive-designer-secrets .ids-article-list article .entry-content .visual-size--h2 a {
  color: #FFFFFF;
  text-decoration: none;
}
.post-type-archive-designer-secrets .ids-article-list article .entry-content .excerpt {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.5;
  line-height: 1.2;
  width: 100%;
  margin-bottom: 10px;
}
.post-type-archive-designer-secrets .ids-article-list article .entry-content .actions {
  width: 100%;
}
.post-type-archive-designer-secrets .ids-article-list article .entry-content .actions a {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #F9F9F9;
  font-family: "Outfit";
}
/* templates/ids/single.scss */
.single-designer-secrets #breadcrumbs {
  display: none;
}
.single-designer-secrets .ids-article {
  padding: 50px 0;
}
.single-designer-secrets .ids-article .blog-article__inner {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-designer-secrets .ids-article .wp-block-column {
  margin-left: auto;
  margin-right: auto;
}
.single-designer-secrets .ids-article .article__content {
  width: 100%;
  margin: 0 auto;
}
.single-designer-secrets .ids-article .article__content__header {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
}
.single-designer-secrets .ids-article .article__content__header .excerpt {
  max-width: 680px;
  width: 100%;
  margin: 20px auto 40px;
  padding: 30px 0;
  border-width: 2px 0;
  border-style: dashed;
  border-color: #4c4c4c;
  font-weight: bold;
}
.single-designer-secrets .ids-article .article__content__header .excerpt #summary {
  font-family: "Novecentosanswide-Normal";
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-right: 5px;
  letter-spacing: 1px;
}
.single-designer-secrets .ids-article .article__content__header .excerpt #summary:after {
  content: "\e0e4";
  font-family: "icomoon";
  display: inline-block;
  -webkit-transform: rotate(45deg) translateX(1px) translateY(3px);
  -ms-transform: rotate(45deg) translateX(1px) translateY(3px);
  -moz-transform: rotate(45deg) translateX(1px) translateY(3px);
  -o-transform: rotate(45deg) translateX(1px) translateY(3px);
  transform: rotate(45deg) translateX(1px) translateY(3px);
}
.single-designer-secrets .ids-article .article__content h1, .single-designer-secrets .ids-article .article__content .visual-size--h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 520px) {
  .single-designer-secrets .ids-article .article__content h1, .single-designer-secrets .ids-article .article__content .visual-size--h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.single-designer-secrets .ids-article .article__content h2, .single-designer-secrets .ids-article .article__content .visual-size--h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 30px;
}
.single-designer-secrets .ids-article .article__content h3, .single-designer-secrets .ids-article .article__content .visual-size--h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 30px;
}
.single-designer-secrets .ids-article .article__content h4, .single-designer-secrets .ids-article .article__content .visual-size--h4 {
  margin-bottom: 10px;
  font-size: 25px;
  font-size: 1.5625rem;
}
.single-designer-secrets .ids-article .article__content h1 a, .single-designer-secrets .ids-article .article__content .visual-size--h1 a, .single-designer-secrets .ids-article .article__content h2 a, .single-designer-secrets .ids-article .article__content .visual-size--h2 a, .single-designer-secrets .ids-article .article__content h3 a, .single-designer-secrets .ids-article .article__content .visual-size--h3 a, .single-designer-secrets .ids-article .article__content h4 a, .single-designer-secrets .ids-article .article__content .visual-size--h4 a {
  border-bottom: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.single-designer-secrets .ids-article .article__content h1 a:hover, .single-designer-secrets .ids-article .article__content .visual-size--h1 a:hover, .single-designer-secrets .ids-article .article__content h2 a:hover, .single-designer-secrets .ids-article .article__content .visual-size--h2 a:hover, .single-designer-secrets .ids-article .article__content h3 a:hover, .single-designer-secrets .ids-article .article__content .visual-size--h3 a:hover, .single-designer-secrets .ids-article .article__content h4 a:hover, .single-designer-secrets .ids-article .article__content .visual-size--h4 a:hover {
  color: #0A0806;
}
.single-designer-secrets .ids-article .article__content p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Outfit";
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.single-designer-secrets .ids-article .article__content p strong {
  font-weight: 600;
}
.single-designer-secrets .ids-article .article__content p a {
  border-bottom: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.single-designer-secrets .ids-article .article__content p a:hover {
  color: #0A0806;
}
.single-designer-secrets .ids-article .article__content blockquote p {
  margin-bottom: 0;
}
.single-designer-secrets .ids-article .article__content ul, .single-designer-secrets .ids-article .article__content ol {
  margin: 10px 0 40px 50px;
}
.single-designer-secrets .ids-article .article__content ul li, .single-designer-secrets .ids-article .article__content ol li {
  list-style: square;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
}
.single-designer-secrets .ids-article .article__content ul li a, .single-designer-secrets .ids-article .article__content ol li a {
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-designer-secrets .ids-article .article__content ul li a:hover, .single-designer-secrets .ids-article .article__content ol li a:hover {
  color: #ff9406;
  border-bottom: 2px solid #ff9406;
}
.single-designer-secrets .ids-article .article__content ol li {
  list-style: decimal;
}
.single-designer-secrets .ids-article .article__content img {
  max-width: 100%;
  height: auto;
}
.single-designer-secrets .ids-article .article__content img.wp-post-image {
  margin-bottom: 50px;
}
.single-designer-secrets .ids-article .article__content .woocommerce .products {
  margin: 20px 0;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-designer-secrets .ids-article .article__content .woocommerce .products.columns-3 .product {
  width: 32%;
}
@media (max-width: 520px) {
  .single-designer-secrets .ids-article .article__content .woocommerce .products.columns-3 .product {
    width: 100%;
  }
}
.single-designer-secrets .ids-article .article__content .woocommerce .products .product.first {
  margin-left: 0;
}
.single-designer-secrets .ids-article .article__content .woocommerce .products .product.last {
  margin-right: 0;
}
.single-designer-secrets .ids-article .article__content .woocommerce .products a:hover {
  border-bottom: none;
}
.single-designer-secrets .ids-article .article__supplimentals .author-content {
  background-color: #0A0806;
  width: 100%;
  border-radius: 10px;
  padding: 70px 20px 20px;
  margin: 100px 0 30px;
  text-align: center;
  position: relative;
}
.single-designer-secrets .ids-article .article__supplimentals .author-content img {
  border-radius: 50%;
  border-width: 10px;
  border-style: solid;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
}
.single-designer-secrets .ids-article .article__supplimentals .author-content h3, .single-designer-secrets .ids-article .article__supplimentals .author-content .visual-size--h3 {
  margin-bottom: 10px;
  color: #F9F9F9;
}
.single-designer-secrets .ids-article .article__supplimentals .author-content p {
  color: #F9F9F9;
}
.single-designer-secrets .ids-article .article__supplimentals .social-share {
  margin-bottom: 30px;
}
.single-designer-secrets .ids-article .article__supplimentals .related-articles h3, .single-designer-secrets .ids-article .article__supplimentals .related-articles .visual-size--h3 {
  margin: 0 0 20px;
  text-align: center;
}
.single-designer-secrets .ids-article .full-width-article .article__content {
  max-width: inherit;
}
.single-designer-secrets .ids-article .full-width-article .article__content h2, .single-designer-secrets .ids-article .full-width-article .article__content .visual-size--h2 {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 30px;
}
.single-designer-secrets .ids-article .full-width-article .article__content h3, .single-designer-secrets .ids-article .full-width-article .article__content .visual-size--h3 {
  font-size: 25px;
  font-size: 1.5625rem;
}
.single-designer-secrets .ids-article .full-width-article .article__content h1.highlighted:after, .single-designer-secrets .ids-article .full-width-article .article__content .highlighted.visual-size--h1:after, .single-designer-secrets .ids-article .full-width-article .article__content h2.highlighted:after, .single-designer-secrets .ids-article .full-width-article .article__content .highlighted.visual-size--h2:after, .single-designer-secrets .ids-article .full-width-article .article__content h3.highlighted:after, .single-designer-secrets .ids-article .full-width-article .article__content .highlighted.visual-size--h3:after, .single-designer-secrets .ids-article .full-width-article .article__content h4.highlighted:after, .single-designer-secrets .ids-article .full-width-article .article__content .highlighted.visual-size--h4:after, .single-designer-secrets .ids-article .full-width-article .article__content h5.highlighted:after, .single-designer-secrets .ids-article .full-width-article .article__content .highlighted.visual-size--h5:after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background-color: #a67c00;
  margin: 10px 0 0;
}
.single-designer-secrets .ids-article .full-width-article .article__content p {
  margin-bottom: 20px;
  line-height: 1.4;
}
.single-designer-secrets .ids-article .full-width-article .article__content p em {
  font-style: italic;
}
.single-designer-secrets .ids-article .full-width-article .article__content p.no-margin {
  margin-bottom: 5px;
}
.single-designer-secrets .ids-article .full-width-article .article__content p.quote {
  font-family: "linotype-didot";
  font-size: 22px;
  font-size: 1.375rem;
}
.single-designer-secrets .ids-article .full-width-article .article__content p.quote:after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background-color: #a67c00;
  margin: 10px 0 0;
}
.single-designer-secrets .ids-article .full-width-article .article__content .shop-the-look-slider {
  padding-left: 100px;
  padding-bottom: 100px;
}
@media (max-width: 620px) {
  .single-designer-secrets .ids-article .full-width-article .article__content .shop-the-look-slider {
    padding-left: 0;
    padding-bottom: 50px;
  }
}
.single-designer-secrets .ids-article .full-width-article .article__content .shop-the-look-slider .wc-block-grid__product .wc-block-grid__product-title {
  text-transform: inherit;
}
.single-designer-secrets .ids-article .full-width-article .article__content .shop-the-look-slider .wc-block-grid__product .wc-block-grid__product-onsale {
  display: none;
}
.single-designer-secrets .ids-article .full-width-article .article__content .shop-the-look-slider .wc-block-grid__product .add_to_cart_button {
  font-size: 12px;
  font-size: 0.75rem;
}
.single-designer-secrets .ids-article .full-width-article .article__content .shop-the-look-slider .slick-arrow.slick-prev {
  top: initial;
  bottom: -100px;
  top: initial;
  bottom: -100px;
  left: calc(45% - 50px);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
@media (max-width: 620px) {
  .single-designer-secrets .ids-article .full-width-article .article__content .shop-the-look-slider .slick-arrow.slick-prev {
    left: 50px;
    bottom: -50px;
  }
}
.single-designer-secrets .ids-article .full-width-article .article__content .shop-the-look-slider .slick-arrow.slick-prev:before {
  content: "\e903";
  font-family: icomoon;
  background: none;
  color: #a67c00;
}
.single-designer-secrets .ids-article .full-width-article .article__content .shop-the-look-slider .slick-arrow.slick-next {
  top: initial;
  bottom: -100px;
  right: calc(45% + 50px);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
@media (max-width: 620px) {
  .single-designer-secrets .ids-article .full-width-article .article__content .shop-the-look-slider .slick-arrow.slick-next {
    right: 50px;
    bottom: -50px;
  }
}
.single-designer-secrets .ids-article .full-width-article .article__content .shop-the-look-slider .slick-arrow.slick-next:before {
  content: "\e904";
  font-family: icomoon;
  background: none;
  color: #a67c00;
}
.single-designer-secrets .ids-article .full-width-article .article__content .wp-block-columns {
  width: 100%;
}
.single-designer-secrets .ids-article .full-width-article .article__content .wp-block-columns .wc-block-grid__product .wc-block-grid__product-title {
  text-transform: inherit;
}
.single-designer-secrets .ids-article .full-width-article .article__content .wp-block-columns .wc-block-grid__product .wc-block-grid__product-onsale {
  display: none;
}
.single-designer-secrets .ids-article .full-width-article .article__content .wp-block-columns .wc-block-grid__product .add_to_cart_button {
  font-size: 12px;
  font-size: 0.75rem;
}
.single-designer-secrets .ids-article .full-width-article .article__content .wp-block-columns.no-gap {
  gap: 0;
}
.single-designer-secrets .ids-article .full-width-article .article__content .wp-block-columns.vertical-center {
  align-items: center !important;
  height: 100%;
}
.single-designer-secrets .ids-article .full-width-article .article__content .wp-block-columns .wp-block-column {
  margin: 0 auto;
}
.single-designer-secrets .ids-article .full-width-article .article__content .wp-block-columns .wp-block-column .ghostkit-grid-inner .wp-block-pullquote:before {
  content: "";
  display: block;
  border-top: 3px solid #a67c00;
  width: 50px;
  margin: 0 auto 30px;
}
.single-designer-secrets .ids-article .full-width-article .article__content .wp-block-columns .wp-block-column .ghostkit-grid-inner .wp-block-pullquote:after {
  content: "";
  display: block;
  border-top: 3px solid #a67c00;
  width: 50px;
  margin: 30px auto 0;
}
.single-designer-secrets .ids-article .full-width-article .article__content .wp-block-columns .wp-block-column .ghostkit-grid-inner .wp-block-pullquote p {
  font-family: "linotype-didot";
  font-size: 20px;
  font-size: 1.25rem;
}
.single-designer-secrets .ids-article .full-width-article .article__content .wp-block-columns .wp-block-column .ghostkit-grid-inner .wp-block-pullquote cite {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Muli";
  letter-spacing: 0px;
  line-height: 1.4;
}
.single-designer-secrets .ids-article .full-width-article .article__content .wp-block-columns .wp-block-column .wp-block-image {
  margin: 0;
}
.single-designer-secrets .ids-article .full-width-article .article__content .wp-block-columns .wp-block-column .wp-block-image.image-max-420 {
  max-width: 420px;
  margin: 0 auto;
}
.single-designer-secrets .ids-article .full-width-article .article__content .wp-block-columns .wp-block-column .wp-block-columns {
  position: relative;
  z-index: 100;
}
.single-designer-secrets .ids-article .full-width-article .article__content .wp-block-columns .wp-block-column.blog-container {
  position: relative;
  z-index: 100;
}
.single-designer-secrets .ids-article .full-width-article .article__content .wp-block-columns .wp-block-column.blog-container:after {
  content: "";
  background-color: #232323;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 25%;
  z-index: 10;
}
.single-designer-secrets .ids-article .full-width-article .article__supplimentals {
  width: 100%;
}
.single-designer-secrets .post-links {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.single-designer-secrets .post-links li {
  position: relative;
  width: 48%;
  background-color: #2a2219;
  line-height: 1;
  list-style: none !important;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  .ms-flex-align-self: stretch;
  align-self: stretch;
}
.single-designer-secrets .post-links li a {
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "neue-haas-grotesk-display";
  text-decoration: none;
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
}
.single-designer-secrets .post-links li.prev a {
  padding: 20px 20px 20px 80px;
}
.single-designer-secrets .post-links li.prev::before {
  background-color: #0A0806;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "\e903";
  font-family: "icomoon";
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 1;
}
@media (max-width: 460px) {
  .single-designer-secrets .post-links li.prev a {
    padding: 20px 25px 20px 20px;
    text-align: center;
  }
  .single-designer-secrets .post-links li.prev::Before {
    width: 30px;
    left: -15px;
  }
}
.single-designer-secrets .post-links li.next a {
  padding: 20px 90px 20px 20px;
  text-align: right;
}
.single-designer-secrets .post-links li.next::before {
  background-color: #0A0806;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "\e904";
  font-family: "icomoon";
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  z-index: 1;
}
@media (max-width: 460px) {
  .single-designer-secrets .post-links li.next a {
    padding: 20px 20px 20px 25px;
    text-align: center;
  }
  .single-designer-secrets .post-links li.next::Before {
    width: 30px;
    right: -15px;
  }
}
/* templates/rooms/archive.scss */
.rooms-article-list {
  margin: 30px 0;
  width: 100%;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  .ms-flex-align-items: stretch;
  align-items: stretch;
}
.rooms-article-list article {
  width: 32%;
  text-align: center;
  background-color: #0A0806;
  margin-bottom: 20px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  flex-flow: row wrap;
}
@media (max-width: 820px) {
  .rooms-article-list article {
    width: 49%;
  }
}
@media (max-width: 530px) {
  .rooms-article-list article {
    width: 100%;
  }
}
.rooms-article-list article .hero {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.rooms-article-list article .hero .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #F9F9F9;
  text-align: center;
  text-transform: uppercase;
  z-index: 20;
  background-color: rgba(24, 26, 26, 0.7);
}
.rooms-article-list article .hero img {
  width: 100%;
  height: auto;
  display: block;
}
.rooms-article-list article .actions {
  width: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  -ms-grid-row-align: flex-end;
  .ms-flex-align-self: flex-end;
  align-self: flex-end;
}
/* templates/rooms/single.scss */
.single-rooms .rooms-article {
  padding: 50px 0;
}
.single-rooms .rooms-article .rooms-article__inner {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-rooms .rooms-article .article__content {
  width: 100%;
}
.single-rooms .rooms-article .article__content__header {
  text-align: center;
  margin-bottom: 20px;
}
.single-rooms .rooms-article .article__content h1, .single-rooms .rooms-article .article__content .visual-size--h1 {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 30px;
}
@media (max-width: 520px) {
  .single-rooms .rooms-article .article__content h1, .single-rooms .rooms-article .article__content .visual-size--h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.single-rooms .rooms-article .article__content h2, .single-rooms .rooms-article .article__content .visual-size--h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 30px;
}
.single-rooms .rooms-article .article__content h3, .single-rooms .rooms-article .article__content .visual-size--h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 30px;
}
.single-rooms .rooms-article .article__content h4, .single-rooms .rooms-article .article__content .visual-size--h4 {
  margin-bottom: 10px;
}
.single-rooms .rooms-article .article__content h1, .single-rooms .rooms-article .article__content .visual-size--h1, .single-rooms .rooms-article .article__content h2, .single-rooms .rooms-article .article__content .visual-size--h2, .single-rooms .rooms-article .article__content h3, .single-rooms .rooms-article .article__content .visual-size--h3, .single-rooms .rooms-article .article__content h4, .single-rooms .rooms-article .article__content .visual-size--h4 {
  color: #FFFFFF;
}
.single-rooms .rooms-article .article__content h1 span, .single-rooms .rooms-article .article__content .visual-size--h1 span, .single-rooms .rooms-article .article__content h2 span, .single-rooms .rooms-article .article__content .visual-size--h2 span, .single-rooms .rooms-article .article__content h3 span, .single-rooms .rooms-article .article__content .visual-size--h3 span, .single-rooms .rooms-article .article__content h4 span, .single-rooms .rooms-article .article__content .visual-size--h4 span {
  color: #FFFFFF !important;
}
.single-rooms .rooms-article .article__content h1 a, .single-rooms .rooms-article .article__content .visual-size--h1 a, .single-rooms .rooms-article .article__content h2 a, .single-rooms .rooms-article .article__content .visual-size--h2 a, .single-rooms .rooms-article .article__content h3 a, .single-rooms .rooms-article .article__content .visual-size--h3 a, .single-rooms .rooms-article .article__content h4 a, .single-rooms .rooms-article .article__content .visual-size--h4 a {
  color: #FFFFFF;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-bottom: none !important;
}
.single-rooms .rooms-article .article__content h1 a:hover, .single-rooms .rooms-article .article__content .visual-size--h1 a:hover, .single-rooms .rooms-article .article__content h2 a:hover, .single-rooms .rooms-article .article__content .visual-size--h2 a:hover, .single-rooms .rooms-article .article__content h3 a:hover, .single-rooms .rooms-article .article__content .visual-size--h3 a:hover, .single-rooms .rooms-article .article__content h4 a:hover, .single-rooms .rooms-article .article__content .visual-size--h4 a:hover {
  color: #0A0806;
}
.single-rooms .rooms-article .article__content p a {
  color: #FFFFFF;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-bottom: none !important;
}
.single-rooms .rooms-article .article__content p a:hover {
  color: #0A0806;
}
.single-rooms .rooms-article .article__content ul, .single-rooms .rooms-article .article__content ol {
  margin: 10px 0 10px 20px;
}
.single-rooms .rooms-article .article__content ul li, .single-rooms .rooms-article .article__content ol li {
  list-style: square;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
  color: #FFFFFF;
}
.single-rooms .rooms-article .article__content ul li a, .single-rooms .rooms-article .article__content ol li a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-rooms .rooms-article .article__content ul li a:hover, .single-rooms .rooms-article .article__content ol li a:hover {
  color: #ff9406;
  border-bottom: 2px solid #ff9406;
}
.single-rooms .rooms-article .article__content ol li {
  list-style: decimal;
}
.single-rooms .rooms-article .article__content img {
  max-width: 100%;
  height: auto;
}
.single-rooms .rooms-article .article__content img.wp-post-image {
  margin-bottom: 50px;
}
.single-rooms .rooms-article .article__content figure figcaption {
  font-family: "neue-haas-grotesk-display";
  font-size: 16px;
  font-size: 1rem;
  color: #FFFFFF;
  padding: 10px 0 20px;
}
.single-rooms .rooms-article .article__content figure figcaption a {
  color: #FFFFFF;
}
.single-rooms .rooms-article .article__content .wc-block-grid__products {
  margin: 20px 0;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-rooms .rooms-article .article__content .wc-block-grid__product {
  width: 32%;
  margin-bottom: 20px;
  list-style: none;
}
.single-rooms .rooms-article .article__content .wc-block-grid__product a {
  text-decoration: none;
}
@media (max-width: 750px) {
  .single-rooms .rooms-article .article__content .wc-block-grid__product {
    width: 48%;
  }
}
@media (max-width: 520px) {
  .single-rooms .rooms-article .article__content .wc-block-grid__product {
    width: 100%;
  }
}
.single-rooms .rooms-article .article__content .wc-block-grid__product:last-of-type {
  margin-right: auto;
}
.single-rooms .rooms-article .article__content .woocommerce .products {
  margin: 20px 0;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-rooms .rooms-article .article__content .woocommerce .products.columns-3 .product {
  width: 32%;
  margin-bottom: 20px;
  list-style: none;
}
@media (max-width: 520px) {
  .single-rooms .rooms-article .article__content .woocommerce .products.columns-3 .product {
    width: 100%;
  }
}
.single-rooms .rooms-article .article__content .woocommerce .products .product.first {
  margin-left: 0;
}
.single-rooms .rooms-article .article__content .woocommerce .products .product.last {
  margin-right: 0;
}
.single-rooms .rooms-article .article__content .woocommerce .products a {
  color: #FFFFFF;
}
.single-rooms .rooms-article .article__content .woocommerce .products a:hover {
  border-bottom: none;
}
body.postid-253333 #product-253333 a.single_add_to_cart_button:hover, body.postid-253333 #product-253333 button.single_add_to_cart_button:hover {
  background: #735600;
}
body.postid-253333 #product-253333 .summary .product_title.entry-title, body.postid-253333 #product-253333 .summary .pewc-main-price {
  display: none;
}
body.postid-253333 #product-253333 .summary .woocommerce-product-details__short-description img {
  margin-top: 60px;
}
body.postid-253333 #product-253333 span.price {
  font-weight: 600;
}
body.postid-253333 #product-253333 .woocommerce-variation-add-to-cart p {
  display: none;
}
body.postid-253333 p {
  letter-spacing: 0.5px;
  color: #9e9e9e;
}
body.postid-253333 strong {
  font-weight: 600;
}
body.postid-253333 .intro-title {
  font-family: "linotype-didot";
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: -1px;
  margin: 20px 0 20px 0;
}
body.postid-253333 .intro-subtitle {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
body.postid-253333 .intro-bg {
  background-color: #1f1f1f;
  padding: 10px 40px 40px 40px;
}
body.postid-253333 .intro-bg span {
  font-weight: 800;
}
body.postid-253333 .intro-bg ul li {
  list-style: disc !important;
  list-style-position: inside !important;
  line-height: 1.4;
}
body.postid-253333 .woocommerce-product-details__short-description img {
  margin-bottom: 0px !important;
}
body.postid-253333 .testimonials-block {
  padding-top: 40px;
}
body.postid-253333 .testimonials-block h4, body.postid-253333 .testimonials-block .visual-size--h4 {
  margin: 40px 0 40px 0;
}
body.postid-253333 .testimonials-block p {
  color: #F9F9F9;
}
body.postid-253333 .testimonials-slider-wrapper {
  width: 100%;
  height: auto;
}
body.postid-253333 .testimonials-slider .slick-dots li.slick-active {
  background-color: #0A0806;
}
body.postid-253333 .intro-heading {
  font-size: 18px;
  font-weight: bold;
}
body.postid-253333 .customer-name {
  margin-bottom: 0px !important;
  text-transform: none;
  font-size: 16px;
  font-family: "neue-haas-grotesk-display";
  letter-spacing: 0.5px;
  font-weight: 600;
}
body.postid-253333 .customer-reviews {
  background-color: #1f1f1f;
  padding: 40px;
  margin-top: 30px;
}
body.postid-253333 .customer-reviews p {
  margin-top: -80px;
  font-size: 18px;
}
body.postid-253333 .customer-reviews::before {
  content: "";
  display: block;
  background-image: url("https://www.dowsingandreynolds.com/wp-content/uploads/2021/03/quote-1.png");
  background-size: 60%;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  position: relative;
  top: -65px;
  left: -24px;
}
body.postid-253333 .customer-reviews::after {
  content: "";
  display: block;
  background-image: url("https://www.dowsingandreynolds.com/wp-content/uploads/2021/03/quote-2.png");
  background-size: 60%;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  position: relative;
  top: 17px;
  right: -64px;
  float: right;
}
body.postid-253333 .meet-the-designers {
  display: none;
}
body.postid-253333 .meet-the-designers h3, body.postid-253333 .meet-the-designers .visual-size--h3 {
  margin: 60px 0 20px 0;
}
body.postid-253333 .meet-the-designers_designer img {
  width: 60%;
  margin: 20px 0 20px 0;
}
body.postid-253333 .meet-the-designers_designer p {
  padding-bottom: 20px;
  width: 80%;
  margin: 0 auto;
}
body.postid-253333 .meet-the-designers_designer h4, body.postid-253333 .meet-the-designers_designer .visual-size--h4 {
  margin-bottom: 20px;
}
body.postid-253333 .ready {
  padding-top: 40px !important;
}
body.postid-253333 .gallery-section {
  width: 1200px;
  position: relative;
  left: calc(-500px + 50%);
  margin: 20px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.postid-253333 .gallery-section .slick-list {
  order: 1;
  flex-basis: 100%;
  margin-bottom: 24px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
body.postid-253333 .gallery-section .slick-prev {
  order: 2;
  position: unset;
  padding-top: 20px;
}
body.postid-253333 .gallery-section .slick-next {
  order: 3;
  position: unset;
  padding-right: 170px;
  padding-top: 20px;
}
body.postid-253333 .gallery-section::after {
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #0c0d0d 100%);
  width: 18%;
  z-index: 1;
}
body.postid-253333 .slick-next::before {
  content: "" !important;
  color: #bc963c !important;
}
body.postid-253333 .slick-prev::before {
  content: "" !important;
  color: #bc963c !important;
}
body.postid-253333 .slick-gutter .slick-slide {
  margin-left: 30px;
  margin-right: 30px;
}
body.postid-253333 .simple-steps-title, body.postid-253333 .testimonials-title, body.postid-253333 .design-team-title, body.postid-253333 .ready {
  font-family: "linotype-didot";
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: -1px;
  margin: 50px 0 30px 0;
}
body.postid-253333 .simple-steps-title span, body.postid-253333 .testimonials-title span, body.postid-253333 .design-team-title span, body.postid-253333 .ready span {
  font-size: 30px;
}
body.postid-253333 .colours-title {
  line-height: 1.1;
  font-family: "linotype-didot";
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
body.postid-253333 .subtitles {
  margin: 80px 0 30px 0;
  line-height: 1.1;
  font-family: "linotype-didot";
  font-size: 30px;
  font-size: 1.875rem;
}
body.postid-253333 .slick-slide .simple-steps-slider h4, body.postid-253333 .slick-slide .simple-steps-slider .visual-size--h4 {
  margin-bottom: 20px;
}
body.postid-253333 .slick-slide .simple-steps-slider h4::after, body.postid-253333 .slick-slide .simple-steps-slider .visual-size--h4::after {
  content: "";
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyMAAACDCAYAAACeJ8S2AAAGc0lEQVR4nO3d7UucVxrA4XtUTOo4YYKIdBKSD+6HlDRbt7ZR+/+ziY6G6CatmJUk4JQVKthKQhx8Wc5AS3wp1MbMmfPMdX0RRGHu8/jlx3nOsTbZaJwGAABAn41YcAAAIAcxAgAAZCFGAACALMQIAACQhRgBAACyECMAAEAWYgQAAMhCjAAAAFmIEQAAIAsxAgAAZCFGAACALMQIAACQhRgBAACyECMAAEAWYgQAAMhCjAAAAFmIEQAAIAsxAgAAZCFGAACALMQIAACQhRgBAACyECMAAEAWYgQAAMhCjAAAAFmIEQAAIAsxAgAAZCFGAACALMQIAACQhRgBAACyECMAAEAWYgQAAMhCjAAAQEFqtVpM1usxOjpa/GMbG4DPAAAA/AU3btyIH5aWol6vR7fbjZV2O/b394tdOjsjAABQiLt37/ZCJBkfH4/FhYVoNpvFPj4xAgAAhTg+OjrzQcfGxooOEjECAACF2Ol0LryWVXKQiBEAACjE0dFRPF1erkyQiBEAAChIlYJEjAAAQGGqEiRiBAAAClSFIBEjAABQqNKDRIwAAEDBSg4SMQIAAIUrNUjECAAAVECJQSJGAACgIkoLEjECAAAVUlKQiBEAAKiYUoJEjAAAQAWVECRiBAAAKmrQg0SMAABAhQ1ykIgRAACouEENEjECAABDYBCDRIwAAMCQGLQgESMAADBEBilIxAgAAAyZQQkSMQIAAENoEIJEjAAAwJDKHSRiBAAAhljOIBEjAAAw5HIFiRgBAACyBIkYAQAAevodJGIEAAD4Qz+DpDbZaJz+1R+u1+vxz0ePPCkAAKi4Wq0Wt27d6kXIx/4sVv6Osav8zujoaExNTfm7AwCAIfX7Dsl1BInXtAAAgCtJQfLw4cNPXjQxAgAAXMnBwUG02+1PXrQrvaZ1eHgYW69eeVIAAFBx9YmJaLVavbMjH0uvZq2029Htdj95Aa50gB0AAKi+mZmZ+G5+/tIQSWdF0iH263ClnREAAKDa0m7Iv+bmLoTI3t5etFdXry1EQowAAAC/u3PnTsx9882lIZJezTo+Pr7WtRIjAABA3Lt3Lx59/fWFENnd3Y21Z8/i5OTk2hdJjAAAwJC7f/9+L0TO+5whEmIEAACG2+zsbHz14MGFNej8/HM8f/48Tk8/331XYgQAAIbUP2Zn48ElIbLT6cT6+vpnDZEQIwAAMJzSbkjaFTnv7du38Z8XL/qyJmIEAACGzJ+FyJs3b+LFy5d9WwwxAgAAQyQdVE8H1s/b3t6OnzY3+7oQYgQAAIZAurI3hUi6wve8rVevYmtrq++LIEYAAKDiUojMzc3FnVbrwqCbm5vx3+3tLAsgRgAAoMJGRkZ6IdL68ssLQ7788cd4/fp1tuHFCAAAVFQKkflvv42ZmZkLA6Ybs9LNWTmJEQAAqKDR0dH4bn4+pqenzwyX/nfI+sZG7OzsZB9ajAAAQMWkEHn8/fcxNTV1ZrAUIs/X16PT6QzEwGIEAAAqZGxsLBYeP47bt2+fGSqFyNraWvxvd3dghhUjAABQESlEFhcWotlsnhno5OQk1p49i90BCpEQIwAAUA3j4+OxtLgYjUbjzDzHx8fRbrfjl729gZtTjAAAQOFujI/H4iUhcnR0FKurqwMZIiFGAACgbDdv3owflpZiYmLizBwpRJ4uL8f+/v7AzidGAACgUBNffNHbETkfIt1uN1ba7YEOkRAjAABQpnq93jsjknZGPpZC5MnTp3FwcDDwc4kRAAAoTGNyMhYWFi6EyIcPH2J5ZaWIEAkxAgAAZUmH1NOOSLo962MpRNKOyLt374qZR4wAAEAh0tmQy0Lk/fv3vcPq6WtJxAgAABSi1WpdGiL/fvKktzNSGjECAACF6B4envmg6WxI2hE5PPf9UogRAAAoxE6nE81mM6anp+PX336LjY2N3u1ZpapNNhqn/vgAAIB+G7HiAABADmIEAADIQowAAABZiBEAACALMQIAAGQhRgAAgCzECAAAkIUYAQAAshAjAABAFmIEAADIQowAAABZiBEAACALMQIAAGQhRgAAgCzECAAAkIUYAQAAshAjAABAFmIEAADIQowAAABZiBEAACALMQIAAGQhRgAAgCzECAAAkIUYAQAAshAjAABAFmIEAADIQowAAABZiBEAACALMQIAAGQhRgAAgCzECAAAkIUYAQAAshAjAABA/0XE/wGEeRt4LJkVEwAAAABJRU5ErkJggg==");
  width: 180px;
  height: 80px;
  z-index: 4;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 20px 0 20px;
}
body.postid-253333 .slick-slide:last-child .simple-steps-slider h4::after, body.postid-253333 .slick-slide:last-child .simple-steps-slider .visual-size--h4::after {
  display: none;
}
body.postid-253333 p {
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  body.postid-253333 .gallery-section {
    width: 100%;
    left: 0;
  }
  body.postid-253333 .gallery-section .slick-next {
    padding-right: 0;
    padding-top: 0;
  }
  body.postid-253333 .gallery-section .slick-prev {
    padding-top: 0;
  }
  body.postid-253333 .gallery-section::after {
    background: none;
  }
  body.postid-253333 .slick-slide .simple-steps-slider h4, body.postid-253333 .slick-slide .simple-steps-slider .visual-size--h4 {
    margin-bottom: 20px;
  }
  body.postid-253333 .slick-slide .simple-steps-slider h4::after, body.postid-253333 .slick-slide .simple-steps-slider .visual-size--h4::after {
    background: none;
  }
  body.postid-253333 .meet-the-designers_designer img {
    width: 100%;
  }
}
.term-15702 .category-navigation {
  display: none;
}
.term-15702 .product-category-products {
  /* Setting the banner of influencer images so that it sits at the correct width within container */
  /* Styling the product rows, so that we have a centered row of 2 */
}
.term-15702 .product-category-products .influencer-image-banner {
  display: none;
}
.term-15702 .product-category-products .influencer-image-banner img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 600px) {
  .term-15702 .product-category-products .influencer-image-banner {
    text-align: center;
    margin-bottom: 30px;
    display: block;
  }
}
.term-15702 .product-category-products .influencer-image-banner-mobile {
  display: none;
}
.term-15702 .product-category-products .influencer-image-banner-mobile img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .term-15702 .product-category-products .influencer-image-banner-mobile {
    text-align: center;
    margin-bottom: 30px;
    display: block;
  }
  .term-15702 .product-category-products .influencer-image-banner-mobile .influencer-image-banner {
    display: none !important;
  }
}
.term-15702 .product-category-products .banner-container {
  display: flex;
  max-width: 890px;
  margin: auto;
}
@media (max-width: 600px) {
  .term-15702 .product-category-products .banner-container {
    flex-wrap: wrap;
  }
}
.term-15702 .product-category-products .banner-container .image-1, .term-15702 .product-category-products .banner-container .image-2, .term-15702 .product-category-products .banner-container .image-3 {
  flex-basis: 33.33%;
  padding: 10px;
}
@media (max-width: 600px) {
  .term-15702 .product-category-products .banner-container .image-1, .term-15702 .product-category-products .banner-container .image-2, .term-15702 .product-category-products .banner-container .image-3 {
    flex-basis: 100%;
  }
}
.term-15702 .product-category-products .banner-container .image-1 img, .term-15702 .product-category-products .banner-container .image-2 img, .term-15702 .product-category-products .banner-container .image-3 img {
  width: 100%;
  height: auto;
}
.term-15702 .product-category-products .blog-section {
  max-width: 890px;
  margin: auto;
  color: #F9F9F9;
  padding: 40px 0px 20px 0px;
  text-align: center;
  line-height: 1.7rem;
  font-family: "Muli";
}
.term-15702 .product-category-products .blog-section h1, .term-15702 .product-category-products .blog-section .visual-size--h1 {
  margin-bottom: 20px;
  max-width: 600px;
  margin: auto;
  font-size: 42px;
  font-size: 2.625rem;
}
@media (max-width: 600px) {
  .term-15702 .product-category-products .blog-section h1, .term-15702 .product-category-products .blog-section .visual-size--h1 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.term-15702 .product-category-products .blog-section .blog-content, .term-15702 .product-category-products .blog-section .step6 {
  padding: 30px;
  max-width: 700px;
  margin: auto;
}
.term-15702 .product-category-products .blog-section .instructions .step-2, .term-15702 .product-category-products .blog-section .instructions .step-4 {
  flex-direction: row-reverse;
}
.term-15702 .product-category-products .blog-section .instructions .step-1, .term-15702 .product-category-products .blog-section .instructions .step-2, .term-15702 .product-category-products .blog-section .instructions .step-3, .term-15702 .product-category-products .blog-section .instructions .step-4, .term-15702 .product-category-products .blog-section .instructions .step-5 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.term-15702 .product-category-products .blog-section .instructions .step-1 p, .term-15702 .product-category-products .blog-section .instructions .step-2 p, .term-15702 .product-category-products .blog-section .instructions .step-3 p, .term-15702 .product-category-products .blog-section .instructions .step-4 p, .term-15702 .product-category-products .blog-section .instructions .step-5 p {
  padding: 20px;
}
@media (max-width: 600px) {
  .term-15702 .product-category-products .blog-section .instructions .step-1 p, .term-15702 .product-category-products .blog-section .instructions .step-2 p, .term-15702 .product-category-products .blog-section .instructions .step-3 p, .term-15702 .product-category-products .blog-section .instructions .step-4 p, .term-15702 .product-category-products .blog-section .instructions .step-5 p {
    padding: 0px;
  }
}
@media (max-width: 600px) {
  .term-15702 .product-category-products .blog-section .instructions .step-1 .instructions-image img, .term-15702 .product-category-products .blog-section .instructions .step-2 .instructions-image img, .term-15702 .product-category-products .blog-section .instructions .step-3 .instructions-image img, .term-15702 .product-category-products .blog-section .instructions .step-4 .instructions-image img, .term-15702 .product-category-products .blog-section .instructions .step-5 .instructions-image img {
    width: 100%;
  }
}
.term-15702 .product-category-products .blog-section .instructions .step-1 .instructions-step, .term-15702 .product-category-products .blog-section .instructions .step-1 .instructions-image, .term-15702 .product-category-products .blog-section .instructions .step-2 .instructions-step, .term-15702 .product-category-products .blog-section .instructions .step-2 .instructions-image, .term-15702 .product-category-products .blog-section .instructions .step-3 .instructions-step, .term-15702 .product-category-products .blog-section .instructions .step-3 .instructions-image, .term-15702 .product-category-products .blog-section .instructions .step-4 .instructions-step, .term-15702 .product-category-products .blog-section .instructions .step-4 .instructions-image, .term-15702 .product-category-products .blog-section .instructions .step-5 .instructions-step, .term-15702 .product-category-products .blog-section .instructions .step-5 .instructions-image {
  flex-basis: 50%;
  padding: 20px;
}
@media (max-width: 956px) {
  .term-15702 .product-category-products .blog-section .instructions .step-1 .instructions-step, .term-15702 .product-category-products .blog-section .instructions .step-1 .instructions-image, .term-15702 .product-category-products .blog-section .instructions .step-2 .instructions-step, .term-15702 .product-category-products .blog-section .instructions .step-2 .instructions-image, .term-15702 .product-category-products .blog-section .instructions .step-3 .instructions-step, .term-15702 .product-category-products .blog-section .instructions .step-3 .instructions-image, .term-15702 .product-category-products .blog-section .instructions .step-4 .instructions-step, .term-15702 .product-category-products .blog-section .instructions .step-4 .instructions-image, .term-15702 .product-category-products .blog-section .instructions .step-5 .instructions-step, .term-15702 .product-category-products .blog-section .instructions .step-5 .instructions-image {
    flex-basis: 100%;
  }
}
.term-15702 .product-category-products .blog-section .cyo-buttons {
  display: inline-flex;
}
@media (max-width: 600px) {
  .term-15702 .product-category-products .blog-section .cyo-buttons {
    display: flex;
    flex-wrap: wrap;
  }
}
.term-15702 .product-category-products .blog-section .cyo-buttons .frosted-cyo-cta, .term-15702 .product-category-products .blog-section .cyo-buttons .clear-cyo-cta {
  height: 100px;
  flex-basis: 50%;
  margin: 10px;
}
@media (max-width: 600px) {
  .term-15702 .product-category-products .blog-section .cyo-buttons .frosted-cyo-cta, .term-15702 .product-category-products .blog-section .cyo-buttons .clear-cyo-cta {
    flex-basis: 100%;
    margin: 0px;
  }
}
.term-15702 .product-category-products .blog-section .cyo-buttons .frosted-cyo-cta .cyo-button, .term-15702 .product-category-products .blog-section .cyo-buttons .clear-cyo-cta .cyo-button {
  background-color: #a57c00;
  padding: 10px;
  display: block;
  width: 240px;
  margin: auto;
  font-family: "Muli";
  line-height: 1.2;
  color: #F9F9F9;
  text-decoration: none;
  text-transform: uppercase;
}
.term-15702 .product-category-products .blog-section .cyo-buttons .frosted-cyo-cta .cyo-button strong, .term-15702 .product-category-products .blog-section .cyo-buttons .clear-cyo-cta .cyo-button strong {
  font-weight: 600;
}
.term-15702 .product-category-products .blog-section .blog-list {
  display: none;
}
.term-15702 .product-category-products .blog-section .measuring-drop {
  background-color: #1f1f1f;
  padding: 40px;
}
.term-15702 .product-category-products .blog-section .measuring-drop .secondary-text {
  padding: 30px;
}
@media (max-width: 600px) {
  .term-15702 .product-category-products .blog-section .measuring-drop .secondary-text {
    padding: 30px 0px 30px 0px;
  }
}
.term-15702 .product-category-products .blog-section .subtitle h2, .term-15702 .product-category-products .blog-section .subtitle .visual-size--h2 {
  padding: 20px;
  max-width: 500px;
  margin: auto;
  font-size: 42px;
  font-size: 2.625rem;
}
@media (max-width: 600px) {
  .term-15702 .product-category-products .blog-section .subtitle h2, .term-15702 .product-category-products .blog-section .subtitle .visual-size--h2 {
    padding: 0px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.term-15702 .product-category-products .products {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 600px;
  margin: auto;
  justify-content: center;
}
@media (max-width: 680px) {
  .term-15702 .product-category-products .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* templates/users/author.scss */
.author-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 920px) {
  .author-content {
    margin: 0 20px;
  }
}
.author-content h1, .author-content .visual-size--h1 {
  font-size: 45px;
}
@media (max-width: 620px) {
  .author-content h1, .author-content .visual-size--h1 {
    text-align: center;
  }
}
@media (max-width: 620px) {
  .author-content .job-title {
    text-align: center;
  }
}
.author-content__leading {
  background-color: #D1C1A6;
  padding: 40px;
  border-radius: 15px;
  margin: 30px auto 60px;
  width: 100%;
  max-width: 840px;
  position: relative;
}
@media (max-width: 620px) {
  .author-content__leading {
    padding: 150px 20px 20px;
  }
}
.author-content__leading .content {
  width: 65%;
}
@media (max-width: 920px) {
  .author-content__leading .content {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .author-content__leading .content {
    text-align: center;
  }
}
.author-content__leading .avatar {
  position: absolute;
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 5px solid #656565;
  border-radius: 50%;
  width: 300px;
  height: 300px;
}
@media (max-width: 920px) {
  .author-content__leading .avatar {
    right: 20px;
    width: 150px;
    height: 150px;
    top: -120px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 620px) {
  .author-content__leading .avatar {
    right: initial;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.author-content .author-field-content {
  margin: 0 0 60px;
}
.author-content .author-field-content h2, .author-content .author-field-content .visual-size--h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.author-articles {
  position: relative;
}
.author-articles:after {
  content: "";
  background-color: #303435;
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.author-articles h3, .author-articles .visual-size--h3 {
  text-align: center;
}
.author-articles .slick-arrow.slick-prev {
  left: calc(50% - 45px);
  top: 0;
}
.author-articles .slick-arrow.slick-next {
  right: calc(50% - 45px);
  top: 0;
}
.author-articles .article-list {
  max-width: 90%;
  margin: 45px auto;
  padding-top: 45px;
  display: block;
  position: relative;
  z-index: 10;
}
.woocommerce-notices-wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 920px) {
  .woocommerce-notices-wrapper {
    padding: 0 20px;
  }
}
ul.woocommerce-error {
  margin: 0 0 10px !important;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info, .wc-block-components-notice-banner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 10px 10px 10px 80px !important;
  position: relative;
  background-color: #3FB0AA;
  color: #FFFFFF !important;
  width: auto;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Outfit";
  font-weight: bold;
  min-height: 70px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  align-items: center !important;
  align-content: center !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px !important;
  outline: none;
}
.woocommerce-message h1, .woocommerce-message .visual-size--h1, .woocommerce-message h2, .woocommerce-message .visual-size--h2, .woocommerce-message h3, .woocommerce-message .visual-size--h3, .woocommerce-message h4, .woocommerce-message .visual-size--h4, .woocommerce-message h5, .woocommerce-message .visual-size--h5, .woocommerce-error h1, .woocommerce-error .visual-size--h1, .woocommerce-error h2, .woocommerce-error .visual-size--h2, .woocommerce-error h3, .woocommerce-error .visual-size--h3, .woocommerce-error h4, .woocommerce-error .visual-size--h4, .woocommerce-error h5, .woocommerce-error .visual-size--h5, .woocommerce-info h1, .woocommerce-info .visual-size--h1, .woocommerce-info h2, .woocommerce-info .visual-size--h2, .woocommerce-info h3, .woocommerce-info .visual-size--h3, .woocommerce-info h4, .woocommerce-info .visual-size--h4, .woocommerce-info h5, .woocommerce-info .visual-size--h5, .wc-block-components-notice-banner h1, .wc-block-components-notice-banner .visual-size--h1, .wc-block-components-notice-banner h2, .wc-block-components-notice-banner .visual-size--h2, .wc-block-components-notice-banner h3, .wc-block-components-notice-banner .visual-size--h3, .wc-block-components-notice-banner h4, .wc-block-components-notice-banner .visual-size--h4, .wc-block-components-notice-banner h5, .wc-block-components-notice-banner .visual-size--h5 {
  font-family: "Outfit";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500 !important;
}
.woocommerce-message p, .woocommerce-error p, .woocommerce-info p, .wc-block-components-notice-banner p {
  line-height: 1.2;
  color: #F9F9F9;
}
.woocommerce-message p:last-of-type, .woocommerce-error p:last-of-type, .woocommerce-info p:last-of-type, .wc-block-components-notice-banner p:last-of-type {
  margin-bottom: 0;
}
.woocommerce-message li, .woocommerce-error li, .woocommerce-info li, .wc-block-components-notice-banner li {
  list-style: disc inside !important;
  color: #F9F9F9;
  display: block;
  width: 100%;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.woocommerce-message li .button, .woocommerce-message li .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-message li #wp-submit, .woocommerce-message li .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message li .register_link, .woocommerce-message li .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message li .lost_password_link, .woocommerce-message li .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-message li a.form-control, .woocommerce-error li .button, .woocommerce-error li .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-error li #wp-submit, .woocommerce-error li .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error li .register_link, .woocommerce-error li .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error li .lost_password_link, .woocommerce-error li .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-error li a.form-control, .woocommerce-info li .button, .woocommerce-info li .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-info li #wp-submit, .woocommerce-info li .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info li .register_link, .woocommerce-info li .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info li .lost_password_link, .woocommerce-info li .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-info li a.form-control, .wc-block-components-notice-banner li .button, .wc-block-components-notice-banner li .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .wc-block-components-notice-banner li #wp-submit, .wc-block-components-notice-banner li .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner li .register_link, .wc-block-components-notice-banner li .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner li .lost_password_link, .wc-block-components-notice-banner li .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .wc-block-components-notice-banner li a.form-control {
  background-color: #f54b30;
  border: none;
  color: white !important;
}
.woocommerce-message li .button:hover, .woocommerce-message li .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-message li #wp-submit:hover, .woocommerce-message li .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message li .register_link:hover, .woocommerce-message li .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message li .lost_password_link:hover, .woocommerce-message li .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-message li a.form-control:hover, .woocommerce-error li .button:hover, .woocommerce-error li .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-error li #wp-submit:hover, .woocommerce-error li .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error li .register_link:hover, .woocommerce-error li .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error li .lost_password_link:hover, .woocommerce-error li .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-error li a.form-control:hover, .woocommerce-info li .button:hover, .woocommerce-info li .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-info li #wp-submit:hover, .woocommerce-info li .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info li .register_link:hover, .woocommerce-info li .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info li .lost_password_link:hover, .woocommerce-info li .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-info li a.form-control:hover, .wc-block-components-notice-banner li .button:hover, .wc-block-components-notice-banner li .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .wc-block-components-notice-banner li #wp-submit:hover, .wc-block-components-notice-banner li .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner li .register_link:hover, .wc-block-components-notice-banner li .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner li .lost_password_link:hover, .wc-block-components-notice-banner li .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .wc-block-components-notice-banner li a.form-control:hover {
  background-color: #e6290c;
}
.woocommerce-message a, .woocommerce-error a, .woocommerce-info a, .wc-block-components-notice-banner a {
  color: #F9F9F9;
  margin-left: 5px;
}
.woocommerce-message .button, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-message #wp-submit, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message .register_link, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message .lost_password_link, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-message a.form-control, .woocommerce-message .wc-forward, .woocommerce-message .restore-item, .woocommerce-message .wishlist-message-dismiss, .woocommerce-error .button, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-error #wp-submit, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error .register_link, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error .lost_password_link, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-error a.form-control, .woocommerce-error .wc-forward, .woocommerce-error .restore-item, .woocommerce-error .wishlist-message-dismiss, .woocommerce-info .button, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-info #wp-submit, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info .register_link, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info .lost_password_link, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-info a.form-control, .woocommerce-info .wc-forward, .woocommerce-info .restore-item, .woocommerce-info .wishlist-message-dismiss, .wc-block-components-notice-banner .button, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .wc-block-components-notice-banner #wp-submit, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner .register_link, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner .lost_password_link, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .wc-block-components-notice-banner a.form-control, .wc-block-components-notice-banner .wc-forward, .wc-block-components-notice-banner .restore-item, .wc-block-components-notice-banner .wishlist-message-dismiss {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: auto;
  background: rgba(249, 249, 249, 0.2) !important;
  color: #F9F9F9 !important;
  opacity: 1 !important;
  padding: 18px !important;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce-message .button:hover, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-message #wp-submit:hover, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message .register_link:hover, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message .lost_password_link:hover, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-message a.form-control:hover, .woocommerce-message .wc-forward:hover, .woocommerce-message .restore-item:hover, .woocommerce-message .wishlist-message-dismiss:hover, .woocommerce-error .button:hover, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-error #wp-submit:hover, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error .register_link:hover, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error .lost_password_link:hover, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-error a.form-control:hover, .woocommerce-error .wc-forward:hover, .woocommerce-error .restore-item:hover, .woocommerce-error .wishlist-message-dismiss:hover, .woocommerce-info .button:hover, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-info #wp-submit:hover, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info .register_link:hover, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info .lost_password_link:hover, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-info a.form-control:hover, .woocommerce-info .wc-forward:hover, .woocommerce-info .restore-item:hover, .woocommerce-info .wishlist-message-dismiss:hover, .wc-block-components-notice-banner .button:hover, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .wc-block-components-notice-banner #wp-submit:hover, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner .register_link:hover, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner .lost_password_link:hover, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .wc-block-components-notice-banner a.form-control:hover, .wc-block-components-notice-banner .wc-forward:hover, .wc-block-components-notice-banner .restore-item:hover, .wc-block-components-notice-banner .wishlist-message-dismiss:hover {
  background: rgba(249, 249, 249, 0.3) !important;
}
@media (max-width: 620px) {
  .woocommerce-message .button, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-message #wp-submit, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message .register_link, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message .lost_password_link, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-message a.form-control, .woocommerce-message .wc-forward, .woocommerce-message .restore-item, .woocommerce-message .wishlist-message-dismiss, .woocommerce-error .button, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-error #wp-submit, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error .register_link, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error .lost_password_link, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-error a.form-control, .woocommerce-error .wc-forward, .woocommerce-error .restore-item, .woocommerce-error .wishlist-message-dismiss, .woocommerce-info .button, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-info #wp-submit, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info .register_link, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info .lost_password_link, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-info a.form-control, .woocommerce-info .wc-forward, .woocommerce-info .restore-item, .woocommerce-info .wishlist-message-dismiss, .wc-block-components-notice-banner .button, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .wc-block-components-notice-banner #wp-submit, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner .register_link, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner .lost_password_link, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .wc-block-components-notice-banner a.form-control, .wc-block-components-notice-banner .wc-forward, .wc-block-components-notice-banner .restore-item, .wc-block-components-notice-banner .wishlist-message-dismiss {
    padding: 15px !important;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }
}
.woocommerce-message__content, .woocommerce-error__content, .woocommerce-info__content, .wc-block-components-notice-banner__content {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 620px) {
  .woocommerce-message__content, .woocommerce-error__content, .woocommerce-info__content, .wc-block-components-notice-banner__content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.woocommerce-message__content a, .woocommerce-error__content a, .woocommerce-info__content a, .wc-block-components-notice-banner__content a {
  color: #F9F9F9 !important;
  margin-left: auto;
}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before, .wc-block-components-notice-banner:before {
  background-color: #3ba59f;
  color: #F9F9F9;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  border-radius: 10px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  width: 50px;
}
.woocommerce-message.wcwl_notice p, .woocommerce-error.wcwl_notice p, .woocommerce-info.wcwl_notice p, .wc-block-components-notice-banner.wcwl_notice p {
  margin-bottom: 0 !important;
}
.woocommerce-message.wcwl_notice .wcwl_notice_dismiss, .woocommerce-error.wcwl_notice .wcwl_notice_dismiss, .woocommerce-info.wcwl_notice .wcwl_notice_dismiss, .wc-block-components-notice-banner.wcwl_notice .wcwl_notice_dismiss {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.woocommerce-message.is-success, .woocommerce-message.is-info, .woocommerce-message.woocommerce-info, .woocommerce-error.is-success, .woocommerce-error.is-info, .woocommerce-error.woocommerce-info, .woocommerce-info.is-success, .woocommerce-info.is-info, .woocommerce-info.woocommerce-info, .wc-block-components-notice-banner.is-success, .wc-block-components-notice-banner.is-info, .wc-block-components-notice-banner.woocommerce-info {
  padding: 15px 15px 15px 70px !important;
  border: none;
  background-color: #3FB0AA !important;
}
.woocommerce-message.is-success svg, .woocommerce-message.is-info svg, .woocommerce-message.woocommerce-info svg, .woocommerce-error.is-success svg, .woocommerce-error.is-info svg, .woocommerce-error.woocommerce-info svg, .woocommerce-info.is-success svg, .woocommerce-info.is-info svg, .woocommerce-info.woocommerce-info svg, .wc-block-components-notice-banner.is-success svg, .wc-block-components-notice-banner.is-info svg, .wc-block-components-notice-banner.woocommerce-info svg {
  display: none;
}
.woocommerce-message.is-success:before, .woocommerce-message.is-info:before, .woocommerce-message.woocommerce-info:before, .woocommerce-error.is-success:before, .woocommerce-error.is-info:before, .woocommerce-error.woocommerce-info:before, .woocommerce-info.is-success:before, .woocommerce-info.is-info:before, .woocommerce-info.woocommerce-info:before, .wc-block-components-notice-banner.is-success:before, .wc-block-components-notice-banner.is-info:before, .wc-block-components-notice-banner.woocommerce-info:before {
  content: "\f129";
  font-family: "icomoon";
}
@media (max-width: 620px) {
  .woocommerce-message.is-success, .woocommerce-message.is-info, .woocommerce-message.woocommerce-info, .woocommerce-error.is-success, .woocommerce-error.is-info, .woocommerce-error.woocommerce-info, .woocommerce-info.is-success, .woocommerce-info.is-info, .woocommerce-info.woocommerce-info, .wc-block-components-notice-banner.is-success, .wc-block-components-notice-banner.is-info, .wc-block-components-notice-banner.woocommerce-info {
    padding: 20px !important;
  }
  .woocommerce-message.is-success .button, .woocommerce-message.is-success .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-message.is-success #wp-submit, .woocommerce-message.is-success .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message.is-success .register_link, .woocommerce-message.is-success .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message.is-success .lost_password_link, .woocommerce-message.is-success .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-message.is-success a.form-control, .woocommerce-message.is-info .button, .woocommerce-message.is-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-message.is-info #wp-submit, .woocommerce-message.is-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message.is-info .register_link, .woocommerce-message.is-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message.is-info .lost_password_link, .woocommerce-message.is-info .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-message.is-info a.form-control, .woocommerce-message.woocommerce-info .button, .woocommerce-message.woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-message.woocommerce-info #wp-submit, .woocommerce-message.woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message.woocommerce-info .register_link, .woocommerce-message.woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message.woocommerce-info .lost_password_link, .woocommerce-message.woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-message.woocommerce-info a.form-control, .woocommerce-error.is-success .button, .woocommerce-error.is-success .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-error.is-success #wp-submit, .woocommerce-error.is-success .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error.is-success .register_link, .woocommerce-error.is-success .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error.is-success .lost_password_link, .woocommerce-error.is-success .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-error.is-success a.form-control, .woocommerce-error.is-info .button, .woocommerce-error.is-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-error.is-info #wp-submit, .woocommerce-error.is-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error.is-info .register_link, .woocommerce-error.is-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error.is-info .lost_password_link, .woocommerce-error.is-info .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-error.is-info a.form-control, .woocommerce-error.woocommerce-info .button, .woocommerce-error.woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-error.woocommerce-info #wp-submit, .woocommerce-error.woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error.woocommerce-info .register_link, .woocommerce-error.woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error.woocommerce-info .lost_password_link, .woocommerce-error.woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-error.woocommerce-info a.form-control, .woocommerce-info.is-success .button, .woocommerce-info.is-success .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-info.is-success #wp-submit, .woocommerce-info.is-success .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info.is-success .register_link, .woocommerce-info.is-success .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info.is-success .lost_password_link, .woocommerce-info.is-success .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-info.is-success a.form-control, .woocommerce-info.is-info .button, .woocommerce-info.is-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-info.is-info #wp-submit, .woocommerce-info.is-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info.is-info .register_link, .woocommerce-info.is-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info.is-info .lost_password_link, .woocommerce-info.is-info .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-info.is-info a.form-control, .woocommerce-info.woocommerce-info .button, .woocommerce-info.woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-info.woocommerce-info #wp-submit, .woocommerce-info.woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info.woocommerce-info .register_link, .woocommerce-info.woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info.woocommerce-info .lost_password_link, .woocommerce-info.woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-info.woocommerce-info a.form-control, .wc-block-components-notice-banner.is-success .button, .wc-block-components-notice-banner.is-success .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .wc-block-components-notice-banner.is-success #wp-submit, .wc-block-components-notice-banner.is-success .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner.is-success .register_link, .wc-block-components-notice-banner.is-success .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner.is-success .lost_password_link, .wc-block-components-notice-banner.is-success .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .wc-block-components-notice-banner.is-success a.form-control, .wc-block-components-notice-banner.is-info .button, .wc-block-components-notice-banner.is-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .wc-block-components-notice-banner.is-info #wp-submit, .wc-block-components-notice-banner.is-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner.is-info .register_link, .wc-block-components-notice-banner.is-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner.is-info .lost_password_link, .wc-block-components-notice-banner.is-info .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .wc-block-components-notice-banner.is-info a.form-control, .wc-block-components-notice-banner.woocommerce-info .button, .wc-block-components-notice-banner.woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .wc-block-components-notice-banner.woocommerce-info #wp-submit, .wc-block-components-notice-banner.woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner.woocommerce-info .register_link, .wc-block-components-notice-banner.woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner.woocommerce-info .lost_password_link, .wc-block-components-notice-banner.woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .wc-block-components-notice-banner.woocommerce-info a.form-control {
    margin-bottom: 20px;
  }
}
.woocommerce-message.is-error, .woocommerce-error.is-error, .woocommerce-info.is-error, .wc-block-components-notice-banner.is-error {
  padding: 15px 15px 15px 70px !important;
  border: none;
  background-color: #F77561;
}
.woocommerce-message.is-error svg, .woocommerce-error.is-error svg, .woocommerce-info.is-error svg, .wc-block-components-notice-banner.is-error svg {
  display: none;
}
.woocommerce-message.is-error:before, .woocommerce-error.is-error:before, .woocommerce-info.is-error:before, .wc-block-components-notice-banner.is-error:before {
  content: "\f12a";
  background-color: #f54b30;
  font-family: "icomoon";
}
@media (max-width: 620px) {
  .woocommerce-message.is-error, .woocommerce-error.is-error, .woocommerce-info.is-error, .wc-block-components-notice-banner.is-error {
    padding: 20px !important;
  }
  .woocommerce-message.is-error .button, .woocommerce-message.is-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-message.is-error #wp-submit, .woocommerce-message.is-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message.is-error .register_link, .woocommerce-message.is-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message.is-error .lost_password_link, .woocommerce-message.is-error .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-message.is-error a.form-control, .woocommerce-error.is-error .button, .woocommerce-error.is-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-error.is-error #wp-submit, .woocommerce-error.is-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error.is-error .register_link, .woocommerce-error.is-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error.is-error .lost_password_link, .woocommerce-error.is-error .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-error.is-error a.form-control, .woocommerce-info.is-error .button, .woocommerce-info.is-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-info.is-error #wp-submit, .woocommerce-info.is-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info.is-error .register_link, .woocommerce-info.is-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info.is-error .lost_password_link, .woocommerce-info.is-error .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-info.is-error a.form-control, .wc-block-components-notice-banner.is-error .button, .wc-block-components-notice-banner.is-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .wc-block-components-notice-banner.is-error #wp-submit, .wc-block-components-notice-banner.is-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner.is-error .register_link, .wc-block-components-notice-banner.is-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner.is-error .lost_password_link, .wc-block-components-notice-banner.is-error .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .wc-block-components-notice-banner.is-error a.form-control {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .woocommerce-message, .woocommerce-error, .woocommerce-info, .wc-block-components-notice-banner {
    text-align: center;
    padding: 20px;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before, .wc-block-components-notice-banner:before {
    display: none;
  }
  .woocommerce-message .button, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-message #wp-submit, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message .register_link, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message .lost_password_link, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-message a.form-control, .woocommerce-error .button, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-error #wp-submit, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error .register_link, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error .lost_password_link, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-error a.form-control, .woocommerce-info .button, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-info #wp-submit, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info .register_link, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info .lost_password_link, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-info a.form-control, .wc-block-components-notice-banner .button, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .wc-block-components-notice-banner #wp-submit, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner .register_link, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner .lost_password_link, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .wc-block-components-notice-banner a.form-control {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 10px;
    background-color: #FFFFFF;
    color: #053c4f;
  }
  .woocommerce-message .button:hover, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-message #wp-submit:hover, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message .register_link:hover, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-message .lost_password_link:hover, .woocommerce-message .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-message a.form-control:hover, .woocommerce-error .button:hover, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-error #wp-submit:hover, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error .register_link:hover, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error .lost_password_link:hover, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-error a.form-control:hover, .woocommerce-info .button:hover, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-info #wp-submit:hover, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info .register_link:hover, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-info .lost_password_link:hover, .woocommerce-info .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-info a.form-control:hover, .wc-block-components-notice-banner .button:hover, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .wc-block-components-notice-banner #wp-submit:hover, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner .register_link:hover, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wc-block-components-notice-banner .lost_password_link:hover, .wc-block-components-notice-banner .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .wc-block-components-notice-banner a.form-control:hover {
    background-color: #FFFFFF;
    color: #053c4f;
  }
  .woocommerce-message a, .woocommerce-error a, .woocommerce-info a, .wc-block-components-notice-banner a {
    display: block;
    width: 100%;
  }
}
.woocommerce-message:before {
  content: "\f129";
  font-family: "icomoon";
}
@media (max-width: 620px) {
  .woocommerce-message {
    padding: 20px !important;
  }
}
.woocommerce-error {
  background-color: #F77561;
}
.woocommerce-error:before {
  content: "\f12a";
  font-family: "icomoon";
  background-color: #f54b30;
}
@media (max-width: 620px) {
  .woocommerce-error {
    padding: 20px !important;
  }
}
.woocommerce-error .button, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-error #wp-submit, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error .register_link, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-error .lost_password_link, .woocommerce-error .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-error a.form-control {
  background-color: #FFFFFF;
}
.woocommerce-error li {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  background-color: inherit;
  font-family: "neue-haas-grotesk-display";
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0;
  margin-bottom: 0;
  line-height: 1;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.woocommerce-error li strong {
  font-weight: 100;
  margin-right: 5px;
  border-bottom: 2px solid #FFFFFF;
}
.woocommerce-error li:before {
  content: "\ea3c";
  font-family: "icomoon";
  margin-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.shop_table, .shop_attributes {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.shop_table th, .shop_attributes th {
  padding: 10px;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #0A0806;
  font-family: "Outfit";
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 620px) {
  .shop_table th, .shop_attributes th {
    padding: 10px 20px;
  }
}
.shop_table thead, .shop_attributes thead {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #E5DDCF;
}
.shop_table tr a, .shop_attributes tr a {
  color: #000000;
}
.shop_table tr#pi-overall-estimate-cart, .shop_attributes tr#pi-overall-estimate-cart {
  display: none;
}
.shop_table tr .button, .shop_table tr .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .shop_table tr #wp-submit, .shop_table tr .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .shop_table tr .register_link, .shop_table tr .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .shop_table tr .lost_password_link, .shop_table tr .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .shop_table tr a.form-control, .shop_attributes tr .button, .shop_attributes tr .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .shop_attributes tr #wp-submit, .shop_attributes tr .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .shop_attributes tr .register_link, .shop_attributes tr .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .shop_attributes tr .lost_password_link, .shop_attributes tr .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .shop_attributes tr a.form-control {
  color: #FFFFFF;
  display: inline-block;
}
.shop_table tr.cart_item, .shop_attributes tr.cart_item {
  border-top: none;
}
.shop_table tr.cart_item:nth-child(even), .shop_attributes tr.cart_item:nth-child(even) {
  border: none;
}
.shop_table tr.cart_item.backorder-item, .shop_attributes tr.cart_item.backorder-item {
  position: relative;
}
.shop_table tr.cart_item.backorder-item .backorder-message, .shop_attributes tr.cart_item.backorder-item .backorder-message {
  border-width: 1px;
  border-style: solid;
  border-color: #3fb0aa;
  background-color: rgba(63, 176, 170, 0.1);
  color: #3FB0AA;
  padding: 5px;
  display: inline-block;
  line-height: 1;
  font-weight: 800;
  border-radius: 5px;
  margin-top: 5px;
}
.shop_table tr.cart_item.backorder-item .quantity, .shop_attributes tr.cart_item.backorder-item .quantity {
  z-index: 20;
}
@media (max-width: 620px) {
  .shop_table tr.cart_item.component_table_item, .shop_attributes tr.cart_item.component_table_item {
    border-top: 0px !important;
  }
}
.shop_table tr.cart_item.component_table_item:last-of-type td, .shop_attributes tr.cart_item.component_table_item:last-of-type td {
  border-bottom: 1px solid #E5DDCF;
}
.shop_table tr.cart_item.component_table_item td, .shop_attributes tr.cart_item.component_table_item td {
  padding: 0px 10px;
}
.shop_table tr.cart_item.component_table_item .product-thumbnail img, .shop_attributes tr.cart_item.component_table_item .product-thumbnail img {
  display: none;
}
.shop_table tr.cart_item.component_table_item .product-name .component-name, .shop_attributes tr.cart_item.component_table_item .product-name .component-name {
  padding-left: 0;
}
.shop_table tr.cart_item.component_table_item .component_table_item_subtotal, .shop_attributes tr.cart_item.component_table_item .component_table_item_subtotal {
  font-size: 12px;
}
.shop_table tr.cart_item.component_table_item .component_table_item_subtotal:after, .shop_attributes tr.cart_item.component_table_item .component_table_item_subtotal:after {
  display: none;
}
.shop_table tr td, .shop_attributes tr td {
  border-style: solid;
  border-color: #E5DDCF;
  border-width: 0 0 1px;
  padding: 9px 10px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Outfit";
  vertical-align: middle;
  color: #0A0806;
  font-size: 12px;
  font-size: 0.75rem;
}
.shop_table tr td a, .shop_attributes tr td a {
  color: #0A0806;
}
.shop_table tr td.product-name, .shop_attributes tr td.product-name {
  line-height: 1.4;
  vertical-align: text-top;
}
.shop_table tr td.product-total, .shop_attributes tr td.product-total {
  vertical-align: text-top;
}
.shop_table tr td a, .shop_table tr td p, .shop_attributes tr td a, .shop_attributes tr td p {
  font-size: 13px !important;
}
@media (max-width: 580px) {
  .shop_table tr td, .shop_attributes tr td {
    border-width: 1px 1px 0;
    border-color: #979797;
    border-style: solid;
  }
}
.shop_table tr td.product-remove, .shop_attributes tr td.product-remove {
  width: 3%;
  padding: 0;
}
@media (max-width: 620px) {
  .shop_table tr td.product-remove, .shop_attributes tr td.product-remove {
    border-width: 0;
  }
}
.shop_table tr td.product-remove a, .shop_attributes tr td.product-remove a {
  width: 22px;
  height: 22px;
  display: block;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  .ms-flex-align-self: center;
  align-self: center;
  background-color: #e1d8c8;
  color: #ae9263;
  font-family: "Outfit";
  font-size: 13px !important;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.shop_table tr td.product-remove a:hover, .shop_attributes tr td.product-remove a:hover {
  background-color: #F77561;
  color: #F9F9F9;
}
@media (max-width: 620px) {
  .shop_table tr td.product-remove, .shop_attributes tr td.product-remove {
    display: block;
    width: 100% !important;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
  }
  .shop_table tr td.product-remove a, .shop_attributes tr td.product-remove a {
    margin: 0 0 0 auto;
    -webkit-transform: translate(12px, -12px);
    -ms-transform: translate(12px, -12px);
    -moz-transform: translate(12px, -12px);
    -o-transform: translate(12px, -12px);
    transform: translate(12px, -12px);
    border-radius: 15px;
    width: 30px;
    height: 30px;
    padding: 5px 6px;
  }
}
.shop_table tr td.product-thumbnail, .shop_attributes tr td.product-thumbnail {
  width: 5%;
  text-align: center;
}
.shop_table tr td.product-thumbnail img, .shop_attributes tr td.product-thumbnail img {
  max-width: 50px;
  height: auto;
  margin: 0 auto;
  border-radius: 5px;
}
@media (max-width: 620px) {
  .shop_table tr td.product-thumbnail, .shop_attributes tr td.product-thumbnail {
    width: 30%;
    border-right: 0px;
  }
  .shop_table tr td.product-thumbnail img, .shop_attributes tr td.product-thumbnail img {
    max-width: 100%;
  }
}
.shop_table tr td.product-name, .shop_attributes tr td.product-name {
  width: 53%;
  vertical-align: middle;
}
.shop_table tr td.product-name br, .shop_attributes tr td.product-name br {
  display: none;
}
.shop_table tr td.product-name a, .shop_attributes tr td.product-name a {
  color: #0A0806;
  display: block;
  font-family: "Outfit";
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.shop_table tr td.product-name p, .shop_attributes tr td.product-name p {
  color: #0A0806;
  margin-bottom: 0;
}
.shop_table tr td.product-name p.backorder_notification, .shop_attributes tr td.product-name p.backorder_notification {
  padding: 10px;
  background-color: #3FB0AA;
  color: #F9F9F9;
  display: block;
  margin: 10px 0 0;
  line-height: 1.2;
}
.shop_table tr td.product-name p.mto_notification, .shop_attributes tr td.product-name p.mto_notification {
  padding: 10px;
  background-color: #3FB0AA;
  color: #F9F9F9;
  display: block;
  margin: 10px 0 0;
  line-height: 1.2;
}
.shop_table tr td.product-name dl.variation, .shop_table tr td.product-name dl.component, .shop_attributes tr td.product-name dl.variation, .shop_attributes tr td.product-name dl.component {
  padding-left: 17px;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  letter-spacing: 0.5px;
  line-height: 1;
}
.shop_table tr td.product-name dl.variation .sfl_cart_link, .shop_table tr td.product-name dl.component .sfl_cart_link, .shop_attributes tr td.product-name dl.variation .sfl_cart_link, .shop_attributes tr td.product-name dl.component .sfl_cart_link {
  display: none;
}
@media (max-width: 580px) {
  .shop_table tr td.product-name dl.variation, .shop_table tr td.product-name dl.component, .shop_attributes tr td.product-name dl.variation, .shop_attributes tr td.product-name dl.component {
    display: inline-block;
  }
}
.shop_table tr td.product-name dl.variation:before, .shop_table tr td.product-name dl.component:before, .shop_attributes tr td.product-name dl.variation:before, .shop_attributes tr td.product-name dl.component:before {
  position: absolute;
  left: -2px;
  top: 5px;
  content: "\e0e4";
  font-family: "icomoon";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shop_table tr td.product-name dl.variation dd, .shop_table tr td.product-name dl.component dd, .shop_attributes tr td.product-name dl.variation dd, .shop_attributes tr td.product-name dl.component dd {
  margin-right: 10px;
}
.shop_table tr td.product-name .variation, .shop_attributes tr td.product-name .variation {
  width: 100%;
  display: block;
}
.shop_table tr td.product-name .variation dt, .shop_attributes tr td.product-name .variation dt {
  display: inline-block;
}
.shop_table tr td.product-name .variation dd, .shop_attributes tr td.product-name .variation dd {
  display: inline-block;
}
.shop_table tr td.product-name .variation dd p, .shop_attributes tr td.product-name .variation dd p {
  color: colors(black) !important;
  font-weight: bold;
}
@media (max-width: 620px) {
  .shop_table tr td.product-name, .shop_attributes tr td.product-name {
    width: 70% !important;
  }
  .shop_table tr td.product-name:before, .shop_attributes tr td.product-name:before {
    content: "Product:";
    font-family: "Outfit";
    display: block;
    width: 100%;
    margin-bottom: 3px;
    vertical-align: top;
  }
}
.shop_table tr td.product-price, .shop_attributes tr td.product-price {
  width: 15%;
  display: none;
}
@media (max-width: 580px) {
  .shop_table tr td.product-price, .shop_attributes tr td.product-price {
    width: 100%;
    display: block;
  }
  .shop_table tr td.product-price:before, .shop_attributes tr td.product-price:before {
    content: "Price:";
    font-family: "Outfit";
    display: inline-block;
    width: 25%;
  }
}
.shop_table tr td.product-quantity, .shop_attributes tr td.product-quantity {
  width: 9%;
  text-align: center;
}
.shop_table tr td.product-quantity .quantity, .shop_attributes tr td.product-quantity .quantity {
  margin: 0 auto;
}
@media (max-width: 580px) {
  .shop_table tr td.product-quantity, .shop_attributes tr td.product-quantity {
    width: 100% !important;
    text-align: left;
  }
  .shop_table tr td.product-quantity:before, .shop_attributes tr td.product-quantity:before {
    content: "Quantity:";
    font-family: "Outfit";
    display: inline-block;
    width: 25%;
  }
  .shop_table tr td.product-quantity .quantity, .shop_attributes tr td.product-quantity .quantity {
    display: inline-block;
    margin: 0;
  }
}
.shop_table tr td.product-subtotal, .shop_attributes tr td.product-subtotal {
  width: 16%;
  text-align: right;
}
.shop_table tr td.product-subtotal .tax_label, .shop_attributes tr td.product-subtotal .tax_label {
  font-weight: bold;
  display: block;
}
@media (max-width: 620px) {
  .shop_table tr td.product-subtotal, .shop_attributes tr td.product-subtotal {
    width: 100% !important;
    text-align: left;
    border-bottom-width: 1px;
  }
  .shop_table tr td.product-subtotal:before, .shop_attributes tr td.product-subtotal:before {
    content: "Subtotal:";
    font-family: "Outfit";
    display: inline-block;
    width: 25%;
  }
}
.shop_table tr td.actions, .shop_attributes tr td.actions {
  padding: 20px 0 0;
  background-color: rgba(10, 8, 6, 0);
  width: 100%;
  border: none;
}
.shop_table tr td.actions .coupon, .shop_attributes tr td.actions .coupon {
  display: none;
}
.shop_table tr td.actions .button, .shop_table tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .shop_table tr td.actions #wp-submit, .shop_table tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .shop_table tr td.actions .register_link, .shop_table tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .shop_table tr td.actions .lost_password_link, .shop_table tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .shop_table tr td.actions a.form-control, .shop_attributes tr td.actions .button, .shop_attributes tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .shop_attributes tr td.actions #wp-submit, .shop_attributes tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .shop_attributes tr td.actions .register_link, .shop_attributes tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .shop_attributes tr td.actions .lost_password_link, .shop_attributes tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .shop_attributes tr td.actions a.form-control {
  float: right;
}
.shop_table tr td.actions .button:hover, .shop_table tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .shop_table tr td.actions #wp-submit:hover, .shop_table tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .shop_table tr td.actions .register_link:hover, .shop_table tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .shop_table tr td.actions .lost_password_link:hover, .shop_table tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .shop_table tr td.actions a.form-control:hover, .shop_attributes tr td.actions .button:hover, .shop_attributes tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .shop_attributes tr td.actions #wp-submit:hover, .shop_attributes tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .shop_attributes tr td.actions .register_link:hover, .shop_attributes tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .shop_attributes tr td.actions .lost_password_link:hover, .shop_attributes tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .shop_attributes tr td.actions a.form-control:hover {
  background-color: #F9F9F9;
  color: #0A0806;
}
@media (max-width: 620px) {
  .shop_table tr td.actions .button, .shop_table tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .shop_table tr td.actions #wp-submit, .shop_table tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .shop_table tr td.actions .register_link, .shop_table tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .shop_table tr td.actions .lost_password_link, .shop_table tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .shop_table tr td.actions a.form-control, .shop_attributes tr td.actions .button, .shop_attributes tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .shop_attributes tr td.actions #wp-submit, .shop_attributes tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .shop_attributes tr td.actions .register_link, .shop_attributes tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .shop_attributes tr td.actions .lost_password_link, .shop_attributes tr td.actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .shop_attributes tr td.actions a.form-control {
    float: none;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 15px 10px;
  }
}
.shop_table tr.shipping #shipping_method, .shop_attributes tr.shipping #shipping_method {
  padding: 0 10px 5px 25px;
  margin-left: 0px !important;
}
@media (max-width: 620px) {
  .shop_table tr.shipping #shipping_method, .shop_attributes tr.shipping #shipping_method {
    padding: 0 0px 5px 25px;
  }
}
.shop_table tr.fee td:before, .shop_attributes tr.fee td:before {
  content: "DISCOUNT: ";
  font-weight: bold;
}
.quantity {
  position: relative;
  width: 100%;
  max-width: 100px;
  border-width: 1px;
  border-style: solid;
  border-color: #a7a7a7;
  border-radius: 5px;
  overflow: hidden;
}
.quantity input[type="number"], .quantity input[type="text"] {
  width: 100%;
  min-width: 100px;
  height: 45px;
  padding: 10px 30px 10px 10px;
  text-align: center;
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
  -moz-appearance: textfield;
  background-color: #F9F9F9;
  border-width: 0 !important;
  color: #0A0806;
}
.quantity input[type="number"]:focus, .quantity input[type="text"]:focus {
  outline: none;
}
.quantity input[type="number"] {
  border-width: 1px;
  border-style: solid;
  border-color: #4b4b4b;
}
.quantity .td-quantity-label {
  z-index: 10;
  position: absolute;
  right: 0;
  font-family: "Outfit";
  height: 50%;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.quantity .td-quantity-label:hover {
  cursor: pointer;
}
.quantity .td-quantity-label:after {
  font-family: "icomoon";
  font-size: 16px;
  font-size: 1rem;
  color: #0A0806;
  background-color: #F9F9F9;
  font-weight: 100;
  -webkit-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  transition: all 0.3s cubic-bezier(0.56, -0.41, 0.27, 1.41) 0s;
  padding: 5px;
  pointer-events: none;
  cursor: pointer;
}
.quantity .td-quantity-label.plus-input {
  top: 0;
  border-width: 0 0 1px 1px;
  border-color: #a7a7a7;
  border-style: solid;
}
.quantity .td-quantity-label.plus-input:after {
  content: "\e918";
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.quantity .td-quantity-label.minus-input {
  bottom: 0px;
  border-width: 1px 0 0 1px;
  border-color: #a7a7a7;
  border-style: solid;
}
.quantity .td-quantity-label.minus-input:after {
  content: "\e918";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.quantity .td-quantity-button {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.quantity .td-quantity-button:focus {
  outline: none;
}
/* templates/woocommerce/global/clearpay.scss */
.product-type-simple [data-class="clearpay-simple-product"] {
  font-family: "Outfit";
  margin-top: 5px;
}
.product-type-variable [data-class="clearpay-simple-product"] {
  display: none;
}
.product-type-variable [data-class="clearpay-variant-product"] {
  font-family: "Outfit";
  font-weight: 400;
  margin-top: 5px;
}
#payment .payment_method_clearpay {
  position: relative;
  background-color: #B2FCE4;
  display: block;
}
#payment .payment_method_clearpay .clearpay-logo-img {
  position: absolute;
  left: 40px;
  top: 16px;
  object-fit: cover;
  width: 95px;
}
#payment .payment_method_clearpay > label {
  font-size: 0;
}
.wc-proceed-to-checkout #wc-stripe-payment-request-wrapper {
  margin-bottom: 20px;
}
#wc-stripe-payment-request-wrapper {
  margin-top: 0 !important;
}
#wc-stripe-payment-request-button-separator {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
/* Hide the Stripe card fields on shortcode checkout page */
body.woocommerce-checkout .payment_method_stripe {
  display: none !important;
}
/* Chosen by K-J -- Main Product Image */
.single-product.postid-565956 .main-image::before, .single-product.postid-124054 .main-image::before, .single-product.postid-636754 .main-image::before, .single-product.postid-568844 .main-image::before, .single-product.postid-135280 .main-image::before, .single-product.postid-602870 .main-image::before, .single-product.postid-466473 .main-image::before, .single-product.postid-554964 .main-image::before, .single-product.postid-469250 .main-image::before, .single-product.postid-555069 .main-image::before, .single-product.postid-551502 .main-image::before, .single-product.postid-131248 .main-image::before, .single-product.postid-510375 .main-image::before, .single-product.postid-385367 .main-image::before, .single-product.postid-291345 .main-image::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 120px;
  height: 61px;
  background-image: url("resources/images/body/png/chosen-by-kj.png");
  /* Replace with your overlay image */
  background-size: cover;
  background-position: center;
  z-index: 100;
  pointer-events: none;
}
/* Chosen by K-J -- Category */
.product-category-products .post-565956 .product-thumbnail::before, .product-category-products .post-124054 .product-thumbnail::before, .product-category-products .post-636754 .product-thumbnail::before, .product-category-products .post-568844 .product-thumbnail::before, .product-category-products .post-135280 .product-thumbnail::before, .product-category-products .post-602870 .product-thumbnail::before, .product-category-products .post-466473 .product-thumbnail::before, .product-category-products .post-554964 .product-thumbnail::before, .product-category-products .post-469250 .product-thumbnail::before, .product-category-products .post-555069 .product-thumbnail::before, .product-category-products .post-551502 .product-thumbnail::before, .product-category-products .post-131248 .product-thumbnail::before, .product-category-products .post-510375 .product-thumbnail::before, .product-category-products .post-385367 .product-thumbnail::before, .product-category-products .post-291345 .product-thumbnail::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 80px;
  height: 41px;
  background-image: url("resources/images/body/png/chosen-by-kj.png");
  /* Replace with your overlay image */
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}
/* Chosen by K-J -- Related Products */
.related.products .post-565956 .product-thumbnail::before, .related.products .post-124054 .product-thumbnail::before, .related.products .post-636754 .product-thumbnail::before, .related.products .post-568844 .product-thumbnail::before, .related.products .post-135280 .product-thumbnail::before, .related.products .post-602870 .product-thumbnail::before, .related.products .post-466473 .product-thumbnail::before, .related.products .post-554964 .product-thumbnail::before, .related.products .post-469250 .product-thumbnail::before, .related.products .post-555069 .product-thumbnail::before, .related.products .post-551502 .product-thumbnail::before, .related.products .post-131248 .product-thumbnail::before, .related.products .post-510375 .product-thumbnail::before, .related.products .post-385367 .product-thumbnail::before, .related.products .post-291345 .product-thumbnail::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 80px;
  height: 41px;
  background-image: url("resources/images/body/png/chosen-by-kj.png");
  /* Replace with your overlay image */
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}
/* Chosen by K-J -- Up-Sells */
.up-sells.products .post-565956 .product-thumbnail::before, .up-sells.products .post-124054 .product-thumbnail::before, .up-sells.products .post-636754 .product-thumbnail::before, .up-sells.products .post-568844 .product-thumbnail::before, .up-sells.products .post-135280 .product-thumbnail::before, .up-sells.products .post-602870 .product-thumbnail::before, .up-sells.products .post-466473 .product-thumbnail::before, .up-sells.products .post-554964 .product-thumbnail::before, .up-sells.products .post-469250 .product-thumbnail::before, .up-sells.products .post-555069 .product-thumbnail::before, .up-sells.products .post-551502 .product-thumbnail::before, .up-sells.products .post-131248 .product-thumbnail::before, .up-sells.products .post-510375 .product-thumbnail::before, .up-sells.products .post-385367 .product-thumbnail::before, .up-sells.products .post-291345 .product-thumbnail::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 80px;
  height: 41px;
  background-image: url("resources/images/body/png/chosen-by-kj.png");
  /* Replace with your overlay image */
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}
.bubble-banner {
  background: #FF615B;
  margin: 20px 0 0;
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 2px;
  font-family: "Outfit";
  font-size: 16px;
  font-size: 1rem;
  color: #F9F9F9;
  text-align: center;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.wc-prl-recommendations {
  display: none;
}
.role-administrator .wc-prl-recommendations {
  display: initial;
}
@media (max-width: 920px) {
  .breadcrumb-container {
    position: relative;
  }
  .breadcrumb-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(45deg, rgba(229, 221, 207, 0), #e5ddcf);
  }
}
.breadcrumb-container .woocommerce-breadcrumb, .breadcrumb-container #breadcrumbs, .breadcrumb-container .woo-breadcrumbs {
  font-family: "Outfit";
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 20px 0;
  line-height: 1;
  letter-spacing: 1px;
  color: #575757;
}
@media (max-width: 920px) {
  .breadcrumb-container .woocommerce-breadcrumb, .breadcrumb-container #breadcrumbs, .breadcrumb-container .woo-breadcrumbs {
    text-wrap: nowrap;
    overflow-x: scroll;
    padding: 15px 20px;
    margin-bottom: 0;
    scrollbar-width: none;
    /* For Firefox */
  }
  .breadcrumb-container .woocommerce-breadcrumb::-webkit-scrollbar, .breadcrumb-container #breadcrumbs::-webkit-scrollbar, .breadcrumb-container .woo-breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumb-container .woocommerce-breadcrumb span, .breadcrumb-container #breadcrumbs span, .breadcrumb-container .woo-breadcrumbs span {
  padding: 0;
}
.breadcrumb-container .woocommerce-breadcrumb span:first-of-type a, .breadcrumb-container #breadcrumbs span:first-of-type a, .breadcrumb-container .woo-breadcrumbs span:first-of-type a {
  padding: 0 0 5px 0;
}
.breadcrumb-container .woocommerce-breadcrumb span a, .breadcrumb-container #breadcrumbs span a, .breadcrumb-container .woo-breadcrumbs span a {
  padding: 0 5px;
}
.breadcrumb-container .woocommerce-breadcrumb span.breadcrumb_last, .breadcrumb-container #breadcrumbs span.breadcrumb_last, .breadcrumb-container .woo-breadcrumbs span.breadcrumb_last {
  padding: 0 5px;
}
.breadcrumb-container .woocommerce-breadcrumb a, .breadcrumb-container #breadcrumbs a, .breadcrumb-container .woo-breadcrumbs a {
  color: #575757;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumb-container .woocommerce-breadcrumb a:hover, .breadcrumb-container #breadcrumbs a:hover, .breadcrumb-container .woo-breadcrumbs a:hover {
  color: #0A0806;
}
.none_vat_customers #vat_number_field {
  display: block !important;
}
.none_vat_customers #shipping_method .shipping_method_0_table_rate1623, .none_vat_customers #shipping_method .shipping_method_0_table_rate1628, .none_vat_customers #shipping_method .shipping_method_0_table_rate1622 {
  display: none;
}
.wholesale_customer .summary .price .original-computed-price {
  color: #f62929;
  font-size: 20px;
  font-size: 1.25rem;
}
.wholesale_customer .products .product .product-actions .price {
  width: 100%;
  margin-bottom: 10px;
}
.wholesale_customer .products .product .product-actions .price .original-computed-price {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2px 0 5px;
  display: block;
  color: #f62929;
}
.wholesale_customer .products .product .product-actions .price .wholesale_price_container {
  display: block;
  margin: 0 0 10px;
}
.wholesale_customer .products .product .product-actions .price .wholesale_price_container span {
  font-size: 16px;
  font-size: 1rem;
}
.wholesale_customer .products .product .product-actions .price .wholesale_price_container ins {
  text-decoration: none;
  border-bottom: 1.5px solid #0A0806;
}
.woocommerce-no-js .woocommerce-pagination {
  opacity: 1;
}
.woocommerce-pagination {
  opacity: 0;
  text-align: center;
}
.woocommerce-pagination ul {
  margin: 60px 0;
}
.woocommerce-pagination ul li {
  display: inline-block;
  min-width: 30px;
}
.woocommerce-pagination ul li .page-numbers {
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #FFFFFF;
  padding: 10px 15px;
  border: 2px solid #FFFFFF;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-pagination ul li .page-numbers.current, .woocommerce-pagination ul li .page-numbers:hover {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.onsale {
  display: none;
}
.woocommerce-page .shop-category h1, .woocommerce-page .shop-category .visual-size--h1, .woocommerce-js .shop-category h1, .woocommerce-js .shop-category .visual-size--h1 {
  font-size: 50px;
  font-size: 3.125rem;
}
.woocommerce-page .shop-category .woocommerce-result-count, .woocommerce-js .shop-category .woocommerce-result-count {
  display: none;
}
.woocommerce-page .shop-category .woocommerce-ordering, .woocommerce-js .shop-category .woocommerce-ordering {
  display: none;
  float: right;
}
.woocommerce-page .shop-category .no-products, .woocommerce-js .shop-category .no-products {
  padding: 20px;
}
.woocommerce-page .shop-category .no-products p, .woocommerce-js .shop-category .no-products p {
  padding-bottom: 0;
  line-height: 1.5;
  text-align: center;
}
.woocommerce-page .woocommerce-pagination, .woocommerce-js .woocommerce-pagination {
  text-align: center;
}
.woocommerce-page .woocommerce-pagination ul, .woocommerce-js .woocommerce-pagination ul {
  margin: 20px 0;
}
.woocommerce-page .woocommerce-pagination ul li, .woocommerce-js .woocommerce-pagination ul li {
  display: inline-block;
  min-width: 30px;
}
.woocommerce-page .woocommerce-pagination ul li .page-numbers, .woocommerce-js .woocommerce-pagination ul li .page-numbers {
  font-family: "miller-banner-condensed";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: #FFFFFF;
  padding: 10px 15px;
  border: 2px solid #FFFFFF;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-page .woocommerce-pagination ul li .page-numbers.current, .woocommerce-page .woocommerce-pagination ul li .page-numbers:hover, .woocommerce-js .woocommerce-pagination ul li .page-numbers.current, .woocommerce-js .woocommerce-pagination ul li .page-numbers:hover {
  background-color: #FFFFFF;
  color: #0A0806;
}
.woocommerce-page .blockUI.blockOverlay, .woocommerce-js .blockUI.blockOverlay {
  background: rgba(10, 8, 6, 0.95) !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10 !important;
  position: relative;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  margin-left: calc(-20px);
  margin-right: calc(-20px);
  margin-top: calc(-20px);
  margin-bottom: calc(-20px);
}
.woocommerce-page .blockUI.blockOverlay:before, .woocommerce-page .blockUI.blockOverlay.loader:before, .woocommerce-js .blockUI.blockOverlay:before, .woocommerce-js .blockUI.blockOverlay.loader:before {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: inline-block;
  content: "";
  color: #F9F9F9;
  content: "\e97e";
  font-family: "icomoon";
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: spin 0.4s linear infinite;
  -moz-animation: spin 0.4s linear infinite;
  -ms-animation: spin 0.4s linear infinite;
  -o-animation: spin 0.4s linear infinite;
  animation: spin 0.4s linear infinite;
}
.shipping-area-messages p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #cfcfcf;
}
.shipping-area-messages a {
  text-decoration: underline;
}
#shipping_method li {
  position: relative;
  list-style: none;
}
#shipping_method li input {
  position: absolute;
  left: -25px;
  top: 5px;
}
#shipping_method li input[type="radio"] {
  top: 9px !important;
}
#shipping_method li label:after {
  display: block;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFFFFF;
  margin-bottom: 10px;
}
#shipping_method li .shipping-method-description {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
  line-height: 1.2;
}
#shipping_method li .pi-edd-method-estimate.no-estimate {
  display: none;
}
#shipping_method li .pi-edd-method-estimate p {
  position: relative;
  padding: 0 0 0 22px;
  background-color: initial;
  text-align: left;
  color: #A0A78F;
  font-family: "Outfit";
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
#shipping_method li .pi-edd-method-estimate p:before {
  content: "\e558";
  font-family: "icomoon";
  font-size: 16px;
  font-size: 1rem;
  color: #A0A78F;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#shipping_method li label[for="shipping_method_0_table_rate103"]:after {
  content: "3 - 5 Working Days";
}
#shipping_method li label[for="shipping_method_0_table_rate1055"]:after {
  content: "1 - 3 Working Days";
}
#shipping_method li label[for="shipping_method_0_table_rate2637"]:after {
  content: "DPD 1-3 working days";
}
#shipping_method li label[for="shipping_method_0_table_rate1628"]:after {
  content: "1 - 3 Working Days if ordered after 1pm";
}
#shipping_method li label[for="shipping_method_0_table_rate2948"]:after {
  content: "If ordered before 1pm Monday to Thursday";
}
#shipping_method li label[for="shipping_method_0_table_rate2949"]:after {
  content: "If ordered before 1pm Monday to Thursday";
}
#shipping_method li label[for="shipping_method_0_table_rate1623"]:after {
  content: "If ordered before 1pm Monday to Thursday";
}
#shipping_method li label[for="shipping_method_0_table_rate2951"]:after {
  content: "If ordered before 1pm Friday";
}
#shipping_method li label[for="shipping_method_0_table_rate2950"]:after {
  content: "If ordered before 1pm Friday";
}
#shipping_method li label[for="shipping_method_0_table_rate2952"]:after {
  content: "If ordered before 1pm Saturday";
}
#shipping_method li label[for="shipping_method_0_table_rate1024"]:after {
  content: "for Northern Ireland, Channel Isles,Scottish Highlands & Scilly Isles";
}
#shipping_method li label[for="shipping_method_0_local_pickup25"]:after {
  content: "Free next day delivery If ordered before 1pm Monday to Thursday";
}
html[data-useragent*="Mozilla/5.0 (Windows NT 6.3"] .products .product .product-wrapper, html[data-useragent*="Mozilla/5.0 (Windows NT 6.3"] .products .product .product-wrapper .product-content, html[data-useragent*="MSIE 10.0"] .products .product .product-wrapper, html[data-useragent*="MSIE 10.0"] .products .product .product-wrapper .product-content {
  display: block !important;
}
html[data-useragent*="Mozilla/5.0 (Windows NT 10"] .products .product .product-wrapper {
  display: block;
}
.pswp {
  z-index: 9999999999 !important;
}
.wc_gc_datepicker {
  font-family: "Outfit";
  padding: 0;
}
.wc_gc_datepicker .ui-datepicker-prev, .wc_gc_datepicker .ui-datepicker-next {
  padding: 5px !important;
}
.wc_gc_datepicker .ui-datepicker-prev:before, .wc_gc_datepicker .ui-datepicker-next:before {
  padding-left: 0;
}
.archive.woocommerce-page.term-16184 .page-title {
  font-size: 41px !important;
}
@media (max-width: 720px) {
  .archive.woocommerce-page #main .breadcrumbs.woo-breadcrumbs {
    display: none;
  }
}
.archive.woocommerce-page #main .shop-archive .shop-category {
  width: 100%;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive.woocommerce-page #main .shop-archive .shop-category .product-category-products {
  width: 100%;
}
.archive.woocommerce-page #main .shop-archive .shop-category .product-category-products .lmp_products_loading .fa:before {
  font-size: 20px;
  color: #0A0806;
  width: 56px;
  height: 56px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.archive.woocommerce-page #main .shop-archive .shop-category .product-category-products .lmp_load_more_button {
  padding-top: 50px;
}
@media (max-width: 620px) {
  .archive.woocommerce-page #main .shop-archive .shop-category .product-category-products .lmp_load_more_button {
    margin-bottom: 50px;
  }
}
.archive.woocommerce-page #main .shop-archive .shop-category .product-category-products .lmp_load_more_button .lmp_button {
  background-color: rgba(106, 106, 106, 0.1) !important;
  border: 1px solid rgba(106, 106, 106, 0.5) !important;
  color: #F9F9F9 !important;
  border-radius: 2px !important;
  font-family: "Muli";
  text-transform: uppercase;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 255px;
  margin: 0 auto;
}
.archive.woocommerce-page #main .shop-archive .shop-category .product-category-products .lmp_load_more_button .lmp_button:hover {
  background-color: rgba(106, 106, 106, 0.4) !important;
}
.archive.woocommerce-page #main .shop-archive .shop-category .product-category-products .page-load-status {
  position: relative;
}
.archive.woocommerce-page #main .shop-archive .shop-category .product-category-products .page-load-status:before {
  content: "";
  padding: 30px 0 40px;
  display: block;
  width: 100%;
}
.archive.woocommerce-page #main .shop-archive .shop-category .product-category-products .page-load-status .infinite-scroll-request {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.archive.woocommerce-page #main .shop-archive .shop-category .product-category-products .page-load-status .infinite-scroll-request:after {
  display: block;
  margin: 20px 0 50px;
  content: "";
  color: #F9F9F9;
  content: "\e97e";
  font-family: "icomoon";
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: spin 0.4s linear infinite;
  -moz-animation: spin 0.4s linear infinite;
  -ms-animation: spin 0.4s linear infinite;
  -o-animation: spin 0.4s linear infinite;
  animation: spin 0.4s linear infinite;
}
.archive.woocommerce-page #main .shop-archive .shop-category .product-category-products .products .paTracker-widget-area-placeholder {
  display: none !important;
}
.archive.woocommerce-page #main .shop-archive .shop-category .product-category-products .products .product.post-242265 .price {
  display: none;
}
@media (max-width: 920px) {
  .archive.woocommerce-page #main .shop-archive .shop-category {
    width: 100%;
  }
}
.archive.woocommerce-page.term-magnet-partnership .product-category-description {
  padding: 20px 0 40px !important;
  order: 0 !important;
}
@media (max-width: 620px) {
  .product-template-default.single-product .breadcrumb-container p {
    text-align: left !important;
  }
}
.product-template-default.single-product .product.type-product.product-type-variable .product-content__container, .product-template-default.single-product .product.type-product.product-type-simple .product-content__container, .product-template-default.single-product .product.type-product.product-type-composite .product-content__container, .product-template-default.single-product .product.type-product.product-type-table-product .product-content__container {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  .ms-flex-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px auto;
  max-width: 1440px;
  position: relative;
}
@media (min-width: 920px) {
  .product-template-default.single-product .product.type-product.product-type-variable .product-content__container, .product-template-default.single-product .product.type-product.product-type-simple .product-content__container, .product-template-default.single-product .product.type-product.product-type-composite .product-content__container, .product-template-default.single-product .product.type-product.product-type-table-product .product-content__container {
    padding: 0 20px;
  }
}
.product-template-default.single-product .product.type-product.product-type-variable .product-content__container .additional-content .trustpilot-widget, .product-template-default.single-product .product.type-product.product-type-simple .product-content__container .additional-content .trustpilot-widget, .product-template-default.single-product .product.type-product.product-type-composite .product-content__container .additional-content .trustpilot-widget, .product-template-default.single-product .product.type-product.product-type-table-product .product-content__container .additional-content .trustpilot-widget {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.woocommerce-view-order address, .woocommerce-view-order address p {
  font-family: "Outfit" !important;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
.woocommerce-view-order address .woocommerce-customer-details--phone, .woocommerce-view-order address p .woocommerce-customer-details--phone {
  margin-bottom: 0;
}
.woocommerce-view-order .order-print .button, .woocommerce-view-order .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-view-order .order-print #wp-submit, .woocommerce-view-order .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-view-order .order-print .register_link, .woocommerce-view-order .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-view-order .order-print .lost_password_link, .woocommerce-view-order .order-print .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-view-order .order-print a.form-control {
  background-color: unset;
  border: 1px solid #F9F9F9;
}
.woocommerce-view-order .order-print .button:hover, .woocommerce-view-order .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-view-order .order-print #wp-submit:hover, .woocommerce-view-order .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-view-order .order-print .register_link:hover, .woocommerce-view-order .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-view-order .order-print .lost_password_link:hover, .woocommerce-view-order .order-print .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-view-order .order-print a.form-control:hover {
  background-color: #F9F9F9;
  color: #0A0806;
}
.woocommerce-view-order .woocommerce-MyAccount-content .shop_table tfoot tr th {
  border: none !important;
}
.woocommerce-view-order .woocommerce-MyAccount-content .shop_table tr td {
  padding: 0px 10px 12px 0px;
}
.woocommerce-order-received p {
  font-size: 0px;
  font-size: 0rem;
  line-height: 0;
  margin-bottom: 0;
}
.woocommerce-order-received .page-content {
  padding: 20px !important;
}
@media (max-width: 620px) {
  .woocommerce-order-received .page-content {
    padding: 0 !important;
  }
}
@media (max-width: 620px) {
  .woocommerce-order-received .page-content .woocommerce {
    padding: 0 20px 20px;
  }
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_confirmation_wrapper {
  background-color: #EEE7DA;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_confirmation_wrapper .gform_confirmation_message {
  text-align: center;
  font-family: "Outfit";
  font-size: 16px;
  font-size: 1rem;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_validation_errors {
  padding: 20px 20px 0;
  display: none;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper {
  background-color: #EEE7DA;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper #gform_ajax_spinner_23 {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 200;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body {
  padding: 20px 20px 0;
  text-align: center;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield_visibility_administrative {
  border: none;
  padding: 0;
  margin: 0;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield_visibility_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  /* For older browsers */
  clip-path: inset(100%);
  /* For modern browsers */
  border: 0;
  white-space: nowrap;
  /* Prevents text from wrapping */
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield_validation_message {
  font-family: "Outfit";
  color: #CC1A0F;
  font-size: 13px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gform-field-label {
  font-size: 18px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert {
  margin: 20px auto 0;
  max-width: 750px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table {
  border: none;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  table-layout: fixed;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table thead {
  display: none;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td {
  position: relative;
  border: none;
  padding: 30px 0 10px;
  height: initial;
  background-image: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td input[type="radio"] {
  display: none;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td:after {
  content: attr(data-label);
  font-family: "Outfit";
  font-size: 14px;
  color: #0A0806;
  font-weight: 600;
}
@media (max-width: 920px) {
  .woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td:after {
    margin-left: 20px;
  }
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td:before {
  content: "\ea56";
  font-family: "icomoon";
  font-size: 12px;
  color: #0A0806;
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 920px) {
  .woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td:before {
    top: 50%;
    right: 20px;
    left: initial;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td:first-of-type {
  background-color: #6BCA6C !important;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 920px) {
  .woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td:first-of-type {
    border-radius: 5px 5px 0 0;
  }
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td:nth-of-type(2) {
  background-color: #A0D77A !important;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td:nth-of-type(3) {
  background-color: #D5E179 !important;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td:nth-of-type(4) {
  background-color: #FCCF3E !important;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td:nth-of-type(5) {
  background-color: #FF9644 !important;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td:nth-of-type(6) {
  background-color: #FB834F !important;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td:last-of-type {
  background-color: #FA5562 !important;
  border-radius: 0 5px 5px 0;
}
@media (max-width: 920px) {
  .woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td:last-of-type {
    border-radius: 0 0 5px 5px;
  }
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td.gsurvey-likert-selected:before, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td.gsurvey-likert-focus:before, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td.gsurvey-likert-hover:before {
  content: "\ea54";
  font-size: 12px;
}
@media (max-width: 920px) {
  .woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td.gsurvey-likert-selected:before, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td.gsurvey-likert-focus:before, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td.gsurvey-likert-hover:before {
    top: 50%;
    right: 20px;
    left: initial;
  }
}
@media (max-width: 920px) {
  .woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gfield--type-survey .ginput_container_likert table tbody tr td {
    width: 100% !important;
    display: block;
    padding: 5px 0 !important;
  }
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gsurvey-rating {
  float: initial;
  margin: 10px auto 0;
  width: 150px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gsurvey-rating label {
  background-image: none;
  background-size: initial;
  width: initial;
  line-height: initial;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gsurvey-rating label:before {
  content: "\e9d9";
  font-family: "icomoon";
  font-size: 30px;
  font-size: 1.875rem;
  color: #D1C1A6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gsurvey-rating label:hover:before {
  content: "\e9d9";
  color: #50AB7E;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gsurvey-rating label:hover ~ label:before {
  content: "\e9d9";
  color: #50AB7E;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body .gsurvey-rating input[type="radio"]:checked ~ label:before {
  content: "\e9d9";
  color: #50AB7E;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body #field_23_14 {
  margin: 0px auto 0;
  max-width: 750px;
  margin-bottom: 20px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_body #field_23_14 .gfield_label {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_footer {
  border-radius: 0 0 10px 10px;
  padding: 0 20px 20px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_footer input[type="submit"] {
  display: block;
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #3FB0AA;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order strong {
  font-weight: bold;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 620px) {
  .woocommerce-order-received .page-content .woocommerce .woocommerce-order p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order h2, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .visual-size--h2 {
  margin-bottom: 10px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order h3, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .visual-size--h3 {
  margin-bottom: 10px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
  font-family: "miller-banner-condensed";
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: -1px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 620px) {
  .woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 15px 0;
  }
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-overview {
  background-color: #D1C1A6;
  border-radius: 5px;
  padding: 30px;
  margin: 0 0 20px 0;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-overview li {
  font-size: 14px;
  font-size: 0.875rem;
  color: #0A0806;
  list-style: none;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .wc-bacs-bank-details-account-name {
  font-size: 20px;
  font-size: 1.25rem;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-bacs-bank-details {
  background-color: #D1C1A6;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-bacs-bank-details h2, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-bacs-bank-details .visual-size--h2 {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 20px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-bacs-bank-details h3, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-bacs-bank-details .visual-size--h3 {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 20px;
  margin: 0;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-bacs-bank-details .order_details {
  margin: 0 0 20px;
  padding: 0 20px 20px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-bacs-bank-details .order_details li {
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details {
  margin-bottom: 30px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details__title {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (max-width: 620px) {
  .woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table {
  margin-bottom: 30px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table thead {
  border-color: #EEE7DA;
  border-bottom-width: 2px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table thead tr th {
  border: none;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table thead tr th.product-total {
  text-align: right;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr.order_item.composition_item td {
  padding: 10px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr.order_item.composition_item:last-of-type {
  padding: 10px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td {
  font-size: 12px;
  font-size: 0.75rem;
  border-color: #EEE7DA;
  border-bottom-width: 2px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td.product-name {
  width: 75%;
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td.product-name a {
  text-decoration: none;
  display: inline-block;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td.product-name .product-quantity {
  display: inline-block;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td.product-name ul.wc-item-meta {
  padding-left: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  margin: 0;
}
@media (max-width: 580px) {
  .woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td.product-name ul.wc-item-meta {
    display: inline-block;
  }
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td.product-name ul.wc-item-meta:before {
  position: absolute;
  left: -2px;
  top: 0px;
  content: "\e0e4";
  font-family: "icomoon";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td.product-name ul.wc-item-meta p {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.2;
  font-size: 13px;
  font-size: 0.8125rem;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td.product-name ul.wc-item-meta li {
  display: inline-block;
  margin-right: 5px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td.product-name ul.wc-item-meta li strong, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td.product-name ul.wc-item-meta li p {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 580px) {
  .woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td.product-name ul.wc-item-meta li {
    text-align: left;
  }
}
@media (max-width: 510px) {
  .woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td.product-name ul.wc-item-meta li {
    width: 100%;
  }
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td.product-name ul.wc-item-meta dd {
  margin-right: 5px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td.product-name dl.variation {
  padding-top: 5px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td.product-name dl.variation:before {
  top: 5px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tbody tr td.product-total {
  width: 25%;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr {
  display: block;
  width: 133%;
  text-align: right;
  border-color: #EEE7DA;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding: 20px 0;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-of-type {
  border-bottom-width: 0px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr th {
  width: 100%;
  display: block;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  text-align: right;
  padding: 0;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr td {
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 0 0;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr.shipping ul {
  margin: 0;
  padding: 10px 20px 5px 25px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr.shipping ul li {
  list-style: none;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr.shipping ul li input {
  border: none;
  top: 1px !important;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-order-details .shop_table tfoot tr.shipping ul li label:after {
  margin-top: 5px;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-beween;
  -webkit-box-pack: space-beween;
  -ms-flex-pack: space-beween;
  justify-content: space-beween;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  .ms-flex-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  width: 48%;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-customer-details h2, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-customer-details .visual-size--h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Outfit";
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-customer-details address, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-customer-details address p {
  font-family: "Outfit" !important;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--phone, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .woocommerce-customer-details address p .woocommerce-customer-details--phone {
  margin-bottom: 0;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print {
  margin: 20px 0 0;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print .button, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print #wp-submit, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print .register_link, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print .lost_password_link, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print a.form-control {
  background-color: unset;
  border: 1px solid #0A0806;
  color: #0A0806;
  text-decoration: none;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print .button:hover, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print #wp-submit:hover, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print .register_link:hover, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print .lost_password_link:hover, .woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-order-received .page-content .woocommerce .woocommerce-order .order-print a.form-control:hover {
  background-color: #0A0806;
  color: #F9F9F9;
}
.processing-overlay {
  background: rgba(10, 8, 6, 0.5) !important;
}
.trade-portal__wrapper input[type="button"] {
  border: none;
}
.trade-portal__wrapper .trade-portal__utlity-nav {
  background-color: #0A0806;
  margin: 20px 0 0;
}
.trade-portal__wrapper .trade-portal__utlity-nav ul {
  text-align: center;
  font-size: 0px;
  font-size: 0rem;
}
.trade-portal__wrapper .trade-portal__utlity-nav ul li {
  display: inline-block;
}
.trade-portal__wrapper .trade-portal__utlity-nav ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Muli";
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 15px;
  display: block;
  border-right: 1px solid #0A0806;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.trade-portal__wrapper .trade-portal__utlity-nav ul li.active a, .trade-portal__wrapper .trade-portal__utlity-nav ul li:hover a {
  background-color: #FFFFFF;
  color: #0A0806;
}
.trade-portal__wrapper .trade-portal__utlity-nav ul li:first-of-type a {
  border-left: 1px solid #0A0806;
}
.trade-portal__wrapper .trade-landing-page {
  text-align: center;
}
.trade-portal__wrapper .trade-landing-page h3, .trade-portal__wrapper .trade-landing-page .visual-size--h3 {
  margin-bottom: 20px;
}
.trade-portal__wrapper .trade-landing-page h4, .trade-portal__wrapper .trade-landing-page .visual-size--h4 {
  margin: 20px 0;
}
.trade-portal__wrapper .trade-landing-page #wwlc-registration-form .wwlc-register {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .trade-portal__wrapper .trade-landing-page #wwlc-registration-form .wwlc-register .form-row {
    width: 100%;
  }
}
.trade-portal__wrapper .trade-landing-page #wwlc-registration-form .wwlc-register .form-row label {
  margin-bottom: 5px;
}
.trade-portal__wrapper .trade-landing-page #wwlc-registration-form .wwlc-register .form-row.wwlc_cf_industry_type {
  text-align: left;
}
.trade-portal__wrapper .trade-landing-page #wwlc-registration-form .wwlc-register .form-controls-section {
  margin-bottom: 20px;
}
.trade-portal__wrapper .trade-landing-page #wwlc-registration-form .wwlc-register .form-controls-section p {
  font-size: 13px;
  font-size: 0.8125rem;
}
.trade-portal__wrapper .trade-landing-page #wwlc-registration-form .wwlc-register .form-controls-section .register-button-container input[type="submit"] {
  width: 100%;
  border: none;
  background-color: #053c4f;
}
.trade-portal__wrapper .trade-portal__content {
  padding: 20px;
}
.trade-portal__wrapper .trade-portal__content__inner {
  background-color: #EEE7DA;
  padding: 20px;
}
@media (max-width: 720px) {
  .trade-portal__wrapper .trade-portal__content__inner {
    padding: 20px 0;
  }
}
.trade-portal__wrapper .trade-portal__content__inner .trade-portal__welcome {
  text-align: center;
}
.trade-portal__wrapper .trade-portal__content__inner ul.products li .product-actions .woocommerce-LoopProduct-link {
  order: 1 !important;
  width: 100%;
  margin-bottom: 10px;
}
.trade-portal__wrapper .trade-portal__content__inner ul.products li .product-actions .woocommerce-LoopProduct-link .price {
  margin-bottom: 0;
}
.trade-portal__wrapper .trade-portal__content__inner ul.products li .product-actions .button, .trade-portal__wrapper .trade-portal__content__inner ul.products li .product-actions .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .trade-portal__content__inner ul.products li .product-actions #wp-submit, .trade-portal__wrapper .trade-portal__content__inner ul.products li .product-actions .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .trade-portal__content__inner ul.products li .product-actions .register_link, .trade-portal__wrapper .trade-portal__content__inner ul.products li .product-actions .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .trade-portal__content__inner ul.products li .product-actions .lost_password_link, .trade-portal__wrapper .trade-portal__content__inner ul.products li .product-actions .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .trade-portal__content__inner ul.products li .product-actions a.form-control {
  order: 2 !important;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter {
  background-color: #0A0806;
  padding: 20px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter input {
  margin-bottom: 0;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter #wwof_product_search_form, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter .select2-container {
  width: 35%;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 40px;
  vertical-align: top;
  margin-right: 10px;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter #wwof_product_search_btn {
  margin-right: 10px;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter #wwof_product_displayall_btn {
  margin-right: 0;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter .button, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter #wp-submit, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter .register_link, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter .lost_password_link, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter a.form-control {
  padding: 10px 10px 8px 10px;
}
@media (max-width: 900px) {
  .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter #wwof_product_search_form, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter .select2-container {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter #wwof_product_search_btn, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter #wwof_product_displayall_btn {
    width: 100%;
    margin-right: 0;
  }
  .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter #wwof_product_search_btn {
    margin-bottom: 10px;
  }
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_filter.stick {
  background-color: #3B657D;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table thead tr, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tfoot tr {
  border-color: #FFFFFF !important;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table thead tr th, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tfoot tr th {
  font-family: "Novecentosanswide-Normal";
  font-weight: bold;
  text-transform: uppercase;
  color: #F9F9F9;
  text-align: left;
  padding: 10px;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table .no-products td {
  border-width: 0;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table .no-products td span {
  font-size: 20px;
  font-size: 1.25rem;
  color: tomato;
  font-family: "neue-haas-grotesk-display";
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr {
  border-width: 0 0 1px;
  border-color: rgba(255, 255, 255, 0.3);
  border-style: solid;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td {
  padding: 10px;
  color: #FFFFFF;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1025px) {
  .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col {
    display: block;
    border-width: 2px;
  }
  .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col a, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col label, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col select, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col .mobile-label {
    display: block;
    width: 100%;
    text-align: center !important;
    margin-bottom: 10px;
  }
  .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col img {
    margin: 0;
  }
  .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col select {
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
  }
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col .mobile-label {
  font-family: "neue-haas-grotesk-display";
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col .product_link {
  font-family: "Novecentosanswide-Normal";
  font-size: 16px;
  font-size: 1rem;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col .variation-options {
  margin-left: 10px;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col .variation-options li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col .variation-options li strong {
  font-weight: normal;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col .variation-options li span {
  margin-right: 10px;
  font-weight: bold;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col .product_variations_label {
  display: inline-block;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 10px;
  margin-left: auto;
  text-align: right;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col .product_variations {
  display: inline-block;
  max-width: 250px;
  float: right;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  -ms-grid-row-align: flex-end;
  .ms-flex-align-self: flex-end;
  align-self: flex-end;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_title_col br {
  display: none;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_sku_col {
  font-family: "neue-haas-grotesk-display";
  font-size: 12px;
  font-size: 0.75rem;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_price_col {
  font-family: "neue-haas-grotesk-display";
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_quantity_col .mobile-label, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_quantity_col .out-of-stock {
  font-family: "neue-haas-grotesk-display";
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_row_action {
  position: relative;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_row_action .out-of-stock {
  font-family: "neue-haas-grotesk-display";
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_row_action .button, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_row_action .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_row_action #wp-submit, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_row_action .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_row_action .register_link, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_row_action .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_row_action .lost_password_link, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_row_action .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_row_action a.form-control {
  display: block;
  width: 100%;
  text-align: left;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_row_action .added_to_cart {
  display: none;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_row_action .spinner {
  color: #FFFFFF;
  background: none;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  height: 100%;
  margin: 0;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_row_action .spinner:after {
  color: #FFFFFF;
  content: "\e97e";
  font-family: "icomoon";
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  top: 40%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: loading 4s cubic-bezier(0.56, -0.41, 0.27, 1.41) infinite;
  -moz-animation: loading 4s cubic-bezier(0.56, -0.41, 0.27, 1.41) infinite;
  -ms-animation: loading 4s cubic-bezier(0.56, -0.41, 0.27, 1.41) infinite;
  -o-animation: loading 4s cubic-bezier(0.56, -0.41, 0.27, 1.41) infinite;
  animation: loading 4s cubic-bezier(0.56, -0.41, 0.27, 1.41) infinite;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_row_action .spinner.success {
  background: none;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container #wwof_product_listing_table tr td.product_row_action .spinner.success:after {
  color: #FFFFFF;
  content: "\e876";
  font-family: "icomoon";
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  -webkit-animation: added 2s linear 1;
  -moz-animation: added 2s linear 1;
  -ms-animation: added 2s linear 1;
  -o-animation: added 2s linear 1;
  animation: added 2s linear 1;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container .total_products_container {
  display: none;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container .wwof_cart_sub_total {
  font-family: "neue-haas-grotesk-display";
  padding: 10px;
  color: #FFFFFF;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container .wwof_cart_sub_total .amount:after {
  content: " Excl VAT";
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container ul.page-numbers {
  text-align: center;
  margin: 20px 0;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container ul.page-numbers li {
  display: inline-block;
  min-width: 30px;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container ul.page-numbers li .page-numbers {
  font-family: "neue-haas-grotesk-display";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: #FFFFFF;
  padding: 10px 15px;
  border: 2px solid #0A0806;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container ul.page-numbers li .page-numbers.current, .trade-portal__wrapper .trade-portal__content__inner #wwof_product_listing_container ul.page-numbers li .page-numbers:hover {
  background-color: #0A0806;
  color: #F9F9F9;
}
.trade-portal__wrapper .trade-portal__content #wwlc-login-form {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-username, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-password, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-remember, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit {
  width: 100%;
  margin-bottom: 10px;
}
.trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit {
  display: block;
}
.trade-portal__wrapper .trade-portal__content form#wwlc_loginform {
  margin-bottom: 10px;
}
.trade-portal__wrapper .trade-portal__content #wwlc-registration-form {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.trade-portal__wrapper .trade-portal__content #wwlc-registration-form p {
  margin-bottom: 15px;
}
.trade-portal__wrapper .trade-portal__content #wwlc-registration-form .first_name, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .last_name, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .wwlc_phone, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .user_email, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .wwlc_address, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .wwlc_address_2, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .wwlc_state, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .wwlc_postcode {
  width: 49%;
}
.trade-portal__wrapper .trade-portal__content #wwlc-registration-form .wwlc_company_name, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .wwlc_country, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .wwlc_city {
  width: 100%;
}
.trade-portal__wrapper .trade-portal__content #wwlc-registration-form .wwlc_cf_products_you_like .checkbox_options_holder {
  margin: 10px 0 0 0;
  width: 100%;
}
.trade-portal__wrapper .trade-portal__content #wwlc-registration-form .wwlc_cf_products_you_like .checkbox_options_holder .checkbox_options {
  display: block;
  width: 100%;
}
.trade-portal__wrapper .trade-portal__content #wwlc-registration-form .chosen-container {
  width: 100% !important;
  border: 2px solid #0A0806;
}
.trade-portal__wrapper .trade-portal__content #wwlc-registration-form .chosen-container .chosen-single {
  border: none;
  border-radius: 0px;
  background: none;
  font-weight: 400;
  font-family: "Outfit";
  font-size: 20px;
  font-size: 1.25rem;
  padding: 8px 10px 7px;
  display: block;
  height: auto;
}
.trade-portal__wrapper .trade-portal__content #wwlc-registration-form .chosen-container .chosen-drop {
  border: 2px solid #0A0806;
}
.trade-portal__wrapper .trade-portal__content #wwlc-registration-form .chosen-container .chosen-drop .chosen-search {
  padding: 0;
}
.trade-portal__wrapper .trade-portal__content #wwlc-registration-form .chosen-container .chosen-drop .chosen-search input {
  margin: 0;
  border-width: 0 0 2px;
  border-color: #0A0806;
  border-style: solid;
  padding: 10px;
  font-size: 20px;
  font-size: 1.25rem;
}
.trade-portal__wrapper .trade-portal__content #wwlc-registration-form .recaptcha_field {
  margin: 20px auto;
}
.trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section {
  width: 100%;
}
.trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .register-button-container {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #0A0806;
}
/* templates/woocommerce/account/account.scss */
.woocommerce-account .page-content {
  padding: 50px 0;
}
@media (max-width: 620px) {
  .woocommerce-account .page-content {
    padding: 0;
  }
}
.woocommerce-account .page-content .woocommerce-password-strength, .woocommerce-account .page-content .woocommerce-password-hint {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 5px;
}
.woocommerce-account .page-content .woocommerce-Giftcards {
  margin-bottom: 20px;
}
.woocommerce-account .page-content .woocommerce-Giftcards .amount {
  color: #F9F9F9;
  font-family: "Outfit";
  font-weight: 500;
}
.woocommerce-account .page-content .woocommerce {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-account .page-content .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword {
  max-width: 720px;
  margin: 0 auto 0;
  background-color: #F9F9F9;
  padding: 20px;
  border-radius: 10px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword input[type="text"] {
  padding: 10px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword .button, .woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword #wp-submit, .woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword .register_link, .woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword .lost_password_link, .woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword a.form-control {
  background-color: unset;
  border: 1px solid #0A0806;
  color: #0A0806;
}
.woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword .button:hover, .woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword #wp-submit:hover, .woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword .register_link:hover, .woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword .lost_password_link:hover, .woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce .woocommerce-ResetPassword a.form-control:hover {
  background-color: #0A0806;
  color: #F9F9F9;
}
.woocommerce-account .page-content .woocommerce #customer_login {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.woocommerce-account .page-content .woocommerce #customer_login .col-1, .woocommerce-account .page-content .woocommerce #customer_login .col-2 {
  width: 50%;
}
@media (max-width: 600px) {
  .woocommerce-account .page-content .woocommerce #customer_login .col-1, .woocommerce-account .page-content .woocommerce #customer_login .col-2 {
    width: 100%;
  }
}
.woocommerce-account .page-content .woocommerce #customer_login .col-1 .form-row, .woocommerce-account .page-content .woocommerce #customer_login .col-2 .form-row {
  margin-bottom: 0;
}
.woocommerce-account .page-content .woocommerce #customer_login .col-1 .form-row input[type="text"], .woocommerce-account .page-content .woocommerce #customer_login .col-1 .form-row input[type="password"], .woocommerce-account .page-content .woocommerce #customer_login .col-1 .form-row input[type="email"], .woocommerce-account .page-content .woocommerce #customer_login .col-2 .form-row input[type="text"], .woocommerce-account .page-content .woocommerce #customer_login .col-2 .form-row input[type="password"], .woocommerce-account .page-content .woocommerce #customer_login .col-2 .form-row input[type="email"] {
  padding: 10px;
}
.woocommerce-account .page-content .woocommerce #customer_login .col-1 {
  background-color: #F9F9F9;
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 620px) {
  .woocommerce-account .page-content .woocommerce #customer_login .col-1 {
    margin-top: 20px;
    border-radius: 10px 10px 0 0;
  }
}
.woocommerce-account .page-content .woocommerce #customer_login .col-1 input[type="checkbox"] {
  margin-bottom: 20px;
}
.woocommerce-account .page-content .woocommerce #customer_login .col-1 .woocommerce-LostPassword {
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce-account .page-content .woocommerce #customer_login .col-1 .button, .woocommerce-account .page-content .woocommerce #customer_login .col-1 .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce #customer_login .col-1 #wp-submit, .woocommerce-account .page-content .woocommerce #customer_login .col-1 .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce #customer_login .col-1 .register_link, .woocommerce-account .page-content .woocommerce #customer_login .col-1 .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce #customer_login .col-1 .lost_password_link, .woocommerce-account .page-content .woocommerce #customer_login .col-1 .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce #customer_login .col-1 a.form-control {
  margin-bottom: 20px;
}
.woocommerce-account .page-content .woocommerce #customer_login .col-1 .button:hover, .woocommerce-account .page-content .woocommerce #customer_login .col-1 .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce #customer_login .col-1 #wp-submit:hover, .woocommerce-account .page-content .woocommerce #customer_login .col-1 .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce #customer_login .col-1 .register_link:hover, .woocommerce-account .page-content .woocommerce #customer_login .col-1 .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce #customer_login .col-1 .lost_password_link:hover, .woocommerce-account .page-content .woocommerce #customer_login .col-1 .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce #customer_login .col-1 a.form-control:hover {
  background-color: #0A0806;
  color: #F9F9F9;
}
.woocommerce-account .page-content .woocommerce #customer_login .col-2 {
  margin: 40px 0;
  background-color: #EEE7DA;
  padding: 20px;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 620px) {
  .woocommerce-account .page-content .woocommerce #customer_login .col-2 {
    margin: 0 0 20px;
    border-radius: 0 0 10px 10px;
  }
}
.woocommerce-account .page-content .woocommerce #customer_login .col-2 h2:before, .woocommerce-account .page-content .woocommerce #customer_login .col-2 .visual-size--h2:before {
  content: "Or";
  margin-right: 5px;
}
.woocommerce-account .page-content .woocommerce #customer_login .col-2 .form-row.wc-terms-and-conditions {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  margin: 10px 0;
  background-color: #D1C1A6;
  border-radius: 5px;
  padding: 10px !important;
}
.woocommerce-account .page-content .woocommerce #customer_login .col-2 .form-row.wc-terms-and-conditions label {
  font-family: "Outfit";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
}
.woocommerce-account .page-content .woocommerce #customer_login .col-2 .form-row.wc-terms-and-conditions input[type="checkbox"] {
  margin-right: 10px;
}
.woocommerce-account .page-content .woocommerce #customer_login .col-2 .form-row .woocommerce-form-register__submit {
  display: inline-block;
  margin-bottom: 20px;
  background-color: unset;
  border: 1px solid #0A0806 !important;
  color: #0A0806;
}
.woocommerce-account .page-content .woocommerce #customer_login .col-2 .form-row .woocommerce-form-register__submit:hover {
  background-color: #0A0806;
  color: #F9F9F9;
}
.woocommerce-account .page-content .woocommerce #customer_login .col-2 label[for="trap"] {
  visibility: hidden;
  pointer-events: none;
}
.woocommerce-account .page-content .woocommerce #customer_login .col-2 input#trap {
  visibility: hidden;
  pointer-events: none;
}
.woocommerce-account .page-content .woocommerce #customer_login .col-2 .woocommerce-privacy-policy-text {
  width: 100%;
}
.woocommerce-account .page-content .woocommerce #customer_login .col-2 .woocommerce-privacy-policy-text p {
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation {
  width: 25%;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation .account-menu-toggle {
  display: none;
}
@media (max-width: 620px) {
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    position: relative;
    background-color: #0A0806;
    margin: 20px 0 0;
    padding: 10px;
    border-radius: 10px;
  }
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation .account-menu-toggle {
    -js-display: flex;
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    .ms-flex-align-items: center;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation .account-menu-toggle .account-mobile-menu-title {
    font-family: "Outfit";
    color: #F9F9F9;
  }
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation .account-menu-toggle .wsp-mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    gap: 5px;
  }
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation .account-menu-toggle .wsp-mobile-menu-toggle span {
    width: 26px;
    height: 3px;
    border-radius: 2px;
    background: #F9F9F9;
    transition: all 0.3s ease;
    display: block;
  }
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation .account-menu-toggle .wsp-mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
  }
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation .account-menu-toggle .wsp-mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation .account-menu-toggle .wsp-mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -5px);
  }
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation ul {
    display: none;
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    right: 0;
    background: #0A0806;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 15px;
    z-index: 100;
    border-radius: 0 0 10px 10px;
  }
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation ul.show {
    display: flex;
  }
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation ul {
  width: 100%;
  margin: 0;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  text-align: left;
  display: block;
}
@media (max-width: 620px) {
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation ul li:last-child a {
    border-bottom: none;
  }
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px 20px 15px 0;
  color: #0A0806;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Outfit";
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-width: 0 0 2px 0;
  border-color: #D1C1A6;
  border-style: solid;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #D1C1A6;
  color: #0A0806;
  padding: 15px 20px 15px 15px;
}
@media (max-width: 620px) {
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px 5px;
    color: #F9F9F9;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
  }
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #D1C1A6;
  color: #0A0806;
  padding: 15px 20px 15px 15px;
}
@media (max-width: 620px) {
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #f9f9f9;
    font-weight: 600;
    color: #000 !important;
    padding: 10px;
  }
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content {
  width: 75%;
  padding: 0 20px 20px;
  border-left: 2px solid #D1C1A6;
}
@media (max-width: 620px) {
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    padding: 20px 0 0;
    border-left: 0px;
  }
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .tracking-info {
  background-color: #EEE7DA;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .tracking-info p {
  margin-bottom: 0;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print .button, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print #wp-submit, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print .register_link, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print .lost_password_link, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print a.form-control {
  border-color: #0A0806;
  color: #0A0806;
  text-decoration: none;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print .button:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print #wp-submit:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print .register_link:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print .lost_password_link:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .order-print a.form-control:hover {
  background-color: #0A0806;
  color: #F9F9F9;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content mark {
  background-color: #FFFFFF;
  color: #181A1A;
  display: inline-block;
  padding: 0 5px;
  border-radius: 3px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content p {
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content hr {
  border-color: #242727;
  border-width: 0 0 1px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table {
  margin-bottom: 30px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table thead {
  border-color: #0A0806;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table thead tr th {
  border: none;
}
@media (max-width: 620px) {
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table thead tr th.woocommerce-orders-table__header-order-date, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table thead tr th.woocommerce-orders-table__header-order-status, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table thead tr th.woocommerce-orders-table__header-order-total {
    display: none;
  }
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table thead tr th.product-total {
  text-align: right;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table thead tr th.woocommerce-orders-table__header-order-actions {
  text-align: right;
}
@media (max-width: 620px) {
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table thead tr th.woocommerce-orders-table__header-order-actions {
    text-align: left;
  }
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr.order_item:last-of-type td {
  border-width: 0px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr.order_item.composition_item td {
  padding: 10px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr.order_item.composition_item:last-of-type {
  padding: 10px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr th {
  border-bottom-color: rgba(10, 8, 6, 0.3);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 20px 10px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td {
  font-size: 12px;
  font-size: 0.75rem;
  border-color: rgba(10, 8, 6, 0.3);
  padding: 20px 10px;
}
@media (max-width: 620px) {
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.woocommerce-orders-table__cell-order-date, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.woocommerce-orders-table__cell-order-status, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.woocommerce-orders-table__cell-order-total {
    display: none;
  }
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.button.view, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-button.view#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.view#wp-submit, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.view.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.view.register_link, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.view.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.view.lost_password_link, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.woocommerce-button.view.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td a.woocommerce-button.view.form-control, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.button.print, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-button.print#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.print#wp-submit, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.print.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.print.register_link, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.print.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.print.lost_password_link, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.woocommerce-button.print.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td a.woocommerce-button.print.form-control, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.button.return_status, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-button.return_status#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.return_status#wp-submit, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.return_status.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.return_status.register_link, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.return_status.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.return_status.lost_password_link, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.woocommerce-button.return_status.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td a.woocommerce-button.return_status.form-control, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.button.return, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-button.return#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.return#wp-submit, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.return.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.return.register_link, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.return.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.return.lost_password_link, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.woocommerce-button.return.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td a.woocommerce-button.return.form-control {
  border: none;
  padding: 10px;
  color: #0A0806;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.button.view:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-button.view#wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.view#wp-submit:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.view.register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.view.register_link:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.view.lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.view.lost_password_link:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.woocommerce-button.view.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td a.woocommerce-button.view.form-control:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.button.print:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-button.print#wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.print#wp-submit:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.print.register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.print.register_link:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.print.lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.print.lost_password_link:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.woocommerce-button.print.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td a.woocommerce-button.print.form-control:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.button.return_status:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-button.return_status#wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.return_status#wp-submit:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.return_status.register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.return_status.register_link:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.return_status.lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.return_status.lost_password_link:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.woocommerce-button.return_status.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td a.woocommerce-button.return_status.form-control:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.button.return:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-button.return#wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.return#wp-submit:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.return.register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.return.register_link:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.return.lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.return.lost_password_link:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.woocommerce-button.return.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td a.woocommerce-button.return.form-control:hover {
  background-color: #0A0806;
  color: #F9F9F9;
}
@media (max-width: 620px) {
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.button.pay, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-button.pay#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.pay#wp-submit, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.pay.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.pay.register_link, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.pay.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.pay.lost_password_link, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.woocommerce-button.pay.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td a.woocommerce-button.pay.form-control, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.button.cancel, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-button.cancel#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.cancel#wp-submit, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.cancel.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.cancel.register_link, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-button.cancel.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .woocommerce-button.cancel.lost_password_link, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.woocommerce-button.cancel.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td a.woocommerce-button.cancel.form-control {
    display: none;
  }
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.woocommerce-orders-table__cell-order-actions {
  text-align: right;
  padding: 10px 0 10px 10px;
}
@media (max-width: 620px) {
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.woocommerce-orders-table__cell-order-actions {
    text-align: left;
  }
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.woocommerce-orders-table__cell-order-actions .button, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.woocommerce-orders-table__cell-order-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.woocommerce-orders-table__cell-order-actions #wp-submit, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.woocommerce-orders-table__cell-order-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.woocommerce-orders-table__cell-order-actions .register_link, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.woocommerce-orders-table__cell-order-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.woocommerce-orders-table__cell-order-actions .lost_password_link, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.woocommerce-orders-table__cell-order-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.woocommerce-orders-table__cell-order-actions a.form-control {
  background-color: #D1C1A6;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.woocommerce-orders-table__cell-order-actions a {
  margin-left: 10px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.product-name {
  width: 75%;
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.product-name a {
  text-decoration: none;
  display: inline-block;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.product-name .product-quantity {
  display: inline-block;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.product-name ul.wc-item-meta {
  padding-left: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  margin: 10px 0 0;
}
@media (max-width: 580px) {
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.product-name ul.wc-item-meta {
    display: inline-block;
  }
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.product-name ul.wc-item-meta:before {
  position: absolute;
  left: -2px;
  top: 0px;
  content: "\e0e4";
  font-family: "icomoon";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.product-name ul.wc-item-meta p {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.2;
  font-size: 13px;
  font-size: 0.8125rem;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.product-name ul.wc-item-meta li {
  display: inline-block;
  margin-right: 5px;
  line-height: 1.3;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.product-name ul.wc-item-meta li strong, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.product-name ul.wc-item-meta li p {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 580px) {
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.product-name ul.wc-item-meta li {
    text-align: left;
  }
}
@media (max-width: 510px) {
  .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.product-name ul.wc-item-meta li {
    width: 100%;
  }
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.product-name ul.wc-item-meta dd {
  margin-right: 5px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.product-name dl.variation {
  padding-top: 5px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.product-name dl.variation:before {
  top: 5px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tbody tr td.product-total {
  width: 25%;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tfoot:before {
  content: "";
  margin: 30px 0 20px;
  display: block !important;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tfoot tr {
  display: block;
  width: 133%;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tfoot tr th {
  width: 100%;
  display: block;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #0A0806;
  text-align: right;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tfoot tr td {
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tfoot tr td a {
  display: inline-block;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tfoot tr td a.return, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tfoot tr td a.return_status {
  margin-right: 10px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tfoot tr.shipping ul {
  margin: 0;
  padding: 10px 20px 5px 25px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tfoot tr.shipping ul li {
  list-style: none;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tfoot tr.shipping ul li input {
  border: none;
  top: 1px !important;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .shop_table tfoot tr.shipping ul li label:after {
  margin-top: 5px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
  border-color: #0A0806;
  border-width: 1px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
  color: #0A0806;
  font-family: "Outfit";
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .waitlist-products {
  margin: 20px 0;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .waitlist-products hr {
  display: none;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .waitlist-products .waitlist-single-product {
  border: 1px solid #0A0806;
  padding: 20px;
  width: 100%;
  margin: 0 0 20px;
  position: relative;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .waitlist-products .waitlist-single-product > a {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .waitlist-products .waitlist-single-product > a h4, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .waitlist-products .waitlist-single-product > a .visual-size--h4 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  color: #0A0806;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .waitlist-products .waitlist-single-product > a .waitlist-thumbnail {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  max-width: 50px;
  margin-right: 20px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .waitlist-products .waitlist-single-product > a .waitlist-thumbnail img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .waitlist-products .waitlist-single-product p {
  margin-top: auto;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 0;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .waitlist-products .waitlist-single-product p a {
  background-color: #1a1510;
  font-size: 0px;
  font-size: 0rem;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .waitlist-products .waitlist-single-product p a:before {
  content: "\e5cd";
  font-family: "icomoon";
  font-size: 16px;
  font-size: 1rem;
  color: #0A0806;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .waitlist-user-waitlist-archive-wrapper .waitlist-archives {
  color: #0A0806;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .waitlist-user-waitlist-archive-wrapper .waitlist-archives li {
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .waitlist-user-waitlist-archive-wrapper #wcwl_remove_archives {
  display: inline-block;
  background-color: #053c4f;
  font-family: "Novecentosanswide-Normal";
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 13px 12px 12px 12px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .waitlist-user-waitlist-archive-wrapper #wcwl_remove_archives:hover {
  background-color: #032a37;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  .ms-flex-align-items: flex-start;
  align-items: flex-start;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses:before, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses:before, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses:before {
  position: absolute;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses .col-1, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses .col-2, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .col-1, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .col-2 {
  width: 48%;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses .col-1 h3, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses .col-1 .visual-size--h3, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses .col-1 h2, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses .col-1 .visual-size--h2, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses .col-2 h3, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses .col-2 .visual-size--h3, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses .col-2 h2, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses .col-2 .visual-size--h2, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 h3, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 .visual-size--h3, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 h2, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 .visual-size--h2, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 h3, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 .visual-size--h3, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 h2, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 .visual-size--h2, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .col-1 h3, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .col-1 .visual-size--h3, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .col-1 h2, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .col-1 .visual-size--h2, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .col-2 h3, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .col-2 .visual-size--h3, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .col-2 h2, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .col-2 .visual-size--h2 {
  font-family: "Outfit";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses .col-1 a, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses .col-2 a, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 a, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 a, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .col-1 a, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .col-2 a {
  border: 1px solid #0A0806;
  color: #0A0806;
  border-radius: 5px;
  font-family: "Outfit";
  padding: 7px 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  color: #0A0806;
  display: inline-block;
  margin: 5px 0;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses .col-1 a:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses .col-2 a:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 a:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 a:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .col-1 a:hover, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .col-2 a:hover {
  background-color: #0A0806;
  color: #F9F9F9;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses .col-1 address, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .addresses .col-2 address, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 address, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 address, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .col-1 address, .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .col-2 address {
  font-family: "Outfit";
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}
.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content #wl-wrapper a {
  color: #0A0806;
}
/* templates/woocommerce/account/returns.scss */
.woocommerce-form-return, #return-request-form {
  background-color: #EEE7DA;
  padding: 20px;
  border-radius: 5px;
}
.woocommerce-form-return p:last-of-type, #return-request-form p:last-of-type {
  margin-bottom: 0;
}
.woocommerce-form-return .select2, #return-request-form .select2 {
  background-color: #fff;
  border-radius: 5px;
  color: #0A0806;
}
.woocommerce-form-return .select2 span.select2-selection:before, #return-request-form .select2 span.select2-selection:before {
  background-color: #fff;
  border-radius: 5px;
}
.woocommerce-form-return .select2 span.select2-selection:after, #return-request-form .select2 span.select2-selection:after {
  color: #0A0806;
}
.woocommerce-form-return h3, .woocommerce-form-return .visual-size--h3, #return-request-form h3, #return-request-form .visual-size--h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-family: "Outfit";
  padding-bottom: 20px;
  letter-spacing: initial;
}
.woocommerce-form-return h3 .return-order-id, .woocommerce-form-return .visual-size--h3 .return-order-id, #return-request-form h3 .return-order-id, #return-request-form .visual-size--h3 .return-order-id {
  font-weight: 600;
}
.woocommerce-form-return h4, .woocommerce-form-return .visual-size--h4, .woocommerce-form-return label.return-reason, #return-request-form h4, #return-request-form .visual-size--h4, #return-request-form label.return-reason {
  margin-bottom: 10px;
  font-family: "Outfit";
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}
.woocommerce-form-return .shop_table, #return-request-form .shop_table {
  background-color: #E5DDCF;
}
.woocommerce-form-return .shop_table tr th, #return-request-form .shop_table tr th {
  background-color: #0A0806;
  color: #F9F9F9;
  padding: 10px !important;
  border-color: #0A0806 !important;
}
.woocommerce-form-return .shop_table tr td, #return-request-form .shop_table tr td {
  border-color: #0A0806 !important;
  padding: 10px !important;
}
.woocommerce-form-return .shop_table tr td.product-name, #return-request-form .shop_table tr td.product-name {
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce-form-return .shop_table input[type="number"], #return-request-form .shop_table input[type="number"] {
  padding: 10px;
  border: none;
  border-radius: 5px;
  width: 40px;
}
.woocommerce-simple-returns-frontend-form input[type="submit"] {
  background-color: #0A0806;
  color: #F9F9F9;
  display: inline-block;
  padding: 15px;
  border: none;
  border-radius: 5px;
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
}
/* templates/woocommerce/account/wishlists.scss */
.wl-search-form {
  max-width: 720px;
  margin: 0 auto 20px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wl-search-form label {
  margin-bottom: 5px;
  width: 100% !important;
}
.wl-search-form input[type="text"] {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.wl-search-form input[type="submit"] {
  border: none;
}
#wl-wrapper {
  color: #FFFFFF;
  font-family: "neue-haas-grotesk-display";
}
#wl-wrapper a {
  color: #FFFFFF;
}
#wl-wrapper .wl-intro .wlconfirm {
  display: inline-block;
  padding: 5px 10px;
  background-color: #F77561;
  color: #FFFFFF;
  font-family: "neue-haas-grotesk-display";
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}
#wl-wrapper .wl-intro .wl-intro-desc {
  font-size: 14px;
  font-size: 0.875rem;
}
#wl-wrapper .wl-intro .wl-share-url {
  border-bottom-color: #6a6a6a;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "neue-haas-grotesk-display";
  color: #FFFFFF;
}
#wl-wrapper .wl-intro .wl-meta-share {
  border-bottom-color: #6a6a6a;
}
#wl-wrapper .wl-intro .wl-meta-share .wl-share-links {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
#wl-wrapper .wl-intro .wl-meta-share .wl-share-links li {
  position: relative;
}
#wl-wrapper .wl-intro .wl-meta-share .wl-share-links li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: none;
}
#wl-wrapper .wl-intro .wl-meta-share .wl-share-links li:hover:before {
  color: #ff9406;
}
#wl-wrapper .wl-intro .wl-meta-share .wl-share-links li.wl-email {
  margin-left: 10px;
}
#wl-wrapper .wl-intro .wl-meta-share .wl-share-links li.wl-email:before {
  content: "\e945";
  font-family: "icomoon";
  font-size: 17px;
  font-size: 1.0625rem;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#wl-wrapper .wl-intro .wl-meta-share .wl-share-links li.wl-email:hover:before {
  color: #ff9406;
}
#wl-wrapper .wl-intro .wl-meta-share .wl-share-links li.wl-facebook {
  margin-left: 5px;
}
#wl-wrapper .wl-intro .wl-meta-share .wl-share-links li.wl-facebook:before {
  content: "\ea90";
  font-family: "icomoon";
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#wl-wrapper .wl-intro .wl-meta-share .wl-share-links li.wl-facebook:hover:before {
  color: #ff9406;
}
#wl-wrapper .wl-intro .wl-meta-share .wl-share-links li.wl-twitter {
  margin-left: 5px;
}
#wl-wrapper .wl-intro .wl-meta-share .wl-share-links li.wl-twitter:before {
  content: "\ea96";
  font-family: "icomoon";
  font-size: 16px;
  font-size: 1rem;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#wl-wrapper .wl-intro .wl-meta-share .wl-share-links li.wl-twitter:hover:before {
  color: #ff9406;
}
#wl-wrapper .wl-intro .wl-meta-share .wl-share-links li.wl-pinterest {
  margin-left: 5px;
}
#wl-wrapper .wl-intro .wl-meta-share .wl-share-links li.wl-pinterest:before {
  content: "\ead1";
  font-family: "icomoon";
  font-size: 16px;
  font-size: 1rem;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#wl-wrapper .wl-intro .wl-meta-share .wl-share-links li.wl-pinterest:hover:before {
  color: #ff9406;
}
#wl-wrapper .wl-tab-wrap ul.wl-tabs {
  border-bottom: none;
}
#wl-wrapper .wl-tab-wrap ul.wl-tabs li a {
  background-color: unset;
  border: 1px solid #ffffff;
  font-family: "neue-haas-grotesk-display";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  color: #F9F9F9;
  border-radius: 0px;
}
#wl-wrapper .wl-tab-wrap ul.wl-tabs li.active a, #wl-wrapper .wl-tab-wrap ul.wl-tabs li:hover a {
  background-color: #F9F9F9;
  color: #0A0806;
}
@media (max-width: 720px) {
  #wl-wrapper .wl-actions-table {
    display: none;
  }
}
#wl-wrapper .wl-actions-table.wl-right {
  float: none;
}
#wl-wrapper .wl-actions-table tr td {
  padding-right: 10px;
}
#wl-wrapper .wl-actions-table tr td .button, #wl-wrapper .wl-actions-table tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wl-wrapper .wl-actions-table tr td #wp-submit, #wl-wrapper .wl-actions-table tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wl-wrapper .wl-actions-table tr td .register_link, #wl-wrapper .wl-actions-table tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wl-wrapper .wl-actions-table tr td .lost_password_link, #wl-wrapper .wl-actions-table tr td .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section #wl-wrapper .wl-actions-table tr td a.form-control {
  background-color: unset;
  border: 1px solid #F9F9F9;
}
#wl-wrapper .wl-actions-table tr td .button:hover, #wl-wrapper .wl-actions-table tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wl-wrapper .wl-actions-table tr td #wp-submit:hover, #wl-wrapper .wl-actions-table tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wl-wrapper .wl-actions-table tr td .register_link:hover, #wl-wrapper .wl-actions-table tr td .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wl-wrapper .wl-actions-table tr td .lost_password_link:hover, #wl-wrapper .wl-actions-table tr td .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section #wl-wrapper .wl-actions-table tr td a.form-control:hover {
  background-color: #F9F9F9;
  color: #0A0806;
}
#wl-wrapper .wl-actions-table tr td .select2-container .select2-dropdown .select2-search {
  display: none;
}
#wl-wrapper .wl-actions-table tr td input[type="submit"] {
  border: none;
}
#wl-wrapper .wl-form #wl-items-form .wl-row .wl-actions-table tr td {
  padding-right: 10px;
}
#wl-wrapper .wl-form .form-row label {
  margin-bottom: 5px;
}
#wl-wrapper .wl-form .form-row strong {
  color: #F9F9F9;
  font-family: "Novecentosanswide-Normal";
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
  display: block;
}
#wl-wrapper .wl-form .form-row .wl-rad-table label {
  color: #F9F9F9;
}
#wl-wrapper .wl-form .form-row input[type="submit"] {
  border: none;
  margin-top: 20px;
}
@media (max-width: 720px) {
  #wl-wrapper .wl-table {
    display: block;
  }
}
@media (max-width: 720px) {
  #wl-wrapper .wl-table thead {
    display: none;
  }
}
@media (max-width: 720px) {
  #wl-wrapper .wl-table thead tr {
    display: block;
  }
}
@media (max-width: 720px) {
  #wl-wrapper .wl-table thead tr th.product-thumbnail {
    display: none;
  }
}
@media (max-width: 720px) {
  #wl-wrapper .wl-table tbody {
    display: block;
  }
}
@media (max-width: 720px) {
  #wl-wrapper .wl-table tbody tr {
    display: block;
  }
  #wl-wrapper .wl-table tbody tr td {
    display: block;
  }
}
@media (max-width: 720px) {
  #wl-wrapper .wl-table tbody tr:last-of-type td.product-name {
    display: none;
  }
}
#wl-wrapper .wl-table tbody tr:last-of-type td.product-purchase a {
  margin: 10px 0;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td {
  vertical-align: middle;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.check-column {
  text-align: center;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.check-column input[type="checkbox"]:before {
  color: #F9F9F9;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-remove {
  text-align: center;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-remove .remove {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  font-size: 0px;
  font-size: 0rem;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-remove .remove:before {
  content: "\e9ac";
  font-family: "icomoon";
  font-size: 16px;
  font-size: 1rem;
  text-indent: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0) translateY(0);
  -ms-transform: rotate(0) translateY(0);
  -moz-transform: rotate(0) translateY(0);
  -o-transform: rotate(0) translateY(0);
  transform: rotate(0) translateY(0);
  position: absolute;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-remove .remove:after {
  content: "\e5cd";
  font-family: "icomoon";
  font-size: 16px;
  font-size: 1rem;
  text-indent: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-25deg) translateY(0);
  -ms-transform: rotate(-25deg) translateY(0);
  -moz-transform: rotate(-25deg) translateY(0);
  -o-transform: rotate(-25deg) translateY(0);
  transform: rotate(-25deg) translateY(0);
  opacity: 0;
  position: absolute;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-remove .remove:hover:before {
  opacity: 0;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-remove .remove:hover:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-thumbnail {
  padding: 10px;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-thumbnail img {
  max-width: 100px;
  height: auto;
  display: block;
}
@media (max-width: 720px) {
  #wl-wrapper .wl-table tbody tr.cart_table_item td.product-thumbnail {
    display: none;
  }
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-name {
  text-align: left;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-name a {
  font-family: "neue-haas-grotesk-display";
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-name .stock {
  font-family: "Novecentosanswide-Normal";
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-name .variation {
  margin: 10px 0 0;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-name .variation dt, #wl-wrapper .wl-table tbody tr.cart_table_item td.product-name .variation dd {
  font-size: 13px;
  font-size: 0.8125rem;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-name .variation dt p, #wl-wrapper .wl-table tbody tr.cart_table_item td.product-name .variation dd p {
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-price {
  font-size: 13px;
  font-size: 0.8125rem;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-quantity {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}
#wl-wrapper .wl-table tbody tr.cart_table_item td.product-quantity .quantity {
  margin: 0 auto;
}
#wl-list-pop-wrap {
  background: rgba(10, 8, 6, 0.7);
}
.wl-list-pop {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  min-width: 300px;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50% !important;
  top: 50% !important;
}
@media (max-width: 520px) {
  .wl-list-pop {
    -webkit-transform: translate(-1px, 70px);
    -ms-transform: translate(-1px, 70px);
    -moz-transform: translate(-1px, 70px);
    -o-transform: translate(-1px, 70px);
    transform: translate(-1px, 70px);
    background-color: black;
  }
}
.wl-list-pop dl {
  margin: 0;
}
.wl-list-pop dl dt {
  font-family: "Outfit";
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0 0 15px 0;
}
.wl-list-pop dl dd {
  font-family: "Outfit";
  color: #FFFFFF;
  margin: 0 0 10px;
  font-size: 16px;
}
.wl-list-pop dl dd a {
  color: #F9F9F9;
  text-decoration: none;
  text-align: left;
}
.wl-list-pop .wl-add-to-single {
  width: 100%;
  display: inline-block;
}
.wl-modal {
  background-color: black;
  border-radius: 0;
}
.wl-modal .wl-modal-header {
  border-bottom: 1px solid #1a1510;
}
.wl-modal .wl-modal-header h1#myModalLabel, .wl-modal .wl-modal-header #myModalLabel.visual-size--h1 {
  font-size: 25px;
  font-size: 1.5625rem;
}
.wl-modal .wl-modal-header button.close {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: #FFFFFF;
}
.wl-modal .wl-modal-footer {
  border-top: 1px solid #1a1510;
  border-radius: 0;
  background-color: black;
  box-shadow: none;
}
.woocommerce-page.woocommerce-cart .page-content {
  min-height: 60vh;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce-message-container {
  padding: 20px 20px 0px;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .return-to-shop {
  margin-top: 20px;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .woocommerce-info p {
  margin-bottom: 0;
  line-height: 1.2;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .checkout-button {
  background-color: #F9F9F9;
  color: #0A0806;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 0 20px;
  padding: 20px;
}
@media (max-width: 620px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .checkout-button {
    padding: 20px 10px;
    display: block;
    float: none;
    text-align: center;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
@media (max-width: 920px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .woocommerce-notices-wrapper {
    padding: 0;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper {
  background-color: #EEE7DA;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 60vh;
}
@media (max-width: 880px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 920px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .wc_coupon_message_wrap {
  padding: 0 !important;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table {
  flex-grow: 2;
  width: 67%;
}
@media (max-width: 920px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table {
    width: 100%;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table .woocommerce-cart-form {
  padding: 20px;
  -webkit-flex-grow: 4;
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
  width: 100%;
}
@media (max-width: 920px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table .woocommerce-cart-form {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table .woocommerce-cart-form {
    padding: 10px 20px;
  }
}
@media (max-width: 580px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table .woocommerce-cart-form .shop_table {
    margin-top: 10px;
  }
}
@media (max-width: 580px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table .woocommerce-cart-form .shop_table thead {
    display: none;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table .woocommerce-cart-form .shop_table thead th.product-price {
  display: none;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table .woocommerce-cart-form .shop_table thead th.product-quantity {
  text-align: center;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table .woocommerce-cart-form .shop_table thead th.product-subtotal {
  text-align: right;
}
@media (max-width: 580px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table .woocommerce-cart-form .shop_table tbody tr {
    border-top: 20px solid #EEE7DA;
    position: relative;
  }
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table .woocommerce-cart-form .shop_table tbody tr:first-of-type {
    border-top: none;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table .woocommerce-cart-form .shop_table tbody tr:last-of-type {
  background-color: rgba(238, 231, 218, 0);
  border: none;
}
@media (max-width: 580px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table .woocommerce-cart-form .shop_table tbody tr {
    -js-display: flex;
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table .basket-tp-widget {
  display: none;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table .cross-sells {
  width: 100%;
  overflow: hidden;
  padding: 30px 0 0;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table .cross-sells > h2, .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper__basket-table .cross-sells > .visual-size--h2 {
  color: #0A0806;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 20px;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals {
  background-color: #2B2422;
  padding: 20px;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 33%;
}
@media (max-width: 920px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals {
    min-width: inherit;
    padding: 20px;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shipping-message {
  width: 100%;
  display: block;
  margin: 10px 0;
  position: relative;
  padding: 0 0 0 30px;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shipping-message p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #F9F9F9;
  letter-spacing: 0.5px;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shipping-message:before {
  content: "\e191";
  font-family: "icomoon";
  font-size: 18px;
  font-size: 1.125rem;
  color: #A0A78F;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .cart_totals h2, .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .cart_totals .visual-size--h2 {
  display: none;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .cart_totals #revolut-pay-informational-banner {
  display: none;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shipping-message {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #758F18;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr.shipping label {
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #F9F9F9;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr.shipping td {
  padding: 10px 0;
  line-height: 1.3;
  color: #F9F9F9;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr.shipping td p {
  color: #F9F9F9;
}
@media (max-width: 620px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr.shipping td {
    padding: 0;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr th {
  display: none;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td {
  width: 100%;
  color: #F9F9F9;
  padding: 10px 0;
  border: none;
}
@media (max-width: 620px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td {
    padding: 10px 0 !important;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td a {
  color: #F9F9F9;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td ul {
  padding-left: 25px;
  margin-left: 0 !important;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td ul li {
  color: #F9F9F9;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td ul li input[type="radio"] {
  top: 9px !important;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td .woocommerce-shipping-destination {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td .woocommerce-shipping-calculator p {
  margin-bottom: 0;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td .woocommerce-shipping-calculator .shipping-calculator-button {
  font-family: "Outfit";
  text-transform: uppercase;
  padding: 10px 0;
  color: #F9F9F9;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 3px;
  text-decoration: none;
}
@media (max-width: 620px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td .woocommerce-shipping-calculator .shipping-calculator-button {
    background-color: #000;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 10px 0;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td .woocommerce-shipping-calculator .shipping-calculator-form {
  padding: 0 0 20px;
}
@media (max-width: 720px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td .woocommerce-shipping-calculator .shipping-calculator-form {
    padding: 10px;
  }
}
@media (max-width: 620px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td .woocommerce-shipping-calculator .shipping-calculator-form {
    padding: 0 0 20px;
  }
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td .woocommerce-shipping-calculator .shipping-calculator-form .select2 {
    max-width: 100%;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td .woocommerce-shipping-calculator .shipping-calculator-form p {
  margin-bottom: 10px;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td .woocommerce-shipping-calculator .shipping-calculator-form p:first-of-type {
  margin-top: 10px;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td .woocommerce-shipping-calculator .shipping-calculator-form p:last-of-type {
  margin-bottom: 0;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr td .woocommerce-shipping-calculator .shipping-calculator-form button[type="submit"] {
  border: 1px solid #F9F9F9;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr.cart-subtotal td {
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr.cart-subtotal td:before {
  content: "Subtotal: ";
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "Outfit";
  font-weight: 700;
  letter-spacing: 1px;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr.tax-total td:before {
  content: "VAT: ";
  font-weight: bold;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr.order-total td:before {
  content: "Total: ";
  font-weight: bold;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr.order-total td strong {
  font-weight: normal;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .shop_table tr.order-total td .includes_tax {
  font-size: 10px;
  font-size: 0.625rem;
}
@media (max-width: 620px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout {
    -js-display: flex;
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .wc-revolut-pay-express-checkout-instance, .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .wc-revolut-payment-request-instance {
  padding-top: 10px !important;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout #wc-revolut-payment-request-button-separator {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #F9F9F9;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .add_gift_card_form h4, .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .add_gift_card_form .visual-size--h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .add_gift_card_form #wc_gc_cart_redeem_form {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 620px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .add_gift_card_form #wc_gc_cart_redeem_form {
    width: 100%;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .add_gift_card_form #wc_gc_cart_redeem_form .wc_gc_add_gift_card_form__notices {
  width: 100%;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .add_gift_card_form #wc_gc_cart_redeem_form input[type="text"] {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  box-flex: 75%;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  margin-bottom: 0;
}
@media (max-width: 620px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .add_gift_card_form #wc_gc_cart_redeem_form input[type="text"] {
    box-flex: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
    max-width: initial;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .add_gift_card_form #wc_gc_cart_redeem_form button {
  border: 1px solid #F9F9F9;
  background-color: initial;
  margin-left: 10px;
  width: auto;
  flex-basis: calc(25% - 10px);
}
@media (max-width: 620px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .add_gift_card_form #wc_gc_cart_redeem_form button {
    margin-left: 0;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .add_gift_card_form #wc_gc_cart_redeem_form button:hover {
  background-color: #F9F9F9;
  color: #0A0806;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout #wc-stripe-payment-request-wrapper {
  display: none;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .sv-wc-external-checkout {
  opacity: 0;
  margin: 0;
  height: 0;
  pointer-events: none;
}
@media (max-width: 620px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .sv-wc-external-checkout {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    opacity: 1;
    display: block;
    margin: 0 auto 20px;
    height: initial;
    pointer-events: initial;
  }
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .sv-wc-external-checkout .buttons-container:before {
    content: "or pay via";
    font-family: "Novecentosanswide-Normal";
    letter-spacing: 1px;
    padding: 10px;
    color: #F9F9F9;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .sv-wc-external-checkout .terms-notice {
  margin-top: 0;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .wc-proceed-to-checkout .sv-wc-external-checkout .terms-notice p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .payment-icons {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
@media (max-width: 920px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .payment-icons {
    max-width: 400px;
    margin: 0 auto;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .payment-icons span {
  text-transform: uppercase;
  font-family: "Outfit";
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #F9F9F9;
  margin-right: 10px;
  -webkit-flex-grow: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media (max-width: 1650px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .payment-icons span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 920px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .payment-icons span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 620px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .payment-icons span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .payment-icons ul {
  margin: 0;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .payment-icons ul li {
  list-style: none;
  display: inline-block;
  min-width: 18%;
  padding-left: 15px;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .dowsing-cart-wrapper .cart-collaterals .payment-icons ul li .icomoon:before {
  font-size: 30px;
  color: #F9F9F9;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper {
  background-color: #1f2222;
  padding: 20px;
  border-radius: 5px;
  margin-top: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 620px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper {
    padding: 10px;
    margin-top: 10px;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper h2, .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .visual-size--h2 {
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 0;
}
@media (max-width: 620px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper h2, .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .visual-size--h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper h2:after, .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .visual-size--h2:after {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper.checked h2:after, .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper.checked .visual-size--h2:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl_table_list_filter_container {
  display: none;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table {
  padding: 20px;
  margin-bottom: 0;
  margin-top: 20px;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table .pagination {
  opacity: 1;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table .pagination .page-numbers li span {
  border: 1px solid #646464;
  color: #F9F9F9;
  font-family: "Muli";
  font-size: 16px;
  font-size: 1rem;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table .pagination .page-numbers li span:hover, .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table .pagination .page-numbers li span.current {
  background-color: #646464;
  cursor: pointer;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table thead tr th:first-of-type {
  display: none;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table thead tr th:nth-of-type(2) {
  font-size: 0px;
  font-size: 0rem;
}
@media (max-width: 620px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td {
    width: 100%;
  }
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td:first-of-type {
  display: none;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Image"] img {
  max-width: 50px;
  height: auto;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Product Name"] a {
  text-transform: uppercase;
  text-decoration: none;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Product Name"] .sfl-stock {
  display: none;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] .button, .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] #wp-submit, .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] .register_link, .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] .lost_password_link, .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] a.form-control {
  background-color: #053c4f;
}
.woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] .button.sfl-remove, .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .sfl-remove#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] .sfl-remove#wp-submit, .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] .trade-portal__wrapper .trade-portal__content #wwlc-login-form .sfl-remove.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] .sfl-remove.register_link, .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] .trade-portal__wrapper .trade-portal__content #wwlc-login-form .sfl-remove.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] .sfl-remove.lost_password_link, .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.sfl-remove.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] a.sfl-remove.form-control {
  background-color: #042d3c;
}
@media (max-width: 620px) {
  .woocommerce-page.woocommerce-cart .page-content .woocommerce .sfl-wrapper .sfl-list-table tbody tr td[data-title="Actions"] {
    padding: 20px 7px;
    border-width: 1px;
  }
}
/**
 * Spend & Save Progress Bar
 */
.dowsing-spend-save {
  margin-bottom: 1rem;
  padding: 1.25rem 1.5rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  font-family: "Outfit";
}
.dowsing-spend-save__header {
  margin-bottom: 20px;
}
.dowsing-spend-save__trade-note {
  font-size: 14px;
  line-height: 1.3;
  background-color: #1a8b57;
  color: white;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 5px !important;
}
.dowsing-spend-save__message {
  margin: 0;
  margin-bottom: 0px !important;
  font-size: 18px;
  line-height: 1.3;
  color: #212529;
}
.dowsing-spend-save__message strong {
  color: #198754;
}
.dowsing-spend-save__message--success {
  font-size: 1.125rem;
  color: #198754;
}
.dowsing-spend-save__ends {
  margin: 0;
  font-size: 0.8125rem;
  color: #6c757d;
}
.dowsing-spend-save__bar {
  position: relative;
  height: 12px;
  background-color: #dee2e6;
  border-radius: 6px;
  margin-bottom: 20px;
  overflow: visible;
}
.dowsing-spend-save__bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(90deg, #198754, #20c997);
  border-radius: 6px;
  transition: width 0.3s ease;
}
.dowsing-spend-save__marker {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 3px solid #dee2e6;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.2s ease;
}
.dowsing-spend-save__marker--achieved {
  background-color: #198754;
  border-color: #198754;
}
.dowsing-spend-save__marker:last-of-type {
  transform: translateX(-15px) translateY(-50%);
}
.dowsing-spend-save__marker:last-of-type .dowsing-spend-save__marker-label {
  left: initial;
}
.dowsing-spend-save__marker-label {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6c757d;
  white-space: nowrap;
}
.dowsing-spend-save__marker--achieved .dowsing-spend-save__marker-label {
  color: #198754;
}
.dowsing-spend-save__tiers {
  display: none;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.dowsing-spend-save__tier {
  font-size: 0.8125rem;
  color: #6c757d;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.dowsing-spend-save__tier strong {
  font-weight: 700;
}
.dowsing-spend-save__tier--achieved {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.dowsing-spend-save--mini {
  margin: 0 0 1rem;
  padding: 0.875rem 1rem;
  background-color: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}
.dowsing-spend-save--mini .dowsing-spend-save__header {
  margin-bottom: 0.625rem;
}
.dowsing-spend-save--mini .dowsing-spend-save__message {
  font-size: 0.8125rem;
  line-height: 1.4;
}
.dowsing-spend-save--mini .dowsing-spend-save__message--success {
  font-size: 0.8125rem;
}
.dowsing-spend-save--mini .dowsing-spend-save__bar {
  height: 8px;
  margin-bottom: 0;
}
.dowsing-spend-save--mini .dowsing-spend-save__marker {
  width: 12px;
  height: 12px;
  border-width: 2px;
}
.dowsing-spend-save--mini .dowsing-spend-save__marker-label {
  display: none;
}
.dowsing-spend-save--mini .dowsing-spend-save__ends {
  display: none;
}
@media (max-width: 600px) {
  .dowsing-spend-save {
    padding: 1rem;
  }
  .dowsing-spend-save__tiers {
    flex-direction: column;
  }
  .dowsing-spend-save__tier {
    text-align: center;
  }
}
.woocommerce-checkout .woocommerce-notices-wrapper {
  width: 100%;
}
@media (max-width: 620px) {
  .woocommerce-checkout .woocommerce-notices-wrapper {
    padding: 0;
  }
}
.woocommerce-checkout .page-header {
  display: none;
}
.woocommerce-checkout .page-header h1, .woocommerce-checkout .page-header .visual-size--h1 {
  font-size: 0;
  text-indent: -500000px;
  line-height: 0;
}
.woocommerce-checkout .woocommerce-form-login-toggle {
  margin: 0 0 20px;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  .ms-flex-align-self: center;
  align-self: center;
}
.woocommerce-checkout .woocommerce-form-login {
  margin: 0 0 20px;
  background-color: #3FB0AA;
  padding: 20px;
  border-radius: 10px;
}
.woocommerce-checkout .woocommerce-form-login p {
  color: #F9F9F9;
}
.woocommerce-checkout .woocommerce-form-login label {
  color: #F9F9F9;
}
.woocommerce-checkout .woocommerce-form-login input[type="text"], .woocommerce-checkout .woocommerce-form-login input[type="password"] {
  background-color: #328a86;
  border: none;
  padding: 10px;
  border-radius: 2px !important;
}
.woocommerce-checkout .woocommerce-form-login button[type="submit"] {
  background-color: inherit;
  border: 1px solid #F9F9F9;
  margin: 10px 0 0;
}
.woocommerce-checkout .woocommerce-form-login button[type="submit"]:hover {
  background-color: #F9F9F9;
  color: #0A0806;
}
.woocommerce-checkout .woocommerce-form-login p.lost_password {
  font-size: 14px;
  font-size: 0.875rem;
  color: #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
  display: inline-block;
}
.woocommerce-checkout .woocommerce-form-login p.lost_password a {
  color: #F9F9F9;
  text-decoration: none;
}
@media (max-width: 620px) {
  .woocommerce-checkout .woocommerce-form-login {
    padding: 20px;
  }
  .woocommerce-checkout .woocommerce-form-login p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
  }
  .woocommerce-checkout .woocommerce-form-login .form-row {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-bottom: 10px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"] {
  margin-right: 5px;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"]:before {
  color: #F9F9F9;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout .checkout_coupon {
  margin: 0 0 20px;
  background-color: #3FB0AA;
  padding: 20px 20px;
  border-radius: 5px;
  display: block !important;
}
@media (max-width: 620px) {
  .woocommerce-checkout .checkout_coupon {
    margin: 0 0 20px;
    min-height: 135px;
  }
}
.woocommerce-checkout .checkout_coupon p {
  display: none;
  color: #F9F9F9;
}
.woocommerce-checkout .checkout_coupon p.form-row {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 620px) {
  .woocommerce-checkout .checkout_coupon p.form-row {
    display: block;
    width: 100%;
  }
  .woocommerce-checkout .checkout_coupon p.form-row .button, .woocommerce-checkout .checkout_coupon p.form-row .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .woocommerce-checkout .checkout_coupon p.form-row #wp-submit, .woocommerce-checkout .checkout_coupon p.form-row .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-checkout .checkout_coupon p.form-row .register_link, .woocommerce-checkout .checkout_coupon p.form-row .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .woocommerce-checkout .checkout_coupon p.form-row .lost_password_link, .woocommerce-checkout .checkout_coupon p.form-row .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .woocommerce-checkout .checkout_coupon p.form-row a.form-control {
    display: block;
    width: 100%;
  }
  .woocommerce-checkout .checkout_coupon p.form-row.form-row-first {
    margin-bottom: 10px;
  }
}
.woocommerce-checkout .checkout_coupon input[type="text"] {
  background-color: #328a86;
  border: none !important;
  padding: 10px !important;
  color: #F9F9F9;
}
.woocommerce-checkout .checkout_coupon input[type="text"]::placeholder {
  color: #F9F9F9;
}
.woocommerce-checkout .checkout_coupon button[type="submit"] {
  background-color: #F9F9F9;
  color: #0A0806;
  padding: 13px;
}
@media (max-width: 620px) {
  .woocommerce-checkout .checkout_coupon {
    padding: 20px;
  }
  .woocommerce-checkout .checkout_coupon p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.woocommerce-checkout .checkout_coupon.active {
  display: block !important;
}
.woocommerce-checkout form.checkout {
  width: 100%;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  .ms-flex-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  .ms-flex-align-items: stretch;
  align-items: stretch;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 620px) {
  .woocommerce-checkout form.checkout {
    margin: 0;
  }
}
.woocommerce-checkout form.checkout .woocommerce-NoticeGroup {
  width: 100%;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields h3, .woocommerce-checkout form.checkout .woocommerce-billing-fields .visual-size--h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  /* For older browsers */
  clip-path: inset(100%);
  /* For modern browsers */
  border: 0;
  white-space: nowrap;
  /* Prevents text from wrapping */
}
.woocommerce-checkout form.checkout h3, .woocommerce-checkout form.checkout .visual-size--h3 {
  margin-bottom: 20px;
  font-family: "Outfit";
  letter-spacing: 0.5px;
  font-weight: 400;
}
.woocommerce-checkout form.checkout h3#order_review_heading, .woocommerce-checkout form.checkout #order_review_heading.visual-size--h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  /* For older browsers */
  clip-path: inset(100%);
  /* For modern browsers */
  border: 0;
  white-space: nowrap;
  /* Prevents text from wrapping */
}
@media (max-width: 620px) {
  .woocommerce-checkout form.checkout h3, .woocommerce-checkout form.checkout .visual-size--h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.woocommerce-checkout.role-wholesale_platinum .checkout-message {
  display: block;
}
.woocommerce-checkout .select2-container .select2-dropdown {
  background-color: #948A7C;
}
.woocommerce-checkout .select2-container .select2-dropdown input.select2-search__field {
  background-color: #7d7569;
}
.checkout_customer-details {
  width: 50%;
  background-color: #EEE7DA;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
}
.checkout_customer-details .wc_coupon_message_wrap {
  padding: 0 !important;
}
@media (max-width: 920px) {
  .checkout_customer-details {
    width: 100%;
    padding: 20px;
  }
}
.checkout_customer-details input[type="text"], .checkout_customer-details input[type="tel"], .checkout_customer-details input[type="email"], .checkout_customer-details input[type="password"] {
  background-color: #F9F9F9;
  border: 1px solid #D3D3D3;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  font-family: "Outfit";
  border-radius: 5px !important;
  padding: 13px 10px;
  color: #0A0806;
}
.checkout_customer-details input[type="text"]::placeholder, .checkout_customer-details input[type="tel"]::placeholder, .checkout_customer-details input[type="email"]::placeholder, .checkout_customer-details input[type="password"]::placeholder {
  color: #0A0806;
}
.checkout_customer-details input:-webkit-autofill, .checkout_customer-details textarea:-webkit-autofill, .checkout_customer-details select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #948A7C inset !important;
  -webkit-text-fill-color: #0A0806 !important;
}
.checkout_customer-details textarea {
  background-color: #F9F9F9;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  padding: 10px;
}
.checkout_customer-details textarea::placeholder {
  color: #0A0806;
}
.checkout_customer-details .select2 {
  background-color: #F9F9F9;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
}
.checkout_customer-details .select2 span {
  color: #0A0806;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
.checkout_customer-details .select2 span.select2-selection {
  padding: 8px 10px;
}
.checkout_customer-details .select2 span.select2-selection:before {
  background-color: #F9F9F9;
  border-radius: 5px;
  color: #0A0806;
}
.checkout_customer-details .select2 span.select2-selection:after {
  color: #0A0806;
}
.checkout_customer-details .col2-set {
  width: 100%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.checkout_customer-details .col2-set input[type="checkbox"]:before {
  color: #0A0806 !important;
}
.checkout_customer-details .col2-set .form-row {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 620px) {
  .checkout_customer-details .col2-set .form-row {
    margin-bottom: 5px;
  }
}
.checkout_customer-details .col2-set .form-row label {
  color: #0A0806;
  font-weight: 700;
  font-size: 11px;
  font-size: 0.6875rem;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 8px;
  left: 10px;
}
.checkout_customer-details .col2-set .form-row label.woocommerce-form__label-for-checkbox {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  font-weight: 500 !important;
  font-size: 12px !important;
  font-family: "Outfit" !important;
}
.checkout_customer-details .col2-set .form-row.has-content label {
  opacity: 1;
}
.checkout_customer-details .col2-set .form-row.has-content input[type="text"], .checkout_customer-details .col2-set .form-row.has-content input[type="tel"], .checkout_customer-details .col2-set .form-row.has-content input[type="email"], .checkout_customer-details .col2-set .form-row.has-content input[type="password"], .checkout_customer-details .col2-set .form-row.has-content textarea {
  padding: 21px 10px 5px;
}
.checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .non-uk-shipping-notice p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3 !important;
}
.checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields h3, .checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .visual-size--h3 {
  color: #060605;
}
.checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .checkout-message {
  display: none;
}
.checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .checkout-message p {
  font-size: 14px;
  font-size: 0.875rem;
}
.checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .form-row#billing_email_field {
  width: 100%;
  margin-bottom: 20px;
}
.checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .form-row#billing_first_name_field {
  width: 49%;
}
.checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .form-row#billing_last_name_field {
  width: 49%;
}
.checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .form-row#billing_city_field {
  width: 32%;
}
@media (max-width: 620px) {
  .checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .form-row#billing_city_field {
    width: 100%;
  }
}
.checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .form-row#billing_state_field {
  width: 32%;
}
@media (max-width: 620px) {
  .checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .form-row#billing_state_field {
    width: 100%;
  }
}
.checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .form-row#billing_postcode_field {
  width: 32%;
}
@media (max-width: 620px) {
  .checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .form-row#billing_postcode_field {
    width: 100%;
  }
}
.checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .form-row#billing_phone_field {
  width: 100%;
}
.checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .form-row#vat_number_field {
  display: none;
}
.checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .form-row.kl_newsletter_checkbox_field {
  margin: 10px 0 20px -10px;
}
.checkout_customer-details .col2-set .col-1 .woocommerce-billing-fields .form-row.kl_newsletter_checkbox_field label {
  opacity: 1;
  color: #665F55;
  font-size: 13px;
}
.checkout_customer-details .col2-set .col-1 .woocommerce-account-fields .woocommerce-form__label-for-checkbox {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  color: #665f55;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
}
.checkout_customer-details .col2-set .col-1 .woocommerce-account-fields .create-account input[type="checkbox"]:before {
  color: #F9F9F9;
}
.checkout_customer-details .col2-set .col-1 .woocommerce-account-fields .create-account #account_password_field {
  padding: 0;
}
@media (max-width: 620px) {
  .checkout_customer-details .col2-set .col-1 .woocommerce-account-fields .create-account {
    margin: 10px 0;
  }
}
.checkout_customer-details .col2-set .col-2 .woocommerce-form__label-for-checkbox {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  color: #665F55;
  font-weight: 500 !important;
  font-size: 13px;
  font-size: 0.8125rem;
}
.checkout_customer-details .col2-set .col-2 #ship-to-different-address {
  margin-bottom: 20px;
}
@media (max-width: 620px) {
  .checkout_customer-details .col2-set .col-2 #ship-to-different-address {
    margin: 10px 0;
  }
}
.checkout_customer-details .col2-set .col-2 #ship-to-different-address label {
  font-family: "Outfit";
  letter-spacing: 0;
}
.checkout_customer-details .col2-set .col-2 #ship-to-different-address input[type="checkbox"]:before {
  color: #F9F9F9;
}
.checkout_customer-details .col2-set .col-2 .shipping_address .woocommerce-shipping-fields__field-wrapper {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.checkout_customer-details .col2-set .col-2 .shipping_address .form-row {
  width: 100%;
}
@media (max-width: 620px) {
  .checkout_customer-details .col2-set .col-2 .shipping_address .form-row {
    margin-bottom: 5px;
  }
}
.checkout_customer-details .col2-set .col-2 .shipping_address .form-row#shipping_first_name_field {
  width: 49%;
}
.checkout_customer-details .col2-set .col-2 .shipping_address .form-row#shipping_last_name_field {
  width: 49%;
}
.checkout_customer-details .col2-set .col-2 .shipping_address .form-row#shipping_city_field {
  width: 32%;
}
@media (max-width: 620px) {
  .checkout_customer-details .col2-set .col-2 .shipping_address .form-row#shipping_city_field {
    width: 100%;
  }
}
.checkout_customer-details .col2-set .col-2 .shipping_address .form-row#shipping_state_field {
  width: 32%;
}
@media (max-width: 620px) {
  .checkout_customer-details .col2-set .col-2 .shipping_address .form-row#shipping_state_field {
    width: 100%;
  }
}
.checkout_customer-details .col2-set .col-2 .shipping_address .form-row#shipping_postcode_field {
  width: 32%;
}
@media (max-width: 620px) {
  .checkout_customer-details .col2-set .col-2 .shipping_address .form-row#shipping_postcode_field {
    width: 100%;
  }
}
.checkout_customer-details .col2-set .col-2 .shipping_address .form-row#shipping_phone_field {
  width: 49%;
}
@media (max-width: 620px) {
  .checkout_customer-details .col2-set .col-2 .shipping_address .form-row#shipping_phone_field {
    width: 100%;
  }
}
.checkout_customer-details .col2-set .col-2 .shipping_address .form-row#shipping_email_field {
  width: 49%;
}
@media (max-width: 620px) {
  .checkout_customer-details .col2-set .col-2 .shipping_address .form-row#shipping_email_field {
    width: 100%;
  }
}
.checkout_customer-details .col2-set .col-2 .shipping_address .form-row#vat_number_field {
  display: none;
}
.checkout_customer-details .col2-set .col-2 .woocommerce-additional-fields .checkout-message {
  display: none;
}
.checkout_customer-details .col2-set .col-2 .woocommerce-additional-fields h3, .checkout_customer-details .col2-set .col-2 .woocommerce-additional-fields .visual-size--h3 {
  display: none;
}
.checkout_order-actions {
  width: 50%;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0A0806;
  padding: 30px;
}
@media (max-width: 920px) {
  .checkout_order-actions {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 620px) {
  .checkout_order-actions {
    padding: 10px 0 0;
  }
}
.checkout_order-actions #order_review_heading {
  width: 100%;
  color: #F9F9F9;
}
@media (max-width: 620px) {
  .checkout_order-actions #order_review_heading {
    padding: 20px 20px 0;
  }
}
.checkout_order-actions #pi-overall-estimate-checkout {
  display: none;
}
.checkout_order-actions .coupon-message p {
  margin-bottom: 0;
}
@media (max-width: 620px) {
  .checkout_order-actions .coupon-message {
    padding: 0 20px;
  }
}
.checkout_order-actions .coupon-message a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #F9F9F9;
  font-weight: initial;
  margin-bottom: 20px;
}
.checkout_order-actions .woocommerce-checkout-review-order-table thead {
  border-color: #474747;
}
.checkout_order-actions .woocommerce-checkout-review-order-table thead th {
  color: #F9F9F9;
}
@media (max-width: 620px) {
  .checkout_order-actions .woocommerce-checkout-review-order-table thead th {
    padding: 10px 20px;
  }
}
.checkout_order-actions .woocommerce-checkout-review-order-table td {
  color: #F9F9F9;
  font-size: 14px;
  font-size: 0.875rem;
  border-color: #474747;
}
.checkout_order-actions .woocommerce-checkout-review-order-table td a {
  color: #F9F9F9;
}
.checkout_order-actions .woocommerce-checkout-review-order-table td:before {
  display: none;
}
.checkout_order-actions .woocommerce-checkout-review-order-table td .variation dt, .checkout_order-actions .woocommerce-checkout-review-order-table td .variation dd {
  font-size: 12px;
  line-height: 1.2;
}
.checkout_order-actions .woocommerce-checkout-review-order-table td .variation p {
  color: #F9F9F9;
  line-height: 1.2;
}
.checkout_order-actions .woocommerce-checkout-review-order-table td .component dt, .checkout_order-actions .woocommerce-checkout-review-order-table td .component dd {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
}
.checkout_order-actions .woocommerce-checkout-review-order-table td .component dt p, .checkout_order-actions .woocommerce-checkout-review-order-table td .component dd p {
  color: #F9F9F9;
  line-height: 1.2;
}
@media (max-width: 620px) {
  .checkout_order-actions .woocommerce-checkout-review-order-table td {
    padding: 10px 20px;
  }
}
.checkout_order-actions .woocommerce-checkout-review-order-table tfoot th {
  color: #F9F9F9;
}
.checkout_order-actions .woocommerce-checkout-review-order-table .woocommerce-shipping-totals p, .checkout_order-actions .woocommerce-checkout-review-order-table .woocommerce-shipping-totals li {
  color: #F9F9F9;
}
@media (max-width: 620px) {
  .checkout_order-actions .woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
    -js-display: flex;
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(200% - 160px);
    border-top: 1px solid #565656;
    margin-top: -1px;
  }
  .checkout_order-actions .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
    padding-top: 15px;
    width: 100%;
  }
  .checkout_order-actions .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
    width: 100%;
    border: none;
  }
}
.checkout_order-actions .woocommerce-checkout-review-order-table .woocommerce-shipping-totals ul#shipping_method {
  margin: 0;
}
@media (max-width: 620px) {
  .checkout_order-actions .woocommerce-checkout-review-order-table .order-total {
    -js-display: flex;
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(200% - 160px);
  }
  .checkout_order-actions .woocommerce-checkout-review-order-table .order-total th {
    padding-top: 15px;
    padding-bottom: 0;
    width: 100%;
  }
  .checkout_order-actions .woocommerce-checkout-review-order-table .order-total td {
    width: 100%;
    border: none;
  }
}
.checkout_order-actions .add_gift_card_form {
  display: none;
}
@media (max-width: 620px) {
  .checkout_order-actions .add_gift_card_form {
    padding: 0 20px;
  }
}
.checkout_order-actions .add_gift_card_form.active {
  display: block;
}
.checkout_order-actions .add_gift_card_form h4, .checkout_order-actions .add_gift_card_form .visual-size--h4 {
  font-family: "Outfit";
  font-size: 16px;
  font-size: 1rem;
  color: #F9F9F9;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.checkout_order-actions .add_gift_card_form #wc_gc_cart_redeem_form {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.checkout_order-actions .add_gift_card_form #wc_gc_cart_redeem_form .wc_gc_add_gift_card_form__notices {
  width: 100%;
}
.checkout_order-actions .add_gift_card_form #wc_gc_cart_redeem_form input[type="text"] {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  box-flex: 75%;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  margin-bottom: 0;
}
@media (max-width: 620px) {
  .checkout_order-actions .add_gift_card_form #wc_gc_cart_redeem_form input[type="text"] {
    box-flex: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.checkout_order-actions .add_gift_card_form #wc_gc_cart_redeem_form button {
  border: 1px solid #F9F9F9;
  background-color: initial;
  margin-left: 10px;
  width: auto;
  flex-basis: calc(25% - 10px);
}
.checkout_order-actions .add_gift_card_form #wc_gc_cart_redeem_form button:hover {
  background-color: #F9F9F9;
  color: #0A0806;
}
@media (max-width: 620px) {
  .checkout_order-actions .add_gift_card_form #wc_gc_cart_redeem_form button {
    box-flex: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
}
.checkout_order-actions .woocommerce-checkout-review-order {
  width: 100%;
}
@media (max-width: 620px) {
  .checkout_order-actions .woocommerce-checkout-review-order {
    padding: 0 0 20px;
  }
}
@media (max-width: 620px) {
  .checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    padding: 0 20px;
  }
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods {
  margin: 0;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method {
  list-style: none;
  background-color: #D1C1A6;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method input[type="radio"]:before {
  color: #0A0806;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method label[for="payment_method_ppcp-credit-card-gateway"], .checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method [for="payment_method_securetrading_api"], .checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method label[for="payment_method_ppcp-gateway"], .checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method label[for="payment_method_cheque"] {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  margin-left: 5px;
  color: #0A0806;
}
@media (max-width: 620px) {
  .checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method label[for="payment_method_ppcp-credit-card-gateway"], .checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method [for="payment_method_securetrading_api"], .checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method label[for="payment_method_ppcp-gateway"], .checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method label[for="payment_method_cheque"] {
    width: 90%;
  }
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box {
  padding: 10px 0;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_superpayments {
  background: #fff;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_superpayments .payment_box.payment_method_superpayments {
  width: 100%;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-gateway {
  background-color: #FFC439;
  padding: 20px;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-gateway label {
  font-weight: 600;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-gateway label img {
  display: none;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-gateway .payment_box {
  padding: 10px 0 0;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-gateway .woocommerce-info {
  background-color: #ffb506 !important;
  color: #0A0806 !important;
  margin-top: 10px;
  min-height: 50px;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-gateway .woocommerce-info:before {
  background-color: #0A0806;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-gateway p {
  margin-bottom: 0;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_securetrading_api {
  padding: 20px;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_securetrading_api > label {
  display: flex;
  font-weight: 600;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_securetrading_api > label:after {
  content: " " "\f1f0" " " "\f1f1";
  font-family: "icomoon";
  font-size: 20px;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_securetrading_api .payment_box {
  width: 100%;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway {
  width: 100%;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway > label {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway > label img {
  margin-left: 10px;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box {
  width: 100%;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box .woocommerce-SavedPaymentMethods-saveNew {
  display: none !important;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box fieldset {
  border: none;
  padding: 0;
  margin: 0 0 0 -5px;
  width: calc(100% + 10px);
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box fieldset .form-row {
  margin-bottom: 5px;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box fieldset .form-row body {
  padding: 5px 0 0;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box fieldset .form-row label {
  color: #0A0806;
  padding: 0 0.375rem 0;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box fieldset .form-row input {
  color: initial;
  font-family: Helvetica;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_braintree_credit_card p {
  margin-bottom: 0;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_braintree_credit_card .form-row {
  padding: 3px 0 !important;
}
@media (max-width: 920px) {
  .checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_braintree_credit_card .sv-wc-payment-gateway-card-icons {
    margin-left: 0;
  }
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_braintree_credit_card .wc-braintree-credit-card-test-amount {
  display: none !important;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_braintree_credit_card #wc-braintree-credit-card-credit-card-form {
  border: none;
  padding: 0;
  margin: 0;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_braintree_credit_card #wc-braintree-credit-card-credit-card-form .wc-braintree-credit-card-new-payment-method-form {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_braintree_credit_card #wc-braintree-credit-card-credit-card-form .wc-braintree-credit-card-new-payment-method-form .wc-braintree-hosted-field-card-number-parent {
  width: 100%;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_braintree_credit_card #wc-braintree-credit-card-credit-card-form .wc-braintree-credit-card-new-payment-method-form .wc-braintree-hosted-field-card-expiry-parent {
  width: 48%;
}
@media (max-width: 920px) {
  .checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_braintree_credit_card #wc-braintree-credit-card-credit-card-form .wc-braintree-credit-card-new-payment-method-form .wc-braintree-hosted-field-card-expiry-parent {
    width: 100%;
  }
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_braintree_credit_card #wc-braintree-credit-card-credit-card-form .wc-braintree-credit-card-new-payment-method-form .wc-braintree-hosted-field-card-csc-parent {
  width: 48%;
  margin-left: auto;
}
@media (max-width: 920px) {
  .checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_braintree_credit_card #wc-braintree-credit-card-credit-card-form .wc-braintree-credit-card-new-payment-method-form .wc-braintree-hosted-field-card-csc-parent {
    width: 100%;
    margin-left: initial;
  }
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order input[type="checkbox"]:before {
  color: #F9F9F9;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper label {
  color: #F9F9F9;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper label a {
  color: #F9F9F9;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #F9F9F9;
  line-height: 1.3;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p a {
  color: #F9F9F9;
}
.checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button#place_order, .checkout_order-actions .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.ppcp-dcc-order-button {
  background-color: #F9F9F9;
  color: #0A0806;
  width: 100%;
  padding: 20px;
}
.gift-certificate.sc_info_box {
  background-color: #aea393;
  padding: 20px;
  width: 100% !important;
  padding: 20px !important;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.gift-certificate.sc_info_box h3, .gift-certificate.sc_info_box .visual-size--h3 {
  font-size: 18px;
  margin-bottom: 10px !important;
}
.gift-certificate.sc_info_box .gift-certificate-show-form p {
  font-size: 16px;
}
.gift-certificate.sc_info_box .gift-certificate-show-form ul {
  margin: 0;
}
.gift-certificate.sc_info_box .gift-certificate-show-form ul li {
  list-style: none;
}
.gift-certificate.sc_info_box .gift-certificate-show-form ul li input[type="radio"] {
  margin-left: 0;
}
.gift-certificate.sc_info_box .gift-certificate-show-form ul li.wc_sc_schedule_gift_sending_wrapper {
  margin-left: 0;
}
.gift-certificate.sc_info_box .gift-certificate-show-form ul li.wc_sc_schedule_gift_sending_wrapper .wc-sc-toggle-check-text {
  background: #a67c00;
  line-height: 1.6;
}
.gift-certificate.sc_info_box .gift-certificate-receiver-detail-form #gift-certificate-receiver-form-single .form_table {
  padding: 0;
  border: none;
  width: 100%;
}
.woocommerce-order-pay .payment_methods {
  margin: 0;
}
.woocommerce-order-pay .payment_methods .wc_payment_method {
  list-style: none;
  background-color: #D1C1A6;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.woocommerce-order-pay .payment_methods .wc_payment_method p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}
.woocommerce-order-pay .payment_methods .wc_payment_method input[type="radio"]:before {
  color: #0A0806;
}
.woocommerce-order-pay .payment_methods .wc_payment_method label[for="payment_method_ppcp-credit-card-gateway"], .woocommerce-order-pay .payment_methods .wc_payment_method [for="payment_method_securetrading_api"], .woocommerce-order-pay .payment_methods .wc_payment_method label[for="payment_method_ppcp-gateway"], .woocommerce-order-pay .payment_methods .wc_payment_method label[for="payment_method_cheque"] {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  margin-left: 5px;
  color: #0A0806;
}
@media (max-width: 620px) {
  .woocommerce-order-pay .payment_methods .wc_payment_method label[for="payment_method_ppcp-credit-card-gateway"], .woocommerce-order-pay .payment_methods .wc_payment_method [for="payment_method_securetrading_api"], .woocommerce-order-pay .payment_methods .wc_payment_method label[for="payment_method_ppcp-gateway"], .woocommerce-order-pay .payment_methods .wc_payment_method label[for="payment_method_cheque"] {
    width: 90%;
  }
}
.woocommerce-order-pay .payment_methods .wc_payment_method .payment_box {
  padding: 10px 0;
}
.woocommerce-order-pay .payment_methods .wc_payment_method.payment_method_securetrading_api > label {
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.woocommerce-order-pay .payment_methods .wc_payment_method.payment_method_securetrading_api > label:after {
  content: " " "\f1f0" " " "\f1f1";
  font-family: "icomoon";
  font-size: 20px;
}
.woocommerce-order-pay .payment_methods .wc_payment_method.payment_method_securetrading_api .payment_box {
  width: 100%;
}
.woocommerce-order-pay .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway {
  width: 100%;
}
.woocommerce-order-pay .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway > label {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.woocommerce-order-pay .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway > label img {
  margin-left: 10px;
}
.woocommerce-order-pay .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box {
  width: 100%;
}
.woocommerce-order-pay .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box .woocommerce-SavedPaymentMethods-saveNew {
  display: none !important;
}
.woocommerce-order-pay .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box fieldset {
  border: none;
  padding: 0;
  margin: 0 0 0 -5px;
  width: calc(100% + 10px);
}
.woocommerce-order-pay .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box fieldset .form-row {
  margin-bottom: 5px;
}
.woocommerce-order-pay .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box fieldset .form-row body {
  padding: 5px 0 0;
}
.woocommerce-order-pay .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box fieldset .form-row label {
  color: #0A0806;
  padding: 0 0.375rem 0;
}
.woocommerce-order-pay .payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box fieldset .form-row input {
  color: initial;
  font-family: Helvetica;
}
#hubbox-group, #hubbox-pickup-confirmation {
  font-family: "Outfit";
}
.wp-block-woocommerce-checkout {
  font-family: "Outfit";
  padding-top: 0 !important;
}
.wp-block-woocommerce-checkout #revolut-pay-informational-banner {
  display: none;
}
.wp-block-woocommerce-checkout input[type="radio"]:before {
  display: none;
}
.wp-block-woocommerce-checkout svg {
  padding: initial;
}
.wp-block-woocommerce-checkout .wc-block-components-notice-banner.is-error {
  background-color: tomato !important;
}
.wp-block-woocommerce-checkout .wc-block-components-checkbox label {
  align-items: center;
}
.wp-block-woocommerce-checkout .wc-block-components-checkbox input[type=checkbox] {
  margin-right: 10px;
}
.wp-block-woocommerce-checkout .is-mobile .wc-block-components-form .wc-block-components-checkout-step:after, .wp-block-woocommerce-checkout .is-small .wc-block-components-form .wc-block-components-checkout-step:after {
  box-shadow: none !important;
  height: 0px !important;
}
.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:after, .wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option:after {
  background: none !important;
}
.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked:after {
  border: none !important;
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-order-summary__title {
  margin-top: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-order-summary__title p {
  margin: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-order-summary__content {
  padding: 0 !important;
  border-bottom: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-express-payment {
  background: #EEE7DA;
  border-radius: 10px;
}
.wp-block-woocommerce-checkout .wc-block-components-express-payment__title-container {
  display: none !important;
}
.wp-block-woocommerce-checkout .wc-block-components-express-payment__title-container .wc-block-components-title {
  width: 100% !important;
  text-align: center !important;
}
.wp-block-woocommerce-checkout .wc-block-components-express-payment__title-container:before, .wp-block-woocommerce-checkout .wc-block-components-express-payment__title-container:after {
  display: none !important;
}
.wp-block-woocommerce-checkout .wc-block-components-express-payment__content {
  border: none !important;
  margin-top: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-express-payment__content .wc-block-components-express-payment__event-buttons li {
  min-height: 40px !important;
}
@media (max-width: 620px) {
  .wp-block-woocommerce-checkout .wc-block-components-express-payment__content .wc-block-components-express-payment__event-buttons li {
    min-height: initial !important;
  }
}
.wp-block-woocommerce-checkout .wc-block-components-express-payment-continue-rule {
  margin: 15px 0;
}
.wp-block-woocommerce-checkout .wc-block-checkout__contact-fields {
  background: #EEE7DA !important;
  border-radius: 10px !important;
  padding: 20px !important;
  margin-bottom: 25px !important;
}
.wp-block-woocommerce-checkout .wc-block-checkout__contact-fields .wp-block-automatewoo-marketing-optin, .wp-block-woocommerce-checkout .wc-block-checkout__contact-fields .wp-block-woocommerce-smart-coupons-available-coupons {
  display: none !important;
}
.wp-block-woocommerce-checkout .wc-block-checkout__shipping-fields {
  background: #EEE7DA !important;
  border-radius: 20px !important;
  padding: 20px !important;
  margin-bottom: 25px !important;
}
.wp-block-woocommerce-checkout .wc-block-checkout__shipping-fields .wc-block-components-address-card__address-section {
  font-size: 14px;
  font-size: 0.875rem;
}
.wp-block-woocommerce-checkout .wc-block-checkout__billing-fields {
  background: #EEE7DA !important;
  border-radius: 20px !important;
  padding: 20px !important;
  margin-bottom: 25px !important;
}
.wp-block-woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-card__address-section {
  font-size: 14px;
  font-size: 0.875rem;
}
.wp-block-woocommerce-checkout .wc-block-checkout__shipping-option {
  background: #EEE7DA !important;
  border-radius: 20px !important;
  padding: 20px !important;
  margin-bottom: 25px !important;
}
.wp-block-woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
  box-shadow: inset 0 0 0 1px #91908D;
  margin-bottom: 5px;
  border-radius: 5px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1px #000;
}
.wp-block-woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__secondary-description {
  line-height: 1.3;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method {
  background: #EEE7DA !important;
  border-radius: 20px !important;
  padding: 20px !important;
  margin-bottom: 25px !important;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
  margin-bottom: 5px;
  background-color: #E5DDCF;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #91908D;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1px #000;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label {
  font-size: 14px;
  font-size: 0.875rem;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method div:has(> label[for="radio-control-wc-payment-method-options-superpayments"]) {
  background: #fff;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method div:has(> label[for="radio-control-wc-payment-method-options-revolut_cc"]) {
  background: #fff;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method div:has(> label[for="radio-control-wc-payment-method-options-revolut_cc"]) .revolut-payment-method-label-container {
  align-items: center;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method div:has(> label[for="radio-control-wc-payment-method-options-revolut_cc"]) #woocommerce-revolut-card-element {
  padding: 10px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method div:has(> label[for="radio-control-wc-payment-method-options-revolut_cc"]) .card-field-error {
  margin: 10px 0;
  list-style: none;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method div:has(> label[for="radio-control-wc-payment-method-options-revolut_cc"]) #revolut-upsell-banner {
  display: none;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method div:has(> label[for="radio-control-wc-payment-method-options-revolut_pay"]) {
  background: #fff;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method div:has(> label[for="radio-control-wc-payment-method-options-revolut_payment_request"]) {
  background: #fff;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method div:has(> label[for="radio-control-wc-payment-method-options-revolut_pay_by_bank"]) {
  background: #fff;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method div:has(> label[for="radio-control-wc-payment-method-options-ppcp-gateway"]) {
  background: #FFC439;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method div:has(> label[for="radio-control-wc-payment-method-options-clearpay"]) {
  background: #B2FCE4;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method div:has(> label[for="radio-control-wc-payment-method-options-clearpay"]) .type-compact-badge {
  padding: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method div:has(> label[for="radio-control-wc-payment-method-options-clearpay"]) #radio-control-wc-payment-method-options-clearpay__label {
  margin-left: -12px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method div:has(> label[for="radio-control-wc-payment-method-options-stripe"]) {
  background: #fff;
}
.wp-block-woocommerce-checkout .wc-block-checkout__order-notes {
  background: #EEE7DA !important;
  border-radius: 20px 20px 0 0 !important;
  padding: 20px !important;
  margin-bottom: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block {
  background: #F9F9F9;
  border: none;
}
.wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block h2, .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .visual-size--h2, .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block h3, .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .visual-size--h3 {
  font-family: "Outfit";
}
.wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block h2, .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .visual-size--h2 {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 620px) {
  .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block {
    padding: 10px;
  }
}
.wp-block-woocommerce-checkout .wc-block-checkout__terms {
  background: #EEE7DA !important;
  border-radius: 0 0 20px 20px !important;
  padding: 20px !important;
  margin-bottom: 25px !important;
  font-size: 12px;
  font-size: 0.75rem;
}
.wp-block-woocommerce-checkout .wc-block-checkout__terms a {
  color: #0A0806;
}
@media (max-width: 620px) {
  .wp-block-woocommerce-checkout .wc-block-checkout__terms {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 620px) {
  .wp-block-woocommerce-checkout .wc-block-checkout__actions .wp-block-woocommerce-checkout-order-summary-block {
    display: none;
  }
}
.wp-block-woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
  background-color: #D1C1A6;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  border-radius: 10px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button svg {
  display: none;
}
.wp-block-woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button:before {
  content: "\ea40";
  font-family: "icomoon";
  font-size: 11px;
  font-size: 0.6875rem;
  margin-right: 5px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  background: #0A0806;
  text-align: center;
  font-family: "Outfit";
  color: #F9F9F9;
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar {
  background: #F9F9F9;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 620px) {
  .wp-block-woocommerce-checkout .wc-block-components-sidebar {
    margin: 10px 0 10px;
  }
}
.wp-block-woocommerce-checkout .checkout-order-summary-block-fill {
  border: none !important;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary {
  padding: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
  width: 100%;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
  display: none;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__quantity {
  height: 25px !important;
  width: 25px !important;
  background: #0A0806;
  color: #F9F9F9;
  border-color: #f9f9f9 !important;
  font-weight: 600;
  box-shadow: none !important;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 50%;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
  border-radius: 5px;
  height: initial;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-name {
  letter-spacing: initial !important;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata .wc-block-components-product-metadata__description {
  display: none;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata ul {
  margin: 0;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata ul li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata ul li.wc-block-components-product-details__confirm-you-039-re-happy-with-your-product {
  display: none;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata ul li span.wc-block-components-product-details__value {
  margin-bottom: 0 !important;
  font-weight: 600;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata ul li:last-of-type {
  border-bottom: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata [class^="wc-block-components-product-details"] {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
}
.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper.wp-block-woocommerce-checkout-order-summary-coupon-form-block button[type="submit"] {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
}
.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper.wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon {
  padding: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper.wp-block-woocommerce-checkout-order-summary-gift-card-form-block button[type="submit"] {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
}
.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper.wp-block-woocommerce-checkout-order-summary-gift-card-form-block .wc-gift-cards-apply-panel {
  padding: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper.wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-components-totals-item {
  padding: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper.wp-block-woocommerce-checkout-order-summary-shipping-block .wc-block-components-totals-item {
  padding: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-totals-item {
  padding: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-totals-item__description {
  display: none;
}
body.role-wholesale_gold div:has(> label[for="radio-control-wc-payment-method-options-stripe"]), body.role-wholesale_platinum div:has(> label[for="radio-control-wc-payment-method-options-stripe"]), body.role-wholesale_customer div:has(> label[for="radio-control-wc-payment-method-options-stripe"]) {
  display: block !important;
}
body.role-wholesale_gold .wc-block-components-totals-item__description, body.role-wholesale_platinum .wc-block-components-totals-item__description, body.role-wholesale_legacy .wc-block-components-totals-item__description {
  display: block !important;
}
.woocommerce.archive .breadcrumb-container {
  background-color: #EEE7DA;
}
@media (max-width: 620px) {
  .woocommerce.archive .breadcrumb-container p {
    text-align: left !important;
  }
}
.shop-archive .woocommerce-products-header, .tax-collection .woocommerce-products-header {
  width: 100%;
  background-color: #EEE7DA;
}
.shop-archive .woocommerce-products-header.super-filters--inactive.normal-filters--inactive, .tax-collection .woocommerce-products-header.super-filters--inactive.normal-filters--inactive {
  padding: 0 0 20px;
}
.shop-archive .woocommerce-products-header.super-filters--inactive.normal-filters--inactive .woocommerce-products-header__container, .tax-collection .woocommerce-products-header.super-filters--inactive.normal-filters--inactive .woocommerce-products-header__container {
  display: block;
  width: 100%;
  max-width: 800px;
  text-align: left;
}
.shop-archive .woocommerce-products-header.super-filters--inactive.normal-filters--inactive .woocommerce-products-header__content, .tax-collection .woocommerce-products-header.super-filters--inactive.normal-filters--inactive .woocommerce-products-header__content {
  text-align: left;
  width: 100%;
}
.shop-archive .woocommerce-products-header.super-filters--inactive .woocommerce-products-header__container, .tax-collection .woocommerce-products-header.super-filters--inactive .woocommerce-products-header__container {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.shop-archive .woocommerce-products-header.super-filters--inactive .woocommerce-products-header__container .woocommerce-products-header__content, .tax-collection .woocommerce-products-header.super-filters--inactive .woocommerce-products-header__container .woocommerce-products-header__content {
  width: 100%;
  text-align: center;
}
.shop-archive .woocommerce-products-header.super-filters--inactive .woocommerce-products-header__container .woocommerce-products-header__content .page-title, .tax-collection .woocommerce-products-header.super-filters--inactive .woocommerce-products-header__container .woocommerce-products-header__content .page-title {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
}
.shop-archive .woocommerce-products-header.super-filters--inactive .woocommerce-products-header__container .woocommerce-products-header__filters, .tax-collection .woocommerce-products-header.super-filters--inactive .woocommerce-products-header__container .woocommerce-products-header__filters {
  width: 100%;
  padding-left: initial;
}
.shop-archive .woocommerce-products-header__container, .tax-collection .woocommerce-products-header__container {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.shop-archive .woocommerce-products-header__container .woocommerce-products-header__content, .tax-collection .woocommerce-products-header__container .woocommerce-products-header__content {
  width: 25%;
}
.shop-archive .woocommerce-products-header__container .woocommerce-products-header__filters, .tax-collection .woocommerce-products-header__container .woocommerce-products-header__filters {
  width: 75%;
}
@media (max-width: 920px) {
  .shop-archive .woocommerce-products-header__container, .tax-collection .woocommerce-products-header__container {
    flex-direction: column;
  }
  .shop-archive .woocommerce-products-header__container .woocommerce-products-header__content, .shop-archive .woocommerce-products-header__container .woocommerce-products-header__filters, .tax-collection .woocommerce-products-header__container .woocommerce-products-header__content, .tax-collection .woocommerce-products-header__container .woocommerce-products-header__filters {
    width: 100%;
  }
  .shop-archive .woocommerce-products-header__container .woocommerce-products-header__filters, .tax-collection .woocommerce-products-header__container .woocommerce-products-header__filters {
    padding-left: 0;
  }
}
.shop-archive .woocommerce-products-header__content, .tax-collection .woocommerce-products-header__content {
  text-align: left;
}
.shop-archive .woocommerce-products-header__content .page-title, .tax-collection .woocommerce-products-header__content .page-title {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #0A0806;
  line-height: 1.1;
}
.shop-archive .woocommerce-products-header__content .product-category-description, .tax-collection .woocommerce-products-header__content .product-category-description {
  width: 100%;
  padding: 10px 0;
}
@media (max-width: 620px) {
  .shop-archive .woocommerce-products-header__content .product-category-description, .tax-collection .woocommerce-products-header__content .product-category-description {
    padding: 20px 0 0;
  }
}
.shop-archive .woocommerce-products-header__content .product-category-description .overflow-toggle, .tax-collection .woocommerce-products-header__content .product-category-description .overflow-toggle {
  margin: 20px 0 0;
}
.shop-archive .woocommerce-products-header__content .product-category-description .term-description h1, .shop-archive .woocommerce-products-header__content .product-category-description .term-description .visual-size--h1, .tax-collection .woocommerce-products-header__content .product-category-description .term-description h1, .tax-collection .woocommerce-products-header__content .product-category-description .term-description .visual-size--h1 {
  font-family: "miller-banner-condensed";
  font-weight: 100;
  text-transform: uppercase;
  font-size: 25px;
  font-size: 1.5625rem;
  max-width: 820px;
  margin: 0 auto 20px;
}
@media (max-width: 720px) {
  .shop-archive .woocommerce-products-header__content .product-category-description .term-description h1, .shop-archive .woocommerce-products-header__content .product-category-description .term-description .visual-size--h1, .tax-collection .woocommerce-products-header__content .product-category-description .term-description h1, .tax-collection .woocommerce-products-header__content .product-category-description .term-description .visual-size--h1 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.shop-archive .woocommerce-products-header__content .product-category-description .term-description p, .tax-collection .woocommerce-products-header__content .product-category-description .term-description p {
  max-width: 890px;
  margin: 0 auto;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0A0806;
  line-height: 1.3;
  padding-bottom: 5px;
}
.shop-archive .woocommerce-products-header__content .product-category-description .term-description p a, .tax-collection .woocommerce-products-header__content .product-category-description .term-description p a {
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 890px) {
  .shop-archive .woocommerce-products-header__content .product-category-description .term-description p, .tax-collection .woocommerce-products-header__content .product-category-description .term-description p {
    line-height: 1.3;
    margin-bottom: 0;
  }
  .shop-archive .woocommerce-products-header__content .product-category-description .term-description p:first-child, .tax-collection .woocommerce-products-header__content .product-category-description .term-description p:first-child {
    padding-bottom: 5px;
  }
}
.shop-archive .woocommerce-products-header__content .product-category-description .term-description img, .tax-collection .woocommerce-products-header__content .product-category-description .term-description img {
  max-width: 100%;
  height: auto;
}
.shop-archive .woocommerce-products-header__content .product-category-description .term-description strong, .tax-collection .woocommerce-products-header__content .product-category-description .term-description strong {
  font-weight: bold;
}
.shop-archive .woocommerce-products-header__content .product-category-description .term-description h4, .shop-archive .woocommerce-products-header__content .product-category-description .term-description .visual-size--h4, .tax-collection .woocommerce-products-header__content .product-category-description .term-description h4, .tax-collection .woocommerce-products-header__content .product-category-description .term-description .visual-size--h4 {
  margin: 20px 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (max-width: 520px) {
  .shop-archive .woocommerce-products-header__content .product-category-description .term-description h1, .shop-archive .woocommerce-products-header__content .product-category-description .term-description .visual-size--h1, .tax-collection .woocommerce-products-header__content .product-category-description .term-description h1, .tax-collection .woocommerce-products-header__content .product-category-description .term-description .visual-size--h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.shop-archive .woocommerce-products-header__content .archive-seemore, .tax-collection .woocommerce-products-header__content .archive-seemore {
  display: inline-block;
  color: #0A0806;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Outfit";
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-archive .woocommerce-products-header__content .archive-seemore a, .tax-collection .woocommerce-products-header__content .archive-seemore a {
  font-weight: 600;
  color: #9e9e9e;
}
.shop-archive .woocommerce-products-header__content .archive-seemore:hover, .tax-collection .woocommerce-products-header__content .archive-seemore:hover {
  cursor: pointer;
}
@media (max-width: 520px) {
  .shop-archive .woocommerce-products-header__content .archive-seemore, .tax-collection .woocommerce-products-header__content .archive-seemore {
    margin-top: 0px;
  }
}
.shop-archive .woocommerce-products-header__filters, .tax-collection .woocommerce-products-header__filters {
  padding-left: 50px;
}
.shop-archive .product-cat-details, .tax-collection .product-cat-details {
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: -100%;
  width: 60%;
  height: 100vh;
  background-color: #D1C1A6;
  transition: all 0.3s ease-in-out;
  padding: 60px 40px 40px;
  overflow-y: scroll;
  text-align: left;
  font-weight: 500;
  font-family: "Outfit";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #9e9e9e;
}
.shop-archive .product-cat-details.active, .tax-collection .product-cat-details.active {
  right: 0;
  transform: translateX(0);
}
.shop-archive .product-cat-details .close-enhanced-description, .tax-collection .product-cat-details .close-enhanced-description {
  font-size: 0;
}
.shop-archive .product-cat-details .close-enhanced-description:before, .tax-collection .product-cat-details .close-enhanced-description:before {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "\e5cd";
  font-family: "icomoon";
  font-size: 30px;
  color: #0A0806;
}
@media (max-width: 920px) {
  .shop-archive .product-cat-details, .tax-collection .product-cat-details {
    width: 90%;
  }
}
.shop-archive .product-cat-details a, .tax-collection .product-cat-details a {
  font-weight: 600;
  text-decoration: underline;
}
.shop-archive .product-cat-details h2, .shop-archive .product-cat-details .visual-size--h2, .tax-collection .product-cat-details h2, .tax-collection .product-cat-details .visual-size--h2 {
  margin-bottom: 20px;
  font-size: 25px;
  font-size: 1.5625rem;
}
.shop-archive .product-cat-details p, .tax-collection .product-cat-details p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.shop-archive .product-cat-details p a, .tax-collection .product-cat-details p a {
  font-weight: 600 !important;
  text-decoration: underline;
}
@media (max-width: 720px) {
  .shop-archive .product-cat-details p, .tax-collection .product-cat-details p {
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.shop-archive .product-cat-details ul, .shop-archive .product-cat-details ol, .tax-collection .product-cat-details ul, .tax-collection .product-cat-details ol {
  margin: 0 0 20px 40px;
}
.shop-archive .product-cat-details ul li, .shop-archive .product-cat-details ol li, .tax-collection .product-cat-details ul li, .tax-collection .product-cat-details ol li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  list-style: square;
  margin-bottom: 5px;
  color: #0A0806;
}
.shop-archive .product-cat-details ul li a, .shop-archive .product-cat-details ol li a, .tax-collection .product-cat-details ul li a, .tax-collection .product-cat-details ol li a {
  color: #0A0806;
}
.shop-archive .product-cat-details center, .tax-collection .product-cat-details center {
  font-family: "Outfit";
  margin: 40px 0 0;
}
.shop-archive .product-cat-details img, .tax-collection .product-cat-details img {
  max-width: 100%;
  height: auto;
}
.shop-archive .product-cat-details iframe, .tax-collection .product-cat-details iframe {
  width: 100%;
  max-width: 100%;
  display: block;
}
@media (max-width: 720px) {
  .shop-archive .product-cat-details iframe, .tax-collection .product-cat-details iframe {
    width: 100%;
  }
}
.shop-archive .product-cat-details strong, .tax-collection .product-cat-details strong {
  font-weight: bold;
}
.shop-archive .product-cat-details h4, .shop-archive .product-cat-details .visual-size--h4, .tax-collection .product-cat-details h4, .tax-collection .product-cat-details .visual-size--h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.shop-archive .product-cat-details .content_builder, .tax-collection .product-cat-details .content_builder {
  width: 100%;
}
.shop-archive .product-cat-details .content_builder .block-container, .tax-collection .product-cat-details .content_builder .block-container {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 620px) {
  .shop-archive .product-cat-details .content_builder .block-container, .tax-collection .product-cat-details .content_builder .block-container {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
.shop-archive .product-cat-details .content_builder__two_column_image_block, .tax-collection .product-cat-details .content_builder__two_column_image_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 20px;
  grid-template-areas: "image_area_1 image_area_2";
}
@media (max-width: 620px) {
  .shop-archive .product-cat-details .content_builder__two_column_image_block, .tax-collection .product-cat-details .content_builder__two_column_image_block {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "image_area_1" "image_area_2";
    display: block;
  }
}
.shop-archive .product-cat-details .content_builder__two_column_image_block img, .tax-collection .product-cat-details .content_builder__two_column_image_block img {
  width: 100%;
  height: auto;
  display: block;
}
.shop-archive .product-cat-details .content_builder__two_column_image_block--left-column, .tax-collection .product-cat-details .content_builder__two_column_image_block--left-column {
  grid-area: image_area_1;
}
.shop-archive .product-cat-details .content_builder__two_column_image_block--right-column, .tax-collection .product-cat-details .content_builder__two_column_image_block--right-column {
  grid-area: image_area_2;
}
.shop-archive .product-cat-details .content_builder__two_column_contentimage_block, .tax-collection .product-cat-details .content_builder__two_column_contentimage_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 20px;
}
.shop-archive .product-cat-details .content_builder__two_column_contentimage_block.layout-image-left, .tax-collection .product-cat-details .content_builder__two_column_contentimage_block.layout-image-left {
  grid-template-areas: "image_area content_area";
}
.shop-archive .product-cat-details .content_builder__two_column_contentimage_block.layout-image-right, .tax-collection .product-cat-details .content_builder__two_column_contentimage_block.layout-image-right {
  grid-template-areas: "content_area image_area";
}
@media (max-width: 620px) {
  .shop-archive .product-cat-details .content_builder__two_column_contentimage_block, .tax-collection .product-cat-details .content_builder__two_column_contentimage_block {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "image_area" "content_area" !important;
    display: block;
  }
}
.shop-archive .product-cat-details .content_builder__two_column_contentimage_block--content_column, .tax-collection .product-cat-details .content_builder__two_column_contentimage_block--content_column {
  grid-area: content_area;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.shop-archive .product-cat-details .content_builder__two_column_contentimage_block--image_column, .tax-collection .product-cat-details .content_builder__two_column_contentimage_block--image_column {
  grid-area: image_area;
}
.shop-archive .product-cat-details .content_builder__two_column_contentimage_block--image_column img, .tax-collection .product-cat-details .content_builder__two_column_contentimage_block--image_column img {
  width: 100%;
  height: auto;
  display: block;
}
.shop-archive .product-cat-details .content_builder__quote_block p, .tax-collection .product-cat-details .content_builder__quote_block p {
  margin-bottom: 0 !important;
}
.full-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.full-overlay.active {
  opacity: 1;
}
.mobile-filter-toggle {
  display: none;
  background-color: #E5DDCF;
  border-radius: 5px;
  padding: 10px;
  font-family: "Outfit";
  text-transform: uppercase;
  color: #0A0806;
  font-size: 15px;
  font-size: 0.9375rem;
}
.mobile-filter-toggle:before {
  content: "\e924";
  font-family: "icomoon";
  font-size: 12px;
  margin-right: 5px;
  font-weight: 500;
}
@media (max-width: 920px) {
  .mobile-filter-toggle {
    display: inline-block;
  }
}
@media (max-width: 620px) {
  .mobile-filter-toggle {
    width: 48%;
    padding: 11px;
  }
}
.category-navigation-container {
  width: 100%;
  border: 1px solid #E5DDCF;
}
.category-navigation-container__inner {
  position: relative;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.category-navigation-container .category-navigation {
  padding: 10px 0;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: none;
  margin-right: 20px;
}
.category-navigation-container .category-navigation.inactive {
  display: none !important;
}
.category-navigation-container .category-navigation .title {
  margin-right: 10px;
}
.category-navigation-container .category-navigation .title p {
  font-family: "Outfit";
  text-transform: uppercase;
  color: #0A0806;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}
.category-navigation-container .category-navigation .title p:before {
  content: "\e924";
  font-family: "icomoon";
  font-size: 12px;
  margin-right: 5px;
  font-weight: 500;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget {
  vertical-align: top;
  margin: 0 10px 0 0;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .clear-filters .bapf_body, .category-navigation-container .category-navigation .berocket_single_filter_widget .submit-filters .bapf_body {
  display: block !important;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .clear-filters .bapf_body .bapf_button, .category-navigation-container .category-navigation .berocket_single_filter_widget .submit-filters .bapf_body .bapf_button {
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #0A0806;
  color: #0A0806;
  padding: 13px 10px 13px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .clear-filters .bapf_body .bapf_button:hover, .category-navigation-container .category-navigation .berocket_single_filter_widget .submit-filters .bapf_body .bapf_button:hover {
  background-color: #0A0806;
  color: #F9F9F9;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox.bapf_ccolaps .bapf_head h3, .category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox.bapf_ccolaps .bapf_head .visual-size--h3 {
  background-color: #383838;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_head {
  cursor: pointer;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_head.has-active-filters h3, .category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_head.has-active-filters .visual-size--h3 {
  border-bottom: 2px solid #a67c00;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_head h3, .category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_head .visual-size--h3 {
  font-family: "Outfit";
  color: #0A0806;
  font-size: 14px;
  letter-spacing: 0.2px;
  background-color: #E5DDCF !important;
  border-bottom: 2px solid #E5DDCF;
  padding: 10px 20px;
  border-radius: 5px;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_head h3 .fa, .category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_head .visual-size--h3 .fa {
  display: none;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_head h3:after, .category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_head .visual-size--h3:after {
  content: "\e901";
  font-family: "icomoon";
  font-size: 13px;
  font-size: 0.8125rem;
  color: #0A0806;
  margin-left: 5px;
  margin-top: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_head.active h3, .category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_head.active .visual-size--h3 {
  background-color: #D1C1A6 !important;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_head.active h3:after, .category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_head.active .visual-size--h3:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_body {
  position: absolute;
  left: 0;
  z-index: 9999;
  background-color: #D1C1A6;
  border-radius: 5px;
  width: 100%;
  padding: 20px 20px 20px;
}
@media (max-width: 620px) {
  .category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_body {
    right: 0;
    margin-top: 10px;
    padding: 10px;
  }
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_body ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
@media (max-width: 620px) {
  .category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_body ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_body ul li {
  text-align: left;
  padding: 10px;
  background-color: #E5DDCF;
  color: #0A0806;
  border-radius: 5px;
  line-height: 1.4;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_body ul li.checked {
  background-color: #0A0806;
  color: #F9F9F9;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_body ul li.checked input[type="checkbox"]:before {
  color: #F9F9F9;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_body ul li:hover {
  cursor: pointer;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_body ul li:hover label, .category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_body ul li:hover input {
  cursor: pointer;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_body ul li label {
  line-height: 1.2;
  font-size: 13px;
  font-size: 0.8125rem;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_body ul li input[type="checkbox"] {
  margin-right: 10px;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_body ul li input[type="checkbox"]:before {
  color: #525252;
  font-size: 16px;
  font-size: 1rem;
}
.category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_ckbox .bapf_body ul li .roundpcs {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 920px) {
  .category-navigation-container .category-navigation {
    position: fixed;
    top: 0;
    right: -300px;
    /* Adjust the value to control the initial hidden position */
    width: 300px;
    /* Adjust the width as needed */
    height: 100vh;
    z-index: 999999;
    border-radius: 0px;
    transition: right 0.3s ease-in-out;
    margin-right: initial;
    background-color: #D1C1A6;
    padding: 20px;
  }
  .category-navigation-container .category-navigation.active {
    right: 0;
    display: block !important;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .category-navigation-container .category-navigation .title {
    display: none;
  }
  .category-navigation-container .category-navigation .mobile-filter-toggle {
    margin-bottom: 35px;
    width: 100%;
    text-align: left;
  }
  .category-navigation-container .category-navigation .mobile-filter-toggle:before {
    content: "\e5cd";
    font-family: "icomoon";
    color: #F9F9F9;
  }
  .category-navigation-container .category-navigation .berocket_single_filter_widget {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .category-navigation-container .category-navigation .berocket_single_filter_widget .clear-filters .bapf_body {
    padding: 0;
  }
  .category-navigation-container .category-navigation .berocket_single_filter_widget .clear-filters .bapf_body button {
    width: 100%;
  }
  .category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_head h3, .category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_head .visual-size--h3 {
    position: relative;
  }
  .category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_head h3:after, .category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_head .visual-size--h3:after {
    position: absolute;
    right: 15px;
  }
  .category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_body {
    position: relative !important;
    padding: 10px 0 !important;
  }
  .category-navigation-container .category-navigation .berocket_single_filter_widget .bapf_body ul {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 5px !important;
  }
}
.category-navigation-container .category-orderby {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  position: relative;
  margin-left: auto;
}
@media (max-width: 620px) {
  .category-navigation-container .category-orderby {
    width: 48%;
    text-align: center;
  }
  .category-navigation-container .category-orderby .berocket_single_filter_widget {
    width: 100%;
  }
}
.category-navigation-container .category-orderby .bapf_sfilter {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
@media (max-width: 620px) {
  .category-navigation-container .category-orderby .bapf_sfilter {
    width: 100%;
  }
  .category-navigation-container .category-orderby .bapf_sfilter .berocket_single_filter_widget {
    width: 100%;
  }
}
.category-navigation-container .category-orderby .bapf_sfilter .bapf_head {
  cursor: pointer;
  padding: 15px 0;
}
@media (max-width: 620px) {
  .category-navigation-container .category-orderby .bapf_sfilter .bapf_head {
    width: 100%;
  }
}
.category-navigation-container .category-orderby .bapf_sfilter .bapf_head h3, .category-navigation-container .category-orderby .bapf_sfilter .bapf_head .visual-size--h3 {
  font-family: "Outfit";
  color: #0A0806;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  background-color: #E5DDCF !important;
  border-bottom: 2px solid #E5DDCF;
  padding: 10px 20px;
  border-radius: 5px;
}
.category-navigation-container .category-orderby .bapf_sfilter .bapf_head h3:after, .category-navigation-container .category-orderby .bapf_sfilter .bapf_head .visual-size--h3:after {
  font-size: 12px;
  font-size: 0.75rem;
  content: "\e919";
  font-family: "icomoon";
  display: inline-block;
  margin-left: 5px;
}
.category-navigation-container .category-orderby .bapf_sfilter .bapf_body {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 9999;
  background-color: #D1C1A6;
  border-radius: 5px;
  width: 270px;
  padding: 20px 20px 20px;
  text-align: left;
}
.category-navigation-container .category-orderby .bapf_sfilter .bapf_body input[type="checkbox"]:before {
  content: "\ea56";
  font-size: 13px;
  color: #525252;
}
.category-navigation-container .category-orderby .bapf_sfilter .bapf_body input[type="checkbox"]:checked:before {
  content: "\ea54";
  font-size: 13px;
}
.category-navigation-container .category-orderby .bapf_sfilter .bapf_body.active {
  display: block;
}
.category-navigation-container .category-orderby .select2-container {
  width: 270px !important;
  right: 0 !important;
  left: initial !important;
  top: 70px !important;
}
.category-navigation-container .category-orderby .select2-container .select2-dropdown {
  width: 270px !important;
}
.category-navigation-container .category-orderby .select2-container .select2-dropdown .select2-results:before {
  right: 20px;
  left: initial;
}
.tax-product_cat .select2-dropdown {
  z-index: 9999999999;
}
.bapf_loader_page {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.bapf_loader_page .bapf_lcontainer {
  text-align: center;
  position: relative;
}
.bapf_loader_page .bapf_lcontainer:after {
  content: "\e97e";
  font-family: "icomoon";
  color: #F9F9F9;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: 50vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: loading 2.1s cubic-bezier(0.56, -0.41, 0.27, 1.41) infinite;
  -moz-animation: loading 2.1s cubic-bezier(0.56, -0.41, 0.27, 1.41) infinite;
  -ms-animation: loading 2.1s cubic-bezier(0.56, -0.41, 0.27, 1.41) infinite;
  -o-animation: loading 2.1s cubic-bezier(0.56, -0.41, 0.27, 1.41) infinite;
  animation: loading 2.1s cubic-bezier(0.56, -0.41, 0.27, 1.41) infinite;
}
.bapf_loader_page .bapf_lcontainer .bapf_limg {
  display: none;
}
.product-category-products .woocommerce-result-count {
  display: none !important;
}
.listings {
  width: 100%;
  background-color: #E5DDCF;
  padding: 30px 0 115px;
}
ul.products, .products-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
  width: 100%;
}
ul.products--no-gap, .products-list--no-gap {
  grid-gap: 0;
}
ul.products--no-grid, .products-list--no-grid {
  display: flex;
}
@media (max-width: 1250px) {
  ul.products, .products-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 680px) {
  ul.products, .products-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 620px) {
  ul.products, .products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.products li.product, .products-list li.product {
  list-style: none;
  text-align: left;
  position: relative;
  -webkit-backface-visibility: hidden;
}
ul.products li.product.product_tag-sale .sale-tag, .products-list li.product.product_tag-sale .sale-tag {
  display: block;
  width: 30px;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 9998;
  background-color: #F77561;
  padding: 10px 8px;
  border-radius: 0 0 5px 5px;
  font-family: "Outfit";
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: white;
  word-break: break-word;
  text-transform: uppercase;
}
@media (max-width: 620px) {
  ul.products li.product.product_tag-sale .sale-tag, .products-list li.product.product_tag-sale .sale-tag {
    width: 30px;
    right: 10px;
    padding: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
ul.products li.product .more-colours-tag, .products-list li.product .more-colours-tag {
  position: absolute;
  z-index: 1001;
  display: block;
  bottom: 15px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 6px 6px;
  border-radius: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Outfit";
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
ul.products li.product .quick-view-button, .products-list li.product .quick-view-button {
  font-size: 0 !important;
  position: absolute !important;
  top: -40px;
  z-index: 9991 !important;
  right: 5px;
  width: 34px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 9px;
}
ul.products li.product .quick-view-button span, .products-list li.product .quick-view-button span {
  display: none;
}
ul.products li.product .quick-view-button:before, .products-list li.product .quick-view-button:before {
  content: "\e921";
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 100 !important;
  color: rgba(249, 249, 249, 0.7);
}
ul.products li.product .tagged-product, .products-list li.product .tagged-product {
  position: absolute;
  background-color: rgba(177, 177, 177, 0.8);
  z-index: 1001;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Novecentosanswide-Normal";
  text-transform: uppercase;
  left: 15px;
  top: 15px;
  border-radius: 5px;
  color: #0A0806;
  font-weight: bolder;
  letter-spacing: 1px;
  line-height: 1;
  padding: 5px 6px 6px;
  text-align: center;
}
ul.products li.product .tagged-product a, .products-list li.product .tagged-product a {
  color: #0A0806;
  text-decoration: none;
}
ul.products li.product .tagged-product span, .products-list li.product .tagged-product span {
  letter-spacing: 1.3px;
}
ul.products li.product.product-category a, .products-list li.product.product-category a {
  text-decoration: none;
}
ul.products li.product.product-category a h2, ul.products li.product.product-category a .visual-size--h2, .products-list li.product.product-category a h2, .products-list li.product.product-category a .visual-size--h2 {
  font-size: 19px;
  font-size: 1.1875rem;
  text-decoration: none;
  color: #0A0806;
  padding: 20px;
  text-align: center;
}
ul.products li.product.product-category a h2 mark, ul.products li.product.product-category a .visual-size--h2 mark, .products-list li.product.product-category a h2 mark, .products-list li.product.product-category a .visual-size--h2 mark {
  display: none;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  color: #053c4f;
}
ul.products li.product.product-category a h2 mark:after, ul.products li.product.product-category a .visual-size--h2 mark:after, .products-list li.product.product-category a h2 mark:after, .products-list li.product.product-category a .visual-size--h2 mark:after {
  content: " Products";
}
ul.products li.product img, .products-list li.product img {
  width: 100%;
  display: block;
  height: auto;
}
ul.products li.product.pif-has-gallery, .products-list li.product.pif-has-gallery {
  position: relative;
}
ul.products li.product.pif-has-gallery .wp-post-image, .products-list li.product.pif-has-gallery .wp-post-image {
  opacity: 1;
}
ul.products li.product.pif-has-gallery .onsale, .products-list li.product.pif-has-gallery .onsale {
  z-index: 10 !important;
}
ul.products li.product.pif-has-gallery .wp-post-image--secondary, .products-list li.product.pif-has-gallery .wp-post-image--secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
ul.products li.product.pif-has-gallery .wp-post-image--secondary.active, .products-list li.product.pif-has-gallery .wp-post-image--secondary.active {
  opacity: 1;
}
ul.products li.product .product-wrapper, .products-list li.product .product-wrapper {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  .ms-flex-align-self: stretch;
  align-self: stretch;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: none !important;
}
ul.products li.product .product-wrapper > a, .products-list li.product .product-wrapper > a {
  width: 100%;
  display: block;
  font-size: 0px;
  font-size: 0rem;
  line-height: 0;
  box-flex: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
ul.products li.product .product-wrapper .limited-edition, .products-list li.product .product-wrapper .limited-edition {
  position: absolute;
  background-color: #646464;
  z-index: 1;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Novecentosanswide-Normal";
  text-transform: uppercase;
  right: 0;
  top: 30px;
  color: #000;
  font-weight: bolder;
  letter-spacing: 1px;
  line-height: 1;
  padding: 5px;
  text-align: center;
}
ul.products li.product .product-wrapper .limited-edition span, .products-list li.product .product-wrapper .limited-edition span {
  letter-spacing: 1.3px;
}
ul.products li.product .product-wrapper .last-chance-to-buy, .products-list li.product .product-wrapper .last-chance-to-buy {
  position: absolute;
  background-color: #646464;
  z-index: 1;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Muli";
  right: 0;
  top: 30px;
  color: #000;
  font-weight: 600;
  line-height: 1;
  padding: 5px;
  opacity: 0.7;
}
ul.products li.product .product-wrapper .last-chance-to-buy span, .products-list li.product .product-wrapper .last-chance-to-buy span {
  letter-spacing: 0px;
}
ul.products li.product .product-wrapper .product-thumbnail, .products-list li.product .product-wrapper .product-thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.4s cubic-bezier(0.75, -0.79, 0.29, 1.73) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.75, -0.79, 0.29, 1.73) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.75, -0.79, 0.29, 1.73) 0s;
  -o-transition: all 0.4s cubic-bezier(0.75, -0.79, 0.29, 1.73) 0s;
  transition: all 0.4s cubic-bezier(0.75, -0.79, 0.29, 1.73) 0s;
}
ul.products li.product .product-wrapper .product-thumbnail .secondary-image, .products-list li.product .product-wrapper .product-thumbnail .secondary-image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}
@supports (-webkit-touch-callout: none) {
  ul.products li.product .product-wrapper .product-thumbnail .secondary-image, .products-list li.product .product-wrapper .product-thumbnail .secondary-image {
    opacity: 0.001;
  }
}
ul.products li.product .product-wrapper .product-thumbnail:hover .secondary-image, .products-list li.product .product-wrapper .product-thumbnail:hover .secondary-image {
  opacity: 1;
  z-index: 1000;
}
ul.products li.product .product-wrapper .product-content, .products-list li.product .product-wrapper .product-content {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  .ms-flex-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  .ms-flex-align-self: stretch;
  align-self: stretch;
  box-flex: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 10px 0 0;
  width: 100%;
  position: relative;
}
ul.products li.product .product-wrapper .product-content a, .products-list li.product .product-wrapper .product-content a {
  text-decoration: none;
}
@media (max-width: 680px) {
  ul.products li.product .product-wrapper .product-content a.woocommerce-LoopProduct-link, .products-list li.product .product-wrapper .product-content a.woocommerce-LoopProduct-link {
    width: 100%;
    display: block;
  }
}
ul.products li.product .product-wrapper .product-content h2, ul.products li.product .product-wrapper .product-content .visual-size--h2, .products-list li.product .product-wrapper .product-content h2, .products-list li.product .product-wrapper .product-content .visual-size--h2 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Outfit";
  font-weight: 600;
  text-transform: inherit;
  text-decoration: none;
  color: #0A0806;
  letter-spacing: 0px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (max-width: 680px) {
  ul.products li.product .product-wrapper .product-content h2, ul.products li.product .product-wrapper .product-content .visual-size--h2, .products-list li.product .product-wrapper .product-content h2, .products-list li.product .product-wrapper .product-content .visual-size--h2 {
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 380px) {
  ul.products li.product .product-wrapper .product-content h2, ul.products li.product .product-wrapper .product-content .visual-size--h2, .products-list li.product .product-wrapper .product-content h2, .products-list li.product .product-wrapper .product-content .visual-size--h2 {
    min-height: inherit;
    margin-bottom: 10px;
  }
}
ul.products li.product .product-wrapper .product-content .product-excerpt, .products-list li.product .product-wrapper .product-content .product-excerpt {
  color: #0A0806;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 680px) {
  ul.products li.product .product-wrapper .product-content .product-excerpt, .products-list li.product .product-wrapper .product-content .product-excerpt {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}
ul.products li.product .product-wrapper .product-content .product-actions, .products-list li.product .product-wrapper .product-content .product-actions {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  -ms-grid-row-align: flex-end;
  .ms-flex-align-self: flex-end;
  align-self: flex-end;
  flex-flow: row wrap;
  width: 100%;
}
ul.products li.product .product-wrapper .product-content .product-actions .woocommerce-loop-product__link, .products-list li.product .product-wrapper .product-content .product-actions .woocommerce-loop-product__link {
  width: 100%;
  display: block;
}
ul.products li.product .product-wrapper .product-content .product-actions .woocommerce-loop-product__link .price, .products-list li.product .product-wrapper .product-content .product-actions .woocommerce-loop-product__link .price {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #0A0806;
  font-family: "Outfit";
  font-weight: 400;
  margin-bottom: 15px;
  width: 100%;
}
ul.products li.product .product-wrapper .product-content .product-actions .woocommerce-loop-product__link .price ins, .products-list li.product .product-wrapper .product-content .product-actions .woocommerce-loop-product__link .price ins {
  text-decoration: none;
}
@media (max-width: 680px) {
  ul.products li.product .product-wrapper .product-content .product-actions .woocommerce-loop-product__link .price, .products-list li.product .product-wrapper .product-content .product-actions .woocommerce-loop-product__link .price {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
ul.products li.product .product-wrapper .product-content .product-actions .woocommerce-loop-product__link .price .price-content, .products-list li.product .product-wrapper .product-content .product-actions .woocommerce-loop-product__link .price .price-content {
  display: inline-block;
  font-family: "Outfit";
  font-size: 12px;
  font-size: 0.75rem;
  color: #DDDDDD;
  margin-left: 5px;
}
ul.products li.product .product-wrapper .product-content .product-actions .woocommerce-loop-product__link .pre-order-text, .products-list li.product .product-wrapper .product-content .product-actions .woocommerce-loop-product__link .pre-order-text {
  color: #0A0806;
  line-height: 1;
  margin: 5px 0 0;
}
ul.products li.product .product-wrapper .product-content .product-actions .button.add_to_cart_button, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .add_to_cart_button#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit ul.products li.product .product-wrapper .product-content .product-actions .add_to_cart_button#wp-submit, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .add_to_cart_button.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .add_to_cart_button.register_link, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .add_to_cart_button.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .add_to_cart_button.lost_password_link, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.add_to_cart_button.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section ul.products li.product .product-wrapper .product-content .product-actions a.add_to_cart_button.form-control, .products-list li.product .product-wrapper .product-content .product-actions .button.add_to_cart_button, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .add_to_cart_button#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .products-list li.product .product-wrapper .product-content .product-actions .add_to_cart_button#wp-submit, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .add_to_cart_button.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .add_to_cart_button.register_link, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .add_to_cart_button.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .add_to_cart_button.lost_password_link, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.add_to_cart_button.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .products-list li.product .product-wrapper .product-content .product-actions a.add_to_cart_button.form-control {
  margin: 0 5px 0 0;
  position: relative;
  z-index: 10;
  padding: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #0A0806;
  color: #F9F9F9;
  border-radius: 5px;
}
@media (max-width: 390px) {
  ul.products li.product .product-wrapper .product-content .product-actions .button, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit ul.products li.product .product-wrapper .product-content .product-actions #wp-submit, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .register_link, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .lost_password_link, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section ul.products li.product .product-wrapper .product-content .product-actions a.form-control, .products-list li.product .product-wrapper .product-content .product-actions .button, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .products-list li.product .product-wrapper .product-content .product-actions #wp-submit, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .register_link, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .lost_password_link, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .products-list li.product .product-wrapper .product-content .product-actions a.form-control {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media (max-width: 345px) {
  ul.products li.product .product-wrapper .product-content .product-actions .button, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit ul.products li.product .product-wrapper .product-content .product-actions #wp-submit, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .register_link, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .lost_password_link, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section ul.products li.product .product-wrapper .product-content .product-actions a.form-control, .products-list li.product .product-wrapper .product-content .product-actions .button, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .products-list li.product .product-wrapper .product-content .product-actions #wp-submit, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .register_link, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .lost_password_link, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .products-list li.product .product-wrapper .product-content .product-actions a.form-control {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
ul.products li.product .product-wrapper .product-content .product-actions .button.loading, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .loading#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit ul.products li.product .product-wrapper .product-content .product-actions .loading#wp-submit, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .loading.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .loading.register_link, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .loading.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .loading.lost_password_link, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.loading.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section ul.products li.product .product-wrapper .product-content .product-actions a.loading.form-control, .products-list li.product .product-wrapper .product-content .product-actions .button.loading, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .loading#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .products-list li.product .product-wrapper .product-content .product-actions .loading#wp-submit, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .loading.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .loading.register_link, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .loading.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .loading.lost_password_link, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.loading.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .products-list li.product .product-wrapper .product-content .product-actions a.loading.form-control {
  padding: 12px 40px 12px 12px;
}
ul.products li.product .product-wrapper .product-content .product-actions .button.loading:before, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .loading#wp-submit:before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit ul.products li.product .product-wrapper .product-content .product-actions .loading#wp-submit:before, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .loading.register_link:before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .loading.register_link:before, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .loading.lost_password_link:before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .loading.lost_password_link:before, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.loading.form-control:before, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section ul.products li.product .product-wrapper .product-content .product-actions a.loading.form-control:before, .products-list li.product .product-wrapper .product-content .product-actions .button.loading:before, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .loading#wp-submit:before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .products-list li.product .product-wrapper .product-content .product-actions .loading#wp-submit:before, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .loading.register_link:before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .loading.register_link:before, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .loading.lost_password_link:before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .loading.lost_password_link:before, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.loading.form-control:before, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .products-list li.product .product-wrapper .product-content .product-actions a.loading.form-control:before {
  content: "";
  background-color: #053c4f;
  border-radius: 0 5px 5px 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
ul.products li.product .product-wrapper .product-content .product-actions .button.loading:after, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .loading#wp-submit:after, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit ul.products li.product .product-wrapper .product-content .product-actions .loading#wp-submit:after, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .loading.register_link:after, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .loading.register_link:after, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .loading.lost_password_link:after, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .loading.lost_password_link:after, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.loading.form-control:after, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section ul.products li.product .product-wrapper .product-content .product-actions a.loading.form-control:after, .products-list li.product .product-wrapper .product-content .product-actions .button.loading:after, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .loading#wp-submit:after, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .products-list li.product .product-wrapper .product-content .product-actions .loading#wp-submit:after, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .loading.register_link:after, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .loading.register_link:after, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .loading.lost_password_link:after, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .loading.lost_password_link:after, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.loading.form-control:after, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .products-list li.product .product-wrapper .product-content .product-actions a.loading.form-control:after {
  content: "\e97e";
  font-family: "icomoon";
  color: #FFFFFF;
  font-weight: 100;
  position: absolute;
  top: 31%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 9px;
  z-index: 2;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: loading 2.1s cubic-bezier(0.56, -0.41, 0.27, 1.41) infinite;
  -moz-animation: loading 2.1s cubic-bezier(0.56, -0.41, 0.27, 1.41) infinite;
  -ms-animation: loading 2.1s cubic-bezier(0.56, -0.41, 0.27, 1.41) infinite;
  -o-animation: loading 2.1s cubic-bezier(0.56, -0.41, 0.27, 1.41) infinite;
  animation: loading 2.1s cubic-bezier(0.56, -0.41, 0.27, 1.41) infinite;
}
ul.products li.product .product-wrapper .product-content .product-actions .button.added, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .added#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit ul.products li.product .product-wrapper .product-content .product-actions .added#wp-submit, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .added.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .added.register_link, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .added.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .added.lost_password_link, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.added.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section ul.products li.product .product-wrapper .product-content .product-actions a.added.form-control, .products-list li.product .product-wrapper .product-content .product-actions .button.added, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .added#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .products-list li.product .product-wrapper .product-content .product-actions .added#wp-submit, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .added.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .added.register_link, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .added.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .added.lost_password_link, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.added.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .products-list li.product .product-wrapper .product-content .product-actions a.added.form-control {
  padding: 12px 40px 12px 12px;
}
ul.products li.product .product-wrapper .product-content .product-actions .button.added:before, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .added#wp-submit:before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit ul.products li.product .product-wrapper .product-content .product-actions .added#wp-submit:before, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .added.register_link:before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .added.register_link:before, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .added.lost_password_link:before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .added.lost_password_link:before, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.added.form-control:before, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section ul.products li.product .product-wrapper .product-content .product-actions a.added.form-control:before, .products-list li.product .product-wrapper .product-content .product-actions .button.added:before, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .added#wp-submit:before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .products-list li.product .product-wrapper .product-content .product-actions .added#wp-submit:before, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .added.register_link:before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .added.register_link:before, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .added.lost_password_link:before, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .added.lost_password_link:before, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.added.form-control:before, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .products-list li.product .product-wrapper .product-content .product-actions a.added.form-control:before {
  content: "";
  background-color: #053c4f;
  border-radius: 0 5px 5px 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
ul.products li.product .product-wrapper .product-content .product-actions .button.added:after, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .added#wp-submit:after, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit ul.products li.product .product-wrapper .product-content .product-actions .added#wp-submit:after, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .added.register_link:after, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .added.register_link:after, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .added.lost_password_link:after, .trade-portal__wrapper .trade-portal__content #wwlc-login-form ul.products li.product .product-wrapper .product-content .product-actions .added.lost_password_link:after, ul.products li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.added.form-control:after, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section ul.products li.product .product-wrapper .product-content .product-actions a.added.form-control:after, .products-list li.product .product-wrapper .product-content .product-actions .button.added:after, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .added#wp-submit:after, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .products-list li.product .product-wrapper .product-content .product-actions .added#wp-submit:after, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .added.register_link:after, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .added.register_link:after, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .added.lost_password_link:after, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .products-list li.product .product-wrapper .product-content .product-actions .added.lost_password_link:after, .products-list li.product .product-wrapper .product-content .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.added.form-control:after, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .products-list li.product .product-wrapper .product-content .product-actions a.added.form-control:after {
  content: "\e876";
  font-family: "icomoon";
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 100;
  display: inline-block;
  position: absolute;
  width: 12px;
  z-index: 2;
  height: 12px;
  right: 9px;
  color: #FFFFFF;
  -webkit-animation: added 2s linear 1;
  -moz-animation: added 2s linear 1;
  -ms-animation: added 2s linear 1;
  -o-animation: added 2s linear 1;
  animation: added 2s linear 1;
}
ul.products li.product .product-wrapper .product-content .product-actions .added_to_cart, .products-list li.product .product-wrapper .product-content .product-actions .added_to_cart {
  background-color: #0A0806;
  border-radius: 5px;
  margin-right: auto;
  padding: 12px;
  display: inline-block;
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
  -webkit-animation: FadeInLeft 1s cubic-bezier(0.56, -0.41, 0.27, 1.41) 1;
  -moz-animation: FadeInLeft 1s cubic-bezier(0.56, -0.41, 0.27, 1.41) 1;
  -ms-animation: FadeInLeft 1s cubic-bezier(0.56, -0.41, 0.27, 1.41) 1;
  -o-animation: FadeInLeft 1s cubic-bezier(0.56, -0.41, 0.27, 1.41) 1;
  animation: FadeInLeft 1s cubic-bezier(0.56, -0.41, 0.27, 1.41) 1;
}
ul.products li.product .product-wrapper .product-content .product-actions .added_to_cart:after, .products-list li.product .product-wrapper .product-content .product-actions .added_to_cart:after {
  content: "\e93a";
  font-family: "icomoon";
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFFFFF;
  line-height: 1;
}
@media (max-width: 480px) {
  ul.products li.product .product-wrapper .product-content .product-actions .added_to_cart, .products-list li.product .product-wrapper .product-content .product-actions .added_to_cart {
    display: none;
  }
}
@media (max-width: 345px) {
  ul.products li.product .product-wrapper .product-content .product-actions .added_to_cart, .products-list li.product .product-wrapper .product-content .product-actions .added_to_cart {
    display: inherit;
  }
}
@media (max-width: 680px) {
  ul.products li.product .product-wrapper .product-content, .products-list li.product .product-wrapper .product-content {
    padding: 10px 0;
  }
}
ul.products li.product.product-type-composite .quick-view-button, ul.products li.product.product-type-table-product .quick-view-button, .products-list li.product.product-type-composite .quick-view-button, .products-list li.product.product-type-table-product .quick-view-button {
  display: none;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale > span {
  display: block;
  width: 30px;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 9998;
  background-color: #B21313;
  padding: 10px 8px;
  border-radius: 0 0 2px 2px;
  font-family: "Outfit";
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: white;
  word-break: break-word;
  text-transform: uppercase;
}
@media (max-width: 620px) {
  .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale > span {
    width: 30px;
    right: 10px;
    padding: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.wc-block-grid__products .wc-block-grid__product .quick-view-button {
  display: none;
}
.wc-block-grid__products .wc-block-grid__product .price {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #FFFFFF;
  font-family: "Outfit";
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}
@media (max-width: 680px) {
  .wc-block-grid__products .wc-block-grid__product .price {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pp_overlay {
  z-index: 999999999 !important;
}
.pp_pic_holder.pp_woocommerce {
  z-index: 9999999999 !important;
  position: fixed !important;
  right: 200px !important;
  top: 50% !important;
  bottom: initial !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100% !important;
  max-height: 800px !important;
  min-height: 100px !important;
  max-width: 1200px !important;
  overflow: hidden;
}
@media (max-width: 920px) {
  .pp_pic_holder.pp_woocommerce {
    width: 100% !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    max-height: initial !important;
    transform: initial !important;
  }
}
.pp_pic_holder.pp_woocommerce .pp_loaderIcon:before {
  border: 4px solid rgba(255, 255, 255, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #FFF;
  animation: spin 1s infinite linear;
  background: none !important;
}
.pp_pic_holder.pp_woocommerce .pp_close {
  top: 30px !important;
  right: 30px !important;
  display: block !important;
  z-index: 99;
  background-color: initial;
  width: 40px !important;
  height: 40px !important;
}
@media (max-width: 620px) {
  .pp_pic_holder.pp_woocommerce .pp_close {
    top: 35px !important;
    right: 33px !important;
  }
}
.pp_pic_holder.pp_woocommerce .pp_close:before {
  content: "\e5cd";
  font-family: "icomoon";
  font-size: 18px;
  color: #F9F9F9;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.pp_pic_holder.pp_woocommerce .ppt, .pp_pic_holder.pp_woocommerce .pp_top {
  display: none !important;
}
.pp_pic_holder.pp_woocommerce .pp_details {
  width: initial !important;
}
.pp_pic_holder.pp_woocommerce .pp_content_container {
  background: #E5DDCF !important;
  padding: 0px !important;
  height: 100% !important;
  position: initial !important;
  border-radius: 10px !important;
  max-height: 800px;
  overflow-y: scroll;
}
@media (max-width: 920px) {
  .pp_pic_holder.pp_woocommerce .pp_content_container {
    padding: 20px !important;
    max-height: initial !important;
  }
}
.pp_pic_holder.pp_woocommerce .pp_content_container .pp_left, .pp_pic_holder.pp_woocommerce .pp_content_container .pp_right {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .pp_content {
  width: 100% !important;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
@media (max-width: 620px) {
  .pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product {
    padding-bottom: 90px;
  }
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .product-images-section {
  position: initial;
  width: 55%;
}
@media (max-width: 960px) {
  .pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .product-images-section {
    width: 100%;
  }
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .product-images-section .woocommerce-product-gallery {
  position: relative;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .product-images-section .woocommerce-product-gallery img {
  width: 100%;
  height: auto;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .product-images-section .woocommerce-product-gallery .flex-active-slide a {
  pointer-events: none !important;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .product-images-section .flex-direction-nav {
  position: absolute;
  z-index: 99;
  left: 30px;
  top: 30px;
}
@media (max-width: 620px) {
  .pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .product-images-section .flex-direction-nav {
    left: 15px;
    top: 15px;
  }
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .product-images-section .flex-direction-nav a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .product-images-section .flex-direction-nav .flex-nav-prev {
  font-size: 0;
  height: 40px;
  display: inline-block;
  position: relative;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .product-images-section .flex-direction-nav .flex-nav-prev:before {
  content: "\e903";
  font-family: "icomoon";
  font-size: 18px;
  color: #F9F9F9;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .product-images-section .flex-direction-nav .flex-nav-next {
  font-size: 0;
  height: 40px;
  right: -10px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .product-images-section .flex-direction-nav .flex-nav-next:before {
  content: "\e904";
  font-family: "icomoon";
  font-size: 18px;
  color: #F9F9F9;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .product-images-section .flex-control-nav {
  display: none;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary {
  width: 45% !important;
  padding: 90px 30px 0;
}
@media (max-width: 960px) {
  .pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary {
    width: 100% !important;
    padding: 30px 30px 80px;
  }
}
@media (max-width: 620px) {
  .pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary {
    padding: 20px 0;
  }
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary .product_title {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary .price {
  font-size: 18px;
  margin-bottom: 20px;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary .stock {
  width: 100%;
  color: #7e7e7e;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 0;
  font-weight: bold;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary .stock.in-stock {
  display: none;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary div[data-pp-message] {
  margin: 10px 0 20px;
  display: block;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary #wl-wrapper {
  display: none !important;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary .wishlist-cart-form {
  display: none;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary .pewc-product-extra-groups-wrap .pewc-checkbox-image-wrapper {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary .pewc-product-extra-groups-wrap .pewc-item-field-wrapper .pewc-field-label {
  display: none;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary .pewc-product-extra-groups-wrap .pewc-checkboxes-images-wrapper {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary .product-actions {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 620px) {
  .pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary .product-actions {
    position: fixed;
    z-index: 105;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding: 20px;
    background-color: #2b2b2b;
    box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.25);
  }
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary .product-actions .quantity {
  display: inline-block;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary .product-actions .single_add_to_cart_button {
  display: inline-block;
  vertical-align: top;
  padding: 14.2px;
  margin-left: 15px;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary .quick-view-detail-button {
  display: block;
  background-color: #0A0806;
  color: #F9F9F9;
  margin-top: 14px;
  font-weight: 600;
  font-size: 14px;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .summary .quick-view-detail-button:hover {
  background-color: #686868;
}
.pp_pic_holder.pp_woocommerce .pp_content_container .quick-view.single-product .product .quick-view-detail-button {
  width: 100%;
}
.video-call-request {
  display: inline-block;
  margin-bottom: 20px;
  width: fit-content;
  text-transform: initial;
  font-size: 16px;
  font-weight: 300;
}
.ad-panel {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 620px) {
  .ad-panel {
    grid-column: 1 / span 2;
    min-height: 350px;
  }
}
.ad-panel.panel-type--quote {
  background-color: none;
  padding: 20px;
  text-align: left;
}
.ad-panel.panel-type--background-panel {
  position: relative;
  z-index: 5;
}
.ad-panel.panel-type--background-panel .panel-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ad-panel.panel-type--background-panel .panel-background img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100% !important;
}
.ad-panel.panel-type--background-panel .panel-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.ad-panel.panel-type--background-panel .panel-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.ad-panel.panel-type--background-panel .panel-content {
  position: relative;
  z-index: 10;
  height: 100%;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ad-panel.panel-type--background-panel .panel-content h4, .ad-panel.panel-type--background-panel .panel-content .visual-size--h4 {
  margin-top: auto;
}
.ad-panel.panel-type--background-panel .panel-content .button, .ad-panel.panel-type--background-panel .panel-content .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .ad-panel.panel-type--background-panel .panel-content #wp-submit, .ad-panel.panel-type--background-panel .panel-content .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .ad-panel.panel-type--background-panel .panel-content .register_link, .ad-panel.panel-type--background-panel .panel-content .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .ad-panel.panel-type--background-panel .panel-content .lost_password_link, .ad-panel.panel-type--background-panel .panel-content .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .ad-panel.panel-type--background-panel .panel-content a.form-control {
  margin-top: auto;
  border: none;
  text-decoration: underline;
}
.ad-panel.panel-type--background-panel .panel-content .button:hover, .ad-panel.panel-type--background-panel .panel-content .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .ad-panel.panel-type--background-panel .panel-content #wp-submit:hover, .ad-panel.panel-type--background-panel .panel-content .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .ad-panel.panel-type--background-panel .panel-content .register_link:hover, .ad-panel.panel-type--background-panel .panel-content .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .ad-panel.panel-type--background-panel .panel-content .lost_password_link:hover, .ad-panel.panel-type--background-panel .panel-content .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .ad-panel.panel-type--background-panel .panel-content a.form-control:hover {
  background-color: transparent;
  color: #F9F9F9;
}
.ad-panel .panel-content h3, .ad-panel .panel-content .visual-size--h3 {
  margin-bottom: 20px;
  font-size: 35px;
  font-size: 2.1875rem;
  color: #F9F9F9;
  line-height: 1.1;
}
@media (max-width: 620px) {
  .ad-panel .panel-content h3, .ad-panel .panel-content .visual-size--h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.ad-panel .panel-content h4, .ad-panel .panel-content .visual-size--h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #F9F9F9;
  font-family: "Outfit";
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.ad-panel .panel-content blockquote {
  position: relative;
  padding: 30px 0;
}
.ad-panel .panel-content blockquote p {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.1;
  font-family: "miller-banner-condensed";
  font-weight: 100;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.ad-panel .panel-content blockquote:before {
  content: "";
  display: block;
  background-color: #a67c00;
  width: 50px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.ad-panel .panel-content blockquote:after {
  content: "";
  display: block;
  background-color: #a67c00;
  width: 50px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ad-panel .panel-content blockquote cite {
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  display: block;
}
.ad-panel .panel-content .button, .ad-panel .panel-content .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .ad-panel .panel-content #wp-submit, .ad-panel .panel-content .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .ad-panel .panel-content .register_link, .ad-panel .panel-content .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .ad-panel .panel-content .lost_password_link, .ad-panel .panel-content .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .ad-panel .panel-content a.form-control {
  margin-top: 20px;
  display: block;
}
.ad-panel .panel-content .link-title {
  color: #F9F9F9;
}
.ad-panel.overlay--true .panel-background:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.ad-panel.overlay--false .panel-background:after {
  background-color: rgba(0, 0, 0, 0);
}
.ad-panel .ad-panel-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.ad-panel.position--middle .panel-content {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.ad-panel.position--bottom .panel-content {
  height: initial;
  margin-top: auto;
}
.shop-categories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  width: 100%;
  padding: 30px 0 115px;
}
@media (min-width: 1200px) {
  .shop-categories {
    grid-template-columns: repeat(5, 1fr);
  }
}
.shop-item {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.shop-item img {
  width: 100%;
  height: auto;
  display: block;
}
.shop-item h2, .shop-item .visual-size--h2 {
  color: #F9F9F9;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1.2em;
  z-index: 40;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-item:after {
  background: rgba(0, 0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
  width: 100%;
  height: 80px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 620px) {
  .shop-item:after {
    height: 110px;
    bottom: -1px;
  }
}
.shop-item:hover h2, .shop-item:hover .visual-size--h2 {
  bottom: 30px;
}
.shop-item:hover:after {
  height: 100px;
}
.super-filters {
  overflow: hidden;
  width: 100%;
  padding: 0 0 30px;
  position: relative;
}
@media (max-width: 620px) {
  .super-filters {
    padding: 10px 0;
  }
}
@media (max-width: 1310px) {
  .super-filters:after {
    content: "";
    height: 100%;
    width: 50px;
    background-image: linear-gradient(to right, rgba(238, 231, 218, 0), #EEE7DA);
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 10;
  }
}
@media (max-width: 1310px) and (max-width: 620px) {
  .super-filters:after {
    width: 25px;
    right: 0;
  }
}
.super-filters .super-filter {
  text-align: center;
}
.super-filters .super-filter__image {
  width: 110px;
  height: 110px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 10px;
  background-color: #232323;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 620px) {
  .super-filters .super-filter__image {
    width: 100px;
    height: 100px;
  }
}
.super-filters .super-filter__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0 !important;
  font-family: "Outfit";
  color: #0A0806;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.super-filters .super-filter:hover .super-filter__image {
  background-size: 120%;
}
.super-filters .super-filter.current .super-filter__title {
  font-weight: bold;
}
.super-filters .swiper-button-prev {
  position: absolute;
  bottom: 10px;
  right: 20px;
  margin-top: initial;
  cursor: pointer;
  font-size: 0;
}
@media (max-width: 620px) {
  .super-filters .swiper-button-prev {
    display: none;
  }
}
.super-filters .swiper-button-prev::after {
  content: "\e903";
  font-family: "icomoon";
  font-size: 17px;
  font-size: 1.0625rem;
  color: #0A0806;
}
.super-filters .swiper-button-next {
  position: absolute;
  bottom: 10px;
  right: 0;
  margin-top: initial;
  cursor: pointer;
  font-size: 0;
}
@media (max-width: 620px) {
  .super-filters .swiper-button-next {
    display: none;
  }
}
.super-filters .swiper-button-next::after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 17px;
  font-size: 1.0625rem;
  color: #0A0806;
}
.super-filters .swiper-button-disabled {
  opacity: 0.3;
}
.super-filters a {
  text-decoration: none;
}
.single-product .product-type-composite .woocommerce-product-gallery, .single-product .product-type-table-product .woocommerce-product-gallery {
  width: 53%;
}
.single-product .product-type-composite .woocommerce-product-gallery img, .single-product .product-type-table-product .woocommerce-product-gallery img {
  max-width: 100%;
  height: auto;
}
.single-product .product-gallery {
  width: 53%;
}
.single-product .product-gallery img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 920px) {
  .single-product .product-gallery {
    width: 100%;
    padding: 0 20px;
  }
}
.single-product .glightbox-container .gcontainer .gslide .gslide-description {
  background-color: #0A0806;
  color: #6e6e6e;
}
.product .mobile-basic-product-data {
  display: none;
}
@media (max-width: 920px) {
  .product .mobile-basic-product-data {
    display: block;
    padding: 0 20px;
  }
  .product .mobile-basic-product-data .product_title {
    font-size: 25px;
    font-size: 1.5625rem;
    color: #0A0806;
    margin-bottom: 10px;
    width: 100%;
    line-height: 1.2;
  }
  .product .mobile-basic-product-data .price {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 920px) {
  .product .desktop-basic-product-data {
    display: none;
  }
}
.product .summary {
  width: 45%;
  text-align: left;
  padding: 35px 0px 35px 30px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media (max-width: 920px) {
  .product .summary {
    width: 100%;
    padding: 0 20px 30px;
  }
}
.product .summary #ppcp-recaptcha-v2-container {
  margin: 0 !important;
}
.product .summary .product_title {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #0A0806;
  margin-bottom: 15px;
  width: 100%;
  line-height: 1.2;
}
.product .summary .paypal-pithree {
  width: 100%;
  display: block;
  margin: -10px 0 20px;
}
.product .summary .paypal-pithree.pithree-simple {
  margin: 10px 0;
}
.product .summary .shipping-message {
  width: 100%;
  display: block;
  margin: 10px 0 0;
  position: relative;
  padding: 0 0 0 35px;
}
.product .summary .shipping-message p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #303030;
  letter-spacing: 0;
  line-height: 1.3;
}
.product .summary .shipping-message:before {
  content: "\e191";
  font-family: "icomoon";
  font-size: 18px;
  font-size: 1.125rem;
  color: #303030;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product .summary .linked-product-message a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #0A0806;
  text-decoration: underline;
  font-family: "Outfit";
  margin: 15px 0 0;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product .summary .iconic-wlv-variations {
  margin: 20px 0 0;
}
.product .summary .iconic-wlv-variations:before {
  content: "Also available in:";
  display: block;
  color: #FFFFFF;
  font-family: "Outfit";
  letter-spacing: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0A0806 !important;
  margin-bottom: 5px;
}
.product .summary .iconic-wlv-variations td {
  padding: 10px 0 0;
}
.product .summary .iconic-wlv-variations .iconic-wlv-variations__row .label {
  display: none;
}
.product .summary .iconic-wlv-variations .iconic-wlv-variations__row .iconic-wlv-terms {
  margin: 0;
}
.product .summary .iconic-wlv-variations .iconic-wlv-variations__row .iconic-wlv-terms .iconic-wlv-terms__term {
  display: inline-block;
  margin: 0 10px 0 0;
  max-width: initial;
  background-color: #D1C1A6 !important;
  padding: 5px 10px 5px 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product .summary .iconic-wlv-variations .iconic-wlv-variations__row .iconic-wlv-terms .iconic-wlv-terms__term:hover {
  background-color: #0A0806;
  color: #F9F9F9;
}
.product .summary .iconic-wlv-variations .iconic-wlv-variations__row .iconic-wlv-terms .iconic-wlv-terms__term .iconic-wlv-terms__term-content {
  background: none;
  border: none;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.product .summary .iconic-wlv-variations .iconic-wlv-variations__row .iconic-wlv-terms .iconic-wlv-terms__term .iconic-wlv-terms__term-content img {
  border-radius: 5px;
  margin-bottom: 0;
  width: 30px;
  height: 30px;
}
.product .summary .iconic-wlv-variations .iconic-wlv-variations__row .iconic-wlv-terms .iconic-wlv-terms__term .iconic-wlv-terms__term-content img.attachment-shop_thumbnail {
  display: none;
}
.product .summary .iconic-wlv-variations .iconic-wlv-variations__row .iconic-wlv-terms .iconic-wlv-terms__term .iconic-wlv-terms__term-content h4, .product .summary .iconic-wlv-variations .iconic-wlv-variations__row .iconic-wlv-terms .iconic-wlv-terms__term .iconic-wlv-terms__term-content .visual-size--h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Outfit";
  text-transform: capitalize;
  letter-spacing: initial;
  margin-left: 10px;
}
.product .summary .iconic-wlv-variations .iconic-wlv-variations__row .iconic-wlv-terms .iconic-wlv-terms__term .iconic-wlv-terms__term-content .amount {
  color: #F9F9F9;
}
.product .summary .iconic-wlv-variations .iconic-wlv-variations__row .iconic-wlv-terms .iconic-wlv-terms__term--current {
  display: none;
}
.product .summary .iconic-wlv-variations .iconic-wlv-variations__row .iconic-wlv-terms .iconic-wlv-terms__term--current img {
  border: 1px solid #F9F9F9;
}
.product .summary .wc_gc_send_as_gift_wrapper {
  width: 100%;
}
.product .summary .wc_gc_send_as_gift_wrapper label {
  color: #F9F9F9;
}
.product .summary .wc_gc_send_as_gift_wrapper input[type="checkbox"]:before {
  color: #F9F9F9;
}
.product .summary .woocommerce_gc_giftcard_form_wrapper {
  width: 100%;
}
.product .summary .woocommerce_gc_giftcard_form_wrapper label {
  color: #F9F9F9;
  display: block;
  margin-bottom: 5px;
}
.product .summary .pi-edd-product {
  position: relative;
  padding: 0 0 0 25px;
  background-color: initial;
  text-align: left;
  color: #A0A78F;
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}
.product .summary .pi-edd-product:before {
  content: "\e191";
  font-family: "icomoon";
  font-size: 18px;
  font-size: 1.125rem;
  color: #A0A78F;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product .summary .samples {
  margin: 20px 0 0;
}
.product .summary .samples__sample {
  display: block;
  margin-bottom: 5px;
}
.product .summary .samples__sample a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  font-family: "neue-haas-grotesk-display";
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  background-color: #a67c00;
  color: #F9F9F9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.2;
}
.product .summary .samples__sample a:hover {
  background-color: #735600;
}
@media (max-width: 420px) {
  .product .summary .samples__sample {
    text-align: center;
  }
}
.product .summary .stock, .product .summary .custom-message, .product .summary .out-of-stock-msg {
  width: 100%;
  color: #FFFFFF;
  font-family: "Outfit";
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #7e7e7e;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 10px 0 0;
}
.product .summary .stock.name, .product .summary .custom-message.name, .product .summary .out-of-stock-msg.name {
  display: none;
}
.product .summary .stock.in-stock, .product .summary .custom-message.in-stock, .product .summary .out-of-stock-msg.in-stock {
  display: none;
}
.product .summary .stock.available-on-backorder, .product .summary .custom-message.available-on-backorder, .product .summary .out-of-stock-msg.available-on-backorder {
  display: none;
  width: 100%;
  color: #c9b697;
  text-transform: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.product .summary .out-of-stock-lowercase {
  font-family: "Outfit";
  text-transform: none;
}
.product .summary .related-articles h3, .product .summary .related-articles .visual-size--h3 {
  font-size: 20px;
  letter-spacing: -1px;
}
.product .summary .related-articles li a {
  color: #0A0806;
}
.product .summary .related-articles li a h4, .product .summary .related-articles li a .visual-size--h4 {
  font-size: 16px;
  font-family: "Outfit";
}
.product .summary .product-actions {
  width: 100%;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  .ms-flex-align-items: stretch;
  align-items: stretch;
  margin: 20px 0;
}
.product .summary .product-actions .button, .product .summary .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .product .summary .product-actions #wp-submit, .product .summary .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .product .summary .product-actions .register_link, .product .summary .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .product .summary .product-actions .lost_password_link, .product .summary .product-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .product .summary .product-actions a.form-control {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 620px) {
  .product .summary .product-actions {
    margin: 20px 0 0;
  }
}
.product .summary .custom-message-content {
  color: #0A0806;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Outfit";
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 0;
}
.product.wc_gc_giftcard_product .quantity {
  display: none !important;
}
.product .energy-rating-wrapper {
  margin-bottom: 10px;
}
.product .energy-rating-wrapper img {
  max-width: 80px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.trustpilot-widget {
  margin: 0;
  width: 100%;
}
.trustpilot-widget.widget-two {
  max-width: 170px;
  max-height: 85px;
  overflow: hidden;
}
.product-type-simple .pewc-product-extra-groups-wrap {
  margin-top: 20px;
}
.pewc-product-extra-groups li {
  margin-bottom: 0;
}
.pewc-product-extra-groups-wrap {
  width: 100%;
}
.pewc-product-extra-groups-wrap [data-class="clearpay-variant-product"] {
  display: none;
}
.pewc-product-extra-groups-wrap .pewc-group-heading-wrapper h3, .pewc-product-extra-groups-wrap .pewc-group-heading-wrapper .visual-size--h3 {
  color: #FFFFFF;
  font-family: "Outfit";
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0A0806 !important;
  margin-bottom: 10px;
}
.pewc-product-extra-groups-wrap .pewc-group-content-wrapper {
  width: 100%;
}
.pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 101;
}
@media (max-width: 1300px) {
  .pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper.pewc-active-field .pewc-checkbox-image-wrapper label input[type="checkbox"]:before {
  content: "\e908";
}
.pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper {
  border: none;
  background-color: #EEE7DA;
  width: 100%;
  padding: 0px;
  margin-bottom: 0 !important;
  position: relative;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #0A0806;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-flex-direction: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: initial;
  flex-direction: initial;
}
.pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper:before {
  position: absolute;
  top: -1px;
  right: -1px;
  height: 23px;
  width: 23px;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  align-items: center;
  content: "\e909";
  font-size: 10px;
  font-family: "icomoon";
  color: white;
  background-color: #0A0806;
  border-radius: 0 5px 0 5px;
  pointer-events: none;
}
.pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper.checked {
  background-color: #D1C1A6;
}
.pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper.checked:before {
  content: "\e908";
}
.pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper label input[type="checkbox"] {
  visibility: visible;
  padding: 12px 10px;
  pointer-events: none;
}
.pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper label img {
  width: 80px;
  height: auto;
  border: none;
}
.pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper .pewc-checkbox-desc-wrapper {
  grid-template-columns: initial;
  padding: 0 10px;
  margin-top: initial !important;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper .pewc-checkbox-desc-wrapper input[type=number] {
  color: #0A0806;
  display: none;
}
.pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper .pewc-checkbox-desc-wrapper .pewc-radio-image-desc {
  color: #0A0806;
  text-align: left;
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}
.pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper.pewc-checkbox-disabled label, .pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper.pewc-checkbox-disabled .pewc-checkbox-desc-wrapper {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper.pewc-checkbox-disabled:before {
  display: none;
}
.pewc-product-extra-groups-wrap .pewc-group-content-wrapper .pewc-group .pewc-item-field-wrapper .pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper.pewc-checkbox-disabled:after {
  content: "out of stock";
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #0A0806;
  color: #F9F9F9;
  padding: 5px;
  line-height: 1;
  border-radius: 2px;
}
.pewc-product-extra-groups-wrap .pewc-total-only {
  display: none;
}
.pewc-product-extra-groups-wrap .pewc-total-only .amount {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.pewc-product-extra-groups-wrap .pewc-total-only .amount:before {
  content: "Total: ";
  font-family: "neue-haas-grotesk-display";
}
.wcsa-addons-wrapper {
  background-color: #EEE7DA;
  margin: 10px 0 20px;
  border-radius: 10px;
  border: none;
  padding: 20px 20px 10px;
}
.wcsa-addons-wrapper .wcsa-section-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
}
.wcsa-addons-wrapper .wcsa-addon-item {
  border: 1px solid #E5DDCF;
  padding: 0;
  position: relative;
}
.wcsa-addons-wrapper .wcsa-addon-item input[type="checkbox"] {
  margin-right: 10px;
}
.wcsa-addons-wrapper .wcsa-addon-item input[type="checkbox"]:before {
  font-size: 14px;
  font-size: 0.875rem;
}
.wcsa-addons-wrapper .wcsa-addon-item .wcsa-addon-image img {
  border-radius: 5px;
}
.wcsa-addons-wrapper .wcsa-addon-item .wcsa-addon-content .wcsa-addon-title {
  font-size: 14px;
  font-size: 0.875rem;
}
.wcsa-addons-wrapper .wcsa-addon-item .wcsa-addon-content .quantity {
  border: none;
  margin-right: 0 !important;
}
.wcsa-addons-wrapper .wcsa-addon-item .wcsa-addon-content .wcsa-addon-price .wcsa-discount-badge {
  line-height: 1.3;
  background-color: #F35965;
}
.wcsa-totals-wrapper {
  background-color: #EEE7DA;
  border-radius: 10px;
  border: none;
  margin-top: 0;
  width: 100%;
}
.wcsa-totals-wrapper .wcsa-totals-title {
  margin-bottom: 10px;
}
.wcsa-totals-wrapper .wcsa-totals-content {
  font-family: "Outfit";
}
.wcsa-totals-wrapper .wcsa-totals-content .wcsa-total-row {
  border-color: #E5DDCF;
  padding: 7px 0;
}
.wcsa-totals-wrapper .wcsa-totals-content .wcsa-total-row:last-of-type {
  border: none;
}
.wcsa-addon-cart-item .product-name a {
  display: inline-block !important;
}
.single_variation_wrap .single_variation .woocommerce-variation-price .price .wholesale_price_container {
  display: block !important;
}
.product-type-variable .price.pewc-main-price {
  margin-bottom: 10px;
}
.summary .woocommerce-variation-price .price {
  color: #0A0806 !important;
}
.summary .price {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Outfit";
  color: #0A0806;
  width: 100%;
  font-weight: 600;
  margin-bottom: 0px !important;
}
.summary .price del {
  font-size: 20px;
  font-size: 1.25rem;
  color: #0A0806;
}
.summary .price ins {
  text-decoration: none;
}
@media (max-width: 720px) {
  .summary .price {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.type-product.outofstock #wl-wrapper {
  display: none !important;
}
.type-product #wl-wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block !important;
  width: initial !important;
  padding: 0 !important;
  margin-left: 10px;
  min-width: 35px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  .ms-flex-align-self: stretch;
  align-self: stretch;
}
.type-product #wl-wrapper .wl-add-to {
  background-color: initial;
  padding: 0;
  font-size: 0;
  display: block;
  height: 100%;
}
.type-product #wl-wrapper .wl-add-to:before {
  content: "Add to Wish List";
  opacity: 0;
  position: absolute;
  top: -25px;
  right: 0px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px 5px 0 5px;
  background-color: #585858;
  padding: 5px;
  font-size: 12px;
  text-wrap: nowrap;
}
.type-product #wl-wrapper .wl-add-to:after {
  content: "\e87e";
  font-family: "icomoon";
  color: #CC1A0F;
  font-size: 22px;
  font-size: 1.375rem;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.type-product #wl-wrapper .wl-add-to:hover {
  background-color: initial;
}
.type-product #wl-wrapper .wl-add-to:hover:before {
  opacity: 1;
}
.type-product #wl-wrapper .wl-add-to:hover:after {
  cursor: pointer;
  color: #FFFFFF;
}
.type-product #wl-wrapper .wl-add-to.disabled {
  display: none;
}
.type-product #wl-wrapper .wl-already-in {
  background-color: initial;
  padding: 0;
  font-size: 0;
  display: block;
  height: 100%;
}
.type-product #wl-wrapper .wl-already-in:before {
  content: "Remove from Wish List";
  opacity: 0;
  position: absolute;
  top: -25px;
  right: 0px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px 5px 0 5px;
  background-color: #585858;
  padding: 5px;
  font-size: 12px;
  text-wrap: nowrap;
  font-family: "Outfit";
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
.type-product #wl-wrapper .wl-already-in:after {
  content: "\e87e";
  font-family: "icomoon";
  font-size: 22px;
  font-size: 1.375rem;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.type-product #wl-wrapper .wl-already-in ul {
  display: none;
}
.type-product #wl-wrapper .wl-already-in:hover {
  background-color: initial;
}
.type-product #wl-wrapper .wl-already-in:hover:before {
  opacity: 1;
}
.type-product #wl-wrapper .wl-already-in:hover:after {
  cursor: pointer;
  color: #FFFFFF;
}
.type-product #wl-wrapper.wl-button-already-in .wl-add-to {
  display: none;
}
.type-product.outofstock .wcwl_elements {
  margin: 20px 0;
}
.type-product .summary .wcwl_elements {
  padding: 20px;
  background-color: #D1C1A6;
  border-radius: 5px;
  position: relative;
  min-height: 100px;
}
.type-product .summary .wcwl_elements .woocommerce-message {
  display: none;
}
.type-product .summary .wcwl_elements .wcwl_intro p, .type-product .summary .wcwl_elements .wcwl_notice p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
.type-product .summary .wcwl_elements .wcwl_optin {
  color: #0A0806;
  margin: 10px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.type-product .summary .wcwl_elements .wcwl_optin input[type="checkbox"] {
  display: inline-block;
}
.type-product .summary .wcwl_elements .wcwl_optin input[type="checkbox"]:before {
  color: #0A0806;
  font-size: 15px;
  font-size: 0.9375rem;
}
.type-product .summary .wcwl_elements .wcwl_optin label {
  display: inline-block;
  margin-left: 5px;
  font-weight: 300;
  font-family: "Outfit";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
}
.type-product .summary .wcwl_elements .wcwl_optin.wcwl_error_highlight {
  border: none;
  border-radius: 5px;
  background-color: #F77561;
  padding: 10px;
}
.type-product .summary .wcwl_elements .wcwl_email_elements {
  max-width: 300px;
}
.type-product .summary .wcwl_elements .wcwl_email_elements input[type="email"] {
  margin-bottom: 10px;
}
.type-product .summary .wcwl_elements .wcwl_email_elements input[type="email"].wcwl_error_highlight {
  border-radius: 5px;
  border-color: #F77561 !important;
}
.type-product .summary .wcwl_elements .wcwl_control {
  margin: 0;
}
.type-product .summary .wcwl_elements .wcwl_control .button, .type-product .summary .wcwl_elements .wcwl_control .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .type-product .summary .wcwl_elements .wcwl_control #wp-submit, .type-product .summary .wcwl_elements .wcwl_control .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .type-product .summary .wcwl_elements .wcwl_control .register_link, .type-product .summary .wcwl_elements .wcwl_control .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .type-product .summary .wcwl_elements .wcwl_control .lost_password_link, .type-product .summary .wcwl_elements .wcwl_control .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .type-product .summary .wcwl_elements .wcwl_control a.form-control {
  margin: 0;
}
.type-product .summary .wcwl_elements .wcwl_control .button:hover, .type-product .summary .wcwl_elements .wcwl_control .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .type-product .summary .wcwl_elements .wcwl_control #wp-submit:hover, .type-product .summary .wcwl_elements .wcwl_control .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .type-product .summary .wcwl_elements .wcwl_control .register_link:hover, .type-product .summary .wcwl_elements .wcwl_control .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .type-product .summary .wcwl_elements .wcwl_control .lost_password_link:hover, .type-product .summary .wcwl_elements .wcwl_control .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .type-product .summary .wcwl_elements .wcwl_control a.form-control:hover {
  background-color: #389d98;
}
.type-product .summary .wcwl_elements .spinner {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  background: none;
}
.type-product .summary .wcwl_elements .spinner:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
  border: 4px solid rgba(255, 255, 255, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #FFF;
  animation: spin 1s infinite linear;
  background: none !important;
}
.type-product .summary .wcwl_frontend_wrap {
  margin: 0 0 35px;
}
.type-product .summary .wcwl_frontend_wrap input[type="email"] {
  display: block;
  width: 100%;
  border: none;
  background-color: #F9F9F9;
  border-radius: 5px !important;
  margin: 20px 0;
}
.type-product .summary .wcwl_frontend_wrap .wcwl_optin {
  margin-bottom: 10px;
  padding: 0;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.type-product .summary .wcwl_frontend_wrap .wcwl_optin label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFFFFF;
}
.type-product .summary .wcwl_frontend_wrap .wcwl_optin input[type="checkbox"]:before {
  color: #FFFFFF;
}
.type-product .summary .wcwl_frontend_wrap .wcwl_optin.wcwl_error_highlight {
  border-color: #F77561;
  border-radius: 2px;
  padding: 10px;
}
.type-product .summary .wcwl_frontend_wrap .wcwl_email_field {
  margin: 0;
}
.type-product .summary .wcwl_frontend_wrap .wcwl_email_field input[type="email"] {
  border: 1px solid #DDDDDD;
}
.type-product .summary .wcwl_frontend_wrap .wcwl_control {
  margin: 0;
}
.type-product .summary .wcwl_frontend_wrap .wcwl_control .button, .type-product .summary .wcwl_frontend_wrap .wcwl_control .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .type-product .summary .wcwl_frontend_wrap .wcwl_control #wp-submit, .type-product .summary .wcwl_frontend_wrap .wcwl_control .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .type-product .summary .wcwl_frontend_wrap .wcwl_control .register_link, .type-product .summary .wcwl_frontend_wrap .wcwl_control .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .type-product .summary .wcwl_frontend_wrap .wcwl_control .lost_password_link, .type-product .summary .wcwl_frontend_wrap .wcwl_control .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .type-product .summary .wcwl_frontend_wrap .wcwl_control a.form-control {
  background-color: #3FB0AA;
  margin: 0 !important;
}
.type-product .summary .wcwl_frontend_wrap .wcwl_control .button:hover, .type-product .summary .wcwl_frontend_wrap .wcwl_control .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .type-product .summary .wcwl_frontend_wrap .wcwl_control #wp-submit:hover, .type-product .summary .wcwl_frontend_wrap .wcwl_control .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .type-product .summary .wcwl_frontend_wrap .wcwl_control .register_link:hover, .type-product .summary .wcwl_frontend_wrap .wcwl_control .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .type-product .summary .wcwl_frontend_wrap .wcwl_control .lost_password_link:hover, .type-product .summary .wcwl_frontend_wrap .wcwl_control .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .type-product .summary .wcwl_frontend_wrap .wcwl_control a.form-control:hover {
  background-color: #389d98;
}
.type-product .summary .wcwl_frontend_wrap .wcwl_control:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  min-height: 90px;
}
@media (max-width: 620px) {
  .product-type-composite .product-images-section {
    display: none;
    position: fixed !important;
    width: 110px !important;
    height: 130px !important;
    top: 140px;
    left: 20px;
    background-color: #EEE7DA;
    z-index: 999999 !important;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 5%;
    border: 2px solid #444444;
  }
  .product-type-composite .product-images-section:after {
    content: "\e8b6";
    font-family: "icomoon";
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .product-type-composite .product-images-section img {
    width: 100% !important;
    height: auto;
  }
  .product-type-composite .product-images-section.expanded {
    width: calc(100% - 40px) !important;
    height: 450px !important;
    border-radius: 5px;
  }
  .product-type-composite .product-images-section.expanded:after {
    content: "\e907";
  }
  .product-type-composite .product-images-section.image-active {
    display: block;
  }
  .product-type-composite .summary {
    padding: 0 !important;
  }
  .product-type-composite .summary .product_title {
    padding: 0 20px;
    font-size: 20px !important;
  }
}
.product-type-composite .summary .cart {
  width: 100% !important;
  margin-left: initial !important;
  margin-right: initial !important;
  padding: 0 !important;
}
.product-type-composite .summary .cart #wl-wrapper {
  display: none !important;
}
.product-type-composite .product-images-section .woocommerce-product-gallery img:not(.wc-cp-overlay-image) {
  opacity: 0;
}
.product-type-composite .composite_form .composite_pagination {
  display: none;
}
.product-type-composite .composite_form .composite_pagination .pagination_elements .pagination_element .element_title {
  display: none;
}
.product-type-composite .composite_form .composite_pagination .pagination_elements .pagination_element .element_title .element_link {
  color: #0A0806;
  text-decoration: none;
}
.product-type-composite .composite_form .composite_pagination .pagination_elements .pagination_element:hover .element_title, .product-type-composite .composite_form .composite_pagination .pagination_elements .pagination_element_current .element_title {
  display: initial;
}
.product-type-composite .composite_form .composite_component {
  background-color: #EEE7DA;
  padding: 20px;
  margin-bottom: 20px !important;
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 620px) {
  .product-type-composite .composite_form .composite_component {
    border-radius: 0px;
  }
}
.product-type-composite .composite_form .composite_component.hidden-component {
  display: none !important;
}
.product-type-composite .composite_form .composite_component.fabric-cable .component_data .quantity:after {
  content: "CM";
  font-family: "Outfit";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #F9F9F9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}
.product-type-composite .composite_form .composite_component .woocommerce-info {
  min-height: initial;
  margin-top: 20px;
  border-radius: 5px;
}
.product-type-composite .composite_form .composite_component .woocommerce-info:before {
  border-radius: 5px 0 0 5px;
}
.product-type-composite .composite_form .composite_component .component_title_wrapper {
  position: relative;
}
.product-type-composite .composite_form .composite_component .component_title_wrapper h2, .product-type-composite .composite_form .composite_component .component_title_wrapper .visual-size--h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Outfit";
  letter-spacing: 0;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 620px) {
  .product-type-composite .composite_form .composite_component .component_title_wrapper h2, .product-type-composite .composite_form .composite_component .component_title_wrapper .visual-size--h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.product-type-composite .composite_form .composite_component .component_title_wrapper .step_title_text {
  display: inline-block;
  padding-left: 0;
  background-color: #E5DDCF;
  border-radius: 5px;
  padding: 10px 20px;
}
.product-type-composite .composite_form .composite_component .component_title_wrapper .step_title_text:before {
  display: none;
}
.product-type-composite .composite_form .composite_component .component_options {
  overflow: visible !important;
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_options_select_wrapper select {
  background-color: #0c0d0d;
  border-color: #484e4f;
  color: #FFFFFF;
  background-image: url("resources/images/icons/interface/chevron-down.png");
  background-size: 17px 17px;
  background-position: 95%;
  background-repeat: no-repeat;
  border-radius: 3px;
  padding: 10px 40px 10px 10px;
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails .component_option_thumbnails_container {
  display: grid;
  grid-gap: 10px;
}
@media (max-width: 620px) {
  .product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails .component_option_thumbnails_container {
    overflow-x: auto;
    display: flex;
    padding: 0;
    margin: 0;
  }
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails.columns-3 .component_option_thumbnails_container {
  grid-template-columns: repeat(33%, 1fr);
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails.columns-6 .component_option_thumbnails_container {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 620px) {
  .product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails.columns-6 .component_option_thumbnails_container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li {
  width: 100% !important;
  margin: 0;
}
@media (max-width: 620px) {
  .product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li {
    width: initial !important;
    flex: 0 0 40%;
    max-width: 40%;
    box-sizing: border-box;
  }
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail {
  margin: 0;
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_image {
  border-radius: 5px;
  overflow: hidden;
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0px 0px 0px 2px rgba(10, 8, 6, 0);
  display: block;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail.selected {
  cursor: pointer;
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail.selected:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  box-shadow: inset 0px 0px 0px 2px #a67c00;
  display: block;
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail:hover:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0px 0px 0px 2px #979797;
  display: block;
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_description {
  display: none;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 200px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_description:after {
  content: "";
  height: 10px;
  display: block;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.9);
  padding-top: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  z-index: 100;
}
@media (max-width: 620px) {
  .product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_description:after {
    display: none;
  }
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_description.show-tooltip {
  display: block;
  opacity: 1;
  top: -15px;
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_description .title {
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F9F9F9;
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_description .price {
  margin-bottom: 0 !important;
  font-weight: 500;
  color: #F9F9F9;
}
@media (max-width: 620px) {
  .product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_description {
    display: block;
    position: initial;
    transform: initial;
    opacity: 1;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .image {
  padding: 0;
  width: 100% !important;
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .image img {
  width: 100%;
  height: auto;
  display: block;
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_buttons {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_buttons .button, .product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_buttons .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_buttons #wp-submit, .product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_buttons .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_buttons .register_link, .product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_buttons .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_buttons .lost_password_link, .product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_buttons .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .product-type-composite .composite_form .composite_component .component_options_inner .component_option_thumbnails li .component_option_thumbnail .thumbnail_buttons a.form-control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.product-type-composite .composite_form .composite_component .component_inner {
  padding-bottom: 0 !important;
}
.product-type-composite .composite_form .composite_component .component_inner .component_description {
  margin-bottom: 0;
  padding: 20px 0;
}
.product-type-composite .composite_form .composite_component .component_inner .component_description p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
.product-type-composite .composite_form .composite_component .component_summary .composite_navigation {
  display: none;
}
.product-type-composite .composite_form .composite_component .component_summary .summary_content {
  background-color: #E5DDCF;
  border-radius: 5px;
}
.product-type-composite .composite_form .composite_component .component_summary .summary_content.populated {
  padding: 20px !important;
  margin-bottom: 10px !important;
}
.product-type-composite .composite_form .composite_component .component_summary .summary_content .composited_product_title_wrapper {
  padding-top: 0;
  width: 100%;
  display: block;
}
.product-type-composite .composite_form .composite_component .component_summary .summary_content .composited_product_title_wrapper p {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 12px;
}
.product-type-composite .composite_form .composite_component .component_summary .summary_content .composited_product_title_wrapper h4, .product-type-composite .composite_form .composite_component .component_summary .summary_content .composited_product_title_wrapper .visual-size--h4 {
  font-size: 16px !important;
  font-family: "Outfit";
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 5px;
}
@media (max-width: 620px) {
  .product-type-composite .composite_form .composite_component .component_summary .summary_content .composited_product_title_wrapper h4, .product-type-composite .composite_form .composite_component .component_summary .summary_content .composited_product_title_wrapper .visual-size--h4 {
    padding: 0;
  }
}
.product-type-composite .composite_form .composite_component .component_summary .summary_content .composited_product_title_wrapper .clear_component_options_wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
}
.product-type-composite .composite_form .composite_component .component_summary .summary_content .composited_product_details_wrapper .composited_product_images {
  display: none;
}
.product-type-composite .composite_form .composite_component .component_summary .summary_content .composited_product_details_wrapper .composited_product_images img {
  max-width: 60px;
}
.product-type-composite .composite_form .composite_component .component_summary .summary_content .composited_product_details_wrapper .details {
  float: initial;
  padding: 0;
  width: initial;
}
.product-type-composite .composite_form .composite_component .component_summary .summary_content .composited_product_details_wrapper .details .price {
  margin-bottom: 10px !important;
  font-size: 16px;
}
.product-type-composite .composite_form .composite_component .component_summary .summary_content .composited_product_details_wrapper .details .stock {
  margin: 0;
  padding: 0;
}
.product-type-composite .composite_form .composite_component .component_pagination {
  opacity: 1 !important;
}
.product-type-composite .composite_form .composite_navigation {
  margin-top: 25px;
}
@media (max-width: 620px) {
  .product-type-composite .composite_form .composite_navigation.top {
    display: none !important;
  }
  .product-type-composite .composite_form .composite_navigation.bottom {
    margin-top: 10px;
  }
}
.product-type-composite .composite_form .composite_navigation .composite_navigation_inner {
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 20px;
}
@media (max-width: 620px) {
  .product-type-composite .composite_form .composite_navigation .composite_navigation_inner {
    padding: 0 !important;
  }
}
.product-type-composite .composite_form .composite_navigation .composite_navigation_inner a.page_button {
  text-decoration: none;
  font-size: 16px;
  padding: 10px;
  font-weight: normal;
  font-family: "Outfit";
  float: initial;
  max-width: initial;
  margin: 0;
  position: relative;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  font-size: 0;
  width: 100%;
  height: 50px;
  border-radius: 10px;
}
.product-type-composite .composite_form .composite_navigation .composite_navigation_inner a.page_button.prev {
  padding: 10px 10px 10px 35px;
  background-color: #F9F9F9;
  color: #0A0806;
}
.product-type-composite .composite_form .composite_navigation .composite_navigation_inner a.page_button.prev:before {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  font-size: 14px;
  font-size: 0.875rem;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-type-composite .composite_form .composite_navigation .composite_navigation_inner a.page_button.prev:after {
  content: "Previous Step";
  font-family: "Outfit";
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
.product-type-composite .composite_form .composite_navigation .composite_navigation_inner a.page_button.next {
  padding: 10px 35px 10px 10px;
  margin-left: auto;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  background-color: #0A0806;
  color: #F9F9F9;
}
.product-type-composite .composite_form .composite_navigation .composite_navigation_inner a.page_button.next:after {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  font-size: 14px;
  font-size: 0.875rem;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-type-composite .composite_form .composite_navigation .composite_navigation_inner a.page_button.next:before {
  content: "Next Step";
  font-family: "Outfit";
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #F9F9F9;
}
.product-type-composite .composite_form .composite_navigation .composite_navigation_inner a.page_button.inactive {
  opacity: 0.5;
}
@media (max-width: 620px) {
  .product-type-composite .composite_form .composite_summary {
    padding: 0 20px;
  }
}
.product-type-composite .composite_form .composite_summary h2.summary_title, .product-type-composite .composite_form .composite_summary .summary_title.visual-size--h2 {
  margin-bottom: 10px;
}
.product-type-composite .composite_form .composite_summary .summary_elements .summary_element {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_outer {
  padding: 10px !important;
  margin-bottom: 10px;
  background-color: #EEE7DA;
  border-radius: 5px;
}
.product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner {
  padding: 0 !important;
}
.product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_title {
  width: 100%;
}
.product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_title h3, .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_title .visual-size--h3 {
  margin-bottom: 0;
}
@media (max-width: 620px) {
  .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_content {
    margin-top: 0;
  }
  .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_content ul, .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_content li {
    margin: 0;
    padding: 0;
  }
}
.product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (max-width: 620px) {
  .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data {
    display: block;
  }
}
.product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data img {
  display: none;
}
.product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data .price {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0 !important;
}
.product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button {
  margin-top: 0 !important;
}
@media (max-width: 620px) {
  .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button {
    display: block;
    margin-top: 10px !important;
  }
}
.product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button .button, .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button #wp-submit, .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button .register_link, .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button .lost_password_link, .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button a.form-control {
  padding: 5px 7px;
  font-size: 12px;
  margin-left: 10px;
}
@media (max-width: 620px) {
  .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button .button, .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button #wp-submit, .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button .register_link, .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button .lost_password_link, .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .product-type-composite .composite_form .composite_summary .summary_elements .summary_element .summary_element_wrapper_inner .summary_element_data.summary_element_button a.form-control {
    margin-left: 0;
    margin-top: 10px;
  }
}
.product-type-composite .composite_form .composite_wrap {
  width: 100%;
  padding-top: 0 !important;
}
.product-type-composite .composite_form .composite_wrap .composite_price {
  margin-bottom: 10px !important;
}
.product-type-composite .composite_form .composite_wrap .composite_button {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 620px) {
  .product-type-composite .composite_form .composite_wrap {
    padding: 0 20px;
  }
}
.product-type-composite .cyo-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.composite_status {
  display: none !important;
}
.variations_form.cart .variations {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  position: relative;
  padding: 20px 0;
}
.variations_form.cart .variations tbody {
  width: 100%;
}
.variations_form.cart .variations tbody tr {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.variations_form.cart .variations tbody tr:last-of-type {
  margin-bottom: 0;
}
.variations_form.cart .variations tbody tr th.label {
  display: block;
  margin-bottom: 8px;
}
.variations_form.cart .variations tbody tr th.label label {
  color: #0A0806;
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
.variations_form.cart .variations tbody tr th.label label:after {
  content: ":";
  color: #0A0806;
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.variations_form.cart .variations tbody tr td {
  padding: 0;
  font-family: "Outfit";
  width: 100%;
  display: block;
}
.variations_form.cart .variations tbody tr td.label {
  display: block;
  margin-bottom: 10px;
}
.variations_form.cart .variations tbody tr td.label label {
  color: #FFFFFF;
  font-family: "Outfit";
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #7e7e7e;
  text-transform: uppercase;
}
.variations_form.cart .variations tbody tr td.label label:after {
  content: ":";
  color: #FFFFFF;
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #7e7e7e;
  text-transform: uppercase;
}
.variations_form.cart .variations tbody tr td.value .select-wrapper {
  position: relative;
  display: inline-block;
}
.variations_form.cart .variations tbody tr td.value .select-wrapper:after {
  content: "\e901";
  font-family: "icomoon";
  color: #0A0806;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.variations_form.cart .variations tbody tr td.value select {
  background-color: #F9F9F9;
  border: 1px solid #a7a7a7;
  color: #0A0806;
  border-radius: 5px;
}
.variations_form.cart .variations tbody tr td .reset_variations {
  display: block;
  color: #0A0806;
  text-decoration: none;
  font-family: "Outfit";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  position: absolute;
  top: 0;
  right: 0;
}
.variations_form.cart .variations .swatch-control {
  margin-top: 0px;
}
.variations_form.cart .variations .swatch-control .select-wrapper {
  display: none !important;
}
.variations_form.cart .variations .swatch-control .swatch-wrapper {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100px;
  overflow: hidden;
  background: none;
  padding: 0;
  border: none;
}
.variations_form.cart .variations .swatch-control .swatch-wrapper img {
  border: 2px solid #0A0806;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
}
.variations_form.cart .variations .swatch-control .swatch-wrapper:hover img {
  border-color: #D1C1A6;
}
.variations_form.cart .variations .swatch-control .swatch-wrapper.disabled {
  display: none;
}
.variations_form.cart .variations .swatch-control .swatch-wrapper.selected {
  position: relative;
}
.variations_form.cart .variations .swatch-control .swatch-wrapper.selected img {
  border-color: #a67c00;
}
.variations_form.cart .variations .swatch-control .swatch-wrapper.selected:before {
  content: "\ea10";
  font-family: "icomoon";
  font-size: 10px;
  font-size: 0.625rem;
  color: #F9F9F9;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.variations_form.cart .variations .swatch-control .swatch-wrapper.selected:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(10, 8, 6, 0.3);
  z-index: 5;
}
.variations_form.cart .variations .swatch-label {
  color: #0A0806 !important;
  font-family: "Outfit";
  letter-spacing: 0px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 0px;
}
.variations_form.cart .variations .swatch-label:before {
  content: "You've chosen: ";
  font-weight: bold;
}
.variations_form.cart .variations .radio-select ul li {
  display: inline-block;
  border: 1px solid #a7a7a7;
  background-color: #F9F9F9;
  border-radius: 5px;
  margin: 0 10px 0 0;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.variations_form.cart .variations .radio-select ul li:hover {
  cursor: pointer;
}
.variations_form.cart .variations .radio-select ul li input {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.variations_form.cart .variations .radio-select ul li input:before {
  color: #0A0806;
}
.variations_form.cart .variations .radio-select ul li input:hover {
  cursor: pointer;
}
.variations_form.cart .variations .radio-select ul li label {
  padding: 10px 10px 10px 30px;
  color: #0A0806;
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-left: 0;
  text-transform: capitalize;
}
.variations_form.cart .variations .radio-select ul li label:hover {
  cursor: pointer;
}
.variations_form.cart .variations .radio-select ul li.checked, .variations_form.cart .variations .radio-select ul li:hover {
  border-color: #0A0806;
  background-color: #0A0806;
}
.variations_form.cart .variations .radio-select ul li.checked input:before, .variations_form.cart .variations .radio-select ul li:hover input:before {
  color: #F9F9F9;
}
.variations_form.cart .variations .radio-select ul li.checked label, .variations_form.cart .variations .radio-select ul li:hover label {
  color: #F9F9F9;
}
.variations_form.cart .variations .radio-select ul li.disabled {
  display: none;
}
.variations_form.cart .woocommerce-variation-add-to-cart, .variations_form.cart.simple-product form.cart {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.variations_form.cart .woocommerce-variation-add-to-cart .quantity, .variations_form.cart.simple-product form.cart .quantity {
  margin-right: 20px;
}
.variations_form.cart .woocommerce-variation-add-to-cart .quantity.hidden, .variations_form.cart.simple-product form.cart .quantity.hidden {
  display: none !important;
}
.variations_form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .button.disabled, .variations_form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .disabled#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .variations_form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .disabled#wp-submit, .variations_form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .trade-portal__wrapper .trade-portal__content #wwlc-login-form .disabled.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .variations_form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .disabled.register_link, .variations_form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .trade-portal__wrapper .trade-portal__content #wwlc-login-form .disabled.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .variations_form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .disabled.lost_password_link, .variations_form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.disabled.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .variations_form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled a.disabled.form-control, .variations_form.cart.simple-product form.cart.woocommerce-variation-add-to-cart-disabled .button.disabled, .variations_form.cart.simple-product form.cart.woocommerce-variation-add-to-cart-disabled .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .disabled#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .variations_form.cart.simple-product form.cart.woocommerce-variation-add-to-cart-disabled .disabled#wp-submit, .variations_form.cart.simple-product form.cart.woocommerce-variation-add-to-cart-disabled .trade-portal__wrapper .trade-portal__content #wwlc-login-form .disabled.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .variations_form.cart.simple-product form.cart.woocommerce-variation-add-to-cart-disabled .disabled.register_link, .variations_form.cart.simple-product form.cart.woocommerce-variation-add-to-cart-disabled .trade-portal__wrapper .trade-portal__content #wwlc-login-form .disabled.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .variations_form.cart.simple-product form.cart.woocommerce-variation-add-to-cart-disabled .disabled.lost_password_link, .variations_form.cart.simple-product form.cart.woocommerce-variation-add-to-cart-disabled .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.disabled.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .variations_form.cart.simple-product form.cart.woocommerce-variation-add-to-cart-disabled a.disabled.form-control {
  pointer-events: initial;
  cursor: pointer;
}
.variations_form.cart .woocommerce-variation-add-to-cart .paypal-pithree, .variations_form.cart.simple-product form.cart .paypal-pithree {
  width: 100%;
  margin-bottom: 5px;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation-availability p {
  padding: 0;
}
/* templates/woocommerce/product/cart.scss */
.type-product.outofstock .quantity {
  display: none;
}
.type-product .summary form.cart {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .type-product .summary form.cart {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
  }
}
.type-product .summary form.cart .sv-wc-external-checkout {
  display: none;
}
.type-product .summary form.cart .single_add_to_cart_button {
  background-color: #0A0806;
  color: #FFFFFF;
  position: relative;
  padding-right: 12px;
  overflow: hidden;
}
.type-product .summary form.cart .single_add_to_cart_button:hover {
  background-color: #3FB0AA;
}
.type-product .summary form.cart .single_add_to_cart_button.disabled:before {
  display: none;
}
@media (max-width: 720px) {
  .type-product .summary form.cart .single_add_to_cart_button {
    padding: 14px;
  }
}
.type-product .summary form.cart .woocommerce-variation .price {
  display: block;
}
.type-product .summary form.cart .woocommerce-variation-add-to-cart {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
}
.type-product .summary form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .product-actions {
  opacity: 0.1;
}
.type-product .summary form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .button.disabled, .type-product .summary form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .disabled#wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .type-product .summary form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .disabled#wp-submit, .type-product .summary form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .trade-portal__wrapper .trade-portal__content #wwlc-login-form .disabled.register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .type-product .summary form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .disabled.register_link, .type-product .summary form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .trade-portal__wrapper .trade-portal__content #wwlc-login-form .disabled.lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .type-product .summary form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .disabled.lost_password_link, .type-product .summary form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.disabled.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .type-product .summary form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled a.disabled.form-control {
  pointer-events: initial;
  cursor: pointer;
}
.type-product .summary form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button.disabled {
  border-color: #F9F9F9;
  border-width: 1px;
  border-style: solid;
  background-color: #000 !important;
}
.type-product .summary form.cart .quantity {
  margin-right: 20px;
}
.type-product .summary form.cart .quantity.hidden {
  display: none !important;
}
.type-product .summary form.cart .single_variation .price {
  margin-bottom: 0;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #FFFFFF;
  font-weight: 600;
}
.type-product .summary form.cart.variations_form {
  display: block;
}
.summary .custom-accordion {
  width: 100%;
}
.summary .accordion-wrapper {
  margin-bottom: 20px;
}
.summary .accordion-header {
  background-color: #EEE7DA;
  font-family: "Outfit";
  font-size: 20px;
  color: #0A0806;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius: 10px;
}
.summary .accordion-header.active {
  border-radius: 10px 10px 0 0;
}
.summary .accordion-header:hover, .summary .accordion-header.active {
  background-color: #EEE7DA;
}
.summary .accordion-content {
  width: 100%;
  padding: 0 20px 20px;
  display: none;
  overflow: hidden;
  background-color: #EEE7DA;
  border-radius: 0 0 10px 10px;
}
.summary .wcpt input[type="checkbox"] {
  -webkit-appearance: none;
}
.summary .wcpt input[type="checkbox"]:before {
  color: #0A0806;
}
.summary .wcpt .wcpt-icon-loader .feather-loader {
  stroke: white;
}
.summary .wcpt .wcpt-header {
  margin-bottom: initial !important;
}
.summary .wcpt .wcpt-navigation {
  color: #F9F9F9;
  padding: 0 0 10px;
}
.summary .wcpt .wcpt-navigation .wcpt-dropdown .wcpt-filter-heading {
  background: initial;
  color: #F9F9F9;
  border: 1px solid #F9F9F9;
  font-family: "Outfit";
  padding: 6px 6px 10px 10px;
}
.summary .wcpt .wcpt-navigation .wcpt-dropdown .wcpt-dropdown-menu {
  background-color: #000;
}
.summary .wcpt .wcpt-navigation .wcpt-add-selected__add {
  background-color: #0A0806;
  font-family: "Outfit";
  color: #F9F9F9;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 5px;
  padding: 9px 16px 8px;
  font-weight: 500;
}
.summary .wcpt .wcpt-navigation .wcpt-add-selected__add .wcpt-icon-shopping-cart {
  display: none;
}
.summary .wcpt .wcpt-navigation .wcpt-add-selected__clear-all, .summary .wcpt .wcpt-navigation .wcpt-add-selected__select-all {
  font-family: "Outfit";
  color: #0A0806;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
.summary .wcpt table.wcpt-table tr {
  border-bottom: initial;
}
.summary .wcpt table.wcpt-table tr th {
  background-color: #D1C1A6;
  color: #0A0806;
  font-family: "Outfit";
  padding: 10px;
  text-transform: uppercase;
  font-weight: initial;
  letter-spacing: 1.2px;
  font-size: 15px;
}
.summary .wcpt table.wcpt-table tr th .wcpt-sorting-icon {
  color: #0A0806;
}
.summary .wcpt table.wcpt-table tr th svg {
  color: #0A0806;
}
.summary .wcpt table.wcpt-table tr td {
  color: #0A0806;
  font-family: "Outfit";
}
.summary .wcpt table.wcpt-table tr td a {
  color: #F9F9F9;
  text-decoration: underline;
}
.summary .wcpt table.wcpt-table tr td .quantity {
  border: 1px solid #404040;
}
.summary .wcpt table.wcpt-table tr td .wcpt-button {
  background-color: #0A0806;
  color: #F9F9F9;
  font-weight: 600;
  border-radius: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
.summary .wcpt table.wcpt-table tr td .wcpt-cart-badge-number {
  display: none;
}
.summary .wcpt .wcpt-edit-wrapper {
  display: none;
}
.wcpt-cart-widget, .wcpt-cart-checkbox-trigger {
  display: none !important;
}
/* Tabs */
.tab_wrapper {
  width: 100%;
  padding: 10px 20px;
  background-color: #e9e1d4;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tab_wrapper .accordian_header {
  cursor: pointer;
  padding: 15px 0 15px 25px;
  margin-top: -1px;
  margin-bottom: 10px;
  border-radius: 10px;
  position: relative;
  color: #0A0806;
  font-family: "Outfit";
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 2px solid #E5DDCF;
}
.tab_wrapper .accordian_header:before {
  content: "\e904";
  font-family: "icomoon";
  font-size: 16px;
  font-size: 1rem;
  color: #0A0806;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tab_wrapper .accordian_header.active {
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.tab_wrapper .accordian_header.active:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tab_wrapper .tab_list {
  display: none;
}
.tab_wrapper .tab_list li {
  display: inline-block;
  padding: 8px 10px;
  cursor: pointer;
  border: 1px solid #0A0806;
  color: #0A0806;
  font-family: "Outfit";
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  margin-left: -1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tab_wrapper .tab_list li#shipping-returns {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.tab_wrapper .tab_list li:first-of-type {
  margin-left: 0;
}
.tab_wrapper .tab_list li:hover, .tab_wrapper .tab_list li.active {
  background-color: #979797;
  position: relative;
  color: #F9F9F9;
}
.tab_wrapper .tab_content {
  display: none;
  padding: 15px 0;
  margin-bottom: 10px;
}
.tab_wrapper .tab_content .woocommerce-product-details__short-description {
  margin: 0;
}
.tab_wrapper .tab_content .woocommerce-product-details__short-description blockquote {
  position: relative;
  padding: 0 0 10px;
}
.tab_wrapper .tab_content .woocommerce-product-details__short-description blockquote p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #0A0806 !important;
  line-height: 1.2;
  font-family: "Outfit";
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.tab_wrapper .tab_content .woocommerce-product-details__short-description blockquote cite {
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  display: block;
  margin-top: 20px;
}
.tab_wrapper .tab_content .woocommerce-product-details__short-description p {
  margin-bottom: 10px;
}
.tab_wrapper .tab_content .product-description-seemore {
  display: block;
  margin: 20px 0 0;
  color: #0A0806;
  text-decoration: none;
  font-family: "Outfit";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px !important;
  letter-spacing: 1px !important;
}
.tab_wrapper .tab_content .product-description-seemore:hover {
  color: #0A0806 !important;
  cursor: pointer;
}
@media (max-width: 520px) {
  .tab_wrapper .tab_content .product-description-seemore {
    margin-top: 0px;
  }
}
.tab_wrapper .tab_content .full-description {
  display: none;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #0A0806 !important;
  letter-spacing: 0px;
  font-family: "Outfit";
}
.tab_wrapper .tab_content .full-description a {
  color: #0A0806 !important;
  text-decoration: none;
  font-weight: 600;
}
.tab_wrapper .tab_content .full-description a:hover {
  color: #0A0806;
}
.tab_wrapper .tab_content .product-documents, .tab_wrapper .tab_content #trade-file-downloads {
  padding: 10px 0 0 0;
}
.tab_wrapper .tab_content .product-documents li, .tab_wrapper .tab_content #trade-file-downloads li {
  list-style: none;
  padding: 0 0 0 20px;
  position: relative;
}
.tab_wrapper .tab_content .product-documents li a, .tab_wrapper .tab_content #trade-file-downloads li a {
  font-family: "Outfit";
  letter-spacing: 0.5px;
  color: #0A0806 !important;
  text-decoration: none;
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tab_wrapper .tab_content .product-documents li a:hover, .tab_wrapper .tab_content #trade-file-downloads li a:hover {
  color: #a67c00;
}
.tab_wrapper .tab_content .product-documents li:before, .tab_wrapper .tab_content #trade-file-downloads li:before {
  font-family: "icomoon";
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0A0806 !important;
}
.tab_wrapper .tab_content .product-documents li[class*="pdf"]:before, .tab_wrapper .tab_content #trade-file-downloads li[class*="pdf"]:before {
  content: "\f1c1";
}
.tab_wrapper .tab_content .product-documents li[class*="jpeg"]:before, .tab_wrapper .tab_content #trade-file-downloads li[class*="jpeg"]:before {
  content: "\f1c5";
}
.tab_wrapper .tab_content .product-documents li[class*="zip"]:before, .tab_wrapper .tab_content #trade-file-downloads li[class*="zip"]:before {
  content: "\f1c6";
}
.tab_wrapper .tab_content .select2 {
  background-color: #F9F9F9;
  border-radius: 5px;
}
.tab_wrapper .tab_content .select2 span {
  color: #0A0806;
}
.tab_wrapper .tab_content .select2 span.select2-selection {
  padding: 10px;
}
.tab_wrapper .tab_content .select2 span.select2-selection:before {
  background-color: #F9F9F9;
  border-radius: 5px;
}
.tab_wrapper .tab_content .select2 span.select2-selection:after {
  color: #0A0806;
}
.tab_wrapper .tab_content .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-top: 20px;
}
.tab_wrapper .tab_content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.tab_wrapper .tab_content .product-documents, .tab_wrapper .tab_content #trade-file-downloads {
  padding: 5px 0 0 0;
  margin: 0px;
}
.tab_wrapper .tab_content .product-documents li, .tab_wrapper .tab_content #trade-file-downloads li {
  list-style: none;
  padding: 0 0 0 20px;
  position: relative;
}
.tab_wrapper .tab_content .product-documents li a, .tab_wrapper .tab_content #trade-file-downloads li a {
  font-family: "Outfit";
  letter-spacing: 0.5px;
  color: #0A0806 !important;
  text-decoration: none;
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tab_wrapper .tab_content .product-documents li a:hover, .tab_wrapper .tab_content #trade-file-downloads li a:hover {
  color: #a67c00 !important;
}
.tab_wrapper .tab_content .product-documents li:before, .tab_wrapper .tab_content #trade-file-downloads li:before {
  font-family: "icomoon";
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0A0806 !important;
}
.tab_wrapper .tab_content .product-documents li[class*="pdf"]:before, .tab_wrapper .tab_content #trade-file-downloads li[class*="pdf"]:before {
  content: "\f1c1";
}
.tab_wrapper .tab_content .product-documents li[class*="jpeg"]:before, .tab_wrapper .tab_content #trade-file-downloads li[class*="jpeg"]:before {
  content: "\f1c5";
}
.tab_wrapper .tab_content .product-documents li[class*="zip"]:before, .tab_wrapper .tab_content #trade-file-downloads li[class*="zip"]:before {
  content: "\f1c6";
}
.tab_wrapper .tab_content #shipping-choices {
  margin: 0 0 20px;
}
.tab_wrapper .tab_content .gform_wrapper .gform_body ul {
  margin: 20px 0;
}
.tab_wrapper .tab_content .gform_wrapper .gform_body ul li {
  list-style: none;
  margin-bottom: 10px;
}
.tab_wrapper .tab_content .gform_wrapper .gform_body ul li .hidden_sub_label {
  display: none;
}
.tab_wrapper .tab_content .gform_wrapper .gform_body ul li .ginput_container_name {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab_wrapper .tab_content .gform_wrapper .gform_body ul li .ginput_container_name span {
  width: 48%;
}
@media (max-width: 720px) {
  .tab_wrapper .tab_content .gform_wrapper .gform_body ul li .ginput_container_name span {
    width: 100%;
  }
}
.tab_wrapper .tab_content .gform_wrapper .gform_footer input[type="submit"] {
  border: none !important;
}
.tab_wrapper .tab_content #tab-content-with-shipping {
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
}
.tab_wrapper .tab_content #tab-content-with-shipping em {
  margin: 10px 0;
  display: block;
}
.tab_wrapper .tab_content .yikes-custom-woo-tab-title {
  font-size: 0px;
  font-size: 0rem;
  text-indent: -500000px;
}
.tab_wrapper .tab_content h1, .tab_wrapper .tab_content .visual-size--h1, .tab_wrapper .tab_content h2, .tab_wrapper .tab_content .visual-size--h2, .tab_wrapper .tab_content h3, .tab_wrapper .tab_content .visual-size--h3, .tab_wrapper .tab_content h4, .tab_wrapper .tab_content .visual-size--h4, .tab_wrapper .tab_content h5, .tab_wrapper .tab_content .visual-size--h5 {
  color: #0A0806 !important;
  margin-bottom: 10px;
}
.tab_wrapper .tab_content h2, .tab_wrapper .tab_content .visual-size--h2 {
  font-size: 25px;
  font-size: 1.5625rem;
}
.tab_wrapper .tab_content h2.yikes-custom-woo-tab-title, .tab_wrapper .tab_content .yikes-custom-woo-tab-title.visual-size--h2 {
  display: none;
}
.tab_wrapper .tab_content h3, .tab_wrapper .tab_content .visual-size--h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.tab_wrapper .tab_content h4, .tab_wrapper .tab_content .visual-size--h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.tab_wrapper .tab_content h5, .tab_wrapper .tab_content .visual-size--h5 {
  font-size: 22px;
  font-size: 1.375rem;
}
.tab_wrapper .tab_content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #0A0806 !important;
}
.tab_wrapper .tab_content p i {
  font-style: italic;
}
.tab_wrapper .tab_content em {
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Outfit";
  line-height: 1.5;
  margin-bottom: 10px;
  color: #0A0806 !important;
}
.tab_wrapper .tab_content strong {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Outfit";
  line-height: 1.5;
  color: #0A0806 !important;
}
.tab_wrapper .tab_content a {
  font-weight: 600;
  color: #0A0806 !important;
  text-decoration: underline;
}
.tab_wrapper .tab_content a:hover {
  color: #0A0806;
}
.tab_wrapper .tab_content ul {
  margin: 10px 0 20px 20px;
}
.tab_wrapper .tab_content ul li {
  color: #0A0806 !important;
  list-style: square;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.tab_wrapper .tab_content ul li span {
  color: #0A0806 !important;
}
.tab_wrapper .tab_content ul li a {
  color: #0A0806 !important;
}
.tab_wrapper .tab_content iframe {
  width: 100%;
  height: auto;
  display: block;
}
.tab_wrapper .tab_content .content-col {
  width: 100%;
  display: block;
  height: auto;
}
.tab_wrapper .tab_content #paint-volume-calculator__form {
  max-width: 240px;
  margin: 0 auto;
}
.tab_wrapper .tab_content #paint-volume-calculator__form .field {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
.tab_wrapper .tab_content #paint-volume-calculator__form .field label {
  color: #FFFFFF;
}
.tab_wrapper .tab_content #paint-volume-calculator__form .field .input-field {
  padding: 5px;
  border-radius: 2px;
  border: none;
  max-width: 50px;
  margin-left: auto;
}
.tab_wrapper .tab_content #paint-volume-calculator__form .field#result {
  width: 100%;
}
.tab_wrapper .tab_content #paint-volume-calculator__form #calculate {
  color: #FFFFFF !important;
  cursor: pointer;
}
.product-usps {
  display: none;
  justify-content: space-between;
  margin: 20px 0 10px;
}
.product-usps .usp-item {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.product-usps .usp-item:last-of-type {
  margin-right: 0;
}
.product-usps .usp-item .usp-icon {
  margin-right: 5px;
}
.product-usps .usp-item .usp-icon .icomoon {
  color: #D1D1D1;
}
.product-usps .usp-item .usp-text {
  font-family: "Outfit";
  color: #D1D1D1;
  font-size: 14px;
  /* Adjust the text size as needed */
}
.trust-test-box {
  display: none;
}
.product_meta {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 75px;
}
.product_meta span {
  display: block;
  padding: 5px 0;
  font-family: "Outfit";
  letter-spacing: 1px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #A9A091;
}
.product_meta span.tagged_as {
  display: none;
}
.product_meta span.posted_in {
  display: none;
}
.product_meta span.sku {
  display: inline-block;
  padding: 0;
  border: none;
}
.product_meta span a {
  color: #575664;
}
.snize-recommendation-wrapper {
  display: none;
}
.role-administrator .snize-recommendation-wrapper {
  display: block;
}
.up-sells, .related-products {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.up-sells > h2, .up-sells > .visual-size--h2, .related-products > h2, .related-products > .visual-size--h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.up-sells .quick-view-button, .related-products .quick-view-button {
  display: none;
}
.df-rec-up {
  padding: 50px 0 0;
}
.df-rec-up .dfwidget-host {
  margin-bottom: 50px;
}
/* templates/gravity-forms/global-forms.scss */
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform_submission_error {
  font-family: "Outfit";
  font-size: 16px;
  background-color: tomato;
  padding: 5px;
  border-radius: 5px;
  color: white;
  display: inline-block;
}
.gform_wrapper .gform_body .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gform_wrapper .gform_body .gform_fields .gfield {
  width: 100%;
  margin-bottom: 10px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_validation_message {
  font-family: "Outfit";
  color: #d62000;
}
.gform_wrapper .gform_body .gform_fields .gfield label {
  font-family: "Outfit";
}
.gform_wrapper .gform_body .gform_fields .gfield input[type="text"]:-webkit-autofill, .gform_wrapper .gform_body .gform_fields .gfield input[type="email"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #303435 inset;
  -webkit-text-fill-color: #fff;
}
.gform_wrapper .gform_body .gform_fields .gfield--width-half {
  width: 49%;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-radio.vanilla .gfield_label {
  font-family: "Outfit" !important;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-radio.vanilla .gfield_radio .gchoice {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-radio.vanilla .gfield_radio .gchoice .gform-field-label {
  font-family: "Outfit";
  font-size: 15px;
}
.gform_wrapper .gform_body .gform_fields .gfield.expanded {
  position: relative;
  margin-bottom: 30px;
}
.gform_wrapper .gform_body .gform_fields .gfield.expanded input[type="text"], .gform_wrapper .gform_body .gform_fields .gfield.expanded input[type="email"] {
  padding: 15px 10px;
  border-radius: 5px;
}
.gform_wrapper .gform_body .gform_fields .gfield.expanded label {
  opacity: 0;
  font-weight: 600;
  position: absolute;
  font-family: "Outfit";
}
.gform_wrapper .gform_body .gform_fields .gfield.expanded label .gfield_required {
  margin-left: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield.expanded label .gfield_required:after {
  content: "*";
}
.gform_wrapper .gform_body .gform_fields .gfield.expanded label .gfield_required span {
  display: none;
}
.gform_wrapper .gform_body .gform_fields .gfield.expanded.has-content label {
  top: 12px;
  left: 11px;
  font-size: 12px;
  opacity: 1;
}
.gform_wrapper .gform_body .gform_fields .gfield.expanded.has-content input[type="text"], .gform_wrapper .gform_body .gform_fields .gfield.expanded.has-content input[type="email"] {
  padding: 23px 10px 7px;
}
.gform_wrapper .gform-footer input[type="submit"] {
  border: none;
  border-radius: 5px;
  padding: 15px 20px;
  line-height: 1;
  font-size: 12px;
}
/* templates/gravity-forms/extended-profile-survey.scss */
.extended-survey .gform_wrapper {
  position: relative;
}
.extended-survey .gform_wrapper .gform_validation_errors h2, .extended-survey .gform_wrapper .gform_validation_errors .visual-size--h2 {
  font-family: "Outfit";
  font-size: 18px;
  letter-spacing: initial;
  display: block;
  padding: 10px;
  background-color: #CC1A0F;
}
.extended-survey .gform_wrapper .gf_progressbar_wrapper {
  margin-bottom: 30px;
}
.extended-survey .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  background-color: #232323;
  padding: 5px;
  border-radius: 5px;
}
.extended-survey .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background-color: #F9F9F9;
  padding: 5px;
  border-radius: 5px;
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
  min-width: 35px;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield {
  margin: 0 0 20px;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.expanded {
  position: relative;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.expanded label {
  opacity: 0;
  font-weight: 600;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.expanded label .gfield_required {
  margin-left: 0;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.expanded label .gfield_required:after {
  content: "*";
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.expanded label .gfield_required span {
  display: none;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.expanded.has-content label {
  position: absolute;
  top: 12px;
  left: 11px;
  font-size: 12px;
  opacity: 1;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.expanded.has-content input[type="text"] {
  padding: 23px 10px 7px;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media (max-width: 620px) {
  .extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox {
    grid-template-columns: repeat(2, 1fr);
  }
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice {
  background-color: #232323;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  overflow: hidden;
  border-radius: 2px;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice:before {
  content: "";
  padding-bottom: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice input[type="checkbox"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  cursor: pointer;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice input[type="checkbox"]:before {
  position: relative;
  z-index: 10;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice input[type="checkbox"]:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  height: 28px;
  width: 28px;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice.gchoice_18_14_1:before, .extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice.gchoice_20_14_1:before {
  background-image: url("resources/images/body/jpg/survey/survey-precision-engineered.jpg");
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice.gchoice_18_14_2:before, .extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice.gchoice_20_14_2:before {
  background-image: url("resources/images/body/jpg/survey/survey-refinded-rebellion.jpg");
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice.gchoice_18_14_3:before, .extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice.gchoice_20_14_3:before {
  background-image: url("resources/images/body/jpg/survey/survey-soft-engineered.jpg");
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice.gchoice_18_14_4:before, .extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice.gchoice_20_14_4:before {
  background-image: url("resources/images/body/jpg/survey/survey-modern-heritage.jpg");
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice.gchoice_18_14_5:before, .extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice.gchoice_20_14_5:before {
  background-image: url("resources/images/body/jpg/survey/survey-dramatic-neutral.jpg");
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice.gchoice_18_14_6:before, .extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice.gchoice_20_14_6:before {
  background-image: url("resources/images/body/jpg/survey/survey-colour-pop.jpeg");
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice.gchoice_18_14_7:before, .extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice.gchoice_20_14_7:before {
  background-image: url("resources/images/body/jpg/survey/survey-tonal.jpeg");
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield.collection-categorising .gfield_checkbox .gchoice label {
  margin-left: 0px !important;
  padding: 10px;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .gfield_label {
  font-family: "Outfit";
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .gfield_label .gfield_required {
  margin-left: 2px;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .gfield_description {
  font-family: "Outfit";
  font-size: 13px;
  font-size: 0.8125rem;
  color: #F9F9F9;
  margin-bottom: 10px;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .ginput_container input:disabled {
  opacity: 0.4;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .ginput_container input[type="text"] {
  border-radius: 5px !important;
  padding: 15px 10px;
  font-size: 14px;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .ginput_container input[type="text"]::placeholder {
  font-size: 16px;
  color: #7f7f7f;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .ginput_container input[type="text"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #303435 inset;
  -webkit-text-fill-color: #fff;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .ginput_container .gfield_radio .gchoice label {
  display: inline-block;
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .ginput_container .gfield_checkbox .gchoice {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  .ms-flex-align-items: flex-start;
  align-items: flex-start;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .ginput_container .gfield_checkbox .gchoice label {
  display: inline-block;
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  position: initial;
  margin-top: 0;
  margin-left: 5px;
}
.extended-survey .gform_wrapper .gform_body .gform_page_footer {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.extended-survey .gform_wrapper .gform_body .gform_page_footer .gform_previous_button {
  background-color: #4c4c4c;
  border: none;
}
.extended-survey .gform_wrapper .gform_body .gform_page_footer .gform_next_button, .extended-survey .gform_wrapper .gform_body .gform_page_footer input[type="submit"] {
  margin-left: auto;
  border: none;
}
.extended-survey .gform_wrapper .gform_body #gform_ajax_spinner_18, .extended-survey .gform_wrapper .gform_body #gform_ajax_spinner_20 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* templates/trade/registration.scss */
.trade-registration h1, .trade-registration .visual-size--h1 {
  margin-bottom: 20px;
}
.trade-registration .gform_confirmation_message {
  text-align: center;
  max-width: 720px;
  margin: 40px auto;
}
.trade-registration .wholesale-registration-form_wrapper {
  width: 100%;
  max-width: 720px !important;
  margin: 0 auto;
  background-color: #181A1A;
  padding: 30px;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 620px) {
  .trade-registration .wholesale-registration-form_wrapper {
    padding: 15px;
  }
}
.trade-registration .wholesale-registration-form_wrapper input[type="button"] {
  border: none;
}
.trade-registration .wholesale-registration-form_wrapper .gform_confirmation_message {
  text-align: center;
}
.trade-registration .wholesale-registration-form_wrapper .gform_submission_error {
  font-size: 16px;
  padding: 10px;
  font-family: "Outfit";
  font-weight: 400;
  width: 100%;
}
.trade-registration .wholesale-registration-form_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.trade-registration .wholesale-registration-form_wrapper .gf_page_steps {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.trade-registration .wholesale-registration-form_wrapper .gf_page_steps .gf_step {
  flex-basis: 30%;
  text-align: center;
  border-bottom: 2px solid #403000;
  margin: 0 5px;
  padding: 10px;
  opacity: 0.7;
}
@media (max-width: 620px) {
  .trade-registration .wholesale-registration-form_wrapper .gf_page_steps .gf_step {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.trade-registration .wholesale-registration-form_wrapper .gf_page_steps .gf_step:first-of-type {
  margin-left: 0;
}
.trade-registration .wholesale-registration-form_wrapper .gf_page_steps .gf_step:last-of-type {
  margin-right: 0;
}
.trade-registration .wholesale-registration-form_wrapper .gf_page_steps .gf_step.gf_step_active {
  border-color: #a67c00;
  opacity: 1;
}
.trade-registration .wholesale-registration-form_wrapper .gf_page_steps span {
  color: white;
  font-family: "Outfit";
}
.trade-registration .wholesale-registration-form_wrapper .gf_page_steps span.gf_step_number {
  background-color: #3c3c3c;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  margin: 0 auto 10px;
  align-items: center;
  justify-content: center;
}
.trade-registration .wholesale-registration-form_wrapper .gf_page_steps span.gf_step_label {
  display: block;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields {
  margin: 0;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields fieldset.sub-roles {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield {
  list-style: none;
  margin-bottom: 10px;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.required-message {
  color: #F9F9F9;
  font-family: "Outfit";
  font-size: 14px;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield label, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield legend {
  color: #F9F9F9;
  padding: 10px 0 10px;
  font-family: "Outfit";
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .gfield_description {
  font-size: 12px;
  font-size: 0.75rem;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield input[type="text"], .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield input[type="password"], .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield input[type="email"], .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield input[type="tel"] {
  border-radius: 5px !important;
  margin-bottom: 5px;
  padding: 10px;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.left-align {
  width: 48%;
  display: inline-block;
  padding-right: 0 !important;
}
@media (max-width: 620px) {
  .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.left-align {
    width: 100%;
  }
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.right-align {
  width: 48%;
  display: inline-block;
  float: right;
  padding-right: 0 !important;
}
@media (max-width: 620px) {
  .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.right-align {
    width: 100%;
  }
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_name, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_email, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_password {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_name label, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_email label, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_password label {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 0;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_name span, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_email span, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_password span {
  width: 48%;
}
@media (max-width: 620px) {
  .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_name span, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_email span, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_password span {
    width: 100%;
  }
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_name .gf_clear_complex, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_email .gf_clear_complex, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_password .gf_clear_complex {
  width: 100%;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_checkbox label, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_checkbox legend, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_radio label, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_radio legend {
  display: inline-block;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_checkbox .gchoice, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_radio .gchoice {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_checkbox .gchoice label, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_radio .gchoice label {
  margin-left: 5px;
  padding-bottom: 2px;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_radio .gfield_checkbox {
  margin: 10px 0;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_radio .gfield_checkbox li {
  list-style: none;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"]:before, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_radio .gfield_checkbox li input[type="checkbox"]:before {
  color: #F9F9F9;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_select {
  position: relative;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_select select {
  width: 100%;
  border-radius: 5px;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_select:after {
  content: "\e901";
  font-family: "icomoon";
  color: #0A0806;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_drop_area {
  border: 2px dashed rgba(221, 221, 221, 0.5);
  padding: 30px;
  text-align: center;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
  display: block;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_drop_area input[type="button"] {
  background-color: #4b4b4b;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.password-field .ginput_container_password .ginput_left, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.password-field .ginput_container_password .ginput_right {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.password-field .ginput_container_password .ginput_left .password_input_container, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.password-field .ginput_container_password .ginput_right .password_input_container {
  display: block;
  width: 100%;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.password-field .ginput_container_password .ginput_left .gform_show_password, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.password-field .ginput_container_password .ginput_right .gform_show_password {
  position: absolute;
  top: 10px;
  right: 10px;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.password-field .ginput_container_password .ginput_left label, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.password-field .ginput_container_password .ginput_right label {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 5px;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.password-field button[type="button"] span {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  width: 100%;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.password-field button[type="button"] span:before {
  color: #F9F9F9;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.password-field .gfield_password_strength {
  background-color: #979797;
  font-family: "Outfit";
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px;
  border-radius: 2px;
  color: #0A0806;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.password-field .gfield_password_strength.strong {
  background-color: green !important;
  color: white !important;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.password-field .gfield_password_strength.good {
  background-color: orange !important;
  color: white !important;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.password-field .gfield_password_strength.short, .trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.password-field .gfield_password_strength.bad {
  background-color: red !important;
  color: white !important;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_consent {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  background-color: #0A0806;
  padding: 10px 20px;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_consent input[type="checkbox"]:before {
  color: #F9F9F9;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_consent legend {
  margin-bottom: 5px;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield .ginput_container_consent label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-left: 15px;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.gfield_error {
  border: 2px solid tomato;
  padding: 20px !important;
  border-radius: 5px;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_validation_message {
  font-family: "Outfit";
  color: tomato;
  margin-top: 10px;
  font-size: 14px;
}
.trade-registration .wholesale-registration-form_wrapper .gform_body .gform_fields .gfield.gfield_error legend {
  background-color: #181A1A;
  padding: 10px;
  margin-left: -10px;
}
.trade-registration .wholesale-registration-form_wrapper .gform_page_footer {
  padding: 30px 0 0;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.trade-registration .wholesale-registration-form_wrapper .gform_page_footer input[type="submit"] {
  border: 2px solid #a67c00;
  margin-left: auto;
  border-radius: 5px;
}
.trade-registration .wholesale-registration-form_wrapper .gform_page_footer input[type="submit"]:hover {
  color: #F9F9F9;
  background-color: #a67c00;
}
.trade-registration .wholesale-registration-form_wrapper .gform_page_footer input[type="button"] {
  background-color: #181A1A;
  border: 2px solid #a67c00;
  color: #a67c00;
  border-radius: 5px;
}
.trade-registration .wholesale-registration-form_wrapper .gform_page_footer input[type="button"]:hover {
  color: #F9F9F9;
  background-color: #a67c00;
}
.trade-registration .wholesale-registration-form_wrapper .gform_page_footer .gform_next_button {
  margin-left: auto;
}
.trade-registration .wholesale-registration-form_wrapper .gform_validation_container {
  display: none;
}
.trade-registration .wholesale-registration-form_wrapper .gform_ajax_spinner {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wsp-header {
  background: #D1C1A6;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.wsp-header h2, .wsp-header .visual-size--h2 {
  margin: 0 0 10px 0;
  font-size: 28px;
  font-weight: 700;
}
.wsp-header p {
  margin: 0;
  opacity: 0.9;
  font-size: 16px;
  margin-bottom: 0 !important;
}
@media (max-width: 620px) {
  .wsp-header {
    padding: 15px;
  }
  .wsp-header h2, .wsp-header .visual-size--h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.wsp-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 620px) {
  .wsp-stats-grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 10px;
  }
}
.wsp-stat-card {
  background: #F9F9F9;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 620px) {
  .wsp-stat-card {
    min-height: initial;
  }
}
.wsp-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.wsp-stat-card h3, .wsp-stat-card .visual-size--h3 {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-family: "Outfit";
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 620px) {
  .wsp-stat-card h3, .wsp-stat-card .visual-size--h3 {
    margin: 0 0 5px 0;
  }
}
.wsp-stat-value {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Outfit";
}
@media (max-width: 620px) {
  .wsp-stat-value {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.wsp-stat-subtext {
  font-size: 12px;
  font-family: "Outfit";
  margin-top: 5px;
}
.wsp-tier-badge {
  display: block;
  padding: 15px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.wsp-tier-badge.tier-gold {
  background: linear-gradient(90deg, #a67c00 0%, #a67c00 100%);
  color: #F9F9F9;
}
.wsp-tier-badge.tier-platinum {
  background: #C0C0C0;
  color: #0A0806;
}
.wsp-tier-badge.tier-standard {
  background: #a67c00;
  color: #F9F9F9;
}
.wsp-tier-progress {
  padding-top: 10px;
  display: none;
}
.wsp-tier-progress .wsp-progress-bar {
  width: 100%;
  height: 12px;
  background-color: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.wsp-tier-progress .wsp-progress-bar .wsp-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #a67c00 0%, #a67c00 100%);
  border-radius: 3px;
  transition: width 0.3s ease;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
}
.wsp-tier-progress .wsp-progress-detail {
  font-size: 0.75rem;
  line-height: 1.3;
  color: #666;
  margin: 0;
  font-weight: 500;
}
.wsp-recent-orders, .wsp-onhold-orders {
  background: #F9F9F9;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.wsp-recent-orders a, .wsp-onhold-orders a {
  color: #0A0806;
  text-decoration: none;
}
.wsp-recent-orders h3, .wsp-recent-orders .visual-size--h3, .wsp-onhold-orders h3, .wsp-onhold-orders .visual-size--h3 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-family: "Outfit";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.wsp-order-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ddd;
  transition: background-color 0.2s ease, padding 0.2s ease;
}
.wsp-order-item:last-child {
  border-bottom: none;
}
.wsp-order-item:hover {
  background-color: #eee;
  padding: 15px;
  border-width: 0 1px 1px;
}
@media (max-width: 620px) {
  .wsp-order-item {
    align-items: flex-start;
    gap: 10px;
  }
}
.wsp-order-info {
  flex: 1;
}
.wsp-order-number {
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Outfit";
}
.wsp-order-number a {
  color: #0A0806;
  text-decoration: none;
  transition: color 0.2s ease;
}
.wsp-order-number a:hover {
  text-decoration: underline;
}
.wsp-order-date {
  font-size: 13px;
  margin-bottom: 5px;
  font-family: "Outfit";
}
.wsp-order-status {
  display: inline-block;
  font-family: "Outfit";
  padding: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
.wsp-order-status.wsp-status-completed {
  background: #e8f5e9;
  color: #2e7d32;
}
.wsp-order-status.wsp-status-processing {
  background: #fff3e0;
  color: #ef6c00;
}
.wsp-order-status.wsp-status-pending {
  background: #e3f2fd;
  color: #1565c0;
}
.wsp-order-status.wsp-status-on-hold {
  background: #fff3e0;
  color: #e65100;
}
.wsp-order-total {
  font-size: 16px;
  font-weight: 700;
  font-family: "Outfit";
  white-space: nowrap;
}
.wsp-bacs-payment-info {
  background-color: #EEE7DA;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
}
.wsp-bacs-payment-info h4, .wsp-bacs-payment-info .visual-size--h4 {
  font-family: "Outfit";
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.wsp-bacs-payment-info p {
  line-height: 1.3;
}
.wsp-bacs-payment-info .wsp-bacs-accounts {
  font-family: "Outfit";
  line-height: 1.3;
}
.wsp-view-all-orders {
  padding-top: 20px;
  text-align: right;
}
.wsp-view-all-orders .button, .wsp-view-all-orders .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .wsp-view-all-orders #wp-submit, .wsp-view-all-orders .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wsp-view-all-orders .register_link, .wsp-view-all-orders .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wsp-view-all-orders .lost_password_link, .wsp-view-all-orders .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .wsp-view-all-orders a.form-control {
  background: transparent;
  border: 2px solid #0A0806;
  color: #0A0806;
  display: inline-block;
}
.wsp-view-all-orders .button:hover, .wsp-view-all-orders .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .wsp-view-all-orders #wp-submit:hover, .wsp-view-all-orders .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wsp-view-all-orders .register_link:hover, .wsp-view-all-orders .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link:hover, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wsp-view-all-orders .lost_password_link:hover, .wsp-view-all-orders .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control:hover, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .wsp-view-all-orders a.form-control:hover {
  color: #F9F9F9;
  background: #0A0806;
}
.wsp-account-info {
  background: #F9F9F9;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.wsp-account-info h3, .wsp-account-info .visual-size--h3 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-family: "Outfit";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.wsp-account-info p {
  margin: 10px 0;
  line-height: 1.6;
}
.wsp-account-info p strong {
  color: #0A0806;
}
.wsp-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.wsp-actions .button, .wsp-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .wsp-actions #wp-submit, .wsp-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wsp-actions .register_link, .wsp-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wsp-actions .lost_password_link, .wsp-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .wsp-actions a.form-control {
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
  text-align: center;
}
@media (max-width: 620px) {
  .wsp-actions .button, .wsp-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .wsp-actions #wp-submit, .wsp-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wsp-actions .register_link, .wsp-actions .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .wsp-actions .lost_password_link, .wsp-actions .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .wsp-actions a.form-control {
    flex: 1 1 100%;
  }
}
.wsp-actions .wsp-button-primary {
  background: #0A0806;
  color: #F9F9F9;
  border: none;
}
.wsp-actions .wsp-button-primary:hover {
  opacity: 0.9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.wsp-actions .wsp-button-secondary {
  background: transparent;
  color: #0A0806;
  border: 2px solid #0A0806;
}
.wsp-actions .wsp-button-secondary:hover {
  background-color: #0A0806;
  color: #F9F9F9;
}
/* templates/pages/404.scss */
.page-404 {
  padding: 50px 0;
  text-align: center;
}
.page-404 h1, .page-404 .visual-size--h1 {
  margin-bottom: 10px;
}
.page-404 .product-search-form {
  margin-top: 30px;
}
/* templates/pages/page.scss */
.page-header {
  text-align: center;
}
.page-header__inner {
  padding: 25px 0 0;
}
@media (max-width: 720px) {
  .page-header__inner {
    padding: 15px;
  }
}
@media (max-width: 920px) {
  .page-header__inner h1, .page-header__inner .visual-size--h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.page-id-422033 .page-content__inner {
  max-width: 960px;
}
.page-id-422033 .page-content__inner .wc-block-grid__product .wc-block-grid__product-title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Muli";
  font-weight: 400;
  text-transform: inherit;
  text-decoration: none;
  color: #FFFFFF;
  letter-spacing: 0px;
  line-height: 1.2;
  margin-bottom: 3px;
}
@media (max-width: 680px) {
  .page-id-422033 .page-content__inner .wc-block-grid__product .wc-block-grid__product-title {
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 380px) {
  .page-id-422033 .page-content__inner .wc-block-grid__product .wc-block-grid__product-title {
    min-height: inherit;
    margin-bottom: 10px;
  }
}
.page-id-422033 .page-content__inner .wc-block-grid__product .wc-block-grid__product-onsale {
  display: none;
}
.page-id-422033 .page-content__inner .wc-block-grid__product .wp-block-button {
  width: 100%;
}
.page-id-422033 .page-content__inner .wc-block-grid__product .wp-block-button a {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 0px !important;
}
.page-id-490 .shipping-message {
  max-width: 720px;
  margin: 20px auto 40px;
  padding: 20px 0;
}
.page-id-490 .shipping-message h1, .page-id-490 .shipping-message .visual-size--h1, .page-id-490 .shipping-message h2, .page-id-490 .shipping-message .visual-size--h2, .page-id-490 .shipping-message h3, .page-id-490 .shipping-message .visual-size--h3, .page-id-490 .shipping-message h4, .page-id-490 .shipping-message .visual-size--h4, .page-id-490 .shipping-message h5, .page-id-490 .shipping-message .visual-size--h5 {
  text-align: center;
  margin-bottom: 20px;
}
.page-id-490 .shipping-message ul {
  text-align: center;
  margin-bottom: 20px;
}
.page-id-490 .shipping-message ul li {
  list-style: none;
  padding: 0;
}
.page-id-490 .shipping-message ul li:before, .page-id-490 .shipping-message ul li:after {
  margin: 0 5px;
  content: "--";
}
.page-id-490 .shipping-message p {
  text-align: center;
}
.page-content {
  padding: 30px 0 50px;
}
@media (max-width: 720px) {
  .page-content {
    padding: 15px 0 15px;
  }
}
.page-content h2, .page-content .visual-size--h2 {
  margin-bottom: 10px;
}
.page-content p {
  margin-bottom: 15px;
}
.page-content p a {
  text-decoration: underline;
}
.page-content ul {
  margin: 10px 0 10px 20px;
}
.page-content ul li {
  list-style: square;
  font-size: 16px;
  font-size: 1rem;
}
.page-content ul.products {
  margin: 0;
}
.page-content hr {
  border-bottom: 2px solid #0A0806;
  border-top: none;
  margin: 0 0 10px;
}
.page-content .wp-block-video {
  outline: none;
}
.page-content .wp-block-video video {
  outline: none;
}
.page-content .wp-block-columns {
  width: 100%;
  margin-bottom: 0;
}
.page-content .wp-block-columns .wp-block-column {
  margin: 0 auto;
}
.page-content .wp-block-columns .wp-block-column .wp-block-image {
  margin: 0;
}
.page-content .wp-block-columns .wp-block-column .wp-block-image.breakout-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 620px) {
  .page-content .wp-block-columns .wp-block-column .wp-block-image.breakout-image {
    position: initial;
    top: initial;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.page-content .wp-block-columns .wp-block-column .wp-block-pullquote {
  background-color: #1D1F20;
}
.page-content .wp-block-columns .wp-block-column .wp-block-pullquote p {
  font-family: "linotype-didot";
  color: #F9F9F9;
  font-size: 30px !important;
  font-style: italic;
}
@media (max-width: 720px) {
  .page-id-1567 .page-content__inner h1, .page-id-1567 .page-content__inner .visual-size--h1, .page-id-1567 .store-page__content h1, .page-id-1567 .store-page__content .visual-size--h1, .page-id-2107 .page-content__inner h1, .page-id-2107 .page-content__inner .visual-size--h1, .page-id-2107 .store-page__content h1, .page-id-2107 .store-page__content .visual-size--h1, .page-id-150975 .page-content__inner h1, .page-id-150975 .page-content__inner .visual-size--h1, .page-id-150975 .store-page__content h1, .page-id-150975 .store-page__content .visual-size--h1, .page-id-488 .page-content__inner h1, .page-id-488 .page-content__inner .visual-size--h1, .page-id-488 .store-page__content h1, .page-id-488 .store-page__content .visual-size--h1, .page-id-490 .page-content__inner h1, .page-id-490 .page-content__inner .visual-size--h1, .page-id-490 .store-page__content h1, .page-id-490 .store-page__content .visual-size--h1, .page-id-281389 .page-content__inner h1, .page-id-281389 .page-content__inner .visual-size--h1, .page-id-281389 .store-page__content h1, .page-id-281389 .store-page__content .visual-size--h1, .page-id-79907 .page-content__inner h1, .page-id-79907 .page-content__inner .visual-size--h1, .page-id-79907 .store-page__content h1, .page-id-79907 .store-page__content .visual-size--h1, .page-id-1570 .page-content__inner h1, .page-id-1570 .page-content__inner .visual-size--h1, .page-id-1570 .store-page__content h1, .page-id-1570 .store-page__content .visual-size--h1, .page-id-253302 .page-content__inner h1, .page-id-253302 .page-content__inner .visual-size--h1, .page-id-253302 .store-page__content h1, .page-id-253302 .store-page__content .visual-size--h1, .page-id-237062 .page-content__inner h1, .page-id-237062 .page-content__inner .visual-size--h1, .page-id-237062 .store-page__content h1, .page-id-237062 .store-page__content .visual-size--h1, .page-id-285258 .page-content__inner h1, .page-id-285258 .page-content__inner .visual-size--h1, .page-id-285258 .store-page__content h1, .page-id-285258 .store-page__content .visual-size--h1 {
    font-size: 34px;
    font-size: 2.125rem;
    letter-spacing: -1px;
  }
  .page-id-1567 .page-content__inner h2, .page-id-1567 .page-content__inner .visual-size--h2, .page-id-1567 .store-page__content h2, .page-id-1567 .store-page__content .visual-size--h2, .page-id-2107 .page-content__inner h2, .page-id-2107 .page-content__inner .visual-size--h2, .page-id-2107 .store-page__content h2, .page-id-2107 .store-page__content .visual-size--h2, .page-id-150975 .page-content__inner h2, .page-id-150975 .page-content__inner .visual-size--h2, .page-id-150975 .store-page__content h2, .page-id-150975 .store-page__content .visual-size--h2, .page-id-488 .page-content__inner h2, .page-id-488 .page-content__inner .visual-size--h2, .page-id-488 .store-page__content h2, .page-id-488 .store-page__content .visual-size--h2, .page-id-490 .page-content__inner h2, .page-id-490 .page-content__inner .visual-size--h2, .page-id-490 .store-page__content h2, .page-id-490 .store-page__content .visual-size--h2, .page-id-281389 .page-content__inner h2, .page-id-281389 .page-content__inner .visual-size--h2, .page-id-281389 .store-page__content h2, .page-id-281389 .store-page__content .visual-size--h2, .page-id-79907 .page-content__inner h2, .page-id-79907 .page-content__inner .visual-size--h2, .page-id-79907 .store-page__content h2, .page-id-79907 .store-page__content .visual-size--h2, .page-id-1570 .page-content__inner h2, .page-id-1570 .page-content__inner .visual-size--h2, .page-id-1570 .store-page__content h2, .page-id-1570 .store-page__content .visual-size--h2, .page-id-253302 .page-content__inner h2, .page-id-253302 .page-content__inner .visual-size--h2, .page-id-253302 .store-page__content h2, .page-id-253302 .store-page__content .visual-size--h2, .page-id-237062 .page-content__inner h2, .page-id-237062 .page-content__inner .visual-size--h2, .page-id-237062 .store-page__content h2, .page-id-237062 .store-page__content .visual-size--h2, .page-id-285258 .page-content__inner h2, .page-id-285258 .page-content__inner .visual-size--h2, .page-id-285258 .store-page__content h2, .page-id-285258 .store-page__content .visual-size--h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .page-id-1567 .page-content__inner h3, .page-id-1567 .page-content__inner .visual-size--h3, .page-id-1567 .store-page__content h3, .page-id-1567 .store-page__content .visual-size--h3, .page-id-2107 .page-content__inner h3, .page-id-2107 .page-content__inner .visual-size--h3, .page-id-2107 .store-page__content h3, .page-id-2107 .store-page__content .visual-size--h3, .page-id-150975 .page-content__inner h3, .page-id-150975 .page-content__inner .visual-size--h3, .page-id-150975 .store-page__content h3, .page-id-150975 .store-page__content .visual-size--h3, .page-id-488 .page-content__inner h3, .page-id-488 .page-content__inner .visual-size--h3, .page-id-488 .store-page__content h3, .page-id-488 .store-page__content .visual-size--h3, .page-id-490 .page-content__inner h3, .page-id-490 .page-content__inner .visual-size--h3, .page-id-490 .store-page__content h3, .page-id-490 .store-page__content .visual-size--h3, .page-id-281389 .page-content__inner h3, .page-id-281389 .page-content__inner .visual-size--h3, .page-id-281389 .store-page__content h3, .page-id-281389 .store-page__content .visual-size--h3, .page-id-79907 .page-content__inner h3, .page-id-79907 .page-content__inner .visual-size--h3, .page-id-79907 .store-page__content h3, .page-id-79907 .store-page__content .visual-size--h3, .page-id-1570 .page-content__inner h3, .page-id-1570 .page-content__inner .visual-size--h3, .page-id-1570 .store-page__content h3, .page-id-1570 .store-page__content .visual-size--h3, .page-id-253302 .page-content__inner h3, .page-id-253302 .page-content__inner .visual-size--h3, .page-id-253302 .store-page__content h3, .page-id-253302 .store-page__content .visual-size--h3, .page-id-237062 .page-content__inner h3, .page-id-237062 .page-content__inner .visual-size--h3, .page-id-237062 .store-page__content h3, .page-id-237062 .store-page__content .visual-size--h3, .page-id-285258 .page-content__inner h3, .page-id-285258 .page-content__inner .visual-size--h3, .page-id-285258 .store-page__content h3, .page-id-285258 .store-page__content .visual-size--h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .page-id-1567 .page-content__inner p, .page-id-1567 .store-page__content p, .page-id-2107 .page-content__inner p, .page-id-2107 .store-page__content p, .page-id-150975 .page-content__inner p, .page-id-150975 .store-page__content p, .page-id-488 .page-content__inner p, .page-id-488 .store-page__content p, .page-id-490 .page-content__inner p, .page-id-490 .store-page__content p, .page-id-281389 .page-content__inner p, .page-id-281389 .store-page__content p, .page-id-79907 .page-content__inner p, .page-id-79907 .store-page__content p, .page-id-1570 .page-content__inner p, .page-id-1570 .store-page__content p, .page-id-253302 .page-content__inner p, .page-id-253302 .store-page__content p, .page-id-237062 .page-content__inner p, .page-id-237062 .store-page__content p, .page-id-285258 .page-content__inner p, .page-id-285258 .store-page__content p {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
  }
}
body.page-id-1567 .page-content__inner h2, body.page-id-1567 .page-content__inner .visual-size--h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (max-width: 720px) {
  body.page-id-1567 .page-content__inner h2, body.page-id-1567 .page-content__inner .visual-size--h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.page-id-2107 .page-content__inner {
  margin-bottom: 30px;
}
.page-id-2107 .page-content__inner p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.page-id-2107 .page-content__inner p strong {
  font-weight: 600;
}
.page-id-2107 .page-content__inner p a {
  font-weight: 600;
}
.page-id-2107 .page-content__inner p a:hover {
  color: #0A0806;
}
.page-id-2107 .page-content__inner h3, .page-id-2107 .page-content__inner .visual-size--h3 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Muli";
  font-weight: 600;
  letter-spacing: 0.5px;
}
.page-id-150975 .store-page {
  padding: 10px;
}
.page-id-150975 .store-page p {
  color: #F9F9F9;
}
.page-id-150975 .store-page__inner p {
  color: #F9F9F9;
  font-weight: 400;
}
.page-id-150975 .store-page__inner .closing-notice {
  padding: 40px 0px 40px 0px;
  font-size: 35px;
  font-size: 2.1875rem;
  text-align: center;
  font-family: "linotype-didot";
  max-width: 700px;
  margin: auto;
}
.page-id-150975 .store-page__inner h2, .page-id-150975 .store-page__inner .visual-size--h2 {
  padding-bottom: 10px;
  padding-top: 30px;
}
.page-id-150975 .store-page__inner h3, .page-id-150975 .store-page__inner .visual-size--h3 {
  letter-spacing: -1px;
  padding-bottom: 20px;
}
.page-id-150975 .store-page__content p, .page-id-150975 .store-page__content ul li {
  color: #F9F9F9;
  font-weight: 400;
}
.page-id-150975 .store-page__content a {
  color: #F9F9F9;
  font-weight: 600;
}
.page-id-150975 .store-page__content h2, .page-id-150975 .store-page__content .visual-size--h2 {
  padding-bottom: 20px;
}
.page-id-150975 .store-page__content h3, .page-id-150975 .store-page__content .visual-size--h3 {
  font-family: "linotype-didot" !important;
  font-size: 24px;
  font-size: 1.5rem;
}
.CookieDeclaration .CookieDeclarationTable {
  font-family: "Outfit";
  color: #F9F9F9;
  font-size: 14px;
  font-size: 0.875rem;
}
.CookieDeclaration .CookieDeclarationTable a {
  font-weight: bold;
  color: #F9F9F9;
}
.CookieDeclaration #CookieDeclarationChangeConsent a {
  color: #F9F9F9;
  font-family: "Outfit";
}
.page-id-488 h4, .page-id-488 .visual-size--h4 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Muli";
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.page-id-488 p {
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
}
.page-id-488 p strong {
  font-weight: 600;
}
.page-id-488 p a {
  font-weight: 600;
}
.page-id-488 p a:hover {
  color: #0A0806;
}
@media (max-width: 720px) {
  .page-id-488 .page-header__inner h1, .page-id-488 .page-header__inner .visual-size--h1, .page-id-490 .page-header__inner h1, .page-id-490 .page-header__inner .visual-size--h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .page-id-488 .page-content__inner h2, .page-id-488 .page-content__inner .visual-size--h2, .page-id-490 .page-content__inner h2, .page-id-490 .page-content__inner .visual-size--h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .page-id-488 .page-content__inner h3, .page-id-488 .page-content__inner .visual-size--h3, .page-id-490 .page-content__inner h3, .page-id-490 .page-content__inner .visual-size--h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .page-id-488 .page-content__inner p, .page-id-490 .page-content__inner p {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
  }
}
.page-id-281389 .page-content__inner p {
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
}
.page-id-490 .page-header__inner h1, .page-id-490 .page-header__inner .visual-size--h1 {
  font-size: 34px;
  font-size: 2.125rem;
}
.page-id-490 .page-content__inner h2, .page-id-490 .page-content__inner .visual-size--h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
.page-id-490 .page-content__inner h3, .page-id-490 .page-content__inner .visual-size--h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  font-family: "neue-haas-grotesk-display";
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}
.page-id-490 .page-content__inner p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.page-id-490 .page-content__inner p strong {
  font-weight: 600;
}
.page-id-79907 .page-content {
  padding: 15px !important;
}
.page-id-79907 .content_module p a {
  font-weight: 600;
}
.page-id-79907 .content_module p a:hover {
  color: #0A0806;
}
.page-id-1570 .page-content__inner p {
  font-weight: 400;
}
.page-id-1570 .page-content__inner p a {
  font-weight: 600;
}
.page-id-1570 .page-content__inner p a:hover {
  color: #0A0806;
}
.page-id-1570 .page-content__inner h4, .page-id-1570 .page-content__inner .visual-size--h4, .page-id-1570 .page-content__inner strong {
  font-weight: 600;
}
.page-id-253302 .page-content__inner p, .page-id-253302 .page-content__inner ul, .page-id-253302 .page-content__inner li, .page-id-237062 .page-content__inner p, .page-id-237062 .page-content__inner ul, .page-id-237062 .page-content__inner li {
  font-weight: 400;
}
.page-id-253302 .page-content__inner p strong, .page-id-253302 .page-content__inner ul strong, .page-id-253302 .page-content__inner li strong, .page-id-237062 .page-content__inner p strong, .page-id-237062 .page-content__inner ul strong, .page-id-237062 .page-content__inner li strong {
  font-weight: 600;
}
.page-id-253302 .page-content__inner p a, .page-id-253302 .page-content__inner ul a, .page-id-253302 .page-content__inner li a, .page-id-237062 .page-content__inner p a, .page-id-237062 .page-content__inner ul a, .page-id-237062 .page-content__inner li a {
  font-weight: 600;
}
.page-id-253302 .page-content__inner p a:hover, .page-id-253302 .page-content__inner ul a:hover, .page-id-253302 .page-content__inner li a:hover, .page-id-237062 .page-content__inner p a:hover, .page-id-237062 .page-content__inner ul a:hover, .page-id-237062 .page-content__inner li a:hover {
  color: #0A0806;
}
.page-id-285258 .page-header__inner h1, .page-id-285258 .page-header__inner .visual-size--h1 {
  font-size: 34px;
  font-size: 2.125rem;
}
.page-id-285258 .page-content__inner h2, .page-id-285258 .page-content__inner .visual-size--h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
.page-id-285258 .page-content__inner h3, .page-id-285258 .page-content__inner .visual-size--h3 {
  font-size: 25px;
  font-size: 1.5625rem;
}
.page-id-285258 .page-content__inner p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.page-id-285258 .page-content__inner p strong {
  font-weight: 600;
}
.page-id-285258 .page-content__inner p a {
  font-weight: 600;
}
.page-id-285258 .page-content__inner p a:hover {
  color: #0A0806;
}
.page-id-377228 .page-content, .page-id-377255 .page-content {
  padding: unset;
}
.page-id-377228 h3, .page-id-377228 .visual-size--h3, .page-id-377255 h3, .page-id-377255 .visual-size--h3 {
  margin: 40px 0px 20px 0px;
}
.page-id-377228 ul, .page-id-377255 ul {
  list-style: disc;
  margin-left: 20px;
}
.page-id-377228 ol.attention-to-detail, .page-id-377255 ol.attention-to-detail {
  list-style: decimal;
  margin-left: 20px;
}
.page-id-377228 p.job-description, .page-id-377255 p.job-description {
  font-weight: 600;
  font-style: italic;
}
.page-id-1570 .page-content, .page-id-46367 .page-content {
  text-align: center;
}
.page-id-1570 .page-content table, .page-id-46367 .page-content table {
  margin: 0 auto 50px;
}
.page-id-1570 .page-content hr, .page-id-46367 .page-content hr {
  display: none;
}
.page-template-page-skinny .page-content h1, .page-template-page-skinny .page-content .visual-size--h1 {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 20px;
}
.page-template-page-skinny .page-content h2, .page-template-page-skinny .page-content .visual-size--h2 {
  margin-bottom: 20px;
}
.page-template-page-skinny .page-content p {
  margin-bottom: 20px;
}
.page-template-page-skinny .page-content .trustpilot-widget iframe {
  min-height: 3800px;
}
.page-template-page-skinny .page-content .nf-form-cont .nf-response-msg {
  background-color: green;
  text-align: center;
}
.page-template-page-skinny .page-content .nf-form-cont .nf-response-msg p {
  font-family: "miller-banner-condensed";
  color: #F9F9F9;
}
.page-template-page-skinny .page-content .nf-form-cont .nf-form-fields-required {
  font-family: "miller-banner-condensed";
  margin: 40px 0 20px;
}
.page-template-page-skinny .page-content .nf-form-cont .nf-error-msg {
  background-color: tomato;
  color: #F9F9F9;
  font-family: "miller-banner-condensed";
  padding: 10px;
  margin: 0 0 20px;
}
.page-template-page-skinny .page-content .nf-form-cont .nf-error-msg:before {
  content: "\ea3a";
  font-family: "icomoon";
  margin-right: 5px;
}
.page-template-page-skinny .page-content .nf-form-cont .nf-error-wrap {
  font-family: "miller-banner-condensed";
  color: tomato;
}
.page-template-page-skinny .page-content .nf-form-cont .list-checkbox-wrap ul label {
  font-size: 18px;
  font-size: 1.125rem;
}
.page-template-page-skinny .page-content .nf-form-cont .nf-error {
  border: none;
  color: tomato;
}
.page-template-page-skinny .page-content .nf-form-cont .nf-error input[type="checkbox"] {
  border: none;
}
.page-template-page-skinny .page-content .nf-form-cont .nf-error input[type="checkbox"]:before {
  color: tomato;
}
.page-template-page-skinny .page-content .nf-form-cont .nf-error input[type="text"], .page-template-page-skinny .page-content .nf-form-cont .nf-error input[type="email"] {
  border: 2px solid tomato;
}
.page-template-page-skinny .page-content .nf-form-cont label {
  font-weight: 100;
  font-size: 22px;
  font-size: 1.375rem;
}
.page-id-150975 .wp-block-image {
  display: block;
}
.page-id-150975 .wp-block-image figcaption {
  width: 100%;
  display: block;
}
.page-id-150975 .is-resized img {
  width: 100%;
  height: auto;
}
.page-id-153648 #mc_embed_signup {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.page-id-153648 #mc_embed_signup .indicates-required {
  color: #FFFFFF;
  font-family: "neue-haas-grotesk-display";
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
  text-align: right;
}
.page-id-153648 #mc_embed_signup .mc-field-group {
  margin-bottom: 5px;
}
.page-id-153648 #mc_embed_signup .mc-field-group p {
  margin: 0;
}
.page-id-153648 #mc_embed_signup .mc-field-group label {
  color: #FFFFFF;
}
.page-id-153648 #mc_embed_signup .mc-field-group input[type="text"], .page-id-153648 #mc_embed_signup .mc-field-group input[type="email"] {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #0A0806;
}
.page-id-153648 #mc_embed_signup .mc-field-group.input-group {
  border: 1px solid #FFFFFF;
  padding: 5px 10px;
  margin: 10px 0;
}
.page-id-153648 #mc_embed_signup .mc-field-group.input-group strong {
  display: none;
}
.page-id-153648 #mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
}
.page-id-153648 #mc_embed_signup .mc-field-group.input-group ul li {
  list-style: none;
}
.page-id-153648 #mc_embed_signup .mc-field-group.input-group input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 10px;
}
.page-id-153648 #mc_embed_signup .mc-field-group.input-group input[type="checkbox"]:before {
  color: #FFFFFF;
}
.page-id-153648 #mc_embed_signup input[type="submit"] {
  border: none !important;
}
.extended-survey .gform_wrapper .gform_validation_errors h2, .extended-survey .gform_wrapper .gform_validation_errors .visual-size--h2 {
  font-family: "Outfit";
  font-size: 18px;
  letter-spacing: initial;
  display: block;
  padding: 10px;
  background-color: #CC1A0F;
}
.extended-survey .gform_wrapper .gf_progressbar_wrapper {
  margin-bottom: 30px;
}
.extended-survey .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  background-color: #232323;
  padding: 5px;
  border-radius: 5px;
}
.extended-survey .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background-color: #F9F9F9;
  padding: 5px;
  border-radius: 5px;
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
  min-width: 35px;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield {
  margin: 0 0 30px;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .gfield_label {
  font-family: "Outfit";
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .gfield_label .gfield_required {
  margin-left: 2px;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .gform-field-label {
  margin-top: 5px;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .gfield_description {
  font-family: "Outfit";
  font-size: 13px;
  font-size: 0.8125rem;
  color: #F9F9F9;
  margin-bottom: 10px;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .ginput_container input:disabled {
  opacity: 0.4;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .ginput_container .gfield_radio .gchoice label {
  display: inline-block;
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .ginput_container .gfield_checkbox .gchoice {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  .ms-flex-align-items: flex-start;
  align-items: flex-start;
}
.extended-survey .gform_wrapper .gform_body .gform_page_fields .gfield .ginput_container .gfield_checkbox .gchoice label {
  display: inline-block;
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  position: initial;
  margin-top: 0;
  margin-left: 5px;
}
.extended-survey .gform_wrapper .gform_body .gform_page_footer input[type="button"], .extended-survey .gform_wrapper .gform_body .gform_page_footer input[type="submit"] {
  border: none;
}
.extended-survey .gform_wrapper .gform_body #gform_ajax_spinner_17 {
  margin-left: 10px;
}
/* templates/pages/team.scss */
@media (max-width: 620px) {
  .page-id-452409 h2, .page-id-452409 .visual-size--h2, .page-id-452409 h3, .page-id-452409 .visual-size--h3, .page-id-449235 h2, .page-id-449235 .visual-size--h2, .page-id-449235 h3, .page-id-449235 .visual-size--h3, .page-id-497570 h2, .page-id-497570 .visual-size--h2, .page-id-497570 h3, .page-id-497570 .visual-size--h3 {
    font-size: 25px;
  }
}
@media (max-width: 620px) {
  .wp-block-columns .paged {
    width: 100%;
  }
}
.wp-block-columns .paged a {
  background-color: #4A4E50;
  display: inline-block;
  position: relative;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-columns .paged a:hover {
  background-color: #3e4143;
}
@media (max-width: 620px) {
  .wp-block-columns .paged a {
    width: 100%;
    display: block;
  }
}
.wp-block-columns .paged-prev a {
  padding: 15px 20px 15px 65px;
}
.wp-block-columns .paged-prev a:before {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  background-color: #313435;
  content: "\e903";
  font-family: "icomoon";
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-columns .paged-prev a:hover:before {
  padding: 0 18px 0 12px;
}
.wp-block-columns .paged-next a {
  padding: 15px 65px 15px 20px;
}
.wp-block-columns .paged-next a:before {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  background-color: #313435;
  content: "\e904";
  font-family: "icomoon";
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-columns .paged-next a:hover:before {
  padding: 0 12px 0 18px;
}
@media (max-width: 620px) {
  .wp-container-core-columns-is-layout-9d6595d7 .ghostkit-custom-Z1GXTvX {
    flex-wrap: wrap !important;
    width: 100% !important;
  }
  .wp-container-core-columns-is-layout-9d6595d7 .ghostkit-custom-Z1GXTvX .wp-block-column {
    flex-basis: 100% !important;
    padding: 0 20px !important;
  }
}
/* partials/global-message.scss */
.global-message {
  padding: 10px 0;
}
@media (max-width: 620px) {
  .global-message {
    padding: 15px 0;
  }
}
.global-message .container-spacing {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
.global-message__left-content {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.global-message__right-content {
  -webkit-flex-grow: 2;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.global-message__right-content .offer {
  margin-left: 25px;
}
@media (max-width: 620px) {
  .global-message__right-content .offer {
    margin-left: 7px;
  }
}
.global-message span {
  font-family: "Outfit";
  line-height: 1;
}
.global-message span.large-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
}
@media (max-width: 620px) {
  .global-message span.large-title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
  }
}
.global-message span.med-title {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  font-weight: 500;
}
@media (max-width: 620px) {
  .global-message span.med-title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
}
.global-message span.sub-title {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 620px) {
  .global-message span.sub-title {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.dr-usp-banner {
  border-radius: 0 0 10px 10px;
  background-color: #2B2422;
}
@media (max-width: 620px) {
  .dr-usp-banner {
    margin: 20px 20px 0;
    border-radius: 10px;
  }
}
.dr-usp-banner__item {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
}
@media (max-width: 620px) {
  .dr-usp-banner__item {
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    display: inline-flex !important;
    flex-wrap: wrap;
  }
  .dr-usp-banner__item.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .dr-usp-banner__item.is-exiting {
    opacity: 0;
    transform: translateY(-15px);
  }
}
.dr-usp-banner__list {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 15px 40px;
  list-style: none;
}
@media (max-width: 620px) {
  .dr-usp-banner__list {
    display: block;
    gap: 0;
    padding: 15px 40px;
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  .dr-usp-banner__list.slick-initialized {
    opacity: 1;
  }
}
.dr-usp-banner__icon {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
@media (max-width: 620px) {
  .dr-usp-banner__icon {
    width: 100%;
    margin-right: 0;
    margin-top: 5px;
  }
}
.dr-usp-banner__icon-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
@media (max-width: 920px) {
  .dr-usp-banner__icon-img {
    width: 25px;
    height: 25px;
    margin: 0 auto;
  }
}
@media (max-width: 620px) {
  .dr-usp-banner__icon-img {
    width: 25px;
    height: 25px;
    margin: 0 auto;
  }
}
.dr-usp-banner__text {
  color: #F9F9F9;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 920px) {
  .dr-usp-banner__text {
    text-align: center;
    display: block;
    width: 100%;
    line-height: 1.3;
  }
}
@media (max-width: 620px) {
  .dr-usp-banner__text {
    text-align: center;
    display: block;
    width: 100%;
    line-height: 1.3;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dr-usp-banner__item {
    transition: opacity 0.3s ease;
    transform: none !important;
  }
}
.ghostkit-custom-Z1GXTvX {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
}
/* partials/blog/blog-sharing.scss */
.social-share {
  text-align: center;
}
.social-share p {
  margin-bottom: 20px;
}
.social-share__icon {
  padding: 10px;
  border: 2px solid #0A0806;
  border-radius: 2px;
  color: #0A0806;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.social-share__icon a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.social-share__icon i {
  font-size: 15px;
  margin-right: 10px;
}
.social-share__icon span {
  text-decoration: none;
  font-family: "Outfit";
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -2px;
}
@media (max-width: 460px) {
  .social-share__icon {
    display: block;
    margin-bottom: 5px;
  }
}
.social-share__icon.pinterest a {
  background: none;
  font-size: 0;
}
.social-share__icon.pinterest a:hover {
  background: none;
}
.social-share__icon.pinterest:hover {
  background-color: #bd081c;
  color: #F9F9F9;
}
.social-share__icon.twitter i {
  margin-right: 0;
}
.social-share__icon.twitter:hover {
  background-color: #1da1f2;
  color: #F9F9F9;
}
.social-share__icon.facebook:hover {
  background-color: #4267b2;
  color: #F9F9F9;
}
.postid-324593 .city-feature-description, .postid-324593 .city-feature-additional-copy {
  font-family: "Muli";
  font-size: 1rem;
  line-height: 1.7rem;
  letter-spacing: 0px;
  color: #F9F9F9;
  margin-bottom: 40px;
}
.postid-324593 .city-feature-additional-copy {
  margin-top: 30px;
}
.postid-324593 .full-width.wp-post-image {
  display: none;
}
.postid-324593 .city-filter-title {
  text-align: center;
  font-size: 1.4rem !important;
  margin-top: 20px;
}
.postid-324593 .mobile-title {
  display: none;
}
@media (max-width: 600px) {
  .postid-324593 #full-results {
    margin-bottom: 0px;
  }
}
.postid-324593 .full-results a {
  font-weight: normal;
  border-bottom: unset !important;
  text-decoration: underline !important;
}
.postid-324593 .filter-by {
  text-align: center;
  padding-bottom: 10px;
  margin-left: 10px;
}
@media (max-width: 600px) {
  .postid-324593 .filter-by {
    display: none;
  }
}
.postid-324593 .sort-by-button-group {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 20px 40px 20px 40px;
}
.postid-324593 .sort-by-button-group input[type="radio"] {
  padding-top: 20px;
}
.postid-324593 .sort-by-button-group input {
  display: block;
  text-align: center;
  margin: auto;
}
.postid-324593 .sort-by-button-group label {
  color: white;
  font-size: 1.2rem !important;
  font-family: "Novecentosanswide-Normal";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 100;
}
.postid-324593 .sort-by-button-group .icon-overall img {
  width: 35px;
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
.postid-324593 .sort-by-button-group img {
  width: 45px;
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
.postid-324593 .top-ten-cities-filter .slick-slider .slick-next {
  right: -40px;
}
.postid-324593 .top-ten-cities-filter .slick-slider .slick-prev {
  left: -40px;
}
.postid-324593 .top-ten-cities-filter .slick-slider .slick-next::before {
  content: "";
  font-size: 2rem;
  background-color: unset;
}
.postid-324593 .top-ten-cities-filter .slick-slider .slick-prev::before {
  content: "";
  font-size: 2rem;
  background-color: unset;
}
.postid-324593 .city-filter {
  position: relative;
  margin: 1%;
  float: left;
  width: 31.3%;
  padding-bottom: 30px;
}
.postid-324593 .city-filter .scores {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.postid-324593 .city-filter .scores .score-container {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 40%;
  text-align: center;
}
.postid-324593 .city-filter .scores .score-container div {
  flex-basis: 50%;
  font-weight: bold;
}
@media (max-width: 600px) {
  .postid-324593 .city-filter .scores .score-container div {
    font-size: 0.9rem;
  }
}
.postid-324593 .city-filter .scores .score-container div:last-child {
  text-align: left;
  line-height: 45px;
}
.postid-324593 .city-filter-main-image {
  width: 50%;
  margin-top: 30px;
}
.postid-324593 .culture-score, .postid-324593 .chic-score, .postid-324593 .interest-score, .postid-324593 .future-score {
  font-family: "Muli";
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: 1.7rem;
  color: #F9F9F9;
}
.postid-324593 .culture-icon, .postid-324593 .chic-icon, .postid-324593 .interest-icon, .postid-324593 .future-icon {
  width: 45px;
}
@media (max-width: 600px) {
  .postid-324593 .mobile-title {
    display: inline;
  }
  .postid-324593 .culture-icon, .postid-324593 .chic-icon, .postid-324593 .interest-icon, .postid-324593 .future-icon {
    width: 40px;
  }
  .postid-324593 .top-ten-cities-filter {
    padding: 30px;
  }
  .postid-324593 .city-filter {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .postid-324593 .sort-by-button-group {
    display: none;
  }
  .postid-324593 .desktop-spacer {
    display: none;
  }
  .postid-324593 .desktop-hero-img {
    display: none;
  }
}
@media (min-width: 601px) {
  .postid-324593 .mobile-hero-img {
    display: none;
  }
}
/* partials/woocommerce/collection-header.scss */
.tax-collection .woocommerce-products-header {
  text-align: center;
  width: 100%;
}
.tax-collection .woocommerce-products-header__title {
  font-size: 35px !important;
  margin-bottom: 20px;
}
.collection-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1800px) {
  .collection-header {
    max-width: 1500px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 620px) {
  .collection-header {
    grid-template-columns: repeat(1, 1fr);
  }
}
.collection-header__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.collection-header__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100% !important;
}
.collection-header__image__content {
  position: absolute;
  bottom: 0px;
  left: 20px;
  z-index: 15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.collection-header__image__content .button--link {
  opacity: 0;
}
.collection-header__image__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.collection-header__image__shadow:after {
  background: rgba(0, 0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
  width: 100%;
  height: 180px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
.collection-header__left_column, .collection-header__right_column {
  background-color: #181A1A;
  padding: 20px;
  position: relative;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 620px) {
  .collection-header__left_column, .collection-header__right_column {
    height: 200px;
  }
}
.collection-header__left_column:hover .collection-header__image, .collection-header__right_column:hover .collection-header__image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.collection-header__left_column:hover .collection-header__image__content, .collection-header__right_column:hover .collection-header__image__content {
  bottom: 20px;
}
.collection-header__left_column:hover .collection-header__image__content .button--link, .collection-header__right_column:hover .collection-header__image__content .button--link {
  opacity: 1;
}
.collection-header__left_column h2, .collection-header__left_column .visual-size--h2, .collection-header__right_column h2, .collection-header__right_column .visual-size--h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (max-width: 620px) {
  .collection-header__left_column h2, .collection-header__left_column .visual-size--h2, .collection-header__right_column h2, .collection-header__right_column .visual-size--h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.collection-header__left_column .button--link, .collection-header__right_column .button--link {
  font-family: "Outfit";
  text-transform: uppercase;
  color: #F9F9F9;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 620px) {
  .collection-header__left_column .button--link, .collection-header__right_column .button--link {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.collection-header__left_column.column_type--content, .collection-header__right_column.column_type--content {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content_module .highlighted {
  background-color: #181A1A;
  border-radius: 5px;
  padding: 35px;
  text-align: center;
}
.content_module .highlighted:after {
  content: "";
  background: url("./resources/images/body/svg/highlight-star.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 180px;
  height: 15px;
  margin: 20px auto 0;
  display: block;
}
.accordion_content_module .accordion-title {
  color: #e6e6e6;
  display: block;
  cursor: pointer;
  border: 2px solid #e6e6e6;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  .ms-flex-align-items: center;
  align-items: center;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.accordion_content_module .accordion-title p {
  font-family: "neue-haas-grotesk-display";
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #e6e6e6;
  padding: 10px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.accordion_content_module .accordion-title:after {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  content: "\e901";
  font-family: "icomoon";
  color: #e6e6e6;
  margin-left: auto;
  margin-right: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  .ms-flex-align-self: center;
  align-self: center;
  height: 100%;
  padding: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion_content_module .accordion-title.on, .accordion_content_module .accordion-title:hover {
  background-color: #e6e6e6;
}
.accordion_content_module .accordion-title.on p, .accordion_content_module .accordion-title:hover p {
  color: #0A0806;
}
.accordion_content_module .accordion-title.on:after, .accordion_content_module .accordion-title:hover:after {
  color: #0A0806;
}
.accordion_content_module .accordion-title.on:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion_content_module .accordion-content {
  padding: 5px 0 20px;
}
.accordion_content_module .accordion-content img {
  max-width: 100%;
  height: auto;
}
.cta_button_module {
  text-align: center;
}
.google_map_module__inner .map-element {
  width: 100%;
  min-height: 500px;
}
.image_text_module__inner {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.image_text_module__inner .image-column img {
  width: 100%;
  height: auto;
  display: block;
}
.image_text_module__inner .content-column h2, .image_text_module__inner .content-column .visual-size--h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (max-width: 720px) {
  .image_text_module__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .image_text_module__inner .image-column {
    width: 100% !important;
  }
  .image_text_module__inner .image-column img {
    max-width: 270px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
  }
  .image_text_module__inner .column-content {
    box-flex: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.image_text_module__inner.img-left .image-column {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.image_text_module__inner.img-left .content-column {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.image_text_module__inner.img-right .image-column {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.image_text_module__inner.img-right .content-column {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.image_text_module__inner.one-third-columns .image-column {
  width: 23%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.image_text_module__inner.one-third-columns .content-column {
  width: 75%;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.image_text_module__inner.halved-columns .image-column {
  width: 48%;
}
.image_text_module__inner.halved-columns .content-column {
  width: 48%;
}
.more_info_columns_module__inner {
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  .ms-flex-align-items: stretch;
  align-items: stretch;
}
.more_info_columns_module__inner .column {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  box-flex: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -js-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  .ms-flex-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 20px;
  background-color: black;
}
.more_info_columns_module__inner .column:last-of-type {
  margin-right: 0;
}
.more_info_columns_module__inner .column img {
  width: 100%;
  height: auto;
  display: block;
}
.more_info_columns_module__inner .column .column-inner {
  width: 100%;
  padding: 20px;
  text-align: center;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.more_info_columns_module__inner .column .column-inner h3, .more_info_columns_module__inner .column .column-inner .visual-size--h3 {
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.more_info_columns_module__inner .column .column-inner p {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
.more_info_columns_module__inner .column .button, .more_info_columns_module__inner .column .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit #wp-submit, .trade-portal__wrapper .trade-portal__content #wwlc-login-form #wwlc_loginform .login-submit .more_info_columns_module__inner .column #wp-submit, .more_info_columns_module__inner .column .trade-portal__wrapper .trade-portal__content #wwlc-login-form .register_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .more_info_columns_module__inner .column .register_link, .more_info_columns_module__inner .column .trade-portal__wrapper .trade-portal__content #wwlc-login-form .lost_password_link, .trade-portal__wrapper .trade-portal__content #wwlc-login-form .more_info_columns_module__inner .column .lost_password_link, .more_info_columns_module__inner .column .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section a.form-control, .trade-portal__wrapper .trade-portal__content #wwlc-registration-form .form-controls-section .more_info_columns_module__inner .column a.form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #0A0806;
  text-align: center;
  border-radius: 0px !important;
  margin-top: auto;
}
@media (max-width: 720px) {
  .more_info_columns_module__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .more_info_columns_module__inner .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.full_width_image_module img {
  width: 100%;
  height: auto;
  display: block;
}
.collection-block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 20px;
  grid-template-areas: "content_area content_area content_area content_area secondary_image--1" "content_area content_area content_area content_area secondary_image--2" "content_area content_area content_area content_area secondary_image--3";
}
@media (max-width: 920px) {
  .collection-block {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "content_area content_area content_area" "content_area content_area content_area" "secondary_image--1 secondary_image--2 secondary_image--3";
  }
}
.collection-block__content_area {
  grid-area: content_area;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.collection-block__content_area__primary_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.collection-block__content_area__primary_image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.collection-block__content_area__primary_image .shadow:after {
  background: rgba(0, 0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
  width: 100%;
  height: 180px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
.collection-block__content_area__content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.collection-block__content_area__content h2, .collection-block__content_area__content .visual-size--h2 {
  margin-bottom: 0;
}
@media (max-width: 620px) {
  .collection-block__content_area__content h2, .collection-block__content_area__content .visual-size--h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.collection-block__content_area__content a {
  font-family: "Outfit";
  color: #F9F9F9;
  text-transform: uppercase;
}
.collection-block__secondary_image img {
  width: 100%;
  height: auto;
  display: block;
}
.collection-block__secondary_image:nth-of-type(1) {
  grid-area: secondary_image--1;
}
.collection-block__secondary_image:nth-of-type(2) {
  grid-area: secondary_image--2;
}
.collection-block__secondary_image:nth-of-type(3) {
  grid-area: secondary_image--3;
}
.dowsing-banner-slider-block {
  position: relative;
  overflow: hidden;
}
@media (max-width: 620px) {
  .dowsing-banner-slider-block {
    padding: 0 !important;
  }
  .dowsing-banner-slider-block .container-spacing {
    padding: 0 !important;
  }
}
.dowsing-banner-slider-block__track {
  opacity: 0;
  transition: opacity 0.6s ease;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (max-width: 620px) {
  .dowsing-banner-slider-block__track {
    border-radius: 0;
  }
}
.dowsing-banner-slider-block__track.slick-initialized {
  opacity: 1;
}
.dowsing-banner-slider-block__slide {
  height: 650px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 620px) {
  .dowsing-banner-slider-block__slide {
    height: 500px;
  }
}
.dowsing-banner-slider-block__slide:after {
  background: rgba(0, 0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
  width: 100%;
  height: 280px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 620px) {
  .dowsing-banner-slider-block__slide:after {
    bottom: -1px;
  }
}
.dowsing-banner-slider-block__slide--center {
  justify-content: center;
}
.dowsing-banner-slider-block__slide--center:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  pointer-events: none;
}
.dowsing-banner-slider-block__slide--center:after {
  display: none;
}
.dowsing-banner-slider-block__slide--center .dowsing-banner-slider-block__content {
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) translateY(15px);
  text-align: center;
}
.dowsing-banner-slider-block__slide--center .dowsing-banner-slider-block__content.is-visible {
  transform: translate(-50%, -50%) translateY(0);
}
.dowsing-banner-slider-block__slide--center .dowsing-banner-slider-block__buttons {
  justify-content: center;
}
.dowsing-banner-slider-block__slide--type-video:after {
  display: none;
}
.dowsing-banner-slider-block__image-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dowsing-banner-slider-block__video-bg {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.dowsing-banner-slider-block__video-bg.is-loaded {
  opacity: 1;
}
.dowsing-banner-slider-block__video-bg iframe, .dowsing-banner-slider-block__video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.dowsing-banner-slider-block__content {
  max-width: 600px;
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 50;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (max-width: 620px) {
  .dowsing-banner-slider-block__content {
    left: 0;
    bottom: 30px;
    right: 0;
    width: 100%;
    padding: 0 20px;
  }
}
.dowsing-banner-slider-block__content.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.dowsing-banner-slider-block__headline {
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #F9F9F9;
  font-family: "Outfit";
  line-height: 1;
}
@media (max-width: 620px) {
  .dowsing-banner-slider-block__headline {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.dowsing-banner-slider-block__headline-image {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  margin-bottom: 30px;
}
@media (max-width: 620px) {
  .dowsing-banner-slider-block__headline-image {
    max-height: 70px;
  }
}
.dowsing-banner-slider-block__text {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
  font-family: "Outfit";
  line-height: 1.3;
}
.dowsing-banner-slider-block__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dowsing-banner-slider-block__button {
  display: inline-block;
  padding: 15px 20px;
  background-color: rgba(10, 8, 6, 0.1);
  border: 2px solid #F9F9F9;
  border-radius: 3px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  color: #F9F9F9;
  font-family: "Outfit";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dowsing-banner-slider-block__button:hover, .dowsing-banner-slider-block__button:focus {
  border-color: #F9F9F9;
  background-color: #F9F9F9;
  color: #0A0806;
}
.dowsing-banner-slider-block__button--secondary {
  background-color: rgba(10, 8, 6, 0.1);
  border: 2px solid #F9F9F9;
  color: #F9F9F9;
}
.dowsing-banner-slider-block__button--secondary:hover, .dowsing-banner-slider-block__button--secondary:focus {
  border-color: #F9F9F9;
  background-color: #F9F9F9;
  color: #0A0806;
}
.dowsing-banner-slider-block__nav {
  position: absolute;
  bottom: 2rem;
  width: 48px;
  height: 48px;
  background: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1001;
  font-size: 1.25rem;
  line-height: 1;
}
@media (max-width: 620px) {
  .dowsing-banner-slider-block__nav {
    display: none !important;
  }
}
.dowsing-banner-slider-block__nav.dowsing-banner-slider-block__next {
  right: 2rem;
}
.dowsing-banner-slider-block__nav.dowsing-banner-slider-block__next:after {
  content: "\e5c8";
  font-family: "icomoon";
  font-size: 20px;
  font-size: 1.25rem;
  color: #0A0806;
}
.dowsing-banner-slider-block__nav.dowsing-banner-slider-block__prev {
  right: calc(2rem + 48px + 0.5rem);
}
.dowsing-banner-slider-block__nav.dowsing-banner-slider-block__prev:after {
  content: "\e5c4";
  font-family: "icomoon";
  font-size: 20px;
  font-size: 1.25rem;
  color: #0A0806;
}
.dowsing-banner-slider-block .homepage-tp-banner {
  background-color: #F9F9F9;
  padding: 15px 0 15px;
}
.dowsing-woo-category-tabs-block {
  padding: 1.5em 0;
  position: relative;
}
@media (max-width: 620px) {
  .dowsing-woo-category-tabs-block .container-spacing {
    padding-bottom: 30px;
  }
}
.dowsing-woo-category-tabs-block__section-title {
  margin-bottom: 0.75em;
}
@media (max-width: 620px) {
  .dowsing-woo-category-tabs-block__section-title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.dowsing-woo-category-tabs-block__tabs-view-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 920px) {
  .dowsing-woo-category-tabs-block__tabs-view-wrapper {
    flex-wrap: wrap;
  }
}
.dowsing-woo-category-tabs-block__tab-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 920px) {
  .dowsing-woo-category-tabs-block__tab-nav {
    text-wrap: nowrap;
    overflow-x: scroll;
    margin-bottom: 0;
    scrollbar-width: none;
    padding-right: 50px;
  }
  .dowsing-woo-category-tabs-block__tab-nav::-webkit-scrollbar {
    display: none;
  }
}
.dowsing-woo-category-tabs-block__tab-nav li {
  margin-right: 1em;
}
.dowsing-woo-category-tabs-block__tab-nav li:last-of-type {
  margin-right: 0;
}
.dowsing-woo-category-tabs-block__tab-nav a {
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}
.dowsing-woo-category-tabs-block__tab-nav a.active {
  font-weight: bold;
}
@media (max-width: 920px) {
  .dowsing-woo-category-tabs-block__tab-nav a.active {
    background-color: #0A0806;
    color: #F9F9F9;
  }
}
@media (max-width: 920px) {
  .dowsing-woo-category-tabs-block__tab-nav a {
    padding: 10px;
    border-radius: 10px;
    background-color: #EEE7DA;
  }
}
.dowsing-woo-category-tabs-block__tab-nav-wrapper {
  position: relative;
  border-bottom: 1px solid #000;
}
@media (max-width: 920px) {
  .dowsing-woo-category-tabs-block__tab-nav-wrapper {
    width: 100%;
    border-bottom: 0;
  }
  .dowsing-woo-category-tabs-block__tab-nav-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: linear-gradient(90deg, rgba(229, 221, 207, 0), #e5ddcf);
  }
}
.dowsing-woo-category-tabs-block__tab-ink {
  position: absolute;
  bottom: 0px;
  height: 2px;
  border-radius: 1px 1px 0 0;
  background-color: #333;
  transition: left 0.3s ease, width 0.3s ease;
  width: 0;
  pointer-events: none;
}
@media (max-width: 920px) {
  .dowsing-woo-category-tabs-block__tab-ink {
    display: none;
  }
}
.dowsing-woo-category-tabs-block__tab-panel {
  display: none;
}
.dowsing-woo-category-tabs-block__tab-panel.active {
  display: block;
}
.dowsing-woo-category-tabs-block__tab-panel.fade-out {
  animation: fadeOut 0.2s forwards;
}
.dowsing-woo-category-tabs-block__tab-panel.fade-in {
  animation: fadeIn 0.3s forwards;
}
@media (max-width: 920px) {
  .dowsing-woo-category-tabs-block__tab-panel ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .dowsing-woo-category-tabs-block__tab-panel ul.products.slick-initialized {
    display: block !important;
    margin: 0;
    opacity: 1;
    grid-template-columns: none;
    gap: 0;
  }
  .dowsing-woo-category-tabs-block__tab-panel ul.products.slick-initialized .slick-list {
    overflow: hidden;
    margin: 0 -10px;
  }
  .dowsing-woo-category-tabs-block__tab-panel ul.products.slick-initialized .slick-track {
    display: flex !important;
    align-items: stretch;
  }
  .dowsing-woo-category-tabs-block__tab-panel ul.products.slick-initialized .slick-slide {
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .dowsing-woo-category-tabs-block__tab-panel ul.products.slick-initialized .slick-slide li.product {
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
    float: none !important;
    flex: 1;
    min-height: 1px;
  }
  .dowsing-woo-category-tabs-block__tab-panel ul.products .slick-dots {
    display: none !important;
  }
  .dowsing-woo-category-tabs-block__tab-panel ul.products .slick-arrow {
    display: none !important;
  }
  .dowsing-woo-category-tabs-block__tab-panel .woocommerce ul.products.slick-initialized {
    display: block !important;
    margin: 0;
  }
  .dowsing-woo-category-tabs-block__tab-panel .woocommerce ul.products.slick-initialized .slick-list {
    overflow: hidden;
    margin: 0 -10px;
  }
  .dowsing-woo-category-tabs-block__tab-panel .woocommerce ul.products.slick-initialized .slick-track {
    display: flex !important;
    align-items: stretch;
  }
  .dowsing-woo-category-tabs-block__tab-panel .woocommerce ul.products.slick-initialized .slick-slide {
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .dowsing-woo-category-tabs-block__tab-panel .woocommerce ul.products.slick-initialized .slick-slide li.product {
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
    float: none !important;
    flex: 1;
    min-height: 1px;
  }
}
@media (max-width: 920px) {
  .dowsing-woo-category-tabs-block__view-all-wrap {
    position: absolute;
    bottom: 30px;
    right: 20px;
  }
}
.dowsing-woo-category-tabs-block__view-all {
  font-weight: 500;
  color: black;
  text-decoration: none;
  font-family: "Outfit";
}
.dowsing-woo-category-tabs-block__view-all-wrap {
  margin-left: 2em;
}
@media (max-width: 920px) {
  .dowsing-woo-category-tabs-block__view-all-wrap {
    margin-left: auto;
    margin-top: 20px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.dowsing-range-cards-block__list {
  display: grid;
  grid-template-columns: repeat(var(--cols, 5), 1fr);
  gap: 20px;
}
@media (max-width: 620px) {
  .dowsing-range-cards-block__list {
    display: block;
  }
}
.dowsing-range-cards-block__item {
  position: relative;
  overflow: hidden;
}
.dowsing-range-cards-block__item--icon .dowsing-range-cards-block__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  transition: background-color 0.3s ease;
}
.dowsing-range-cards-block__item--icon .dowsing-range-cards-block__icon {
  width: 100%;
  height: auto;
  max-width: 160px;
  transition: all 0.3s ease;
}
.dowsing-range-cards-block__item--icon .dowsing-range-cards-block__icon path, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__icon circle, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__icon rect, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__icon polygon, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__icon line, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__icon polyline, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__icon ellipse {
  transition: fill 0.3s ease;
}
.dowsing-range-cards-block__item--icon .dowsing-range-cards-block__link:hover .dowsing-range-cards-block__icon path, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__link:hover .dowsing-range-cards-block__icon circle, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__link:hover .dowsing-range-cards-block__icon rect, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__link:hover .dowsing-range-cards-block__icon polygon, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__link:hover .dowsing-range-cards-block__icon line, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__link:hover .dowsing-range-cards-block__icon polyline, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__link:hover .dowsing-range-cards-block__icon ellipse, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__link:focus .dowsing-range-cards-block__icon path, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__link:focus .dowsing-range-cards-block__icon circle, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__link:focus .dowsing-range-cards-block__icon rect, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__link:focus .dowsing-range-cards-block__icon polygon, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__link:focus .dowsing-range-cards-block__icon line, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__link:focus .dowsing-range-cards-block__icon polyline, .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__link:focus .dowsing-range-cards-block__icon ellipse {
  fill: #EF4137;
}
.dowsing-range-cards-block__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.dowsing-range-cards-block__link:hover .dowsing-range-cards-block__image, .dowsing-range-cards-block__link:focus .dowsing-range-cards-block__image {
  transform: scale(1.05);
}
.dowsing-range-cards-block__link:hover .dowsing-range-cards-block__cta, .dowsing-range-cards-block__link:focus .dowsing-range-cards-block__cta {
  color: #EF4137;
}
.dowsing-range-cards-block__image {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.dowsing-range-cards-block__icon-wrapper {
  aspect-ratio: 1;
}
.dowsing-range-cards-block__icon-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: capitalize;
}
.dowsing-range-cards-block__content {
  padding: 1rem 0;
  text-align: center;
}
.dowsing-range-cards-block__title {
  font-family: "miller-banner-condensed";
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}
.dowsing-range-cards-block__cta {
  font-family: "Outfit";
  font-size: 14px;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}
@media (max-width: 620px) {
  .dowsing-range-cards-block__list.slick-initialized {
    display: block;
    overflow-x: hidden;
  }
  .dowsing-range-cards-block__list .slick-track {
    display: flex;
    align-items: stretch;
  }
  .dowsing-range-cards-block__list .slick-slide {
    height: auto;
    padding: 0 10px;
  }
  .dowsing-range-cards-block__list .slick-slide > div {
    height: 100%;
  }
  .dowsing-range-cards-block__list .slick-list {
    margin: 0 -10px;
    overflow: visible;
  }
  .dowsing-range-cards-block__item {
    height: 100%;
    background-color: #E5DDCF;
    border-radius: 10px;
  }
  .dowsing-range-cards-block__item--icon .dowsing-range-cards-block__icon {
    max-width: 80px;
  }
  .dowsing-range-cards-block__link {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .dowsing-range-cards-block__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .dowsing-range-cards-block__cta {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.dowsing-carousel-block {
  display: flex;
  width: 100%;
  min-height: 280px;
}
@media (max-width: 920px) {
  .dowsing-carousel-block {
    flex-direction: column;
    min-height: auto;
  }
}
.dowsing-carousel-block__panel {
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 920px) {
  .dowsing-carousel-block__panel {
    width: 100%;
  }
}
.dowsing-carousel-block__panel--left {
  background-color: #2B2422;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 920px) {
  .dowsing-carousel-block__panel--left {
    padding: 40px 0;
  }
}
.dowsing-carousel-block__panel--right {
  justify-content: center;
  background-color: #D1C9BA;
}
@media (max-width: 920px) {
  .dowsing-carousel-block__panel--right {
    padding: 40px 20px;
  }
}
.dowsing-carousel-block__panel-inner {
  width: 100%;
  padding: 80px 100px;
}
@media (max-width: 920px) {
  .dowsing-carousel-block__panel-inner {
    padding: 20px;
    max-width: 100%;
  }
}
.dowsing-carousel-block__title {
  font-family: "Outfit";
  font-size: 20px;
  font-size: 1.25rem;
  color: #F9F9F9;
  text-align: center;
  margin: 0 0 50px 0;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 920px) {
  .dowsing-carousel-block__title {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
}
.dowsing-carousel-block__carousel-wrapper {
  position: relative;
  overflow: hidden;
}
.dowsing-carousel-block__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.dowsing-carousel-block__fade--left {
  left: 0;
  background: linear-gradient(90deg, #2b2422, rgba(43, 36, 34, 0));
}
.dowsing-carousel-block__fade--right {
  right: 0;
  background: linear-gradient(90deg, rgba(43, 36, 34, 0), #2b2422);
}
@media (max-width: 480px) {
  .dowsing-carousel-block__fade {
    width: 30px;
  }
}
.dowsing-carousel-block__carousel {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.dowsing-carousel-block__carousel.slick-initialized {
  opacity: 1;
}
.dowsing-carousel-block__carousel .slick-list {
  margin: 0 -25px;
}
.dowsing-carousel-block__carousel .slick-slide {
  padding: 0 25px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: auto !important;
}
.dowsing-carousel-block__carousel .slick-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dowsing-carousel-block__carousel .slick-track {
  display: flex !important;
  align-items: center;
}
.dowsing-carousel-block__carousel .slick-prev, .dowsing-carousel-block__carousel .slick-next {
  display: none !important;
}
.dowsing-carousel-block__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.dowsing-carousel-block__figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dowsing-carousel-block__image {
  width: 100%;
  height: auto;
  max-height: 60px;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.dowsing-carousel-block__image:hover {
  opacity: 1;
}
@media (max-width: 920px) {
  .dowsing-carousel-block__image {
    max-height: 50px;
  }
}
@media (max-width: 480px) {
  .dowsing-carousel-block__image {
    max-height: 40px;
  }
}
.dowsing-carousel-block__quote {
  margin: 0;
  padding: 0;
}
.dowsing-carousel-block__quote-text {
  font-family: "Outfit";
  font-size: 33px;
  font-size: 2.0625rem;
  color: #2B2422;
  margin: 0 0 20px 0 !important;
  line-height: 1.2;
}
.dowsing-carousel-block__quote-text::before {
  content: "“";
}
.dowsing-carousel-block__quote-text::after {
  content: "”";
}
@media (max-width: 920px) {
  .dowsing-carousel-block__quote-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .dowsing-carousel-block__quote-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.dowsing-carousel-block__quote-cite {
  font-family: "Outfit";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #0A0806;
  font-style: normal;
  display: block;
  text-align: right;
}
.dowsing-carousel-block__quote-cite::before {
  content: "– ";
}
@media (max-width: 620px) {
  .dowsing-carousel-block__quote-cite {
    font-size: 16px;
  }
}
.dowsing-carousel-block__placeholder {
  text-align: center;
  padding: 4rem 2rem;
  color: #666;
  background: #f8f8f8;
  border-radius: 8px;
  border: 2px dashed #ddd;
}
.dowsing-carousel-block__placeholder p {
  margin: 0;
  font-size: 1.1rem;
}
