@charset "UTF-8";
:root {
  --size-p: 16px;
  --size-p-bigger: 19px;
  --size-page-title: 60px;
  --size-section-title: 100px;
  --height-header: 130px;
  --height-hero: 520px;
  --height-mega-menu: 470px;
}

@media screen and (max-width: 700px) {
  :root {
    --size-p: 16px;
    --size-p-bigger: 18px;
    --size-page-title: 60px;
    --size-section-title: 58px;
  }
}
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
div {
  display: block;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  vertical-align: middle;
}

input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  background: #fff url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
  background-repeat: no-repeat;
  background-position: 97% center;
  padding: 0 25px 0 8px;
  font-size: 0.875em;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/* OPACITY */
.row, .woocommerce-page .content-area {
  width: 100%;
}

.wrap, .woocommerce-page .site-main {
  display: block;
  width: 100%;
  max-width: 1290px;
  margin: 0px auto;
  padding: 0 20px;
}

.g-1 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.g-2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.g-3 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.g-4 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.g-5 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.g-6 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.g-7 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.g-8 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.g-9 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.g-10 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.g-11 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.g-12 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.c-6,
.c-8,
.slick-dots,
.c-10 {
  display: block;
  margin: 0 auto;
}

.c-6 {
  padding: 0 calc((100% - 110px) / 12 * 3);
  margin: 0 40px;
}

.c-8, .slick-dots {
  padding: 0 calc((100% - 110px) / 12 * 2);
  margin: 0 30px;
}

.c-10 {
  padding: 0 calc((100% - 220px) / 12 + 20px);
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
*
*	Typography
*
*-------------------------------------------------------------------------*/
body {
  color: #000;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4 {
  font-family: "Bellefair", serif;
  font-weight: 400;
  color: #000;
  margin: 0em 0 0.2em;
  line-height: 1em;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child {
  margin-bottom: 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 12px;
}

.section-title {
  font-size: var(--size-section-title);
  color: #a8a6a2;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  line-height: 0.9em;
  margin-bottom: 45px;
}

p,
li,
ul,
ol,
td,
th,
dt,
dd {
  line-height: 1.1em;
  font-size: 16px;
  margin: 0em 0 20px 0;
}
.main-container p:last-child, .editor-content p:last-child,
.main-container li:last-child,
.editor-content li:last-child,
.main-container ul:last-child,
.editor-content ul:last-child,
.main-container ol:last-child,
.editor-content ol:last-child,
.main-container td:last-child,
.editor-content td:last-child,
.main-container th:last-child,
.editor-content th:last-child,
.main-container dt:last-child,
.editor-content dt:last-child,
.main-container dd:last-child,
.editor-content dd:last-child {
  margin-bottom: 0;
}
.main-container p:first-child, .editor-content p:first-child,
.main-container li:first-child,
.editor-content li:first-child,
.main-container ul:first-child,
.editor-content ul:first-child,
.main-container ol:first-child,
.editor-content ol:first-child,
.main-container td:first-child,
.editor-content td:first-child,
.main-container th:first-child,
.editor-content th:first-child,
.main-container dt:first-child,
.editor-content dt:first-child,
.main-container dd:first-child,
.editor-content dd:first-child {
  margin-top: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  outline: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

.p9 {
  font-size: 0.9em !important;
}

.p8 {
  font-size: 0.8em !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

strong,
b {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.editor-content img, .editor-content svg {
  width: auto;
  max-width: 100%;
  height: auto;
}
.editor-content ul, .editor-content ol {
  margin-bottom: 20px;
  margin-left: 0;
}
.editor-content ul li, .editor-content ol li {
  margin-top: 0;
  margin-bottom: 0.4em;
}
.editor-content ul:last-child, .editor-content ol:last-child {
  margin-bottom: 0;
}
.editor-content ul:first-child, .editor-content ol:first-child {
  margin-top: 0;
}
.editor-content ul li {
  padding-left: 0.9em;
  position: relative;
}
.editor-content ul li:before {
  position: absolute;
  left: 0;
  content: "–";
}
.editor-content ol {
  list-style-type: decimal;
  margin-left: 2em;
}
.editor-content blockquote {
  position: relative;
  margin: 0;
  padding: 20px 30px;
}
.editor-content blockquote:before, .editor-content blockquote:after {
  position: absolute;
  color: #000;
  font-size: 60px;
  width: 20px;
  height: 30px;
}
.editor-content blockquote:before {
  content: "“";
  left: 0;
  top: 30px;
}
.editor-content blockquote:after {
  right: 0;
  bottom: -10px;
}
.editor-content em {
  font-style: italic;
}

/** Light color-scheme **/
:root {
  --cc-bg: #fff;
  --cc-text: #000;
  --cc-btn-primary-bg: #000;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #fff;
  --cc-btn-secondary-bg: #ececea;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-toggle-bg-off: #000;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: rgba(0, 0, 0, 0.5);
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #ececea;
  --cc-cookie-category-block-bg-hover: #ececea;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgba(4, 6, 8, 0.85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

/** Dark color-scheme **/
.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

#cc--main {
  z-index: 9999;
}

.cc_div *,
.cc_div *:hover,
.cc_div :before,
.cc_div :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: none;
  border: none;
  border-radius: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset;
  height: auto;
  vertical-align: baseline;
}

.cc_div {
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2d4156;
  color: var(--cc-text);
}

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
  font-weight: 600;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
  border-radius: 0.35em;
}

#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cc_div input,
.cc_div button,
.cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  text-decoration: none;
  border-color: transparent;
}

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
  -webkit-transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease !important;
}

.c--anim .c-bn {
  -webkit-transition: background-color 0.25s ease !important;
  transition: background-color 0.25s ease !important;
}

/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr {
  -webkit-transform: translateY(1.6em);
      -ms-transform: translateY(1.6em);
          transform: translateY(1.6em);
}

#cm.top.slide {
  -webkit-transform: translateY(-1.6em);
      -ms-transform: translateY(-1.6em);
          transform: translateY(-1.6em);
}

#cm.bar.slide {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

#cm.bar.top.slide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* end transitions */
/* Show modals */
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible !important;
}

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
  -webkit-transform: scale(1) translateY(-50%);
      -ms-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important;
}

#cm {
  font-family: inherit;
  padding: 1.1em 1.8em 1.4em 1.8em;
  position: fixed;
  z-index: 1;
  background: #ececea;
  max-width: 24.2em;
  width: 100%;
  bottom: 1.25em;
  right: 1.25em;
  -webkit-box-shadow: 0 0.625em 1.875em #000000;
          box-shadow: 0 0.625em 1.875em #000000;
  -webkit-box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
          box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  line-height: initial;
}

/** fix https://github.com/orestbida/cookieconsent/issues/94 **/
#cc_div #cm {
  display: block !important;
}

#c-ttl {
  margin-bottom: 0.7em;
  font-size: 1.05em;
}

.cloud #c-ttl {
  margin-top: -0.15em;
}

#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div #c-bns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.4em;
}

.cc_div .c-bn {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
  padding: 1em 1.7em;
  display: inline-block;
  cursor: pointer;
  font-size: 0.82em;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  text-align: center;
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #000;
}

#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
  float: right;
  margin-left: 1em;
}

#s-cnt #s-rall-bn {
  float: none;
}

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

/**
CookieConsent settings modal
**/
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden;
}

#s-bl {
  outline: none;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-bn {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: 0.95em;
  width: 100%;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: none;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  padding: 1em;
  margin-bottom: 0.5em;
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  -webkit-transition: none;
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  padding: 0;
  border: none;
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  -webkit-transition: none;
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}

#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden;
}

#s-cnt .p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
  color: #2d4156;
  color: var(--cc-block-text);
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

#s-inr {
  height: 100%;
  position: relative;
  max-width: 45em;
  margin: 0 auto;
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
  opacity: 0;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  -webkit-box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
          box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
}

#s-inr,
#s-hdr,
#s-bns {
  background: #fff;
  background: var(--cc-bg);
}

#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.3em 2.1em;
  display: block;
  width: 100%;
}

#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 2.1em;
  border-top: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  height: 4.75em;
}

.cc_div .cc-link {
  color: #253b48;
  color: var(--cc-btn-primary-bg);
  border-bottom: 1px solid #253b48;
  border-color: var(--cc-btn-primary-bg);
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:active {
  border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg);
}

#c-bns.swap button:first-child {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
}

#c-bns.swap button:last-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover {
  background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg);
  color: #000;
}

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 0 2.1em;
  height: 4.75em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
}

#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.45em;
  margin: 0;
  font-weight: initial;
  position: relative;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#c_policy__text {
  height: 31.25em;
  overflow-y: auto;
  margin-top: 1.25em;
}

#c-s-in {
  position: relative;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
}

@media screen and (min-width: 688px) {
  /** works only on webkit-based browsers **/
  #s-bl::-webkit-scrollbar {
    width: 0.9em;
    height: 100%;
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
  }
  #s-bl::-webkit-scrollbar-thumb {
    border: 0.25em solid var(--cc-bg);
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
  }
}
/** custom checkbox **/
/* The container */
.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

/* Hide the browser's default checkbox */
.cc_div .b-tg .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
}

/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
  position: absolute;
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  -webkit-transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  pointer-events: none;
}

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
  content: "";
  position: relative;
  display: block;
  left: 0.125em;
  top: 0.125em;
  width: 1.25em;
  height: 1.25em;
  border: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  -webkit-box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
          box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  border-radius: 100%;
}

/* Show the checkmark when checked */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  -webkit-transform: translateX(1.9em);
      -ms-transform: translateX(1.9em);
          transform: translateX(1.9em);
}

#s-bl table,
#s-bl th,
#s-bl td {
  border: none;
}

#s-bl tbody tr {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: 0.8em;
  padding-left: 1.2em;
}

#s-bl th {
  font-family: inherit;
  padding: 1.2em 1.2em;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-color: var(--cc-cookie-table-border);
}

.force--consent #s-cnt,
.force--consent #cs {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  display: none;
  -webkit-transition: none;
  transition: none;
}

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  -webkit-transition: visibility 0.25s linear;
  transition: visibility 0.25s linear;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

/** END BLOCK PAGE SCROLL */
/** BEGIN ICONS **/
.cc_div .b-bn .exp::before,
.cc_div .act .b-bn .exp::before {
  border: solid #2d4156;
  border-color: var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: 0.2em;
  display: inline-block;
  position: absolute;
  content: "";
  margin-right: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 1.2em;
  top: 50%;
}

.cc_div .act .b-bn .b-tl::before {
  -webkit-transform: translateY(-20%) rotate(225deg);
      -ms-transform: translateY(-20%) rotate(225deg);
          transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before {
  border: solid #fff;
  border-color: var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: 0.1em;
  display: inline-block;
  padding-bottom: 0.45em;
  content: "";
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.37em;
  left: 0.75em;
  position: absolute;
}

#s-c-bn::before,
#s-c-bn::after {
  content: "";
  position: absolute;
  left: 0.82em;
  top: 0.58em;
  height: 0.6em;
  width: 1.5px;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}

#s-c-bn::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i::before,
.cc_div .off-i::after {
  right: 0.8em;
  top: 0.42em;
  content: " ";
  height: 0.7em;
  width: 0.09375em;
  display: block;
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.cc_div .off-i::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cc_div .off-i::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

/** END ICONS **/
#cm.box.middle,
#cm.cloud.middle {
  top: 50%;
  -webkit-transform: translateY(-37%);
      -ms-transform: translateY(-37%);
          transform: translateY(-37%);
  bottom: auto;
}

#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
  -webkit-transform: scale(0.95) translateY(-50%);
      -ms-transform: scale(0.95) translateY(-50%);
          transform: scale(0.95) translateY(-50%);
}

#cm.box.center {
  left: 1em;
  right: 1em;
  margin: 0 auto;
}

/* Start cloud layout */
#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1em;
  right: 1em;
  overflow: hidden;
  padding: 1.3em 2em;
  width: unset;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}

.cc_div .cloud #c-txt {
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  margin: 0.625em 0 0 0;
  width: 100%;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

/* End cloud layout */
/* Start bar layout */
#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}

#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  height: 100%;
  max-height: 100%;
}

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.cc_div .bar #cs {
  padding: 0;
}

/* align bar to right by default */
.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid #e3e7ed;
  border-color: var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  /* Behave  like a "row" */
  border: none;
  position: relative;
  padding-left: 35%;
}

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: #000;
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* End bar layout */
/* Positions */
#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  right: auto;
  left: 1.25em;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

/* end positions */
@media screen and (max-width: 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1.4em !important;
    right: 1em;
    left: 1em;
    bottom: 1em;
    display: block;
  }
  .force--consent #cm,
  .force--consent #cm.cloud {
    width: auto;
    max-width: 100vw;
  }
  #cm.top {
    top: 1em;
    bottom: auto;
  }
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .cc_div .b-tg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    right: 1.1em;
  }
  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.3em;
  }
  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }
  /** dynamic table layout **/
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }
  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  /* Force table to not be like tables anymore */
  #s-bl table,
  #s-bl thead,
  #s-bl tbody,
  #s-bl th,
  #s-bl td,
  #s-bl tr,
  #s-cnt {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border);
  }
  #s-bl td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 35%;
  }
  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #cm .c-bn,
  .cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  .cc_div #c-bns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #c-bns button + button,
  #s-cnt button + button {
    margin-top: 0.625em;
    margin-left: 0;
    float: unset;
  }
  #cm.cloud,
  #cm.box {
    left: 1em;
    right: 1em;
    width: auto;
  }
  #cm.cloud.right,
  #cm.cloud.left {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}
/* Begin IE fixes */
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  max-height: 37.5em;
  position: relative;
  top: 0;
  margin-top: -5.625em;
}

.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  padding-left: 1em;
  margin-bottom: 0.7em;
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .b-tg .c-tgl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em;
  height: auto;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

/** END IE FIXES **/
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #ececea;
  background: #ececea;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-links a svg {
  width: auto;
  height: 22px;
}
.social-links a svg path {
  fill: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-links a:hover svg.ico-email path {
  fill: #cb123e;
}
.social-links a:hover svg.ico-facebook path {
  fill: #3b5998;
}
.social-links a:hover svg.ico-twitter path {
  fill: #00aced;
}
.social-links a:hover svg.ico-pinterest path {
  fill: #cb2027;
}
.social-links a:hover svg.ico-instagram path {
  fill: #517fa4;
}
.social-links a:hover svg.ico-linkedin path {
  fill: #007bb6;
}
.social-links a:hover svg.ico-vimeo path {
  fill: #1ab7ea;
}
.social-links a:hover svg.ico-youtube path {
  fill: #ff0000;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 20px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover .st0, .slick-prev:focus .st0,
.slick-next:hover .st0,
.slick-next:focus .st0 {
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.5;
}

.slick-prev {
  -webkit-transform: rotate(180deg) translateX(0px);
      -ms-transform: rotate(180deg) translateX(0px);
          transform: rotate(180deg) translateX(0px);
  left: 0px;
  z-index: 2;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-prev:hover {
  -webkit-transform: rotate(180deg) translateX(10px);
      -ms-transform: rotate(180deg) translateX(10px);
          transform: rotate(180deg) translateX(10px);
}

.slick-next {
  right: 0px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
.slick-next:hover {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 10px 0 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  background: #cb123e;
  cursor: pointer;
  border-radius: 50%;
  padding: 0;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*
              &:before {
                  position: absolute;
                  top: 0;
                  left: 0;
                  content: $slick-dot-character;
                  width: 20px;
                  height: 20px;
                  font-size: $slick-dot-size;
                  line-height: 20px;
                  text-align: center;
                  color: $slick-dot-color;
                  opacity: $slick-opacity-not-active;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
              }
  */
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

#croots-logo-svg cls-1 {
  fill: #1a1818;
}
#croots-logo-svg .cls-1, #croots-logo-svg .cls-2 {
  stroke-width: 0px;
}
#croots-logo-svg .cls-2 {
  fill: #d5003e;
}

.ico-chev {
  width: 10px;
  height: 6px;
}
.ico-chev .st0 {
  fill: none;
  stroke: #000;
}

.ico-slider-nav .st0 {
  fill: none;
  stroke: #000;
}

.ico-search .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ico-search .st1 {
  fill: none;
  stroke: #000;
}

.ico-fav .st0 {
  fill: none;
  stroke: #000;
}

.ico-account .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ico-account .st1 {
  fill: none;
}

.ico-cart .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
}

.icon-wish-list-svg {
  width: 28px;
  height: 25px;
}
.icon-wish-list-svg .wish-list-path {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
}
.icon-wish-list.product-added .icon-wish-list-svg .wish-list-path {
  fill: #000;
}
.executing .icon-wish-list-svg {
  -webkit-animation: pulse;
          animation: pulse;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.toggler {
  display: inline-block;
  width: 40px;
  height: 20px;
  background: #dad9d6;
  border-radius: 10px;
  padding: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.toggler:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 3px;
}
.toogle-checked .toggler {
  text-align: right;
  background: #000;
}
.toogle-checked .toggler:before {
  left: auto;
  right: 3px;
}

.woocommerce form .form-row {
  margin: 0px 0 20px;
  padding: 0;
}
.woocommerce form .form-row label,
.woocommerce form .form-row input {
  margin-bottom: 10px;
}

.product-christmas-notice {
  padding: 20px;
  background: #cb123e;
  color: #fff;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.category-children {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 45px;
  grid-column-gap: 20px;
}
.category-children li {
  margin-bottom: 0;
  text-align: center;
}
.category-children li .child-image-wrapper {
  margin: 0 0 10px;
  padding: 5px;
  background: #ececea;
  border-radius: 50%;
  overflow: hidden;
}
.category-children li .child-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.category-children li .child-image-wrapper:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.category-children li a,
.category-children li p {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
}

.woocommerce-products-header .woocommerce-products-header__title {
  font-size: 60px;
  line-height: 60px;
  margin: 65px 0 15px;
  text-transform: uppercase;
}
.woocommerce-products-header .term-description {
  width: 50%;
  margin: 15px 0 60px;
}
.woocommerce-products-header .filter-title {
  font-size: 19px;
  margin: 25px 0;
}

.woocommerce nav.woocommerce-pagination {
  text-align: right;
  margin-bottom: 40px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a {
  color: #000;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  width: auto;
  min-width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  background: none;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border: 1px solid #000;
  color: #000;
}
.woocommerce .up-sells .products ul,
.woocommerce .up-sells ul.products {
  display: block;
}
.woocommerce .up-sells .products ul .slides,
.woocommerce .up-sells ul.products .slides {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 60px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.woocommerce .products ul:before,
.woocommerce ul.products:before {
  display: none;
}
.woocommerce .products ul li.product,
.woocommerce ul.products li.product {
  float: none;
  margin: 0;
  width: 100%;
  background: #ececea;
}
.woocommerce .products ul li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font: 300 19px/1em "Figtree", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0 0 20px;
}
.woocommerce .products ul li.product .product-loop-content,
.woocommerce ul.products li.product .product-loop-content {
  padding: 25px 20px;
}
.woocommerce .products ul li.product .product-loop-details,
.woocommerce ul.products li.product .product-loop-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.woocommerce .products ul li.product .product-loop-details .price,
.woocommerce ul.products li.product .product-loop-details .price {
  margin-bottom: 0;
  color: #000;
}
.woocommerce .products ul li.product .product-loop-details .product-loop-colors,
.woocommerce ul.products li.product .product-loop-details .product-loop-colors {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.woocommerce .products ul li.product .product-loop-details .product-loop-colors li,
.woocommerce ul.products li.product .product-loop-details .product-loop-colors li {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  border-radius: 50%;
  overflow: hidden;
}
.woocommerce .products ul li.product .product-loop-details .price-retail,
.woocommerce ul.products li.product .product-loop-details .price-retail {
  margin-bottom: 5px;
}
.woocommerce .products ul .product:hover .thumb-main-image img,
.woocommerce ul.products .product:hover .thumb-main-image img {
  opacity: 0;
}
.woocommerce .products ul .product:hover .thumb-main-image.single-image img,
.woocommerce ul.products .product:hover .thumb-main-image.single-image img {
  opacity: 1;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.woocommerce .products ul .product:hover .thumb-back-image img,
.woocommerce ul.products .product:hover .thumb-back-image img {
  opacity: 1;
}
.woocommerce .products ul .square-cta-el,
.woocommerce ul.products .square-cta-el {
  grid-column-start: span 2;
  grid-row-start: span 2;
  margin-bottom: 0;
}
.woocommerce .products ul .square-cta-el .square-cta,
.woocommerce ul.products .square-cta-el .square-cta {
  height: 100%;
  padding-bottom: 0;
}
.woocommerce .products ul .rect-cta-el,
.woocommerce ul.products .rect-cta-el {
  grid-column-start: span 3;
  margin-bottom: 0;
}

.product-thumbnail {
  position: relative;
  padding: 0;
  height: 300px;
}
.product-thumbnail img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-thumbnail .thumb-main-image {
  height: 100%;
  padding: 10px 10px 0;
}
.product-thumbnail .thumb-main-image .image-wrap {
  height: 100%;
}
.product-thumbnail .thumb-back-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-thumbnail .thumb-back-image img {
  opacity: 0;
}
.product-thumbnail .thumb-back-image.lifestyle-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.product-gift-cart-loop .product-thumbnail img {
  width: 100%;
  margin: 0 auto !important;
}
.product-gift-cart-loop .tax-product_cat.term-gifting {
  display: none !important;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.single-product .entry-summary .product_title {
  text-transform: uppercase;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 20px;
}
.single-product.woocommerce div.product p.price {
  color: #000;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 30px;
  font-size: 16px;
}
.single-product #product-addons-total {
  display: none !important;
}

.nk-product-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  position: relative;
  padding: 80px 0;
}
.nk-product-details:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ececea;
  z-index: -1;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
}

.product-gallery {
  width: 100%;
  position: relative;
}
.product-gallery .gallery-images {
  width: 100%;
}
.product-gallery figure {
  margin: 0;
  padding: 0;
}
.product-gallery .zoom-activate {
  position: relative;
  overflow: hidden;
}
.product-gallery .zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.product-gallery .zoom-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  background: transparent url(../images/ico-zoom.svg) no-repeat center;
  background-size: contain;
  z-index: 8;
}
.product-gallery .gallery-image {
  margin-bottom: 40px;
  background: #ececea;
}
.product-gallery .gallery-image:last-child {
  margin-bottom: 0;
}
.product-gallery .gallery-image .square-image .image-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
.product-gallery .slider-with-nav .slider-nav {
  bottom: 0;
}
.product-gallery .slider-with-nav .slider-nav .wrap, .product-gallery .slider-with-nav .slider-nav .woocommerce-page .site-main, .woocommerce-page .product-gallery .slider-with-nav .slider-nav .site-main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.product-gallery .slider-with-nav .slider-nav .prev {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product-gallery .slider-with-nav .slider-nav .next {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.col-narrow, .woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 66%;
  margin: 0 auto;
}

.product-details-accordion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  margin: 80px 0;
}

.featured-icons {
  margin: 80px 0 90px;
}
.featured-icons .icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.featured-icons .icons-list img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.slider-lifestyle .rect-cta .cta-box {
  margin-top: 0;
  margin-bottom: 0;
}

.product-range-slider {
  background: #ececea;
  display: grid;
  grid-template-columns: 5fr minmax(0, 7fr);
  grid-column-gap: 20px;
  margin: 120px 0 85px;
}
.product-range-slider .shop-range {
  padding-right: 10%;
}
.product-range-slider .product-thumbnail {
  height: 250px;
}
.woocommerce .product-range-slider ul.products {
  display: block;
  width: 100%;
  margin: 0;
  padding-top: 40px;
}
.woocommerce .product-range-slider ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 15px;
}
.woocommerce .product-range-slider ul.products li.product .product-loop-details .product-loop-colors {
  display: none;
}
.product-range-slider .slider-with-nav .slider-nav {
  position: relative;
  bottom: 20px;
  padding-right: 40px;
}
.product-range-slider .slider-with-nav .slider-nav .wrap, .product-range-slider .slider-with-nav .slider-nav .woocommerce-page .site-main, .woocommerce-page .product-range-slider .slider-with-nav .slider-nav .site-main {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}

.woocommerce .up-sells.products {
  margin: 85px auto 100px;
}
.woocommerce .up-sells.products h2 {
  font-size: 38px;
  margin: 0 0 40px;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce .up-sells.products ul .slides {
  grid-template-columns: repeat(4, 1fr);
  margin: 40px 0;
}
.woocommerce .up-sells.products .cta-link {
  color: #000;
}
.woocommerce .up-sells.products .cta-link:before {
  background: #000;
  display: none;
}
.woocommerce .up-sells.products .cta-box img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce .up-sells.products .image-wrap {
  background: #ececea;
  margin-bottom: 15px;
}

.popup-personalisation .popup-content {
  position: relative;
}
.popup-personalisation .popup-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
.popup-personalisation .popup-columns .pop-image {
  padding-left: 10%;
}
.popup-personalisation .popup-columns .pop-image span {
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}
.popup-personalisation .letters {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  font-family: "Times New Roman", serif;
  text-transform: uppercase;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.5), 1px 1px rgba(255, 255, 255, 0.15);
  color: rgba(0, 0, 0, 0.25);
}
.popup-personalisation .pers-form h3 {
  font: 700 16px "Figtree", Helvetica, Arial, sans-serif;
  margin: 10px 0 10px;
}
.popup-personalisation .pers-form input {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.popup-personalisation .pers-form input::-webkit-input-placeholder {
  text-transform: none;
}
.popup-personalisation .pers-form input:-moz-placeholder { /* Firefox 18- */
  text-transform: none;
}
.popup-personalisation .pers-form input::-moz-placeholder { /* Firefox 19+ */
  text-transform: none;
}
.popup-personalisation .pers-form input:-ms-input-placeholder {
  text-transform: none;
}
.popup-personalisation .pers-form .btn, .popup-personalisation .pers-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .popup-personalisation .pers-form input#submit,
.popup-personalisation .pers-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .popup-personalisation .pers-form a.button,
.popup-personalisation .pers-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .popup-personalisation .pers-form button.button,
.popup-personalisation .pers-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .popup-personalisation .pers-form input.button,
.popup-personalisation .pers-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .popup-personalisation .pers-form input#submit,
.popup-personalisation .pers-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .popup-personalisation .pers-form a.button,
.popup-personalisation .pers-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .popup-personalisation .pers-form button.button,
.popup-personalisation .pers-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .popup-personalisation .pers-form input.button {
  height: 40px;
  padding: 8px 15px 10px;
}

.personalisation-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  font: 700 16px "Figtree", Helvetica, Arial, sans-serif;
}
.personalisation-select:hover {
  cursor: pointer;
}
.personalisation-select img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}
.personalisation-select .pers-price {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.personalisation-select .pers-tick {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
  margin: 0 10px;
}
.personalisation-select .pers-tick:hover {
  cursor: pointer;
}
.personalisation-select .pers-tick svg {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: none;
}
.personalisation-select.pers-selected .pers-tick svg {
  display: block;
}

.woocommerce form .wc-pao-addons-container .form-row {
  padding: 0;
  margin: 0;
}

.wc-pao-addons-container {
  margin: 0px 0 20px;
}

.wc-pao-addon-container {
  margin: 0px 0 30px;
}
.wc-pao-addon-container .wc-pao-addon-image-swatch-selected-swatch {
  display: none;
}
.wc-pao-addon-container .required {
  display: none;
}
.wc-pao-addon-container label {
  font: 700 16px "Figtree", Helvetica, Arial, sans-serif;
}
.wc-pao-addon-container .wc-pao-addon-description {
  display: none;
}

.wc-pao-addon .wc-pao-addon-wrap select {
  font-size: 16px;
}

.wc-pao-addon-image-swatch {
  padding: 0;
  position: relative;
  outline: none !important;
  margin: 5px 11px 0 0;
}
.wc-pao-addon-image-swatch img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.wc-pao-addon-image-swatch.selected:before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  top: -3px;
  left: -3px;
  overflow: hidden;
}

.nk-colour-selected {
  font: 700 16px "Figtree", Helvetica, Arial, sans-serif;
}
.nk-colour-selected span {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.outlet-price-now {
  color: #cb123e;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.1em;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background: #fff;
  color: #000;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #000;
  opacity: 0.8;
}

.add-to-cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce .add-to-cart-wrapper .quantity .qty {
  height: 50px;
  width: 50px;
}

.woocommerce div.quantity {
  white-space: nowrap;
  margin-right: 20px;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.woocommerce-cart .row-woocommerce,
.woocommerce-checkout .row-woocommerce {
  margin-bottom: 40px;
}

.woocommerce-cart .row-woocommerce .woocommerce {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
.woocommerce-cart .row-woocommerce .woocommerce .woocommerce-notices-wrapper {
  grid-column: span 2;
}
.woocommerce-cart .row-woocommerce .woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: auto 1fr;
  padding: 20px;
}
.woocommerce-cart .woocommerce-shipping-totals .woocommerce-shipping-methods {
  display: none;
}
.woocommerce-cart .woocommerce-shipping-totals .woocommerce-shipping-destination {
  line-height: 1.5em;
}
.woocommerce-cart .custom-tax-message {
  padding: 20px 20px 20px 60px;
  border: 1px solid #000;
  margin-top: 20px;
  position: relative;
}
.woocommerce-cart .custom-tax-message:before {
  content: "i";
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-cart .custom-tax-message.cart-christmas-notice {
  background: #cb123e;
  color: #fff;
}
.woocommerce-cart .custom-tax-message.cart-christmas-notice:before {
  border-color: #fff;
}

.woocommerce-checkout .wc-block-components-notice-banner {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.woocommerce-checkout .wc-block-components-notice-banner .wc-block-components-notice-banner__content a {
  margin-left: 20px;
}
.woocommerce-checkout .import-tax-info p {
  font-weight: 400;
  margin-top: 10px;
}

.woocommerce-checkout .variation,
.woocommerce-cart .variation {
  display: grid;
  grid-template-columns: auto 1fr;
}
.woocommerce-checkout .variation dt,
.woocommerce-checkout .variation dd,
.woocommerce-checkout .variation p,
.woocommerce-cart .variation dt,
.woocommerce-cart .variation dd,
.woocommerce-cart .variation p {
  font-size: 14px;
}
.woocommerce-checkout .variation dt,
.woocommerce-cart .variation dt {
  margin-right: 10px !important;
  margin-bottom: 0;
}

.woo-page-title,
h1:first-child {
  margin: 85px 0 35px;
  font-size: 28px;
  text-transform: uppercase;
}

.woocommerce-cart-form__contents thead {
  background: #dad9d6;
}
.woocommerce-cart-form__contents thead .product-thumbnail {
  height: auto;
}
.woocommerce-cart-form__cart-item {
  background: #ececea;
}
.woocommerce-cart-form__cart-item .product-remove {
  width: 40px;
  text-align: center;
}
.woocommerce-cart-form__cart-item .product-thumbnail {
  width: 60px;
  height: 60px;
}
.woocommerce-cart-form__cart-item .product-thumbnail a {
  display: block;
  width: 60px;
  height: 60px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
}
.woocommerce-cart-form__cart-item .product-thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce-cart-form__cart-item .product-name a {
  display: inline-block;
  color: #000;
  margin-bottom: 10px;
}
.woocommerce-cart-form__cart-item .product-name dt,
.woocommerce-cart-form__cart-item .product-name dl,
.woocommerce-cart-form__cart-item .product-name dd {
  margin-bottom: 3px;
  font-size: 14px;
}
.woocommerce-cart-form__cart-item .product-subtotal {
  width: 165px;
}

.woocommerce a.remove {
  background: #000;
  color: #fff !important;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  line-height: 16px;
  font-size: 23px;
  padding-left: 1px;
  margin: 0;
}
.woocommerce a.remove:hover {
  background: #fff;
  color: #000 !important;
}

.woocommerce table.shop_table {
  border: none;
  border-radius: 0;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
}

.woocommerce .cart_totals .cart-totals-wrapper {
  background: #ececea;
  padding: 35px 30px;
}
.woocommerce .cart_totals h2 {
  font: 300 19px "Figtree", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.woocommerce .cart_totals table.shop_table {
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.woocommerce .cart_totals table.shop_table p {
  margin-bottom: 0;
}
.woocommerce .cart_totals table.shop_table tbody th {
  font-weight: 700;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
}
.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
  padding: 15px 0;
  border-color: #000;
}
.woocommerce .cart_totals table.shop_table th {
  padding-right: 10px;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .woocommerce-cart-form button.button {
  width: auto;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .woocommerce-cart-form button.button:disabled[disabled] {
  opacity: 1;
  color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 300px;
  height: 50px;
  padding: 10px 15px;
  border: 1px solid #000;
  font: 300 16px/20px "Figtree", Helvetica, Arial, sans-serif;
  margin-right: 0;
  clear: left;
}

.woocommerce-cart table.cart td.actions {
  padding: 0;
  padding-top: 30px;
  vertical-align: bottom;
}
.woocommerce-cart table.cart td.actions .coupon:before {
  content: "Do you have a voucher code?";
  display: block;
  text-align: left;
  font: 700 14px/1em "Figtree", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  float: left;
}
.woocommerce-cart table.cart td.actions .coupon .button {
  float: left;
}
.woocommerce-cart table.cart td.actions .button[name=update_cart] {
  margin-top: 29px;
}

.wc_coupon_message_wrap {
  padding: 0 !important;
}

#coupons_list {
  grid-column: span 2;
}
#coupons_list .sc-accordion-title {
  font-size: var(--size-p);
}
#coupons_list .sc-arrow-icon {
  width: 20px;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
}
.woocommerce .cart-collaterals .cross-sells > h2,
.woocommerce-page .cart-collaterals .cross-sells > h2 {
  font: 300 19px/1em "Figtree", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 20px 0;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  grid-template-columns: repeat(2, 1fr);
  margin: 20px 0 60px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 100%;
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.woocommerce-billing-fields h3 {
  font-size: var(--size-p-bigger);
  text-transform: uppercase;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
}

#ship-to-different-address input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
#ship-to-different-address span {
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

form.woocommerce-checkout {
  margin-top: 60px;
}
form.woocommerce-checkout .woocommerce-account-fields {
  padding: 40px;
  background: #ececea;
  margin: 10px 0 30px;
}
form.woocommerce-checkout .woocommerce-account-fields h2 {
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 15px;
}
form.woocommerce-checkout .woocommerce-account-fields .why-account {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 15px;
  width: 100%;
  margin-bottom: 20px;
}
form.woocommerce-checkout .woocommerce-account-fields .why-account a {
  text-decoration: underline;
}
form.woocommerce-checkout .woocommerce-account-fields .create-account {
  margin-bottom: 0;
}
form.woocommerce-checkout .woocommerce-account-fields .create-account label {
  font-size: var(--size-p);
  line-height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
form.woocommerce-checkout .woocommerce-account-fields .create-account label span {
  font-size: var(--size-p);
  line-height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
form.woocommerce-checkout .woocommerce-account-fields .create-account label #createaccount {
  position: absolute;
  opacity: 0;
}
form.woocommerce-checkout .woocommerce-account-fields .account-details-email {
  margin-top: 3px;
  display: none;
}
form.woocommerce-checkout .woocommerce-account-fields .mailchimp-signup label {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
form.woocommerce-checkout .woocommerce-account-fields .mailchimp-signup .acf-field-6543f78ea283c ul {
  margin-left: 25px;
}
form.woocommerce-checkout .woocommerce-account-fields .mailchimp-signup .acf-field.acf-field-6543f875a283d .acf-label {
  display: block;
  margin-top: 10px;
}
form.woocommerce-checkout .woocommerce-account-fields .mailchimp-signup .acf-field.acf-field-6543f875a283d .acf-label label {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-left: 20px;
}
form.woocommerce-checkout .woocommerce-account-fields .mailchimp-signup .acf-field.acf-field-6543f875a283d ul.acf-checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 0px 25px;
  margin-bottom: 0;
}
form.woocommerce-checkout .woocommerce-account-fields .mailchimp-signup .acf-field.acf-field-6543f875a283d ul.acf-checkbox-list li {
  margin-right: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
}
form.woocommerce-checkout .woocommerce-account-fields .mailchimp-signup input[type=checkbox] {
  background-color: #ececea !important;
}
form.woocommerce-checkout .woocommerce-account-fields .mailchimp-signup .acf-field-6543f78ea283c .acf-label label {
  display: none;
}
form.woocommerce-checkout .woocommerce-account-fields .mailchimp-signup .acf-fields > .acf-field {
  padding: 0;
}
form.woocommerce-checkout .woocommerce-account-fields .mailchimp-signup ul.acf-radio-list:focus-within,
form.woocommerce-checkout .woocommerce-account-fields .mailchimp-signup ul.acf-checkbox-list:focus-within {
  border: none;
}
form.woocommerce-checkout .woocommerce-account-fields .mailchimp-signup .checkbox-control {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 0px;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 17px;
}
form.woocommerce-checkout .woocommerce-account-fields .mailchimp-signup input[type=checkbox] {
  position: absolute;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  margin: 0;
  display: grid;
  place-content: center;
  font: inherit;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-transform: translate(-25px, 0.1em);
      -ms-transform: translate(-25px, 0.1em);
          transform: translate(-25px, 0.1em);
  top: 0px;
  left: 0px;
}
form.woocommerce-checkout .woocommerce-account-fields .mailchimp-signup input[type=checkbox]:focus {
  -webkit-appearance: none;
}
form.woocommerce-checkout .woocommerce-account-fields .mailchimp-signup input[type=checkbox]:before {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em black;
          box-shadow: inset 1em 1em black;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
form.woocommerce-checkout .woocommerce-account-fields .mailchimp-signup input[type=checkbox]:checked:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.woocommerce form .form-row.notes label {
  font-size: var(--size-p-bigger);
  text-transform: uppercase;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
}

body.woocommerce-checkout .gift-certificate.sc_info_box {
  padding: 0 !important;
  margin-bottom: 20px;
  margin-top: 40px;
  background: none;
}
body.woocommerce-checkout .gift-certificate.sc_info_box h3 {
  font-size: var(--size-p-bigger);
  text-transform: uppercase;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
}
body.woocommerce-checkout .gift-certificate.sc_info_box .gift-certificate-show-form p {
  margin-bottom: 20px;
}
body.woocommerce-checkout .gift-certificate.sc_info_box .gift-certificate-show-form .show_hide_list {
  margin: 0;
}
body.woocommerce-checkout .gift-certificate.sc_info_box .gift-certificate-receiver-detail-form .form_table {
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-top: 10px;
}
body.woocommerce-checkout .gift-certificate.sc_info_box .gift-certificate-receiver-detail-form .form_table .email input,
body.woocommerce-checkout .gift-certificate.sc_info_box .gift-certificate-receiver-detail-form .form_table .email_sending_date_time_wrapper input {
  margin: 5px 0 10px;
}
body.woocommerce-checkout .gift-certificate.sc_info_box .gift-certificate-receiver-detail-form .form_table .email_sending_date_time_wrapper input {
  margin: 10px 0 20px;
}
body.woocommerce-checkout .gift-certificate.sc_info_box .single_multi_list {
  margin-top: 20px;
}
body.woocommerce-checkout .gift-certificate.sc_info_box .wc_sc_schedule_gift_sending_wrapper.show {
  margin-left: 0;
}
body.woocommerce-checkout .gift-certificate.sc_info_box .wc-sc-toggle-check-text {
  width: 70px;
  height: 20px;
  background: #dad9d6;
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
}
body.woocommerce-checkout .gift-certificate.sc_info_box .wc-sc-toggle-check-input:checked ~ .wc-sc-toggle-check-text {
  background: #000;
  text-align: left;
}

.ui-datepicker {
  width: auto;
}
.ui-datepicker p,
.ui-datepicker li,
.ui-datepicker ul,
.ui-datepicker ol,
.ui-datepicker td,
.ui-datepicker th,
.ui-datepicker dt,
.ui-datepicker dd {
  line-height: 1em;
  font-size: 16px;
  margin: 0;
}

.checkout-review {
  padding-left: 17%;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-total {
  width: 125px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td small {
  display: inline-block;
  width: 100%;
}

.woocommerce-checkout-review-order .cart-totals-wrapper {
  background: #ececea;
  padding: 35px 30px;
  margin-bottom: 20px;
}
.woocommerce-checkout-review-order .cart-totals-wrapper:before {
  content: "Order summary";
}
.woocommerce-checkout-review-order table.shop_table {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-bottom: 0;
}
.woocommerce-checkout-review-order table.shop_table p {
  margin-bottom: 0;
}
.woocommerce-checkout-review-order table.shop_table tbody th {
  font-weight: 700;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
}
.woocommerce-checkout-review-order table.shop_table thead th {
  padding-top: 0;
}
.woocommerce-checkout-review-order table.shop_table tfoot th,
.woocommerce-checkout-review-order table.shop_table tfoot td {
  border-color: #000;
}
.woocommerce-checkout-review-order table.shop_table th,
.woocommerce-checkout-review-order table.shop_table td {
  padding: 15px 0;
  border-color: #a8a6a2;
}
.woocommerce-checkout-review-order table.shop_table th {
  padding-right: 10px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 35px 30px 25px;
  background: #ececea;
  border-bottom: 0;
  margin-bottom: 20px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  margin-bottom: 0;
}

.wc_payment_methods:before {
  content: "Payment Options" !important;
}

.woocommerce-checkout #payment div.payment_box {
  background: #fff;
}
.woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.wc_payment_methods:before,
.woocommerce-checkout-review-order .cart-totals-wrapper:before {
  font-size: var(--size-p-bigger);
  text-transform: uppercase;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
  display: inline-block;
}

#order_comments_field {
  margin-top: 20px;
}

.woocommerce-order-received h2 {
  font-size: var(--size-p-bigger);
  text-transform: uppercase;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
}
.woocommerce-order-received table.shop_table {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-bottom: 0;
}
.woocommerce-order-received table.shop_table p {
  margin-bottom: 0;
}
.woocommerce-order-received table.shop_table tbody th {
  font-weight: 700;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
}
.woocommerce-order-received table.shop_table thead th {
  padding-top: 0;
}
.woocommerce-order-received table.shop_table tfoot th,
.woocommerce-order-received table.shop_table tfoot td {
  border-color: #000;
}
.woocommerce-order-received table.shop_table th,
.woocommerce-order-received table.shop_table td {
  padding: 15px 0;
  border-color: #a8a6a2;
}
.woocommerce-order-received table.shop_table th {
  padding-right: 10px;
}
.woocommerce-order-received table.shop_table .wc-item-meta {
  margin: 10px 0 20px;
}
.woocommerce-order-received table.shop_table .wc-item-meta li {
  margin-bottom: 0;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details {
  margin-bottom: 30px;
}

.woocommerce .woocommerce-customer-details {
  margin-bottom: 40px;
}
.woocommerce .woocommerce-customer-details address {
  font-size: var(--size-p);
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
  padding: 0;
  line-height: 1.1em;
}

.woocommerce-form-login-toggle .woocommerce-info {
  position: relative;
}
.woocommerce-form-login-toggle .woocommerce-info:before {
  position: absolute;
  top: 17px;
  left: 20px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url(../images/ico-account-black.svg) no-repeat center;
  background-size: contain;
}

.dashboard-signup {
  margin-top: 50px;
  padding: 40px;
  background: #ececea;
  width: 100%;
  max-width: 620px;
}
.dashboard-signup h2 {
  margin-bottom: 20px !important;
  font: 400 21px/22px "Bellefair", serif !important;
  text-transform: uppercase;
}
.dashboard-signup form label {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.dashboard-signup form .acf-field-6543f78ea283c ul {
  margin-left: 25px;
}
.dashboard-signup form .acf-field.acf-field-6543f875a283d .acf-label {
  display: block;
  margin-top: 10px;
}
.dashboard-signup form .acf-field.acf-field-6543f875a283d .acf-label label {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.dashboard-signup form .acf-field.acf-field-6543f875a283d ul.acf-checkbox-list {
  margin-left: 5px;
}
.dashboard-signup form .acf-field.acf-field-6543f875a283d ul.acf-checkbox-list li {
  margin-right: 20px;
  padding-left: 20px;
}
.dashboard-signup form input[type=checkbox] {
  background-color: #ececea !important;
}
.dashboard-signup .acf-field-6543f78ea283c .acf-label label {
  display: none;
}
.dashboard-signup .acf-fields > .acf-field {
  padding: 16px 0;
}
.dashboard-signup ul.acf-radio-list:focus-within,
.dashboard-signup ul.acf-checkbox-list:focus-within {
  border: none;
}
.dashboard-signup .button-primary {
  margin-top: 10px;
}

.woocommerce-account .woo-page-title {
  display: none;
}
.woocommerce-account h1 {
  margin: 0 0 30px;
}
.woocommerce-account.logged-in .row-woocommerce .woocommerce {
  display: grid;
  grid-template-columns: 3fr 9fr;
  grid-column-gap: 20px;
}
.woocommerce-account:not(.logged-in) .row-woocommerce {
  background: #ececea;
  padding: 60px 0;
}
.woocommerce-account:not(.logged-in) .row-woocommerce h2 {
  font: 700 var(--size-p) "Figtree", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
.woocommerce-account:not(.logged-in) .woocommerce form .form-row {
  margin-bottom: 10px;
}
.woocommerce-account:not(.logged-in) .woocommerce form label {
  margin-bottom: 5px;
  display: inline-block;
}
.woocommerce-account .nk-login-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0px;
}
.woocommerce-account .nk-login-form .login-left {
  background: #fff;
}
.woocommerce-account .nk-login-form .login-left .narrow {
  width: 66%;
  margin: 0 auto;
  padding: 70px 0;
}
.woocommerce-account .nk-login-form .login-right {
  overflow: hidden;
  position: relative;
}
.woocommerce-account .nk-login-form .login-right .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce-account .nk-login-form .login-right .img-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce-account .nk-login-form a {
  text-decoration: underline;
}
.woocommerce-account .nk-login-form a:hover {
  text-decoration: none;
}

.woocommerce-account .row-woocommerce {
  overflow: hidden;
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation {
  position: relative;
  padding: 80px 0;
}
.woocommerce-MyAccount-navigation:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  background: #ececea;
  z-index: -1;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
  width: 80%;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
  width: 100%;
  min-width: 160px;
  height: 50px;
  padding: 14px 15px;
  text-align: center;
  background: #ececea;
  border: 1px solid #000;
  color: #000;
  font: 700 16px/20px "Figtree", Helvetica, Arial, sans-serif;
  border-radius: 0;
  margin-top: 20px;
  display: inline-block;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}

.woocommerce-MyAccount-content {
  padding: 80px 0 80px 11%;
}
.woocommerce-MyAccount-content .woocommerce-button.button.invoice {
  display: none !important;
}
.woocommerce-MyAccount-content mark {
  background: none;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  font: 300 var(--size-p-bigger) "Figtree", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content a {
  text-decoration: underline;
}
.woocommerce-MyAccount-content a.button {
  text-decoration: none;
}
.woocommerce-MyAccount-content a.button.button-payments {
  display: inline-block;
  width: auto !important;
  margin: 30px 0;
}
.woocommerce-MyAccount-content a.button.button-payments:hover {
  text-decoration: none;
}
.woocommerce-MyAccount-content .woocommerce-orders-table th,
.woocommerce-MyAccount-content .woocommerce-orders-table td {
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce-MyAccount-content .woocommerce-orders-table thead {
  background: #dad9d6;
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td {
  background: #ececea;
  border-bottom: 1px solid #fff;
}
.woocommerce-MyAccount-content .woocommerce-order-details th,
.woocommerce-MyAccount-content .woocommerce-order-details td,
.woocommerce-MyAccount-content .account-payment-methods-table th,
.woocommerce-MyAccount-content .account-payment-methods-table td {
  padding: 8px 0;
}
.woocommerce-MyAccount-content .woocommerce-order-details .product-name,
.woocommerce-MyAccount-content .account-payment-methods-table .product-name {
  padding-right: 40px;
  max-width: 500px;
}
.woocommerce-MyAccount-content .woocommerce-order-details .wc-item-meta,
.woocommerce-MyAccount-content .account-payment-methods-table .wc-item-meta {
  margin-top: 10px;
}
.woocommerce-MyAccount-content .woocommerce-order-details .wc-item-meta li,
.woocommerce-MyAccount-content .account-payment-methods-table .wc-item-meta li {
  margin-bottom: 5px;
}
.woocommerce-MyAccount-content .woocommerce-order-details .wc-item-meta li p,
.woocommerce-MyAccount-content .account-payment-methods-table .wc-item-meta li p {
  margin-bottom: 0;
}
.woocommerce-MyAccount-content .account-payment-methods-table td {
  padding-right: 30px;
}
.woocommerce-MyAccount-content .woocommerce-customer-details {
  margin-bottom: 0;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  margin-top: 40px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
  font: 300 var(--size-p-bigger) "Figtree", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .woocommerce-orders-table a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .account-payment-methods-table a.button {
  width: 100%;
  min-width: 0px;
  height: auto;
  padding: 0;
  text-align: left;
  background: none;
  border: none;
  color: #000;
  font: 300 16px/20px "Figtree", Helvetica, Arial, sans-serif;
  margin-right: 20px;
}

.woocommerce-Addresses.col2-set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  margin-top: 40px;
}
.woocommerce-Addresses.col2-set a {
  font-size: var(--size-p);
  margin-bottom: 10px;
  display: inline-block;
}
.woocommerce-Addresses.col2-set address {
  font-size: var(--size-p);
  line-height: 1.1em;
}

.woocommerce-MyAccount-navigation-link.is-active {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.gift-wrapping {
  width: 100%;
  max-width: 460px;
  position: relative;
}
.gift-wrapping .gift-wrap-title {
  margin-bottom: 5px;
}
.gift-wrapping .gift-wrap-title span {
  font: 700 var(--size-p)/1.2em "Figtree", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  margin-right: 10px;
}
.gift-wrapping .gift-wrap-title img {
  width: 19px;
  height: 25px;
  display: inline-block;
  vertical-align: -5px;
  margin-right: 5px;
}
.gift-wrapping .gift-wrap-title:hover {
  cursor: pointer;
}
.gift-wrapping .gift-info {
  font: 300 14px/1.1em "Figtree", Helvetica, Arial, sans-serif;
}
.gift-wrapping .gift-wrap-slide {
  display: none;
}
.gift-wrapping .gift-wrap-slide.slide-opened {
  display: block;
}
.gift-wrapping .gift-wrap-slide .customer-gift-wrap-text {
  margin: 20px 0 10px;
  width: 100%;
  border-color: #000;
}
.gift-wrapping .gift-wrap-slide .gift-wrap-control a {
  text-decoration: underline;
  font: 300 14px/1.1em "Figtree", Helvetica, Arial, sans-serif;
  margin-right: 10px;
}
.gift-wrapping .gift-wrap-slide .gift-wrap-control a:hover {
  text-decoration: none;
}
.gift-wrapping .blockUI.blockOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  display: none;
}
.gift-wrapping.processing .blockUI.blockOverlay {
  display: block;
}

.gift-title-span:before {
  content: "This is a gift";
}
.toogle-checked .gift-title-span:before {
  content: "This order will be sent as a gift";
}

.checkout-gift-wrap-details .gift-title {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.add_gift_card_form {
  margin-bottom: 20px;
}
.customer-trade .add_gift_card_form {
  display: none !important;
}
.add_gift_card_form h4 {
  font: 700 var(--size-p)/1.2em "Figtree", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

.woocommerce-cart .add_gift_card_form #wc_gc_cart_redeem_form input[type=text] {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

/*-------------------------------------------------------------------------*/
/* !	Trade message
//
/*-------------------------------------------------------------------------*/
.trade-message-wrap {
  width: 100%;
  max-width: 460px;
  position: relative;
  margin-bottom: 30px;
}
.trade-message-wrap h2 {
  font: 300 19px "Figtree", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.trade-message-wrap .trade-message-wrap-text {
  width: 100%;
  margin: 20px 0 10px;
}
.trade-message-wrap .message-wrap-control a {
  text-decoration: underline;
  font: 300 14px/1.1em "Figtree", Helvetica, Arial, sans-serif;
  margin-right: 10px;
}
.trade-message-wrap .message-wrap-control a:hover {
  text-decoration: none;
}
.trade-message-wrap .blockUI.blockOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  display: none;
}
.trade-message-wrap.processing .blockUI.blockOverlay {
  display: block;
}

/*-------------------------------------------------------------------------*/
/* !	Payments for Trade users
//
/*-------------------------------------------------------------------------*/
.customer-trade .wc-stripe-cart-checkout-container {
  display: none !important;
  opacity: 0;
  height: 0 !important;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.nk-filters-order {
  position: relative;
  height: 60px;
  padding: 0px 0;
  margin-bottom: 60px;
  margin-top: 45px;
  z-index: 6;
}
.nk-filters-order:before, .nk-filters-order:after {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 1px;
  background: #dad9d6;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nk-filters-order:before {
  top: 0;
}
.nk-filters-order:after {
  bottom: 0;
}

.product-filters {
  float: left;
  width: 250px;
  position: relative;
}
.product-filters li:hover {
  cursor: pointer;
}
.product-filters .filters-button {
  padding: 10px;
  width: 100%;
  height: 60px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  border-left: 1px solid #dad9d6;
  border-right: 1px solid #dad9d6;
}
.product-filters .filters-button svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 16px;
  height: 8px;
  vertical-align: 2px;
  margin-left: 5px;
}
.product-filters .filters-button.filters-opened svg {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.product-filters .filters-product-top {
  display: none;
  padding-top: 0px;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
}
.product-filters .top-cat {
  padding: 10px 20px;
  margin-bottom: 0;
  border-left: 1px solid #dad9d6;
  border-right: 1px solid #dad9d6;
  border-bottom: 1px solid #dad9d6;
}
.product-filters .top-cat .filter-title {
  position: relative;
  padding-right: 20px;
  width: 100%;
  display: inline-block;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.product-filters .top-cat .filter-title svg {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0px;
}
.product-filters .top-cat .filter-title svg #Path_77 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.product-filters .top-cat.active-top svg #Path_77 {
  opacity: 0;
}
.product-filters .top-cat .filter-sub {
  display: none;
  padding-top: 10px;
  margin-bottom: 0;
}
.product-filters .top-cat .filter-sub li {
  margin-bottom: 0;
  padding: 2px 0;
}
.product-filters .top-cat .filter-sub li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  border: 1px solid #000;
  background: #fff;
  vertical-align: 1px;
}
.product-filters .top-cat .filter-sub li.active-child:before {
  background: #000;
}

.product-order {
  float: right;
  width: 250px;
  position: relative;
}
.product-order .order-button {
  padding: 10px;
  width: 100%;
  height: 60px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  border-left: 1px solid #dad9d6;
  border-right: 1px solid #dad9d6;
}
.product-order .order-button svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 16px;
  height: 8px;
  vertical-align: 2px;
  margin-left: 5px;
}
.product-order .order-button.order-opened svg {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.product-order .order-sub {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding-top: 0px;
  margin-bottom: 0;
  background: #fff;
}
.product-order .order-sub .order-item {
  padding: 10px 20px;
  margin-bottom: 0;
  border-left: 1px solid #dad9d6;
  border-right: 1px solid #dad9d6;
}
.product-order .order-sub .order-item:first-child {
  padding-top: 20px;
}
.product-order .order-sub .order-item:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  border: 1px solid #000;
  background: #fff;
  vertical-align: 1px;
}
.product-order .order-sub .order-item.active-child:before {
  background: #000;
}
.product-order .order-sub .order-reset {
  border-top: 1px solid #dad9d6;
}

.filter-reset,
.order-reset {
  padding: 10px 20px;
  margin-bottom: 0;
  border-left: 1px solid #dad9d6;
  border-right: 1px solid #dad9d6;
  border-bottom: 1px solid #dad9d6;
}

.filter-submit,
.order-submit {
  margin-bottom: 0;
}
.filter-submit a,
.order-submit a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #000;
  color: #fff;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.filter-submit a:hover,
.order-submit a:hover {
  cursor: pointer;
  background: #fff;
  color: #000;
  border: none;
  text-decoration: none;
  border-left: 1px solid #dad9d6;
  border-right: 1px solid #dad9d6;
  border-bottom: 1px solid #dad9d6;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.wc-block-components-notice-banner {
  background: #ececea;
  padding: 20px 20px 20px 50px;
  border-top: 0;
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.1em;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.wc-block-components-notice-banner a {
  text-decoration: underline;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li,
.wc-block-components-notice-banner li {
  margin-bottom: 0;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before,
.wc-block-components-notice-banner:before {
  top: 20px;
  left: 20px;
  color: #000;
}
.woocommerce-error.cart-empty,
.woocommerce-info.cart-empty,
.woocommerce-message.cart-empty,
.wc-block-components-notice-banner.cart-empty {
  position: relative;
}
.woocommerce-error.cart-empty:before,
.woocommerce-info.cart-empty:before,
.woocommerce-message.cart-empty:before,
.wc-block-components-notice-banner.cart-empty:before {
  position: absolute;
  top: 14px;
  left: 20px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url(../images/ico-cart-black.svg) no-repeat center;
  background-size: contain;
}

.wc-block-components-notice-banner {
  padding: 20px 0;
}
.wc-block-components-notice-banner svg {
  width: 24px;
  height: 24px;
}

.wc-block-components-notice-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-product .woocommerce-message,
.single-product .wc-block-components-notice-banner {
  max-width: 1000px;
  background: #fff;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product .woocommerce-message .button,
.single-product .wc-block-components-notice-banner .button {
  width: 200px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  justify-self: end;
}
.single-product .woocommerce-message:before,
.single-product .wc-block-components-notice-banner:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-product .woocommerce-message:after,
.single-product .wc-block-components-notice-banner:after {
  display: none;
}
.single-product .woocommerce-variation.single_variation {
  display: none !important;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations .reset_variations {
  display: none !important;
}

.wc_gc_giftcard_product .quantity {
  display: none !important;
}

.woocommerce-error {
  background: rgba(203, 18, 62, 0.1);
}
.woocommerce-error:before {
  color: #cb123e;
}

#coupons_list h3 {
  font: 700 var(--size-p)/1.2em "Figtree", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  margin: 20px 0 10px;
}
#coupons_list .sc-coupons-list {
  margin-bottom: 30px;
}
#coupons_list #sc-cc .sc-coupon {
  --sc-color1: #000;
  --sc-color2: #ececea;
  --sc-color3: #d90429;
}

.coupon-87jnv8m6 {
  display: none;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.icon-wish-list {
  position: absolute;
  right: 20px;
  top: 20px;
}
.icon-wish-list:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  cursor: pointer;
}

.nk-fav-items.fav-hidden {
  display: none !important;
}

.add-product-to-fav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  margin-top: 50px;
}
.add-product-to-fav .icon-wish-list {
  position: relative;
  top: auto;
  right: auto;
}
.add-product-to-fav .fav-text:before {
  content: "Add to your Wish List";
}
.add-product-to-fav .product-added ~ .fav-text:before {
  content: "Remove from your Wish List";
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper {
  position: static;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  padding: 0px;
  width: 100%;
  max-width: 160px;
  border: 1px solid #ececea !important;
  border-top: none !important;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency p {
  display: inline-block;
  margin-bottom: 0px;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  padding: 10px 10px 10px 5px !important;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a {
  font-size: 16px;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency:hover {
  background: #ececea;
}

.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-current-currency .wmc-open-dropdown-currencies {
  padding-left: 0;
}

.woocommerce form .form-row select.wc-pao-addon-image-swatch-select {
  display: none;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.customer-trade.woocommerce-cart .woocommerce-shipping-totals {
  display: none !important;
}
.customer-trade.page-id-1672 .flexible-section:last-child {
  display: none !important;
}

.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-105%);
      -ms-transform: translateY(-105%);
          transform: translateY(-105%);
  z-index: 9999;
}
.popup .popup-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.popup .popup-content {
  width: 80%;
  max-width: 740px;
  height: auto;
  max-height: 90vh;
  background: #fff;
  padding: 55px;
  opacity: 0;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.popup .popup-content .popup-title {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #000;
  border-radius: 50%;
}
.popup-close path {
  stroke: #fff !important;
}
.popup-close svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup-close:hover {
  cursor: pointer;
}

.popup-opened-personalisation .popup.popup-personalisation {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.popup-opened-marketing .popup.popup-marketing {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.popup-opened-personalisation .popup-content,
.popup-opened-marketing .popup-content {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.popup-opened-personalisation .popup-close svg,
.popup-opened-marketing .popup-close svg {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.open-marketing-popup:hover {
  cursor: pointer;
}

.popup-marketing .popup-content {
  width: 80%;
  max-width: 1040px;
  padding: 0;
}
.popup-marketing .popup-content .popup-title {
  letter-spacing: -0.05em;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.popup-marketing .popup-content p {
  margin-bottom: 20px;
}
.popup-marketing .popup-content ul {
  margin-bottom: 50px;
}
.popup-marketing .popup-content .btn, .popup-marketing .popup-content .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .popup-marketing .popup-content input#submit,
.popup-marketing .popup-content .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .popup-marketing .popup-content a.button,
.popup-marketing .popup-content .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .popup-marketing .popup-content button.button,
.popup-marketing .popup-content .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .popup-marketing .popup-content input.button,
.popup-marketing .popup-content :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .popup-marketing .popup-content input#submit,
.popup-marketing .popup-content :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .popup-marketing .popup-content a.button,
.popup-marketing .popup-content :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .popup-marketing .popup-content button.button,
.popup-marketing .popup-content :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .popup-marketing .popup-content input.button {
  margin-top: 30px;
}
.popup-marketing .popup-content .btn:hover, .popup-marketing .popup-content .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .popup-marketing .popup-content input#submit:hover,
.popup-marketing .popup-content .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .popup-marketing .popup-content a.button:hover,
.popup-marketing .popup-content .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .popup-marketing .popup-content button.button:hover,
.popup-marketing .popup-content .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .popup-marketing .popup-content input.button:hover,
.popup-marketing .popup-content :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .popup-marketing .popup-content input#submit:hover,
.popup-marketing .popup-content :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .popup-marketing .popup-content a.button:hover,
.popup-marketing .popup-content :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .popup-marketing .popup-content button.button:hover,
.popup-marketing .popup-content :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .popup-marketing .popup-content input.button:hover {
  text-decoration: none;
}
.popup-marketing .pop-text {
  padding: 55px;
}
.popup-marketing .pop-text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.popup-marketing .pop-text ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  background: transparent url(../images/ico-check.svg) no-repeat center;
  background-size: contain;
}

.site-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ececea;
}
.site-navigation .wrap, .site-navigation .woocommerce-page .site-main, .woocommerce-page .site-navigation .site-main {
  position: relative;
  padding: 0;
  max-width: 1250px;
}
.site-navigation > .wrap > .menu-about-container, .woocommerce-page .site-navigation > .site-main > .menu-about-container, .site-navigation > .wrap > .menu-shop-container, .woocommerce-page .site-navigation > .site-main > .menu-shop-container,
.site-navigation .menu {
  position: relative;
  height: 100%;
  min-height: var(--height-mega-menu);
}
.site-navigation .menu {
  position: relative;
  height: 100%;
}
.site-navigation .menu .title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.site-navigation .menu .title a {
  font: 400 28px/1.1em "Bellefair", serif;
}
.site-navigation .menu .title a:hover {
  text-decoration: none;
  cursor: default;
}
.site-navigation .menu li {
  margin-bottom: 10px;
}
.site-navigation .menu li.space-20 {
  margin-bottom: 20px;
}
.site-navigation .menu li.space-30 {
  margin-bottom: 30px;
}
.site-navigation .menu li.sub-menu-active > a {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.site-navigation .menu li.menu-red a {
  color: #cb123e;
}
.site-navigation .menu > li {
  width: 25%;
}
.site-navigation .menu,
.site-navigation .sub-menu {
  padding: 50px 0;
  margin-bottom: 0;
}
.site-navigation .sub-menu {
  padding-left: 18%;
  padding-right: 18%;
  background: #fff;
}
.site-navigation .sub-menu-wrap,
.site-navigation .site-nav-media {
  position: absolute;
  left: 25%;
  right: 0;
  top: 0;
  bottom: 0;
  display: grid;
}
.site-navigation .sub-menu-wrap {
  grid-template-columns: 4fr 5fr;
}
.site-navigation .g-1,
.site-navigation .g-2,
.site-navigation .g-3 {
  grid-gap: 0;
  height: var(--height-mega-menu);
}
.site-navigation .image-wrapper {
  position: relative;
}
.site-navigation .image-wrapper .cta-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.site-navigation .image-wrapper img,
.site-navigation .image-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-navigation {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 9;
}
.site-navigation .menu {
  z-index: 1;
}
.site-navigation .menu > li {
  opacity: 0;
  margin-left: -40px;
}
.site-navigation .media-only .sub-menu-wrap {
  grid-template-columns: 1fr;
}
.site-navigation .media-only .sub-menu-wrap .sub-menu {
  display: none;
}
.site-navigation .site-nav-media {
  z-index: 5;
}
.site-navigation.navigation-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 1;
}
.site-navigation.navigation-active .menu > li {
  margin-left: 0px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.site-navigation.navigation-active .menu > li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 1;
}
.site-navigation.navigation-active .menu > li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}
.site-navigation.navigation-active .menu > li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
}
.site-navigation.navigation-active .menu > li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 1;
}
.site-navigation.navigation-active .menu > li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
}
.site-navigation.navigation-active .menu > li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 1;
}
.site-navigation.navigation-active .menu > li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  opacity: 1;
}
.site-navigation.navigation-active .menu > li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 1;
}
.site-navigation.navigation-active .menu > li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  opacity: 1;
}
.site-navigation.navigation-active .menu > li:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
}
.site-navigation.navigation-active .menu > li:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
  opacity: 1;
}
.site-navigation.navigation-active .menu > li:nth-child(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  opacity: 1;
}
.site-navigation .sub-menu-wrap {
  overflow: hidden;
}
.site-navigation .sub-menu-wrap .sub-menu {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.site-navigation .sub-menu-wrap .sub-menu > li {
  opacity: 0;
  margin-left: -40px;
}
.site-navigation.sub-menu-opened .site-nav-media {
  z-index: 0;
}
.site-navigation.sub-menu-opened .sub-menu-active .sub-menu-wrap {
  z-index: 9;
  background: #fff;
}
.site-navigation.sub-menu-opened .sub-menu-active .sub-menu-wrap .sub-menu {
  z-index: 9;
  opacity: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.site-navigation.sub-menu-opened .sub-menu-active .sub-menu-wrap .sub-menu > li {
  margin-left: 0px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.site-navigation.sub-menu-opened .sub-menu-active .sub-menu-wrap .sub-menu > li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 1;
}
.site-navigation.sub-menu-opened .sub-menu-active .sub-menu-wrap .sub-menu > li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}
.site-navigation.sub-menu-opened .sub-menu-active .sub-menu-wrap .sub-menu > li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
}
.site-navigation.sub-menu-opened .sub-menu-active .sub-menu-wrap .sub-menu > li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 1;
}
.site-navigation.sub-menu-opened .sub-menu-active .sub-menu-wrap .sub-menu > li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
}
.site-navigation.sub-menu-opened .sub-menu-active .sub-menu-wrap .sub-menu > li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 1;
}
.site-navigation.sub-menu-opened .sub-menu-active .sub-menu-wrap .sub-menu > li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  opacity: 1;
}
.site-navigation.sub-menu-opened .sub-menu-active .sub-menu-wrap .sub-menu > li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 1;
}
.site-navigation.sub-menu-opened .sub-menu-active .sub-menu-wrap .sub-menu > li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  opacity: 1;
}
.site-navigation.sub-menu-opened .sub-menu-active .sub-menu-wrap .sub-menu > li:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
}
.site-navigation.sub-menu-opened .sub-menu-active .sub-menu-wrap .sub-menu > li:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
  opacity: 1;
}
.site-navigation.sub-menu-opened .sub-menu-active .sub-menu-wrap .sub-menu > li:nth-child(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  opacity: 1;
}

.hamburger {
  display: none;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: start;
}
.hamburger:hover .hamburger-box .hamburger-inner:after {
  bottom: -8px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hamburger:hover .hamburger-box .hamburger-inner:before {
  top: -8px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hamburger:after {
  content: "Menu";
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
}
.mobile-menu-active .hamburger:after {
  opacity: 1;
}
.hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 14px;
  vertical-align: middle;
  margin-left: 0px;
}
.hamburger .hamburger-box:hover {
  cursor: pointer;
}
.hamburger .hamburger-box .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  top: 50%;
  display: block;
  margin-top: -1px;
  height: 1px;
  background-color: #000;
  width: 20px;
  position: absolute;
}
.mobile-menu-active .hamburger .hamburger-box .hamburger-inner {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.hamburger .hamburger-box .hamburger-inner:after, .hamburger .hamburger-box .hamburger-inner:before {
  position: absolute;
  width: 20px;
  height: 1px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #000;
  display: block;
  content: "";
}
.hamburger .hamburger-box .hamburger-inner:before {
  top: -7px;
  -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.mobile-menu-active .hamburger .hamburger-box .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger .hamburger-box .hamburger-inner:after {
  bottom: -7px;
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-menu-active .hamburger .hamburger-box .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.mega-menu-mobile {
  z-index: 9;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mega-menu-mobile .mega-menu-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
.mega-menu-mobile .scroll-wrap {
  position: absolute;
  top: 175px;
  bottom: 0;
  left: 0;
  right: 0;
}
.header-small .mega-menu-mobile .scroll-wrap {
  top: 125px;
}
.mega-menu-mobile .sub-menu-wrap {
  padding: 0px;
  position: fixed;
  top: 175px;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
.mega-menu-mobile .sub-menu-wrap .sub-menu {
  padding: 20px;
}
.header-small .mega-menu-mobile .sub-menu-wrap {
  top: 125px;
}
.mega-menu-mobile .mega-menu-links {
  padding: 20px;
  max-height: 70vh;
  overflow-y: scroll;
}
.mega-menu-mobile {
  -webkit-transform: translateX(-105%);
      -ms-transform: translateX(-105%);
          transform: translateX(-105%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-menu-active .mega-menu-mobile {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.mega-menu-mobile li {
  margin-left: -40px;
  opacity: 0;
}

.mobile-menu-active .mega-menu-mobile .menu > li,
.mobile-menu-active .mega-menu-mobile .user-links-menu > li {
  margin-left: 0px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mobile-menu-active .mega-menu-mobile .menu > li:nth-child(1),
.mobile-menu-active .mega-menu-mobile .user-links-menu > li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 1;
}
.mobile-menu-active .mega-menu-mobile .menu > li:nth-child(2),
.mobile-menu-active .mega-menu-mobile .user-links-menu > li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}
.mobile-menu-active .mega-menu-mobile .menu > li:nth-child(3),
.mobile-menu-active .mega-menu-mobile .user-links-menu > li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
}
.mobile-menu-active .mega-menu-mobile .menu > li:nth-child(4),
.mobile-menu-active .mega-menu-mobile .user-links-menu > li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 1;
}
.mobile-menu-active .mega-menu-mobile .menu > li:nth-child(5),
.mobile-menu-active .mega-menu-mobile .user-links-menu > li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
}
.mobile-menu-active .mega-menu-mobile .menu > li:nth-child(6),
.mobile-menu-active .mega-menu-mobile .user-links-menu > li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 1;
}
.mobile-menu-active .mega-menu-mobile .menu > li:nth-child(7),
.mobile-menu-active .mega-menu-mobile .user-links-menu > li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  opacity: 1;
}
.mobile-menu-active .mega-menu-mobile .menu > li:nth-child(8),
.mobile-menu-active .mega-menu-mobile .user-links-menu > li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 1;
}
.mobile-menu-active .mega-menu-mobile .menu > li:nth-child(9),
.mobile-menu-active .mega-menu-mobile .user-links-menu > li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  opacity: 1;
}
.mobile-menu-active .mega-menu-mobile .menu > li:nth-child(10),
.mobile-menu-active .mega-menu-mobile .user-links-menu > li:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
}
.mobile-menu-active .mega-menu-mobile .menu > li:nth-child(11),
.mobile-menu-active .mega-menu-mobile .user-links-menu > li:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
  opacity: 1;
}
.mobile-menu-active .mega-menu-mobile .menu > li:nth-child(12),
.mobile-menu-active .mega-menu-mobile .user-links-menu > li:nth-child(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  opacity: 1;
}

.mobile-submenu-active .sub-menu > li {
  margin-left: 0px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mobile-submenu-active .sub-menu > li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 1;
}
.mobile-submenu-active .sub-menu > li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}
.mobile-submenu-active .sub-menu > li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
}
.mobile-submenu-active .sub-menu > li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 1;
}
.mobile-submenu-active .sub-menu > li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
}
.mobile-submenu-active .sub-menu > li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 1;
}
.mobile-submenu-active .sub-menu > li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  opacity: 1;
}
.mobile-submenu-active .sub-menu > li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 1;
}
.mobile-submenu-active .sub-menu > li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  opacity: 1;
}
.mobile-submenu-active .sub-menu > li:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
}
.mobile-submenu-active .sub-menu > li:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
  opacity: 1;
}
.mobile-submenu-active .sub-menu > li:nth-child(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  opacity: 1;
}

.mega-menu-mobile .sub-menu-wrap {
  -webkit-transform: translateX(-105%);
      -ms-transform: translateX(-105%);
          transform: translateX(-105%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mega-menu-mobile .mobile-submenu-active .sub-menu-wrap {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.mega-menu-mobile .site-nav-media {
  z-index: -1;
}
.mega-menu-mobile .sub-menu-wrap {
  z-index: 5;
}

.mega-menu-mobile {
  background: #fff;
}
.mega-menu-mobile li {
  margin-bottom: 10px;
}
.mega-menu-mobile li.space-20 {
  margin-bottom: 20px;
}
.mega-menu-mobile li.space-30 {
  margin-bottom: 30px;
}
.mega-menu-mobile li.sub-menu-active > a {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.mega-menu-mobile li .sub-menu-wrap {
  background: #fff;
}
.mega-menu-mobile li .sub-menu .title {
  margin-bottom: 20px;
}
.mega-menu-mobile li .sub-menu .title a {
  font: 400 28px/1em "Bellefair", serif;
}
.mega-menu-mobile li .submenu-back {
  margin: 20px 0 0 20px;
}
.mega-menu-mobile li .submenu-back:before {
  content: "";
  display: inline-block;
  background: transparent url(../images/ico-back.svg) no-repeat center;
  background-size: contain;
  width: 8px;
  height: 15px;
  margin-right: 10px;
}
.mega-menu-mobile li.media-only .sub-menu {
  display: none;
}
.mega-menu-mobile li.media-only .media-wrapper.g-2 {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  grid-row-gap: 0;
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 0;
  right: 0;
}
.mega-menu-mobile li.media-only .image-wrapper {
  position: relative;
}
.mega-menu-mobile li.media-only .image-wrapper .cta-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mega-menu-mobile .user-links-menu {
  display: block;
  margin: 30px 0 10px;
  border-top: 1px solid #000;
}
.mega-menu-mobile .user-links-menu > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
.mega-menu-mobile .user-links-menu > li .nk-fav-items {
  left: -10px;
  right: auto;
  top: 8px;
}
.mega-menu-mobile .user-links-menu > li > a {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
}
.mega-menu-mobile .user-links-menu > li svg {
  height: 20px;
  width: auto;
  margin-right: 10px;
}

@media screen and (max-width: 760px) {
  .main-navigation {
    display: none;
  }
  .header .user-links .user-fav,
  .header .user-links .user-account {
    display: none;
  }
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.row-stockists .map-area {
  display: grid;
  grid-template-columns: 5fr 7fr;
  grid-template-rows: auto 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0;
}
.row-stockists .map-area .stockists-map {
  grid-row: span 2;
}
.row-stockists .map-area .stockist-search .search-area {
  padding-right: 20%;
}
.row-stockists .map-area .stockist-search h1 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: var(--size-page-title);
}
.row-stockists .map-area .stockist-search #search-input {
  margin-bottom: 20px;
}
.row-stockists .map-area .stockist-search .location-section {
  display: grid;
  grid-template-columns: 1fr auto;
}
.row-stockists .map-area .stockist-search .location-section #user-geolocation {
  width: 40px;
  height: 40px;
  background: black;
}
.row-stockists .map-area .stockist-search .collection-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: var(--size-p);
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.row-stockists .map-area .stockist-search .collection-selection .legend {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
}
.row-stockists .map-area .stockist-wrapper {
  position: relative;
}
.row-stockists .map-area .stockist-scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ececea;
  overflow: scroll;
  padding-top: 25px;
}
.row-stockists .map-area .stockists-list {
  padding-right: 20px;
  padding-left: 20px;
}
.row-stockists .map-area .stockists-list .top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row-stockists .map-area .stockists-list .place {
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
}
.row-stockists .map-area .stockists-list .place:last-child {
  border-bottom: none;
}
.row-stockists .map-area .stockists-list .place h2 {
  font: 700 var(--size-p)/1em "Figtree", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.row-stockists .map-area .stockists-list .place h2:hover {
  cursor: pointer;
}
.row-stockists .map-area .stockists-list .place .distance {
  font-size: 14px;
  text-decoration: underline;
}
.row-stockists .map-area .stockists-list .place .address {
  white-space: pre-line;
}
.row-stockists .map-area .stockists-list .place .collection {
  font-size: 14px;
}
.row-stockists .marker-description {
  white-space: pre-line;
}

#map {
  height: 80vh;
  width: 100%;
}

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.animated.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #fff;
}

a,
a:hover,
.trans {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hover-zoom a img,
.hover-zoom a video,
.hover-zoom a svg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hover-zoom a:hover img,
.hover-zoom a:hover video,
.hover-zoom a:hover svg {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

img,
svg,
video {
  display: block;
  width: 100%;
  height: auto;
}

.reader {
  display: none !important;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.cta-box {
  position: relative;
  overflow: hidden;
}
.cta-box img,
.cta-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-box .cta-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cta-box .cta-text .cta-title {
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  margin: 20px auto;
}

.cta-link {
  font-size: 16px;
  color: #fff;
  margin: 20px auto;
  position: relative;
  text-decoration: none;
}
.cta-link:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.cta-link:hover {
  text-decoration: none;
}

.rect-cta .cta-box {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 0.37vw;
  min-height: 520px;
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.square-cta {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.square-cta .cta-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-box .image-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
}
.link-box .image-wrap .cta-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.square-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.square-image .image-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.square-image .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nk-accordion {
  border-bottom: 1px solid #dad9d6;
}
.nk-accordion dt {
  border-top: 1px solid #dad9d6;
  margin: 0;
}
.nk-accordion dt a {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 15px 60px 15px 0px;
  text-decoration: none;
}
.nk-accordion dt a h2 {
  margin-bottom: 0;
  font: 700 16px/1em "Figtree", Helvetica, Arial, sans-serif;
}
.nk-accordion dt a .acc-plus {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nk-accordion dt a .acc-plus img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nk-accordion dt a:hover {
  text-decoration: none;
  color: #cb123e;
}
.nk-accordion dt.open a .acc-plus img {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nk-accordion dd {
  padding: 0px 60px 20px 0px;
  margin: 0;
}
.nk-accordion .acc-plus img {
  width: 15px;
  height: 15px;
}

.btn, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  width: 100%;
  min-width: 160px;
  height: 50px;
  padding: 14px 15px;
  text-align: center;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font: 700 16px/20px "Figtree", Helvetica, Arial, sans-serif;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  cursor: pointer;
  background: #fff;
  color: #000;
}

.woocommerce-cart .user-links .user-cart:before, .woocommerce-checkout .user-links .user-cart:before, .woocommerce-account .user-links .user-account:before, .user-links .user-search.search-active:before, .search-results .user-links .user-search:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.collection-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.collection-selection input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.collection-selection input:checked ~ .checkbox-tick:after {
  display: block;
}
.collection-selection .checkbox-tick {
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative;
  vertical-align: -4px;
}
.collection-selection .checkbox-tick:after {
  display: none;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  height: 14px;
  width: 14px;
  background: #000;
  border-radius: 50%;
}

.user-links .user-cart .nk-cart-items, .nk-fav-items {
  position: absolute;
  top: -6px;
  right: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 16px;
  font: 700 13px/1em "Figtree", Helvetica, Arial, sans-serif;
  background: #000;
  color: #fff;
  border-radius: 50%;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.header-spacer {
  height: calc(var(--height-header) + 45px);
}

.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  width: 100%;
}
.header .header-content,
.header .header-grid {
  height: 0;
  min-height: var(--height-header);
  max-height: var(--height-header);
  -webkit-transition: min-height 0.1s ease;
  transition: min-height 0.1s ease;
}
.header .logo-box {
  display: block;
  width: 90px;
  height: 100px;
  overflow: hidden;
  padding: 3px;
}
.header .logo-box img {
  height: auto;
  width: 100%;
}
.header-small .header .header-content,
.header-small .header .header-grid {
  height: 0;
  min-height: 100px;
  max-height: 100px;
}
.header-small .header .logo-box {
  width: 80px;
  height: 57px;
}
.header-small .header .logo-box img {
  height: auto;
  width: 100%;
}

#hiddendiv {
  display: none;
}

.top-notices {
  height: 45px;
  background: #000;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  z-index: 20;
}
.customer-trade .top-notices {
  background: #cb123e;
}
.top-notices .top-notice {
  display: none;
}
.top-notices img {
  height: 25px;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
.top-notices p {
  display: inline;
  line-height: 25px;
}
.top-notices img,
.top-notices p {
  vertical-align: middle;
  margin-bottom: 0;
}
.top-notices.top-notices-christmas {
  background: #cb123e;
}

.header-content {
  position: relative;
  border-bottom: 1px solid #dad9d6;
  z-index: 99;
  background: #fff;
}
.header-content .header-grid {
  padding: 15px 20px;
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 5fr 2fr 5fr;
  grid-column-gap: 20px;
}
.header-content .header-grid .main-navigation {
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: start;
  margin: 0;
}
.header-content .header-grid .logo {
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.header-content .header-grid .logo img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.header-content .header-grid .logo a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.user-links {
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: end;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-links li {
  margin-left: 18px;
  margin-bottom: 0;
}
.user-links .user-search {
  width: 22px;
  height: 22px;
  position: relative;
}
.user-links .user-search.search-active:before, .search-results .user-links .user-search:before {
  bottom: -6px;
}
.user-links .user-fav {
  width: 22px;
  height: 20px;
  position: relative;
}
.user-links .user-fav svg {
  width: auto;
  height: 100%;
}
.user-links .user-account {
  width: 20px;
  height: 20px;
  position: relative;
}
.user-links .user-cart {
  width: 18px;
  height: 20px;
  position: relative;
}
.user-links .user-cart .nk-cart-items.cart-items-0 {
  display: none;
}
.nk-search-products {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 30px;
  background: #fff;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nk-search-products .dgwt-wcas-search-wrapp,
.nk-search-products dgwt-wcas-style-pirx {
  max-width: 800px;
}
.nk-search-products .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp,
.nk-search-products dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  border-radius: 0;
}
.nk-search-products .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.nk-search-products dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  font: 300 16px/24px "Figtree", Helvetica, Arial, sans-serif;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #dad9d6;
  background: #fff;
}

.white-overly {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-opened,
.navigation-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.search-opened .white-overly,
.navigation-active .white-overly {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.main-navigation a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.main-navigation a svg {
  display: inline-block;
  margin-left: 5px;
}
.main-navigation .main-top-level svg {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-navigation .main-top-level.menu-item-active a {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.main-navigation .main-top-level.menu-item-active svg {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.main-navigation .main-top {
  margin-bottom: 0;
}
.main-navigation .main-top li {
  display: inline;
  margin-right: 15px;
}
.main-navigation .main-top li a span {
  position: relative;
  padding: 3px 0;
}
.main-navigation .main-top li a span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.hero-section {
  position: relative;
  height: var(--height-hero);
}
.hero-section .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .g-1 {
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  position: relative;
}
.hero-section .g-1 p {
  color: #fff;
  text-transform: uppercase;
  font-size: var(--size-page-title);
  font-family: "Bellefair", serif;
  font-weight: 400;
}

.header-slider {
  margin-bottom: 130px;
}
.header-slider .slider-nav {
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.77, 0, 0.175, 1) 1s;
  transition: all cubic-bezier(0.77, 0, 0.175, 1) 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.header-slider .slick-slide {
  line-height: 0;
}
.header-slider .slick-slide .cta-title {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
}
.header-slider .slick-slide .cta-link {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.header-slider .slick-slide .animate-slide .cta-title {
  -webkit-transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  margin-top: 0px;
}
.header-slider .slick-slide .animate-slide .cta-link {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  margin-left: 0px;
  -webkit-transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.header-slider .header-slide {
  height: 0.37vw;
  min-height: 640px;
}
.header-slider .header-slide .cta-box {
  width: 100%;
  height: 100%;
}
.header-slider .header-slide .cta-box .cta-text {
  bottom: 60px;
}
.header-slider .header-slide .cta-box .cta-text .cta-title {
  font-size: 60px;
}
.header-slider .header-slide .cta-middle {
  width: 1290px;
  padding: 0 20px;
  text-align: left;
}
.header-slider .ico-slider-nav .st0 {
  fill: none;
  stroke: #fff;
}
.header-slider .slide-number span {
  color: #fff;
}

.slider-with-nav {
  position: relative;
}
.slider-with-nav .slider-nav {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.slider-with-nav .slider-nav .wrap, .slider-with-nav .slider-nav .woocommerce-page .site-main, .woocommerce-page .slider-with-nav .slider-nav .site-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.slider-with-nav .slider-nav .prev,
.slider-with-nav .slider-nav .next {
  display: block;
  width: 23px;
  height: 15px;
}
.slider-with-nav .slider-nav .prev:hover,
.slider-with-nav .slider-nav .next:hover {
  cursor: pointer;
}
.slider-with-nav .slider-nav .next svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.slider-with-nav .slider-nav .slide-number {
  font: 300 16px/1em "Figtree", Helvetica, Arial, sans-serif;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.flexible-section {
  margin-top: 100px;
  margin-bottom: 120px;
}

.flexible-text {
  margin-top: 60px;
  margin-bottom: 60px;
}
.flexible-text h1 {
  font-size: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.page-template-default .flexible-text h1 {
  margin-top: 35px;
}

.flexible-accordion {
  margin-top: 60px;
  margin-bottom: 60px;
}
.flexible-accordion .nk-accordion {
  width: 66%;
}
.flexible-accordion .nk-accordion h2 {
  line-height: 20px;
}
.flexible-accordion .nk-accordion .image-wrap {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-2px) scale(1.4);
      -ms-transform: translateY(-2px) scale(1.4);
          transform: translateY(-2px) scale(1.4);
}
.flexible-accordion .nk-accordion .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flexible-accordion .nk-accordion dd {
  padding: 20px 60px 40px 0px;
  width: 80%;
}

@media screen and (min-width: 768px) {
  .section-title-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
  }
}
.section-title-grid .section-title {
  grid-column: 2/span 8;
}
.section-title-grid .section-title.length-short {
  grid-column: 2/span 5;
}
.section-title-grid .section-title.line-right, .section-title-grid .section-title.line-left {
  position: relative;
}
.section-title-grid .section-title.line-right:before, .section-title-grid .section-title.line-left:before {
  position: absolute;
  top: 85px;
  content: "";
  width: 60vw;
  height: 1px;
  background: #a8a6a2;
}
.section-title-grid .section-title.line-right:before {
  left: calc(100% + 20px);
}
.section-title-grid .section-title.line-left:before {
  right: calc(100% + 20px);
}
.section-title-grid .section-title:last-child {
  margin-bottom: 45px;
}

.flexible-info-grid {
  overflow: hidden;
}
.flexible-info-grid p,
.flexible-info-grid li,
.flexible-info-grid a {
  font-size: var(--size-p-bigger);
}
.flexible-info-grid .info-grid {
  grid-template-rows: auto 200px auto;
}
@media screen and (min-width: 700px) {
  .flexible-info-grid .info-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
  }
  .flexible-info-grid .info-grid .ig-text-1 {
    grid-column: 2/span 4;
    grid-row: 1/span 1;
    padding-bottom: 120px;
  }
  .flexible-info-grid .info-grid .ig-image-1 {
    grid-column: 8/span 5;
    grid-row: 1/span 2;
  }
  .flexible-info-grid .info-grid .ig-text-2 {
    grid-column: 8/span 4;
    grid-row: 3/span 1;
    padding-top: 60px;
    align-self: start;
  }
  .flexible-info-grid .info-grid .ig-image-2 {
    grid-column: 1/span 6;
    grid-row: 2/span 2;
  }
  .flexible-info-grid .info-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.flexible-info-grid-2 {
  overflow: hidden;
}
.flexible-info-grid-2 .info-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto 50px auto 170px;
  grid-gap: 20px;
}
.flexible-info-grid-2 .info-grid .ig-text-1 {
  grid-column: 6/span 4;
  grid-row: 1/span 1;
  padding: 60px 0;
}
.flexible-info-grid-2 .info-grid .ig-text-1 h2 {
  position: relative;
}
.flexible-info-grid-2 .info-grid .ig-text-1 h2:before {
  position: absolute;
  top: 85px;
  left: calc(100% + 20px);
  content: "";
  width: 60vw;
  height: 1px;
  background: #a8a6a2;
}
.flexible-info-grid-2 .info-grid .ig-image-1 {
  grid-column: 1/span 4;
  grid-row: 1/span 2;
}
.flexible-info-grid-2 .info-grid .ig-image-2 {
  grid-column: 2/span 3;
  grid-row: 3/span 1;
}
.flexible-info-grid-2 .info-grid .ig-image-3 {
  grid-column: 5/span 7;
  grid-row: 2/span 3;
}
.flexible-info-grid-2 .info-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flexible-info-grid-3 .info-grid-3 {
  display: grid;
  grid-template-columns: 5fr 4fr 3fr;
  grid-column-gap: 20px;
}
.flexible-info-grid-3 .info-grid-3 .ig-text-1 {
  padding-right: 17%;
}
.flexible-info-grid-3 .info-grid-3 .ig-image-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flexible-info-grid-3 .info-grid-3 .ig-image-2 {
  -ms-flex-item-align: center;
      align-self: center;
}
.flexible-info-grid-3 h1 {
  font-size: var(--size-page-title);
  text-transform: uppercase;
}
.page-template-default .flexible-info-grid-3 h1 {
  margin-top: 35px;
}

.flexible-info-grid a,
.flexible-info-grid-2 a,
.flexible-info-grid-3 a,
.flexible-text a {
  color: #000;
  text-decoration: none;
  position: relative;
}
.flexible-info-grid a:before,
.flexible-info-grid-2 a:before,
.flexible-info-grid-3 a:before,
.flexible-text a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.flexible-history-slider {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .flexible-history-slider .info-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
  }
  .flexible-history-slider .info-grid p,
  .flexible-history-slider .info-grid li,
  .flexible-history-slider .info-grid a {
    font-size: var(--size-p-bigger);
  }
}
.flexible-history-slider .info-grid .ig-text-1 {
  grid-column: 2/span 5;
}
.flexible-history-slider .info-grid .history-slider-title {
  margin: 60px 0 20px;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.flexible-history-slider .slides {
  width: 70%;
  margin-bottom: 30px;
}
.flexible-history-slider .slick-list {
  margin: 0 -10px;
  overflow: visible;
  position: relative;
}
.flexible-history-slider .slick-list:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  width: 100vw;
  top: 0;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 1;
}
.flexible-history-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.flexible-history-slider .slick-slide {
  height: inherit !important;
}
.flexible-history-slider .slick-slide > div {
  padding: 0 10px;
  height: 100%;
}
.flexible-history-slider .image-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 49%;
}
.flexible-history-slider .image-wrap .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.flexible-history-slider .image-wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flexible-history-slider .history-slide {
  background: #dad9d6;
  height: 100%;
}
.flexible-history-slider .history-slide .image-desc {
  padding: 20px 35px;
  font: 700 var(--size-p-bigger)/20px "Figtree", Helvetica, Arial, sans-serif;
}
.flexible-history-slider .slides-year-nav {
  width: 70%;
  display: inline-block;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.flexible-history-slider .slides-year-nav.faded:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 14%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  z-index: 1;
}
.flexible-history-slider .slides-year-nav li {
  font-size: 28px;
  padding-bottom: 5px;
}
.flexible-history-slider .slides-year-nav li:hover {
  cursor: pointer;
}
.flexible-history-slider .slides-year-nav .slick-current {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.flexible-history-slider .slides-year-nav .slick-current li span {
  position: relative;
}
.flexible-history-slider .slides-year-nav .slick-current li span:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.flexible-history-slider .slider-nav {
  display: inline-block;
  position: relative;
  bottom: auto;
  width: 20%;
  margin: 0;
  margin-left: 20px;
  vertical-align: middle;
}
.flexible-history-slider .slider-nav .wrap, .flexible-history-slider .slider-nav .woocommerce-page .site-main, .woocommerce-page .flexible-history-slider .slider-nav .site-main {
  padding: 0;
}

.flexible-product-slider {
  overflow: hidden;
  margin-top: 0;
}
.flexible-product-slider .slick-list {
  margin: 0 -10px;
  overflow: visible;
  position: relative;
}
.flexible-product-slider .slick-list:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  width: 100vw;
  top: 0;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 1;
}
.flexible-product-slider .slick-slide > div {
  padding: 0 10px;
}
.flexible-product-slider.woocommerce ul.products {
  display: block;
  margin: 0;
}
.flexible-product-slider.woocommerce ul.products li.product a:hover {
  text-decoration: none;
}
.flexible-product-slider .slider-with-nav .slider-nav {
  margin: 50px 0 0px;
  position: relative;
  bottom: auto;
}
.flexible-product-slider .slider-with-nav .slider-nav .wrap, .flexible-product-slider .slider-with-nav .slider-nav .woocommerce-page .site-main, .woocommerce-page .flexible-product-slider .slider-with-nav .slider-nav .site-main {
  width: 100%;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flexible-product-cta a {
  text-decoration: none;
}
.flexible-product-cta.woocommerce ul.products {
  grid-template-columns: 1fr;
  margin: auto;
  width: 100%;
}
.flexible-product-cta .product-cta-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  grid-column-gap: 20px;
}

.flexible-link-boxes {
  padding: 100px;
  background: #ececea;
}
.flexible-link-boxes h2 {
  font-size: 38px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.flexible-link-boxes .link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.flexible-link-boxes .cta-box {
  margin-bottom: 20px;
}
.flexible-link-boxes .cta-link {
  color: #000;
}
.flexible-link-boxes .cta-link:before {
  background: #000;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.row-404 {
  background: #dad9d6;
}
.row-404 .g-2 {
  grid-cilumn-gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row-404 h1 {
  font-size: 60px;
  line-height: 60px;
  margin: 0;
}
.row-404 p {
  margin: 30px 0 50px;
}
.row-404 a:hover {
  text-decoration: none;
}
.row-404 .not-found-image {
  height: 40vw;
  position: relative;
}
.row-404 .not-found-image .not-found-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  bottom: 0;
}
.row-404 .not-found-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.footer-delivery {
  background: #dad9d6;
}
.footer-delivery .delivery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.footer-delivery .delivery-grid img {
  width: 40px;
  height: 40px;
}
.footer-delivery .delivery-grid p {
  margin-bottom: 0;
}

.row-footer {
  padding: 70px 0;
  border-top: 1px solid #dad9d6;
  border-bottom: 1px solid #dad9d6;
}
.row-footer .footer-logo {
  width: 85px;
}
.row-footer h2,
.row-footer a {
  font-size: 16px;
  color: #000;
}
.row-footer h2 {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.row-footer li {
  margin-bottom: 0;
  line-height: 24px;
}
.row-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
}
.row-footer .footer-grid .footer-contact {
  grid-column: span 2;
}

.footer-copy {
  padding: 25px 0;
}
.footer-copy p {
  font-size: 16px;
  margin-bottom: 0;
}
.footer-copy .copy-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
}
.footer-copy .copy-grid .copy {
  grid-column: span 4;
}
.footer-copy .copy-grid .cards {
  grid-column: span 2;
}
.footer-copy .copy-grid .cards .card {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 0;
}

.footer-margin-wrapper {
  margin: 0 0 0 26%;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
input.text,
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select {
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  border: 1px solid #000;
  font: 300 14px/20px "Figtree", Helvetica, Arial, sans-serif;
}

textarea {
  padding: 10px 15px;
  border: 1px solid #000;
  font: 300 14px/20px "Figtree", Helvetica, Arial, sans-serif;
}

.select2-container--default .select2-selection--single {
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 15px;
  font: 300 14px/20px "Figtree", Helvetica, Arial, sans-serif;
  color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

form label {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
}
form input[type=radio] + label {
  margin-bottom: 1em;
  display: block;
  padding: 0 !important;
  color: #000;
}
form input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #000;
          box-shadow: 0 0 0 2px #000;
  background: #fff;
  margin-left: 4px;
  margin-right: 0.5em;
  border-radius: 100%;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
form input[type=radio]:checked + label:before {
  background: #000;
}
form input[type=radio] {
  display: none;
}
form .quantity {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
form .quantity input::-webkit-outer-spin-button,
form .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form .quantity input[type=number] {
  -moz-appearance: textfield;
}
form .quantity .nk-minus,
form .quantity .nk-plus {
  border: none;
  vertical-align: middle;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  background: none;
  color: #000;
}
form .quantity .nk-minus:hover,
form .quantity .nk-plus:hover {
  cursor: pointer;
}
form select {
  color: #000;
}

.dashboard-signup form ul.acf-radio-list:focus-within,
.dashboard-signup form ul.acf-checkbox-list:focus-within,
.nk-login-form form ul.acf-radio-list:focus-within,
.nk-login-form form ul.acf-checkbox-list:focus-within {
  border: none;
}
.dashboard-signup form ul.acf-radio-list,
.dashboard-signup form ul.acf-checkbox-list,
.nk-login-form form ul.acf-radio-list,
.nk-login-form form ul.acf-checkbox-list {
  border: none;
}
.dashboard-signup form .acf-fields,
.nk-login-form form .acf-fields {
  margin-bottom: 10px;
}
.dashboard-signup form .acf-fields .acf-field-6543f78ea283c,
.nk-login-form form .acf-fields .acf-field-6543f78ea283c {
  padding: 0;
}
.dashboard-signup form .acf-fields .acf-field-6543f875a283d,
.nk-login-form form .acf-fields .acf-field-6543f875a283d {
  padding: 0 0 10px 25px;
}
.dashboard-signup form .acf-fields > .acf-field,
.nk-login-form form .acf-fields > .acf-field {
  border: none;
}
.dashboard-signup form .acf-field .acf-label,
.nk-login-form form .acf-field .acf-label {
  display: none;
}
.dashboard-signup form .checkbox-control,
.nk-login-form form .checkbox-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 25px;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 17px;
}
.dashboard-signup form input[type=checkbox],
.nk-login-form form input[type=checkbox] {
  position: absolute;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  margin: 0;
  display: grid;
  place-content: center;
  font: inherit;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-transform: translate(-25px, 0.1em);
      -ms-transform: translate(-25px, 0.1em);
          transform: translate(-25px, 0.1em);
}
.dashboard-signup form input[type=checkbox]:focus,
.nk-login-form form input[type=checkbox]:focus {
  -webkit-appearance: none;
}
.dashboard-signup form input[type=checkbox]:before,
.nk-login-form form input[type=checkbox]:before {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em black;
          box-shadow: inset 1em 1em black;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.dashboard-signup form input[type=checkbox]:checked:before,
.nk-login-form form input[type=checkbox]:checked:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
    clear: both;
    margin: 0;
  }
}
@media screen and (max-width: 1000px) {
  .flexible-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .page-template-page-wishlist .products ul,
  .page-template-page-wishlist ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-template-page-wishlist .products ul:after,
  .page-template-page-wishlist ul.products:after {
    display: none;
  }
  .archive.woocommerce .products ul,
  .archive.woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .archive.woocommerce .products ul:after,
  .archive.woocommerce ul.products:after {
    display: none;
  }
  .archive.woocommerce .products ul li:nth-child(1),
  .archive.woocommerce ul.products li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .archive.woocommerce .products ul li:nth-child(2),
  .archive.woocommerce ul.products li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .archive.woocommerce .products ul li:nth-child(3),
  .archive.woocommerce ul.products li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .archive.woocommerce .products ul li:nth-child(4),
  .archive.woocommerce ul.products li:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .archive.woocommerce .products ul li:nth-child(5),
  .archive.woocommerce ul.products li:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .archive.woocommerce .products ul li:nth-child(6),
  .archive.woocommerce ul.products li:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .archive.woocommerce .products ul li:nth-child(7),
  .archive.woocommerce ul.products li:nth-child(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .archive.woocommerce .products ul li:nth-child(8),
  .archive.woocommerce ul.products li:nth-child(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .archive.woocommerce .products ul li:nth-child(9),
  .archive.woocommerce ul.products li:nth-child(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .archive.woocommerce .products ul li:nth-child(10),
  .archive.woocommerce ul.products li:nth-child(10) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .archive.woocommerce .products ul li:nth-child(11),
  .archive.woocommerce ul.products li:nth-child(11) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .archive.woocommerce .products ul li:nth-child(12),
  .archive.woocommerce ul.products li:nth-child(12) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .archive.woocommerce .products ul li:nth-child(13),
  .archive.woocommerce ul.products li:nth-child(13) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .archive.woocommerce .products ul .rect-cta-el,
  .archive.woocommerce .products ul .square-cta-el,
  .archive.woocommerce ul.products .rect-cta-el,
  .archive.woocommerce ul.products .square-cta-el {
    grid-column-start: span 2;
    grid-row-start: unset;
  }
  .archive.woocommerce .products ul .square-cta-el .square-cta,
  .archive.woocommerce ul.products .square-cta-el .square-cta {
    height: 90vw;
  }
  .archive.woocommerce .products ul .square-cta-el .square-cta .cta-box,
  .archive.woocommerce ul.products .square-cta-el .square-cta .cta-box {
    width: 100%;
  }
  .archive.woocommerce .products ul .rect-cta-el .rect-cta .cta-box,
  .archive.woocommerce ul.products .rect-cta-el .rect-cta .cta-box {
    width: 100%;
  }
  .category-children {
    grid-template-columns: repeat(6, 1fr);
  }
  .product-thumbnail {
    height: 25vw;
  }
  .nk-product-details {
    display: block;
    grid-template-columns: 1fr;
    padding: 40px 0;
  }
  .col-narrow, .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    margin: 40px 0 0;
    width: 66%;
  }
  .woocommerce .product-range-slider {
    margin: 80px 0;
    grid-template-columns: 1fr minmax(0, 1fr);
    grid-column-gap: 0;
  }
  .woocommerce .product-range-slider .shop-range {
    padding-right: 0%;
  }
  .woocommerce .product-range-slider .shop-range .square-cta {
    height: 100%;
  }
  .woocommerce .product-range-slider ul.products {
    padding-bottom: 40px;
    padding-top: 0;
  }
  .woocommerce .slider-with-nav .slider-nav {
    bottom: 0;
  }
  .product-gallery .slider-with-nav .slider-nav .wrap, .product-gallery .slider-with-nav .slider-nav .woocommerce-page .site-main, .woocommerce-page .product-gallery .slider-with-nav .slider-nav .site-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product-gallery .slider-with-nav .slider-nav .prev,
  .product-gallery .slider-with-nav .slider-nav .next {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .product-gallery .zoom-icon {
    display: none !important;
  }
  .section-title-grid .section-title.length-short {
    grid-column: 2/span 8;
  }
  .flexible-info-grid .info-grid {
    grid-template-rows: auto 50px auto;
  }
  .flexible-info-grid .info-grid .ig-text-1 {
    padding-bottom: 20px;
    grid-column: 2/span 5;
  }
  .flexible-info-grid .info-grid .ig-text-2 {
    padding-top: 20px;
  }
  .flexible-info-grid-3 .info-grid-3 {
    grid-template-columns: 4fr 3fr;
  }
  .flexible-info-grid-3 .info-grid-3 .ig-text-1 {
    grid-column-start: span 2;
    padding-bottom: 60px;
  }
  .flexible-link-boxes {
    padding: 60px 0px;
  }
  .flexible-accordion .nk-accordion {
    width: 75%;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 200px;
  }
  .woocommerce-cart .row-woocommerce .woocommerce {
    grid-template-columns: 7fr 5fr;
  }
  /*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  .site-navigation .menu > li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-navigation .sub-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  .footer-margin-wrapper {
    margin: 0;
  }
  .row-footer .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
  }
  .row-footer .footer-grid .footer-contact {
    grid-column: unset;
  }
  .row-footer .footer-grid .footer-logo {
    grid-row: span 2;
  }
  .footer-copy .copy-grid {
    grid-template-columns: 3fr 2fr;
  }
  .footer-copy .copy-grid .copy {
    grid-column: unset;
  }
  .footer-copy .copy-grid .cards {
    grid-column: unset;
    align-self: end;
  }
  .footer-copy .copy-grid .cards .footer-margin-wrapper {
    text-align: right;
  }
  .footer-copy .copy-grid .cards .card {
    margin-right: 0;
    margin-left: 10px;
  }
}
@media screen and (max-width: 700px) {
  .header-small .header .header-content,
  .header-small .header .header-grid {
    height: 0;
    min-height: 80px;
    max-height: 80px;
  }
  .c-10 {
    padding-left: 0;
    padding-right: 0;
  }
  .header-slider {
    margin-bottom: 60px;
  }
  .header-slider .header-slide {
    height: calc(100vh - 130px);
    min-height: auto;
  }
  .header-slider .header-slide .cta-box .cta-text .cta-title {
    font-size: 42px;
  }
  .hero-section .g-1 p {
    font-size: 34px;
  }
  .hero-section p br {
    display: none;
  }
  .product-thumbnail {
    height: 50vw;
  }
  .page-template-default .flexible-text:first-child {
    margin-top: 0;
  }
  .woo-page-title,
  .flexible-text h1:first-child,
  .flexible-accordion h1:first-child {
    font-size: 42px;
  }
  .section-title-grid .section-title:last-child {
    margin-bottom: 30px;
  }
  .section-title-grid .section-title.line-right:before, .section-title-grid .section-title.line-left:before {
    width: 20px;
    top: 45px;
    right: auto;
    left: -20px;
  }
  .flexible-info-grid .info-grid {
    display: block;
  }
  .flexible-info-grid .info-grid > div {
    margin: 20px 0;
  }
  .flexible-info-grid-2 .info-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto 25vw auto auto 15vw;
    grid-gap: 20px;
  }
  .flexible-info-grid-2 .info-grid .ig-text-1 {
    grid-column: 1/span 8;
    grid-row: 1/span 1;
    padding: 0px 0 10px;
  }
  .flexible-info-grid-2 .info-grid .ig-text-1 h2 {
    position: relative;
    margin-bottom: 30px;
  }
  .flexible-info-grid-2 .info-grid .ig-text-1 h2:before {
    position: absolute;
    top: 85px;
    left: calc(100% + 20px);
    content: "";
    width: 60vw;
    height: 1px;
    background: #a8a6a2;
  }
  .flexible-info-grid-2 .info-grid .ig-image-1 {
    grid-column: 1/span 4;
    grid-row: 2/span 2;
  }
  .flexible-info-grid-2 .info-grid .ig-image-2 {
    grid-column: 2/span 3;
    grid-row: 4/span 2;
  }
  .flexible-info-grid-2 .info-grid .ig-image-3 {
    grid-column: 5/span 4;
    grid-row: 3/span 2;
  }
  .flexible-product-slider .slider-with-nav .slider-nav {
    margin-top: 30px;
  }
  .flexible-product-cta .product-cta-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .flexible-product-cta .product-cta-grid.wrap, .flexible-product-cta .woocommerce-page .product-cta-grid.site-main, .woocommerce-page .flexible-product-cta .product-cta-grid.site-main {
    padding: 0;
  }
  .flexible-product-cta.woocommerce ul.products {
    padding: 0 20px;
  }
  .flexible-product-cta.woocommerce ul.products li {
    max-width: 300px;
    margin: 0 auto;
  }
  .flexible-link-boxes {
    padding: 40px 0 60px;
  }
  .flexible-link-boxes h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .flexible-link-boxes .link-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .flexible-history-slider .slides {
    width: 100%;
  }
  .flexible-history-slider .slider-nav {
    float: right;
  }
  .flexible-history-slider .slider-nav .wrap, .flexible-history-slider .slider-nav .woocommerce-page .site-main, .woocommerce-page .flexible-history-slider .slider-nav .site-main {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flexible-accordion .nk-accordion {
    width: 100%;
  }
  .flexible-accordion .nk-accordion dd {
    padding: 20px 20px 40px 0px;
    width: 100%;
  }
  .flexible-text .g-2 {
    grid-template-columns: 1fr;
  }
  .slider-with-nav .slider-nav .wrap, .slider-with-nav .slider-nav .woocommerce-page .site-main, .woocommerce-page .slider-with-nav .slider-nav .site-main {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .slider-with-nav.header-slider .slider-nav .wrap, .slider-with-nav.header-slider .slider-nav .woocommerce-page .site-main, .woocommerce-page .slider-with-nav.header-slider .slider-nav .site-main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row-404 .g-2 {
    display: block;
  }
  .row-404 .g-2 .not-found-text {
    display: inline-block;
  }
  .row-404 .g-2 .not-found-image {
    height: 70vw;
    margin: 50px -20px 0;
  }
  .row-404 .g-2 .not-found-image .not-found-image-wrapper {
    width: 100vw;
  }
  .top-notices {
    padding: 10px 15px;
  }
  .top-notices p {
    font-size: 15px;
  }
  /*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
    max-width: 450px;
  }
  .woocommerce-products-header .woocommerce-products-header__title {
    margin: 35px 0 15px;
    font-size: 42px;
    line-height: 1em;
  }
  .woocommerce-products-header .term-description {
    width: 100%;
  }
  .category-children {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .category-children li {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    margin-right: 20px;
  }
  .category-children li a,
  .category-children li p {
    font-size: 16px;
  }
  .category-children li p {
    white-space: normal;
  }
  .nk-filters-order {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .nk-filters-order .product-order,
  .nk-filters-order .product-filters {
    width: 100%;
    float: none;
  }
  .nk-filters-order .product-filters .filters-button {
    border-left: none;
  }
  .nk-filters-order .product-order .order-button {
    border-left: none;
    border-right: none;
    grid-column-gap: 0;
  }
  .product-details-accordion {
    margin: 40px 0;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .featured-icons {
    margin: 40px 0;
  }
  .featured-icons .icons-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  .single-product.woocommerce .product-range-slider {
    margin-bottom: 60px;
    display: block;
    background: none;
  }
  .single-product.woocommerce .product-range-slider .shop-range {
    width: 100vw;
    height: 100vw;
    padding: 0;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .single-product.woocommerce .product-range-slider ul.products {
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px;
    background: #ececea;
  }
  .single-product .woocommerce-message {
    grid-template-columns: 1fr;
  }
  .single-product .woocommerce-message .button {
    width: 100%;
  }
  .single-product .woocommerce-message:before {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    top: 20px;
  }
  .single-product .wc-block-components-notice-banner__content {
    display: block;
  }
  .single-product .wc-block-components-notice-banner__content .button {
    margin-bottom: 20px;
    width: 100%;
  }
  .woocommerce .up-sells .products ul,
  .woocommerce .up-sells ul.products {
    margin: 40px 0 0;
  }
  .woocommerce .up-sells .products ul .slides,
  .woocommerce .up-sells ul.products .slides {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
  }
  .woocommerce .up-sells.products {
    margin: 60px 0 20px;
  }
  .woocommerce .up-sells.products h2 {
    margin-bottom: 40px;
  }
  .page-template-page-wishlist .products ul,
  .page-template-page-wishlist ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
  .woocommerce-cart .row-woocommerce .woocommerce {
    grid-template-columns: 1fr;
  }
  .woocommerce-cart .row-woocommerce .woocommerce .woocommerce-notices-wrapper {
    grid-column: unset;
  }
  .woo-page-title,
  h1:first-child {
    margin: 35px 0 15px;
  }
  .woocommerce .cart-collaterals .cross-sells ul.products,
  .woocommerce-page .cart-collaterals .cross-sells ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-layout .checkout-review {
    padding-left: 0%;
  }
  .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
    margin-bottom: 20px;
  }
  .woocommerce-account.logged-in .row-woocommerce .wrap, .woocommerce-account.logged-in .row-woocommerce .woocommerce-page .site-main, .woocommerce-page .woocommerce-account.logged-in .row-woocommerce .site-main {
    padding: 0;
  }
  .woocommerce-account.logged-in .row-woocommerce .woocommerce {
    grid-template-columns: 1fr;
  }
  .woocommerce-account.logged-in .row-woocommerce .woocommerce-MyAccount-navigation {
    padding: 20px;
    background: #ececea;
  }
  .woocommerce-account.logged-in .row-woocommerce .woocommerce-MyAccount-navigation h1:first-child {
    margin: 5px 0 15px;
  }
  .woocommerce-account.logged-in .row-woocommerce .woocommerce-MyAccount-navigation:before {
    display: none;
  }
  .woocommerce-account.logged-in .row-woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
    width: 100%;
  }
  .woocommerce-account.logged-in .row-woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
    margin-top: 0;
  }
  .woocommerce-account.logged-in .row-woocommerce .woocommerce-MyAccount-content {
    padding: 20px;
    overflow-x: scroll;
  }
  .woocommerce-account.logged-in .row-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .woocommerce-account.logged-in .row-woocommerce .wc_sc_coupon_actions_wrapper {
    float: none;
    clear: both;
    display: inline-block;
    margin: 20px 0 30px;
  }
  .woocommerce-account:not(.logged-in) .row-woocommerce {
    padding: 20px 0;
  }
  .woocommerce-account .nk-login-form {
    grid-template-columns: 1fr;
  }
  .woocommerce-account .nk-login-form h1:first-child {
    margin: 5px 0 15px;
  }
  .woocommerce-account .nk-login-form .login-left .narrow {
    width: 100%;
    padding: 20px 20px 40px;
  }
  .woocommerce-account .nk-login-form .login-right {
    height: 75vw;
  }
  .flexible-info-grid-3:first-child {
    margin-top: 30px;
  }
  .row-stockists .map-area {
    grid-template-columns: 1fr;
  }
  .row-stockists .map-area .stockist-search .search-area {
    padding-right: 0%;
    margin-bottom: 20px;
  }
  .row-stockists .map-area .stockist-search .collection-selection {
    display: inline-block;
  }
  .row-stockists .map-area .stockist-search .collection-selection .legend,
  .row-stockists .map-area .stockist-search .collection-selection label {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  .row-stockists .map-area .stockists-map {
    grid-row: unset;
    height: 120vw;
  }
  .row-stockists .map-area .stockist-wrapper {
    height: auto;
    min-height: 100vw;
  }
  .row-stockists .map-area .stockist-wrapper .stockist-scroll {
    position: relative;
  }
  .row-stockists .map-area .stockist-wrapper .place .distance {
    white-space: nowrap;
  }
  /*-------------------------------------------------------------------------*/
  /* ! INFO: Footer
  //
  /*-------------------------------------------------------------------------*/
  .row-footer {
    padding: 40px 0;
  }
  .row-footer .footer-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
  }
  .row-footer .footer-grid .footer-contact {
    grid-column: unset;
  }
  .row-footer .footer-logo {
    padding-bottom: 15px;
  }
  .footer-copy .copy-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
  }
  .footer-copy .copy-grid .cards .footer-margin-wrapper {
    text-align: left;
  }
  .footer-copy .copy-grid .cards .card {
    margin-right: 10px;
    margin-left: 0px;
  }
  .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents div.quantity,
  .woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents div.quantity {
    margin-right: 0;
  }
  .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents div.quantity .nk-plus,
  .woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents div.quantity .nk-plus {
    padding-right: 0;
  }
  .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents .product-remove,
  .woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents .product-remove {
    margin-bottom: 0;
  }
  .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr td.product-name,
  .woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr td.product-name {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr td.product-name:before,
  .woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr td.product-name:before {
    width: 100%;
  }
  .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr:nth-child(2n) td {
    background-color: inherit;
  }
  .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents .product-subtotal,
  .woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents .product-subtotal {
    width: 100%;
  }
  .woocommerce-checkout .variation,
  .woocommerce-cart .variation {
    grid-row-gap: 10px;
  }
  .woocommerce-checkout-review-order .variation {
    grid-template-columns: 1fr;
    grid-row-gap: 0px;
    margin-top: 10px;
  }
  .woocommerce-checkout-review-order .variation dd {
    margin-bottom: 5px !important;
  }
  .woocommerce-checkout-review-order .cart-totals-wrapper {
    padding: 25px 20px;
  }
  .woocommerce-checkout-review-order .cart-totals-wrapper table.shop_table {
    table-layout: fixed;
  }
  .woocommerce-checkout-review-order .cart-totals-wrapper table.shop_table thead th.product-total {
    padding-right: 0px;
  }
  .woocommerce-checkout-review-order .cart-totals-wrapper table.shop_table tbody td.product-name {
    line-height: 1.2em;
  }
  .woocommerce-checkout-review-order .cart-totals-wrapper table.shop_table tbody .product-total {
    vertical-align: top;
  }
  .woocommerce-checkout-review-order .cart-totals-wrapper .product-total,
  .woocommerce-checkout-review-order .cart-totals-wrapper .cart-subtotal td,
  .woocommerce-checkout-review-order .cart-totals-wrapper .woocommerce-shipping-totals td,
  .woocommerce-checkout-review-order .cart-totals-wrapper .order-total td {
    width: 100px;
    text-align: right;
  }
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 25px 20px 25px;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .button {
    width: 100%;
  }
  /*-------------------------------------------------------------------------*/
  /* !	Auto Zoom on mobile fix
  //
  /*-------------------------------------------------------------------------*/
  input.text,
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password] {
    font-size: 16px;
  }
  input.text:focus,
  input[type=text]:focus,
  input[type=tel]:focus,
  input[type=email]:focus,
  input[type=password]:focus {
    font-size: 16px;
  }
  .popup-marketing .pop-image {
    display: none;
  }
  .popup-marketing .pop-text {
    padding: 25px;
  }
  .wmc-text-currency-text {
    display: none;
  }
  .woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-current-currency .wmc-open-dropdown-currencies {
    display: none;
  }
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    padding: 0 !important;
  }
  .user-links {
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .user-links li {
    margin: 0;
  }
  .woocommerce-multi-currency.layout10 .wmc-text {
    font-size: 18px;
  }
}
.woocommerce .up-sells.products ul .upsells-slider .slider-nav {
  display: none;
}

@media screen and (max-width: 600px) {
  .popup .popup-content {
    width: 90%;
    padding: 20px 20px 60px;
    overflow-y: scroll;
  }
  .popup .popup-content .popup-columns {
    display: block;
  }
  .popup .popup-content .popup-columns .pop-text {
    display: inline-block;
  }
  .popup .popup-content .popup-columns .pop-image {
    padding: 20px 0;
    width: 100%;
  }
  .popup .popup-content .popup-columns .pop-image .square-cta {
    padding-bottom: 50%;
  }
  .popup .popup-content .popup-title {
    padding-right: 40px;
  }
  .popup .popup-close {
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .archive.woocommerce .products ul,
  .archive.woocommerce ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
  .archive.woocommerce .products ul .square-cta-el,
  .archive.woocommerce .products ul .rect-cta-el,
  .archive.woocommerce ul.products .square-cta-el,
  .archive.woocommerce ul.products .rect-cta-el {
    grid-column-start: unset;
  }
  .woocommerce .up-sells.products ul {
    margin-bottom: 40px;
  }
  .woocommerce .up-sells.products ul .slides {
    display: block;
    margin-bottom: 0;
  }
  .woocommerce .up-sells.products ul .upsells-slider {
    padding-bottom: 40px;
  }
  .woocommerce .up-sells.products ul .upsells-slider .slider-nav {
    display: block;
  }
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: none;
  transform: none;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.image-drop {
  -webkit-clip-path: inset(0% 0% 0%);
          clip-path: inset(0% 0% 0%);
}

.image-drop {
  visibility: hidden;
}

.header-slider {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.document-loaded .header-slider {
  opacity: 1;
}

.animate-letters {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.visible .animate-letters {
  opacity: 1;
}

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