@charset "UTF-8";
:root {
  --color-primary: #e51937;
  --color-primary-2: #a7071e;
  --color-white: #fff;
  --color-black: #000;
  --color-black-2: #2e2e2e;
  --color-black-3: #3f3f3f;
  --color-black-4: #707070;
  --color-black-5: #cdcdcd;
  --color-black-6: #1d1c1c;
  --color-black-7: #bebebe;
  --color-black-8: #ececec;
  --color-black-9: #a3a3a3;
  --color-black-10: #b5b5b5;
  --color-black-11: #aeaeae;
  --color-black-12: #f0f0f0;
  --color-black-13: #535353;
  --color-black-14: #b9b9b9;
  --color-yellow: #eb9f05;
  --color-green: #00af2e;
  --color-23-black: #292828;
  --color-23-gray: #D2D2D2;
  --clr-facebook: #475993;
  --clr-twitter: #55acee;
  --clr-linkedin: #55acee;
  --clr-whatsapp: #7ad06d;
  --clr-mail: #32a88f;
  --class-1: #2bace2;
  --class-2: #3db54a;
  --class-3: #ffde11;
  --class-4: #f89521;
  --class-5: #ec2227;
  --class-6: #231f20; }

/* overlay */
/* Share Color
------------------------------------------------------ */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.gap-15 {
  margin-right: -7.5px;
  margin-left: -7.5px; }
  .gap-15 > .col,
  .gap-15 > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
[class|="col-xxl"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; }
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; }
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .gap-40 {
    margin-right: -20px;
    margin-left: -20px; }
    .gap-40 > .col,
    .gap-40 > [class*="col-"] {
      padding-right: 20px;
      padding-left: 20px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; }
  .gap-60 {
    margin-right: -30px;
    margin-left: -30px; }
    .gap-60 > .col,
    .gap-60 > [class*="col-"] {
      padding-right: 30px;
      padding-left: 30px; }
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; }
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; } }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0; }

*,
*::before,
*::after {
  box-sizing: border-box; }

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

amp-img {
  max-width: 100%; }

svg {
  overflow: hidden;
  vertical-align: middle;
  height: 1em;
  fill: currentColor;
  pointer-events: none; }

a {
  color: #e51937;
  text-decoration: none;
  outline: 0;
  transition: all .3s; }
  a:focus {
    outline: 0; }
  a:hover {
    color: #ce1631; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  margin-top: 0;
  margin-bottom: 15px; }

table, td, th {
  border: 1px solid #ddd;
  text-align: left; }

table {
  border-collapse: collapse;
  width: 100%; }

th, td {
  padding: 12px 15px;
  vertical-align: top; }

td {
  font-size: 14px; }

pre {
  overflow: auto; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

textarea {
  overflow: auto;
  resize: vertical; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  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; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: block;
    margin: 0 6px;
    padding: 0; }
    .slick-dots li button {
      border: 0;
      background-color: #a3a3a3;
      display: block;
      height: 8px;
      width: 8px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      padding: 0;
      color: transparent;
      cursor: pointer;
      transition: all 0.2s ease-in-out; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button {
      opacity: 0.75;
      background-color: #e51937;
      width: 16px; }

@font-face {
  font-family: "ionicons";
  src: url("../fonts/icons/ionicons.ttf?8dm54o") format("truetype"), url("../fonts/icons/ionicons.woff?8dm54o") format("woff"), url("../fonts/icons/ionicons.svg?8dm54o#ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

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

.ion-android-bicycle:before {
  content: ""; }

.ion-ios-arrow-back:before {
  content: ""; }

.ion-ios-arrow-forward:before {
  content: ""; }

.ion-ios-checkmark-empty:before {
  content: ""; }

.ion-alert-circled:before {
  content: ""; }

.ion-alert:before {
  content: ""; }

.ion-android-add-circle:before {
  content: ""; }

.ion-android-add:before {
  content: ""; }

.ion-android-alarm-clock:before {
  content: ""; }

.ion-android-alert:before {
  content: ""; }

.ion-android-apps:before {
  content: ""; }

.ion-android-archive:before {
  content: ""; }

.ion-android-arrow-back:before {
  content: ""; }

.ion-android-arrow-down:before {
  content: ""; }

.ion-android-arrow-dropdown-circle:before {
  content: ""; }

.ion-android-arrow-dropdown:before {
  content: ""; }

.ion-android-arrow-dropleft-circle:before {
  content: ""; }

.ion-android-arrow-dropleft:before {
  content: ""; }

.ion-android-arrow-dropright-circle:before {
  content: ""; }

.ion-android-arrow-dropright:before {
  content: ""; }

.ion-android-arrow-dropup-circle:before {
  content: ""; }

.ion-android-arrow-dropup:before {
  content: ""; }

.ion-android-arrow-forward:before {
  content: ""; }

.ion-android-arrow-up:before {
  content: ""; }

.ion-android-attach:before {
  content: ""; }

.ion-android-bookmark:before {
  content: ""; }

.ion-android-bulb:before {
  content: ""; }

.ion-android-calendar:before {
  content: ""; }

.ion-android-call:before {
  content: ""; }

.ion-android-camera:before {
  content: ""; }

.ion-android-cancel:before {
  content: ""; }

.ion-android-car:before {
  content: ""; }

.ion-android-cart:before {
  content: ""; }

.ion-android-chat:before {
  content: ""; }

.ion-android-checkbox-blank:before {
  content: ""; }

.ion-android-checkbox-outline-blank:before {
  content: ""; }

.ion-android-checkbox-outline:before {
  content: ""; }

.ion-android-checkbox:before {
  content: ""; }

.ion-android-checkmark-circle:before {
  content: ""; }

.ion-android-clipboard:before {
  content: ""; }

.ion-android-close:before {
  content: ""; }

.ion-android-cloud-circle:before {
  content: ""; }

.ion-android-cloud-done:before {
  content: ""; }

.ion-android-cloud-outline:before {
  content: ""; }

.ion-android-cloud:before {
  content: ""; }

.ion-android-color-palette:before {
  content: ""; }

.ion-android-contact:before {
  content: ""; }

.ion-android-contacts:before {
  content: ""; }

.ion-android-contract:before {
  content: ""; }

.ion-android-create:before {
  content: ""; }

.ion-android-delete:before {
  content: ""; }

.ion-android-desktop:before {
  content: ""; }

.ion-android-document:before {
  content: ""; }

.ion-android-done-all:before {
  content: ""; }

.ion-android-done:before {
  content: ""; }

.ion-android-download:before {
  content: ""; }

.ion-android-drafts:before {
  content: ""; }

.ion-android-exit:before {
  content: ""; }

.ion-android-expand:before {
  content: ""; }

.ion-android-favorite-outline:before {
  content: ""; }

.ion-android-favorite:before {
  content: ""; }

.ion-android-folder-open:before {
  content: ""; }

.ion-android-folder:before {
  content: ""; }

.ion-android-funnel:before {
  content: ""; }

.ion-android-globe:before {
  content: ""; }

.ion-android-hand:before {
  content: ""; }

.ion-android-hangout:before {
  content: ""; }

.ion-android-happy:before {
  content: ""; }

.ion-android-home:before {
  content: ""; }

.ion-android-image:before {
  content: ""; }

.ion-android-laptop:before {
  content: ""; }

.ion-android-list:before {
  content: ""; }

.ion-android-locate:before {
  content: ""; }

.ion-android-lock:before {
  content: ""; }

.ion-android-mail:before {
  content: ""; }

.ion-android-map:before {
  content: ""; }

.ion-android-menu:before {
  content: ""; }

.ion-android-microphone-off:before {
  content: ""; }

.ion-android-microphone:before {
  content: ""; }

.ion-android-more-horizontal:before {
  content: ""; }

.ion-android-more-vertical:before {
  content: ""; }

.ion-android-navigate:before {
  content: ""; }

.ion-android-notifications-none:before {
  content: ""; }

.ion-android-notifications-off:before {
  content: ""; }

.ion-android-notifications:before {
  content: ""; }

.ion-android-open:before {
  content: ""; }

.ion-android-options:before {
  content: ""; }

.ion-android-people:before {
  content: ""; }

.ion-android-person-add:before {
  content: ""; }

.ion-android-person:before {
  content: ""; }

.ion-android-phone-landscape:before {
  content: ""; }

.ion-android-phone-portrait:before {
  content: ""; }

.ion-android-pin:before {
  content: ""; }

.ion-android-plane:before {
  content: ""; }

.ion-android-playstore:before {
  content: ""; }

.ion-android-print:before {
  content: ""; }

.ion-android-radio-button-off:before {
  content: ""; }

.ion-android-radio-button-on:before {
  content: ""; }

.ion-android-refresh:before {
  content: ""; }

.ion-android-remove-circle:before {
  content: ""; }

.ion-android-remove:before {
  content: ""; }

.ion-android-restaurant:before {
  content: ""; }

.ion-android-sad:before {
  content: ""; }

.ion-android-search:before {
  content: ""; }

.ion-android-send:before {
  content: ""; }

.ion-android-settings:before {
  content: ""; }

.ion-android-share-alt:before {
  content: ""; }

.ion-android-share:before {
  content: ""; }

.ion-android-star-half:before {
  content: ""; }

.ion-android-star-outline:before {
  content: ""; }

.ion-android-star:before {
  content: ""; }

.ion-android-stopwatch:before {
  content: ""; }

.ion-android-sunny:before {
  content: ""; }

.ion-android-sync:before {
  content: ""; }

.ion-android-textsms:before {
  content: ""; }

.ion-android-time:before {
  content: ""; }

.ion-android-unlock:before {
  content: ""; }

.ion-android-volume-off:before {
  content: ""; }

.ion-android-volume-up:before {
  content: ""; }

.ion-android-walk:before {
  content: ""; }

.ion-android-warning:before {
  content: ""; }

.ion-android-watch:before {
  content: ""; }

.ion-android-wifi:before {
  content: ""; }

.ion-archive:before {
  content: ""; }

.ion-arrow-down-a:before {
  content: ""; }

.ion-arrow-expand:before {
  content: ""; }

.ion-arrow-move:before {
  content: ""; }

.ion-arrow-up-c:before {
  content: ""; }

.ion-bag:before {
  content: ""; }

.ion-briefcase:before {
  content: ""; }

.ion-calendar:before {
  content: ""; }

.ion-camera:before {
  content: ""; }

.ion-chatbox:before {
  content: ""; }

.ion-chatboxes:before {
  content: ""; }

.ion-chatbubble:before {
  content: ""; }

.ion-chatbubbles:before {
  content: ""; }

.ion-checkmark-circled:before {
  content: ""; }

.ion-checkmark-round:before {
  content: ""; }

.ion-checkmark:before {
  content: ""; }

.ion-chevron-down:before {
  content: ""; }

.ion-chevron-left:before {
  content: ""; }

.ion-chevron-right:before {
  content: ""; }

.ion-chevron-up:before {
  content: ""; }

.ion-clock:before {
  content: ""; }

.ion-close-circled:before {
  content: ""; }

.ion-close-round:before {
  content: ""; }

.ion-close:before {
  content: ""; }

.ion-cloud:before {
  content: ""; }

.ion-compose:before {
  content: ""; }

.ion-email-unread:before {
  content: ""; }

.ion-email:before {
  content: ""; }

.ion-eye-disabled:before {
  content: ""; }

.ion-eye:before {
  content: ""; }

.ion-filing:before {
  content: ""; }

.ion-fireball:before {
  content: ""; }

.ion-flame:before {
  content: ""; }

.ion-folder:before {
  content: ""; }

.ion-forward:before {
  content: ""; }

.ion-funnel:before {
  content: ""; }

.ion-gear-a:before {
  content: ""; }

.ion-gear-b:before {
  content: ""; }

.ion-grid:before {
  content: ""; }

.ion-hammer:before {
  content: ""; }

.ion-headphone:before {
  content: ""; }

.ion-heart-broken:before {
  content: ""; }

.ion-heart:before {
  content: ""; }

.ion-home:before {
  content: ""; }

.ion-image:before {
  content: ""; }

.ion-images:before {
  content: ""; }

.ion-information-circled:before {
  content: ""; }

.ion-information:before {
  content: ""; }

.ion-ios-alarm-outline:before {
  content: ""; }

.ion-ios-alarm:before {
  content: ""; }

.ion-ios-albums-outline:before {
  content: ""; }

.ion-ios-albums:before {
  content: ""; }

.ion-ios-arrow-down:before {
  content: ""; }

.ion-ios-arrow-left:before {
  content: ""; }

.ion-ios-arrow-right:before {
  content: ""; }

.ion-ios-arrow-thin-down:before {
  content: ""; }

.ion-ios-arrow-thin-left:before {
  content: ""; }

.ion-ios-arrow-thin-right:before {
  content: ""; }

.ion-ios-arrow-thin-up:before {
  content: ""; }

.ion-ios-arrow-up:before {
  content: ""; }

.ion-ios-barcode-outline:before {
  content: ""; }

.ion-ios-barcode:before {
  content: ""; }

.ion-ios-bell-outline:before {
  content: ""; }

.ion-ios-bell:before {
  content: ""; }

.ion-ios-body-outline:before {
  content: ""; }

.ion-ios-body:before {
  content: ""; }

.ion-ios-browsers-outline:before {
  content: ""; }

.ion-ios-browsers:before {
  content: ""; }

.ion-ios-calendar-outline:before {
  content: ""; }

.ion-ios-calendar:before {
  content: ""; }

.ion-ios-camera-outline:before {
  content: ""; }

.ion-ios-camera:before {
  content: ""; }

.ion-ios-cart-outline:before {
  content: ""; }

.ion-ios-cart:before {
  content: ""; }

.ion-ios-chatboxes-outline:before {
  content: ""; }

.ion-ios-chatboxes:before {
  content: ""; }

.ion-ios-chatbubble-outline:before {
  content: ""; }

.ion-ios-chatbubble:before {
  content: ""; }

.ion-ios-checkmark-outline:before {
  content: ""; }

.ion-ios-checkmark:before {
  content: ""; }

.ion-ios-circle-filled:before {
  content: ""; }

.ion-ios-circle-outline:before {
  content: ""; }

.ion-ios-clock-outline:before {
  content: ""; }

.ion-ios-clock:before {
  content: ""; }

.ion-ios-close-empty:before {
  content: ""; }

.ion-ios-close-outline:before {
  content: ""; }

.ion-ios-close:before {
  content: ""; }

.ion-ios-cloud-download-outline:before {
  content: ""; }

.ion-ios-cloud-download:before {
  content: ""; }

.ion-ios-cloud-outline:before {
  content: ""; }

.ion-ios-cloud-upload-outline:before {
  content: ""; }

.ion-ios-cloud-upload:before {
  content: ""; }

.ion-ios-compose-outline:before {
  content: ""; }

.ion-ios-compose:before {
  content: ""; }

.ion-ios-contact-outline:before {
  content: ""; }

.ion-ios-contact:before {
  content: ""; }

.ion-ios-copy-outline:before {
  content: ""; }

.ion-ios-copy:before {
  content: ""; }

.ion-ios-crop-strong:before {
  content: ""; }

.ion-ios-crop:before {
  content: ""; }

.ion-ios-download-outline:before {
  content: ""; }

.ion-ios-download:before {
  content: ""; }

.ion-ios-email-outline:before {
  content: ""; }

.ion-ios-email:before {
  content: ""; }

.ion-ios-eye-outline:before {
  content: ""; }

.ion-ios-eye:before {
  content: ""; }

.ion-ios-folder-outline:before {
  content: ""; }

.ion-ios-folder:before {
  content: ""; }

.ion-ios-gear-outline:before {
  content: ""; }

.ion-ios-gear:before {
  content: ""; }

.ion-ios-heart-outline:before {
  content: ""; }

.ion-ios-heart:before {
  content: ""; }

.ion-ios-home-outline:before {
  content: ""; }

.ion-ios-home:before {
  content: ""; }

.ion-ios-information-empty:before {
  content: ""; }

.ion-ios-information-outline:before {
  content: ""; }

.ion-ios-information:before {
  content: ""; }

.ion-ios-lightbulb-outline:before {
  content: ""; }

.ion-ios-lightbulb:before {
  content: ""; }

.ion-ios-list-outline:before {
  content: ""; }

.ion-ios-list:before {
  content: ""; }

.ion-ios-location-outline:before {
  content: ""; }

.ion-ios-location:before {
  content: ""; }

.ion-ios-locked-outline:before {
  content: ""; }

.ion-ios-locked:before {
  content: ""; }

.ion-ios-loop-strong:before {
  content: ""; }

.ion-ios-loop:before {
  content: ""; }

.ion-ios-medical-outline:before {
  content: ""; }

.ion-ios-medical:before {
  content: ""; }

.ion-ios-medkit-outline:before {
  content: ""; }

.ion-ios-medkit:before {
  content: ""; }

.ion-ios-mic-off:before {
  content: ""; }

.ion-ios-mic-outline:before {
  content: ""; }

.ion-ios-mic:before {
  content: ""; }

.ion-ios-minus-empty:before {
  content: ""; }

.ion-ios-minus-outline:before {
  content: ""; }

.ion-ios-minus:before {
  content: ""; }

.ion-ios-monitor-outline:before {
  content: ""; }

.ion-ios-monitor:before {
  content: ""; }

.ion-ios-moon-outline:before {
  content: ""; }

.ion-ios-moon:before {
  content: ""; }

.ion-ios-more-outline:before {
  content: ""; }

.ion-ios-more:before {
  content: ""; }

.ion-ios-musical-note:before {
  content: ""; }

.ion-ios-musical-notes:before {
  content: ""; }

.ion-ios-navigate-outline:before {
  content: ""; }

.ion-ios-navigate:before {
  content: ""; }

.ion-ios-paper-outline:before {
  content: ""; }

.ion-ios-paper:before {
  content: ""; }

.ion-ios-paperplane-outline:before {
  content: ""; }

.ion-ios-paperplane:before {
  content: ""; }

.ion-ios-partlysunny-outline:before {
  content: ""; }

.ion-ios-partlysunny:before {
  content: ""; }

.ion-ios-pause-outline:before {
  content: ""; }

.ion-ios-pause:before {
  content: ""; }

.ion-ios-paw-outline:before {
  content: ""; }

.ion-ios-paw:before {
  content: ""; }

.ion-ios-people-outline:before {
  content: ""; }

.ion-ios-people:before {
  content: ""; }

.ion-ios-person-outline:before {
  content: ""; }

.ion-ios-person:before {
  content: ""; }

.ion-ios-personadd-outline:before {
  content: ""; }

.ion-ios-personadd:before {
  content: ""; }

.ion-ios-photos-outline:before {
  content: ""; }

.ion-ios-photos:before {
  content: ""; }

.ion-ios-pie-outline:before {
  content: ""; }

.ion-ios-pie:before {
  content: ""; }

.ion-ios-play-outline:before {
  content: ""; }

.ion-ios-play:before {
  content: ""; }

.ion-ios-plus-empty:before {
  content: ""; }

.ion-ios-plus-outline:before {
  content: ""; }

.ion-ios-plus:before {
  content: ""; }

.ion-ios-pricetag-outline:before {
  content: ""; }

.ion-ios-pricetag:before {
  content: ""; }

.ion-ios-pricetags-outline:before {
  content: ""; }

.ion-ios-pricetags:before {
  content: ""; }

.ion-ios-printer-outline:before {
  content: ""; }

.ion-ios-printer:before {
  content: ""; }

.ion-ios-pulse-strong:before {
  content: ""; }

.ion-ios-pulse:before {
  content: ""; }

.ion-ios-rainy-outline:before {
  content: ""; }

.ion-ios-rainy:before {
  content: ""; }

.ion-ios-redo-outline:before {
  content: ""; }

.ion-ios-redo:before {
  content: ""; }

.ion-ios-refresh-empty:before {
  content: ""; }

.ion-ios-refresh-outline:before {
  content: ""; }

.ion-ios-refresh:before {
  content: ""; }

.ion-ios-reload:before {
  content: ""; }

.ion-ios-reverse-camera-outline:before {
  content: ""; }

.ion-ios-reverse-camera:before {
  content: ""; }

.ion-ios-rose-outline:before {
  content: ""; }

.ion-ios-rose:before {
  content: ""; }

.ion-ios-search-strong:before {
  content: ""; }

.ion-ios-search:before {
  content: ""; }

.ion-ios-snowy:before {
  content: ""; }

.ion-ios-star-half:before {
  content: ""; }

.ion-ios-star-outline:before {
  content: ""; }

.ion-ios-star:before {
  content: ""; }

.ion-ios-telephone-outline:before {
  content: ""; }

.ion-ios-telephone:before {
  content: ""; }

.ion-ios-timer-outline:before {
  content: ""; }

.ion-ios-timer:before {
  content: ""; }

.ion-ios-trash-outline:before {
  content: ""; }

.ion-ios-trash:before {
  content: ""; }

.ion-ios-undo-outline:before {
  content: ""; }

.ion-ios-undo:before {
  content: ""; }

.ion-ios-unlocked-outline:before {
  content: ""; }

.ion-ios-unlocked:before {
  content: ""; }

.ion-ios-upload-outline:before {
  content: ""; }

.ion-ios-upload:before {
  content: ""; }

.ion-ios-videocam-outline:before {
  content: ""; }

.ion-ios-videocam:before {
  content: ""; }

.ion-ipad:before {
  content: ""; }

.ion-iphone:before {
  content: ""; }

.ion-key:before {
  content: ""; }

.ion-knife:before {
  content: ""; }

.ion-laptop:before {
  content: ""; }

.ion-levels:before {
  content: ""; }

.ion-lightbulb:before {
  content: ""; }

.ion-link:before {
  content: ""; }

.ion-load-a:before {
  content: ""; }

.ion-load-b:before {
  content: ""; }

.ion-load-c:before {
  content: ""; }

.ion-load-d:before {
  content: ""; }

.ion-location:before {
  content: ""; }

.ion-lock-combination:before {
  content: ""; }

.ion-locked:before {
  content: ""; }

.ion-log-in:before {
  content: ""; }

.ion-log-out:before {
  content: ""; }

.ion-loop:before {
  content: ""; }

.ion-magnet:before {
  content: ""; }

.ion-man:before {
  content: ""; }

.ion-map:before {
  content: ""; }

.ion-mic-a:before {
  content: ""; }

.ion-minus-circled:before {
  content: ""; }

.ion-minus-round:before {
  content: ""; }

.ion-minus:before {
  content: ""; }

.ion-model-s:before {
  content: ""; }

.ion-monitor:before {
  content: ""; }

.ion-more:before {
  content: ""; }

.ion-music-note:before {
  content: ""; }

.ion-navicon-round:before {
  content: ""; }

.ion-navicon:before {
  content: ""; }

.ion-navigate:before {
  content: ""; }

.ion-paper-airplane:before {
  content: ""; }

.ion-paperclip:before {
  content: ""; }

.ion-person-add:before {
  content: ""; }

.ion-person-stalker:before {
  content: ""; }

.ion-person:before {
  content: ""; }

.ion-pie-graph:before {
  content: ""; }

.ion-pin:before {
  content: ""; }

.ion-pinpoint:before {
  content: ""; }

.ion-play:before {
  content: ""; }

.ion-plus-circled:before {
  content: ""; }

.ion-plus-round:before {
  content: ""; }

.ion-podium:before {
  content: ""; }

.ion-pound:before {
  content: ""; }

.ion-power:before {
  content: ""; }

.ion-pricetag:before {
  content: ""; }

.ion-pricetags:before {
  content: ""; }

.ion-printer:before {
  content: ""; }

.ion-pull-request:before {
  content: ""; }

.ion-qr-scanner:before {
  content: ""; }

.ion-quote:before {
  content: ""; }

.ion-radio-waves:before {
  content: ""; }

.ion-record:before {
  content: ""; }

.ion-refresh:before {
  content: ""; }

.ion-reply-all:before {
  content: ""; }

.ion-reply:before {
  content: ""; }

.ion-ribbon-a:before {
  content: ""; }

.ion-ribbon-b:before {
  content: ""; }

.ion-scissors:before {
  content: ""; }

.ion-search:before {
  content: ""; }

.ion-settings:before {
  content: ""; }

.ion-share:before {
  content: ""; }

.ion-shuffle:before {
  content: ""; }

.ion-social-android-outline:before {
  content: ""; }

.ion-social-android:before {
  content: ""; }

.ion-social-facebook-outline:before {
  content: ""; }

.ion-social-facebook:before {
  content: ""; }

.ion-social-google-outline:before {
  content: ""; }

.ion-social-google:before {
  content: ""; }

.ion-social-instagram-outline:before {
  content: ""; }

.ion-social-linkedin-outline:before {
  content: ""; }

.ion-social-linkedin:before {
  content: ""; }

.ion-social-pinterest-outline:before {
  content: ""; }

.ion-social-pinterest:before {
  content: ""; }

.ion-social-rss-outline:before {
  content: ""; }

.ion-social-rss:before {
  content: ""; }

.ion-social-skype-outline:before {
  content: ""; }

.ion-social-skype:before {
  content: ""; }

.ion-social-snapchat-outline:before {
  content: ""; }

.ion-social-snapchat:before {
  content: ""; }

.ion-social-tumblr-outline:before {
  content: ""; }

.ion-social-tumblr:before {
  content: ""; }

.ion-social-tux:before {
  content: ""; }

.ion-social-twitter-outline:before {
  content: ""; }

.ion-social-twitter:before {
  content: ""; }

.ion-social-usd-outline:before {
  content: ""; }

.ion-social-usd:before {
  content: ""; }

.ion-social-vimeo-outline:before {
  content: ""; }

.ion-social-vimeo:before {
  content: ""; }

.ion-social-whatsapp-outline:before {
  content: ""; }

.ion-social-whatsapp:before {
  content: ""; }

.ion-social-youtube-outline:before {
  content: ""; }

.ion-social-youtube:before {
  content: ""; }

.ion-soup-can-outline:before {
  content: ""; }

.ion-soup-can:before {
  content: ""; }

.ion-speakerphone:before {
  content: ""; }

.ion-speedometer:before {
  content: ""; }

.ion-spoon:before {
  content: ""; }

.ion-star:before {
  content: ""; }

.ion-stats-bars:before {
  content: ""; }

.ion-stop:before {
  content: ""; }

.ion-thermometer:before {
  content: ""; }

.ion-thumbsdown:before {
  content: ""; }

.ion-thumbsup:before {
  content: ""; }

.ion-toggle-filled:before {
  content: ""; }

.ion-toggle:before {
  content: ""; }

.ion-trash-a:before {
  content: ""; }

.ion-trash-b:before {
  content: ""; }

.ion-unlocked:before {
  content: ""; }

.ion-upload:before {
  content: ""; }

.ion-waterdrop:before {
  content: ""; }

.ion-wifi:before {
  content: ""; }

.ion-woman:before {
  content: ""; }

.ion-wrench:before {
  content: ""; }

.iconsvg, .nav-sticky-mobile > .menu-item a .icon, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  position: relative; }
  .iconsvg, .nav-sticky-mobile > .menu-item a .icon, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a, .iconsvg [class*=iconsvg-], .nav-sticky-mobile > .menu-item a .icon [class*=iconsvg-], .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a [class*=iconsvg-] {
    line-height: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center; }
    .iconsvg:before, .nav-sticky-mobile > .menu-item a .icon:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:before, .iconsvg [class*=iconsvg-]:before, .nav-sticky-mobile > .menu-item a .icon [class*=iconsvg-]:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a [class*=iconsvg-]:before {
      content: '';
      width: 24px;
      height: 24px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      display: inline-block; }
  .iconsvg-settings:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M452.515 237l31.843-18.382c9.426-5.441 13.996-16.542 11.177-27.054-11.404-42.531-33.842-80.547-64.058-110.797-7.68-7.688-19.575-9.246-28.985-3.811l-31.785 18.358a196.276 196.276 0 0 0-32.899-19.02V39.541a24.016 24.016 0 0 0-17.842-23.206c-41.761-11.107-86.117-11.121-127.93-.001-10.519 2.798-17.844 12.321-17.844 23.206v36.753a196.276 196.276 0 0 0-32.899 19.02l-31.785-18.358c-9.41-5.435-21.305-3.877-28.985 3.811-30.216 30.25-52.654 68.265-64.058 110.797-2.819 10.512 1.751 21.613 11.177 27.054L59.485 237a197.715 197.715 0 0 0 0 37.999l-31.843 18.382c-9.426 5.441-13.996 16.542-11.177 27.054 11.404 42.531 33.842 80.547 64.058 110.797 7.68 7.688 19.575 9.246 28.985 3.811l31.785-18.358a196.202 196.202 0 0 0 32.899 19.019v36.753a24.016 24.016 0 0 0 17.842 23.206c41.761 11.107 86.117 11.122 127.93.001 10.519-2.798 17.844-12.321 17.844-23.206v-36.753a196.34 196.34 0 0 0 32.899-19.019l31.785 18.358c9.41 5.435 21.305 3.877 28.985-3.811 30.216-30.25 52.654-68.266 64.058-110.797 2.819-10.512-1.751-21.613-11.177-27.054L452.515 275c1.22-12.65 1.22-25.35 0-38zm-52.679 63.019l43.819 25.289a200.138 200.138 0 0 1-33.849 58.528l-43.829-25.309c-31.984 27.397-36.659 30.077-76.168 44.029v50.599a200.917 200.917 0 0 1-67.618 0v-50.599c-39.504-13.95-44.196-16.642-76.168-44.029l-43.829 25.309a200.15 200.15 0 0 1-33.849-58.528l43.819-25.289c-7.63-41.299-7.634-46.719 0-88.038l-43.819-25.289c7.85-21.229 19.31-41.049 33.849-58.529l43.829 25.309c31.984-27.397 36.66-30.078 76.168-44.029V58.845a200.917 200.917 0 0 1 67.618 0v50.599c39.504 13.95 44.196 16.642 76.168 44.029l43.829-25.309a200.143 200.143 0 0 1 33.849 58.529l-43.819 25.289c7.631 41.3 7.634 46.718 0 88.037zM256 160c-52.935 0-96 43.065-96 96s43.065 96 96 96 96-43.065 96-96-43.065-96-96-96zm0 144c-26.468 0-48-21.532-48-48 0-26.467 21.532-48 48-48s48 21.533 48 48c0 26.468-21.532 48-48 48z'/%3E%3C/svg%3E"); }
  .iconsvg-home:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M11 39h7.5V26.5h11V39H37V19.5L24 9.75 11 19.5Zm-3 3V18L24 6l16 12v24H26.5V29.5h-5V42Zm16-17.65Z'/%3E%3C/svg%3E"); }
  .iconsvg-shopping-bag:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M11 44q-1.2 0-2.1-.9Q8 42.2 8 41V15q0-1.2.9-2.1.9-.9 2.1-.9h5.5v-.5q0-3.15 2.175-5.325Q20.85 4 24 4q3.15 0 5.325 2.175Q31.5 8.35 31.5 11.5v.5H37q1.2 0 2.1.9.9.9.9 2.1v26q0 1.2-.9 2.1-.9.9-2.1.9Zm0-3h26V15h-5.5v4.5q0 .65-.425 1.075Q30.65 21 30 21q-.65 0-1.075-.425-.425-.425-.425-1.075V15h-9v4.5q0 .65-.425 1.075Q18.65 21 18 21q-.65 0-1.075-.425-.425-.425-.425-1.075V15H11v26Zm8.5-29h9v-.5q0-1.9-1.3-3.2Q25.9 7 24 7q-1.9 0-3.2 1.3-1.3 1.3-1.3 3.2ZM11 41V15v26Z'/%3E%3C/svg%3E"); }
  .iconsvg-file-download:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads a:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M11 40q-1.2 0-2.1-.9Q8 38.2 8 37v-7.15h3V37h26v-7.15h3V37q0 1.2-.9 2.1-.9.9-2.1.9Zm13-7.65-9.65-9.65 2.15-2.15 6 6V8h3v18.55l6-6 2.15 2.15Z'/%3E%3C/svg%3E"); }
  .iconsvg-bookmark-border:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M10 42V8.75q0-1.2.9-2.1.9-.9 2.1-.9h22q1.2 0 2.1.9.9.9.9 2.1V42l-14-6Zm3-4.55 11-4.65 11 4.65V8.75H13Zm0-28.7h22-11Z'/%3E%3C/svg%3E"); }
  .iconsvg-person:before, .nav-sticky-mobile > .menu-item.account a .icon:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M24 23.95q-3.3 0-5.4-2.1-2.1-2.1-2.1-5.4 0-3.3 2.1-5.4 2.1-2.1 5.4-2.1 3.3 0 5.4 2.1 2.1 2.1 2.1 5.4 0 3.3-2.1 5.4-2.1 2.1-5.4 2.1ZM8 40v-4.7q0-1.9.95-3.25T11.4 30q3.35-1.5 6.425-2.25Q20.9 27 24 27q3.1 0 6.15.775 3.05.775 6.4 2.225 1.55.7 2.5 2.05.95 1.35.95 3.25V40Zm3-3h26v-1.7q0-.8-.475-1.525-.475-.725-1.175-1.075-3.2-1.55-5.85-2.125Q26.85 30 24 30t-5.55.575q-2.7.575-5.85 2.125-.7.35-1.15 1.075Q11 34.5 11 35.3Zm13-16.05q1.95 0 3.225-1.275Q28.5 18.4 28.5 16.45q0-1.95-1.275-3.225Q25.95 11.95 24 11.95q-1.95 0-3.225 1.275Q19.5 14.5 19.5 16.45q0 1.95 1.275 3.225Q22.05 20.95 24 20.95Zm0-4.5ZM24 37Z'/%3E%3C/svg%3E"); }
  .iconsvg-person-fill:before, .nav-sticky-mobile > .menu-item.account.active a .icon:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M24 23.95q-3.3 0-5.4-2.1-2.1-2.1-2.1-5.4 0-3.3 2.1-5.4 2.1-2.1 5.4-2.1 3.3 0 5.4 2.1 2.1 2.1 2.1 5.4 0 3.3-2.1 5.4-2.1 2.1-5.4 2.1ZM8 40v-4.7q0-1.9.95-3.25T11.4 30q3.35-1.5 6.425-2.25Q20.9 27 24 27q3.1 0 6.15.775 3.05.775 6.4 2.225 1.55.7 2.5 2.05.95 1.35.95 3.25V40Z'/%3E%3C/svg%3E"); }
  .iconsvg-logout:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M9 42q-1.2 0-2.1-.9Q6 40.2 6 39V9q0-1.2.9-2.1Q7.8 6 9 6h14.55v3H9v30h14.55v3Zm24.3-9.25-2.15-2.15 5.1-5.1h-17.5v-3h17.4l-5.1-5.1 2.15-2.15 8.8 8.8Z'/%3E%3C/svg%3E"); }
  .iconsvg-storefront:before, .nav-sticky-mobile > .menu-item.shop a .icon:before, .nav-sticky-mobile > .menu-item.shop.active a .icon:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M42 22.05V39q0 1.2-.9 2.1-.9.9-2.1.9H8.95q-1.2 0-2.1-.9-.9-.9-.9-2.1V22.05q-1.4-1.2-1.85-2.95-.45-1.75.1-3.5l2.15-6.75q.4-1.35 1.4-2.1 1-.75 2.3-.75H37.7q1.4 0 2.45.775 1.05.775 1.45 2.075l2.2 6.75q.55 1.75.075 3.5Q43.4 20.85 42 22.05ZM28.5 20.5q1.45 0 2.45-.95 1-.95.8-2.3L30.5 9h-5v8.25q0 1.3.85 2.275.85.975 2.15.975Zm-9.35 0q1.4 0 2.375-.95.975-.95.975-2.3V9h-5l-1.25 8.25q-.2 1.3.7 2.275.9.975 2.2.975Zm-9.1 0q1.2 0 2.075-.825.875-.825 1.025-2.025L14.45 9h-5l-2.3 7.3q-.5 1.55.4 2.875t2.5 1.325Zm27.85 0q1.6 0 2.525-1.3.925-1.3.425-2.9L38.55 9h-5l1.3 8.65q.15 1.2 1.025 2.025.875.825 2.025.825ZM8.95 39H39V23.45q.05.05-.325.05H37.9q-1.25 0-2.375-.525T33.3 21.35q-.8 1-2 1.575t-2.65.575q-1.5 0-2.575-.425Q25 22.65 24 21.65q-.75.9-1.9 1.375t-2.6.475q-1.55 0-2.75-.55t-2.05-1.6q-1.2 1.05-2.35 1.6-1.15.55-2.3.55h-.675q-.325 0-.425-.05V39ZM39 39H8.95 39Z'/%3E%3C/svg%3E"); }
  .iconsvg-storefront-fill:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M42 22.05V39q0 1.2-.9 2.1-.9.9-2.1.9H8.95q-1.2 0-2.1-.9-.9-.9-.9-2.1V22.05q-1.4-1.2-1.85-2.95-.45-1.75.1-3.5l2.15-6.75q.4-1.35 1.4-2.1 1-.75 2.3-.75H37.7q1.4 0 2.45.775 1.05.775 1.45 2.075l2.2 6.75q.55 1.75.075 3.5Q43.4 20.85 42 22.05ZM28.5 20.5q1.45 0 2.45-.95 1-.95.8-2.3L30.5 9h-5v8.25q0 1.3.85 2.275.85.975 2.15.975Zm-9.35 0q1.4 0 2.375-.95.975-.95.975-2.3V9h-5l-1.25 8.25q-.2 1.3.7 2.275.9.975 2.2.975Zm-9.1 0q1.2 0 2.075-.825.875-.825 1.025-2.025L14.45 9h-5l-2.3 7.3q-.5 1.55.4 2.875t2.5 1.325Zm27.85 0q1.6 0 2.525-1.3.925-1.3.425-2.9L38.55 9h-5l1.3 8.65q.15 1.2 1.025 2.025.875.825 2.025.825Z'/%3E%3C/svg%3E"); }
  .iconsvg-shopping-cart:before, .nav-sticky-mobile > .menu-item.cart a .icon:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M14.35 43.95q-1.5 0-2.55-1.05-1.05-1.05-1.05-2.55 0-1.5 1.05-2.55 1.05-1.05 2.55-1.05 1.5 0 2.55 1.05 1.05 1.05 1.05 2.55 0 1.5-1.05 2.55-1.05 1.05-2.55 1.05Zm20 0q-1.5 0-2.55-1.05-1.05-1.05-1.05-2.55 0-1.5 1.05-2.55 1.05-1.05 2.55-1.05 1.5 0 2.55 1.05 1.05 1.05 1.05 2.55 0 1.5-1.05 2.55-1.05 1.05-2.55 1.05Zm-22.6-33 5.5 11.4h14.4l6.25-11.4Zm-1.5-3H39.7q1.15 0 1.75 1.05.6 1.05 0 2.1L34.7 23.25q-.55.95-1.425 1.525t-1.925.575H16.2l-2.8 5.2h24.55v3h-24.1q-2.1 0-3.025-1.4-.925-1.4.025-3.15l3.2-5.9L6.45 7h-3.9V4H8.4Zm7 14.4h14.4Z'/%3E%3C/svg%3E"); }
  .iconsvg-shopping-cart-fill:before, .nav-sticky-mobile > .menu-item.cart.active a .icon:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M14.35 43.95q-1.5 0-2.55-1.05-1.05-1.05-1.05-2.55 0-1.5 1.05-2.55 1.05-1.05 2.55-1.05 1.5 0 2.55 1.05 1.05 1.05 1.05 2.55 0 1.5-1.05 2.55-1.05 1.05-2.55 1.05Zm20 0q-1.5 0-2.55-1.05-1.05-1.05-1.05-2.55 0-1.5 1.05-2.55 1.05-1.05 2.55-1.05 1.5 0 2.55 1.05 1.05 1.05 1.05 2.55 0 1.5-1.05 2.55-1.05 1.05-2.55 1.05Zm-24.1-36H39.7q1.15 0 1.75 1.05.6 1.05 0 2.1L34.7 23.25q-.55.95-1.425 1.525t-1.925.575H16.2l-2.8 5.2h24.55v3h-24.1q-2.1 0-3.025-1.4-.925-1.4.025-3.15l3.2-5.9L6.45 7h-3.9V4H8.4Z'/%3E%3C/svg%3E"); }
  .iconsvg-polygon:before, .nav-sticky-mobile > .menu-item.home a .icon:before {
    background-image: url("data:image/svg+xml,%3Csvg width='600' height='600' viewBox='0 0 600 600' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M211.958 82.0366C164.398 109.517 123.225 133.551 120.572 135.422C117.82 137.294 111.433 142.809 106.323 147.833C101.214 152.856 94.5316 160.342 91.3871 164.577C88.3409 168.911 84.1155 175.708 81.8554 179.746C79.6936 183.784 76.5491 190.778 74.8786 195.309C73.3063 199.741 71.0462 207.818 69.9653 213.235C68.0983 222.691 68 227.025 68 328.772V434.362C100.329 453.076 110.057 458.493 110.549 458.493C110.942 458.493 111.335 405.403 111.531 340.494C111.728 231.654 111.826 222.1 113.497 216.682C114.381 213.432 117.133 206.734 119.491 201.908C121.948 197.082 126.468 189.891 129.612 186.148C132.855 182.405 137.866 177.284 140.913 174.821C143.959 172.359 180.808 150.492 222.866 126.163L299.414 81.9381C303.934 84.4006 346.188 108.729 396.205 137.688L487.101 190.384V377.233C483.563 388.659 480.812 395.357 478.748 399.395C476.586 403.433 472.361 409.836 469.118 413.677C465.974 417.519 460.962 422.542 457.916 425.004C454.87 427.467 438.558 437.514 421.656 447.363C404.656 457.213 360.633 482.822 323.686 504.196L256.669 543.201C266.987 549.111 275.732 554.134 282.709 558.271C289.686 562.31 296.565 566.151 297.94 566.841C300.2 567.924 306.195 564.674 384.905 519.069C431.384 492.18 472.95 467.851 477.274 464.896C481.598 462.039 489.557 455.145 495.06 449.432C500.465 443.916 507.147 435.938 509.898 431.899C512.551 427.861 516.384 421.458 518.251 417.617C520.216 413.776 522.967 407.373 524.343 403.335C525.817 399.297 527.684 393.091 528.47 389.545C529.256 385.999 530.239 379.597 530.632 375.263C531.025 370.929 531.123 321.878 530.829 266.227L530.337 165.07C352.084 61.9432 300.004 32 299.414 32C298.825 32 259.519 54.5559 211.958 82.0366Z' fill='black'/%3E%3Cpath d='M232.82 164.422C184.82 192.056 164.951 204.153 161.705 207.3C159.148 209.758 155.607 214.97 153.639 219.003L150 226.378V480.892C204.885 512.756 221.115 522 221.607 522C222 522 222.295 462.109 222.295 388.941L222.197 255.98C281.311 221.756 298.918 211.823 299.508 211.823C300.098 211.725 317.607 221.559 338.656 233.557L376.721 255.488L376.82 343.506L260.754 409.396C260.656 475.287 261.049 494.365 261.443 494.169C261.934 494.07 300.689 472.041 347.607 445.292C399.836 415.494 434.459 395.136 436.82 392.875C438.885 390.908 441.738 387.466 443.115 385.302C444.492 383.138 446.557 378.615 447.836 375.173L450 369.075V212.807C337.18 147.703 303.246 128.133 301.869 127.346C299.41 125.969 297.443 126.953 232.82 164.422Z' fill='black'/%3E%3Cpath d='M149 357.888C149 426.247 149.099 453.966 149.197 419.54C149.394 385.114 149.394 329.183 149.197 295.25C149.099 261.317 149 289.529 149 357.888ZM376.655 299.689C376.655 324.152 376.754 333.819 376.852 321.39C377.049 308.961 377.049 288.937 376.852 277.001C376.754 265.066 376.655 275.226 376.655 299.689ZM222.914 390.44C222.914 464.225 223.013 494.212 223.111 457.024C223.308 419.836 223.308 359.466 223.111 322.87C223.013 286.274 222.914 316.656 222.914 390.44Z' fill='black'/%3E%3C/svg%3E%0A"); }
  .iconsvg-tune:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='M427 936V711h60v83h353v60H487v82h-60Zm-307-82v-60h247v60H120Zm187-166v-82H120v-60h187v-84h60v226h-60Zm120-82v-60h413v60H427Zm166-165V216h60v82h187v60H653v83h-60Zm-473-83v-60h413v60H120Z'/%3E%3C/svg%3E"); }
  .iconsvg-favorite:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--wishlist a:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='m480 935-41-37q-105.768-97.121-174.884-167.561Q195 660 154 604.5T96.5 504Q80 459 80 413q0-90.155 60.5-150.577Q201 202 290 202q57 0 105.5 27t84.5 78q42-54 89-79.5T670 202q89 0 149.5 60.423Q880 322.845 880 413q0 46-16.5 91T806 604.5Q765 660 695.884 730.439 626.768 800.879 521 898l-41 37Zm0-79q101.236-92.995 166.618-159.498Q712 630 750.5 580t54-89.135q15.5-39.136 15.5-77.72Q820 347 778 304.5T670.225 262q-51.524 0-95.375 31.5Q531 325 504 382h-49q-26-56-69.85-88-43.851-32-95.375-32Q224 262 182 304.5t-42 108.816Q140 452 155.5 491.5t54 90Q248 632 314 698t166 158Zm0-297Z'/%3E%3C/svg%3E"); }
  .iconsvg-chevron-left:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='M561 816 320 575l241-241 43 43-198 198 198 198-43 43Z'/%3E%3C/svg%3E"); }
  .iconsvg-chevron-right:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='m375 816-43-43 198-198-198-198 43-43 241 241-241 241Z'/%3E%3C/svg%3E"); }
  .iconsvg-print:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='M718 378H242V216h476v162Zm21 185q12 0 21-9t9-21q0-12-9-21t-21-9q-12 0-21 9t-9 21q0 12 9 21t21 9Zm-81 313V684H302v192h356Zm60 60H242V760H80V514q0-45.05 30.5-75.525Q141 408 186 408h588q45.05 0 75.525 30.475Q880 468.95 880 514v246H718v176Z'/%3E%3C/svg%3E"); }
  .iconsvg-cancel:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='m330 768 150-150 150 150 42-42-150-150 150-150-42-42-150 150-150-150-42 42 150 150-150 150 42 42Zm150 208q-82 0-155-31.5t-127.5-86Q143 804 111.5 731T80 576q0-83 31.5-156t86-127Q252 239 325 207.5T480 176q83 0 156 31.5T763 293q54 54 85.5 127T880 576q0 82-31.5 155T763 858.5q-54 54.5-127 86T480 976Zm0-60q142 0 241-99.5T820 576q0-142-99-241t-241-99q-141 0-240.5 99T140 576q0 141 99.5 240.5T480 916Zm0-340Z'/%3E%3C/svg%3E"); }
  .iconsvg-arrow-back:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='M480 896 160 576l320-320 42 42-248 248h526v60H274l248 248-42 42Z'/%3E%3C/svg%3E"); }
  .iconsvg-arrow-forward:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='m480 896-42-43 247-247H160v-60h525L438 299l42-43 320 320-320 320Z'/%3E%3C/svg%3E"); }
  .iconsvg-check-box:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='m417 754 300-302-63-64-237 238-110-110-63 64 173 174ZM189 961q-39.05 0-66.525-27.475Q95 906.05 95 867V285q0-39.463 27.475-67.231Q149.95 190 189 190h582q39.463 0 67.231 27.769Q866 245.537 866 285v582q0 39.05-27.769 66.525Q810.463 961 771 961H189Z'/%3E%3C/svg%3E"); }
  .iconsvg-check-box-outline-blank:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='M185.087 950.131q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862V281.087q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V281.087H185.087v589.826Z'/%3E%3C/svg%3E"); }
  .iconsvg-check-circle:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='m420.522 761.587 285.63-285.63-50.782-50.022-234.848 234.847-117.848-117.847-49.783 50.022 167.631 168.63Zm59.511 220.391q-83.468 0-157.541-31.878-74.073-31.879-129.393-87.199-55.32-55.32-87.199-129.36-31.878-74.04-31.878-157.508 0-84.468 31.878-158.541 31.879-74.073 87.161-128.906 55.283-54.832 129.341-86.818 74.057-31.986 157.545-31.986 84.488 0 158.589 31.968 74.102 31.967 128.916 86.768 54.815 54.801 86.79 128.883Q886.218 491.484 886.218 576q0 83.501-31.986 157.57-31.986 74.069-86.818 129.36-54.833 55.291-128.873 87.17-74.04 31.878-158.508 31.878Z'/%3E%3C/svg%3E"); }
  .iconsvg-content-copy:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='M180 975q-24 0-42-18t-18-42V312h60v603h474v60H180Zm120-120q-24 0-42-18t-18-42V235q0-24 18-42t42-18h440q24 0 42 18t18 42v560q0 24-18 42t-42 18H300Zm0-60h440V235H300v560Zm0 0V235v560Z'/%3E%3C/svg%3E"); }

.image-lightbox-toggle {
  position: relative;
  cursor: pointer; }
  .image-lightbox-toggle__zoom-icon {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    line-height: 1;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.2s ease-in-out; }
    .image-lightbox-toggle__zoom-icon:before {
      content: "";
      font-family: "ionicons";
      color: #fff;
      font-size: 1em; }
    .image-lightbox-toggle__zoom-icon:after {
      content: "";
      font-family: "ionicons";
      color: #fff;
      font-size: 0.35em;
      position: absolute;
      left: 0.5em;
      top: 0.6666428571em;
      text-shadow: 0 0 1px #fff; }
  .image-lightbox-toggle:hover .image-lightbox-toggle__zoom-icon {
    opacity: 1;
    transform: translateY(0); }

.image-lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 109;
  padding: 40px;
  overflow-y: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .image-lightbox__container {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%; }
    .image-lightbox__container img {
      max-height: calc(100vh - 140px);
      max-width: 100%;
      display: block;
      margin: 0 auto; }
  .image-lightbox__close {
    font-size: 0;
    position: absolute;
    right: 30px;
    top: 20px;
    line-height: 1;
    opacity: 0.5; }
    .image-lightbox__close:before {
      content: "";
      font-family: "ionicons";
      color: #000;
      font-size: 30px; }
    .image-lightbox__close:hover {
      opacity: 1; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    content: "";
    font-family: "ionicons";
    display: block;
    font-size: 14px;
    margin-top: -20px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transition: all 0.15s ease-in-out;
    width: 12px; }
  .nice-select.open:after {
    transform: rotate(-180deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

html {
  font-size: 16px;
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  color: #2e2e2e;
  line-height: 1.5;
  font-family: "RNS Sanz";
  font-weight: 500; }

h1, h2, h3, h4, h5, h6 {
  color: #2e2e2e;
  font-weight: 700;
  font-family: "Luxora Grotesk"; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.375rem; }

h3 {
  font-size: 1.3125rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 700; }

a {
  text-decoration: none; }
  a:hover, a:focus, a:active, a.nice-select.open {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

svg {
  width: auto;
  height: 1em;
  fill: currentColor; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

input,
select,
textarea {
  font-weight: 500; }

.unstyle-btn {
  padding: 0;
  border: 0;
  outline: 0;
  background: none;
  cursor: pointer; }

.unstyle-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.section-wrapper--gray, .section-wrapper--black {
  padding: 50px 0; }

.section-wrapper--gray {
  background-color: #f9f9f9; }

.section-wrapper--black {
  background-color: #373737; }

.main-wrapper--space-bottom {
  margin-bottom: 0; }

.select2-container .select2-dropdown {
  z-index: 120; }

.select2-container--default .select2-results > .select2-results__options {
  font-size: 14px; }

.page-img-featured {
  margin-bottom: 37px; }
  .page-img-featured > amp-img {
    width: 100%; }
  .page-img-featured > img {
    display: block; }
  @media (max-width: 767.98px) {
    .page-img-featured {
      margin: 0 -15px 25px; } }

.star-rating {
  width: 4.35em;
  letter-spacing: 0.08em;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  height: 1em;
  line-height: 1; }
  .star-rating:before {
    content: "\f2fc\f2fc\f2fc\f2fc\f2fc";
    font-family: "ionicons";
    color: #d2d2d2;
    opacity: 1;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1em; }
    .star-rating span:before {
      content: "\f2fc\f2fc\f2fc\f2fc\f2fc";
      font-family: "ionicons";
      top: 0;
      position: absolute;
      left: 0;
      color: #eb9f05; }

.bar-rating {
  border-radius: 10px;
  height: 17px;
  background-color: #e6e6e6;
  width: 300px;
  position: relative; }
  .bar-rating > span {
    position: absolute;
    border-radius: 10px;
    background-color: #eb9f05;
    top: 0;
    left: 0;
    height: 100%; }

.tooltip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  position: relative; }
  .tooltip-content {
    display: none; }
  .tooltip > span {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #707070;
    color: #fff;
    border-radius: 50%;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    margin-left: 8px; }
  .tooltip:hover > span {
    background-color: #e51937; }
  .tooltip:hover .tooltip-content {
    display: block;
    position: absolute;
    width: 300px;
    top: 0;
    left: -20px;
    padding-top: 30px;
    z-index: 99; }
    .tooltip:hover .tooltip-content:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 13px 8px;
      border-color: transparent transparent #e51937 transparent;
      position: absolute;
      top: 20px;
      left: 58px; }
      @media (max-width: 767.98px) {
        .tooltip:hover .tooltip-content:before {
          display: none; } }
    .tooltip:hover .tooltip-content.right {
      left: auto !important;
      right: 0; }
      .tooltip:hover .tooltip-content.right:before {
        left: auto !important;
        right: 20px; }
    .tooltip:hover .tooltip-content > .wrapper {
      background-color: #e51937;
      color: #fff;
      padding: 13px;
      border-radius: 10px;
      box-shadow: 0px 3px 6px #00000029; }
    .tooltip:hover .tooltip-content .title {
      font-size: 16px;
      margin-bottom: 9px;
      padding-bottom: 4px;
      border-bottom: 1px solid rgba(205, 205, 205, 0.5); }
    .tooltip:hover .tooltip-content .detail {
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 1.5; }
      .tooltip:hover .tooltip-content .detail p {
        margin-bottom: 0; }

.page-title {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  position: relative; }
  @media (max-width: 991.98px) {
    .page-title {
      border-bottom: 0; } }
  .page-title .title {
    text-align: center;
    font-family: "Luxora Grotesk";
    font-size: 36px;
    font-weight: 900;
    line-height: 1.3166666667; }
    @media (max-width: 1199.98px) {
      .page-title .title {
        font-size: 32px; } }
    @media (max-width: 991.98px) {
      .page-title .title {
        font-size: 24px;
        text-align: left; } }
    @media (max-width: 767.98px) {
      .page-title .title {
        font-size: 20px; } }
  .page-title .compare {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
    line-height: 1.44;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    color: #000; }
    .page-title .compare:hover {
      color: #e51937; }

@media (min-width: 576px) {
  .desktop-hide {
    display: none !important; } }

@media (max-width: 767.98px) {
  .main-wrapper--page {
    margin-bottom: 50px; }
  .mobile-hide {
    display: none !important; } }

@media (max-width: 575.98px) {
  .main-wrapper--page {
    margin-bottom: 0; } }

#main-wrapper {
  padding-top: 60px; }
  @media (max-width: 991.98px) {
    #main-wrapper {
      padding-top: 56px; } }

.main-header {
  position: relative;
  background: #000;
  width: 100%;
  transition: top 0.7s ease-in-out; }
  .main-header.header-fixed {
    z-index: 990;
    position: fixed;
    top: 0; }
    @media (max-width: 991.98px) {
      .main-header.header-fixed {
        z-index: 110; } }
  .main-header.hide {
    top: -60px; }
  .main-header .menu-icon {
    display: block;
    padding-left: 15px;
    line-height: 1; }
    .main-header .menu-icon:hover .iconsvg, .main-header .menu-icon:hover .nav-sticky-mobile > .menu-item a .icon, .nav-sticky-mobile > .menu-item a .main-header .menu-icon:hover .icon, .main-header .menu-icon:hover .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link .main-header .menu-icon:hover a {
      filter: invert(33%) sepia(100%) saturate(6430%) hue-rotate(342deg) brightness(91%) contrast(98%); }
  .main-header .iconsvg, .main-header .nav-sticky-mobile > .menu-item a .icon, .nav-sticky-mobile > .menu-item a .main-header .icon, .main-header .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link .main-header a {
    filter: brightness(0) invert(1); }

.navbar-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .navbar-header__search {
    display: block;
    padding-left: 15px; }
    .navbar-header__search i {
      display: block;
      cursor: pointer;
      font-size: 1.375rem;
      color: #fff; }
    .navbar-header__search:hover i {
      color: #e51937; }
    @media (max-width: 991.98px) {
      .navbar-header__search {
        margin-left: auto; } }
  .navbar-header__mobile-menu {
    display: none;
    margin-left: auto; }
    .navbar-header__mobile-menu .mobile-menu-toggle {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      background: none;
      padding: 0;
      border: 0;
      margin: 0;
      outline: 0; }
      .navbar-header__mobile-menu .mobile-menu-toggle.active .humberger-icon span {
        transform-origin: center;
        margin-bottom: 0; }
        .navbar-header__mobile-menu .mobile-menu-toggle.active .humberger-icon span:nth-child(1) {
          transform: rotate(45deg) translate(2px, 0); }
        .navbar-header__mobile-menu .mobile-menu-toggle.active .humberger-icon span:nth-child(2) {
          opacity: 0; }
        .navbar-header__mobile-menu .mobile-menu-toggle.active .humberger-icon span:nth-child(3) {
          width: 100%;
          transform: rotate(-45deg) translate(2px, -1px); }
    .navbar-header__mobile-menu .humberger-icon {
      width: 22px; }
      .navbar-header__mobile-menu .humberger-icon span {
        background-color: #fff;
        margin-bottom: 5px;
        border-radius: 0px;
        height: 2px;
        display: block;
        transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
        width: 100%; }
        .navbar-header__mobile-menu .humberger-icon span:nth-child(3) {
          margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .navbar-header__mobile-menu {
        display: block;
        margin-left: 15px; } }

.navbar-brand {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .navbar-brand > a {
    display: block; }
  .navbar-brand img {
    display: block;
    height: 20px;
    object-fit: contain;
    object-position: left center; }
  .navbar-brand .overflow-logo {
    display: none; }
  @media (max-width: 991.98px) {
    .navbar-brand {
      height: 56px; }
      .navbar-brand img {
        height: 18px; } }
  @media (max-width: 575.98px) {
    .navbar-brand img {
      height: 16px; } }

.overflow-logo-type .navbar-brand {
  position: relative; }

.overflow-logo-type .overflow-logo {
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  width: 80px;
  height: auto;
  max-width: none; }

.overflow-logo-type .flat-logo {
  display: none; }

.overflow-logo-type.scrolled .overflow-logo {
  display: none; }

.overflow-logo-type.scrolled .flat-logo {
  display: block; }

.overflow-logo-type.header-search-opened .overflow-logo {
  display: none; }

@media (max-width: 991.98px) {
  .overflow-logo-type .overflow-logo {
    display: none; }
  .overflow-logo-type .flat-logo {
    display: block; } }

.menu-wrapper {
  margin-left: auto; }
  .menu-wrapper .mobile-search {
    display: none; }
  @media (max-width: 991.98px) {
    .menu-wrapper {
      position: fixed;
      top: 56px;
      right: -100%;
      width: 100%;
      height: calc(100vh - 56px);
      background-color: #1d1c1c;
      transition: right 0.2s ease-in-out;
      overflow-y: auto;
      overflow-x: hidden; }
      .menu-wrapper.open {
        right: 0; }
      .menu-wrapper .mobile-search {
        display: block;
        max-width: 720px;
        margin: 0 auto;
        border-bottom: 1px solid rgba(112, 112, 112, 0.3);
        border-top: 1px solid rgba(112, 112, 112, 0.3);
        padding: 10px 15px;
        position: relative; }
        .menu-wrapper .mobile-search .form-control {
          display: block;
          width: 100%;
          border: 1px solid #707070;
          padding: 0 14px;
          height: 38px; }
        .menu-wrapper .mobile-search button {
          position: absolute;
          right: 15px;
          top: 50%;
          transform: translateY(-50%);
          background-color: transparent;
          padding: 0;
          border: 0;
          font-size: 20px;
          border-left: 1px solid rgba(112, 112, 112, 0.3);
          color: #b5b5b5;
          height: 22px;
          padding: 0 12px; }
          .menu-wrapper .mobile-search button i {
            display: block;
            line-height: 1; } }

.main-menu {
  list-style: none;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0; }
  .main-menu-header-mobile, .main-menu-footer-mobile {
    display: none; }
  .main-menu .menu-item {
    font-weight: bold;
    color: #484545;
    position: relative; }
    .main-menu .menu-item a {
      padding: 14px 22px;
      font-size: 14px;
      letter-spacing: 0.10625rem;
      transition: all 0.3s;
      font-weight: 500;
      font-family: "Luxora Grotesk";
      text-transform: uppercase;
      color: #fff;
      display: block;
      white-space: nowrap;
      line-height: 1.2; }
      .main-menu .menu-item a:hover {
        color: #e51937; }
    .main-menu .menu-item.current-menu-item a,
    .main-menu .menu-item.current-mega-menu-item a {
      color: #e51937; }
  .main-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    transform: scale(1) translate(-50%, 0); }
  .main-menu .sub-menu {
    opacity: 0;
    display: block;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    left: 50%;
    right: auto;
    margin-top: 0;
    transform-origin: center top 0px;
    transform: scale(1, 0) translate(-50%, 0);
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 100%;
    z-index: 1000;
    list-style: none;
    min-width: 360px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #000; }
    .main-menu .sub-menu > li > a {
      padding: 14px 20px;
      margin-bottom: 0; }
      .main-menu .sub-menu > li > a:after {
        display: none; }
  .main-menu .pll-parent-menu-item a {
    color: #fff;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .main-menu .pll-parent-menu-item a > img {
      height: 14px;
      display: block;
      margin-right: 8px; }
  .main-menu .pll-parent-menu-item .sub-menu {
    min-width: 0;
    width: 100%;
    border-radius: 6px; }
    @media (max-width: 991.98px) {
      .main-menu .pll-parent-menu-item .sub-menu {
        display: none; } }
  @media (max-width: 991.98px) {
    .main-menu {
      display: block;
      max-width: 720px;
      margin: 0 auto; }
      .main-menu .menu-item {
        border-bottom: 1px solid rgba(112, 112, 112, 0.3); }
        .main-menu .menu-item a {
          padding: 18px 22px;
          font-size: 16px; }
        .main-menu .menu-item.has-child > a {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
          .main-menu .menu-item.has-child > a:after {
            content: "";
            font-family: "ionicons";
            color: #fff;
            margin-left: auto;
            font-size: 16px;
            padding-left: 15px;
            padding-right: 10px; }
      .main-menu .pll-parent-menu-item > a {
        font-size: 0;
        letter-spacing: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding-left: 22px;
        padding-right: 22px; }
        .main-menu .pll-parent-menu-item > a:before {
          content: "LANGUAGE";
          font-size: 16px;
          margin-right: auto;
          letter-spacing: 1.7px;
          font-weight: 500; }
        .main-menu .pll-parent-menu-item > a:hover {
          color: #fff; }
        .main-menu .pll-parent-menu-item > a > img {
          margin-right: 0; }
        .main-menu .pll-parent-menu-item > a .caret {
          display: none; } }

.mobile-lang-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: opacity 0.2s linear 0s;
  opacity: 0;
  display: none; }
  @media (max-width: 767.98px) {
    .mobile-lang-popup {
      display: block; } }
  .mobile-lang-popup:not(.open) {
    pointer-events: none; }
  .mobile-lang-popup__content {
    width: 100%;
    max-width: 320px;
    background-color: #1d1c1c;
    border: 1px solid #707070;
    padding: 20px 20px 50px;
    position: relative;
    border-radius: 5px 5px 0 0;
    border-bottom: 4px solid #e51937;
    transition: top 0.2s linear 0.2s;
    top: -100%; }
    .mobile-lang-popup__content .select2-container .select2-selection--single {
      height: 40px;
      border-radius: 0; }
    .mobile-lang-popup__content .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 1;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding-left: 20px;
      padding-right: 40px;
      font-size: 14px; }
    .mobile-lang-popup__content .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 100%;
      width: 30px; }
    .mobile-lang-popup__content .form-group,
    .mobile-lang-popup__content .btn[type="submit"],
    .mobile-lang-popup__content body.woocommerce .button[type="submit"],
    body.woocommerce .mobile-lang-popup__content .button[type="submit"] {
      max-width: 220px;
      margin: 0 auto; }
    
    .mobile-lang-popup__content .btn[type="submit"],
    .mobile-lang-popup__content body.woocommerce .button[type="submit"],
    body.woocommerce .mobile-lang-popup__content .button[type="submit"] {
      width: 100%;
      height: 40px;
      margin-top: 15px;
      padding-top: 0;
      padding-bottom: 0;
      font-size: 14px; }
  .mobile-lang-popup__close {
    padding: 0;
    background: none;
    border: 0;
    color: #fff;
    font-size: 19px;
    position: absolute;
    right: 20px;
    top: 20px; }
    .mobile-lang-popup__close > i {
      display: block; }
  .mobile-lang-popup__title {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    line-height: 28px;
    text-align: center;
    padding: 25px 0 13px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(242, 242, 242, 0.5); }
  .mobile-lang-popup.open {
    opacity: 1; }
    .mobile-lang-popup.open .mobile-lang-popup__content {
      top: 0; }

.header-search {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  padding: 13px 0;
  padding-right: 50px;
  display: none; }
  .header-search__bar {
    position: relative;
    height: 100%; }
    .header-search__bar form {
      height: 100%; }
    .header-search__bar .form-control {
      width: 100%;
      height: 100%;
      border: 0;
      padding: 0;
      padding-right: 45px;
      background-color: transparent;
      color: #fff;
      font-size: 1.25rem;
      outline: 0; }
      .header-search__bar .form-control::-moz-placeholder {
        color: #f2f2f2;
        opacity: 1; }
      .header-search__bar .form-control:-ms-input-placeholder {
        color: #f2f2f2; }
      .header-search__bar .form-control::-webkit-input-placeholder {
        color: #f2f2f2; }
      .header-search__bar .form-control:focus {
        border-color: #e82f4a; }
    .header-search__bar i {
      font-size: 1.375rem;
      position: absolute;
      top: 50%;
      right: 5px;
      transform: translate(0, -50%);
      color: #fff;
      line-height: 1;
      padding: 0;
      border: 0;
      background: none;
      cursor: pointer;
      outline: 0; }
  .header-search__close {
    position: absolute;
    line-height: 1;
    font-size: 1.0625rem;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #e51937;
    border-left: 1px solid #cdcdcd;
    padding: 4px 0 4px 20px; }
    .header-search__close i {
      display: block; }
  .header-search--show {
    display: block; }

.mega-menu {
  position: absolute;
  left: 0;
  background-color: #000;
  width: 100%; }
  @media (max-width: 991.98px) {
    .mega-menu {
      position: fixed;
      top: 56px;
      left: auto;
      right: -100%;
      height: calc(100vh - 56px);
      transition: right 0.2s ease-in-out;
      background-color: #1d1c1c; }
      .mega-menu > .container {
        height: 100%; }
      .mega-menu.open {
        right: 0; } }
  .mega-menu__item {
    padding: 40px 0 60px;
    display: none; }
    @media (max-width: 991.98px) {
      .mega-menu__item {
        padding-top: 0;
        padding-bottom: 0;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden; }
        .mega-menu__item [class*="col"] {
          position: static; }
        .mega-menu__item.open {
          display: block;
          position: relative; } }
    .mega-menu__item__close {
      display: none; }
      @media (max-width: 991.98px) {
        .mega-menu__item__close {
          display: block;
          border-bottom: 1px solid rgba(112, 112, 112, 0.3);
          border-top: 1px solid rgba(112, 112, 112, 0.3);
          padding: 14px 7px;
          color: #707070;
          font-size: 16px;
          font-family: "Luxora Grotesk";
          font-weight: 500;
          letter-spacing: 1.7px;
          text-transform: uppercase;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          position: relative; }
          .mega-menu__item__close > i {
            font-size: 26px;
            line-height: 1;
            display: block;
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%); } }
    .mega-menu__item ul {
      list-style: none;
      padding: 0;
      padding-right: 50px;
      margin: 0;
      font-size: 16px;
      letter-spacing: 0.0625em;
      font-weight: 500;
      line-height: 1.2;
      min-width: 350px; }
      .mega-menu__item ul > li {
        margin-bottom: 12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start; }
      .mega-menu__item ul a {
        display: block;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        transition: all 0.2s ease-in-out;
        padding-bottom: 8px; }
        .mega-menu__item ul a:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 1px;
          background-color: #e51937;
          transition: all 0.2s ease-in-out; }
        .mega-menu__item ul a:hover {
          color: #e51937; }
          .mega-menu__item ul a:hover:before {
            width: 3em; }
      .mega-menu__item ul .current-mega-menu-item a {
        color: #e51937; }
        .mega-menu__item ul .current-mega-menu-item a:before {
          width: 3em; }
      @media (max-width: 991.98px) {
        .mega-menu__item ul {
          padding-right: 0; }
          .mega-menu__item ul > li {
            margin-bottom: 0;
            border-bottom: 1px solid rgba(112, 112, 112, 0.3); }
            .mega-menu__item ul > li.has-child > a {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center; }
              .mega-menu__item ul > li.has-child > a:after {
                content: "";
                font-family: "ionicons";
                color: #fff;
                margin-left: auto;
                font-size: 16px;
                padding-left: 15px;
                padding-right: 10px; }
          .mega-menu__item ul a {
            font-size: 16px;
            font-family: "Luxora Grotesk";
            font-weight: 500;
            letter-spacing: 1.7px;
            padding: 18px 7px; }
            .mega-menu__item ul a:before {
              display: none; } }
    .mega-menu__item [class|="col"].border-right {
      border-right: 1px solid rgba(112, 112, 112, 0.4); }
      @media (max-width: 991.98px) {
        .mega-menu__item [class|="col"].border-right {
          border-right: 0; } }
    .mega-menu__item .compare-btn {
      display: block;
      max-width: 265px;
      margin-top: 30px;
      border: 1px solid #fff;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 1.7px;
      color: #fff;
      line-height: 1; }
      .mega-menu__item .compare-btn:hover {
        color: #e51937;
        border-color: #e51937; }
      @media (max-width: 991.98px) {
        .mega-menu__item .compare-btn {
          display: none; } }
  .mega-menu__image {
    padding-left: 50px; }
    @media (max-width: 991.98px) {
      .mega-menu__image {
        display: none; } }
  .mega-menu__sub {
    padding-left: 50px;
    display: none; }
    @media (max-width: 991.98px) {
      .mega-menu__sub {
        padding-left: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #1d1c1c;
        overflow-y: auto;
        overflow-x: hidden; }
        .mega-menu__sub.open {
          display: block; } }
    .mega-menu__sub__title {
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 18px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      @media (max-width: 991.98px) {
        .mega-menu__sub__title {
          padding: 14px 7px;
          margin-bottom: 0; } }
      .mega-menu__sub__title > a {
        color: inherit;
        position: relative;
        transition: all 0.2s ease-in-out;
        padding-bottom: 8px; }
        .mega-menu__sub__title > a:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 1px;
          background-color: #e51937;
          transition: all 0.2s ease-in-out; }
        .mega-menu__sub__title > a:hover {
          color: #e51937; }
          .mega-menu__sub__title > a:hover:before {
            width: 3em; }
    .mega-menu__sub__list {
      margin-bottom: 30px; }
      .mega-menu__sub__list > .list-title {
        font-size: 12px;
        font-weight: 500;
        color: #707070;
        margin-bottom: 12px;
        text-transform: uppercase; }
        @media (max-width: 991.98px) {
          .mega-menu__sub__list > .list-title {
            padding: 0 7px;
            margin-bottom: 0; } }
      .mega-menu__sub__list > ul {
        font-size: 16px;
        padding: 0;
        min-width: 0; }
        .mega-menu__sub__list > ul > li {
          margin-bottom: 6px; }
        .mega-menu__sub__list > ul a {
          padding-bottom: 4px; }
    .mega-menu__sub__image > img {
      display: block;
      border-radius: 5px;
      margin-bottom: 14px; }
    .mega-menu__sub__image .caption {
      color: #7e7e7e;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.6428571429;
      letter-spacing: 0.1px; }
      .mega-menu__sub__image .caption p {
        margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .mega-menu__sub__image {
        display: none; } }

.mobile-header {
  display: none; }

.admin-bar .main-header.header-fixed {
  top: 32px; }

@media (max-width: 782px) {
  .admin-bar .main-header.header-fixed {
    top: 46px; } }

@media (max-width: 600px) {
  .admin-bar .main-header.header-fixed {
    position: absolute; } }

.main-footer {
  background-color: #1d1c1c; }
  .main-footer__top {
    padding: 60px 0; }
    @media (max-width: 991.98px) {
      .main-footer__top {
        padding: 40px 0; }
        .main-footer__top > .container > .row {
          -ms-flex-direction: column;
              flex-direction: column; }
        .main-footer__top .col-menu {
          -ms-flex-order: 2;
              order: 2; }
        .main-footer__top .col-subscribe {
          -ms-flex-order: 1;
              order: 1; } }
    @media (max-width: 767.98px) {
      .main-footer__top {
        padding-top: 30px; } }
  .main-footer__bottom {
    background-color: #000000;
    color: #b5b5b5;
    padding: 24px 0;
    font-size: 14px;
    letter-spacing: 0.04px; }
    @media (max-width: 767.98px) {
      .main-footer__bottom {
        padding: 20px 0;
        font-size: 10px; } }
    .main-footer__bottom > .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 991.98px) {
        .main-footer__bottom > .container {
          -ms-flex-direction: column;
              flex-direction: column; } }
    .main-footer__bottom-menu {
      margin: 0;
      padding: 0;
      margin-left: auto;
      list-style: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 991.98px) {
        .main-footer__bottom-menu {
          margin-left: 0;
          -ms-flex-order: 1;
              order: 1;
          margin-bottom: 16px;
          text-align: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          gap: 10px 3px; } }
      @media (max-width: 767.98px) {
        .main-footer__bottom-menu {
          margin-bottom: 20px; } }
      .main-footer__bottom-menu > li + li {
        margin-left: 40px; }
      @media (max-width: 991.98px) {
        .main-footer__bottom-menu > li + li {
          margin-left: 10px;
          padding-left: 10px;
          border-left: 1px solid #b5b5b5;
          line-height: 1.2; } }
      .main-footer__bottom-menu a {
        display: block;
        color: inherit; }
        .main-footer__bottom-menu a:hover {
          color: #fff; }
    @media (max-width: 991.98px) {
      .main-footer__bottom .copyright {
        -ms-flex-order: 2;
            order: 2; } }
  .main-footer__subscribe {
    margin-bottom: 50px; }
    @media (max-width: 991.98px) {
      .main-footer__subscribe {
        margin-bottom: 20px; } }
    .main-footer__subscribe .mc4wp-form-fields {
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .main-footer__subscribe .mc4wp-form-fields input {
        height: 44px;
        display: block;
        background-color: #fff;
        border: 0;
        padding: 0 20px;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.04px;
        color: #2e2e2e;
        -ms-flex-positive: 1;
            flex-grow: 1;
        min-width: 0;
        outline: 0; }
        .main-footer__subscribe .mc4wp-form-fields input::-moz-placeholder {
          color: #292828;
          opacity: 1; }
        .main-footer__subscribe .mc4wp-form-fields input:-ms-input-placeholder {
          color: #292828; }
        .main-footer__subscribe .mc4wp-form-fields input::-webkit-input-placeholder {
          color: #292828; }
        @media (max-width: 767.98px) {
          .main-footer__subscribe .mc4wp-form-fields input {
            height: 40px;
            font-size: 14px; } }
      .main-footer__subscribe .mc4wp-form-fields .btn, .main-footer__subscribe .mc4wp-form-fields body.woocommerce .button, body.woocommerce .main-footer__subscribe .mc4wp-form-fields .button {
        display: block;
        height: 44px;
        font-size: 14px;
        letter-spacing: 0.04px;
        max-width: 184px;
        padding: 0 25px;
        text-transform: uppercase;
        font-weight: 400; }
        @media (max-width: 767.98px) {
          .main-footer__subscribe .mc4wp-form-fields .btn, .main-footer__subscribe .mc4wp-form-fields body.woocommerce .button, body.woocommerce .main-footer__subscribe .mc4wp-form-fields .button {
            height: 40px;
            padding: 0 20px;
            font-size: 12px; } }
    .main-footer__subscribe .parsley-errors-list {
      color: #fff; }
  .main-footer__social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .main-footer__social ul > li + li {
      margin-left: 20px; }
    .main-footer__social ul a {
      color: #fff;
      display: block;
      font-size: 26px; }
      .main-footer__social ul a:hover {
        opacity: 0.8; }
  @media (max-width: 991.98px) {
    .main-footer__social {
      margin-bottom: 40px; } }
  @media (max-width: 991.98px) {
    .main-footer .footer-menu-widget {
      border-bottom: 1px solid rgba(112, 112, 112, 0.3);
      border-top: 1px solid rgba(112, 112, 112, 0.3);
      margin-bottom: -1px; } }
  .main-footer .footer-menu-widget__title {
    color: #fff;
    font-family: "Luxora Grotesk";
    font-size: 17px;
    margin-bottom: 16px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .main-footer .footer-menu-widget__title {
        margin-bottom: 0;
        padding: 12px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        font-size: 16px; }
        .main-footer .footer-menu-widget__title:after {
          content: "";
          font-family: "ionicons";
          color: #fff;
          margin-left: auto;
          font-size: 16px;
          padding-left: 15px;
          padding-right: 10px;
          transition: all 0.2s ease-in-out; }
        .main-footer .footer-menu-widget__title.active:after {
          transform: rotate(90deg); } }
  .main-footer .footer-menu-widget ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .main-footer .footer-menu-widget ul > li {
      margin-bottom: 8px; }
    .main-footer .footer-menu-widget ul a {
      color: #b5b5b5;
      display: block; }
      .main-footer .footer-menu-widget ul a:hover {
        color: #fff; }
    @media (max-width: 991.98px) {
      .main-footer .footer-menu-widget ul {
        border-top: 1px solid rgba(112, 112, 112, 0.3);
        padding-top: 8px;
        display: none; } }
  .main-footer .footer-right-widget__title {
    color: #707070;
    font-size: 17px;
    letter-spacing: 0.04px;
    margin-bottom: 16px;
    font-weight: 400; }
    @media (max-width: 767.98px) {
      .main-footer .footer-right-widget__title {
        font-size: 14px; } }

.btn, body.woocommerce .button {
  display: block;
  font-size: 16px;
  letter-spacing: 0.16px;
  padding: 15px;
  text-align: center;
  font-weight: 600;
  outline: 0;
  border: 0;
  cursor: pointer; }

.btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px; }
  .btn-wrap > .btn, body.woocommerce .btn-wrap > .button {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  @media (max-width: 991.98px) {
    .btn-wrap {
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 4px; } }

.btn-block, body.woocommerce .single_add_to_cart_button {
  width: 100%; }

.btn-primary {
  background-color: #e51937;
  color: #fff; }
  .btn-primary:hover {
    background-color: #ce1631;
    color: #fff; }
  .btn-primary:disabled {
    background-color: #707070; }
  .btn-primary--outline {
    background-color: transparent;
    border: 1px solid #e51937;
    color: #e51937; }
    .btn-primary--outline:hover {
      background-color: #ce1631;
      color: #fff; }

.btn-outline-primary {
  background-color: transparent;
  color: #2e2e2e;
  border: 1px solid #707070; }
  .btn-outline-primary:hover {
    background-color: #ce1631;
    color: #fff; }
  .btn-outline-primary:disabled {
    background-color: #707070; }

.btn-white {
  background-color: #fff;
  color: #2e2e2e;
  border: 1px solid #2e2e2e; }
  .btn-white:hover {
    background-color: #f2f2f2;
    color: #2e2e2e; }

.btn-dark, body.woocommerce .single_add_to_cart_button, .input-voucher__btn {
  background-color: #000;
  color: #fff;
  border: 1px solid #000; }
  .btn-dark:hover, body.woocommerce .single_add_to_cart_button:hover, .input-voucher__btn:hover {
    background-color: #e51937;
    border-color: #e51937;
    color: #fff; }

.btn-link {
  background-color: transparent;
  border: 1px solid transparent;
  color: #000; }
  .btn-link:hover {
    color: #e51937; }

.btn-outline {
  background-color: transparent;
  color: #2e2e2e;
  border: 1px solid #707070; }
  .btn-outline:hover {
    background-color: transparent;
    color: #e51937; }

.btn-show-all,
.btn-load-more {
  width: 100%;
  background-color: transparent;
  display: block;
  height: 46px;
  border: 1px solid #707070;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer; }
  @media (max-width: 767.98px) {
    .btn-show-all,
    .btn-load-more {
      height: 40px; } }
  .btn-show-all > span,
  .btn-load-more > span {
    position: relative;
    display: block;
    font-size: 11px;
    width: 1em;
    margin-bottom: 0.375em;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 767.98px) {
      .btn-show-all > span,
      .btn-load-more > span {
        font-size: 10px; } }
    .btn-show-all > span:before, .btn-show-all > span:after,
    .btn-load-more > span:before,
    .btn-load-more > span:after {
      content: "";
      width: 1em;
      height: 1em;
      border: 0.2em solid #707070;
      display: block;
      border-top-width: 0;
      border-right-width: 0;
      transform: rotate(-45deg);
      transform-origin: center;
      transition: all 0.2s ease-in-out; }
    .btn-show-all > span:before,
    .btn-load-more > span:before {
      margin-bottom: -5px; }
  .btn-show-all:hover,
  .btn-load-more:hover {
    border-color: #e51937; }
    .btn-show-all:hover > span:before, .btn-show-all:hover > span:after,
    .btn-load-more:hover > span:before,
    .btn-load-more:hover > span:after {
      border-color: #e51937; }
  .btn-show-all.active > span,
  .btn-load-more.active > span {
    margin-top: 0.375em;
    margin-bottom: 0;
    transform: rotate(180deg); }
  .btn-show-all.loading,
  .btn-load-more.loading {
    background-color: #ebebeb;
    border-color: #DDD;
    cursor: no-drop; }
    .btn-show-all.loading > span,
    .btn-load-more.loading > span {
      width: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .btn-show-all.loading > span:before,
      .btn-load-more.loading > span:before {
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23707070'%3E%3Cpath d='M481-158q-131 0-225.5-94.5T161-478v-45l-80 80-39-39 149-149 149 149-39 39-80-80v45q0 107 76.5 183.5T481-218q29 0 55-5t49-15l43 43q-36 20-72.5 28.5T481-158Zm289-169L621-476l40-40 79 79v-41q0-107-76.5-183.5T480-738q-29 0-55 5.5T376-719l-43-43q36-20 72.5-28t74.5-8q131 0 225.5 94.5T800-478v43l80-80 39 39-149 149Z'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        border: 0;
        margin: 0;
        transform: unset; }
      .btn-show-all.loading > span:after,
      .btn-load-more.loading > span:after {
        content: 'Loading...';
        margin: 0;
        border: 0;
        color: var(--color-black-4);
        width: auto;
        height: auto;
        font-size: 15px;
        margin-left: 3px !important;
        transform: unset; }

.back-prev-page {
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #2e2e2e;
  font-size: 22px; }
  @media (max-width: 767.98px) {
    .back-prev-page {
      font-size: 18px;
      margin-top: 40px; } }
  .back-prev-page i {
    color: #2e2e2e;
    font-size: 1.5em;
    margin-right: 14px;
    transition: all 0.3s ease-in-out; }
  .back-prev-page:hover {
    color: #e51937; }
    .back-prev-page:hover i {
      color: #e51937;
      margin-right: 24px; }

body.woocommerce .single_add_to_cart_button {
  text-transform: uppercase; }

.content {
  font-size: 1rem;
  line-height: 1.625;
  color: #292929; }
  .content p,
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6,
  .content ul,
  .content ol,
  .content blockquote {
    clear: both; }
  .content p {
    margin-bottom: 20px; }
  .content amp-img,
  .content p > amp-img {
    width: 100%;
    height: auto;
    margin: 0 auto 25px; }
  .content ul,
  .content ol {
    padding-left: 25px;
    margin-bottom: 25px; }
    .content ul li,
    .content ol li {
      margin-bottom: 5px;
      margin-top: 5px;
      padding-left: 8px;
      line-height: 1.6; }
    .content ul ul,
    .content ul ol,
    .content ol ul,
    .content ol ol {
      margin-bottom: 0;
      padding-left: 20px; }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.3; }
    .content h1:not(:first-child),
    .content h2:not(:first-child),
    .content h3:not(:first-child),
    .content h4:not(:first-child),
    .content h5:not(:first-child),
    .content h6:not(:first-child) {
      margin-top: 30px; }
  .content dl dt,
  .content dl dd {
    margin-bottom: 10px; }
  .content a {
    color: #e51937; }
    .content a:hover {
      text-decoration: none;
      color: #ce1631; }
  .content blockquote {
    margin: 20px 0;
    padding: 0 56px;
    position: relative;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.625;
    color: #232323;
    text-align: center; }
    .content blockquote:before, .content blockquote:after {
      content: "";
      width: 36px;
      height: 36px;
      position: absolute;
      top: 8px;
      background-image: url(../images/quote.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 24px auto;
      left: 0; }
    .content blockquote:after {
      right: 0;
      left: auto; }
    .content blockquote footer {
      margin-top: 15px;
      font-size: 0.9375rem;
      font-weight: 500;
      letter-spacing: 0.02em;
      font-style: normal;
      color: #636060; }
  .content .wp-caption {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
    border: 0; }
    .content .wp-caption.alignnone {
      margin: 0 auto 15px; }
    .content .wp-caption amp-img {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 5px; }
    .content .wp-caption-text {
      font-size: 0.75rem;
      color: #9e9e9e; }
  .content .alignleft,
  .content .alignright,
  .content .aligncenter {
    margin-top: 5px; }
  .content table {
    overflow-x: auto;
    display: block;
    border-width: 0 1px;
    margin-bottom: 30px; }
    .content table th {
      white-space: nowrap; }
  .content #ez-toc-container {
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 12px; }
    .content #ez-toc-container p.ez-toc-title {
      font-size: 1.125rem;
      line-height: 1.1111111111;
      color: #2c303d; }
    .content #ez-toc-container .ez-toc-title-toggle .ez-toc-btn-default {
      background: #ffffff;
      border: 1px solid #cccccc;
      box-sizing: border-box;
      box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
      border-radius: 3px;
      width: 30px;
      height: 30px;
      position: relative; }
      .content #ez-toc-container .ez-toc-title-toggle .ez-toc-btn-default:before {
        content: "";
        width: 9px;
        height: 9px;
        border: 2px solid #e51937;
        border-right-width: 0;
        border-bottom-width: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -28%) rotate(45deg);
        transform-origin: center; }
      .content #ez-toc-container .ez-toc-title-toggle .ez-toc-btn-default i {
        display: none; }
    .content #ez-toc-container .ez-toc-list {
      font-size: 0.875rem;
      line-height: 1.7142857143;
      color: #444444; }
      .content #ez-toc-container .ez-toc-list li {
        font-size: inherit;
        line-height: inherit; }
    .content #ez-toc-container a:visited {
      color: #e51937;
      text-decoration: underline; }
  .content .read-other > strong {
    display: block; }
  .content .read-other a {
    border-bottom: 1px solid rgba(229, 25, 55, 0.3); }
    .content .read-other a:hover {
      border-color: transparent; }
  .content .yellow-block {
    background-color: #ffff66;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 20px 40px;
    margin-bottom: 25px; }
    .content .yellow-block > *:last-child {
      margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .content .alignleft,
    .content .alignright,
    .content .aligncenter,
    .content .alignnone {
      float: none;
      margin-left: auto;
      margin-right: auto;
      display: block; }
      .content .alignleft img,
      .content .alignright img,
      .content .aligncenter img,
      .content .alignnone img {
        object-fit: cover;
        object-position: center; }
    .content blockquote {
      margin-left: 0;
      padding: 0 40px; }
      .content blockquote:before, .content blockquote:after {
        width: 30px;
        height: 30px;
        background-size: 20px auto; }
    .content .yellow-block {
      padding: 15px 20px; } }

/* - Pagination */
.pagination {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03125rem;
  text-align: center;
  margin: 10px 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .pagination > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0; }
    .pagination > ul > li:not(:last-child) {
      margin-right: 10px; }
  .pagination .displaying-num {
    color: #302b40; }
  .pagination span.page-numbers,
  .pagination a.page-numbers {
    margin: 5px 0;
    background-color: #fff;
    padding: 0 10px;
    width: auto;
    min-width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #333333; }
    @media (max-width: 1199.98px) {
      .pagination span.page-numbers,
      .pagination a.page-numbers {
        min-width: 36px;
        height: 36px; } }
    .pagination span.page-numbers.current, .pagination span.page-numbers:hover,
    .pagination a.page-numbers.current,
    .pagination a.page-numbers:hover {
      background: #e51937;
      color: #fff; }
  .pagination span.prev, .pagination span.next,
  .pagination a.prev,
  .pagination a.next {
    font-size: 20px; }
  .pagination span.dots,
  .pagination a.dots {
    pointer-events: none; }
  .pagination span.disabled,
  .pagination a.disabled {
    opacity: 0.5;
    pointer-events: none; }
  @media (max-width: 767.98px) {
    .pagination {
      margin: 20px 0; }
      .pagination > ul > li:not(:last-child) {
        margin-right: 6px; }
      .pagination span.page-numbers,
      .pagination a.page-numbers {
        margin: 3px 0;
        padding: 0 8px;
        border-radius: 4px;
        min-width: 30px;
        height: 30px;
        font-size: 0.75rem; }
      .pagination .displaying-num {
        margin-right: auto;
        margin-left: 7px;
        margin-bottom: 20px; } }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 26px 0;
  list-style: none;
  border-radius: 0.25rem;
  padding-left: 0; }
  @media (max-width: 991.98px) {
    .breadcrumb {
      margin: 16px 0; } }
  @media (max-width: 767.98px) {
    .breadcrumb {
      margin-bottom: 6px; } }

.breadcrumb-item {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #707070; }
  @media (max-width: 767.98px) {
    .breadcrumb-item {
      font-size: 12px; } }
  .breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: inherit;
    content: "/"; }
    @media (max-width: 767.98px) {
      .breadcrumb-item + .breadcrumb-item:before {
        padding-right: 4px;
        padding-left: 4px; } }
  .breadcrumb-item a {
    color: inherit; }
    .breadcrumb-item a:hover {
      color: #e51937; }

.skeleton-box {
  position: relative;
  background-color: #f4f4f4;
  overflow: hidden; }
  .skeleton-box:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(90deg, #f4f4f4 0, rgba(199, 199, 199, 0.8) 25%, #f4f4f4 50%);
    animation: shine-skeleton 1s infinite ease-out; }

@keyframes shine-skeleton {
  0% {
    left: -25%; }
  100% {
    left: 100%; } }

.styled-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 20px; }
  .styled-checkbox input[type="checkbox"],
  .styled-checkbox input[type="radio"] {
    display: none; }
    .styled-checkbox input[type="checkbox"]:checked ~ .styled-checkbox__tick,
    .styled-checkbox input[type="radio"]:checked ~ .styled-checkbox__tick {
      border-color: #e51937;
      background-color: #e51937;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .styled-checkbox input[type="checkbox"]:checked ~ .styled-checkbox__tick:before,
      .styled-checkbox input[type="radio"]:checked ~ .styled-checkbox__tick:before {
        content: "";
        font-family: "ionicons";
        font-size: 0.9em;
        color: #fff; }
  .styled-checkbox__tick {
    position: relative;
    width: 1em;
    height: 1em;
    border-radius: 3px;
    border: 2px solid #1d1c1c;
    display: block;
    margin-right: 0.8em; }
  .styled-checkbox__label {
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1em; }

.compare-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  height: 92px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.2s linear;
  z-index: 97; }
  @media (max-width: 767.98px) {
    .compare-widget {
      padding: 15px 0;
      height: 72px; } }
  .compare-widget__minimize {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 16px 20px;
    border-radius: 8px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #707070;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .compare-widget__minimize {
        padding: 10px 20px;
        border-radius: 5px; } }
    .compare-widget__minimize .label {
      font-weight: 600;
      font-size: 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 767.98px) {
        .compare-widget__minimize .label {
          font-size: 14px; } }
      .compare-widget__minimize .label .count {
        height: 1.7142857143em;
        width: 1.7142857143em;
        text-align: center;
        line-height: 1.7142857143em;
        color: #fff;
        background-color: #000;
        font-size: 12px;
        display: block;
        border-radius: 50%;
        margin: 0 0.5em; }
        @media (max-width: 767.98px) {
          .compare-widget__minimize .label .count {
            font-size: 10px; } }
      .compare-widget__minimize .label .max {
        display: block; }
    .compare-widget__minimize .arrow {
      margin-left: auto;
      font-size: 18px;
      line-height: 1; }
      @media (max-width: 767.98px) {
        .compare-widget__minimize .arrow {
          font-size: 16px; } }
  .compare-widget__maximize {
    display: none;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 0 15px; }
    .compare-widget__maximize .maximize__header {
      padding: 16px 10px;
      border-bottom: 1px solid #707070;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .compare-widget__maximize .maximize__header .title {
        font-weight: 600;
        font-size: 18px; }
      .compare-widget__maximize .maximize__header .close {
        font-size: 24px;
        margin-left: auto;
        line-height: 1;
        cursor: pointer; }
      @media (max-width: 575.98px) {
        .compare-widget__maximize .maximize__header {
          padding: 12px 10px; }
          .compare-widget__maximize .maximize__header .title {
            font-size: 16px; }
          .compare-widget__maximize .maximize__header .close {
            font-size: 20px; } }
    .compare-widget__maximize .maximize__body {
      padding: 20px 15px; }
      @media (max-width: 575.98px) {
        .compare-widget__maximize .maximize__body {
          padding: 10px 0; } }
    .compare-widget__maximize .maximize__footer {
      border-top: 1px solid #707070;
      padding: 20px 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 767.98px) {
        .compare-widget__maximize .maximize__footer {
          -ms-flex-direction: column;
              flex-direction: column;
          padding: 10px 0; } }
      .compare-widget__maximize .maximize__footer .reached-max-info {
        font-size: 14px; }
        @media (max-width: 767.98px) {
          .compare-widget__maximize .maximize__footer .reached-max-info {
            line-height: 1.4;
            margin-bottom: 14px; } }
      .compare-widget__maximize .maximize__footer .btn-wrapper {
        margin-left: auto;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 767.98px) {
          .compare-widget__maximize .maximize__footer .btn-wrapper {
            margin-left: 0;
            width: 100%; } }
        .compare-widget__maximize .maximize__footer .btn-wrapper > .btn, .compare-widget__maximize .maximize__footer body.woocommerce .btn-wrapper > .button, body.woocommerce .compare-widget__maximize .maximize__footer .btn-wrapper > .button {
          width: 180px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          font-size: 14px;
          padding: 0 15px;
          cursor: pointer; }
          .compare-widget__maximize .maximize__footer .btn-wrapper > .btn:hover, .compare-widget__maximize .maximize__footer body.woocommerce .btn-wrapper > .button:hover, body.woocommerce .compare-widget__maximize .maximize__footer .btn-wrapper > .button:hover {
            box-shadow: 0 2px 4px rgba(112, 112, 112, 0.5); }
          .compare-widget__maximize .maximize__footer .btn-wrapper > .btn-reset {
            background-color: #fff;
            margin-right: 14px;
            border: 1px solid #000; }
          .compare-widget__maximize .maximize__footer .btn-wrapper > .btn-compare {
            background-color: #000;
            color: #fff; }
          @media (max-width: 767.98px) {
            .compare-widget__maximize .maximize__footer .btn-wrapper > .btn, .compare-widget__maximize .maximize__footer body.woocommerce .btn-wrapper > .button, body.woocommerce .compare-widget__maximize .maximize__footer .btn-wrapper > .button {
              font-size: 12px;
              -ms-flex-positive: 1;
                  flex-grow: 1;
              width: auto;
              height: auto;
              line-height: 1;
              padding: 12px 20px; } }
    .compare-widget__maximize .compare-product {
      position: relative; }
      @media (max-width: 575.98px) {
        .compare-widget__maximize .compare-product {
          margin-bottom: 6px; } }
      .compare-widget__maximize .compare-product__close {
        position: absolute;
        top: 0;
        right: 0;
        width: 2.1428571429em;
        height: 2.1428571429em;
        font-size: 12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        border: 1px solid #707070;
        border-radius: 50%;
        line-height: 1;
        cursor: pointer; }
        @media (max-width: 575.98px) {
          .compare-widget__maximize .compare-product__close {
            font-size: 10px; } }
      .compare-widget__maximize .compare-product__image {
        text-align: center;
        margin-bottom: 6px; }
      .compare-widget__maximize .compare-product__title {
        font-size: 18px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 4px;
        line-height: 1.2; }
        @media (max-width: 575.98px) {
          .compare-widget__maximize .compare-product__title {
            font-size: 16px;
            margin-bottom: 2px; } }
      .compare-widget__maximize .compare-product__price {
        font-size: 16px;
        font-weight: 600;
        color: #e51937;
        text-align: center; }
        @media (max-width: 575.98px) {
          .compare-widget__maximize .compare-product__price {
            font-size: 14px; } }
    .compare-widget__maximize .add-product {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      height: 100%;
      cursor: pointer; }
  .compare-widget.maximize {
    height: 100%; }

.js-clipboard {
  position: relative; }
  .js-clipboard:after {
    position: absolute;
    z-index: 99999;
    display: none;
    padding: 0.5em 0.75em;
    font-size: 11px;
    line-height: 1.5;
    font-weight: normal;
    color: #fff;
    text-align: center;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: #000;
    border-radius: 6px;
    opacity: 0;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    margin-top: 6px; }
  .js-clipboard:before {
    content: "";
    position: absolute;
    z-index: 999991;
    display: none;
    width: 0;
    height: 0;
    color: #000;
    pointer-events: none;
    border: 6px solid transparent;
    opacity: 0;
    top: auto;
    right: 50%;
    bottom: -7px;
    margin-right: -6px;
    border-bottom-color: #000; }
  .js-clipboard.copied::before, .js-clipboard.copied::after {
    display: inline-block;
    text-decoration: none;
    animation-name: tooltip-appear;
    animation-duration: .1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    animation-delay: 0s; }

@keyframes tooltip-appear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.main-sidebar {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  padding: 20px; }

.sidebar-search {
  margin-bottom: 20px; }
  .sidebar-search__box {
    display: -ms-flexbox;
    display: flex; }
    .sidebar-search__box input {
      display: block;
      -ms-flex-positive: 1;
          flex-grow: 1;
      height: 40px;
      border: 1px solid rgba(112, 112, 112, 0.3);
      font-size: 14px;
      padding: 0 20px;
      width: 100%;
      border-radius: 5px 0 0 5px; }
    .sidebar-search__box button {
      height: 40px;
      background-color: #000;
      color: #fff;
      border: 0;
      width: 50px;
      font-size: 20px;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      border-radius: 0 5px 5px 0; }

.sidebar-widget {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3); }
  .sidebar-widget__title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    transition: margin .3s ease; }
  .sidebar-widget.collapsed .sidebar-widget__title {
    margin-bottom: 0; }
    .sidebar-widget.collapsed .sidebar-widget__title .collapse:after {
      transform: rotate(-180deg); }
  .sidebar-widget .collapse {
    font-size: 0;
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: relative; }
    .sidebar-widget .collapse:after {
      content: '';
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M14.15 30.75 12 28.6l12-12 12 11.95-2.15 2.15L24 20.85Z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transition: all .3s ease;
      transform: rotate(0deg); }
  .sidebar-widget.filter-price .currency {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: #E0E0E0;
    color: #707070;
    letter-spacing: 0.14px;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(112, 112, 112, 0.3);
    margin-right: -1px;
    border-radius: 5px 0 0 5px; }
  .sidebar-widget.filter-price input {
    border-radius: 0 5px 5px 0; }

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  .sidebar-menu > li {
    margin-bottom: 8px; }
    .sidebar-menu > li > a {
      display: block;
      font-size: 14px;
      color: #1d1c1c;
      padding-left: 25px;
      position: relative; }
      .sidebar-menu > li > a .total {
        font-weight: 400; }
      .sidebar-menu > li > a:hover {
        color: #e51937; }
      .sidebar-menu > li > a:before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 2px;
        left: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M9 42q-1.2 0-2.1-.9Q6 40.2 6 39V9q0-1.2.9-2.1Q7.8 6 9 6h30q1.2 0 2.1.9.9.9.9 2.1v30q0 1.2-.9 2.1-.9.9-2.1.9Zm0-3h30V9H9v30Z'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
    .sidebar-menu > li:last-child {
      margin-bottom: 0; }
    .sidebar-menu > li.current-menu > a {
      font-weight: 700;
      padding-right: 24px; }
      .sidebar-menu > li.current-menu > a:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48' fill='%23e51937'%3E%3Cpath d='M20.95 32.2 35.5 17.55l-2.4-2.4-12.15 12.2-5.85-5.8-2.4 2.4ZM9.1 42.3q-1.35 0-2.375-1.025T5.7 38.9V9.1q0-1.4 1.025-2.4t2.375-1h29.8q1.4 0 2.4 1t1 2.4v29.8q0 1.35-1 2.375T38.9 42.3Z'/%3E%3C/svg%3E"); }
  .sidebar-menu__view-all {
    display: block;
    margin-top: 14px;
    font-size: 16px; }

.btn-sidebar-reset {
  letter-spacing: 0.03px;
  padding: 8px 15px;
  font-size: 14px; }

.vertical-line {
  margin: 0;
  width: 1px;
  border: 0;
  background-color: rgba(112, 112, 112, 0.3); }

input:focus {
  outline: 0; }

.form-group {
  margin-bottom: 20px; }
  .form-group--password {
    position: relative; }
    .form-group--password .toggle-show {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 18px;
      font-weight: 600;
      color: #1d1c1c; }
      .form-group--password .toggle-show:hover {
        color: #e51937; }
  .form-group--label-inside {
    position: relative; }
    .form-group--label-inside > label {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 12px;
      font-size: 14px;
      pointer-events: none;
      color: #707070;
      transition: all 0.2s ease-in-out; }
    .form-group--label-inside > .js-select-2 ~ label {
      opacity: 0; }
    .form-group--label-inside .form-control[data-inputmask]:hover:not(:focus) ~ label {
      display: none; }
    .form-group--label-inside.active > label,
    .form-group--label-inside > input:focus ~ label,
    .form-group--label-inside > textarea:focus ~ label {
      font-size: 12px;
      top: 0;
      color: #1d1c1c;
      background-color: #fff;
      padding: 0 4px;
      font-weight: 700; }
    .form-group--label-inside.active > .js-select-2 ~ label {
      opacity: 1; }
    .form-group--label-inside.active .form-control[data-inputmask]:hover:not(:focus) ~ label {
      display: block; }
    .form-group--label-inside.parsley-error {
      margin-bottom: 40px; }
      .form-group--label-inside.parsley-error .parsley-errors-list {
        position: absolute;
        bottom: -20px;
        left: 0; }

.form-control {
  height: 44px;
  width: 100%;
  display: block;
  padding: 0 18px;
  outline: 0;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #1d1c1c; }

.js-select-2 + .select2-container {
  outline: 0; }
  .js-select-2 + .select2-container .select2-selection--single {
    height: 44px;
    border-radius: 0;
    outline: 0;
    border-color: #1d1c1c; }
    .js-select-2 + .select2-container .select2-selection--single .select2-selection__rendered {
      padding-left: 12px;
      line-height: 44px;
      color: #1d1c1c;
      font-size: 14px; }
    .js-select-2 + .select2-container .select2-selection--single .select2-selection__arrow {
      height: 44px;
      width: 30px; }
      .js-select-2 + .select2-container .select2-selection--single .select2-selection__arrow b {
        border-width: 5px 4px 0 4px;
        border-color: #1d1c1c transparent transparent transparent; }
  .js-select-2 + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #1d1c1c transparent; }

.form-message {
  margin-bottom: 0;
  font-size: 12px;
  color: #707070; }

.form-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px; }

.parsley-errors-list {
  list-style: none;
  padding-left: 4px;
  margin: 2px 0 0 0;
  width: 100%;
  font-size: 12px;
  color: #ec2227; }
  .parsley-errors-list li {
    font-size: inherit;
    color: inherit; }

.parsley-error.form-control {
  border-color: #ec2227; }

.parsley-error.styled-upload-file {
  border-color: #ec2227; }

.parsley-error.input-group .form-control,
.parsley-error.input-group .form-icon {
  border-color: #ec2227; }

.parsley-error.js-select2 + .select2-container .select2-selection {
  border-color: #ec2227; }

.filter-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 109;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  z-index: 1000; }
  @media (max-width: 767.98px) {
    .filter-modal {
      padding: 0; } }
  .filter-modal__box {
    width: 100%;
    max-width: 970px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .filter-modal__box {
        overflow: auto;
        height: 100%;
        border-radius: 0; } }
  .filter-modal__header {
    background-color: #000;
    color: #fff;
    padding: 14px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9; }
    @media (max-width: 767.98px) {
      .filter-modal__header {
        padding-left: 15px;
        padding-right: 15px; } }
    .filter-modal__header__title {
      font-size: 22px;
      line-height: 1.2333333333; }
    .filter-modal__header__close {
      color: #fff;
      font-size: 24px;
      display: block; }
      .filter-modal__header__close i {
        display: block; }
      .filter-modal__header__close:hover {
        color: #e51937; }
  .filter-modal__body {
    padding: 32px; }
    .filter-modal__body .filter-all input[type=checkbox],
    .filter-modal__body .filter-item input[type=checkbox] {
      display: none; }
      .filter-modal__body .filter-all input[type=checkbox]:checked ~ .text,
      .filter-modal__body .filter-item input[type=checkbox]:checked ~ .text {
        font-weight: 700; }
        .filter-modal__body .filter-all input[type=checkbox]:checked ~ .text::before,
        .filter-modal__body .filter-item input[type=checkbox]:checked ~ .text::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48' fill='%23e51937'%3E%3Cpath d='M20.95 32.2 35.5 17.55l-2.4-2.4-12.15 12.2-5.85-5.8-2.4 2.4ZM9.1 42.3q-1.35 0-2.375-1.025T5.7 38.9V9.1q0-1.4 1.025-2.4t2.375-1h29.8q1.4 0 2.4 1t1 2.4v29.8q0 1.35-1 2.375T38.9 42.3Z'/%3E%3C/svg%3E"); }
    .filter-modal__body .filter-all .text,
    .filter-modal__body .filter-item .text {
      position: relative; }
      .filter-modal__body .filter-all .text::before,
      .filter-modal__body .filter-item .text::before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M9 42q-1.2 0-2.1-.9Q6 40.2 6 39V9q0-1.2.9-2.1Q7.8 6 9 6h30q1.2 0 2.1.9.9.9.9 2.1v30q0 1.2-.9 2.1-.9.9-2.1.9Zm0-3h30V9H9v30Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        vertical-align: text-bottom;
        margin-right: 10px; }
    .filter-modal__body .filter-price ul {
      display: -ms-flexbox;
      display: flex;
      gap: 5px; }
      .filter-modal__body .filter-price ul > li {
        margin-bottom: 0;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
        .filter-modal__body .filter-price ul > li .currency {
          background-color: #FFF;
          border-right: 0;
          padding-right: 5px;
          font-size: 12px; }
        .filter-modal__body .filter-price ul > li .input-price {
          border-left: 0;
          padding-left: 0;
          font-size: 12px; }
    .filter-modal__body .footer-action {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      background-color: #FFF;
      box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.129);
      padding: 10px 20px;
      gap: 4px; }
      .filter-modal__body .footer-action > * {
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
      .filter-modal__body .footer-action .btn, .filter-modal__body .footer-action body.woocommerce .button, body.woocommerce .filter-modal__body .footer-action .button {
        padding: 7px 15px; }
    @media (max-width: 767.98px) {
      .filter-modal__body {
        padding: 65px 15px 60px; } }
  .filter-modal__group {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2); }
    .filter-modal__group__title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      font-weight: 700;
      font-size: 15px;
      letter-spacing: 0.03px;
      margin-bottom: 20px; }
      .filter-modal__group__title .clear-all {
        display: block;
        font-weight: 500;
        color: inherit; }
    .filter-modal__group__checkbox-list {
      list-style: none;
      padding: 0;
      margin: 0 -7px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .filter-modal__group__checkbox-list > li {
        padding: 0 7px 10px;
        width: 33.3333333333%; }
        @media (max-width: 767.98px) {
          .filter-modal__group__checkbox-list > li {
            width: 50%; } }
      .filter-modal__group__checkbox-list .styled-checkbox {
        font-size: 18px; }
    .filter-modal__group__search-area {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-size: 16px;
      letter-spacing: 0.03px; }
      .filter-modal__group__search-area__label {
        margin-right: 10px;
        font-size: 14px; }
      .filter-modal__group__search-area__select {
        padding: 0 17px;
        padding-right: 40px;
        background-color: #fff;
        height: 40px;
        font-size: 14px;
        outline: 0;
        border: 1px solid rgba(112, 112, 112, 0.5);
        margin-right: -1px;
        -webkit-appearance: none;
                appearance: none;
        position: relative;
        background: url(../images/chevron-down.png) no-repeat right 10px center/11px; }
      .filter-modal__group__search-area__unit {
        position: relative;
        margin-right: -1px;
        cursor: pointer;
        font-size: 14px; }
        .filter-modal__group__search-area__unit input {
          display: none; }
          .filter-modal__group__search-area__unit input:checked ~ span {
            border-color: #e51937;
            color: #e51937;
            position: relative;
            z-index: 2; }
        .filter-modal__group__search-area__unit span {
          border: 1px solid rgba(112, 112, 112, 0.5);
          height: 40px;
          line-height: 40px;
          font-weight: 500;
          padding: 0 20px;
          display: block; }
        .filter-modal__group__search-area__unit:last-child {
          margin-right: 0; }
  .filter-modal__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (max-width: 767.98px) {
      .filter-modal__button {
        margin-top: 40px; } }
    .filter-modal__button .btn, .filter-modal__button body.woocommerce .button, body.woocommerce .filter-modal__button .button {
      display: block;
      line-height: 38px;
      height: 38px;
      width: 177px;
      font-size: 16px;
      padding: 0 14px; }
      .filter-modal__button .btn-reset {
        margin-right: 6px; }

.nav-sticky-mobile {
  display: none;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.16);
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .nav-sticky-mobile > .menu-item {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%; }
    .nav-sticky-mobile > .menu-item a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      font-size: 10px;
      line-height: 1.2;
      text-align: center;
      color: #FFF;
      padding: 12px; }
      .nav-sticky-mobile > .menu-item a .icon {
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        .nav-sticky-mobile > .menu-item a .icon:before {
          filter: invert(100%) sepia(0%) saturate(7480%) hue-rotate(189deg) brightness(105%) contrast(107%); }
        .nav-sticky-mobile > .menu-item a .icon ~ span {
          margin-top: 2px; }
      .nav-sticky-mobile > .menu-item a span {
        display: block; }
    .nav-sticky-mobile > .menu-item.active a .icon:before {
      filter: invert(12%) sepia(75%) saturate(7266%) hue-rotate(347deg) brightness(95%) contrast(86%); }
  @media (max-width: 991.98px) {
    .nav-sticky-mobile {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #000;
      z-index: 99; }
      .nav-sticky-mobile-enabled, .nav-sticky-mobile-enabled.woocommerce-account:not(.logged-in) {
        padding-bottom: 60px; } }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
  display: inline-block;
  margin-right: 8px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("../img/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }

.form-phone {
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .form-phone .select2-selection--single {
    border-radius: 0;
    border: 0; }
  .form-phone .select2-container {
    -ms-flex: 0 1 0;
        flex: 0 1 0; }

@media (max-width: 991px) {
  body.woocommerce-account > .select2-container {
    z-index: 999; } }

.drop-area {
  background: #FFF;
  border: 1px dashed #707070;
  border-radius: 0; }
  .drop-area > label {
    position: relative;
    min-height: 75px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px;
    -ms-flex-direction: column;
        flex-direction: column; }
    .drop-area > label .inner {
      max-width: unset;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      line-height: 1;
      -ms-flex-align: center;
          align-items: center; }
      .drop-area > label .inner .icon svg {
        width: 26px;
        height: 26px; }
      .drop-area > label .inner .icon ~ .text {
        margin-left: 7px; }
      .drop-area > label .inner .text {
        text-align: center;
        margin-bottom: 0; }
        .drop-area > label .inner .text .text-primary {
          color: var(--color-primary); }
      .drop-area > label .inner .button {
        padding: 10px !important;
        min-width: 140px !important; }
    .drop-area > label:hover .inner .button {
      background-color: var(--electric-blue) !important;
      color: #FFF !important; }
  .drop-area .imgThumbnailPreview {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .drop-area .imgThumbnailPreview.preview {
      border-top: 1px solid #ccc;
      padding: 5px; }
    @media (max-width: 767px) {
      .drop-area .imgThumbnailPreview.preview {
        padding: 10px; } }
  .drop-area input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  .drop-area .IMGthumbnail {
    background-color: #ececec;
    border-radius: 4px;
    padding: 10px;
    height: 100%; }
  .drop-area .IMGthumbnail .img-preview {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 5px;
    height: 125px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border: 1px solid #dcdcdc; }
    .drop-area .IMGthumbnail .img-preview.pdf, .drop-area .IMGthumbnail .img-preview.file, .drop-area .IMGthumbnail .img-preview.doc, .drop-area .IMGthumbnail .img-preview.compressed {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      background-color: #fafafa; }
      .drop-area .IMGthumbnail .img-preview.pdf:before, .drop-area .IMGthumbnail .img-preview.file:before, .drop-area .IMGthumbnail .img-preview.doc:before, .drop-area .IMGthumbnail .img-preview.compressed:before {
        content: '';
        width: 70px;
        height: 70px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
    .drop-area .IMGthumbnail .img-preview.pdf:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M88 304H80V256H88C101.3 256 112 266.7 112 280C112 293.3 101.3 304 88 304zM192 256H200C208.8 256 216 263.2 216 272V336C216 344.8 208.8 352 200 352H192V256zM224 0V128C224 145.7 238.3 160 256 160H384V448C384 483.3 355.3 512 320 512H64C28.65 512 0 483.3 0 448V64C0 28.65 28.65 0 64 0H224zM64 224C55.16 224 48 231.2 48 240V368C48 376.8 55.16 384 64 384C72.84 384 80 376.8 80 368V336H88C118.9 336 144 310.9 144 280C144 249.1 118.9 224 88 224H64zM160 368C160 376.8 167.2 384 176 384H200C226.5 384 248 362.5 248 336V272C248 245.5 226.5 224 200 224H176C167.2 224 160 231.2 160 240V368zM288 224C279.2 224 272 231.2 272 240V368C272 376.8 279.2 384 288 384C296.8 384 304 376.8 304 368V320H336C344.8 320 352 312.8 352 304C352 295.2 344.8 288 336 288H304V256H336C344.8 256 352 248.8 352 240C352 231.2 344.8 224 336 224H288zM256 0L384 128H256V0z'/%3E%3C/svg%3E"); }
    .drop-area .IMGthumbnail .img-preview.file:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 64C0 28.65 28.65 0 64 0H224V128C224 145.7 238.3 160 256 160H384V448C384 483.3 355.3 512 320 512H64C28.65 512 0 483.3 0 448V64zM256 128V0L384 128H256z'/%3E%3C/svg%3E"); }
    .drop-area .IMGthumbnail .img-preview.doc:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M224 128L224 0H48C21.49 0 0 21.49 0 48v416C0 490.5 21.49 512 48 512h288c26.51 0 48-21.49 48-48V160h-127.1C238.3 160 224 145.7 224 128zM281.5 240h23.37c7.717 0 13.43 7.18 11.69 14.7l-42.46 184C272.9 444.1 268 448 262.5 448h-29.26c-5.426 0-10.18-3.641-11.59-8.883L192 329.1l-29.61 109.1C160.1 444.4 156.2 448 150.8 448H121.5c-5.588 0-10.44-3.859-11.69-9.305l-42.46-184C65.66 247.2 71.37 240 79.08 240h23.37c5.588 0 10.44 3.859 11.69 9.301L137.8 352L165.6 248.9C167 243.6 171.8 240 177.2 240h29.61c5.426 0 10.18 3.641 11.59 8.883L246.2 352l23.7-102.7C271.1 243.9 275.1 240 281.5 240zM256 0v128h128L256 0z'/%3E%3C/svg%3E"); }
    .drop-area .IMGthumbnail .img-preview.compressed:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 0v128h128L256 0zM224 128L224 0H48C21.49 0 0 21.49 0 48v416C0 490.5 21.49 512 48 512h288c26.51 0 48-21.49 48-48V160h-127.1C238.3 160 224 145.7 224 128zM96 32h64v32H96V32zM96 96h64v32H96V96zM96 160h64v32H96V160zM128.3 415.1c-40.56 0-70.76-36.45-62.83-75.45L96 224h64l30.94 116.9C198.7 379.7 168.5 415.1 128.3 415.1zM144 336h-32C103.2 336 96 343.2 96 352s7.164 16 16 16h32C152.8 368 160 360.8 160 352S152.8 336 144 336z'/%3E%3C/svg%3E"); }
  .drop-area .IMGthumbnail .file-title {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-align: center; }
  .drop-area .imgThumbContainer {
    -ms-flex: 0 1 20%;
        flex: 0 1 20%;
    max-width: 20%;
    padding: 5px; }
    @media (max-width: 767px) {
      .drop-area .imgThumbContainer {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
  .drop-area .imgThumbContainer > .imgName {
    text-align: center;
    padding: 2px 6px; }
  .drop-area.drop-area-2 {
    background: transparent;
    border: 0;
    border-radius: 0; }
    .drop-area.drop-area-2.field-close > label {
      display: none; }
    .drop-area.drop-area-2 > label {
      background: #F9FAFB;
      border: 1px dashed #757C83;
      border-radius: 8px; }
    .drop-area.drop-area-2 .imgThumbContainer {
      -ms-flex: unset;
          flex: unset;
      max-width: unset;
      padding: 0; }
    .drop-area.drop-area-2:not(.field-close) .imgThumbnailPreview {
      margin-top: 20px; }
    .drop-area.drop-area-2 .imgThumbnailPreview.preview {
      border-top: 0;
      padding: 0; }
    .drop-area.drop-area-2 .IMGthumbnail {
      background-color: transparent;
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      position: relative;
      padding-right: 35px;
      cursor: pointer; }
      .drop-area.drop-area-2 .IMGthumbnail:after {
        content: '';
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAgCAYAAACcuBHKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADxSURBVHgB7dPNDYIwGMbxpwWVY0dgBO966QaO4AhsZJzAEXr0qhswAkdN6FupMZGEAAXahEP/CZeGNr/0A4jFYiuOwXtKJEl2A0yu9VsCshyb4RmhRJrulDHY/wZKFwiH1zJBBNEayJNkpxpcjvAIewT3C/CqiJhsdqJsQzjfnIZmeziO/xE034PIbn8mODeKMeQAXbU+nhEO0bkDaEPSlIq6PhRjqyxAdAFdiKxcVpp5J/oBNsbo6Qr4/o/JDQNc7sBChH/AREQYwAREOIAjIizAAREeYBt8opxvi9CAUUR//gAzEX4BMxD+AbFYbPV9AGcbkQpKrF9yAAAAAElFTkSuQmCC");
        background-size: contain;
        background-position: center;
        width: 32px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0; }
      .drop-area.drop-area-2 .IMGthumbnail .img-preview {
        max-width: unset;
        max-height: unset;
        margin-bottom: unset;
        height: auto;
        width: auto;
        background-color: transparent;
        border-color: transparent; }
        .drop-area.drop-area-2 .IMGthumbnail .img-preview.pdf:before, .drop-area.drop-area-2 .IMGthumbnail .img-preview.file:before, .drop-area.drop-area-2 .IMGthumbnail .img-preview.doc:before, .drop-area.drop-area-2 .IMGthumbnail .img-preview.compressed:before {
          width: 26px !important;
          height: 26px !important;
          color: #E85567; }
        .drop-area.drop-area-2 .IMGthumbnail .img-preview.pdf:before {
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAiCAYAAADVhWD8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAYxSURBVHgB7VdNaFxVFD7nJs0kMdVCaG1t2iSFqgh1I+4EF8GFUNwoBdFqQSwiooILhaqJC3UhXblooItWUDQGXJTUhW1EIStRbCgppFRNRIWobVonmcy8ee8ez8+9byYxbxp/cNULb37eu++e757zne+ci7DxgXxR+M4HEQEirp1L8A+G2+A8HBkZwQhIxnUMynwHa4D/WzC6mNlu3ENzBYY/OiVeATTwd3x/w4DwP5qz3nxa8/u6oSs0xFvc4tO2F9l19+s0FCd6gFIJoLOLferELUBpmpNJRpok9EO17eW+V57+qVwu/zE6OroyMzOD4+PjZAsUj/aiBz5pe4GNDZPYwQZ3la4OyRB4QPJEfIvCnbaODqic/vKT33s3P9r92EPTslYAIiPsaP1RyBk2MCggPBuSS0B5xyhQnoF6RWB4AyK/Fa4nj6We0s7LH018+ONzw33Dw8MKJHCopc3CB96TbR3UCwJE56LYAwUiziJ2DG+V1Gn6Bn9u3t4Lab3el12a/3Tq3v2DEUy8iuwWciY58uYJxnEI+T3xBAoox+4odQB0dZnbk0TwoDyLbJXvLE1x5tQXkNVTUYH5clt96IGvJ+fWMbOK2C1Tm8khFOHLEfM3JrhyBNJMb6APTiJDJN9t7Zto+52D5H0mPu2/KXWfn9k3NNC89nqpXwgmE66A8MUCYFtHE9w0I8kiualx9B41ZKSMIsoy2LqnD3fs3S2AGI/v70aanNh738AaMKsAFXvGoYZGQ+BQY6RZJUYZiJCXoqON3+Y1jVOmP7YP7MRddwziplK7Arq5s33yzL4cEK0FVMiZlVffOonOPWkzBYsY8VaLurtMYyyDDGKz2FSNS7BcIUoSTKo1Kl+9hpd/+ZUqy8vzV7L60P7zU3NrTFJ7K8+AZjhvinMJa0zGegbIBCarULYlDVDAIfdrAsQrQHtAtKnUgb23bqXebVvl3QF29Gtwfuqpv5gsBMMr+cxjVkscVWrkJXNYQ9g3KFoXpmCwZ99JHX3KpPUSFZnHOsQX+9VbWE2QMl4nmmkKVQsFXlphoYWmEonqBske+aO6G/RXHzNPIEmVQTzF7oW3me6ueSUTphxMrgrFCkySs5ohqnLiBfnD6zjZrSSRtTJh34EnIoIilRo8fUFUUVxFdglY75sZhjHNizljkFC11ZoFlWNHqsgYk8czj6iWBE8YBs1AUvBWJ4JpeR8zMkFotCexXBQTWKY7VTWkoCfQ/dKzBN2dyNlE6bkZTE6fpdKhA+i23CKqDNk305BMnCW3ZxeWHn8YfGVF86z63hj4i9/FBNQghtJgvA9JXQhGXRqqtZZt+dlVgpXj73PeV6Hr8BPEoNRD1eMfEC1eg46Dj2D7PXeDX7xKtPAbrBw9Br5Wt8yXKKlSGY8FTGzaYuvaMkxR1LRAZ6qy2PHgEKdvTWuUGAUjj/Hpwiy5wX7MriyCG9gNPe++rd5Zev4Iz+B08Eb3wOZVXmnpGavInCFcg3SJeqpFPJ29JAyk2qnPrDZJifDGD3fX7ZjNXLSwfj8PS0ePIetO2H5mSmDKrT21VhzzjLayxZwpL0FOVK3atpP02wtEtWp+k3eO3c8c5BB2MpBZSr46B+62baFoSmy8hQY0HdC6DS0FkbuWkS2zSTulqCaWCeXX32FnZeh6ekhVllevnBhrEhBL+eznBaqcHIOoCSqK+iQ0SCE02IhRa50RbdPdiYrKYqKcy5WguLZN0QtSDYE4l+JBxleq6hlVYrBvbdi8VHUP8RTRPIqzSfoVbmKsfwgFSPbm1SrmvU2AjhR1TkoMxdMV5h9BpzBUkZjWTaMFZ6SmaCVCq5VSOgVXvU64tGwNFsRkMyDOuBGNAvBcCZGKJVhxsp6k0XzYjjS1W1Tt0K6AloDcIIV+JuihzfC2LIur7VArtpVt+wx5YKAseUIGwcbCJK9aDcwPYgqK8pNG1KzoGKveGBImZI3h9KHhsXf0gNE4iUZQLbLJwxw1mBHaFbS8aJx3DYj5IngSYreTh1H/a1pHVYfpWGXD8gqu5dF14cDhYX57QOuUs0OK9g8IFI5xTUOkVQs0xEMNa6Z1rdao2fEHcX7Hx6NvRO/C/zmsSf/b5/UbY9X4Ey9vVdyyxlacAAAAAElFTkSuQmCC"); }
      .drop-area.drop-area-2 .IMGthumbnail .file-title {
        padding-left: 10px; }

.area-profile-picture {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .area-profile-picture.has-content .picture-preview {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .area-profile-picture label {
    display: block;
    position: relative;
    cursor: pointer; }
  .area-profile-picture .picture-preview img {
    width: 180px;
    height: 180px;
    border-radius: 8px;
    margin-right: 12px;
    object-fit: cover;
    object-position: center; }
  .area-profile-picture input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  .area-profile-picture .button {
    padding: 10px 25px;
    cursor: pointer; }
  @media (max-width: 767px) {
    .area-profile-picture.has-content .picture-preview {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
    .area-profile-picture:not(.has-content) label,
    .area-profile-picture:not(.has-content) .button {
      width: 100%; }
    .area-profile-picture .picture-preview img {
      width: 99px;
      height: 99px;
      margin-right: 8px; } }

/* =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; }

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; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.homepage {
  background-color: #292828;
  color: #fff; }

.homepage-hero {
  height: calc(100vh - 60px);
  background-size: cover;
  background-position: center; }
  @media (max-width: 991.98px) {
    .homepage-hero {
      height: calc(100vh - 56px); } }
  .homepage-hero-slider {
    position: relative; }
    .homepage-hero-slider .slick-arrow {
      width: 50px;
      height: 50px;
      color: #fff;
      z-index: 9;
      transition: all 0.2s ease-in; }
      .homepage-hero-slider .slick-arrow:before {
        opacity: 1;
        color: inherit;
        font-size: 30px;
        font-family: "ionicons"; }
      .homepage-hero-slider .slick-arrow.slick-disabled {
        opacity: 0;
        pointer-events: none; }
      .homepage-hero-slider .slick-arrow:hover {
        color: #e51937; }
    .homepage-hero-slider .slick-prev {
      left: 45px; }
      .homepage-hero-slider .slick-prev:before {
        content: ""; }
    .homepage-hero-slider .slick-next {
      right: 45px; }
      .homepage-hero-slider .slick-next:before {
        content: ""; }
    .homepage-hero-slider .slick-dots {
      position: absolute;
      bottom: 30px;
      z-index: 1; }
    @media (max-width: 991.98px) {
      .homepage-hero-slider.slick-dotted {
        margin-bottom: 0; } }
  .homepage-hero__box {
    padding: 0 100px; }
    @media (max-width: 991.98px) {
      .homepage-hero__box {
        padding: 0; } }
  .homepage-hero__title {
    color: #fff;
    font-family: "Luxora Grotesk";
    font-size: 48px;
    font-weight: 900;
    text-shadow: 0px 4px 1px #0000008a;
    letter-spacing: 0.0666666667em;
    line-height: 1.1;
    margin-bottom: 20px;
    max-width: 360px; }
    .homepage-hero__title > span {
      display: block; }
    @media (max-width: 991.98px) {
      .homepage-hero__title {
        font-size: 32px;
        margin-bottom: 14px; } }
    @media (max-width: 575.98px) {
      .homepage-hero__title {
        font-size: 30px; } }
  .homepage-hero__message {
    color: #fff;
    font-size: 26px;
    font-family: "Luxora Grotesk";
    text-shadow: 0px 4px 1px #0000008a;
    font-weight: 400;
    letter-spacing: 0.085em; }
    .homepage-hero__message > span {
      display: block;
      line-height: 1.2; }
    @media (max-width: 991.98px) {
      .homepage-hero__message {
        font-size: 20px;
        text-shadow: none; } }
    @media (max-width: 575.98px) {
      .homepage-hero__message {
        font-size: 15px; } }
  .homepage-hero__cta {
    margin-top: 60px;
    max-width: 170px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Luxora Grotesk";
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    letter-spacing: 0.5px; }
    .homepage-hero__cta i {
      display: block;
      line-height: 1;
      font-size: 18px;
      margin-left: 14px; }
      @media (max-width: 575.98px) {
        .homepage-hero__cta i {
          margin-left: 10px;
          font-size: 12px; } }
    @media (max-width: 991.98px) {
      .homepage-hero__cta {
        margin-top: 20px;
        padding: 12px 15px; } }
    @media (max-width: 575.98px) {
      .homepage-hero__cta {
        font-size: 12px;
        max-width: 140px;
        padding: 6px 14px; } }

.type-list > .row {
  margin: 0 -10px; }
  .type-list > .row > [class|="col"] {
    padding: 0 10px 20px; }
    @media (max-width: 991.98px) {
      .type-list > .row > [class|="col"] {
        padding-bottom: 3px; } }

.type-list-section {
  padding: 50px 0; }
  .type-list-section__title {
    color: #fff;
    font-family: "Luxora Grotesk";
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .type-list-section {
      padding: 40px 0; }
      .type-list-section__title {
        font-size: 26px;
        margin-bottom: 16px; } }
  @media (max-width: 575.98px) {
    .type-list-section {
      padding: 30px 0; }
      .type-list-section__title {
        font-size: 20px;
        text-align: left; } }

.type-list__item {
  position: relative;
  padding-top: 91%;
  padding-bottom: 54px;
  background-color: #000;
  outline: 0; }
  @media (max-width: 991.98px) {
    .type-list__item {
      border-radius: 5px;
      padding-top: 0;
      padding-bottom: 0; } }
  .type-list__item:before {
    content: "";
    z-index: 1;
    background: linear-gradient(0deg, #000000 54px, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.2) 100%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 991.98px) {
      .type-list__item:before {
        display: none; } }
  @media (min-width: 992px) {
    .type-list__item:hover:before {
      opacity: 1; }
    .type-list__item:hover .type-list__image img {
      transform: scale(1.2); }
    .type-list__item:hover .type-list__title {
      top: 20px;
      transform: none;
      font-size: 28px; }
    .type-list__item:hover .type-list__excerpt, .type-list__item:hover .type-list__btn {
      opacity: 1; } }
  @media (max-width: 991.98px) {
    .type-list__item.open {
      min-height: 180px;
      padding-bottom: 20px; }
      .type-list__item.open .type-list__title:after {
        content: ""; }
      .type-list__item.open .type-list__image, .type-list__item.open .type-list__excerpt {
        display: block; }
      .type-list__item.open .type-list__btn {
        display: table; } }

.type-list__image {
  position: absolute;
  height: calc(100% - 54px);
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 0;
  overflow: hidden; }
  .type-list__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: all 0.2s ease-in-out; }
  @media (max-width: 991.98px) {
    .type-list__image {
      height: 110px;
      width: 110px;
      left: auto;
      right: 15px;
      top: 50px;
      display: none; } }

.type-list__title {
  position: absolute;
  top: calc(100% - 54px);
  left: 0;
  padding: 0 15px;
  text-align: center;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-transform: uppercase;
  font-family: "Luxora Grotesk";
  font-size: 20px;
  font-weight: 700;
  z-index: 2;
  transition: top 0.2s ease-in-out; }
  @media (max-width: 991.98px) {
    .type-list__title {
      position: static;
      text-align: left;
      font-size: 16px;
      height: 50px;
      line-height: 50px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .type-list__title:after {
        content: "";
        font-family: "ionicons";
        color: #fff;
        margin-left: auto;
        font-size: 16px;
        padding-left: 15px;
        padding-right: 10px; } }
  @media (max-width: 575.98px) {
    .type-list__title {
      font-size: 14px; } }

.type-list__excerpt, .type-list__btn {
  opacity: 0;
  position: absolute;
  z-index: 2;
  transition: opacity 0.2s ease-in-out;
  transition-delay: 0.1s; }
  @media (max-width: 991.98px) {
    .type-list__item .type-list__excerpt, .type-list__item .type-list__btn {
      position: static;
      opacity: 1;
      display: none; } }

.type-list__excerpt {
  text-align: center;
  top: 94px;
  padding: 0 19%;
  font-size: 19px;
  line-height: 1.35; }
  .type-list__excerpt p {
    margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .type-list__excerpt {
      padding: 0 15px; } }
  @media (max-width: 991.98px) {
    .type-list__excerpt {
      padding-left: 15px;
      padding-right: 140px;
      text-align: left;
      color: #aeaeae;
      max-height: none; } }
  @media (max-width: 575.98px) {
    .type-list__excerpt {
      font-size: 13px; } }

.type-list__btn {
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 194px;
  height: 42px;
  text-align: center;
  padding: 0 20px;
  font-family: "Luxora Grotesk";
  text-transform: uppercase;
  font-size: 17px;
  line-height: 42px; }
  @media (max-width: 1199.98px) {
    .type-list__btn {
      bottom: 20px; } }
  @media (max-width: 991.98px) {
    .type-list__btn {
      min-width: 0;
      font-size: 14px;
      transform: none;
      font-weight: 400;
      letter-spacing: 0.6px;
      margin-top: 16px;
      margin-left: 15px; }
      .type-list__btn:after {
        content: "";
        font-family: "ionicons";
        color: #fff;
        margin-left: auto;
        font-size: 16px;
        padding-left: 15px;
        display: table-cell;
        vertical-align: middle; } }
  @media (max-width: 575.98px) {
    .type-list__btn {
      font-size: 12px;
      padding: 0 14px;
      height: 30px;
      line-height: 30px; }
      .type-list__btn:after {
        font-size: 12px;
        padding-left: 10px; } }

.instagram-feed {
  padding: 50px 0;
  background-color: #1d1c1c; }
  @media (max-width: 991.98px) {
    .instagram-feed {
      padding: 40px 0; } }
  @media (max-width: 575.98px) {
    .instagram-feed {
      padding: 30px 0; } }
  .instagram-feed__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 42px; }
    .instagram-feed__header .btn, .instagram-feed__header body.woocommerce .button, body.woocommerce .instagram-feed__header .button {
      margin-left: auto;
      padding: 14px 28px;
      text-transform: uppercase;
      font-size: 14px; }
    @media (max-width: 991.98px) {
      .instagram-feed__header {
        margin-bottom: 20px; }
        .instagram-feed__header .btn, .instagram-feed__header body.woocommerce .button, body.woocommerce .instagram-feed__header .button {
          font-size: 12px;
          padding: 10px 16px; } }
  @media (max-width: 991.98px) and (max-width: 575.98px) {
    .instagram-feed__header .btn, .instagram-feed__header body.woocommerce .button, body.woocommerce .instagram-feed__header .button {
      font-size: 10px;
      padding: 6px 10px; } }
  .instagram-feed__title {
    font-size: 24px;
    color: #6f6f6f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-weight: 400; }
    .instagram-feed__title > b {
      font-family: "Luxora Grotesk";
      font-size: 1.1428571429em;
      font-weight: 700;
      color: #fff;
      margin-right: 14px; }
    @media (max-width: 991.98px) {
      .instagram-feed__title {
        display: block;
        color: #fff;
        font-size: 14px;
        letter-spacing: 0.5px; }
        .instagram-feed__title > b {
          font-size: 20px;
          font-weight: 900;
          display: block; } }
    @media (max-width: 575.98px) {
      .instagram-feed__title {
        font-size: 11px; }
        .instagram-feed__title > b {
          font-size: 16px; } }

.news-updates {
  padding: 50px 0 70px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .news-updates {
      padding-top: 40px; } }
  @media (max-width: 575.98px) {
    .news-updates {
      padding: 30px 0 40px; } }
  .news-updates__title {
    color: #fff;
    font-family: "Luxora Grotesk";
    font-weight: 900;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .news-updates__title {
        font-size: 26px;
        margin-bottom: 20px; } }
    @media (max-width: 575.98px) {
      .news-updates__title {
        font-size: 22px; } }
  .news-updates__slider .slick-arrow {
    width: 50px;
    height: 50px;
    color: #fff;
    z-index: 9;
    transition: all 0.2s ease-in; }
    .news-updates__slider .slick-arrow:before {
      opacity: 1;
      color: inherit;
      font-size: 26px;
      font-family: "ionicons"; }
    .news-updates__slider .slick-arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }
    .news-updates__slider .slick-arrow:hover {
      color: #e51937; }
  .news-updates__slider .slick-prev {
    left: -75px; }
    .news-updates__slider .slick-prev:before {
      content: ""; }
  .news-updates__slider .slick-next {
    right: -75px; }
    .news-updates__slider .slick-next:before {
      content: ""; }
  .news-updates__slider .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .news-updates__slider .slick-dots li {
      width: auto;
      height: auto;
      display: block;
      margin: 0 6px; }
      .news-updates__slider .slick-dots li button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #a3a3a3; }
        .news-updates__slider .slick-dots li button:before {
          display: none; }
      .news-updates__slider .slick-dots li.slick-active button {
        background-color: #e51937; }
  @media (max-width: 1270px) {
    .news-updates__slider .slick-arrow {
      background-color: #fff;
      color: #000;
      opacity: 0.8;
      border-radius: 4px;
      width: 40px;
      height: 40px;
      box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); }
      .news-updates__slider .slick-arrow:before {
        font-size: 20px; }
    .news-updates__slider .slick-prev {
      left: 15px; }
    .news-updates__slider .slick-next {
      right: 15px; } }

.news-list > .row > [class|="col"] {
  padding-bottom: 30px; }
  @media (max-width: 991.98px) {
    .news-list > .row > [class|="col"] {
      padding-bottom: 20px; } }

.news-list .hidden-news-list {
  display: none;
  margin-top: 20px; }

.news-list .btn-show-all {
  margin-top: 20px; }

.news-item__image {
  position: relative;
  padding-top: 53%;
  margin-bottom: 20px;
  overflow: hidden; }
  .news-item__image a,
  .news-item__image img {
    display: block; }
  .news-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: all 0.2s ease-in-out; }
  .news-item__image:hover img {
    transform: scale(1.1); }

.news-item__date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px; }
  @media (max-width: 991.98px) {
    .news-item__date {
      margin-bottom: 6px; } }
  .news-item__date .date {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin-right: 8px;
    letter-spacing: 0.48px;
    color: #707070; }
    @media (max-width: 767.98px) {
      .news-item__date .date {
        font-size: 12px; } }
    .news-item__date .date:hover {
      color: #a3a3a3; }
  .news-item__date .tag {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.0316666667em;
    padding: 5px 7px;
    border-radius: 5px;
    background-color: #e51937;
    line-height: 1.1875; }
    .news-item__date .tag:hover {
      background-color: #a7071e; }
    .news-item__date .tag + .tag {
      margin-left: 8px; }
    @media (max-width: 991.98px) {
      .news-item__date .tag {
        padding: 3px 5px;
        font-size: 10px; } }
    @media (max-width: 767.98px) {
      .news-item__date .tag {
        font-size: 8px;
        padding: 3px;
        border-radius: 0; } }

.news-item__title {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400; }
  .news-item__title a {
    display: block;
    color: inherit; }
  .news-item__title:hover {
    color: #e51937; }
  @media (max-width: 991.98px) {
    .news-item__title {
      font-size: 16px; } }
  @media (max-width: 575.98px) {
    .news-item__title {
      font-size: 14px;
      line-height: 1.5; } }

.news-item-see-more {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .news-item-see-more a {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em; }
    .news-item-see-more a:hover {
      color: #e51937; }

.news-item--featured .news-item__image {
  padding-top: 69%; }
  @media (max-width: 1199.98px) {
    .news-item--featured .news-item__image {
      padding-top: 72%; } }
  @media (max-width: 991.98px) {
    .news-item--featured .news-item__image {
      padding-top: 56%; } }

@media (max-width: 991.98px) {
  .news-item:not(.news-item--featured) {
    position: relative;
    padding-left: 170px;
    min-height: 90px; }
    .news-item:not(.news-item--featured) .news-item__image {
      position: absolute;
      width: 150px;
      height: 90px;
      margin-bottom: 0;
      padding: 0;
      top: 0;
      left: 0; } }

@media (max-width: 575.98px) {
  .news-item:not(.news-item--featured) {
    padding-left: 140px; }
    .news-item:not(.news-item--featured) .news-item__image {
      width: 120px; } }

.news-item + .news-item {
  margin-top: 30px; }
  @media (max-width: 991.98px) {
    .news-item + .news-item {
      margin-top: 20px; } }

@media (min-width: 768px) {
  .single-page {
    min-height: calc(100vh - 92px); } }

@media (min-width: 1600px) {
  body.single.woocommerce .container {
    max-width: 1518px; } }

.single-product {
  padding-top: 53px;
  padding-bottom: 40px; }
  @media (max-width: 991.98px) {
    .single-product {
      padding-top: 0; } }
  @media (max-width: 767.98px) {
    .single-product {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding-bottom: 0; }
      .single-product .product-review {
        -ms-flex-order: 8;
            order: 8; }
      .single-product .product-faq {
        -ms-flex-order: 7;
            order: 7; } }
  .single-product .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 6px; }

.single-product-header {
  z-index: 98;
  position: fixed;
  border-top: 1px solid #515151;
  top: 60px;
  background-color: #000;
  width: 100%;
  transition: top 0.7s ease-in-out; }
  @media (max-width: 991.98px) {
    .single-product-header {
      top: 56px; } }
  .single-product-header:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #515151;
    z-index: 1; }
  .single-product-header:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: -60px;
    height: 113px;
    background-color: #000;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .single-product-header:after {
        top: -56px;
        height: 143px; } }
  .single-product-header > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 991.98px) {
      .single-product-header > .container {
        display: block; } }
  .single-product-header .product-name {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.35px; }
    @media (max-width: 991.98px) {
      .single-product-header .product-name {
        font-size: 20px;
        padding: 10px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    @media (max-width: 767.98px) {
      .single-product-header .product-name .single-product-menu ul {
        overflow: unset; } }
    .single-product-header .product-name > img {
      max-height: 46px;
      max-width: 200px; }
      @media (max-width: 991.98px) {
        .single-product-header .product-name > img {
          max-width: 180px; } }
  .single-product-header.shrink {
    top: 0; }

.single-product-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767.98px) {
    .single-product-menu ul {
      overflow: auto; } }
  @media (max-width: 991.98px) {
    .single-product-menu ul > li {
      margin-right: 20px; }
      .single-product-menu ul > li:last-child {
        margin-right: 0; } }
  .single-product-menu ul a {
    display: block;
    color: #a3a3a3;
    font-family: "Luxora Grotesk";
    font-size: 0.9375rem;
    letter-spacing: 0.10625rem;
    line-height: 1;
    text-transform: uppercase;
    padding: 17px 22px;
    font-weight: 700; }
    .single-product-menu ul a:hover {
      color: #e51937; }
    @media (max-width: 991.98px) {
      .single-product-menu ul a {
        padding: 14px 0;
        font-size: 13px;
        border-bottom: 2px solid transparent;
        font-weight: 500;
        white-space: nowrap; }
        .single-product-menu ul a:hover {
          color: #a3a3a3; } }
  .single-product-menu ul .current a {
    color: #e51937; }
    @media (max-width: 991.98px) {
      .single-product-menu ul .current a {
        color: #a3a3a3;
        border-color: #e51937; } }
  .single-product-menu ul .menu-item-has-children {
    position: relative; }
    .single-product-menu ul .menu-item-has-children > a {
      padding: 15px 22px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .single-product-menu ul .menu-item-has-children > a > i {
        display: block;
        font-size: 1.5em; }
      @media (max-width: 991.98px) {
        .single-product-menu ul .menu-item-has-children > a {
          padding: 0 10px;
          font-size: 14px; } }
    .single-product-menu ul .menu-item-has-children .sub-menu {
      position: absolute;
      margin-top: -10px;
      right: 0;
      background-color: #fff;
      display: block;
      padding: 8px 0;
      transform: scale(1, 0);
      pointer-events: none;
      transition: all 0.2s ease-in-out;
      transform-origin: top;
      box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.161);
      opacity: 0; }
      .single-product-menu ul .menu-item-has-children .sub-menu a {
        font-size: 0.875rem;
        text-transform: none;
        padding: 8px 22px;
        color: #2e2e2e;
        white-space: nowrap;
        font-family: "RNS Sanz";
        font-weight: 500;
        letter-spacing: normal; }
        .single-product-menu ul .menu-item-has-children .sub-menu a:hover {
          color: #e51937; }
    .single-product-menu ul .menu-item-has-children:hover .sub-menu {
      opacity: 1;
      pointer-events: unset;
      transform: scale(1, 1); }

.product-overview {
  position: relative;
  padding-bottom: 85px; }
  @media (max-width: 1199.98px) {
    .product-overview {
      padding-bottom: 40px; } }
  @media (max-width: 991.98px) {
    .product-overview {
      padding-bottom: 15px;
      padding-top: 87px; } }
  .product-overview__top {
    height: 100vh;
    position: relative;
    margin-bottom: -230px; }
    @media (max-width: 991.98px) {
      .product-overview__top {
        padding-top: 20px;
        padding-bottom: 40px;
        margin-bottom: 0;
        height: auto; } }
    @media (max-width: 767.98px) {
      .product-overview__top {
        height: auto;
        padding-bottom: 100vw;
        margin-bottom: -100vw; } }
    .product-overview__top-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover;
      opacity: 0.2; }
      .product-overview__top-bg:before, .product-overview__top-bg:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 20%;
        width: 100%;
        background: linear-gradient(180deg, #fff, transparent 92%) 0% 0% no-repeat; }
      .product-overview__top-bg:after {
        top: auto;
        bottom: 0;
        background: linear-gradient(0deg, #fff, transparent 92%) 0% 0% no-repeat; }
    .product-overview__top > .container {
      height: calc(100% - 60px - 54px); }
    @media (max-width: 991.98px) {
      .product-overview__top > .container {
        height: auto; }
        .product-overview__top > .container > .row {
          -ms-flex-align: start;
              align-items: flex-start; } }
  .product-overview__wrapper {
    padding: 40px 0;
    height: 100%; }
    @media (max-width: 991.98px) {
      .product-overview__wrapper {
        height: auto;
        padding: 0; } }
  .product-overview__content {
    overflow-y: auto;
    padding-right: 4px; }
    .product-overview__content::-webkit-scrollbar {
      width: 4px; }
    .product-overview__content::-webkit-scrollbar-track {
      background: transparent; }
    .product-overview__content::-webkit-scrollbar-thumb {
      background: #b3b3b3;
      padding-left: 4px; }
      .product-overview__content::-webkit-scrollbar-thumb:hover {
        background: #838383; }
  .product-overview__title {
    font-size: 60px;
    line-height: 1.2;
    color: #2e2e2e;
    font-weight: 900; }
    @media (max-width: 1199.98px) {
      .product-overview__title {
        font-size: 40px; } }
    @media (max-width: 991.98px) {
      .product-overview__title {
        font-size: 30px;
        margin-bottom: 4px; } }
    @media (max-width: 767.98px) {
      .product-overview__title {
        font-size: 26px; } }
  .product-overview__subtitle {
    font-size: 30px;
    line-height: 1.2333333333;
    letter-spacing: 2.2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000; }
    @media (max-width: 1199.98px) {
      .product-overview__subtitle {
        font-size: 24px; } }
    @media (max-width: 991.98px) {
      .product-overview__subtitle {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1.2px;
        margin-bottom: 14px; } }
    @media (max-width: 767.98px) {
      .product-overview__subtitle {
        font-size: 16px;
        letter-spacing: 0.1px; } }
  .product-overview__info {
    font-size: 16px;
    line-height: 1.5;
    color: #707070;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .product-overview__info {
        font-size: 13px;
        line-height: 1.4; } }
    .product-overview__info p:last-child {
      margin-bottom: 0; }
    .product-overview__info a {
      font-weight: 700;
      color: inherit; }
  .product-overview__type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 16px;
    line-height: 1.0625;
    letter-spacing: 0.16px;
    color: #707070;
    margin-top: 10px; }
    @media (max-width: 767.98px) {
      .product-overview__type {
        font-size: 13px; } }
    .product-overview__type label {
      margin-right: 6px; }
    .product-overview__type .type {
      font-weight: 700;
      font-style: italic; }
  .product-overview .product-image {
    position: absolute;
    top: calc(-100vh - 74px);
    right: 0;
    height: 84vh;
    width: 100%;
    cursor: pointer; }
    @media (max-width: 1199.98px) {
      .product-overview .product-image {
        top: -90vh;
        height: 57vh; } }
    @media (max-width: 991.98px) {
      .product-overview .product-image {
        height: 340px;
        top: -340px;
        position: static; } }
    @media (max-width: 767.98px) {
      .product-overview .product-image {
        height: 90vw;
        top: -90vw;
        position: absolute; } }
    .product-overview .product-image .product-type {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0;
      transition: opacity 0.2s ease-in-out; }
      @media (max-width: 991.98px) {
        .product-overview .product-image .product-type {
          -ms-flex-pack: start;
              justify-content: flex-start; } }
      @media (max-width: 767.98px) {
        .product-overview .product-image .product-type {
          -ms-flex-pack: end;
              justify-content: flex-end; } }
      .product-overview .product-image .product-type > .js-magnify {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end; }
        .product-overview .product-image .product-type > .js-magnify > img {
          width: auto;
          height: 100%;
          display: block;
          max-width: none; }
      .product-overview .product-image .product-type > img {
        width: auto;
        height: 100%;
        display: block;
        max-width: none;
        transition: all 0.3s ease-in-out; }
      .product-overview .product-image .product-type.showed {
        opacity: 1; }
      .product-overview .product-image .product-type:not(.showed) {
        pointer-events: none; }
    .product-overview .product-image__motion-toggle {
      position: absolute;
      font-size: 20px;
      color: #2e2e2e;
      right: -90px;
      top: 150px;
      font-weight: 400;
      opacity: 0;
      transition: all 0.3s ease-in-out; }
    .product-overview .product-image:hover .product-image__motion-toggle {
      opacity: 1; }
    .product-overview .product-image.motioned {
      top: -284px;
      right: 0;
      height: 568px;
      pointer-events: auto; }
      @media (max-width: 1199.98px) {
        .product-overview .product-image.motioned {
          top: -162px;
          height: 340px; } }
      @media (max-width: 991.98px) {
        .product-overview .product-image.motioned {
          top: -340px;
          height: 340px;
          position: static; } }
      @media (max-width: 767.98px) {
        .product-overview .product-image.motioned {
          height: 310px;
          top: -310px;
          position: absolute; } }
      @media (max-width: 575.98px) {
        .product-overview .product-image.motioned {
          height: 60vw;
          top: -60vw; } }
      .product-overview .product-image.motioned .product-image__motion-toggle {
        opacity: 0; }
  .product-overview .product-showcase {
    padding-top: 120px; }
    @media (max-width: 991.98px) {
      .product-overview .product-showcase {
        padding-top: 0; } }
    @media (max-width: 767.98px) {
      .product-overview .product-showcase {
        padding-top: 90vw; } }
  .product-overview .product-tab {
    padding-left: 96px;
    max-width: 426px;
    box-sizing: content-box; }
    @media (max-width: 1199.98px) {
      .product-overview .product-tab {
        padding-left: 50px; } }
    @media (max-width: 991.98px) {
      .product-overview .product-tab {
        padding-left: 0;
        max-width: 100%; } }
    @media (max-width: 767.98px) {
      .product-overview .product-tab {
        padding: 0 0; } }
    .product-overview .product-tab__title {
      font-size: 30px;
      font-weight: 700;
      line-height: 1.2058823529;
      color: #000;
      border-bottom: 1px solid #707070;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 12px; }
      @media (max-width: 1199.98px) {
        .product-overview .product-tab__title {
          font-size: 26px;
          margin-bottom: 20px; } }
      @media (max-width: 767.98px) {
        .product-overview .product-tab__title {
          font-size: 24px;
          margin-bottom: 20px;
          -ms-flex-pack: start;
              justify-content: start; } }
      @media (min-width: 576px) {
        .product-overview .product-tab__title {
          margin-left: -20px;
          margin-right: -20px; } }
      .product-overview .product-tab__title span {
        border-top: 1px solid #707070;
        padding: 4px 20px;
        display: block;
        position: relative; }
        @media (min-width: 576px) {
          .product-overview .product-tab__title span {
            max-width: 75%; } }
        @media (max-width: 767.98px) {
          .product-overview .product-tab__title span {
            padding: 6px 10px; } }
        .product-overview .product-tab__title span:before {
          content: "";
          height: 140%;
          width: 1px;
          background-color: #707070;
          position: absolute;
          right: 0;
          top: 0;
          transform-origin: top;
          transform: rotate(-45deg); }
    .product-overview .product-tab__list {
      margin-bottom: 36px; }
      @media (max-width: 1199.98px) {
        .product-overview .product-tab__list {
          margin-bottom: 30px; } }
      @media (max-width: 767.98px) {
        .product-overview .product-tab__list {
          margin-bottom: 26px; } }
      .product-overview .product-tab__list-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        font-size: 20px;
        line-height: 1;
        color: #292828;
        margin-bottom: 6px;
        font-weight: 600; }
        @media (max-width: 1199.98px) {
          .product-overview .product-tab__list-item {
            margin-bottom: 10px;
            font-size: 20px; } }
        @media (max-width: 767.98px) {
          .product-overview .product-tab__list-item {
            font-size: 14px;
            margin-bottom: 10px; } }
        @media (max-width: 575.98px) {
          .product-overview .product-tab__list-item {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .product-overview .product-tab__list-item > label {
          font-weight: 700;
          color: #2e2e2e;
          margin-right: 45px; }
          @media (max-width: 767.98px) {
            .product-overview .product-tab__list-item > label {
              margin-right: 30px;
              font-size: 16px; } }
      .product-overview .product-tab__list .color-selector {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
      .product-overview .product-tab__list .color-item {
        width: 32px;
        height: 32px;
        margin-right: 12px;
        cursor: pointer; }
        @media (max-width: 767.98px) {
          .product-overview .product-tab__list .color-item {
            width: 24px;
            height: 24px; } }
        .product-overview .product-tab__list .color-item img {
          display: block;
          border-radius: 50%; }
        .product-overview .product-tab__list .color-item.active {
          width: 44px;
          height: 44px;
          padding: 6px;
          border-radius: 50%;
          background-color: #dfdfdf;
          border: 0.5px solid rgba(112, 112, 112, 0.5); }
          @media (max-width: 1199.98px) {
            .product-overview .product-tab__list .color-item.active {
              width: 38px;
              height: 38px;
              padding: 4px; } }
          @media (max-width: 767.98px) {
            .product-overview .product-tab__list .color-item.active {
              width: 34px;
              height: 34px;
              padding: 4px; } }
      .product-overview .product-tab__list .color-name {
        margin-left: 2px;
        color: #707070;
        font-size: 17px; }
      .product-overview .product-tab__list .size-selector {
        box-shadow: 0px 3px 6px #00000029;
        border: 0;
        background-color: #fff;
        font-size: 16px;
        color: #707070;
        padding: 8px 12px;
        width: 186px;
        outline: 0;
        font-weight: 500; }
        @media (max-width: 1199.98px) {
          .product-overview .product-tab__list .size-selector {
            width: 156px; } }
        @media (max-width: 767.98px) {
          .product-overview .product-tab__list .size-selector {
            width: 140px;
            font-size: 14px; } }
      .product-overview .product-tab__list .find-my-size a {
        display: block;
        color: #000;
        font-size: 16px;
        line-height: 1.1875;
        letter-spacing: 0.16px;
        margin-left: 0; }
        @media (max-width: 1199.98px) {
          .product-overview .product-tab__list .find-my-size a {
            font-size: 14px; } }
        @media (max-width: 767.98px) {
          .product-overview .product-tab__list .find-my-size a {
            font-size: 14px; } }
        @media (max-width: 575.98px) {
          .product-overview .product-tab__list .find-my-size a {
            margin-left: 0;
            margin-top: 14px; } }
        .product-overview .product-tab__list .find-my-size a:hover {
          color: #e51937; }
      .product-overview .product-tab__list td.label {
        padding-bottom: 0; }
    .product-overview .product-tab .btn, .product-overview .product-tab body.woocommerce .button, body.woocommerce .product-overview .product-tab .button {
      margin-bottom: 4px;
      padding: 10px 15px; }
      @media (max-width: 1199.98px) {
        .product-overview .product-tab .btn, .product-overview .product-tab body.woocommerce .button, body.woocommerce .product-overview .product-tab .button {
          font-size: 14px; } }
      @media (max-width: 767.98px) {
        .product-overview .product-tab .btn, .product-overview .product-tab body.woocommerce .button, body.woocommerce .product-overview .product-tab .button {
          padding: 8px 10px;
          font-size: 14px; } }
    .product-overview .product-tab__note {
      margin-top: 15px; }
      .product-overview .product-tab__note ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 13px;
        line-height: 1.1666666667;
        letter-spacing: 0.12px;
        color: #000; }
        .product-overview .product-tab__note ul > li {
          margin-bottom: 4px;
          color: #707070; }
  .product-overview .woocommerce-variation-add-to-cart input.input-text.qty {
    display: none; }
  .product-overview .tw-data-text {
    white-space: pre-wrap;
    word-wrap: break-word; }
  .product-overview table.variations, .product-overview table.variations tbody, .product-overview table.variations tr, .product-overview table.variations td, .product-overview table.variations th {
    display: block;
    width: 100%; }
  .product-overview table.variations label[for=pa_color] span.selected_pa_color {
    color: #707070;
    font-style: italic;
    font-family: 'Roboto';
    font-weight: normal; }
    .product-overview table.variations label[for=pa_color] span.selected_pa_color i {
      color: var(--color-black-2);
      font-style: normal;
      font-weight: normal; }
  .product-overview table.variations td.label {
    width: 100%; }

.product-features {
  padding: 35px 0; }
  @media (max-width: 991.98px) {
    .product-features {
      background-color: #f1f1f1;
      margin-bottom: 20px; } }
  .product-features__image .image-item {
    padding: 0 2px; }
    @media (max-width: 991.98px) {
      .product-features__image .image-item {
        margin-bottom: 14px; } }
    .product-features__image .image-item img {
      width: 100%;
      display: block; }
      @media (max-width: 991.98px) {
        .product-features__image .image-item img {
          height: 280px;
          object-fit: cover;
          object-position: center; } }
      @media (max-width: 767.98px) {
        .product-features__image .image-item img {
          height: 240px; } }
  .product-features__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 20px;
    font-family: "Luxora Grotesk"; }
    @media (max-width: 1199.98px) {
      .product-features__title {
        font-size: 28px;
        margin-bottom: 10px; } }
    @media (max-width: 991.98px) {
      .product-features__title {
        font-size: 25px;
        margin-bottom: 15px; } }
  @media (max-width: 991.98px) {
    .product-features__detail {
      padding: 0 15px; } }
  .product-features__list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .product-features__list .toggle {
      display: block;
      font-size: 25px;
      line-height: 1.2;
      font-weight: 600;
      color: #2e2e2e;
      padding: 20px 10px;
      padding-right: 25px;
      border-bottom: 1px solid rgba(112, 112, 112, 0.5);
      position: relative; }
      @media (max-width: 1199.98px) {
        .product-features__list .toggle {
          font-size: 18px;
          padding: 14px 10px; } }
      @media (max-width: 991.98px) {
        .product-features__list .toggle {
          font-size: 16px; } }
      .product-features__list .toggle:before, .product-features__list .toggle:after {
        content: "";
        width: 13px;
        height: 3px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        background-color: #2e2e2e; }
      .product-features__list .toggle:after {
        height: 13px;
        width: 3px;
        right: 5px;
        transition: height 0.2s ease-in-out; }
      .product-features__list .toggle:hover {
        color: #e51937; }
        .product-features__list .toggle:hover:before, .product-features__list .toggle:hover:after {
          background-color: #e51937; }
      .product-features__list .toggle.open {
        border-bottom: 0; }
        .product-features__list .toggle.open:after {
          height: 0; }
      .product-features__list .toggle.no-detail:before, .product-features__list .toggle.no-detail:after {
        display: none; }
    .product-features__list .detail {
      display: none;
      padding: 15px;
      background-color: #f1f1f1;
      font-size: 20px;
      font-weight: 600; }
      @media (max-width: 1199.98px) {
        .product-features__list .detail {
          font-size: 14px; } }
      @media (max-width: 991.98px) {
        .product-features__list .detail {
          font-size: 14px;
          padding: 10px; } }
      .product-features__list .detail p:last-child {
        margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .product-features__item {
      margin-bottom: 24px; }
      .product-features__item:last-child {
        margin-bottom: 0; }
      .product-features__item__image {
        margin-bottom: 10px; }
        .product-features__item__image img {
          width: 100%;
          display: block; }
      .product-features__item__title {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 600;
        font-family: "Luxora Grotesk";
        color: #000; }
      .product-features__item__detail {
        font-size: 14px;
        line-height: 1.4;
        color: #000; }
        .product-features__item__detail p:last-child {
          margin-bottom: 0; } }

.product-specification {
  padding: 35px 0; }
  @media (max-width: 1199.98px) {
    .product-specification {
      padding: 30px 0; } }
  @media (max-width: 991.98px) {
    .product-specification {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .product-specification__title {
    font-size: 40px;
    line-height: 1.65;
    color: #000;
    margin-bottom: 34px;
    font-family: "Luxora Grotesk";
    font-weight: 700; }
    @media (max-width: 1199.98px) {
      .product-specification__title {
        font-size: 28px;
        margin-bottom: 14px; } }
    @media (max-width: 991.98px) {
      .product-specification__title {
        font-size: 24px;
        margin-bottom: 10px; } }
    @media (max-width: 767.98px) {
      .product-specification__title {
        font-size: 22px; } }
  .product-specification__list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .product-specification__list > li {
      border-bottom: 1px solid #000; }
      @media (max-width: 991.98px) {
        .product-specification__list > li {
          border-bottom: 0;
          border-color: rgba(0, 0, 0, 0.2); } }
    .product-specification__list .toggle {
      display: block;
      font-size: 25px;
      font-weight: 700;
      padding: 10px 0;
      padding-right: 40px;
      position: relative;
      color: #000; }
      @media (max-width: 1199.98px) {
        .product-specification__list .toggle {
          padding: 8px 0;
          font-size: 20px; } }
      @media (max-width: 991.98px) {
        .product-specification__list .toggle {
          font-size: 18px;
          padding: 8px 0;
          border-color: rgba(0, 0, 0, 0.2); } }
      @media (max-width: 767.98px) {
        .product-specification__list .toggle {
          font-size: 16px;
          padding: 6px 0; } }
      .product-specification__list .toggle:before {
        content: "";
        font-family: "ionicons";
        padding: 10px 15px;
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        line-height: 1;
        transition: transform 0.2s ease-in-out; }
        @media (max-width: 767.98px) {
          .product-specification__list .toggle:before {
            font-size: 18px;
            padding: 10px; } }
      @media (min-width: 992px) {
        .product-specification__list .toggle:hover {
          color: #e51937; } }
      .product-specification__list .toggle.open {
        border-bottom: 0; }
        @media (max-width: 991.98px) {
          .product-specification__list .toggle.open {
            border-bottom: 1px solid #000; } }
        .product-specification__list .toggle.open:before {
          transform: translateY(-50%) rotate(180deg); }
    .product-specification__list .detail {
      display: none;
      padding-top: 10px;
      padding-left: 10px; }
      @media (max-width: 1199.98px) {
        .product-specification__list .detail {
          padding-top: 4px; } }
      .product-specification__list .detail-title {
        color: #707070;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 10px; }
        @media (max-width: 1199.98px) {
          .product-specification__list .detail-title {
            margin-bottom: 4px; } }
        @media (max-width: 991.98px) {
          .product-specification__list .detail-title {
            font-size: 18px;
            margin-bottom: 4px;
            color: #3F3F3F; } }
        @media (max-width: 767.98px) {
          .product-specification__list .detail-title {
            font-size: 16px;
            margin-bottom: 0; } }
      .product-specification__list .detail-message {
        font-size: 18px;
        color: #707070;
        line-height: 1.55; }
        @media (max-width: 1199.98px) {
          .product-specification__list .detail-message {
            font-size: 16px; } }
        @media (max-width: 991.98px) {
          .product-specification__list .detail-message {
            font-size: 16px;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            color: #3F3F3F; }
            .product-specification__list .detail-message p:last-child {
              margin-bottom: 0; } }
        @media (max-width: 767.98px) {
          .product-specification__list .detail-message {
            font-size: 14px;
            padding-bottom: 4px;
            margin-bottom: 4px; } }

.product-geometry {
  padding: 35px 0; }
  @media (max-width: 991.98px) {
    .product-geometry {
      padding-top: 15px;
      padding-bottom: 15px; }
      .product-geometry .table-responsive table th.mobile-break,
      .product-geometry .table-responsive table td.mobile-break {
        min-width: 82px; } }
  .product-geometry__title {
    font-size: 34px;
    line-height: 1.32;
    color: #000;
    margin-bottom: 20px;
    font-family: "Luxora Grotesk";
    font-weight: 700; }
    @media (max-width: 1199.98px) {
      .product-geometry__title {
        font-size: 28px;
        margin-bottom: 14px; } }
    @media (max-width: 991.98px) {
      .product-geometry__title {
        font-size: 24px; } }
    @media (max-width: 767.98px) {
      .product-geometry__title {
        font-size: 22px;
        margin-bottom: 15px; } }
  .product-geometry__subtitle {
    font-size: 20px;
    line-height: 1.56;
    color: #000;
    letter-spacing: 0.05px;
    margin-bottom: 12px; }
    @media (max-width: 1199.98px) {
      .product-geometry__subtitle {
        font-size: 18px; } }
    @media (max-width: 991.98px) {
      .product-geometry__subtitle {
        margin-bottom: 16px; } }
    @media (max-width: 767.98px) {
      .product-geometry__subtitle {
        font-size: 16px; } }
  .product-geometry__size {
    margin-bottom: 12px; }
    .product-geometry__size .actionToggle__wrap,
    .product-geometry__size .actionDownload__wrap {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      width: 50%;
      display: -ms-flexbox;
      display: flex; }
    .product-geometry__size .actionToggle__wrap {
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding-right: 15px;
      display: -ms-flexbox;
      display: flex;
      gap: 32px; }
      .product-geometry__size .actionToggle__wrap .type-toggle {
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
        overflow: auto;
        width: 100%;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .product-geometry__size .actionToggle__wrap .type-toggle::-webkit-scrollbar {
          height: 6px; }
          @media (max-width: 767.98px) {
            .product-geometry__size .actionToggle__wrap .type-toggle::-webkit-scrollbar {
              height: 4px; } }
        .product-geometry__size .actionToggle__wrap .type-toggle::-webkit-scrollbar-track {
          background: #f1f1f1; }
        .product-geometry__size .actionToggle__wrap .type-toggle::-webkit-scrollbar-thumb {
          background: #b3b3b3; }
          .product-geometry__size .actionToggle__wrap .type-toggle::-webkit-scrollbar-thumb:hover {
            background: #838383; }
        .product-geometry__size .actionToggle__wrap .type-toggle a {
          white-space: nowrap; }
      .product-geometry__size .actionToggle__wrap .size-toggle {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .product-geometry__size .actionDownload__wrap {
      -ms-flex-pack: end;
          justify-content: end; }
    @media (max-width: 991.98px) {
      .product-geometry__size .actionToggle__wrap,
      .product-geometry__size .actionDownload__wrap {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        width: 100%; }
      .product-geometry__size .actionToggle__wrap {
        padding-right: 0px; }
      .product-geometry__size .actionDownload__wrap {
        display: none; } }
    .product-geometry__size .size-toggle, .product-geometry__size .type-toggle {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .product-geometry__size .size-toggle__label, .product-geometry__size .type-toggle__label {
        display: block;
        margin-right: 15px;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.2272727273; }
        @media (max-width: 1199.98px) {
          .product-geometry__size .size-toggle__label, .product-geometry__size .type-toggle__label {
            font-size: 18px; } }
        @media (max-width: 767.98px) {
          .product-geometry__size .size-toggle__label, .product-geometry__size .type-toggle__label {
            font-size: 16px; } }
      .product-geometry__size .size-toggle > a, .product-geometry__size .type-toggle > a {
        font-size: 20px;
        line-height: 1.2272727273;
        display: block;
        color: #000;
        transition: color 0.2s ease-in-out;
        padding: 7px 15px;
        border: 1px solid transparent; }
        @media (max-width: 1199.98px) {
          .product-geometry__size .size-toggle > a, .product-geometry__size .type-toggle > a {
            padding: 4px 10px; } }
        .product-geometry__size .size-toggle > a.active, .product-geometry__size .type-toggle > a.active {
          font-weight: 900;
          color: #e51937;
          border-color: #e51937; }
          @media (max-width: 1199.98px) {
            .product-geometry__size .size-toggle > a.active, .product-geometry__size .type-toggle > a.active {
              font-weight: 600; } }
        @media (max-width: 1199.98px) {
          .product-geometry__size .size-toggle > a, .product-geometry__size .type-toggle > a {
            font-size: 18px; } }
        @media (max-width: 767.98px) {
          .product-geometry__size .size-toggle > a, .product-geometry__size .type-toggle > a {
            font-size: 16px; } }
        .product-geometry__size .size-toggle > a:hover, .product-geometry__size .type-toggle > a:hover {
          color: #e51937; }
    .product-geometry__size .find-your-size,
    .product-geometry__size .download-geometry {
      margin-left: auto;
      display: block;
      color: #000;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.1; }
      .product-geometry__size .find-your-size:hover,
      .product-geometry__size .download-geometry:hover {
        color: #e51937; }
      @media (max-width: 991.98px) {
        .product-geometry__size .find-your-size,
        .product-geometry__size .download-geometry {
          display: none; } }
    .product-geometry__size .download-geometry {
      margin-left: 10px;
      padding-left: 10px;
      border-left: 1px solid #707070; }
  .product-geometry .table-responsive::-webkit-scrollbar {
    width: 6px; }
  .product-geometry .table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .product-geometry .table-responsive::-webkit-scrollbar-thumb {
    background: #b3b3b3; }
    .product-geometry .table-responsive::-webkit-scrollbar-thumb:hover {
      background: #838383; }
  .product-geometry .table-responsive::-webkit-scrollbar {
    height: 6px; }
    @media (max-width: 767.98px) {
      .product-geometry .table-responsive::-webkit-scrollbar {
        height: 4px; } }
  .product-geometry .table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .product-geometry .table-responsive::-webkit-scrollbar-thumb {
    background: #b3b3b3; }
    .product-geometry .table-responsive::-webkit-scrollbar-thumb:hover {
      background: #838383; }
  @media (min-width: 768px) {
    .product-geometry .table-responsive {
      max-height: 225px;
      display: block;
      overflow: auto; } }
  @media (min-width: 992px) {
    .product-geometry .table-responsive {
      max-height: 500px; } }
  @media (min-width: 1200px) {
    .product-geometry .table-responsive {
      max-height: 550px; } }
  @media (max-width: 767.98px) {
    .product-geometry .table-responsive {
      max-height: calc(100vh - 180px); } }
  .product-geometry__table {
    border: 0;
    font-size: 19px;
    line-height: 1.2105263158; }
    @media (max-width: 1199.98px) {
      .product-geometry__table {
        font-size: 15px; } }
    @media (max-width: 767.98px) {
      .product-geometry__table {
        table-layout: fixed;
        font-size: 13px; } }
    .product-geometry__table th {
      font-weight: 600; }
    .product-geometry__table th,
    .product-geometry__table td {
      padding: 12px 15px;
      text-align: center;
      font-size: inherit;
      border-width: 0 0 1px 0;
      vertical-align: middle; }
      @media (max-width: 1199.98px) {
        .product-geometry__table th,
        .product-geometry__table td {
          padding: 12px; } }
      @media (max-width: 991.98px) {
        .product-geometry__table th,
        .product-geometry__table td {
          padding: 8px 10px; } }
    .product-geometry__table thead th {
      border-bottom: 1px solid #000;
      position: sticky;
      top: 0;
      z-index: 2;
      background-color: #fff; }
      .product-geometry__table thead th:first-child {
        left: 0;
        z-index: 3; }
      .product-geometry__table thead th:before {
        content: "";
        width: 100%;
        height: calc(100% + 1px);
        position: absolute;
        top: 0;
        left: 0;
        background-color: inherit;
        border: inherit;
        border-bottom-width: 1px;
        z-index: -1; }
    .product-geometry__table tbody tr:first-child th,
    .product-geometry__table tbody tr:first-child td {
      position: sticky;
      top: 45px;
      z-index: 1; }
      @media (max-width: 991.98px) {
        .product-geometry__table tbody tr:first-child th,
        .product-geometry__table tbody tr:first-child td {
          top: 35px; } }
      @media (max-width: 767.98px) {
        .product-geometry__table tbody tr:first-child th,
        .product-geometry__table tbody tr:first-child td {
          top: 33px; } }
      .product-geometry__table tbody tr:first-child th:before,
      .product-geometry__table tbody tr:first-child td:before {
        content: "";
        width: 100%;
        height: calc(100% + 1px);
        position: absolute;
        top: 0;
        left: 0;
        background-color: inherit;
        border: inherit;
        border-bottom-width: 1px;
        z-index: -1; }
    .product-geometry__table tbody tr:first-child th {
      z-index: 2; }
    .product-geometry__table tbody th {
      text-align: left; }
    .product-geometry__table tbody th:first-child,
    .product-geometry__table tbody td:first-child {
      position: sticky;
      left: 0;
      z-index: 1; }
    .product-geometry__table tbody th:nth-child(even),
    .product-geometry__table tbody td:nth-child(even) {
      background-color: #f2f2f2; }
    .product-geometry__table tbody th:nth-child(odd),
    .product-geometry__table tbody td:nth-child(odd) {
      background-color: #fff; }
    .product-geometry__table .unit {
      -ms-flex-align: center;
          align-items: center; }
  .product-geometry__tableAction {
    display: none; }
    .product-geometry__tableAction.active {
      display: block; }
  .product-geometry__image {
    padding-left: 30px; }
    @media (max-width: 991.98px) {
      .product-geometry__image {
        padding-left: 0;
        width: 70%;
        margin: 0 auto 10px; } }

.related-product {
  padding: 35px 0; }
  @media (max-width: 1199.98px) {
    .related-product {
      padding: 30px 0; } }
  @media (max-width: 991.98px) {
    .related-product {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .related-product__title {
    font-size: 40px;
    line-height: 1.32;
    color: #000;
    margin-bottom: 20px;
    font-family: "Luxora Grotesk";
    font-weight: 700; }
    @media (max-width: 1199.98px) {
      .related-product__title {
        font-size: 28px; } }
    @media (max-width: 991.98px) {
      .related-product__title {
        font-size: 24px; } }
    @media (max-width: 767.98px) {
      .related-product__title {
        font-size: 22px;
        margin-bottom: 15px; } }
  .related-product .slider-wrapper {
    position: relative; }
  .related-product .product-list {
    margin-right: 40px; }
    @media (max-width: 991.98px) {
      .related-product .product-list {
        margin-right: 30px;
        padding-left: 0; } }
    @media (max-width: 767.98px) {
      .related-product .product-list {
        margin-right: 0;
        margin-bottom: 20px; } }
    .related-product .product-list__image {
      position: relative; }
      @media (max-width: 991.98px) {
        .related-product .product-list__image {
          width: 100%; } }
      .related-product .product-list__image a {
        display: block; }
    .related-product .product-list__title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 6px 0;
      border-bottom: 1px solid #000;
      margin-bottom: 15px; }
      @media (max-width: 767.98px) {
        .related-product .product-list__title {
          margin-bottom: 10px; } }
      .related-product .product-list__title .title {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: normal;
        line-height: 1.4230769231;
        color: #000; }
        .related-product .product-list__title .title:hover {
          color: #e51937; }
        @media (max-width: 991.98px) {
          .related-product .product-list__title .title {
            font-size: 19px;
            letter-spacing: 0.19px;
            font-weight: 900; } }
      .related-product .product-list__title .price {
        font-size: 19px;
        font-weight: 600;
        color: #292828; }
        @media (max-width: 767.98px) {
          .related-product .product-list__title .price {
            font-size: 15px; } }
    .related-product .product-list__desc {
      font-size: 16px;
      line-height: 1.375;
      letter-spacing: 0.16px;
      color: #707070; }
      @media (max-width: 767.98px) {
        .related-product .product-list__desc {
          font-size: 14px; } }
      .related-product .product-list__desc p {
        margin-bottom: 0; }
  .related-product-list .btn, .related-product-list body.woocommerce .button, body.woocommerce .related-product-list .button {
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 14px; }
  .related-product__slider-arrow .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #707070;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 22px;
    color: #707070;
    background-color: #fff; }
    @media (max-width: 991.98px) {
      .related-product__slider-arrow .arrow {
        width: 30px;
        height: 30px;
        font-size: 14px; } }
    .related-product__slider-arrow .arrow.prev {
      left: -60px; }
      @media (max-width: 767.98px) {
        .related-product__slider-arrow .arrow.prev {
          left: 0; } }
    .related-product__slider-arrow .arrow.next {
      right: -60px; }
      @media (max-width: 767.98px) {
        .related-product__slider-arrow .arrow.next {
          right: 0; } }
    .related-product__slider-arrow .arrow:hover {
      border-color: #e51937;
      color: #e51937; }
  .related-product .product-list__compare {
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
    @media (max-width: 991.98px) {
      .related-product .product-list__compare {
        font-size: 14px; } }

.product-review {
  padding: 35px 0; }
  @media (max-width: 991.98px) {
    .product-review {
      padding: 15px 0; } }
  @media (max-width: 767.98px) {
    .product-review {
      background-color: #f1f1f1; } }
  .product-review__title {
    font-size: 40px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 30px;
    font-family: "Luxora Grotesk";
    font-weight: 700; }
    .product-review__title .total-review {
      display: none; }
    @media (max-width: 991.98px) {
      .product-review__title {
        font-size: 25px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .product-review__title .total-review {
          display: block;
          font-size: 12px;
          margin-left: auto;
          color: #707070;
          font-weight: normal; } }
    @media (max-width: 767.98px) {
      .product-review__title {
        margin-bottom: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .product-review__title > span {
          font-weight: 400;
          margin-left: auto;
          font-size: 12px;
          color: #939393;
          line-height: 1.3333333333; } }
  .product-review__header {
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .product-review__header {
        padding-bottom: 0;
        border-bottom: 0; } }
    @media (max-width: 991.98px) {
      .product-review__headerNumber {
        display: grid;
        grid-template-columns: 120px auto;
        gap: 20px;
        -ms-flex-align: center;
            align-items: center; } }
  .product-review .average-review {
    padding: 0 20px; }
    @media (max-width: 767.98px) {
      .product-review .average-review {
        padding: 0;
        padding-right: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        margin-bottom: 20px; } }
    .product-review .average-review__count {
      font-size: 100px;
      font-weight: 700;
      color: #292828;
      letter-spacing: -3.81px;
      line-height: 1.1941747573;
      text-align: center; }
      @media (max-width: 767.98px) {
        .product-review .average-review__count {
          font-size: 66px;
          font-weight: 700; } }
    .product-review .average-review__star {
      position: relative; }
      .product-review .average-review__star .star-background,
      .product-review .average-review__star .star-foreground {
        display: -ms-flexbox;
        display: flex; }
        .product-review .average-review__star .star-background i,
        .product-review .average-review__star .star-foreground i {
          font-size: 22px;
          border-radius: 50%;
          -ms-flex: 0 0 1.3333333333em;
              flex: 0 0 1.3333333333em;
          width: 1.3333333333em;
          height: 1.3333333333em;
          color: #fff;
          background-color: #d2d2d2;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
          @media (max-width: 767.98px) {
            .product-review .average-review__star .star-background i,
            .product-review .average-review__star .star-foreground i {
              font-size: 12px; } }
          .product-review .average-review__star .star-background i:before,
          .product-review .average-review__star .star-foreground i:before {
            display: block;
            line-height: 1; }
          .product-review .average-review__star .star-background i + i,
          .product-review .average-review__star .star-foreground i + i {
            margin-left: 5px; }
      .product-review .average-review__star .star-foreground {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
        white-space: nowrap; }
        .product-review .average-review__star .star-foreground i {
          background-color: #eb9f05; }
  .product-review .total-review-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .product-review .total-review-list ul > li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 13px; }
      @media (max-width: 767.98px) {
        .product-review .total-review-list ul > li {
          margin-bottom: 4px; } }
  .product-review .total-review-list .star-rating {
    font-size: 20px;
    margin-right: 10px; }
    @media (max-width: 767.98px) {
      .product-review .total-review-list .star-rating {
        display: none; } }
  .product-review .total-review-list .bar-rating {
    width: auto;
    height: 18px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-right: 8px; }
    @media (max-width: 767.98px) {
      .product-review .total-review-list .bar-rating {
        height: 8px;
        -ms-flex-order: 2;
            order: 2;
        margin-right: 0; } }
  .product-review .total-review-list .count {
    font-size: 20px;
    color: #939393;
    line-height: 1.1111111111;
    min-width: 1.2em; }
    @media (max-width: 767.98px) {
      .product-review .total-review-list .count {
        font-size: 14px;
        -ms-flex-order: 1;
            order: 1;
        margin-right: 8px; } }
  .product-review .total-user-recomendation__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border: 1px solid rgba(112, 112, 112, 0.5);
    padding: 15px 30px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    color: #000; }
    .product-review .total-user-recomendation__box .icon {
      font-size: 50px;
      color: #eb9f05;
      margin-right: 16px;
      line-height: 1; }
    .product-review .total-user-recomendation__box .detail-text p {
      margin-bottom: 0; }
  .product-review .total-user-recomendation__total {
    font-size: 25px;
    line-height: 0.5952380952;
    color: #a3a3a3;
    font-weight: normal; }
  .product-review .filter-wrapper {
    margin-bottom: 37px; }
    @media (max-width: 767.98px) {
      .product-review .filter-wrapper {
        margin-bottom: 20px; } }
    .product-review .filter-wrapper .filter-result-title {
      margin-top: 18px;
      color: #707070;
      font-size: 25px;
      line-height: 1.48;
      font-family: 'Roboto', sans-serif; }
  .product-review .filter__search {
    width: 100%;
    position: relative;
    height: 46px; }
    .product-review .filter__search > input {
      display: block;
      padding-right: 90px;
      width: 100%;
      height: 100%;
      border: 1px solid #707070;
      font-size: 18px;
      padding: 0 25px;
      outline: 0; }
      .product-review .filter__search > input::-moz-placeholder {
        color: #a3a3a3;
        opacity: 1; }
      .product-review .filter__search > input:-ms-input-placeholder {
        color: #a3a3a3; }
      .product-review .filter__search > input::-webkit-input-placeholder {
        color: #a3a3a3; }
    .product-review .filter__search > button {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      background-color: #000;
      color: #fff;
      border: 0;
      width: 50px;
      font-size: 20px;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
  .product-review .filter__sort {
    height: 46px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-right: 30px; }
    @media (max-width: 767.98px) {
      .product-review .filter__sort {
        margin-right: 0;
        height: 40px;
        width: 100%; } }
    .product-review .filter__sort > select {
      border: 1px solid rgba(112, 112, 112, 0.5);
      height: 100%;
      width: 100%;
      background-color: transparent;
      padding: 0 24px;
      outline: 0;
      font-size: 25px;
      color: #000; }
      @media (max-width: 767.98px) {
        .product-review .filter__sort > select {
          font-size: 14px;
          padding: 0 18px; } }
  .product-review .filter__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 767.98px) {
      .product-review .filter__action {
        width: 100%;
        margin-top: 10px; } }
    .product-review .filter__action a {
      position: relative;
      display: block;
      color: #000;
      font-size: 25px;
      line-height: 1.92;
      padding-right: 22px;
      margin-right: 22px;
      font-weight: 700; }
      .product-review .filter__action a:after {
        content: '';
        width: 1px;
        height: 60%;
        top: 50%;
        transform: translateY(-50%);
        background-color: #707070;
        display: block;
        z-index: 1;
        position: absolute;
        right: 0; }
      .product-review .filter__action a:hover {
        color: #e51937; }
      .product-review .filter__action a:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0; }
        .product-review .filter__action a:last-child:after {
          display: none; }
      @media (max-width: 991.98px) {
        .product-review .filter__action a {
          font-size: 16px;
          line-height: 1.2; } }
  .product-review__list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .product-review__list.hidden-review {
      display: none; }
    .product-review__list > li {
      margin-bottom: 30px; }
      @media (max-width: 767.98px) {
        .product-review__list > li {
          margin-bottom: 20px; } }
    .product-review__list .header-review {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 20px; }
      @media (max-width: 767.98px) {
        .product-review__list .header-review {
          display: block;
          margin-bottom: 10px; } }
      .product-review__list .header-review > .name {
        font-size: 30px;
        margin-right: 10px; }
        @media (max-width: 767.98px) {
          .product-review__list .header-review > .name {
            display: inline-block;
            font-size: 16px;
            vertical-align: middle; } }
      .product-review__list .header-review > .date {
        color: #a3a3a3;
        font-size: 25px;
        line-height: 1.8;
        padding-left: 10px;
        border-left: 2px solid #000; }
        @media (max-width: 767.98px) {
          .product-review__list .header-review > .date {
            display: inline-block;
            font-size: 14px;
            line-height: 1.2; } }
    .product-review__list .star-rating {
      font-size: 36px;
      margin-right: 20px; }
      @media (max-width: 767.98px) {
        .product-review__list .star-rating {
          font-size: 24px;
          margin-right: 0; } }
    .product-review__list .body-review {
      margin-left: 30px;
      padding-left: 30px;
      border-left: 1px solid #707070; }
      @media (max-width: 767.98px) {
        .product-review__list .body-review {
          margin-left: 0;
          padding-left: 0;
          border-left: 0; } }
      .product-review__list .body-review__title {
        font-size: 40px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 10px; }
        @media (max-width: 767.98px) {
          .product-review__list .body-review__title {
            font-size: 20px; } }
      .product-review__list .body-review__description {
        font-size: 25px;
        line-height: 1.28; }
        @media (max-width: 767.98px) {
          .product-review__list .body-review__description {
            font-size: 14px; } }
        .product-review__list .body-review__description p:last-child {
          margin-bottom: 0; }
        .product-review__list .body-review__description .image-wrapper {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 40px; }
          @media (max-width: 767.98px) {
            .product-review__list .body-review__description .image-wrapper {
              margin-bottom: 10px; } }
          .product-review__list .body-review__description .image-wrapper > img {
            display: block;
            width: 33.333%;
            padding: 0 3px 7px;
            height: 317px;
            object-fit: cover; }
            @media (max-width: 991.98px) {
              .product-review__list .body-review__description .image-wrapper > img {
                height: 160px; } }
            @media (max-width: 767.98px) {
              .product-review__list .body-review__description .image-wrapper > img {
                height: 80px; } }
    .product-review__list .footer-review {
      padding-left: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-top: 16px; }
      @media (max-width: 767.98px) {
        .product-review__list .footer-review {
          padding-left: 0px;
          margin-top: 5px; } }
      .product-review__list .footer-review__title {
        -ms-flex-positive: 1;
            flex-grow: 1;
        margin-right: 20px;
        color: #707070;
        font-size: 25px; }
        @media (max-width: 767.98px) {
          .product-review__list .footer-review__title {
            font-size: 12px; } }
      .product-review__list .footer-review__vote {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .product-review__list .footer-review__vote a {
          display: block;
          padding: 11px 24px;
          border: 1px solid #707070;
          font-size: 16px;
          color: #707070;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
          @media (max-width: 767.98px) {
            .product-review__list .footer-review__vote a {
              font-size: 12px;
              padding: 7px 12px; } }
          .product-review__list .footer-review__vote a svg {
            width: 20px;
            height: 20px;
            margin-right: 10px; }
            @media (max-width: 767.98px) {
              .product-review__list .footer-review__vote a svg {
                width: 18px;
                height: 18px; } }
          .product-review__list .footer-review__vote a:first-child {
            border-right: 0; }
          .product-review__list .footer-review__vote a.active svg, .product-review__list .footer-review__vote a:hover svg {
            fill: #e51937; }
  .product-review__tulis-ulasan {
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 14px; }

.product-faq {
  padding: 35px 0 120px; }
  @media (max-width: 1199.98px) {
    .product-faq {
      padding: 30px 0 120px; } }
  @media (max-width: 991.98px) {
    .product-faq {
      padding: 15px 0; } }
  .product-faq__title {
    font-size: 50px;
    line-height: 1.32;
    color: #000;
    margin-bottom: 20px;
    font-family: "Luxora Grotesk";
    font-weight: 900; }
    @media (max-width: 1199.98px) {
      .product-faq__title {
        font-size: 28px;
        margin-bottom: 10px; } }
    @media (max-width: 991.98px) {
      .product-faq__title {
        font-size: 24px; } }
    @media (max-width: 767.98px) {
      .product-faq__title {
        font-size: 22px;
        margin-bottom: 15px; } }
  .product-faq__list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .product-faq__list .toggle {
      display: block;
      font-size: 25px;
      line-height: 1.25;
      font-weight: 600;
      color: #2e2e2e;
      padding: 20px 10px;
      padding-left: 25px;
      border-bottom: 1px solid rgba(112, 112, 112, 0.5);
      position: relative; }
      @media (max-width: 1199.98px) {
        .product-faq__list .toggle {
          padding: 16px 10px;
          padding-left: 25px; } }
      @media (max-width: 991.98px) {
        .product-faq__list .toggle {
          font-size: 16px;
          padding: 14px 10px 10px 25px; } }
      @media (max-width: 767.98px) {
        .product-faq__list .toggle {
          font-size: 14px;
          border-color: rgba(112, 112, 112, 0.2); } }
      .product-faq__list .toggle:before, .product-faq__list .toggle:after {
        content: "";
        width: 13px;
        height: 3px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        background-color: #2e2e2e; }
      .product-faq__list .toggle:after {
        height: 13px;
        width: 3px;
        left: 5px;
        transition: height 0.2s ease-in-out; }
      .product-faq__list .toggle:hover {
        color: #e51937; }
        .product-faq__list .toggle:hover:before, .product-faq__list .toggle:hover:after {
          background-color: #e51937; }
      .product-faq__list .toggle.open {
        border-bottom: 0; }
        .product-faq__list .toggle.open:after {
          height: 0; }
    .product-faq__list .detail {
      font-size: 25px;
      line-height: 1.4;
      color: #707070;
      padding-bottom: 20px;
      padding-left: 25px;
      border-bottom: 1px solid rgba(112, 112, 112, 0.5);
      display: none; }
      .product-faq__list .detail p {
        margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .product-faq__list .detail {
          font-size: 16px;
          padding-bottom: 10px; } }
      @media (max-width: 767.98px) {
        .product-faq__list .detail {
          font-size: 14px;
          border-color: rgba(112, 112, 112, 0.2); } }

.find-size-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 109;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 767.98px) {
    .find-size-modal {
      padding: 15px; } }
  .find-size-modal__box {
    width: 100%;
    max-width: 440px;
    background-color: #fff;
    padding: 30px;
    position: relative;
    border-radius: 10px; }
    @media (max-width: 767.98px) {
      .find-size-modal__box {
        border-radius: 4px;
        padding: 20px; } }
  .find-size-modal__close {
    font-size: 25px;
    position: absolute;
    top: 30px;
    right: 30px;
    line-height: 1;
    color: #000; }
    @media (max-width: 767.98px) {
      .find-size-modal__close {
        font-size: 20px;
        top: 22px;
        right: 20px; } }
  .find-size-modal__title {
    font-family: "Luxora Grotesk";
    font-size: 22px;
    font-weight: 900;
    line-height: 1.325;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #707070; }
    @media (max-width: 767.98px) {
      .find-size-modal__title {
        font-size: 18px;
        margin-bottom: 15px; } }
  .find-size-modal__form .form-group {
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .find-size-modal__form .form-group {
        margin-bottom: 10px; } }
  .find-size-modal__form .form-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px; }
    .find-size-modal__form .form-title__toggle {
      margin-left: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .find-size-modal__form .form-title__toggle a {
        display: block;
        font-weight: 400;
        border-bottom: 2px solid #e0e0e0;
        color: #2e2e2e;
        min-width: 2.2222222222em;
        font-size: 0.8888888889em;
        text-align: center; }
        .find-size-modal__form .form-title__toggle a + a {
          margin-left: 4px; }
        .find-size-modal__form .form-title__toggle a:hover {
          color: #e51937; }
        .find-size-modal__form .form-title__toggle a.active {
          color: #e51937;
          border-color: #e51937; }
  .find-size-modal__form .form-control {
    display: block;
    width: 100%;
    outline: 0;
    height: 46px;
    padding: 0 15px;
    font-size: 14px; }
    @media (max-width: 767.98px) {
      .find-size-modal__form .form-control {
        height: 40px; } }
    .find-size-modal__form .form-control:disabled, .find-size-modal__form .form-control[readonly] {
      background-color: #ececec;
      border: 1px solid #707070;
      cursor: not-allowed; }
  .find-size-modal__form .unit-wrapper--feet > .row {
    margin: 0 -2px; }
    .find-size-modal__form .unit-wrapper--feet > .row > [class|="col"] {
      padding: 0 2px; }
  .find-size-modal__form .form-checkbox-wrapper {
    display: block;
    margin-right: 10px; }
    .find-size-modal__form .form-checkbox-wrapper:last-child {
      margin-right: 0; }
    .find-size-modal__form .form-checkbox-wrapper > input {
      display: none; }
      .find-size-modal__form .form-checkbox-wrapper > input:checked ~ .form-checkbox__toggle {
        background-color: #e51937; }
  .find-size-modal__form .form-checkbox__toggle {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer; }
  .find-size-modal__form input[type="number"] {
    appearance: textfield; }
    .find-size-modal__form input[type="number"]::-webkit-outer-spin-button, .find-size-modal__form input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
              appearance: none;
      margin: 0; }
  .find-size-modal__form .btn, .find-size-modal__form body.woocommerce .button, body.woocommerce .find-size-modal__form .button {
    margin: 40px 0 0;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .find-size-modal__form .btn, .find-size-modal__form body.woocommerce .button, body.woocommerce .find-size-modal__form .button {
        margin-top: 20px;
        font-size: 14px;
        padding: 8px 10px; } }
    .find-size-modal__form .btn:disabled, .find-size-modal__form body.woocommerce .button:disabled, body.woocommerce .find-size-modal__form .button:disabled {
      background-color: #e0e0e0;
      border: 2px solid #fff;
      opacity: 0.6;
      color: #3f3f3f;
      cursor: not-allowed; }
  .find-size-modal__result {
    display: none; }
    .find-size-modal__result__fit {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding-bottom: 14px;
      border-bottom: 1px solid #707070;
      margin-top: -16px;
      margin-bottom: 14px; }
      .find-size-modal__result__fit .fit-left {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -ms-flex-positive: 1;
            flex-grow: 1;
        max-width: 100%; }
      .find-size-modal__result__fit .fit-right {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: auto;
        max-width: none;
        border-left: 1px solid #c6c6c6;
        padding-left: 20px; }
      .find-size-modal__result__fit .fit__title {
        font-size: 14px;
        line-height: 17px;
        color: #707070;
        margin-bottom: 5px; }
      .find-size-modal__result__fit .fit__value {
        color: #1d1c1c;
        font-size: 16px;
        line-height: 19px;
        font-weight: 500; }
    .find-size-modal__result__text {
      font-size: 14px;
      color: #707070;
      font-style: italic;
      margin-bottom: 10px;
      line-height: 1.4; }
    .find-size-modal__result__image {
      background-color: #fff;
      text-align: center;
      padding: 20px;
      margin-bottom: 23px; }
    .find-size-modal__result .btn, .find-size-modal__result body.woocommerce .button, body.woocommerce .find-size-modal__result .button {
      font-size: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .find-size-modal__result .btn i, .find-size-modal__result body.woocommerce .button i, body.woocommerce .find-size-modal__result .button i {
        display: block;
        margin-left: 10px;
        font-size: 1.3em; }

.popup-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 991.98px) {
    .popup-modal {
      padding: 10px; } }
  .popup-modal__box {
    width: 100%;
    max-width: 700px;
    background-color: #fff;
    padding: 30px;
    position: relative;
    border-radius: 10px; }
    @media (max-width: 991.98px) {
      .popup-modal__box {
        border-radius: 4px;
        padding: 10px; } }
  .popup-modal__close {
    font-size: 25px;
    position: absolute;
    top: 30px;
    right: 30px;
    line-height: 1;
    color: #000; }
    @media (max-width: 991.98px) {
      .popup-modal__close {
        font-size: 20px;
        top: 13px;
        right: 20px; } }
  .popup-modal__title {
    font-family: "Luxora Grotesk";
    font-size: 22px;
    font-weight: 900;
    line-height: 1.325;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #707070; }
    @media (max-width: 991.98px) {
      .popup-modal__title {
        font-size: 20px;
        margin-bottom: 10px;
        padding-bottom: 10px; } }
  .popup-modal__form {
    margin: 0 -30px -30px;
    padding: 0 25px 30px 30px;
    overflow: auto;
    max-height: 60vh; }
    .popup-modal__form::-webkit-scrollbar {
      width: 6px; }
    .popup-modal__form::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .popup-modal__form::-webkit-scrollbar-thumb {
      background: #b3b3b3; }
      .popup-modal__form::-webkit-scrollbar-thumb:hover {
        background: #838383; }
    @media (max-width: 991.98px) {
      .popup-modal__form {
        margin: 0 -20px -20px;
        padding: 0 20px 20px 20px; } }
    .popup-modal__form .form-group {
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .popup-modal__form .form-group {
          margin-bottom: 10px; } }
    .popup-modal__form .form-title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 8px; }
      .popup-modal__form .form-title__toggle {
        margin-left: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .popup-modal__form .form-title__toggle a {
          display: block;
          font-weight: 400;
          border-bottom: 2px solid #e0e0e0;
          color: #2e2e2e;
          min-width: 2.2222222222em;
          font-size: 0.8888888889em;
          text-align: center; }
          .popup-modal__form .form-title__toggle a + a {
            margin-left: 4px; }
          .popup-modal__form .form-title__toggle a:hover {
            color: #e51937; }
          .popup-modal__form .form-title__toggle a.active {
            color: #e51937;
            border-color: #e51937; }
    .popup-modal__form .form-control {
      display: block;
      width: 100%;
      outline: 0;
      height: 46px;
      padding: 0 15px;
      font-size: 14px; }
      @media (max-width: 991.98px) {
        .popup-modal__form .form-control {
          height: 40px; } }
      .popup-modal__form .form-control:disabled, .popup-modal__form .form-control[readonly] {
        background-color: #ececec;
        border: 1px solid #707070;
        cursor: not-allowed; }
    .popup-modal__form textarea.form-control {
      height: auto; }
    .popup-modal__form .form-checkbox-wrapper {
      display: block;
      margin-right: 10px; }
      .popup-modal__form .form-checkbox-wrapper:last-child {
        margin-right: 0; }
      .popup-modal__form .form-checkbox-wrapper > input {
        display: none; }
        .popup-modal__form .form-checkbox-wrapper > input:checked ~ .form-checkbox__toggle {
          background-color: #e51937; }
    .popup-modal__form .form-checkbox__toggle {
      padding: 12px 20px;
      font-size: 16px;
      line-height: 1.2;
      cursor: pointer; }
    .popup-modal__form input[type="number"] {
      appearance: textfield; }
      .popup-modal__form input[type="number"]::-webkit-outer-spin-button, .popup-modal__form input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
                appearance: none;
        margin: 0; }
    .popup-modal__form .btn, .popup-modal__form body.woocommerce .button, body.woocommerce .popup-modal__form .button {
      margin: 40px 0 0;
      display: block;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 16px;
      cursor: pointer; }
      @media (max-width: 991.98px) {
        .popup-modal__form .btn, .popup-modal__form body.woocommerce .button, body.woocommerce .popup-modal__form .button {
          margin-top: 20px;
          font-size: 14px;
          padding: 8px 10px; } }
      .popup-modal__form .btn:disabled, .popup-modal__form body.woocommerce .button:disabled, body.woocommerce .popup-modal__form .button:disabled {
        background-color: #e0e0e0;
        border: 2px solid #fff;
        opacity: 0.6;
        color: #3f3f3f;
        cursor: not-allowed; }
    @media (max-width: 767.98px) {
      .popup-modal__form {
        max-height: 75vh;
        overflow: auto;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -20px;
        padding: 0 20px 20px; } }
  .popup-modal .rate-star-review {
    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
    /* make hover effect work properly in IE */
    /* hide radio inputs */
    /* hide 'none' input from screenreaders */
    /* set icon padding and size */
    /* set default star color */
    /* if any input is checked, make its following siblings grey */
    /* make all stars orange on rating group hover */
    /* make hovered input's following siblings grey on hover */ }
    .popup-modal .rate-star-review .rating-group {
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .popup-modal .rate-star-review .rating__icon {
      pointer-events: none; }
    .popup-modal .rate-star-review .rating__input {
      position: absolute !important;
      left: -9999px !important; }
    .popup-modal .rate-star-review .rating__input--none {
      display: none; }
    .popup-modal .rate-star-review .rating__label {
      cursor: pointer;
      padding: 0;
      font-size: 42px;
      line-height: 1; }
    .popup-modal .rate-star-review .rating__icon--star {
      color: #FFE923; }
    .popup-modal .rate-star-review .rating__input:checked ~ .rating__label .rating__icon--star {
      color: #ddd; }
    .popup-modal .rate-star-review .rating-group:hover .rating__label .rating__icon--star {
      color: #FFE923; }
    .popup-modal .rate-star-review .rating__input:hover ~ .rating__label .rating__icon--star {
      color: #ddd; }
  .popup-modal .products-selected {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 10px; }
    .popup-modal .products-selected li:not(:last-child) {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #dfdfdf; }
    .popup-modal .products-selected li .overview {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-align: center;
          align-items: center;
      gap: 45px; }
      @media (max-width: 1199.98px) {
        .popup-modal .products-selected li .overview {
          gap: 30px; } }
      .popup-modal .products-selected li .overview .product-img {
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
        .popup-modal .products-selected li .overview .product-img img.wp-post-image {
          width: 130px;
          height: 85px;
          object-fit: contain; }
          @media (max-width: 1199.98px) {
            .popup-modal .products-selected li .overview .product-img img.wp-post-image {
              width: 100px;
              height: 70px; } }
      .popup-modal .products-selected li .overview .product-text {
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
        .popup-modal .products-selected li .overview .product-text .title {
          font-weight: 700;
          color: #242424;
          font-size: 20px;
          line-height: 1.2;
          margin-bottom: 5px; }
          @media (max-width: 1199.98px) {
            .popup-modal .products-selected li .overview .product-text .title {
              font-size: 16px; } }
        .popup-modal .products-selected li .overview .product-text p {
          margin-bottom: 5px;
          font-size: 16px;
          font-weight: 600;
          color: #707070; }
          @media (max-width: 1199.98px) {
            .popup-modal .products-selected li .overview .product-text p {
              font-size: 14px; } }
          .popup-modal .products-selected li .overview .product-text p:last-of-type {
            margin-bottom: 0; }
          .popup-modal .products-selected li .overview .product-text p.price {
            color: #000; }
  .popup-modal .btn[disabled], .popup-modal body.woocommerce .button[disabled], body.woocommerce .popup-modal .button[disabled] {
    background-color: var(--color-black-4);
    color: #FFF; }
  .popup-modal.review-form-modal form.popup-modal__form {
    max-height: 70vh; }
    @media (max-width: 991.98px) {
      .popup-modal.review-form-modal form.popup-modal__form {
        margin: 0 -10px 0;
        padding: 0 10px 0; } }

.share-modal .popup-modal__box {
  width: 100%;
  max-width: 422px;
  background-color: #fff;
  padding: 20px;
  position: relative;
  border-radius: 5px; }
  .share-modal .popup-modal__box .share__list {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .share-modal .popup-modal__box .share__list li {
      list-style: none; }
      .share-modal .popup-modal__box .share__list li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        color: inherit; }
        .share-modal .popup-modal__box .share__list li a .share__list-media {
          width: 50px;
          height: 50px;
          margin-bottom: 5px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        .share-modal .popup-modal__box .share__list li a span {
          font-size: 14px;
          letter-spacing: 0.53px;
          font-weight: bold; }
        .share-modal .popup-modal__box .share__list li a#facebook .share__list-media {
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAAAXNSR0IArs4c6QAAIABJREFUeF7tnQm8f9W4/9+3USWSCinNSoMpXCkSUcTtT8iQushMZsKlMlbmeZ7JEN2MkaRShjKGpCSalERFAyr/16N9bqfzO9/zHdba43qv1+u8Dv32etbzvNdaz/6cvfda6z+wSEACEpCABCRQHIH/KC5iA5bA8AisAqwBxO+bA8tX/39F4KbASsBqi4QddaJcusi/XQH8A/gb8M/qmmuAy4Grqv8fvy0SkEBPCSgAetpxuj1oArcGbgWsC6wNrAPcpvrf8f9vUd3g4wYePyu3ROPvlRAIARE/fwEurn4uqH7/EfgDcBFwYUt+2qwEJLAIAQWAw0ICzRJYAbgdsCmwCbA+sB6wQfX7ti3e0OsmEYLhvOrnHODc6ucsIH5+D1xbtxPal4AEriegAHAkSKAeAvEX/FbAHYAtqpt93PQ3BOLRvGVZAvHK4XeVGPgNcDrwK+CXQDxJsEhAAhkJKAAywtRUkQTiHfudgDsD21Q3/Ljx37JIGvUFfQnwi0oQ/Bz4KXBq9Y1Cfa1qWQIDJqAAGHDnGlp2AvGB3d2BuwJ3qX42A5bL3pIGJyFwHXAG8JPq58fAD4HLJqnsNRIonYACoPQRYPyjCMSX9PHoftvqZ/vqhu/Nvvtj5rfAScCPqp+TqxUN3fdcDyXQIAEFQIOwbarTBG4C3AO4L3BvYLsRS+c6HYTOLUogljJ+DzgBOB4IQRAfJFokUDQBBUDR3V908LF07l7ATtVNP27+bS2nK7ojWgj+6koEHAd8G/iuTwha6AWbbJ2AAqD1LtCBBglsDOxc/ewC3KzBtm2quwSurETAMUD8xLcE/+quu3omgTwEFAB5OGqlmwRWB+JGvxuwKxAb7FgkMI5AbFx0FPBV4GhXGozD5b/3lYACoK89p9+jCGwEPAB4aPXbx/qOlRQCsf3xD4AvA1+s9iZIsWddCXSGgAKgM12hIwkE7gjsATwc2DrBjlUlMI5A7EHwheon9iWwSKC3BBQAve264h2PzXYeCexZLdcrHogAGidwdvVk4PBq2aHfDTTeBTaYQkABkELPuk0T2BJ4FPC4ai/9ptu3PQmMIhBnGxwJfLTalEhSEug8AQVA57uoeAfjoJx4vB9/7cdmPBYJdJ3AaUA8Ffg4EJsSWSTQSQIKgE52S/FOrVrd9J8A7OhWu8WPh74CiK2KY5+BjwBHAFf1NRD9HiYBBcAw+7WvUcW2u3sDewFr9jUI/ZbAIgQur1YRxFOBb7nPgGOkCwQUAF3ohbJ9iBv9PsBT/Jiv7IFQUPTxiuAD1fcClxYUt6F2jIACoGMdUpA78dd+3PTjr/145G+RQGkE4jyCLwHvr3YgLC1+422ZgAKg5Q4orPlVqi/4n14dqVtY+IYrgZEE4uTC9wCH+a2Ao6QpAgqApkiX3U5swfs04JnAWmWjMHoJLEngMuBjwBuBc2UlgToJKADqpKvteMz/HODRwIrikIAEJibwz2pfgbdWBxVNXNELJTApAQXApKS8blICy1X78L8E2G7SSl4nAQmMJHAScAjwFVcPOEpyElAA5KRZtq34C/8xQNz4Y8c+iwQkkJfAb4B3Au8F4gNCiwSSCCgAkvBZGVit+pr/ecD6EpGABGonENsOv7laSnhl7a3ZwGAJKAAG27W1BxY3/n2rv/hvU3trNiABCSwk8CfgXZUYiI2GLBKYioACYCpcXgzcFHgSsD8QX/dbJCCBdgnMCYG3ALGKwCKBiQgoACbC5EXVo/74ov/5wC0lIgEJdI7AxcCbgHcAvhroXPd0zyEFQPf6pGsexcd9cSjPgYCP+rvWO/ojgWUJzAmBWELox4KOkJEEFAAOjlEEYjlfHMP7emATMUlAAr0j8HvgdcCHgGt7570O105AAVA74l42sBtwMLB1L73XaQlIYD6BU4EXAUeLRQLzCSgAHA/zCcT6/TcADxaLBCQwOALHAM8Ffjm4yAxoJgIKgJmwDa7SusAB1df9yw8uOgOSgATmCMQWw3HoUMx3jyIufFwoAMoeAHE6X+zcF48HPZK37LFg9GURiA8FXwF80O8Dyup4XwGU29/zI38o8DZgI3FIQALFEvhVtbT368USKDhwnwCU1/mbVTf+B5UXuhFLQAIjCMRBQ/F9wFkSKoeAAqCcvo6te2Mtf2zm49G85fS7kUpgUgKxZ0CcMfAaNxKaFFm/r1MA9Lv/JvV+x+rgkPjr3yIBCUhgKQJnA08FvimmYRNQAAy7f29Rred/MmBfD7uvjU4CuQkcDjwDiLMGLAMk4E1hgJ1ahfTI6uzwdYYbopFJQAI1E7gIeDHw8Zrb0XwLBBQALUCvuclY0/9O4GE1t6N5CUigHAJfrZ4GnFNOyMOPVAEwnD6OvoxH/W8EVh9OWEYiAQl0hMAVwKur3UKv64hPupFAQAGQAK9DVePjvvcD9+2QT7oiAQkMk8B3qz82ThtmeOVEpQDod1/Htr3xfi6W963U71D0XgIS6BGBWDL4yuqJo08DetRx811VAPS044D1gU8AscTPIgEJSKANAt8G9gbOa6Nx20wjoABI49dW7UcA7wPWbMsB25WABCRQEbis+kDwMIn0i4ACoF/9FR/3xUd+T+mX23orAQkUQCCeSD4T+GsBsQ4iRAVAf7rxHsCngE3747KeSkAChRH4HbAXcFJhcfcyXAVA97stPvR7YbX8xj38u99feiiB0glcA7y2ylnXlg6jy/ErALrcO7BB9aHfvbvtpt5JQAISWIbA96unAZ4w2NHBoQDoaMcAe1Zr+2/WXRf1TAISkMCSBOIDwX2Bz8upewQUAN3rkxWq4zhjfb/9073+0SMJSGB6ArFR2bOAf05f1Rp1EfAGUxfZ2eyuDXwauP9s1a0lAQlIoLMETqiebF7YWQ8Lc0wB0J0O3xb4Ate/97dIQAISGCKB84HYxyS+D7C0TEAB0HIHVM3Huv53uJ1vNzpDLyQggVoJxDbCLwHeVmsrGh9LQAEwFlGtF9ykOrr3SbW2onEJSEAC3SMQGwc9Fbiqe66V4ZECoL1+jr3848vY2ODHIgEJSKBEAj8B9gDOLjH4tmNWALTTA3Fs72eBddpp3lYlIAEJdIbAJcBjgaM741EhjigAmu/oeN//LiCW+1kkIAEJSABix8DnVq9E5dEQAQVAQ6CrNf0HAPFjkYAEJCCBZQm8HXgecJ1w6iegAKifcbQQH/t9DHhUM83ZigQkIIHeEvjfagvhK3sbQU8cVwDU31FrAUcC29fflC1IQAISGASBHwC7AxcNIpqOBqEAqLdj4ujerwGb1duM1iUgAQkMjkCsDHgwcPrgIutIQAqA+joi/uKPv/zjCYBFAhKQgASmJ/AX4OHAcdNXtcY4AgqAcYRm+/d41x/v/OPdv0UCEpCABGYn8A8gNkv75OwmrLkYAQVA/nHxHOAtnuSXH6wWJSCBYgn8C3gVcGCxBGoIXAGQD+rywHuAJ+czqSUJSEACEphHIPZQeTYQgsCSSEABkAiwqr4SEPtau8wvD0+tSEACEhhF4DBgH+AaEaURUACk8Yvaq1bH+O6abkoLEpCABCQwAYEvAnsCcbKgZUYCCoAZwVXV1gC+4hr/NIjWloAEJDADgVhi/QhPE5yBXFVFATA7u7WBbwJ3mt2ENSUgAQlIIIHAt6oNg65IsFFsVQXAbF0fp/gdA2wzW3VrSUACEpBAJgKnAPEK9s+Z7BVjRgEwfVffCgjVudX0Va0hAQlIQAI1EPgJsAtwcQ22B2tSATBd165f3fzd2nc6bl4tAQlIoG4CsWXwzsD5dTc0FPsKgMl78nbAt4GNJ6/ilRKQgAQk0CCB3wA7Aec12GZvm1IATNZ1twWOBzaZ7HKvkoAEJCCBlgicCdwHuLCl9nvTrAJgfFfFB3/xl/+W4y/1CglIQAIS6ACBn1dPAi7pgC+ddUEBsHTXxFK/uPn7wV9nh7COSUACEliUQHwYeD/gUvksTkABMHpkxDG+x7rUz6kjAQlIoLcETgAeBFzZ2whqdFwBsDjcm1U3/21rZK9pCUhAAhKon0Ds2fJQ4Or6m+pXCwqAZftrFeAoYMd+daXeSkACEpDACAJxdkBsG+wBQvMAKQBuPFriSN/PAQ93GklAAhKQwKAIfB54NHDtoKJKCEYBcAO8YPEh4AkJPK0qAQlIQALdJfBR4InAv7rrYnOeKQBuYP1W4DnNobclCUhAAhJogcCbgBe20G7nmlQAXN8lzwXe0rne0SEJSEACEqiDwH7AO+ow3CebCgDYDYgPROL9v0UCEpCABIZPIL4D2KPK/cOPdkSEpQuAWOYXW/yuVuwIMHAJSEACZRKIvQFio6AflBk+lCwANgS+D8TxvhYJSEACEiiPwB+A7YDflxd6uQIgNvo50V3+ShzyxiwBCUjgRgROA7YvccvgEp8ArFht9HN/J4EEJCABCUgAOA7YBfhHSTRKEwAR70eAfUrqZGOVgAQkIIGxBOLeEHsEFFNKEwAHAgcU07sGKgEJSEAC0xB4BfCaaSr0+dqSBMDeQOwCVVLMfR6b+i4BCUigaQKxQ+BewGFNN9xGe6XcDO8MfBeIg34sEpCABCQggVEE4tTAHYAfDR1RCQJgTeCHwEZD70zjk4AEJCCBLARiWeDdgD9lsdZRI0MXAMsBX6u+7uxoF+iWBCQgAQl0kMAxwK5DPj1w6ALgYOAlHRxYuiQBCUhAAt0nEB8ExoeBgyxDFgC7A//rR3+DHLcGJQEJSKAJAvFR4COAI5porOk2hioAbg+cDNy8aaC2JwEJSEACgyLwV+A/gV8NKqqB/nW8enW4wx2G1lnGIwEJ/JtA/FV2afVzGXA5EL/j6+0rFuzmFtfFYV+xA2iUm8xbDRQngMa24HNlDeCm1X+LPBI/FgkEgV8A96zG12CIDO0JQMTzueqRzWA6yUAkUBiBuKH/pvo5EzgPuAC4EDgf+CPwz4aY3GKeIAixEKIg/tta1c/a1YFi8Xv+fxtabm0Id6eb+QzwmE57OKVzQxukLwYOmZKBl0tAAu0Q+DvwS+CnwM+qn9OBi9pxJ1ursfooxMA6wPrAbYD1gHWB21Y/8b89iTQb8sYMPR94S2Ot1dzQkATAjsC3gHisZ5GABLpHII5e/Q5wUvU7Hqs29Zd892jASsDtqj1KYp+Sjav/Pff7ll10unCfrgHuW43h3qMYigCIR3LxV0RMJosEJNANAvHxVKyl/nolzs/qhlu98SJeOcyJgfkCYbNKKKzQm0iG5ejvgNhdNr476XUZigCIdzN79rondF4CwyAQyfHw6sjtEwv/C7/OHo2nB5sCWwCbA6+rszFtL0PgU9WZAb1GMwQBEEf7xiE/FglIoB0C8ZFerJOOG3883o+v9C3NEpB5s7yjtcf1/dCgvguAeDwWj/5drtP84LfFsgnEkru46X8QOB64rmwcrUevAGi+C+IVQLwKiKdevSx9FgDx/usEYLtektdpCfSTwGnA+4FPAH/uZwiD9FoB0E63xmuu+Cjw2naaT2u1zwLgQOCAtPCtLQEJTEggHu3HEtuv+Ih/QmLNXqYAaJb3/NbirIA4M6B3pa8C4F7VY0e/gu3dkNPhHhGIx/qfBw4t4Wz0HvXLYq4qANrrwFgauEO1A217XszQch8FQGzV+WMglsJYJCCBegjE8r3YWOsn9ZjXamYCCoDMQKc099vqe4BY+tqb0kcB8HHg8b0hrKMS6BeBbwL/Ux2m1S/Py/ZWAdB+/38EeGL7bkzuQd8EwCOrvf4nj9ArJSCBSQjEXzDPA740ycVe0zkCCoBudMkefTo6uE8CYE0gvkB2/+xuDHS9GAaBq6p3/AdXp+kNI6ryolAAdKPP/wRsVR1Y1Q2PlvCiTwIgHq/8d+eJ6qAE+kMgzs54MnB2f1zW0xEEFADdGRq92SWwLwJgp2ov8b74252hqCcSWJbAlcCrgDe4gc9ghocCoFtd+XDgf7vl0rLe9OGGuirw8+pQjK7z1D8JdJ3AccAT+rx7WdcBt+SfAqAl8COavaB6FXBpt9y6sTd9EABvBF7QZYj6JoEeEIg1/a8FDurrrmU9YNymiwqANukv3vaHgSd1z60bPOq6ALg78D1g+S5D1DcJdJxAfJgUS2fjWF7LMAkoALrXr9EnOwPHds+16z3qsgBYETgFuFNX4emXBHpA4GTgYUA8krQMl4ACoJt9e3q1QdDfu+helwXAy6pHll3kpk8S6AOB2MY3jsuOj/4swyagAOhu/8aZNfHRbedKVwXA7YGfATfpHDEdkkD3CcTNIPbvDxHtMb3d768cHioAclCsx0b89R/HBsfTgE6VLgqA8Cm+VL5Pp0jpjAT6QSCOJY21/bFvhqUcAgqAbvd1fAdw/6652EUBsDfwsa6B0h8J9IDAP4C9gMN74Ksu5iWgAMjLsw5rjwY+W4fhWW12TQCsXj0mWXfWgKwngUIJxGPGPYEvFhp/6WErALo/As4D7gD8rSuudk0AuOa/KyNDP/pE4Gpgty4vN+oTzJ76qgDoR8e9vvo2pxPedkkAhDKKD/9i+Z9FAhKYjMA/gdh29CuTXe5VAyWgAOhHx8Zrum2AM7rgbpcEwFHArl2Aog8S6AmB+OAv3vl/pif+6mZ9BBQA9bHNbfloYJfcRmex1xUBsDtw5CwBWEcCBROIr/0/WHD8hn4DAQVAv0bDg4H4o7fV0gUBEI/8fwHE2n+LBCQwGYGDgZdOdqlXFUBAAdCvTv4VcEfgmjbd7oIA2A94W5sQbFsCPSMQx4w+wk1+etZr9bqrAKiXbx3Wnw68tw7Dk9psWwCsAZwJrDWpw14ngcIJ/AS4N3BF4RwM/8YEFAD9GxEXA5sBl7XletsC4A3AC9sK3nYl0DMCfwG2Bc7umd+6Wz8BBUD9jOtoodVlgW0KgA2rTX9WroOqNiUwMAKR4ONj2S8PLC7DyUNAAZCHY9NWrgI2B85tuuFor00BENv9xra/FglIYDyB2CTrReMv84pCCSgA+tvxHwL2bcP9tgTAVtWmP8u3EbRtSqBnBH5QvfePTX8sEliMgAKgv+MiVgJsDfy66RDaEgCx5j8eZ1okIIGlCcQe/3cFThOUBJYgoADo9/D4XHWWR6NRtCEA7g7EXzRttN0oXBuTQAYC8dg/Hv9bJLAUAQVAv8dH9N/dgB83GUYbN+FvAfdrMkjbkkBPCXwf2AGILX8tElAADHsMfB14UJMhNi0AdvLEsia717Z6TCAODbkzEDuGWSQwjoBPAMYR6se/h+A/qSlXmxYAxwE7NhWc7UigxwQOBV7SY/91vVkCCoBmedfVWqMHBTUpALYHTqyLmnYlMCACF1Zrgy8fUEyGUi8BBUC9fJu0Hjt9NnKvbFIAHAvEKwCLBCSwNIE44vdTQpLAFAQUAFPA6vil3wB2bcLHpgRAKJoTmgjINiTQcwLfA+JpmQm95x3ZsPuOl4aB19zcvYDIBbWWpgRAvNd4QK2RaFwCwyAQK2S+PYxQjKJBAgqABmE30NRRwIPrbqcJARDr/k+uOxDtS2AABGKJ7M4DiMMQmiegAGieed0txiqgn9XZSBMC4PPAHnUGoW0JDIRAI4/9BsLKMG5MQAEwvBHxUeAJdYZVtwCIs45jHbN7/tfZi9oeAoGvAg8ZQiDG0AoBBUAr2GttNPYC2Qi4oK5W6hYAH2jrlKO6gGlXAjURaGzpT03+a7ZdAgqAdvnX1frBwEvrMl6nALg1cDZwk7qc164EBkLgFOAeA4nFMNohoABoh3vdrV4KrA/8rY6G6hQArwf2r8NpbUpgYAQeCcS3MhYJzEpAATArue7Xey7wtjrcrEsArAqcA9yyDqe1KYEBEYinZPGtjAf+DKhTWwhFAdAC9Iaa/F2VI67J3V5dAuBpwHtyO6s9CQyQgMf9DrBTWwhJAdAC9AabfDTw2dzt1SUATgW2ye2s9iQwMALxlW+83/vjwOIynOYJKACaZ95kiz8EYk+drKUOAbALEOcaWyQggaUJxHv/eP9vkUAqAQVAKsHu14+TdLNuqV+HAIj1zLVvYdj9vtJDCYwl8CDF8lhGXjAZAQXAZJz6fNWXgN1zBpBbAGwCnAEsl9NJbUlggATOBTYErhtgbIbUPAEFQPPMm24xcsWm1fL6LG3nFgCHAvFRk0UCEliawBudKw6RjAQUABlhdthULK9/WS7/cgqAlaulf+vkck47Ehgwgdj4JzYAskggBwEFQA6K3bdxcfXh8N9zuJpTAOwFfCKHU9qQwMAJxNr/eF1m0h54RzcYnmOpQdgtN/UY4DM5fMgpAE4C4jQziwQksDSBQ9wl0yGSmYACIDPQDps7HrhvDv9yCYA71n1ucY5gtSGBjhC4J/CDjviiG8MgoAAYRj9OEkX09VbVSbuTXD/ymlwCIPYp3i/JEytLoAwCfwJu5df/ZXR2g1EqABqE3YGmsnxEnEMArAScB6zdASi6IIGuE/gUEN/LWCSQk4ACICfN7tu6qPoY8J8pruYQAI8ADk9xwroSKIjA44FPFhSvoTZDQAHQDOcutRKbAsXmQDOXHALAnf9mxm/FwgjERh63ce//wnq9mXAVAM1w7lIrRwIPS3EoVQCsC/weWCHFCetKoBACPwPuXEishtksAQVAs7y70Fo8/l8v5Q+KVAHwYiCWNFkkIIHxBN4FPGv8ZV7RQQI3ATYCYqOzFYFbVL9vCqwKxEZobZaD22zctlsj8HzgLbO2nioA4i+aWAJokYAExhN4LPDp8Zd5RYsEbgbEMs3tgM2r8xrixn/rFn2yaQmMIvAj4G6z4kkRAFsDP5+1YetJoEACG1TbZRcYemdDjr/sdwXiZMbYyGxLDzPrbF/p2OIEtgB+PQucFAHwOuClszRqHQkUSOAcIASApX0CsXT5AcCe1fGq8Ve/RQJ9JXAQcOAszs8qAKLeb6vHY7O0ax0JlEbgc9UNp7S4uxTv6sBTgecCt+2SY/oigQQCZwK3n6X+rAJge+DEWRq0jgQKJfByIJ6aWZonsCbwAuAZwBrNN2+LEqidwEyni84qAN4JPLP2kGxAAsMh8BAg9sywNEcg8lvsuhjbpnpMeXPcbal5ArESIFYETFVmEQDLAecCsQeARQISmIzA+tWW2ZNd7VWpBDYD3gvcL9WQ9SXQAwLxjdGG0x4xPosA2AH4Tg+A6KIEukLgEmCtrjhTgB+7AXHmws0LiNUQJTBHYOrXALMIgDfN8qjBPpJAwQSOA3YqOP6mQo+nkwcArwBmyW1N+Wk7EqiDQGzKt/80hqedJH79Pw1dr5XA9QQ+ADxFGLUSiO3I46/+R9XaisYl0F0CvwHi1dfEZVoBEDsOnTKxdS+UgASCwEuAQ0VRG4HlgY8Bj6utBQ1LoB8E4qyR2KF3ojKtAHgt8LKJLHuRBCQwR2AP4Ahx1EIgHvt/GNinFusalUC/CLyqeg02kdfTCoBTgW0msuxFEpDAHIE7ATF3LPkJxA5o8d7fIgEJwI+BbScFMY0AiG1MfzepYa+TgAT+TSCOaY0d6K6QR3YCDwSOcu/+7Fw12F8CkW9iyfH5k4QwjQCIjX9iAyCLBCQwOQGXAE7OaporI8nFXzsur5yGmteWQCC2u37/JIFOIwBCacepWRYJSGByAr/wtdnksKa48stA7K5okYAEbkzgS9UhV2O5TCoAVgP+BMTRmRYJSGByAkcDu0x+uVdOQOC/gC9OcJ2XSKBEAldVT8auHBf8pAJgd+DIccb8dwlIYBkCH/cL9ayjYhUgnqpsnNWqxiQwLAIPrr6PWTKqSQXAu6qTtIaFyGgkUD+Bg4GX1t9MMS3EUb5x8IlFAhIYTWCiw4EmFQC/nvW8YXtIAoUTiBO6vGHlGQQrArHb2e3ymNOKBAZL4JfA1uOim0QAuPxvHEX/XQKjCTwR+IiAshD4b1lm4aiRMgiMPYF0EgGwb7WXeRnIjFICeQk8AvhCXpPFWvsJEFudWiQggfEEQjDHFtkjyyQC4LMesDGetFdIYASBnYFvSSeZwB2A05KtaEAC5RCIw7H2ShEAsc/2RW62Uc6IMdLsBKY+ozu7B8Mw+Brg5cMIxSgk0AiBuHffptqNdNEGxz0BiH3/3cO8kb6ykYES2AKIj2gtaQTOculfGkBrF0lgS+BXoyIfJwDc/rfIMWPQGQmsN+m+3BnbHJqpzYHThxaU8UigAQJPA943qwD4HPDIBpy0CQkMlcA6wMVDDa6huJ4BxF4kFglIYDoChwGPm1UAXFC9Q5iuSa+WgATmCNwCuFQcSQQ+D+yRZMHKEiiTQJwKGE8hFy1LvQLwsVuZA8ao8xKIo4D/ltdkcdYuBG5VXNQGLIE8BDYF4huaZcpSAuDJkx4pmMdHrUhgkARi7/qrBxlZM0HFK5T4mtkiAQnMRmDkZmRLCYDYvSw2ErBIQAKzE1geuG726sXXvD9wTPEUBCCB2Ql8AHjKtE8AYi/hWEJgkYAEZicwbqXN7JbLqLkf8LYyQjVKCdRC4OfAHacRAGsAlwCxEZBFAhKYnYACYHZ2UTNu/iECLBKQwGwE4glkfIx8+cLqo5LTA4FvzNaWtSQggXkEFABpw8GlyGn8rC2BILDoluSjktMrgYPkJgEJJBNQAKQhPBHYPs2EtSVQPIH/AV476ROArwC7FY9MABJIJ6AASGN4JhDLmCwSkMDsBL4M/NekAsB1t7ODtqYE5hNQAKSNB3NRGj9rSyAI/AFYdxIBcFvgPJlJQAJZCCgA0jDGLoo3TzNhbQlIoNrVNwT1/5XFktNDgHhcYJGABNIJKADSGMYmSiunmbC2BCQAPAj4+jgBEB8LvFpcEpBAFgIKgDSMsYRJhmkMrS2BIPAy4PXjBMARwMPkJQEJZCHgzSsN47/SqltbAhKoCBwOPGqcADgb2FBkEpBAFgIKgDSMCoA0ftaWwByB3wCbLSUA4mObv/jIzREjgWwEFABpKBUAafysLYE5AvE6Le7x/3c66cLktB3wXXlJQAIRw/xUAAAgAElEQVTZCCgA0lAqANL4WVsC8wncHfjh3H9YmJyeBHxQXhKQQDYCCoA0lAqANH7WlsB8AvsAHx8lAN4EPF9eEpBANgIKgDSUCoA0ftaWwHwChwD7jxIARwG7yksCEshGQAGQhlIBkMbP2hKYT+BGWwIvTE7nAOvLSwISyEZAAZCGUgGQxs/aEphP4LfAJos9AVgduMwVAI4WCWQloABIw6kASONnbQnMJxArAeJef2X8x/nJ6S7Aj2UlAQlkJaAASMOpAEjjZ20JLCSwDfCLhQLgkcDnZCUBCWQloABIw6kASONnbQksJBA7/R65UAC8FHidrCQggawEFABpOBUAafysLYGFBF4EvHGhAIj1/7EPgEUCEshHQAGQxlIBkMbP2hJYSOC9wNMXCoDjgB1lJQEJZCWgAEjDqQBI42dtCSwkcAzwgIUC4FxgPVlJQAJZCSgA0nAqANL4WVsCCwn8DthovgBYCbgKWE5WEpBAVgIKgDScCoA0ftaWwEIC1wI3Aa6ZS04bA2fJSQISyE5AAZCGVAGQxs/aEliMwO2Ac+eSU7z7j28ALBKQQF4CCoA0ngqANH7WlsBiBHYATppLTnsBn5CTBCSQnYACIA2pAiCNn7UlsBiBxwCfmUtO7gHgIJFAPQQUAGlcFQBp/KwtgcUIvAQ4dC45vXtuXaCsJCCBrAQUAGk4FQBp/KwtgcUIvBN49lxy+iLwX3KSgASyE1AApCFVAKTxs7YEFiMQWwE/bC45/QC4h5wkIIHsBBQAaUgVAGn8rC2BxQh8D7jXXHKKjQE2kJMEJJCdgAIgDakCII2ftSWwGIHfApvMJac4G3gVOUlAAtkJKADSkCoA0vhZWwKLEfgbsHokp5sBl8lIAhKohYACIA2rAiCNn7UlMIrATSM5bQacISMJSKAWAgqANKwKgDR+1pbAKAIbR3LaHjhRRhKQQC0EFABpWBUAafysLYFRBLaL5BTL/2IZoEUCEshPQAGQxlQBkMbP2hIYRWC3SE77AB+VkQQkUAsBBUAaVgVAGj9rS2AUgb0iOT0HeKuMJCCBWggoANKwKgDS+FlbAqMIPCuS0wHAgTKSgARqIaAASMOqAEjjZ20JjCLwP5Gc3gw8T0YSkEAtBBQAaVgVAGn8rC2BUQTeGMnpw8ATZCQBCdRCQAGQhlUBkMbP2hIYReCDkZw+D+whIwlIoBYCCoA0rAqANH7WlsAoAodHcvoa8CAZSUACtRBQAKRhVQCk8bO2BEYR+Gokp+OAHWUkAQnUQkABkIZVAZDGz9oSGEXg2EhOJwN3l5EEJFALAQVAGlYFQBo/a0tgFIHvR3L6ObC1jCQggVoIKADSsCoA0vhZWwKjCPwsktNZwMYykoAEaiGgAEjDqgBI42dtCYwicGYkpwuA28hIAhKohYACIA2rAiCNn7UlMIrA+ZGcLgHWlJEEJFALAQVAGlYFQBo/a0tgFIGLIzldCtxcRhKQQC0EFABpWBUAafysLYFRBP4cyemvwE1lJAEJ1EJAAZCGVQGQxs/aEhhF4PJITlcCq8hIAhKohYACIA2rAiCNn7UlMIrAFZGc/g6sJCMJSKAWAgqANKwKgDR+1pbAKAJ/j+R0LbCcjCQggVoIKADSsCoA0vhZWwKjCFwTyek6wCTlIKmDwCF1GO2Zzf175m/X3D24aw51xJ8VgBd0xBfd6CeBf8WN/x/Aiv30X687TkBh2fEO0r3eEtgMOKO33ut4Fwj8IxL034DVuuCNPgyOgAJgcF1qQB0h8FDgSx3xRTf6SeBvkaD/AqzRT//1uuMEFAAd7yDd6y2BFwJv6K33Ot4FAv/eB+AiYJ0ueKMPgyOgABhclxpQRwh8ANi3I77oRj8JXBgJ+lxgvX76r9cdJ6AA6HgH6V5vCZwA3Lu33ut4Fwic42mAXeiG4fqgABhu3xpZuwR8ctsu/yG0/ptI0L8CthhCNMbQOQIKgM51iQ4NgEB8sxXfblkkkELgtEjQpwLbpFixrgRGEFAAODQkkJ/APYHv5TerxcII/DQS9A+BbQsL3HCbIaAAaIazrZRFYB/go2WFbLQ1EDg5EvR3ge1qMK5JCSgAHAMSyE/gdcBL85vVYmEETowEfRywY2GBG24zBBQAzXC2lbIIHAE8rKyQjbYGAsdGgv46sEsNxjUpAQWAY0AC+Qn8Atgqv1ktFkbgqEjQnwH2LCxww22GgAKgGc62Ug6B5YErgJXLCdlIayJwWCTodwNPr6kBzZZNQAFQdv8bfX4CmwJn5jerxQIJvDMS9GuBlxUYvCHXT0ABUD9jWyiLwG7AV8oK2WhrIvDqSNAeKlETXc2iAHAQSCAvgecDb8prUmuFEnh+JOgnAh8qFIBh10tAAVAvX62XR+B9wFPKC9uIayDw35GgYzlJLCuxSCA3AQVAbqLaK53A8cB9Sodg/FkI7B4JOvYAiL0ALBLITUABkJuo9koncCFwq9IhGH8WAveOBB3nAMR5ABYJ5CagAMhNVHslE7g5cGnJAIw9K4GtIkGvB5yb1azGJHA9AQWAI0EC+Qj8J/D9fOa0VDiBdSNBr1ptLFE4C8OvgYACoAaomiyWwN7Ax4qN3sBzE1hlLkFf7c5SudlqzycAjgEJZCXgni1ZcRZt7EpgtTkBEK8A4lWARQI5CfgEICdNbZVO4PPAHqVDMP4sBM4BNphL0B4JnIWpRhYQUAA4JCSQj8DPga3zmdNSwQROBP69CiDKZ4FHFQzD0OshoACoh6tWyyOwXPWt1k3KC92IayDwaeCxcwn6DdWWwDW0o8mCCSgACu58Q89KYGPgrKwWNVYygUOA/ecS9H7A20qmYey1EFAA1IJVowUSeDDw1QLjNuR6CDwLeNdcgnY74Hogl25VAVD6CDD+XASeB7w5lzHtFE9gd+BLcwn6bsApxSMRQG4CCoDcRLVXKoH3Ak8tNXjjzk7gLsBP5xL0OsBF2ZvQYOkEFACljwDjz0Xg28B9cxnTTvEE1gIumUvQ8Ts2BvAL0+LHRVYACoCsODVWMIELgNsUHL+h5yPw702Awtz8BH0msGm+NrQkAc8CcAxIIAOBmwGXZbCjCQkEgV8DWywUAMcCO8lHAhkJ+AQgI0xNFUvg7sDJxUZv4LkJfBN44EIB8FFgn9wtaa9oAgqAorvf4DMR2Av4RCZbmpHAh4EnLRQA/wO8WjYSyEhAAZARpqaKJRB5OfKzRQI5CLwUOHihAIhDJuKwCYsEchFQAOQiqZ2SCRwOPKJkAMaelcD/A764UABsCfwyazMaK52AAqD0EWD8OQicCmyTw5A2JABsDpyxUACsWB02Eb8tEshBQAGQg6I2SiYQhwD9DVilZAjGno3AP6olgNcsFADx/381tzwgW3MaKpmAAqDk3jf2HAQ2An6bw5A2JAD8Yv7TpIUJ+gggzgWwSCAHAQVADoraKJnArsBRJQMw9qwE4nuSR81ZXJigXwO8PGtzGiuZgAKg5N439hwEngO8NYchbUgAeBVwwCgB8Djgk2KSQCYCCoBMIDVTLIF3A08vNnoDz03gMcBnRgmAuwI/yt2i9ooloAAotusNPBMBd2jNBFIz/yZwZ+BnowTAqsBfgfjy1CKBVAIKgFSC1i+dwPnAuqVDMP4sBK4DbgpcNUoAxH8/G9gwS3MaKZ2AAqD0EWD8KQRWrw4Bch6lULTuHIGzFh74t9jA+jLwEJlJIAMBE1cGiJoolsC2wA+Ljd7AcxP4ErD7fKOLJehXAgflbll7RRJQABTZ7QadiYAfZWcCqZl/E4jzJF47TgA8CPiawCSQgYACIANETRRLIJZsvaLY6A08N4FdgKPHCYC1gItzt6y9IgkoAIrsdoPOROCz8zdtyWRTM2US+BewNnDJOAEQ/+6HgGUOktxRKwByE9VeSQRiudYdSwrYWGsj8Btgs4XWRyXozwGPrM0VDZdCQAFQSk8bZ24CsRQ7lmTH0myLBFIJHAbENyU3KqMS9IuAQ1NbtH7xBBQAxQ8BAcxIYAPgdzPWtZoEFhJ43mJbSo9K0DsCx8lQAokEFACJAK1eLIH4YOvrxUZv4LkJ7ACcNOkTgNgt6FJg+dxeaK8oAgqAorrbYDMS2A94W0Z7miqXwLXAzYErJhUAcd0vgS3LZWbkGQgoADJA1ESRBN4FPKPIyA06N4H4mDTOAFimLJWgPwrsk9sT7RVFQAFQVHcbbEYCxwD3z2hPU+US+CDw5GkFQKjPUKEWCcxKQAEwKznrlU7gXGC90iEYfxYCTwXeP60A2Ar4RZbmNVIqAQVAqT1v3CkEVquWADp/Uihad47A5sAZ0wqAGHwXALeWowRmJGACmxGc1YomcFfgR0UTMPhcBOIefttRxsYl6M8Ae+byRDvFERg3vooDYsASmIDAY4DYuMUigVQCnwQeP6sAiHcH7031wPrFElAAFNv1Bp5A4EDggIT6VpXAHIEnAR+eVQDE3sGLvjuQrwQmIKAAmACSl0hgAQGfvDokchHYaKkdJSdJ0L8HbpfLG+0URWCS8VUUEIOVwAQEfjJq3fYEdb1EAnME4t694VI4JknQH1/qHYKsJbAEgUnGlwAlIIEbCMScuRyI3VgtEkghEI/+4xXAyDJJgn7CUu8QUryz7uAJTDK+Bg/BACUwBYF42hp/uVkkkEogPv6LjwCTBIADMrUbyq2vACi37418NgIPAI6eraq1JHAjArGR1PmpAiDqnwVsLFwJTElAATAlMC8vnsCzgHcUT0EAqQR+DWwxzsikCfoDwL7jjPnvElhAYNLxJTgJSOB6AnHzDxFgkUAKgVi+//RxBiZN0A8DjhhnzH+XgALAMSCBJALfBHZOsmBlCcBDga+MAzGpAFgVuBiI3xYJTEpg0vE1qT2vk8DQCZwDrD/0II2vVgJXAmsD8XvJMk2CDjWx2ziD/rsE5hGYZnwJTgKlE/AQoNJHQJ74jwTiqf3YMk2CdlvgsTi9YAGBacaX8CRQOoG7AD8uHYLxJxNYcvvf+danSdDrAucB09RJjkQDvSawf6+9z+P8IXnMFGvlJQVFviWwd0HxGmp+AtcBca++aBLT097MTwbuPolhr5GABP5NYNo5JrYbE/iXQCQggYkJfBfYftKrp01OrwBeNalxr5OABBQAiWNAAZAI0OpFEXgpcPCkEU8rAO4E/HRS414nAQkoABLHgAIgEaDViyKwFXDapBFPKwDC7m+BOGLQIgEJjCcwyxwbb7WcKxQA5fS1kaYRiB17N53GxCzJ6e3As6dpxGslUDCBWeZYwbiWCV0B4GiQwGQE3gy8YLJLr79qluQUu1TFblUWCUhgPIFZ5th4q+VcoQAop6+NNI3ATsBx05iYJTktXy0HvPU0DXmtBAolMMscKxTVomErABwNEhhP4AIgTu69dvylN1wxa3J6G7DfNA15rQQKJTDrHCsU1zJhKwAcCRIYT+BNwAvHX3bjK2ZNTv8JfH/axrxeAgUSmHWOFYjKJwB2ugRmJHA34EfT1k1JTnHe8O2nbdDrJVAYgZQ5VhgqBYAdLoEZCJw56704JTkdBLxyBmetIoGSCKTMsZI4jYrVVwCOAgksTeCAWTfoS0lOmwFn2DMSkMCSBFLmmGhBAeAokMDSBDaf9V6cmpx+CGxr70hAAiMJpM6x0tEqAEofAca/FIEfAPecFVFqcno+EF8fWiQggcUJpM6x0rkqAEofAca/FIHnArEqb6aSmpxuA5wLxN4AFglIYFkCqXOsdKYKgNJHgPGPIhBr/tcDLpwVUY7kdAxw/1kdsJ4EBk4gxxwbOKIlw1MAlNz7xr4UgaOBXVIQ5UhOewMfS3HCuhIYMIEcc2zAeMaGpgAYi8gLCiXweOCTKbHnSE6rVFsDr5niiHUlMFACOebYQNFMFJYCYCJMXlQYgUuqx/9Xp8SdKzm9FXhOiiPWlcBACeSaYwPFMzYsBcBYRF5QIIGZtv5dyClXctoCOG3G0wUL7DtDLohArjlWELIbhaoAKLXnjXsUgZgTcc9N3ocnZ3KKYwh3tM8kIIEbEcg5x0pEqwAosdeNeSkC3wJ2zoEoZ3J6DHBYDqe0IYEBEcg5xwaEZeJQFAATo/LCQgg8Cjg8R6w5k9NK1Z4A6+RwTBsSGAiBnHNsIEimCkMBMBUuLx44gYuA2wH/yBFn7uR0KPCiHI5pQwIDIZB7jg0Ey8RhKAAmRuWFBRB4HfDyXHHmTk6bVB8mLJfLQe1IoOcEcs+xnuOY2n0FwNTIrDBQAtcBmwJn54qvjuQUuxM9IJeD2pFAzwnUMcd6jmQq9xUAU+Hy4gETOAp4cM746khODwe+kNNJbUmgxwTqmGM9xjG16wqAqZFZYaAEdge+lDO2OpJTHAx0evWoIqev2pJAHwnUMcf6yGFWnxUAs5Kz3pAInFmt/Y/XANlKXcnpmcA7s3mpIQn0l0Bdc6y/RKbzXAEwHS+vHiaBpwHvyx1aXclpVeD3wFq5HdaeBHpGoK451jMMM7urAJgZnRUHQuCPwIbAVbnjqTM5HQS8MrfD2pNAzwjUOcd6hmImdxUAM2Gz0oAIxH301XXEU2dyWrt6ChCnBVokUCqBOudYCUwVACX0sjGOInAlsAHwpzoQ1Z2c3gPEuwuLBEolUPccGzpXBcDQe9j4liIQ39I9uy5EdSenjauNgWJlgEUCJRKoe44NnakCYOg9bHyjCFwLbA6cVReiJpJT7AkQewNYJFAigSbm2JC5KgCG3LvGthSBzwF71omoieR0d+DkOoPQtgQ6TKCJOdbh8JNdUwAkI9RATwncE/hBnb43lZy+A+xQZyDalkBHCTQ1xzoafrJbCoBkhBroIYHjgfvW7XdTyWkX4Ot1B6N9CXSQQFNzrIOhZ3FJAZAFo0Z6RmBn4Ft1+9xkcgpFc5+6A9K+BDpGoMk51rHQs7ijAMiCUSM9InAicO8m/G0yOUVAJzQRlG1IoEMEmpxjHQo7mysKgGwoNdQTAvHoP/5grr00nZyOBXaqPSobkEB3CDQ9x7oTeR5PFAB5OGqlHwS+CTywKVebTk73Ak5qKjjbkUAHCDQ9xzoQclYXFABZcWqs4wS2A77flI9tJKdvNKlwmgJpOxIYQaCNOTakzlAADKk3jWUpAl8FHtIkojaS092qfQHaaLtJtrYlgSDgOE8bBwqANH7W7geBGOf/CZzSpLttJacvN610moRqWxKYR6CtOTaUTlAADKUnjWMpAkcAezSNqK3kdBfgR/511HR3214LBNqaYy2EWkuTCoBasGq0QwSuA+4K/Kxpn9pMTp4R0HRv214bBNqcY23Em7tNBUBuotrrGoHPAo9uw6k2k9OmwC+BldoI3DYl0BCBNudYQyHW2owCoFa8Gm+ZwD+ArYEz2/Cj7eT0VuA5bQRumxJoiEDbc6yhMGtrRgFQG1oNd4DAG4AXt+VH28npFsAZwFptAbBdCdRMoO05VnN4tZtXANSO2AZaInAxsBlwWUvtd2KJ0rOBt7cFwHYlUDMBBUAaYAVAGj9rd5fA04H3tuleF5LTCsBPga3aBGHbEqiJQBfmWE2hNWJWAdAIZhtpmMCvgDsC1zTc7o2a60pyejAQuyBZJDA0Al2ZY33lqgDoa8/p91IEdgViV9xWS5eS01FAQLFIYEgEujTH+shVAdDHXtPnpQg0vuXvKGe6lJzuUG2EsKJjRwIDItClOdZHrAqAPvaaPo8iEI/871wtgW+dUteS07uAZ7RORQckkI9A1+ZYvsiasaQAaIazrTRD4B3Afs00Nb6VriWnWA4YywJjeaBFAkMg0LU51jemCoC+9Zj+jiLwZ+D2wCVdQdTF5PQU4H1dAaQfEkgk0MU5lhhSo9UVAI3itrEaCewLfKhG+1Ob7mJyCp9OAHaYOhorSKB7BLo4x7pHabRHCoA+9Za+jiLwHWBHoFPjuavJafPqg8CVHU8S6DmBrs6xvmDtVMLsCzT97BSB2O8/TsA9rVNedfw43tcAL+8aMP2RwJQEFABTAltwuQIgjZ+12ydwEHBg+24s60GXk1P89R/nI8fTAIsE+kqgy3OsD0wVAH3oJX0cRSA+ar8TcHUXEXU9Od0XOLbjTyq62K/61B0CXZ9j3SG1uCcKgK73kP6NIhBjd+fqHtZJSn1ITh8HHt9JejolgfEE+jDHxkfR3hUKgPbY23IagY8AT0wzUW/tPiSnWwJxcMLa9aLQugRqIdCHOVZL4JmMKgAygdRMowRirX/sbhtH/na29CU5PQH4cGcp6pgERhPoyxzrah8qALraM/q1FIF4av3JriPqS3IKP+OwoF26DlT/JLCAQF/mWFc7TgHQ1Z7Rr1EEvgbs1gc8fUpO6wI/B9bsA1h9lEBFoE9zrIudpgDoYq/o0ygCfwLuCPyhD4j6lpweDnyhD2D1UQIKgCxjQAGQBaNGGiKwJ/C5htpKbqZvAiAC/jTw6OTINSCBZgj0cY41Q2ayVhQAk3HyqvYJxDv/Xq1Y62NyWgM4FVi//f7WAwmMJdDHOTY2qAYvUAA0CNumZiZwPrAN8JeZLbRQsa/J6QHAN9wgqIURY5PTEujrHJs2zrquVwDURVa7uQjEGH0w8PVcBpuy0+fk9G7g6U2Bsh0JzEigz3NsxpCzVlMAZMWpsRoIvB14Tg12azfZ5+S0KvAT4Pa1U7IBCcxOoM9zbPao89VUAORjqaX8BE4HtgWuzG+6fot9T053A74LrFg/KluQwEwE+j7HZgo6YyUFQEaYmspK4BpgB+AHWa02aGwIySmOWTygQWY2JYFpCAxhjk0Tb+5rFQC5iWovF4FXAq/OZawNO0NITstVH1/Eh4EWCXSNwBDmWJtMFQBt0rftUQTilNoHAtf2GdFQktM61fcAsVugRQJdIjCUOdYWUwVAW+RtdxSBC4G7APG712VIyWlH4BhghV73iM4PjcCQ5lgbfaMAaIO6bY4iEO/97wd8ZwiIhpacXg68ZggdYwyDITC0OdZ0xygAmiZue0sR2B84ZCiIhpac4nuArwK7DqWDjKP3BIY2x5ruEAVA08RtbxSBOOXvIcBgxuQQk1OcFvhjYAPHsQQ6QGCIc6xJrINJtk1Cs63sBM4F7grEaX+DKUNNTvcEjgdWGkxPGUhfCQx1jjXVHwqApkjbzigC/wR2Ak4aGqIhJ6cXAYcOrcOMp3cEhjzHmugMBUATlG1jKQLPB94yRERDTk4RW5zL/Ighdpwx9YbAkOdYE52gAGiCsm2MIvBZ4DFDeu8/P9ChJ6dVgBOA2DLYIoE2CAx9jtXNVAFQN2HtjyIQZ83EVr+93Od/km4tITnF5kCnAG4SNMmI8JrcBEqYY7mZzbenAKiTrrZHEYhNfu4BxMd/gy2lJKftgG8DKw+2Jw2sqwRKmWN18VcA1EVWu6MIXF199Pf9oSMqKTntDXxs6B1qfJ0jUNIcqwO+AqAOqtpcisC+wIdKQFRacnoj8IISOtYYO0OgtDmWG7wCIDdR7S1FIFaOvaQURKUlp9gp8IvVbk6l9LFxtkugtDmWm7YCIDdR7Y0i8A1gt76f8DdN95aYnFYHvgtsPQ0or5XAjARKnGMzolq0mgIgJ01tjSJwOhAbyF1WEqJSk9OmQHzgccuSOttYWyFQ6hzLBVsBkIukdkYRiO194+Z/VmmISk5OscTjWGC10jrdeBslUPIcywFaAZCDojZGEbgK2Ll6KlwcpdKTU7zvORJYobieN+CmCJQ+x1I5KwBSCVp/FIFrq51i4x5QZDE5wV7AxwFZFDkFag/acZWGWAGQxs/aixOIcRXL/T5cMiCT0/W9/zLgtSUPBGOvjYBzLA2tAiCNn7UXJ7A/cEjpcExON4yAOO3puaUPCOPPTsA5loZUAZDGz9rLEng38EzB+Nh7/hiIPQI+AzzSgSGBjAQUAGkwFQBp/Kx9YwKR4x8HXCcYBcDCMbAS8BXgAQ4OCWQioABIA6kASONn7RsIxHkwDwL+LpTrCZiclh0JNweOB+7kIJFABgLOsTSICoA0fta+nsCPqwN+LhfIDQRMTouPhnWqPQK2crBIIJGAcywNoAIgjZ+1IXb52wmII34t8wiYnEYPhxAB8choS0eMBBIIOMcS4AEKgDR+pdc+A7gv8IfSQSwWv8lp6VFxK+A4YAsHjwRmJOAcmxFcVU0BkMav5NpnVjf/C0qGsFTsJqfxI2O9SgRsMv5Sr5DAMgScY2mDQgGQxq/U2r+pbv7nlwpgkrhNTpNQgvWrDwM3muxyr5LA/xFwjqUNBgVAGr8Sa58D7Aj8rsTgp4nZ5DQ5rdtVImDDyat4pQRcaZM4BhQAiQALq35udfM/u7C4ZwpXATAdtg0qERC/LRKYhIBzbBJKo69RAKTxK6n2edVj/+KO9Z21k01O05O7fbU6YN3pq1qjQALOsbROVwCk8Suldrzrj6/9492/ZUICJqcJQS24LL4FOBrYdLbq1iqIgHMsrbMVAGn8Sqgd7/pj91Zv/lP2tslpSmDzLr91JQK2md2ENQsg4BxL62QFQBq/odc+DXgg4Nf+M/S0yWkGaPOq3AL4GnDPNDPWHjAB51ha5yoA0vgNufYPq739/zTkIOuMzeSUTnc14H89QCgd5EAtOMfSOlYBkMZvqLVjg7b/Av461ACbiMvklIfyysBhwMPzmNPKgAg4x9I6UwGQxm+Itb8MPAq4eojBNRmTySkf7eWBDwBPyGdSSwMg4BxL60QFQBq/odX+ZJVjrxlaYG3EY3LKSz14vhl4bl6zWusxAedYWucpANL4Dan2u4D9gOuGFFSbsZic6qF/IPBKcBe4evD2yqpzLK27FABp/IZQO8ZA5NPXDCGYLsVgcqqvN/YEPgrcpL4mtNwDAs6xtE5SAKTx63vtvwP7AvHo35KZgMkpM9AF5u4FHAmsXW8zWu8wAedYWucoANL49bn2n6sPq4/vcxBd9t3kVH/vxDHCXwU2r78pW+ggAedYWqcoANL49bV27Or3EODXfbkDIcsAAAnsSURBVA2gD36bnJrppTWBI6pTqppp0Va6QsA5ltYTCoA0fn2sfRLwMODiPjrfJ59NTs311krAB4HHN9ekLXWAgHMsrRMUAGn8+lb7s8B/u8a/mW4zOTXDea6V4P1i4PWuEGgWfIutOcfS4CsA0vj1pXb086uAgwD7vKFeMzk1BHpBM3tVmwa5QqAd/k226hxLo+3NII1fH2pfBTwJ+HQfnB2Sjyan9nrzLsAXgDha2DJcAs6xtL5VAKTx63rtc4E9gFO67ugQ/TM5tdurtwQ+BezSrhu2XiMB51gaXAVAGr8u1z4KiKehsdzP0gIBk1ML0Bc0OfddwOuA5dp3Rw8yE3COpQFVAKTx62Lt6NNDgZe5rW+73WNyapf//NZ3q3a7WqM7LulJBgLOsTSICoA0fl2rfXn1lX8coW5pmYDJqeUOWND8ptV+Adt0yy29SSDgHEuA5xfhafA6VvvUame/szrmV7HumJy61/WrAO+uVHL3vNOjaQk4x6YlduPrfQKQxq8rtQ8DngJc0RWH9MPT6ro8Bp4DHAKs3GUn9W0sAQXAWERLXqAASOPXdu2rgRcCcZSvpWMETE4d65AF7mxVrY31lUC3+2kp75xjaX2nAEjj12btXwGPBX7aphO2PZqAyan7oyM2C4onAc9298Dud9YiHjrH0rpNAZDGr63anwCeBlzZlgO2O56AyWk8o65csXt1lsBaXXFIPyYi4BybCNPIixQAafyarv2nale/LzXdsO1NT8DkND2zNmvcCvgI8KA2nbDtqQg4x6bCtczFCoA0fk3W/hawN3BBk43a1uwETE6zs2urZvTZftVGGnHCoKXbBJxjaf2jAEjj10TtfwKxkVkc5nNdEw3aRh4CJqc8HNuwsnX1gWD8tnSXgHMsrW8UAGn86q59evWh30/qbkj7+QmYnPIzbdJi7BlwQLXMZvkmG7atiQk4xyZGteiFCoA0fnXVjr/0Pwg837X9dSGu367JqX7GTbRwT+BDwJZNNGYbUxFwjk2Fa5mLFQBp/Oqo/UvgicDJdRjXZnMETE7Nsa67pRUrNR7v4fw2oG7ak9t3jk3OarErFQBp/HLWjnf9b66eOv49p2FttUPA5NQO9zpbjU2D4mnA3etsRNsTE3COTYxq0QsVAGn8ctX+WfVX/49zGdRO+wRMTu33QR0erAA8s/oyd9U6GtDmxAScYxOjUgCkoaqldmzleyDwRuDaWlrQaGsETE6toW+k4U2ADwA7NdKajSxGwDmWNi58ApDGL6X2ScC+QHzpbxkgAZPTADt1QUjLVTtzxTpddxFsvr+dY2nMFQBp/Gap/UfgZcCHPY55Fnz9qWNy6k9fpXq6BnAQ8AwgXhFYmiHgHEvjrABI4zdN7Vja96nqY+LY0tcycAImp4F38CLh3Ql4B3Dv8kJvJWLnWBp2BUAav0lrn1AdOHbqpBW8rv8ETE7978NZI3go8E7gdrMasN5EBJxjE2EaeZECII3fuNqxb/9LgTi9T9bjaA3s301OA+vQKcNZDXgRsD+w8pR1vXwyAs6xyTiNusqbUhq/UbVjTf97gFcAl9fThFa7TsDk1PUeasa/zYG3Abs001xRrTjH0rpbAZDGb7HaRwHPBc7Ib1qLfSJgcupTb9Xv6/bAIUD8tuQh4BxL46gASOM3v/Yp1eP+OLbXIgFMTg6CxQjsXG35GbsKWtIIOMfS+CkA0vhF7V9Xj/o/73v+dJhDsmByGlJv5o0llgrGgR9x2uC6eU0XZc05ltbdCoDZ+Z0PxNkgsZ7/mtnNWHOoBExOQ+3ZfHHFVsLPBl4C3CKf2WIsOcfSuloBMD2/v1Sv8t4OXDV9dWuUQsDkVEpPp8cZN/8QAfsBq6SbK8aCcyytqxUAk/O7strjI77jCRFgkcCSBExODpBpCcTrgBcATwFuOm3lAq93jqV1ugJgPL+/Ae8F3gRcOP5yr5DA9QRMTo6EWQncsno1EK8H1pzVSAH1nGNpnawAGM0v1u/HWv5DgT+nYbZ2iQRMTiX2et6Y4ynAk4AX+7HgomCdY2njTQGwLL+LgXcDbwUuTcNr7ZIJmJxK7v28scdOgntWy402zWu619acY2ndpwC4gd851fLc9/txX9qgsravABwD9RBYEXh89cHg7etpoldWFQBp3aUAuH4d/8HVSX2xha9FAlkImJyyYNTIIgSWA+5XfSz4cGD5Qik5x9I6vlQBEHHHjn3x1/4RwLVpGK0tgWUJmJwcFU0QiFcC+1ZioLS9BJxjaSOsNAHwV+DT1dkcp6Whs7YEliZgcnKENElgdeAx1V4CWzXZcIttOcfS4JciAM4EPgS8zw/70gaMtScnYHKanJVX5iWwQyUEhv56wDmWNm6GLACuA44FYse+r7hPf9pAsfb0BExO0zOzRl4Cm1TLCOPDwfXymu6ENedYWjcMUQCcC3wC+CBwdhoea0tgdgImp9nZWTMvgfho8F7VCoLHAavlNd+aNedYGvqhCICrgS9XN/6jPJwnbVBYOw8Bk1MejlrJS+BmwP+rxMD9e75jpXMsbWz0XQD8qLrpfxK4JA2FtSWQl4DJKS9PreUnEHsJPBbYG9gov/naLTrH0hD3UQDEMbxxw49jeM9IC9/aEqiPgMmpPrZazktgbl+BR1ZPB9bJa742a86xNLR9EQAXAUcChwPfBuIDP4sEOk3A5NTp7tG5EQTmvhcIMRCrCLr88aBzLG0Yd1kAnAd8rfqC3/f6af1s7RYImJxagG6T2QnEngIhBmKPga5tP+wcS+vurgmA3wNfrP7SP8mle2mda+12CZic2uVv6/kJ3LV6KhAfEXZhsyHnWFofd0EA/KJ6vP8F4Kdp4VhbAt0hYHLqTl/oSX4CtwLuAzwU2A1YM38TYy06x8YiWvKCNgRAfK0fG/QcA3wdiFP4LBIYHAGT0+C61IBGEIjvBu4C7Fz9hDBYqQFazrE0yE0IgDhoJ/6yjxt+/BznOv20TrN2PwiYnPrRT3qZn8DNq9MKH1gJgjiwqI7iHEujWpcAiL3342Z/dPXX/uVpblpbAv0jYHLqX5/pcT0E4nXBPYBtge2rn1UyNOUcS4OYQwBcA/wMiI/2YmOe+Avfx/pp/WLtARAwOQ2gEw2hFgIrAHcC4tCiEAXxymCDGVpyjs0AbV6VWQRArMk/pbrZnwjET2zFa5GABOYRMDk5HCQwOYE4uGi7ShiEOLgjEE8OlirOscn5LnblOAEQN/tTq7/w4z3+94DfpjVpbQmUQcDkVEY/G2V9BG5RLTeMpwRbVv87liLOvT5wjqWxnxMA/wTivf0vgdOqv+5/CPwhzby1JVAuAZNTuX1v5PURWBHYAtgGOKy+ZoqwHOdA/Bw4HQgRYJGABDIRUABkAqkZCUhAAhKQQJ8I/H/2+M8a2DVC3gAAAABJRU5ErkJggg=="); }
        .share-modal .popup-modal__box .share__list li a#twitter .share__list-media {
          background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjEwMCUiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0yNTYsMGMxNDEuMjksMCAyNTYsMTE0LjcxIDI1NiwyNTZjMCwxNDEuMjkgLTExNC43MSwyNTYgLTI1NiwyNTZjLTE0MS4yOSwwIC0yNTYsLTExNC43MSAtMjU2LC0yNTZjMCwtMTQxLjI5IDExNC43MSwtMjU2IDI1NiwtMjU2Wm0tNDUuMDkxLDM5Mi4xNThjMTEzLjI4MywwIDE3NS4yMjQsLTkzLjg3IDE3NS4yMjQsLTE3NS4yMjNjMCwtMi42ODIgMCwtNS4zNjQgLTAuMTI4LC03LjkxOWMxMi4wMDUsLTguNjg0IDIyLjQ3OCwtMTkuNTQgMzAuNzc5LC0zMS45MjhjLTEwLjk4Myw0Ljg1MyAtMjIuODYxLDguMTc0IC0zNS4zNzcsOS43MDZjMTIuNzcyLC03LjY2MyAyMi40NzgsLTE5LjY2OCAyNy4wNzYsLTM0LjA5OWMtMTEuODc4LDcuMDI0IC0yNS4wMzIsMTIuMTMyIC0zOS4wODEsMTQuOTQyYy0xMS4yMzksLTEyLjAwNSAtMjcuMjAzLC0xOS40MTIgLTQ0Ljk1NSwtMTkuNDEyYy0zMy45NzIsMCAtNjEuNTU4LDI3LjU4NiAtNjEuNTU4LDYxLjU1OGMwLDQuODUzIDAuNTExLDkuNTc4IDEuNjYsMTQuMDQ4Yy01MS4yMTMsLTIuNTU0IC05Ni41NTIsLTI3LjA3NSAtMTI2Ljk0NywtNjQuMzY4Yy01LjIzNyw5LjA2OCAtOC4zMDIsMTkuNjY4IC04LjMwMiwzMC45MDdjMCwyMS4zMjggMTAuODU2LDQwLjIzIDI3LjQ1OSw1MS4yMTNjLTEwLjA5LC0wLjI1NSAtMTkuNTQxLC0zLjA2NSAtMjcuODQyLC03LjY2MmwwLDAuNzY2YzAsMjkuODg1IDIxLjIsNTQuNjYxIDQ5LjQyNSw2MC40MDljLTUuMTA4LDEuNDA0IC0xMC42LDIuMTcxIC0xNi4yMTksMi4xNzFjLTMuOTYsMCAtNy43OTEsLTAuMzgzIC0xMS42MjIsLTEuMTVjNy43OSwyNC41MjEgMzAuNTIzLDQyLjI3NCA1Ny40NzEsNDIuNzg0Yy0yMS4wNzMsMTYuNDc2IC00Ny42MzcsMjYuMzEgLTc2LjUwMSwyNi4zMWMtNC45ODEsMCAtOS44MzQsLTAuMjU2IC0xNC42ODcsLTAuODk0YzI2Ljk0OCwxNy42MjQgNTkuMzg3LDI3Ljg0MSA5NC4xMjUsMjcuODQxWiIvPjwvc3ZnPg=="); }
        .share-modal .popup-modal__box .share__list li a#wa .share__list-media {
          background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI2MHB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA2MCA2MCIgd2lkdGg9IjYwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZWZzLz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJibGFjayIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiPjxnIGlkPSJ3aGF0c2FwcCI+PHBhdGggZD0iTTMwLDYwIEM0Ni41Njg1NDMzLDYwIDYwLDQ2LjU2ODU0MzMgNjAsMzAgQzYwLDEzLjQzMTQ1NjcgNDYuNTY4NTQzMywwIDMwLDAgQzEzLjQzMTQ1NjcsMCAwLDEzLjQzMTQ1NjcgMCwzMCBDMCw0Ni41Njg1NDMzIDEzLjQzMTQ1NjcsNjAgMzAsNjAgWiIgZmlsbD0iIzAwMDAwMCIvPjxwYXRoIGQ9Ik0zMC4wNzEyNjE1LDQ2LjIyMTA0NjIgQzI3LjIxMDgzMDgsNDYuMjIxMDQ2MiAyNC41MjM1NjkyLDQ1LjQ4OTk2OTIgMjIuMTg1Niw0NC4yMDY4OTIzIEwxMy4xNTM4NDYyLDQ3LjA3NjkyMzEgTDE2LjA5ODA5MjMsMzguMzkxODc2OSBDMTQuNjEzMDQ2MiwzNS45NTIzNjkyIDEzLjc1NzUzODUsMzMuMDkxNTY5MiAxMy43NTc1Mzg1LDMwLjAzMzYgQzEzLjc1NzUzODUsMjEuMDkzNDE1NCAyMS4wNjEyOTIzLDEzLjg0NjE1MzggMzAuMDcxNjMwOCwxMy44NDYxNTM4IEMzOS4wODA4NjE1LDEzLjg0NjE1MzggNDYuMzg0NjE1NCwyMS4wOTM0MTU0IDQ2LjM4NDYxNTQsMzAuMDMzNiBDNDYuMzg0NjE1NCwzOC45NzM3ODQ2IDM5LjA4MTIzMDgsNDYuMjIxMDQ2MiAzMC4wNzEyNjE1LDQ2LjIyMTA0NjIgWiBNMzAuMDcxMjYxNSwxNi40MjQxMjMxIEMyMi41MDc5Mzg1LDE2LjQyNDEyMzEgMTYuMzU1ODE1NCwyMi41MjkzNTM4IDE2LjM1NTgxNTQsMzAuMDMzNiBDMTYuMzU1ODE1NCwzMy4wMTE0NDYyIDE3LjMyNjUyMzEsMzUuNzY5MjMwOCAxOC45NjgxMjMxLDM4LjAxMzA0NjIgTDE3LjI1NDg5MjMsNDMuMDY3MDc2OSBMMjIuNTI1MjkyMyw0MS4zOTE4NzY5IEMyNC42OTEyLDQyLjgxMzc4NDYgMjcuMjg1NDE1NCw0My42NDMwNzY5IDMwLjA3MTI2MTUsNDMuNjQzMDc2OSBDMzcuNjMzNDc2OSw0My42NDMwNzY5IDQzLjc4NjcwNzcsMzcuNTM4MjE1NCA0My43ODY3MDc3LDMwLjAzMzk2OTIgQzQzLjc4NjcwNzcsMjIuNTI5NzIzMSAzNy42MzM0NzY5LDE2LjQyNDEyMzEgMzAuMDcxMjYxNSwxNi40MjQxMjMxIEwzMC4wNzEyNjE1LDE2LjQyNDEyMzEgWiBNMzguMzA4OCwzMy43NjE3MjMxIEMzOC4yMDgzNjkyLDMzLjU5NjY3NjkgMzcuOTQxNzg0NiwzMy40OTY5ODQ2IDM3LjU0MjY0NjIsMzMuMjk4NzA3NyBDMzcuMTQyNCwzMy4xMDA0MzA4IDM1LjE3NTg3NjksMzIuMTQwMDYxNSAzNC44MDk5NjkyLDMyLjAwODI0NjIgQzM0LjQ0Mjk1MzgsMzEuODc2MDYxNSAzNC4xNzYsMzEuODA5MjMwOCAzMy45MDk3ODQ2LDMyLjIwNjUyMzEgQzMzLjY0MzU2OTIsMzIuNjAzODE1NCAzMi44NzcwNDYyLDMzLjQ5Njk4NDYgMzIuNjQzMzIzMSwzMy43NjE3MjMxIEMzMi40MDk5NjkyLDM0LjAyNjgzMDggMzIuMTc2OTg0NiwzNC4wNjAwNjE1IDMxLjc3NzEwNzcsMzMuODYxNDE1NCBDMzEuMzc3NiwzMy42NjMxMzg1IDMwLjA4ODk4NDYsMzMuMjQ0MDYxNSAyOC41NjExMDc3LDMxLjg5MjMwNzcgQzI3LjM3MjU1MzgsMzAuODQwNzM4NSAyNi41Njk4NDYyLDI5LjU0MjUyMzEgMjYuMzM2ODYxNSwyOS4xNDQ4NjE1IEMyNi4xMDM1MDc3LDI4Ljc0NzkzODUgMjYuMzEyMTIzMSwyOC41MzM0MTU0IDI2LjUxMjI0NjIsMjguMzM1ODc2OSBDMjYuNjkyMDYxNSwyOC4xNTc5MDc3IDI2LjkxMjEyMzEsMjcuODcyNDkyMyAyNy4xMTIyNDYyLDI3LjY0MDk4NDYgQzI3LjMxMjM2OTIsMjcuNDA5MTA3NyAyNy4zNzg4MzA4LDI3LjI0NDA2MTUgMjcuNTExNzUzOCwyNi45Nzg5NTM4IEMyNy42NDU0MTU0LDI2LjcxNDIxNTQgMjcuNTc4NTg0NiwyNi40ODI3MDc3IDI3LjQ3ODUyMzEsMjYuMjgzNjkyMyBDMjcuMzc4NDYxNSwyNi4wODU0MTU0IDI2LjU3ODMzODUsMjQuMTMyOTIzMSAyNi4yNDUyOTIzLDIzLjMzODMzODUgQzI1LjkxMjI0NjIsMjIuNTQ0NDkyMyAyNS41Nzk1NjkyLDIyLjY3NjY3NjkgMjUuMzQ1ODQ2MiwyMi42NzY2NzY5IEMyNS4xMTI0OTIzLDIyLjY3NjY3NjkgMjQuODQ1OTA3NywyMi42NDM0NDYyIDI0LjU3OTMyMzEsMjIuNjQzNDQ2MiBDMjQuMzEyNzM4NSwyMi42NDM0NDYyIDIzLjg3OTI2MTUsMjIuNzQyNzY5MiAyMy41MTI2MTU0LDIzLjEzOTY5MjMgQzIzLjE0NjMzODUsMjMuNTM2OTg0NiAyMi4xMTM2LDI0LjQ5Njk4NDYgMjIuMTEzNiwyNi40NDkxMDc3IEMyMi4xMTM2LDI4LjQwMTYgMjMuNTQ1ODQ2MiwzMC4yODggMjMuNzQ2MzM4NSwzMC41NTIzNjkyIEMyMy45NDYwOTIzLDMwLjgxNjczODUgMjYuNTExODc2OSwzNC45NTM2IDMwLjU3NjczODUsMzYuNTQyNCBDMzQuNjQzMDc2OSwzOC4xMzA4MzA4IDM0LjY0MzA3NjksMzcuNjAwOTg0NiAzNS4zNzYzNjkyLDM3LjUzNDg5MjMgQzM2LjEwODU1MzgsMzcuNDY4OCAzNy43NDEyOTIzLDM2LjU3NTI2MTUgMzguMDc1NDQ2MiwzNS42NDg4NjE1IEMzOC40MDgxMjMxLDM0LjcyMTcyMzEgMzguNDA4MTIzMSwzMy45MjcxMzg1IDM4LjMwODgsMzMuNzYxNzIzMSBMMzguMzA4OCwzMy43NjE3MjMxIFoiIGZpbGw9IiNGRkZGRkYiLz48L2c+PC9nPjwvc3ZnPg=="); }
  .share-modal .popup-modal__box .copy-form-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 9px; }
  .share-modal .popup-modal__box .copy-form-text {
    padding: 10px 47px 10px 12px;
    box-shadow: inset 0 0 0 1px #707070;
    border-radius: 5px;
    position: relative; }
    .share-modal .popup-modal__box .copy-form-text span {
      width: 100%;
      display: block;
      overflow: hidden;
      color: #707070;
      letter-spacing: 0.53px; }
    .share-modal .popup-modal__box .copy-form-text .copyLink {
      position: absolute;
      top: 0;
      right: 12px;
      width: 25px;
      height: 100%;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTMyIDJoLTI0Yy0yLjIxIDAtNCAxLjc5LTQgNHYyOGg0di0yOGgyNHYtNHptNiA4aC0yMmMtMi4yMSAwLTQgMS43OS00IDR2MjhjMCAyLjIxIDEuNzkgNCA0IDRoMjJjMi4yMSAwIDQtMS43OSA0LTR2LTI4YzAtMi4yMS0xLjc5LTQtNC00em0wIDMyaC0yMnYtMjhoMjJ2Mjh6Ii8+PC9zdmc+");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      .share-modal .popup-modal__box .copy-form-text .copyLink:hover {
        cursor: pointer; }
  @media (max-width: 991.98px) {
    .share-modal .popup-modal__box {
      border-radius: 4px;
      padding: 10px; } }

@media (min-width: 992px) {
  .share-modal .popup-modal__close {
    top: 23px; } }

.findinstore-modal form.find-product .input-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 10px; }
  .findinstore-modal form.find-product .input-group > input,
  .findinstore-modal form.find-product .input-group > button {
    height: 40px;
    border: 1px solid #707070;
    outline: 0; }
    .findinstore-modal form.find-product .input-group > input:not(:last-child),
    .findinstore-modal form.find-product .input-group > button:not(:last-child) {
      margin-right: -1px; }
  .findinstore-modal form.find-product .input-group > button {
    padding: 0;
    width: 75px;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .findinstore-modal form.find-product .input-group > button {
        width: 50px; } }
    .findinstore-modal form.find-product .input-group > button.btn-submit {
      transform: scaleX(-1); }
    .findinstore-modal form.find-product .input-group > button svg {
      width: 23px;
      height: 23px; }
  .findinstore-modal form.find-product .input-group .current-location {
    background-color: #FFF;
    width: 70px; }
    @media (max-width: 1199.98px) {
      .findinstore-modal form.find-product .input-group .current-location {
        width: 60px; } }
    .findinstore-modal form.find-product .input-group .current-location svg {
      width: 18px;
      height: 18px; }
    .findinstore-modal form.find-product .input-group .current-location:hover svg {
      fill: var(--color-primary); }

.findinstore-modal .stores-wrap {
  height: 50vh;
  overflow: auto;
  padding: 5px; }
  .findinstore-modal .stores-wrap::-webkit-scrollbar {
    width: 6px; }
  .findinstore-modal .stores-wrap::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .findinstore-modal .stores-wrap::-webkit-scrollbar-thumb {
    background: #b3b3b3; }
    .findinstore-modal .stores-wrap::-webkit-scrollbar-thumb:hover {
      background: #838383; }
  .findinstore-modal .stores-wrap ul.stores-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }
    .findinstore-modal .stores-wrap ul.stores-list > li p {
      margin-bottom: 0; }
    .findinstore-modal .stores-wrap ul.stores-list > li:not(:last-child) {
      margin-bottom: 5px; }
    .findinstore-modal .stores-wrap ul.stores-list .store-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 10px 25px;
      font-weight: 600;
      box-shadow: 0px 3px 6px #00000029;
      background-color: #FFF; }
      @media (max-width: 991.98px) {
        .findinstore-modal .stores-wrap ul.stores-list .store-item {
          padding-left: 5px;
          padding-right: 5px;
          overflow: hidden; } }
      .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr {
        letter-spacing: 0.03px;
        color: #707070;
        font-size: 16px;
        line-height: 1.2; }
        @media (max-width: 991.98px) {
          .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr {
            font-size: 12px; } }
        .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr .title {
          font-size: 16px;
          letter-spacing: 0.03px;
          color: #1D1C1C;
          line-height: 1.2;
          margin-bottom: 2px; }
          @media (max-width: 991.98px) {
            .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr .title {
              font-size: 14px; } }
        .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr ul.store-info {
          list-style-type: none;
          padding-left: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          font-size: 16px; }
          @media (max-width: 991.98px) {
            .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr ul.store-info {
              font-size: 14px;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              margin-top: 4px; } }
          .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr ul.store-info li {
            color: #000;
            letter-spacing: 0.03px;
            position: relative; }
            .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr ul.store-info li:not(:last-child) {
              padding-right: 10px;
              margin-right: 10px; }
              @media (max-width: 991.98px) {
                .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr ul.store-info li:not(:last-child) {
                  padding-left: 5px;
                  padding-right: 5px; } }
              .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr ul.store-info li:not(:last-child):after {
                content: '';
                width: 4px;
                height: 4px;
                background-color: #000;
                border-radius: 50%;
                position: absolute;
                top: 50%;
                right: -2px;
                transform: translateY(-50%); }
            @media (max-width: 991.98px) {
              .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr ul.store-info li:first-child {
                padding-left: 0; } }
            .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr ul.store-info li.clock {
              letter-spacing: 0.03px;
              color: #000000;
              font-size: 14px;
              font-weight: 500; }
              .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr ul.store-info li.clock .open,
              .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr ul.store-info li.clock .closed {
                color: #007D08;
                font-weight: 600;
                font-size: 16px; }
                @media (max-width: 991.98px) {
                  .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr ul.store-info li.clock .open,
                  .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr ul.store-info li.clock .closed {
                    font-size: 14px; } }
              .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr ul.store-info li.clock .closed {
                color: var(--color-primary); }
        .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr .available {
          margin-top: 25px;
          letter-spacing: 0.03px;
          color: #000000;
          position: relative;
          padding-left: 24px; }
          @media (max-width: 991.98px) {
            .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr .available {
              margin-top: 12px; } }
          .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr .available::before {
            content: '';
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23EB9F05'%3E%3Cpath d='m627-287 45-45-159-160v-201h-60v225l174 181ZM480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-82 31.5-155t86-127.5Q252-817 325-848.5T480-880q82 0 155 31.5t127.5 86Q817-708 848.5-635T880-480q0 82-31.5 155t-86 127.5Q708-143 635-111.5T480-80Z'/%3E%3C/svg%3E");
            background-position: center;
            background-size: contain;
            display: inline-block;
            vertical-align: text-bottom;
            width: 18px;
            height: 18px;
            position: absolute;
            left: 0;
            top: 0; }
          .findinstore-modal .stores-wrap ul.stores-list .store-item .store-addr .available.check::before {
            background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23007D08'%3E%3Cpath d='m421-298 283-283-46-45-237 237-120-120-45 45 165 166Zm59 218q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Z'/%3E%3C/svg%3E"); }
      .findinstore-modal .stores-wrap ul.stores-list .store-item .store-action {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        height: 100%;
        border-left: 1px solid #d4d4d4;
        gap: 15px;
        padding-left: 30px;
        padding-top: 15px;
        padding-bottom: 15px; }
        @media (max-width: 1199.98px) {
          .findinstore-modal .stores-wrap ul.stores-list .store-item .store-action {
            padding-left: 20px; } }
        .findinstore-modal .stores-wrap ul.stores-list .store-item .store-action a svg {
          width: 20px;
          height: 20px;
          fill: #1D1C1C; }
        .findinstore-modal .stores-wrap ul.stores-list .store-item .store-action a:hover svg {
          fill: var(--color-primary); }
  .findinstore-modal .stores-wrap .store-open {
    margin-top: 20px;
    margin-bottom: 0; }
    .findinstore-modal .stores-wrap .store-open ul {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 0;
      column-count: 2;
      column-gap: 60px;
      column-rule: 1px solid #707070;
      font-size: 14px;
      letter-spacing: 0.03px;
      color: #535353; }
      .findinstore-modal .stores-wrap .store-open ul li {
        margin-bottom: 3px; }
        .findinstore-modal .stores-wrap .store-open ul li .day {
          font-weight: 700;
          display: inline-block;
          width: 120px; }
        .findinstore-modal .stores-wrap .store-open ul li .hour {
          font-weight: normal;
          display: inline-block; }
        .findinstore-modal .stores-wrap .store-open ul li.today, .findinstore-modal .stores-wrap .store-open ul li.today span {
          font-weight: 700; }

.findinstore-modal .products-box {
  box-shadow: 0px 4px 1px #0000000D;
  border-radius: 5px;
  padding: 18px 15px;
  margin-bottom: 8px;
  margin-top: -20px; }
  @media (max-width: 991.98px) {
    .findinstore-modal .products-box {
      margin-top: 0;
      padding-bottom: 7px;
      padding-top: 10px; } }
  .findinstore-modal .products-box .expand-findinstore {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
    margin-right: -15px; }
    @media (max-width: 991.98px) {
      .findinstore-modal .products-box .expand-findinstore {
        font-size: 14px; } }
    .findinstore-modal .products-box .expand-findinstore .icon {
      margin-left: auto;
      position: relative;
      width: 43px;
      height: 43px; }
      @media (max-width: 991.98px) {
        .findinstore-modal .products-box .expand-findinstore .icon {
          width: 30px;
          height: 30px; } }
      .findinstore-modal .products-box .expand-findinstore .icon svg {
        transform: rotate(-90deg);
        transition: transform .3s ease;
        position: absolute;
        width: 100%;
        height: 100%; }
  .findinstore-modal .products-box.opened .expand-findinstore .icon svg {
    transform: rotate(0deg); }
  .findinstore-modal .products-box .selected-wrap {
    max-height: 150px;
    padding: 5px;
    overflow: auto;
    margin-right: -15px;
    padding-right: 15px; }
    .findinstore-modal .products-box .selected-wrap::-webkit-scrollbar {
      width: 6px; }
    .findinstore-modal .products-box .selected-wrap::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .findinstore-modal .products-box .selected-wrap::-webkit-scrollbar-thumb {
      background: #b3b3b3; }
      .findinstore-modal .products-box .selected-wrap::-webkit-scrollbar-thumb:hover {
        background: #838383; }
    @media (max-width: 991.98px) {
      .findinstore-modal .products-box .selected-wrap {
        max-height: 75px; } }
  .findinstore-modal .products-box .products-selected li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .findinstore-modal .products-box .products-selected .overview {
    gap: 10px; }
    .findinstore-modal .products-box .products-selected .overview .product-img img {
      height: 60px;
      width: 90px;
      object-fit: contain; }
    .findinstore-modal .products-box .products-selected .overview .product-text .title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 5px; }
    .findinstore-modal .products-box .products-selected .overview .product-text p {
      font-size: 14px; }
  .findinstore-modal .products-box ~ .stores-wrap {
    height: 40vh; }
    .findinstore-modal .products-box ~ .stores-wrap ul.stores-list .store-item .store-addr {
      width: 100%; }
      .findinstore-modal .products-box ~ .stores-wrap ul.stores-list .store-item .store-addr .row [class*=col]:last-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
      @media (max-width: 991.98px) {
        .findinstore-modal .products-box ~ .stores-wrap ul.stores-list .store-item .store-addr .row {
          margin-left: -5px;
          margin-right: -5px; }
          .findinstore-modal .products-box ~ .stores-wrap ul.stores-list .store-item .store-addr .row [class*=col] {
            padding-left: 5px;
            padding-right: 5px; } }
      .findinstore-modal .products-box ~ .stores-wrap ul.stores-list .store-item .store-addr .button-action {
        font-size: 14px;
        margin-top: auto;
        position: relative; }
        @media (max-width: 991.98px) {
          .findinstore-modal .products-box ~ .stores-wrap ul.stores-list .store-item .store-addr .button-action {
            font-size: 12px; } }
        .findinstore-modal .products-box ~ .stores-wrap ul.stores-list .store-item .store-addr .button-action.store {
          font-size: 12px;
          padding-top: 8px;
          padding-bottom: 8px; }
          @media (max-width: 991.98px) {
            .findinstore-modal .products-box ~ .stores-wrap ul.stores-list .store-item .store-addr .button-action.store {
              font-size: 11px;
              padding-left: 6px;
              padding-right: 6px; } }
        .findinstore-modal .products-box ~ .stores-wrap ul.stores-list .store-item .store-addr .button-action.detail {
          padding: 5px 0;
          text-align: right; }
          .findinstore-modal .products-box ~ .stores-wrap ul.stores-list .store-item .store-addr .button-action.detail .icon {
            width: 1em;
            height: 1em;
            position: relative;
            line-height: 1;
            display: inline-block; }
            .findinstore-modal .products-box ~ .stores-wrap ul.stores-list .store-item .store-addr .button-action.detail .icon svg {
              transform: rotate(-90deg); }

.addedtocart-modal .popup-modal__box {
  max-width: 630px; }
  .addedtocart-modal .popup-modal__box .products-selected li .overview {
    gap: 20px; }
    .addedtocart-modal .popup-modal__box .products-selected li .overview .product-img img.wp-post-image {
      width: 285px;
      height: 180px; }
  .addedtocart-modal .popup-modal__box .addedtocart-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 10px; }
    .addedtocart-modal .popup-modal__box .addedtocart-action > .btn, .addedtocart-modal .popup-modal__box body.woocommerce .addedtocart-action > .button, body.woocommerce .addedtocart-modal .popup-modal__box .addedtocart-action > .button {
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
      padding-top: 12px;
      padding-bottom: 12px; }

.rate-star {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }
  .rate-star .star {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23D2D2D2'/%3E%3Cpath fill='%23fff' d='M4.708 13.1c-.29.148-.618-.11-.56-.44l.623-3.513-2.642-2.493c-.247-.233-.119-.66.212-.705l3.673-.517 1.638-3.215a.387.387 0 0 1 .696 0l1.638 3.215 3.673.517c.331.046.46.472.212.705l-2.642 2.493.623 3.514c.058.329-.27.587-.56.44L8 11.425 4.708 13.1Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px; }
    .rate-star .star.stared {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23EB9F05'/%3E%3Cpath fill='%23fff' d='M4.708 13.1c-.29.148-.618-.11-.56-.44l.623-3.513-2.642-2.493c-.247-.233-.119-.66.212-.705l3.673-.517 1.638-3.215a.387.387 0 0 1 .696 0l1.638 3.215 3.673.517c.331.046.46.472.212.705l-2.642 2.493.623 3.514c.058.329-.27.587-.56.44L8 11.425 4.708 13.1Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
    .rate-star .star:not(:last-child) {
      margin-right: 2px; }

.rate-review {
  color: #707070;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 13px; }
  .rate-review a {
    color: #707070;
    text-decoration: underline; }
    .rate-review a:hover {
      color: #e51937; }

.delivery-status {
  background-color: #F2F2F2;
  padding: 10px 20px;
  margin-bottom: 10px; }
  .delivery-status ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }
    .delivery-status ul li {
      color: #707070;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      gap: 6px; }
      .delivery-status ul li:last-child {
        margin-bottom: 10px; }
      .delivery-status ul li::before {
        content: '';
        width: 13px;
        height: 13px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFF' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/%3E%3C/svg%3E");
        background-color: #707070;
        background-size: contain;
        border-radius: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
      .delivery-status ul li.checked {
        color: #000; }
        .delivery-status ul li.checked::before {
          background-color: #000; }

.outofstock-message {
  background-color: #BF001C1A;
  border: 1px solid #bf001c08;
  color: #e51937;
  letter-spacing: 0.14px;
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 15px;
  margin-bottom: 10px; }

.product-bottom-action {
  list-style-type: none;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
  margin-bottom: 10px; }
  .product-bottom-action a {
    color: #000; }
    .product-bottom-action a:hover {
      color: #e51937; }
  .product-bottom-action li a {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 4px;
    -ms-flex-align: center;
        align-items: center; }
    .product-bottom-action li a:before {
      content: '';
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 17px;
      height: 17px; }
  .product-bottom-action li.wishlist a::before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23d5d5d5'%3E%3Cpath d='m480-121-41-37q-105.768-97.121-174.884-167.561Q195-396 154-451.5T96.5-552Q80-597 80-643q0-90.155 60.5-150.577Q201-854 290-854q57 0 105.5 27t84.5 78q42-54 89-79.5T670-854q89 0 149.5 60.423Q880-733.155 880-643q0 46-16.5 91T806-451.5Q765-396 695.884-325.561 626.768-255.121 521-158l-41 37Zm0-79q101.236-92.995 166.618-159.498Q712-426 750.5-476t54-89.135q15.5-39.136 15.5-77.72Q820-709 778-751.5T670.225-794q-51.524 0-95.375 31.5Q531-731 504-674h-49q-26-56-69.85-88-43.851-32-95.375-32Q224-794 182-751.5t-42 108.816Q140-604 155.5-564.5t54 90Q248-424 314-358t166 158Zm0-297Z'/%3E%3C/svg%3E"); }
  .product-bottom-action li.wishlist a:hover::before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23e51937'%3E%3Cpath d='m480-121-41-37q-105.768-97.121-174.884-167.561Q195-396 154-451.5T96.5-552Q80-597 80-643q0-90.155 60.5-150.577Q201-854 290-854q57 0 105.5 27t84.5 78q42-54 89-79.5T670-854q89 0 149.5 60.423Q880-733.155 880-643q0 46-16.5 91T806-451.5Q765-396 695.884-325.561 626.768-255.121 521-158l-41 37Zm0-79q101.236-92.995 166.618-159.498Q712-426 750.5-476t54-89.135q15.5-39.136 15.5-77.72Q820-709 778-751.5T670.225-794q-51.524 0-95.375 31.5Q531-731 504-674h-49q-26-56-69.85-88-43.851-32-95.375-32Q224-794 182-751.5t-42 108.816Q140-604 155.5-564.5t54 90Q248-424 314-358t166 158Zm0-297Z'/%3E%3C/svg%3E"); }
  .product-bottom-action li.compare a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='%23D5D5D5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4.05C8.2 4.05 7.5 4.35 6.9 4.95C6.3 5.55 6 6.25 6 7.05V37.2H9V7.05H32.7V4.05H9ZM15 10.05C14.2 10.05 13.5 10.35 12.9 10.95C12.3 11.55 12 12.25 12 13.05V41.05C12 41.85 12.3 42.55 12.9 43.15C13.5 43.75 14.2 44.05 15 44.05H37C37.8 44.05 38.5 43.75 39.1 43.15C39.7 42.55 40 41.85 40 41.05V13.05C40 12.25 39.7 11.55 39.1 10.95C38.5 10.35 37.8 10.05 37 10.05H15ZM15 13.05H37V41.05H15V13.05Z' /%3E%3C/svg%3E%0A"); }
  .product-bottom-action li.compare a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='%23e51937' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4.05C8.2 4.05 7.5 4.35 6.9 4.95C6.3 5.55 6 6.25 6 7.05V37.2H9V7.05H32.7V4.05H9ZM15 10.05C14.2 10.05 13.5 10.35 12.9 10.95C12.3 11.55 12 12.25 12 13.05V41.05C12 41.85 12.3 42.55 12.9 43.15C13.5 43.75 14.2 44.05 15 44.05H37C37.8 44.05 38.5 43.75 39.1 43.15C39.7 42.55 40 41.85 40 41.05V13.05C40 12.25 39.7 11.55 39.1 10.95C38.5 10.35 37.8 10.05 37 10.05H15ZM15 13.05H37V41.05H15V13.05Z' /%3E%3C/svg%3E%0A"); }
  .product-bottom-action li.share a::before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23d5d5d5'%3E%3Cpath d='M727-80q-47.5 0-80.75-33.346Q613-146.693 613-194.331q0-6.669 1.5-16.312T619-228L316-404q-15 17-37 27.5T234-366q-47.5 0-80.75-33.25T120-480q0-47.5 33.25-80.75T234-594q23 0 44 9t38 26l303-174q-3-7.071-4.5-15.911Q613-757.75 613-766q0-47.5 33.25-80.75T727-880q47.5 0 80.75 33.25T841-766q0 47.5-33.25 80.75T727-652q-23.354 0-44.677-7.5T646-684L343-516q2 8 3.5 18.5t1.5 17.741q0 7.242-1.5 15Q345-457 343-449l303 172q15-14 35-22.5t46-8.5q47.5 0 80.75 33.25T841-194q0 47.5-33.25 80.75T727-80Zm.035-632Q750-712 765.5-727.535q15.5-15.535 15.5-38.5T765.465-804.5q-15.535-15.5-38.5-15.5T688.5-804.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5Zm-493 286Q257-426 272.5-441.535q15.5-15.535 15.5-38.5T272.465-518.5q-15.535-15.5-38.5-15.5T195.5-518.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5Zm493 286Q750-140 765.5-155.535q15.5-15.535 15.5-38.5T765.465-232.5q-15.535-15.5-38.5-15.5T688.5-232.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5ZM727-766ZM234-480Zm493 286Z'/%3E%3C/svg%3E"); }
  .product-bottom-action li.share a:hover::before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23e51937'%3E%3Cpath d='M727-80q-47.5 0-80.75-33.346Q613-146.693 613-194.331q0-6.669 1.5-16.312T619-228L316-404q-15 17-37 27.5T234-366q-47.5 0-80.75-33.25T120-480q0-47.5 33.25-80.75T234-594q23 0 44 9t38 26l303-174q-3-7.071-4.5-15.911Q613-757.75 613-766q0-47.5 33.25-80.75T727-880q47.5 0 80.75 33.25T841-766q0 47.5-33.25 80.75T727-652q-23.354 0-44.677-7.5T646-684L343-516q2 8 3.5 18.5t1.5 17.741q0 7.242-1.5 15Q345-457 343-449l303 172q15-14 35-22.5t46-8.5q47.5 0 80.75 33.25T841-194q0 47.5-33.25 80.75T727-80Zm.035-632Q750-712 765.5-727.535q15.5-15.535 15.5-38.5T765.465-804.5q-15.535-15.5-38.5-15.5T688.5-804.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5Zm-493 286Q257-426 272.5-441.535q15.5-15.535 15.5-38.5T272.465-518.5q-15.535-15.5-38.5-15.5T195.5-518.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5Zm493 286Q750-140 765.5-155.535q15.5-15.535 15.5-38.5T765.465-232.5q-15.535-15.5-38.5-15.5T688.5-232.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5ZM727-766ZM234-480Zm493 286Z'/%3E%3C/svg%3E"); }

label.check-box,
label.radio-button {
  font-weight: 600;
  cursor: pointer; }
  label.check-box input[type=checkbox],
  label.check-box input[type=radio],
  label.radio-button input[type=checkbox],
  label.radio-button input[type=radio] {
    display: none; }
    label.check-box input[type=checkbox]:checked ~ span::before,
    label.check-box input[type=radio]:checked ~ span::before,
    label.radio-button input[type=checkbox]:checked ~ span::before,
    label.radio-button input[type=radio]:checked ~ span::before {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23E51937'%3E%3Cpath d='m418.522-316.456 291.63-292.87-47.782-48.022L418.522-412.5 301.674-529.348l-47.783 48.022 164.631 164.87Zm-236.37 202.434q-27.599 0-47.865-20.265-20.265-20.266-20.265-47.865v-595.696q0-27.697 20.265-48.033 20.266-20.337 47.865-20.337h595.696q27.697 0 48.033 20.337 20.337 20.336 20.337 48.033v595.696q0 27.599-20.337 47.865-20.336 20.265-48.033 20.265H182.152Z'/%3E%3C/svg%3E"); }
  label.check-box span,
  label.radio-button span {
    position: relative;
    padding-left: 23px; }
    label.check-box span::before,
    label.radio-button span::before {
      content: '';
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23535353'%3E%3Cpath d='M182.152-114.022q-27.599 0-47.865-20.265-20.265-20.266-20.265-47.865v-595.696q0-27.697 20.265-48.033 20.266-20.337 47.865-20.337h595.696q27.697 0 48.033 20.337 20.337 20.336 20.337 48.033v595.696q0 27.599-20.337 47.865-20.336 20.265-48.033 20.265H182.152Zm0-68.13h595.696v-595.696H182.152v595.696Z'/%3E%3C/svg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      left: 0; }

label.radio-button input[type=radio]:checked ~ span::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23e51937'%3E%3Cpath d='M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm0 214q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z'/%3E%3C/svg%3E"); }

label.radio-button span {
  padding-left: 27px; }
  label.radio-button span::before {
    top: 4px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%231D1C1C'%3E%3Cpath d='M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z'/%3E%3C/svg%3E"); }
    @media (max-width: 991.98px) {
      label.radio-button span::before {
        top: 0; } }

@media (min-width: 1025px) {
  .section-product-review {
    margin: 65px 0; } }

@media (max-width: 1024px) {
  .section-product-review {
    margin: 20px 0; }
    .section-product-review .product-review__title {
      margin-bottom: 20px; } }

.swiper-custom-fraction {
  position: absolute;
  right: 15px;
  color: #AEAEAE;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  margin-top: 7px; }

.swiper.swiper-product-features-sm {
  --swiper-theme-color: var(--color-primary);
  --swiper-pagination-bullet-width: 5px;
  --swiper-pagination-bullet-height: 5px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-inactive-color: #AEAEAE;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-top: 0;
  --swiper-pagination-bottom: auto;
  padding-top: 34px; }
  .swiper.swiper-product-features-sm .swiper-pagination {
    width: auto; }
  .swiper.swiper-product-features-sm .swiper-pagination-bullet-active {
    width: 10px; }
  .swiper.swiper-product-features-sm .product-features__item__title {
    position: relative; }
    .swiper.swiper-product-features-sm .product-features__item__title::before {
      content: '';
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48'%3E%3Cpath d='m421-298 283-283-46-45-237 237-120-120-45 45 165 166Zm59 218q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Z'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: repeat;
      width: 15px;
      height: 15px;
      position: absolute;
      left: 0;
      top: 2px; }
  .swiper.swiper-product-features-sm .product-features__item__title,
  .swiper.swiper-product-features-sm .product-features__item__detail {
    padding-left: 20px; }

.swiper-product-review-slider {
  width: 100%; }
  .swiper-product-review-slider-wrapper {
    position: relative; }
    @media (min-width: 1024px) {
      .swiper-product-review-slider-wrapper {
        margin-right: -20px;
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px;
        --swiper-navigation-top-offset: 30%;
        --swiper-navigation-sides-offset: -40px; } }
  .swiper-product-review-slider .product-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: .16px;
    color: #707070; }
    @media (max-width: 1024px) {
      .swiper-product-review-slider .product-list {
        width: 100% !important;
        padding-left: 0 !important; } }
    .swiper-product-review-slider .product-list:hover .product-list__title .title {
      color: #e51937; }
  .swiper-product-review-slider .product-list__image {
    position: relative;
    width: 100%; }
    .swiper-product-review-slider .product-list__image img {
      max-width: unset;
      width: 100%; }
      @media (max-width: 991.98px) {
        .swiper-product-review-slider .product-list__image img {
          padding-right: 0; } }
  .swiper-product-review-slider .product-list__title {
    text-align: left;
    margin-top: 16px; }
    @media (max-width: 991.98px) {
      .swiper-product-review-slider .product-list__title {
        margin-bottom: 10px; } }
    .swiper-product-review-slider .product-list__title .title {
      margin-bottom: 15px;
      font-size: 18px;
      text-transform: uppercase;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .swiper-product-review-slider .product-list__title .date {
      font-size: 1rem;
      color: #707070;
      font-weight: 500; }
  .swiper-product-review-slider .product-list__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    .swiper-product-review-slider .product-list__desc p:last-of-type {
      margin-bottom: 0; }
  @media (max-width: 1024px) {
    .swiper-product-review-slider ~ .swiper-button-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-top: 15px; }
      .swiper-product-review-slider ~ .swiper-button-wrapper > * {
        margin: 0 6px; }
        .swiper-product-review-slider ~ .swiper-button-wrapper > *::before {
          margin-left: 0; }
        .swiper-product-review-slider ~ .swiper-button-wrapper > *::after {
          margin-right: 0; } }
  .swiper-product-review-slider ~ .swiper-button-wrapper .swiper-button-next,
  .swiper-product-review-slider ~ .swiper-button-wrapper .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #707070;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 22px;
    color: #707070;
    background-color: #fff; }
    @media (max-width: 1024px) {
      .swiper-product-review-slider ~ .swiper-button-wrapper .swiper-button-next,
      .swiper-product-review-slider ~ .swiper-button-wrapper .swiper-button-prev {
        position: relative;
        top: 100%;
        left: auto;
        right: 0;
        margin-top: 0;
        width: 30px;
        height: 30px; } }
    .swiper-product-review-slider ~ .swiper-button-wrapper .swiper-button-next.swiper-button-disabled,
    .swiper-product-review-slider ~ .swiper-button-wrapper .swiper-button-prev.swiper-button-disabled {
      display: none; }
      @media (max-width: 1024px) {
        .swiper-product-review-slider ~ .swiper-button-wrapper .swiper-button-next.swiper-button-disabled,
        .swiper-product-review-slider ~ .swiper-button-wrapper .swiper-button-prev.swiper-button-disabled {
          display: -ms-flexbox;
          display: flex;
          opacity: .3; } }
    .swiper-product-review-slider ~ .swiper-button-wrapper .swiper-button-next:hover,
    .swiper-product-review-slider ~ .swiper-button-wrapper .swiper-button-prev:hover {
      border-color: #e51937;
      color: #e51937; }
    .swiper-product-review-slider ~ .swiper-button-wrapper .swiper-button-next:after,
    .swiper-product-review-slider ~ .swiper-button-wrapper .swiper-button-prev:after {
      display: none; }

.category-product-page {
  padding-bottom: 60px; }

.category-overview {
  height: calc(100vh - 60px);
  position: relative;
  background-size: cover;
  background-position: center; }
  @media (max-width: 991.98px) {
    .category-overview {
      height: calc(100vh - 56px); }
      .category-overview > .container {
        margin-top: auto; } }
  .category-overview__message {
    color: #fff;
    font-size: 25px;
    line-height: 1.8;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-width: 1px 0;
    background-color: rgba(0, 0, 0, 0.3); }
    @media (max-width: 1799.98px) {
      .category-overview__message {
        font-size: 18px; } }
    @media (max-width: 1199.98px) {
      .category-overview__message {
        padding: 30px;
        line-height: 1.4; } }
    @media (max-width: 991.98px) {
      .category-overview__message {
        padding: 40px 20px 80px;
        border: 0;
        text-align: center;
        background-color: rgba(29, 28, 28, 0.5); } }
    @media (max-width: 767.98px) {
      .category-overview__message {
        line-height: 1.4;
        padding: 20px 15px 60px;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 16px; } }
    .category-overview__message p {
      margin-bottom: 0; }
  .category-overview .scroll-to-section {
    position: absolute;
    bottom: 30px;
    right: 40px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 20px;
    padding: 6px 16px;
    transform: skew(-16deg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-width: 1px 0;
    background-color: rgba(0, 0, 0, 0.3); }
    .category-overview .scroll-to-section .icon {
      margin-left: 20px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-size: 20px;
      transform: skew(16deg); }
      .category-overview .scroll-to-section .icon i {
        display: block;
        line-height: 1; }
    @media (max-width: 991.98px) {
      .category-overview .scroll-to-section {
        font-size: 0;
        left: 50%;
        right: auto;
        transform: translateX(-50%) skew(0);
        border: 0;
        padding: 0;
        background-color: transparent; }
        .category-overview .scroll-to-section .icon {
          border: 0;
          margin: 0;
          font-size: 28px;
          transform: skew(0); } }
    @media (max-width: 767.98px) {
      .category-overview .scroll-to-section {
        bottom: 14px; } }

.category-container {
  padding-top: 26px; }
  @media (max-width: 991.98px) {
    .category-container {
      padding-top: 0; } }
  .category-container .breadcrumb {
    margin-top: 0; }
    @media (max-width: 767.98px) {
      .category-container .breadcrumb {
        margin-bottom: 4px; } }
  .category-container .product-list {
    padding-bottom: 30px; }
    @media (max-width: 991.98px) {
      .category-container .product-list {
        padding-bottom: 0;
        margin-bottom: 20px; } }
  @media (max-width: 991.98px) {
    .category-container .btn.compare, .category-container body.woocommerce .compare.button, body.woocommerce .category-container .compare.button {
      padding: 10px 15px;
      margin-top: 20px; } }

.category-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 991.98px) {
    .category-list {
      -ms-flex-pack: start;
          justify-content: flex-start; } }
  @media (max-width: 767.98px) {
    .category-list {
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
      margin-bottom: 20px; }
      .category-list::-webkit-scrollbar {
        display: none; } }
  .category-list a {
    display: block;
    font-size: 18px;
    color: #2e2e2e;
    font-weight: 600;
    padding: 6px 20px; }
    .category-list a:hover {
      color: #e51937; }
    @media (max-width: 991.98px) {
      .category-list a {
        font-size: 14px;
        padding: 4px 14px;
        border: 1px solid transparent; } }
    @media (max-width: 767.98px) {
      .category-list a {
        white-space: nowrap;
        padding: 3px 10px; } }
  .category-list .current a {
    border: 1px solid #e51937;
    color: #e51937;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 991.98px) {
      .category-list .current a {
        padding-left: 16px;
        padding-right: 16px; } }

@media (max-width: 991.98px) {
  .product-list {
    position: relative;
    padding-left: 40%; } }

@media (max-width: 767.98px) {
  .product-list {
    padding-left: 45%; } }

.product-list-wrapper .product-list-top span.sortby .select2 {
  margin-top: -5px;
  width: auto !important; }
  .product-list-wrapper .product-list-top span.sortby .select2.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    height: auto !important;
    margin: 0 !important; }
    .product-list-wrapper .product-list-top span.sortby .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-left: 3px;
      font-weight: 700; }

@media (min-width: 768px) {
  .product-list-wrapper .product-list-top {
    display: -ms-flexbox;
    display: flex; }
    .product-list-wrapper .product-list-top span.sortby {
      margin-left: auto; } }

.product-list-wrapper .product-list-top span.sortby select {
  border: 0;
  outline: 0;
  max-width: 100px;
  cursor: pointer; }

.product-list-count {
  font-size: 18px;
  line-height: 1.3333333333;
  color: #1d1c1c;
  margin-bottom: 10px; }

@media (max-width: 991.98px) {
  .product-list__image {
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .product-list__image a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 100%; } }

@media (max-width: 767.98px) {
  .product-list__image {
    width: 45%; } }

.product-list__image a,
.product-list__image img {
  display: block; }

.product-list__image img {
  margin: 0 auto;
  width: 92%; }
  @media (max-width: 991.98px) {
    .product-list__image img {
      width: auto;
      max-width: 80%;
      max-height: 100%; } }
  @media (max-width: 767.98px) {
    .product-list__image img {
      max-width: 100%;
      padding-right: 15px; } }

.product-list__image .primary {
  display: block; }

.product-list__image .secondary {
  display: none; }

.product-list__image:hover .primary {
  display: none; }

.product-list__image:hover .secondary {
  display: block; }

.product-list__compare {
  font-size: 16px;
  color: #707070;
  text-align: right;
  display: block;
  position: absolute;
  font-weight: 700;
  right: 15px;
  top: 13px; }
  .product-list__compare:hover {
    color: #e51937; }
  @media (max-width: 767.98px) {
    .product-list__compare {
      font-size: 14px; } }

.product-list__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0;
  color: #2e2e2e; }
  @media (max-width: 991.98px) {
    .product-list__title {
      font-size: 16px;
      margin: 7px 0;
      text-align: left; } }
  @media (max-width: 767.98px) {
    .product-list__title {
      margin: 4px 0; } }
  .product-list__title:hover {
    color: #e51937; }
  .product-list__title a {
    color: inherit;
    display: block; }
    .product-list__title a .price {
      color: #2e2e2e !important; }
    .product-list__title a > img {
      display: inline;
      height: 0.8em;
      margin-left: 0.1em; }

.product-list__type {
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  color: #000; }
  @media (max-width: 991.98px) {
    .product-list__type {
      font-size: 14px;
      text-align: left; } }

.product-list__year {
  text-align: center;
  font-size: 16px;
  line-height: 1.6875; }

.product-list__tagline {
  margin-top: 12px;
  text-align: center;
  line-height: 1.3;
  font-size: 17px;
  color: #707070; }
  @media (max-width: 991.98px) {
    .product-list__tagline {
      font-size: 14px;
      text-align: left; } }
  @media (max-width: 767.98px) {
    .product-list__tagline {
      margin-top: 10px;
      text-align: justify; } }
  .product-list__tagline p {
    margin-bottom: 0; }

.select2-dropdown.orderby-dropdown {
  left: 0;
  margin-top: 0;
  width: 139px !important; }
  body.logged-in.admin-bar .select2-dropdown.orderby-dropdown {
    margin-top: 35px; }
  .select2-dropdown.orderby-dropdown .select2-search {
    display: none; }
  .select2-dropdown.orderby-dropdown .select2-results > .select2-results__options {
    max-height: unset;
    overflow: unset;
    border-top: 1px solid #aaa; }

@media (min-width: 1800px) {
  .page-container-lg .product-list__title {
    font-size: 28px; }
  .page-container-lg .product-list__tagline {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto; }
  .page-container-lg .product-list__image img {
    max-width: 440px; }
  .page-container-lg .container {
    max-width: 1600px; } }

@media (min-width: 1200px) {
  body.woocommerce-account .container,
  .post-type-archive-product .container,
  .page-template-template-bike-archive .container {
    max-width: 1500px; } }

.post-type-archive-product .product-list__title,
.page-template-template-bike-archive .product-list__title {
  text-align: left; }
  .post-type-archive-product .product-list__title .title,
  .page-template-template-bike-archive .product-list__title .title {
    text-align: left !important; }

.archive-page {
  margin-bottom: 70px; }
  @media (max-width: 991.98px) {
    .archive-page {
      padding-top: 47px; } }
  @media (max-width: 767.98px) {
    .archive-page {
      padding-top: 47px;
      margin-bottom: 40px; } }
  @media (max-width: 991.98px) {
    .archive-page__head {
      background-color: #fff;
      padding-top: 0;
      position: fixed;
      width: 100%;
      top: 56px;
      left: 0;
      z-index: 100;
      transition: all 0.2s ease-in-out; }
      .archive-page__head.scrolled {
        top: 0; }
      .archive-page__head .breadcrumb {
        display: none; }
      .archive-page__head .page-title {
        display: none; }
      .archive-page__head .sidebar-search {
        display: none; } }
  .archive-page .breadcrumb {
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .archive-page .breadcrumb {
        margin-top: 0; } }
    @media (max-width: 767.98px) {
      .archive-page .breadcrumb {
        margin-bottom: 4px; } }
  .archive-page .page-title {
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .archive-page .page-title {
        margin-bottom: 5px; } }
  .archive-page .product-list {
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .archive-page .product-list {
        padding-left: 0; } }
    @media (max-width: 767.98px) {
      .archive-page .product-list {
        margin-bottom: 10px; } }
    .archive-page .product-list__image {
      position: relative;
      padding: 70px 0 15px;
      background-color: #F6F6F6;
      margin-bottom: 25px; }
      @media (max-width: 991.98px) {
        .archive-page .product-list__image {
          width: auto;
          height: auto;
          background-color: transparent; }
          .archive-page .product-list__image img {
            max-width: 100%; }
          .archive-page .product-list__image a {
            display: block;
            height: auto; } }
      @media (max-width: 767.98px) {
        .archive-page .product-list__image img {
          padding-right: 15px;
          padding-left: 15px; } }
    .archive-page .product-list .color {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin: 6px;
      gap: 6px; }
      .archive-page .product-list .color__item {
        width: 14px;
        height: 14px;
        cursor: pointer;
        position: relative; }
        .archive-page .product-list .color__item img {
          border: 1px solid #b4b4b4;
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          border-radius: 50%; }
        .archive-page .product-list .color__item.active {
          position: relative; }
          .archive-page .product-list .color__item.active:before {
            border: 1px solid #707070; }
    .archive-page .product-list .bookmark-button {
      float: right;
      width: 28px;
      height: 28px;
      position: relative;
      right: 0;
      top: 0;
      border: 0;
      background-color: transparent;
      padding: 0;
      cursor: pointer; }
      .archive-page .product-list .bookmark-button .icon {
        width: 100%;
        height: 100%;
        display: block; }
        .archive-page .product-list .bookmark-button .icon.bookmark {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z'/%3E%3C/svg%3E");
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat; }
      .archive-page .product-list .bookmark-button:hover .icon.bookmark, .archive-page .product-list .bookmark-button.active .icon.bookmark {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24' fill='%23e51937'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E"); }
    .archive-page .product-list__title {
      margin-top: 14px;
      position: relative; }
      .archive-page .product-list__title:before {
        content: '';
        display: block;
        clear: both; }
      @media (max-width: 991.98px) {
        .archive-page .product-list__title {
          margin-top: 10px; } }
      .archive-page .product-list__title .title {
        font-size: 18px;
        display: block;
        padding-bottom: 4px;
        margin-bottom: 4px;
        border-bottom: 1px solid rgba(112, 112, 112, 0.5); }
        @media (max-width: 991.98px) {
          .archive-page .product-list__title .title {
            font-size: 16px;
            text-align: center;
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 4px; } }
      .archive-page .product-list__title .year {
        font-size: 14px;
        font-weight: 500;
        display: block; }
        .archive-page .product-list__title .year:empty {
          display: none; }
      .archive-page .product-list__title .price .disc-info {
        color: #e51937; }
  @media (max-width: 767.98px) {
    .archive-page .category-container {
      padding-top: 0; } }
  @media (max-width: 767.98px) {
    .archive-page .pagination {
      margin-top: 0; } }
  @media (max-width: 991.98px) {
    .archive-page .sidebar-search {
      margin-bottom: 10px; } }
  .archive-page .product-list-wrapper {
    width: 100%; }
  .archive-page .product-list-count {
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .archive-page .product-list-count {
        margin-bottom: 0; } }
    @media (max-width: 767.98px) {
      .archive-page .product-list-count {
        font-size: 12px; } }
  .archive-page .filter-toggle-wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.2s ease-in-out;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .archive-page .filter-toggle-wrapper {
        padding-top: 11px;
        padding-bottom: 11px; } }
    @media (max-width: 991.98px) {
      .archive-page .filter-toggle-wrapper {
        background-color: #F6F6F6; } }
    .archive-page .filter-toggle-wrapper.hide {
      padding: 0;
      height: 0; }
  .archive-page .filter-toggle {
    font-size: 16px;
    font-weight: 500;
    color: #1d1c1c;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .archive-page .filter-toggle i {
      font-size: 16px;
      margin-left: 5px; }
    .archive-page .filter-toggle .iconsvg:before, .archive-page .filter-toggle .nav-sticky-mobile > .menu-item a .icon:before, .nav-sticky-mobile > .menu-item a .archive-page .filter-toggle .icon:before, .archive-page .filter-toggle .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link .archive-page .filter-toggle a:before {
      width: 15px;
      height: 15px; }

.product-info-label {
  list-style-type: none;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 13px;
  left: 15px;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  gap: 0 3px; }
  .product-info-label > li {
    border: 1px solid #1D1C1C;
    height: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    transform: skewX(20deg);
    padding: 4px 13px; }
    .product-info-label > li span {
      transform: skewX(-20deg); }
    .product-info-label > li.red {
      border-color: #e51937;
      background-color: #e51937;
      color: #FFF; }
  @media (max-width: 767.98px) {
    .product-info-label {
      font-size: 9px;
      left: 4px; }
      .product-info-label > li {
        height: 20px; } }

.model-page {
  padding: 53px 0 60px; }
  @media (max-width: 991.98px) {
    .model-page {
      padding-top: 87px;
      padding-bottom: 40px; } }
  .model-page .single-product-header > .container {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .model-page .single-product-header .single-product-menu {
    margin-left: auto; }
  .model-page .single-product-header .btn, .model-page .single-product-header body.woocommerce .button, body.woocommerce .model-page .single-product-header .button {
    color: #fff;
    font-weight: 500;
    font-family: "RNS Sanz";
    letter-spacing: 0.16px;
    line-height: 1.4;
    margin-left: 18px;
    margin-right: 10px;
    padding: 3px 24px;
    text-transform: none; }
    @media (max-width: 991.98px) {
      .model-page .single-product-header .btn, .model-page .single-product-header body.woocommerce .button, body.woocommerce .model-page .single-product-header .button {
        margin: 0;
        padding-left: 14px;
        padding-right: 14px; } }
  .model-page .product-features {
    background-color: #000;
    padding: 100px 0;
    color: #fff; }
    @media (max-width: 1199.98px) {
      .model-page .product-features {
        padding: 40px 0 60px; } }
    @media (max-width: 991.98px) {
      .model-page .product-features {
        padding: 30px 0; } }
    .model-page .product-features__list .toggle {
      color: #e6e6e6; }
      .model-page .product-features__list .toggle:after, .model-page .product-features__list .toggle:before {
        background-color: #e6e6e6; }
    .model-page .product-features__list .detail {
      background-color: #161616;
      color: #aeaeae; }
  .model-page .product-faq__list {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    padding: 40px; }
    @media (max-width: 991.98px) {
      .model-page .product-faq__list {
        box-shadow: none;
        padding: 0; } }

.model-overview {
  height: calc(100vh - 113px);
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    .model-overview {
      height: calc(100vh - (60px + 87px)); } }
  .model-overview:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: transparent linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0.25) 64%, transparent 100%);
    z-index: 1; }
    @media (max-width: 767.98px) {
      .model-overview:before {
        background: transparent linear-gradient(0deg, #000 60%, rgba(0, 0, 0, 0.25) 95%, transparent 100%); } }
  .model-overview__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
    .model-overview__bg .wp-video-popup svg {
      width: 60px;
      height: 60px; }
  .model-overview > img,
  .model-overview > video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    z-index: 0; }
  .model-overview > .container {
    position: relative;
    z-index: 2;
    margin-top: auto; }
  .model-overview__title {
    font-size: 40px;
    color: #f2f2f2;
    letter-spacing: 0.1104285714em;
    line-height: 1.1857142857;
    font-weight: 900;
    margin-bottom: 10px; }
    @media (max-width: 1199.98px) {
      .model-overview__title {
        font-size: 34px; } }
    @media (max-width: 991.98px) {
      .model-overview__title {
        font-size: 30px;
        letter-spacing: 2px;
        font-weight: 700; } }
    @media (max-width: 767.98px) {
      .model-overview__title {
        font-size: 28px;
        letter-spacing: normal;
        padding-bottom: 10px;
        position: relative; }
        .model-overview__title:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: -15px;
          height: 1px;
          width: 80%;
          background-color: rgba(255, 255, 255, 0.5); } }
  .model-overview__detail {
    color: #f2f2f2;
    font-size: 26px;
    letter-spacing: 0.0474285714em;
    line-height: 1.3142857143;
    padding-bottom: 60px;
    max-width: 70%; }
    .model-overview__detail p {
      margin-bottom: 0; }
    @media (max-width: 1199.98px) {
      .model-overview__detail {
        font-size: 22px;
        padding-bottom: 40px; } }
    @media (max-width: 991.98px) {
      .model-overview__detail {
        font-size: 22px;
        letter-spacing: 2px;
        padding-bottom: 30px;
        max-width: 100%; } }
    @media (max-width: 767.98px) {
      .model-overview__detail {
        font-size: 20px;
        letter-spacing: normal; } }

.model-text-overview {
  padding: 40px 0;
  background-color: #000;
  color: #fff; }
  @media (max-width: 1199.98px) {
    .model-text-overview {
      padding: 0 0 30px; } }
  @media (max-width: 767.98px) {
    .model-text-overview {
      padding: 0 0 20px; } }
  .model-text-overview > .container > .row {
    margin: 0 -40px; }
    @media (max-width: 991.98px) {
      .model-text-overview > .container > .row {
        margin: 0 -15px; } }
    .model-text-overview > .container > .row > [class|="col"] {
      padding: 0 40px;
      border-right: 1px solid #707070; }
      .model-text-overview > .container > .row > [class|="col"]:last-child {
        border-right: 0; }
      @media (max-width: 991.98px) {
        .model-text-overview > .container > .row > [class|="col"] {
          padding: 0 15px;
          border-right: 0; } }
  .model-text-overview__info {
    color: #a3a3a3;
    font-size: 18px;
    line-height: 1.6; }
    .model-text-overview__info p {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .model-text-overview__info {
        font-size: 16px;
        margin-bottom: 20px; } }
    @media (max-width: 767.98px) {
      .model-text-overview__info {
        font-size: 15px; } }
  .model-text-overview__type {
    max-width: 330px; }
    .model-text-overview__type > .title {
      font-size: 20px;
      color: #bebebe;
      line-height: 1.28;
      letter-spacing: 0.01em;
      margin-bottom: 16px; }
      @media (max-width: 991.98px) {
        .model-text-overview__type > .title {
          font-size: 18px; } }
      @media (max-width: 767.98px) {
        .model-text-overview__type > .title {
          font-size: 16px; } }
    .model-text-overview__type__list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      font-weight: wrap;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 34px; }
      @media (max-width: 1199.98px) {
        .model-text-overview__type__list {
          margin-bottom: 20px; } }
      @media (max-width: 767.98px) {
        .model-text-overview__type__list {
          margin-bottom: 14px; } }
      .model-text-overview__type__list a {
        display: block;
        padding: 12px 22px;
        color: #a3a3a3;
        font-style: italic;
        border: 1px solid #707070;
        border-radius: 5px;
        white-space: nowrap; }
        .model-text-overview__type__list a:hover {
          border-color: #e51937;
          color: #e51937; }
        @media (max-width: 1199.98px) {
          .model-text-overview__type__list a {
            padding: 10px 18px; } }
        @media (max-width: 991.98px) {
          .model-text-overview__type__list a {
            padding: 6px 14px; } }
        @media (max-width: 767.98px) {
          .model-text-overview__type__list a {
            font-size: 12px;
            padding: 4px 10px; } }
      .model-text-overview__type__list > li {
        margin-right: 6px;
        margin-bottom: 6px; }
        .model-text-overview__type__list > li:last-child {
          margin-right: 0; }
    .model-text-overview__type .product-overview__type {
      font-size: 20px;
      color: #bebebe; }
      @media (max-width: 1199.98px) {
        .model-text-overview__type .product-overview__type {
          font-size: 18px; } }
      @media (max-width: 767.98px) {
        .model-text-overview__type .product-overview__type {
          font-size: 14px; } }
      .model-text-overview__type .product-overview__type .tooltip:hover .tooltip-content {
        font-size: 16px;
        color: #f5f5f5; }

.model-series {
  padding: 35px 0; }
  @media (max-width: 991.98px) {
    .model-series {
      padding: 30px 0 0; } }
  .model-series__title {
    font-family: "Luxora Grotesk";
    color: #000000;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.32;
    margin-bottom: 30px; }
    @media (max-width: 1199.98px) {
      .model-series__title {
        font-size: 30px;
        margin-bottom: 22px; } }
    @media (max-width: 991.98px) {
      .model-series__title {
        font-size: 24px;
        margin-bottom: 20px; } }
  .model-series__slide {
    padding: 40px 60px;
    background-color: #f1f1f1;
    margin-bottom: 34px;
    outline: 0; }
    @media (max-width: 1199.98px) {
      .model-series__slide {
        padding: 30px 40px; } }
    @media (max-width: 991.98px) {
      .model-series__slide {
        padding: 20px 40px; }
        .model-series__slide .slide-item {
          padding: 0 1px; } }
    @media (max-width: 767.98px) {
      .model-series__slide {
        background-color: transparent;
        padding: 0; }
        .model-series__slide .slide-item {
          position: relative; } }
    .model-series__slide__nav {
      color: #8a8a8a;
      font-size: 22px;
      line-height: 1.2413793103;
      font-family: "Luxora Grotesk";
      font-weight: 700; }
      .model-series__slide__nav .compare {
        display: none; }
      @media (max-width: 991.98px) {
        .model-series__slide__nav {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .model-series__slide__nav .compare {
            display: block;
            color: inherit;
            font-weight: 400; } }
      @media (max-width: 767.98px) {
        .model-series__slide__nav {
          font-size: 14px;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          width: 100%;
          padding: 20px; } }
    .model-series__slide__image {
      padding-right: 40px; }
      @media (max-width: 991.98px) {
        .model-series__slide__image {
          padding-right: 0; } }
      @media (max-width: 767.98px) {
        .model-series__slide__image {
          background-color: #f1f1f1;
          padding: 50px 20px 10px 20px; } }
    .model-series__slide__right {
      padding-top: 60px; }
      @media (max-width: 991.98px) {
        .model-series__slide__right {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          padding-top: 20px; } }
      .model-series__slide__right > .title {
        font-weight: 900;
        font-size: 26px;
        line-height: 1.2;
        color: #000;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(112, 112, 112, 0.3);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin-bottom: 22px;
        word-break: break-word; }
        @media (max-width: 1199.98px) {
          .model-series__slide__right > .title {
            font-size: 24px;
            margin-bottom: 18px; } }
        @media (max-width: 991.98px) {
          .model-series__slide__right > .title {
            border-bottom: 0;
            -ms-flex-pack: center;
                justify-content: center;
            margin-bottom: 10px;
            padding-bottom: 0; } }
        @media (max-width: 767.98px) {
          .model-series__slide__right > .title {
            font-size: 18px;
            margin-bottom: 4px; } }
        .model-series__slide__right > .title.small {
          font-size: 16px;
          line-height: 1.3;
          letter-spacing: 0.02em; }
        .model-series__slide__right > .title > .compare {
          color: #707070;
          display: block;
          font-size: 18px;
          line-height: 1.2;
          font-weight: 400;
          letter-spacing: 0.01em;
          margin-left: 20px;
          border-left: 1px solid #000;
          padding-left: 8px;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
          .model-series__slide__right > .title > .compare:hover {
            color: #e51937; }
          @media (max-width: 991.98px) {
            .model-series__slide__right > .title > .compare {
              display: none; } }
      .model-series__slide__right > .color-selector-wrapper {
        margin-bottom: 14px; }
        @media (max-width: 991.98px) {
          .model-series__slide__right > .color-selector-wrapper {
            -ms-flex-order: 3;
                order: 3; } }
        .model-series__slide__right > .color-selector-wrapper > label {
          font-weight: 700;
          font-size: 22px;
          line-height: 1.2;
          color: #000;
          margin-bottom: 16px;
          display: block; }
          @media (max-width: 1199.98px) {
            .model-series__slide__right > .color-selector-wrapper > label {
              font-size: 20px;
              margin-bottom: 10px; } }
          @media (max-width: 991.98px) {
            .model-series__slide__right > .color-selector-wrapper > label {
              display: none; } }
        .model-series__slide__right > .color-selector-wrapper .color-name {
          font-weight: 500;
          font-style: italic; }
      .model-series__slide__right .color-selector {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        @media (max-width: 991.98px) {
          .model-series__slide__right .color-selector {
            -ms-flex-pack: center;
                justify-content: center; } }
      .model-series__slide__right .color-item {
        margin-right: 12px;
        width: 44px;
        height: 44px;
        padding: 6px;
        cursor: pointer;
        border-radius: 50%; }
        @media (max-width: 1199.98px) {
          .model-series__slide__right .color-item {
            width: 40px;
            height: 40px;
            padding: 4px;
            margin-right: 8px; } }
        @media (max-width: 767.98px) {
          .model-series__slide__right .color-item {
            width: 26px;
            height: 26px;
            margin-right: 10px;
            padding: 0; } }
        .model-series__slide__right .color-item img {
          display: block;
          border-radius: 50%; }
        .model-series__slide__right .color-item.active {
          border: 0.5px solid rgba(112, 112, 112, 0.5); }
          @media (max-width: 767.98px) {
            .model-series__slide__right .color-item.active {
              width: 34px;
              height: 34px;
              margin-right: 10px;
              padding: 4px; } }
      .model-series__slide__right .price-wrapper {
        margin-bottom: 30px;
        color: #000; }
        @media (max-width: 991.98px) {
          .model-series__slide__right .price-wrapper {
            -ms-flex-order: 2;
                order: 2;
            margin-bottom: 10px; } }
      .model-series__slide__right .price__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 10px; }
        @media (max-width: 991.98px) {
          .model-series__slide__right .price__title {
            display: none; } }
      .model-series__slide__right .price-value {
        font-size: 24px;
        line-height: 1.2142857143;
        letter-spacing: 0.0021428571em; }
        @media (max-width: 991.98px) {
          .model-series__slide__right .price-value {
            text-align: center; } }
        @media (max-width: 767.98px) {
          .model-series__slide__right .price-value {
            font-size: 18px; } }
      .model-series__slide__right > .btn, body.woocommerce .model-series__slide__right > .button {
        font-size: 14px;
        max-width: 230px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.26); }
        @media (max-width: 1199.98px) {
          .model-series__slide__right > .btn, body.woocommerce .model-series__slide__right > .button {
            padding: 12px 15px; } }
        @media (max-width: 991.98px) {
          .model-series__slide__right > .btn, body.woocommerce .model-series__slide__right > .button {
            -ms-flex-order: 4;
                order: 4;
            max-width: 100%; } }
    .model-series__slide .slick-arrow {
      width: 44px;
      height: 44px;
      background-color: #fff;
      border-radius: 50%;
      border: 1px solid #707070;
      z-index: 9;
      transition: all 0.2s ease-in; }
      @media (max-width: 1199.98px) {
        .model-series__slide .slick-arrow {
          width: 44px;
          height: 44px; } }
      @media (max-width: 991.98px) {
        .model-series__slide .slick-arrow {
          width: 40px;
          height: 40px; } }
      @media (max-width: 767.98px) {
        .model-series__slide .slick-arrow {
          width: 30px;
          height: 30px;
          transform: none;
          top: 176px; } }
      @media (max-width: 575.98px) {
        .model-series__slide .slick-arrow {
          top: 34vw; } }
      .model-series__slide .slick-arrow:before {
        opacity: 1;
        color: #707070;
        font-size: 22px;
        font-family: "ionicons"; }
        @media (max-width: 1199.98px) {
          .model-series__slide .slick-arrow:before {
            font-size: 22px; } }
        @media (max-width: 991.98px) {
          .model-series__slide .slick-arrow:before {
            font-size: 20px; } }
        @media (max-width: 767.98px) {
          .model-series__slide .slick-arrow:before {
            font-size: 16px; } }
      .model-series__slide .slick-arrow.slick-disabled {
        opacity: 0;
        pointer-events: none; }
      .model-series__slide .slick-arrow:hover {
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.26); }
    .model-series__slide .slick-prev {
      left: 25px; }
      .model-series__slide .slick-prev:before {
        content: ""; }
      @media (max-width: 991.98px) {
        .model-series__slide .slick-prev {
          left: 10px; } }
      @media (max-width: 767.98px) {
        .model-series__slide .slick-prev {
          left: -10px; } }
    .model-series__slide .slick-next {
      right: 25px; }
      .model-series__slide .slick-next:before {
        content: ""; }
      @media (max-width: 991.98px) {
        .model-series__slide .slick-next {
          right: 10px; } }
      @media (max-width: 767.98px) {
        .model-series__slide .slick-next {
          right: -10px; } }
    @media (max-width: 991.98px) {
      .model-series__slide .image-angle-nav {
        display: none; } }
    .model-series__slide .image-angle-nav__item {
      cursor: pointer;
      padding: 0 5px; }
    .model-series__slide .image-angle-nav .slick-arrow {
      width: 30px;
      height: 30px;
      border-radius: 6px;
      border-color: rgba(112, 112, 112, 0.4); }
      .model-series__slide .image-angle-nav .slick-arrow:before {
        font-size: 16px; }
    .model-series__slide .image-angle-nav .slick-prev {
      left: 0; }
      .model-series__slide .image-angle-nav .slick-prev:before {
        content: ""; }
    .model-series__slide .image-angle-nav .slick-next {
      right: 0; }
      .model-series__slide .image-angle-nav .slick-next:before {
        content: ""; }
  .model-series__specs__title {
    font-family: "Luxora Grotesk";
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2666666667;
    margin-bottom: 20px;
    color: #000; }
    @media (max-width: 991.98px) {
      .model-series__specs__title {
        font-size: 22px; } }
    @media (max-width: 767.98px) {
      .model-series__specs__title {
        font-size: 20px; } }
  .model-series__specs__table-responsive {
    overflow-x: auto; }
    .model-series__specs__table-responsive::-webkit-scrollbar {
      height: 6px; }
      @media (max-width: 767.98px) {
        .model-series__specs__table-responsive::-webkit-scrollbar {
          height: 4px; } }
    .model-series__specs__table-responsive::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .model-series__specs__table-responsive::-webkit-scrollbar-thumb {
      background: #b3b3b3; }
      .model-series__specs__table-responsive::-webkit-scrollbar-thumb:hover {
        background: #838383; }
    @media (max-width: 991.98px) {
      .model-series__specs__table-responsive {
        overflow-x: auto; } }
  @media (max-width: 767.98px) {
    .model-series__specs__table {
      table-layout: fixed; } }
  .model-series__specs__table th,
  .model-series__specs__table td {
    font-size: 16px;
    padding: 12px 24px;
    border-color: rgba(174, 174, 174, 0.3);
    color: #000;
    vertical-align: middle;
    min-width: 180px;
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .model-series__specs__table th,
      .model-series__specs__table td {
        white-space: normal; } }
    .model-series__specs__table th.active,
    .model-series__specs__table td.active {
      background-color: #f2f2f2; }
    .model-series__specs__table th:first-child,
    .model-series__specs__table td:first-child {
      position: sticky;
      left: 0;
      z-index: 1;
      background-color: #fff; }
      .model-series__specs__table th:first-child:before,
      .model-series__specs__table td:first-child:before {
        content: "";
        width: calc(100% + 4px);
        height: calc(100% + 5px);
        position: absolute;
        top: -1px;
        left: -1px;
        background-color: inherit;
        border: inherit;
        border-left-width: 1px;
        z-index: -1; }
    @media (max-width: 991.98px) {
      .model-series__specs__table th,
      .model-series__specs__table td {
        padding: 10px 14px;
        font-size: 14px; } }
    @media (max-width: 767.98px) {
      .model-series__specs__table th,
      .model-series__specs__table td {
        font-size: 13px;
        padding: 8px 12px;
        min-width: 0; } }
  .model-series__specs__table thead th {
    padding-top: 14px;
    padding-bottom: 14px;
    border-left-width: 0; }
    .model-series__specs__table thead th:not(:first-child) {
      text-align: center;
      cursor: pointer;
      border-right-width: 0; }
    .model-series__specs__table thead th.active {
      background-color: #f2f2f2;
      color: #e51937; }
    @media (max-width: 991.98px) {
      .model-series__specs__table thead th {
        width: 100px;
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media (max-width: 767.98px) {
      .model-series__specs__table thead th {
        width: 140px; }
        .model-series__specs__table thead th:first-child {
          width: 100px; } }
  .model-series__specs__table tbody td {
    border-right-width: 0;
    border-left-width: 0;
    cursor: pointer;
    color: #292828; }
    @media (max-width: 767.98px) {
      .model-series__specs__table tbody td {
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px; } }
  .model-series__specs__table tbody tr:last-child th,
  .model-series__specs__table tbody tr:last-child td {
    border-bottom-width: 4px; }
    .model-series__specs__table tbody tr:last-child th.active,
    .model-series__specs__table tbody tr:last-child td.active {
      border-color: #e51937; }
  .model-series__specs__more {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199.98px) {
      .model-series__specs__more {
        margin-top: 30px; } }
    @media (max-width: 767.98px) {
      .model-series__specs__more {
        margin-top: 18px; } }
    .model-series__specs__more a {
      display: block;
      font-weight: 700;
      font-size: 18px;
      color: #000;
      line-height: 1.2;
      margin-left: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 767.98px) {
        .model-series__specs__more a {
          font-size: 14px; } }
      .model-series__specs__more a i {
        display: block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        margin-left: 17px;
        border: 1px solid rgba(29, 28, 28, 0.5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        color: #1d1c1c;
        transition: all 0.2s ease-in-out; }
        .model-series__specs__more a i:before {
          font-size: 16px; }
      .model-series__specs__more a:hover {
        color: #e51937; }
        .model-series__specs__more a:hover i {
          border-color: #e51937;
          color: #e51937; }

.compare-page {
  padding: 50px 0 60px; }
  @media (max-width: 991.98px) {
    .compare-page {
      padding: 30px 0; } }
  @media (max-width: 767.98px) {
    .compare-page {
      padding: 20px 0 30px; } }
  .compare-page__title {
    text-align: center;
    font-family: "Luxora Grotesk";
    font-size: 36px;
    line-height: 1.32;
    font-weight: 900;
    color: #2e2e2e;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .compare-page__title {
        font-size: 24px;
        margin-bottom: 20px; } }
    @media (max-width: 767.98px) {
      .compare-page__title {
        font-size: 20px; } }

.compare-table__head {
  border-bottom: 2px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .compare-table__head {
      padding-bottom: 16px; } }
  .compare-table__head.floating {
    padding: 17px 0;
    border-bottom: 0;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9; }
    @media (max-width: 991.98px) {
      .compare-table__head.floating {
        padding: 10px 0; } }
    @media (max-width: 767.98px) {
      .compare-table__head.floating {
        padding: 4px 0; } }
    .compare-table__head.floating .compare-table__type.empty {
      display: none; }
    .compare-table__head.floating .compare-table__type .select2-container--default .select2-selection--single {
      background-color: transparent;
      border: 0;
      pointer-events: none;
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .compare-table__head.floating .compare-table__type .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff;
        display: block; }
      .compare-table__head.floating .compare-table__type .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none; }

.compare-table__type .select2-container--default .select2-selection--single {
  padding: 0 30px 10px 0;
  border-width: 0 0 1px 0;
  border-color: rgba(112, 112, 112, 0.2);
  height: 44px; }
  @media (max-width: 767.98px) {
    .compare-table__type .select2-container--default .select2-selection--single {
      height: 36px;
      padding-bottom: 0; } }
  .compare-table__type .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
    font-weight: 700;
    color: #000; }
    @media (max-width: 991.98px) {
      .compare-table__type .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 18px; } }
    @media (max-width: 767.98px) {
      .compare-table__type .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 16px; } }
  .compare-table__type .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 0; }
    .compare-table__type .select2-container--default .select2-selection--single .select2-selection__arrow:before {
      padding-bottom: 10px;
      content: "";
      font-family: "ionicons";
      display: block;
      pointer-events: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transform-origin: center;
      transition: all 0.15s ease-in-out;
      width: 12px;
      font-size: 18px; }
      @media (max-width: 991.98px) {
        .compare-table__type .select2-container--default .select2-selection--single .select2-selection__arrow:before {
          font-size: 16px; } }
      @media (max-width: 767.98px) {
        .compare-table__type .select2-container--default .select2-selection--single .select2-selection__arrow:before {
          font-size: 14px; } }
    .compare-table__type .select2-container--default .select2-selection--single .select2-selection__arrow > b {
      display: none; }

.compare-table__type .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  transform: translate(-50%, -50%) rotate(180deg);
  padding-top: 10px;
  padding-bottom: 0; }

.compare-table-row--image {
  margin-bottom: 50px; }
  @media (max-width: 991.98px) {
    .compare-table-row--image {
      margin-bottom: 20px; } }

.compare-table .product-image {
  position: relative;
  margin-bottom: 6px; }
  .compare-table .product-image__delete {
    position: absolute;
    right: 0;
    top: 0;
    color: #3f3f3f;
    font-size: 20px;
    width: 28px;
    height: 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border: 1px solid #707070;
    border-radius: 50%;
    z-index: 2; }
    @media (max-width: 575.98px) {
      .compare-table .product-image__delete {
        width: 22px;
        height: 22px;
        font-size: 16px; } }
    .compare-table .product-image__delete:hover {
      border-color: rgba(229, 25, 55, 0.7);
      color: #e51937; }
  .compare-table .product-image .image-color__item img {
    max-width: 200px;
    margin: 0 auto; }
    @media (max-width: 767.98px) {
      .compare-table .product-image .image-color__item img {
        max-width: 140px; } }
    @media (max-width: 575.98px) {
      .compare-table .product-image .image-color__item img {
        max-width: 38vw; } }

.compare-table .color-selector-wrapper > label {
  font-size: 18px;
  color: #707070;
  text-align: center;
  margin-bottom: 10px;
  display: block; }
  @media (max-width: 767.98px) {
    .compare-table .color-selector-wrapper > label {
      font-size: 16px;
      margin-bottom: 6px; } }

.compare-table .color-selector-wrapper .color-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.compare-table .color-selector-wrapper .color-item {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  cursor: pointer; }
  @media (max-width: 767.98px) {
    .compare-table .color-selector-wrapper .color-item {
      width: 20px;
      height: 20px; } }
  .compare-table .color-selector-wrapper .color-item img {
    display: block;
    border-radius: 50%; }
  .compare-table .color-selector-wrapper .color-item.active {
    width: 32px;
    height: 32px;
    padding: 4px;
    border-radius: 50%;
    border: 0.5px solid rgba(112, 112, 112, 0.5); }
    @media (max-width: 767.98px) {
      .compare-table .color-selector-wrapper .color-item.active {
        width: 28px;
        height: 28px; } }

.compare-table__collapse .collapse-toggle {
  font-size: 20px;
  line-height: 1.2333333333;
  font-weight: 700;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2); }
  @media (max-width: 767.98px) {
    .compare-table__collapse .collapse-toggle {
      font-size: 16px; } }
  .compare-table__collapse .collapse-toggle i {
    margin-left: auto;
    font-size: 18px;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 767.98px) {
      .compare-table__collapse .collapse-toggle i {
        font-size: 14px; } }

.compare-table__collapse .collapse-content {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none; }
  .compare-table__collapse .collapse-content > li {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    padding: 8px 30px;
    font-size: 16px;
    color: #2e2e2e;
    line-height: 1.2083333333; }
    .compare-table__collapse .collapse-content > li:last-child {
      border-bottom: 0; }
    @media (max-width: 991.98px) {
      .compare-table__collapse .collapse-content > li {
        padding: 8px 0; } }
    @media (max-width: 767.98px) {
      .compare-table__collapse .collapse-content > li {
        font-size: 14px; } }
  .compare-table__collapse .collapse-content .title {
    font-weight: 600;
    margin-bottom: 4px; }

.compare-table__collapse.open .collapse-toggle {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 12px; }
  .compare-table__collapse.open .collapse-toggle i {
    transform: rotate(180deg); }
  @media (max-width: 767.98px) {
    .compare-table__collapse.open .collapse-toggle {
      margin-bottom: 6px; } }

.compare-table__collapse.open .collapse-content {
  display: block; }

.compare-select2-dropdown.select2-dropdown.select2-dropdown--below {
  border-radius: 0 0 5px 5px;
  border: 0;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  margin-top: -1px; }
  .compare-select2-dropdown.select2-dropdown.select2-dropdown--below .select2-search__field {
    border-color: #cdcdcd; }

.compare-select2-dropdown .select2-search--dropdown .select2-search__field {
  outline: 0; }

.compare-select2-dropdown.select2-dropdown .select2-results__options::-webkit-scrollbar {
  width: 6px; }

.compare-select2-dropdown.select2-dropdown .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1; }

.compare-select2-dropdown.select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: #b3b3b3; }
  .compare-select2-dropdown.select2-dropdown .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #838383; }

.compare-select2-dropdown.select2-dropdown .select2-results__group {
  line-height: 1;
  padding: 12px 14px;
  font-size: 16px; }

.compare-select2-dropdown.select2-dropdown .select2-results__option {
  line-height: 1;
  padding: 14px 20px;
  font-size: 16px; }
  @media (max-width: 991.98px) {
    .compare-select2-dropdown.select2-dropdown .select2-results__option {
      padding: 10px 15px; } }
  @media (max-width: 767.98px) {
    .compare-select2-dropdown.select2-dropdown .select2-results__option {
      padding: 8px 10px; } }
  .compare-select2-dropdown.select2-dropdown .select2-results__option--group {
    padding: 0; }
  .compare-select2-dropdown.select2-dropdown .select2-results__option .select2-results__option {
    padding-left: 20px; }
  .compare-select2-dropdown.select2-dropdown .select2-results__option--selected {
    background-color: #fff; }

.find-dealer-page {
  padding: 37px 0 60px; }
  @media (max-width: 991.98px) {
    .find-dealer-page {
      padding-top: 20px;
      padding-bottom: 40px; } }
  @media (max-width: 767.98px) {
    .find-dealer-page {
      padding-bottom: 0; }
      .find-dealer-page > .container {
        max-width: 100%; } }
  .find-dealer-page .filter-modal__box {
    max-width: 600px; }
  .find-dealer-page .filter-modal__button .btn, .find-dealer-page .filter-modal__button body.woocommerce .button, body.woocommerce .find-dealer-page .filter-modal__button .button {
    -ms-flex-positive: 1;
        flex-grow: 1; }

.find-dealer__title {
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .find-dealer__title .title {
    font-family: "Luxora Grotesk";
    font-size: 28px;
    font-weight: 700;
    line-height: 1.32; }
    @media (max-width: 991.98px) {
      .find-dealer__title .title {
        font-size: 24px; } }
    @media (max-width: 767.98px) {
      .find-dealer__title .title {
        font-size: 20px; } }
  .find-dealer__title .see-all-dealer {
    font-size: 16px;
    letter-spacing: 0.05px;
    line-height: 1.2;
    color: #1d1c1c;
    padding-left: 28px;
    border-left: 1px solid #707070; }
    .find-dealer__title .see-all-dealer:hover {
      color: #e51937; }
    @media (max-width: 991.98px) {
      .find-dealer__title .see-all-dealer {
        padding-left: 20px;
        border-left: 0; } }
    @media (max-width: 767.98px) {
      .find-dealer__title .see-all-dealer {
        padding-left: 15px;
        font-size: 15px; } }

.find-dealer__back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  color: #2e2e2e;
  margin-bottom: 10px; }
  .find-dealer__back > i {
    margin-right: 15px;
    font-size: 14px; }

.find-dealer__box > .row {
  margin: 0 -8px; }
  .find-dealer__box > .row > [class|="col"] {
    padding: 0 8px; }

.find-dealer__right {
  width: 540px;
  height: 100%;
  position: relative; }
  @media (max-width: 991.98px) {
    .find-dealer__right {
      width: 100%; }
      .find-dealer__right.overlay:before {
        content: "";
        position: absolute;
        top: -21px;
        left: -100%;
        right: -100%;
        height: calc(100% + 62px);
        opacity: 0.5;
        background-color: #1d1c1c;
        z-index: 98; }
      .find-dealer__right.overlay .find-dealer__filter.sticky {
        position: static;
        margin-left: -15px;
        margin-right: -15px;
        width: auto; } }

.find-dealer__info {
  font-size: 16px;
  margin-bottom: 15px; }
  @media (max-width: 575.98px) {
    .find-dealer__info {
      display: none; } }

.find-dealer__top-btn {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 5px; }
  .find-dealer__top-btn .btn, .find-dealer__top-btn body.woocommerce .button, body.woocommerce .find-dealer__top-btn .button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    font-weight: 500;
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 12px 20px; }
    @media (max-width: 767.98px) {
      .find-dealer__top-btn .btn, .find-dealer__top-btn body.woocommerce .button, body.woocommerce .find-dealer__top-btn .button {
        font-size: 12px;
        padding: 10px 14px; } }
    .find-dealer__top-btn .btn > span, .find-dealer__top-btn body.woocommerce .button > span, body.woocommerce .find-dealer__top-btn .button > span,
    .find-dealer__top-btn .btn > i,
    .find-dealer__top-btn body.woocommerce .button > i,
    body.woocommerce .find-dealer__top-btn .button > i {
      display: block;
      margin-right: 12px; }
      @media (max-width: 767.98px) {
        .find-dealer__top-btn .btn > span, .find-dealer__top-btn body.woocommerce .button > span, body.woocommerce .find-dealer__top-btn .button > span,
        .find-dealer__top-btn .btn > i,
        .find-dealer__top-btn body.woocommerce .button > i,
        body.woocommerce .find-dealer__top-btn .button > i {
          margin-right: 10px; } }
    .find-dealer__top-btn .btn svg, .find-dealer__top-btn body.woocommerce .button svg, body.woocommerce .find-dealer__top-btn .button svg {
      display: block;
      width: 1.2em;
      height: auto; }

.find-dealer__get-location > i {
  margin-right: 12px;
  position: relative;
  line-height: 1;
  font-size: 22px; }
  .find-dealer__get-location > i:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

@media (max-width: 767.98px) {
  .find-dealer__get-location {
    font-size: 14px;
    padding: 10px 15px; }
    .find-dealer__get-location > i {
      font-size: 20px; } }

.find-dealer__search-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  margin-bottom: 16px; }
  .find-dealer__search-wrapper .btn, .find-dealer__search-wrapper body.woocommerce .button, body.woocommerce .find-dealer__search-wrapper .button {
    font-weight: 400;
    padding: 11px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 767.98px) {
      .find-dealer__search-wrapper .btn, .find-dealer__search-wrapper body.woocommerce .button, body.woocommerce .find-dealer__search-wrapper .button {
        padding: 0 14px;
        height: 40px; }
        .find-dealer__search-wrapper .btn > i, .find-dealer__search-wrapper body.woocommerce .button > i, body.woocommerce .find-dealer__search-wrapper .button > i {
          margin-right: 10px; } }

.find-dealer__search {
  position: relative;
  height: 46px;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  @media (max-width: 767.98px) {
    .find-dealer__search {
      height: 40px;
      padding-bottom: 0;
      margin-bottom: 0; } }
  .find-dealer__search form {
    height: 100%;
    display: block; }
  .find-dealer__search input {
    display: block;
    padding-right: 90px;
    width: 100%;
    height: 100%;
    border: 1px solid #707070;
    font-size: 16px;
    padding: 0 20px;
    outline: 0;
    font-weight: 400; }
    .find-dealer__search input::-moz-placeholder {
      color: #a3a3a3;
      opacity: 1; }
    .find-dealer__search input:-ms-input-placeholder {
      color: #a3a3a3; }
    .find-dealer__search input::-webkit-input-placeholder {
      color: #a3a3a3; }
    @media (max-width: 767.98px) {
      .find-dealer__search input {
        font-size: 14px;
        padding: 0 14px;
        padding-right: 54px; } }
  .find-dealer__search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #000;
    color: #fff;
    border: 0;
    width: 50px;
    font-size: 18px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 767.98px) {
      .find-dealer__search button {
        width: 40px; } }

.find-dealer__filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .find-dealer__filter {
      border: 1px solid rgba(112, 112, 112, 0.2);
      border-width: 1px 0 0;
      padding: 5px 0 0; }
      .find-dealer__filter.sticky {
        position: fixed;
        top: 56px;
        background-color: #fff;
        z-index: 110;
        width: 720px;
        margin-left: -15px;
        border-width: 1px 0;
        padding: 5px 15px; }
        .find-dealer__filter.sticky .find-dealer__filter__result {
          -ms-flex-order: 1;
              order: 1;
          width: auto;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
          -ms-flex-positive: 1;
              flex-grow: 1;
          -ms-flex-order: 1;
              order: 1;
          margin-top: 0;
          padding: 5px 0;
          border: 0; }
        .find-dealer__filter.sticky .find-dealer__filter__tab-mobile {
          display: none; } }
  @media (max-width: 767.98px) {
    .find-dealer__filter {
      margin-bottom: 0;
      margin-left: -15px;
      margin-right: -15px;
      padding: 5px 15px 0; }
      .find-dealer__filter.sticky {
        width: 100%;
        left: 0;
        margin-left: 0; }
        .find-dealer__filter.sticky .find-dealer__filter__result {
          background-color: #fff;
          margin-left: 0;
          margin-right: 0; } }
  .find-dealer__filter__result {
    font-size: 14px;
    line-height: 1.3333333333; }
    @media (max-width: 991.98px) {
      .find-dealer__filter__result {
        -ms-flex-order: 3;
            order: 3;
        margin-top: 5px;
        padding: 10px 0;
        width: 100%;
        border: 1px solid rgba(112, 112, 112, 0.2);
        border-width: 1px 0; } }
    @media (max-width: 767.98px) {
      .find-dealer__filter__result {
        font-size: 13px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 15px;
        width: calc(100% + 30px);
        background-color: #ebebeb; } }
  .find-dealer__filter__toggle {
    font-size: 16px;
    font-weight: 500;
    color: #1d1c1c;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .find-dealer__filter__toggle i {
      font-size: 16px;
      margin-left: 10px; }
    @media (max-width: 991.98px) {
      .find-dealer__filter__toggle {
        -ms-flex-order: 2;
            order: 2;
        font-weight: 700; } }
  .find-dealer__filter__tab-mobile {
    display: none; }
    @media (max-width: 991.98px) {
      .find-dealer__filter__tab-mobile {
        -ms-flex-order: 1;
            order: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        list-style: none;
        padding: 0;
        margin: 0; }
        .find-dealer__filter__tab-mobile a {
          padding: 6px 19px;
          display: block;
          font-size: 14px;
          line-height: 1.1;
          font-weight: 700;
          color: #2e2e2e; }
          .find-dealer__filter__tab-mobile a.active {
            color: #e51937;
            border: 1px solid #e51937; } }

.find-dealer__list {
  max-height: calc(100vh - 228px);
  padding: 0 5px;
  overflow-y: auto; }
  .find-dealer__list::-webkit-scrollbar {
    width: 10px; }
  .find-dealer__list::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border-radius: 5px; }
  .find-dealer__list::-webkit-scrollbar-thumb:hover {
    background-color: #cdcccc; }
  @media (max-width: 991.98px) {
    .find-dealer__list {
      display: none;
      padding: 0;
      max-height: none;
      overflow: unset; }
      .find-dealer__list.open {
        display: block; } }
  @media (max-width: 767.98px) {
    .find-dealer__list {
      margin-left: -15px;
      margin-right: -15px;
      background-color: #f0f0f0;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 40px; }
      .find-dealer__list > .btn-show-all {
        margin: 15px 15px; } }

.find-dealer-map {
  width: 100%;
  height: calc(100vh - 74px - 40px); }
  @media (max-width: 1199.98px) {
    .find-dealer-map {
      height: 670px; } }
  @media (max-width: 991.98px) {
    .find-dealer-map {
      display: none;
      height: 190px;
      width: 100%;
      margin: 10px 0 20px; }
      .find-dealer-map.open {
        display: block; } }
  .find-dealer-map#find-dealer-map-mobile {
    display: none; }
    .find-dealer-map#find-dealer-map-mobile.open {
      display: block; }

.dealer-item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  padding: 8px;
  margin-bottom: 10px;
  background-color: #fff; }
  @media (max-width: 767.98px) {
    .dealer-item {
      margin-bottom: 5px;
      box-shadow: none; } }
  .dealer-item__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .dealer-item__image {
    width: 125px;
    -ms-flex: 0 0 125px;
        flex: 0 0 125px;
    position: relative; }
    @media (max-width: 767.98px) {
      .dealer-item__image {
        width: 85px;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px; } }
    .dealer-item__image a {
      display: block; }
      @media (max-width: 767.98px) {
        .dealer-item__image a {
          height: 100%; } }
    .dealer-item__image img {
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .dealer-item__right {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .dealer-item__title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    padding: 0 0 0 15px;
    margin-bottom: 8px; }
    @media (max-width: 767.98px) {
      .dealer-item__title-wrapper {
        margin-bottom: 4px; } }
  .dealer-item__info {
    padding: 0 15px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 0;
        flex-basis: 0; }
    .dealer-item__info__title {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 0;
      letter-spacing: 0.04px;
      line-height: 1.3;
      margin-right: auto; }
      @media (max-width: 767.98px) {
        .dealer-item__info__title {
          font-size: 14px; } }
      .dealer-item__info__title a {
        display: block;
        color: inherit; }
    .dealer-item__info__recommended {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-size: 11px;
      background-color: #e51937;
      color: #fff;
      line-height: 1;
      padding: 4px 6px;
      border-radius: 2px;
      position: absolute;
      left: -4px;
      top: 4px; }
      .dealer-item__info__recommended > i {
        margin-right: 4px; }
    .dealer-item__info .star-rating {
      font-size: 16px;
      margin-bottom: 10px; }
      @media (max-width: 767.98px) {
        .dealer-item__info .star-rating {
          font-size: 12px;
          margin-bottom: 6px; } }
      .dealer-item__info .star-rating span:before {
        color: #e7d000; }
    .dealer-item__info__address {
      font-size: 12px;
      font-weight: 500;
      color: #707070;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      @media (max-width: 767.98px) {
        .dealer-item__info__address {
          font-size: 11px; } }
    .dealer-item__info__distance {
      font-size: 12px;
      font-weight: 500;
      color: #707070;
      margin-bottom: 5px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .dealer-item__info__distance span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        color: #e51937; }
        .dealer-item__info__distance span:before {
          content: "";
          width: 4px;
          height: 4px;
          border-radius: 50%;
          display: block;
          background-color: #3f3f3f;
          margin: 0 7px; }
        .dealer-item__info__distance span.open {
          color: #00af2e; }
    .dealer-item__info__tag {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 5px -2.5px 0; }
      .dealer-item__info__tag .logo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        border: 0;
        padding: 0; }
        .dealer-item__info__tag .logo img {
          width: 30px;
          display: block; }
          @media (max-width: 767.98px) {
            .dealer-item__info__tag .logo img {
              width: 20px; } }
        .dealer-item__info__tag .logo:after {
          content: "";
          width: 3px;
          height: 3px;
          border-radius: 50%;
          display: block;
          background-color: #3f3f3f;
          margin: 0 4px; }
        @media (max-width: 767.98px) {
          .dealer-item__info__tag .logo .tooltip-content {
            padding-top: 24px; } }
        .dealer-item__info__tag .logo .tooltip-content:before {
          left: 23px;
          border-color: transparent transparent #000 transparent; }
          @media (max-width: 767.98px) {
            .dealer-item__info__tag .logo .tooltip-content:before {
              display: block;
              top: 17px;
              left: 90px; } }
        .dealer-item__info__tag .logo .tooltip-content > .wrapper {
          background-color: #000; }
        @media (max-width: 767.98px) {
          .dealer-item__info__tag .logo .tooltip-content .detail {
            font-size: 14px; } }
      .dealer-item__info__tag a,
      .dealer-item__info__tag span {
        border: 1px solid rgba(167, 167, 167, 0.3);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        color: #707070;
        padding: 5px;
        font-size: 12px;
        letter-spacing: 0.02px;
        line-height: 1.0833333333;
        margin: 2.5px; }
        @media (max-width: 767.98px) {
          .dealer-item__info__tag a,
          .dealer-item__info__tag span {
            font-size: 10px;
            margin: 1.5px;
            padding: 4px; } }
        .dealer-item__info__tag a i,
        .dealer-item__info__tag span i {
          margin-right: 4px; }
  .dealer-item__cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    color: #1d1c1c;
    padding-left: 20px;
    padding-right: 7px;
    border-left: 1px solid rgba(206, 206, 206, 0.5); }
    @media (max-width: 767.98px) {
      .dealer-item__cta {
        padding-left: 16px; } }
    .dealer-item__cta__call, .dealer-item__cta__direction {
      display: block;
      color: #1d1c1c;
      width: 18px;
      height: 18px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (max-width: 767.98px) {
        .dealer-item__cta__call, .dealer-item__cta__direction {
          width: 14px;
          height: 14px; } }
    .dealer-item__cta__call {
      font-size: 22px;
      margin-bottom: 22px; }
      @media (max-width: 767.98px) {
        .dealer-item__cta__call {
          font-size: 18px; } }
      .dealer-item__cta__call:hover {
        color: #e51937; }
    .dealer-item__cta__direction {
      font-size: 14px;
      background-color: #1d1c1c;
      color: #fff;
      transform: rotate(45deg);
      transform-origin: center; }
      @media (max-width: 767.98px) {
        .dealer-item__cta__direction {
          font-size: 10px; } }
      .dealer-item__cta__direction > i {
        transform: rotate(-45deg); }
      .dealer-item__cta__direction:hover {
        color: #fff;
        background-color: #e51937; }
  .dealer-item__detail {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9; }
    @media (max-width: 991.98px) {
      .dealer-item__detail {
        position: fixed;
        height: 100vh;
        z-index: 999; } }
    .dealer-item__detail > .wrapper {
      max-height: calc(100% - 50px);
      overflow-y: auto; }
      .dealer-item__detail > .wrapper::-webkit-scrollbar {
        width: 6px;
        margin-left: 5px; }
      .dealer-item__detail > .wrapper::-webkit-scrollbar-thumb {
        background-color: #e6e6e6;
        border-radius: 0; }
      .dealer-item__detail > .wrapper::-webkit-scrollbar-thumb:hover {
        background-color: #cdcccc; }
      @media (max-width: 991.98px) {
        .dealer-item__detail > .wrapper {
          height: calc(100vh - 52px - 67px); }
          .dealer-item__detail > .wrapper::-webkit-scrollbar {
            width: 6px; } }
      @media (max-width: 767.98px) {
        .dealer-item__detail > .wrapper {
          height: calc(100vh - 47px - 62px); } }
    .dealer-item__detail__header {
      display: none; }
      @media (max-width: 991.98px) {
        .dealer-item__detail__header {
          display: -ms-flexbox;
          display: flex;
          padding: 12px 15px;
          width: 100%;
          color: #fff;
          background-color: #000;
          font-size: 20px;
          letter-spacing: 0.04px;
          font-weight: 700; }
          .dealer-item__detail__header .close-button {
            margin-left: auto;
            padding: 0;
            border: 0;
            line-height: 1;
            display: block;
            color: inherit;
            font-size: 20px;
            background-color: transparent; } }
      @media (max-width: 767.98px) {
        .dealer-item__detail__header {
          font-size: 18px;
          padding-top: 10px;
          padding-bottom: 10px; } }
    .dealer-item__detail__image {
      margin-bottom: 10px; }
      .dealer-item__detail__image img {
        display: block;
        width: 100%;
        height: 240px;
        object-fit: cover;
        object-position: center; }
    .dealer-item__detail__title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding-bottom: 6px;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
      font-size: 18px;
      font-weight: 700; }
      .dealer-item__detail__title .distance {
        font-size: 14px;
        letter-spacing: 0.04px; }
      @media (max-width: 991.98px) {
        .dealer-item__detail__title {
          padding-left: 15px;
          padding-right: 15px; } }
    .dealer-item__detail__info {
      list-style: none;
      padding: 0;
      margin: 0 0 12px;
      font-size: 14px;
      border-bottom: 1px solid rgba(187, 187, 187, 0.5); }
      @media (max-width: 991.98px) {
        .dealer-item__detail__info {
          padding-left: 15px;
          padding-right: 15px; } }
      .dealer-item__detail__info > li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        margin-bottom: 10px; }
        .dealer-item__detail__info > li > a {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: start;
              align-items: flex-start;
          color: inherit;
          word-break: break-word; }
          .dealer-item__detail__info > li > a + a {
            margin-left: 20px; }
        .dealer-item__detail__info > li > i,
        .dealer-item__detail__info > li > a > i {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: auto;
          max-width: none;
          font-size: 18px;
          margin-right: 10px;
          margin-top: 2px;
          display: block;
          width: 20px;
          text-align: center; }
      .dealer-item__detail__info .working-hour {
        width: 100%; }
        .dealer-item__detail__info .working-hour__toggle {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          width: 100%;
          margin-bottom: 8px;
          cursor: pointer; }
          .dealer-item__detail__info .working-hour__toggle > i {
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
            width: auto;
            max-width: none;
            font-size: 18px;
            margin-right: 10px;
            margin-top: 2px;
            display: block;
            width: 20px;
            text-align: center;
            line-height: 1.1; }
          .dealer-item__detail__info .working-hour__toggle .day {
            font-weight: 700; }
          .dealer-item__detail__info .working-hour__toggle .toggle-arrow {
            font-size: 18px;
            margin-left: auto;
            transform-origin: center;
            transition: all 0.2s ease; }
        .dealer-item__detail__info .working-hour__list {
          list-style: none;
          padding: 0;
          padding-left: 35px;
          margin: 0;
          display: none; }
          .dealer-item__detail__info .working-hour__list > li {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            margin-bottom: 8px; }
        .dealer-item__detail__info .working-hour .day {
          width: 120px;
          margin-right: 40px;
          font-weight: 500; }
        .dealer-item__detail__info .working-hour.open .toggle-arrow {
          transform: rotate(180deg); }
    .dealer-item__detail__classification {
      border-bottom: 1px solid rgba(187, 187, 187, 0.5);
      padding-bottom: 15px;
      margin-bottom: 10px; }
      @media (max-width: 991.98px) {
        .dealer-item__detail__classification {
          padding-left: 15px;
          padding-right: 15px; } }
      .dealer-item__detail__classification > .title {
        font-size: 16px;
        font-weight: 500;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin-bottom: 15px; }
        .dealer-item__detail__classification > .title > span {
          background-color: #2e2e2e; }
        .dealer-item__detail__classification > .title .tooltip-content {
          left: 0; }
      .dealer-item__detail__classification > .classification {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .dealer-item__detail__classification > .classification > img {
          width: 40px;
          margin-right: 15px; }
          @media (max-width: 575.98px) {
            .dealer-item__detail__classification > .classification > img {
              width: 36px;
              margin-right: 10px; } }
          .dealer-item__detail__classification > .classification > img:last-child {
            margin-right: 0; }
    .dealer-item__detail__product {
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .dealer-item__detail__product {
          padding-left: 15px;
          padding-right: 15px;
          border-bottom: 1px solid rgba(187, 187, 187, 0.5);
          padding-bottom: 10px; } }
      .dealer-item__detail__product > .title {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 8px; }
      .dealer-item__detail__product > .tag-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .dealer-item__detail__product > .description {
        font-size: 14px; }
        .dealer-item__detail__product > .description p:last-child {
          margin-bottom: 0; }
      .dealer-item__detail__product a,
      .dealer-item__detail__product span {
        border: 1px solid rgba(167, 167, 167, 0.3);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        color: #707070;
        padding: 5px;
        font-size: 12px;
        letter-spacing: 0.02px;
        line-height: 1.0833333333;
        margin: 2.5px; }
        .dealer-item__detail__product a i,
        .dealer-item__detail__product span i {
          margin-right: 4px; }
    .dealer-item__detail__btn {
      display: -ms-flexbox;
      display: flex;
      bottom: 0;
      left: 0;
      width: 100%;
      padding-bottom: 20px; }
      @media (max-width: 991.98px) {
        .dealer-item__detail__btn {
          padding-left: 15px;
          padding-right: 15px; } }
      .dealer-item__detail__btn .btn, .dealer-item__detail__btn body.woocommerce .button, body.woocommerce .dealer-item__detail__btn .button {
        padding: 13px 15px;
        font-size: 14px;
        width: 50%;
        margin-right: 4px;
        text-transform: uppercase; }
        @media (max-width: 767.98px) {
          .dealer-item__detail__btn .btn, .dealer-item__detail__btn body.woocommerce .button, body.woocommerce .dealer-item__detail__btn .button {
            padding-top: 10px;
            padding-bottom: 10px; } }
        .dealer-item__detail__btn .btn:last-child, .dealer-item__detail__btn body.woocommerce .button:last-child, body.woocommerce .dealer-item__detail__btn .button:last-child {
          margin-right: 0; }
  .dealer-item.active .dealer-item__detail {
    display: block; }

.dealer-search-message {
  margin: 120px auto 0;
  text-align: center;
  max-width: 400px;
  font-size: 16px;
  color: #707070; }
  @media (max-width: 767.98px) {
    .dealer-search-message {
      margin: 0;
      padding: 120px 15px;
      background-color: #fff; } }

.all-dealer-page {
  padding: 37px 0 60px; }
  @media (max-width: 1199.98px) {
    .all-dealer-page {
      padding-top: 30px;
      padding-bottom: 40px; } }
  @media (max-width: 991.98px) {
    .all-dealer-page {
      padding-top: 20px;
      padding-bottom: 40px;
      overflow: hidden; } }
  @media (max-width: 767.98px) {
    .all-dealer-page {
      padding-bottom: 0; }
      .all-dealer-page > .container {
        max-width: 100%; } }
  .all-dealer-page .find-dealer__list {
    max-height: calc(100vh - 200px); }
    @media (max-width: 1199.98px) {
      .all-dealer-page .find-dealer__list {
        max-height: 646px; } }
    @media (max-width: 991.98px) {
      .all-dealer-page .find-dealer__list {
        max-height: none; } }
  @media (max-width: 991.98px) {
    .all-dealer-page .find-dealer__filter {
      border-width: 1px 0 0;
      margin-bottom: 10px;
      padding: 5px 0; } }
  @media (max-width: 767.98px) {
    .all-dealer-page .find-dealer__filter {
      padding: 5px 15px;
      margin-bottom: 0; } }
  @media (max-width: 991.98px) {
    .all-dealer-page .find-dealer__filter__tab-mobile {
      display: none; } }
  @media (max-width: 991.98px) {
    .all-dealer-page .find-dealer__filter__result {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-order: 1;
          order: 1;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
      background-color: #fff;
      padding: 5px 0;
      width: auto;
      border: 0; } }
  @media (max-width: 991.98px) {
    .all-dealer-page .find-dealer__filter__toggle {
      -ms-flex-order: 2;
          order: 2; } }
  @media (max-width: 767.98px) {
    .all-dealer-page .find-dealer-map {
      width: calc(100% - 30px);
      margin: 0 15px 20px; } }
  .all-dealer-page #dealer-detail {
    position: relative; }
  .all-dealer-page .dealer-item {
    cursor: pointer; }
    .all-dealer-page .dealer-item__image img {
      height: auto; }
      @media (max-width: 767.98px) {
        .all-dealer-page .dealer-item__image img {
          height: 100%; } }
    .all-dealer-page .dealer-item__cta .btn-show-all {
      height: auto;
      border: 0; }
      .all-dealer-page .dealer-item__cta .btn-show-all > span {
        font-size: 10px;
        position: relative; }
        @media (max-width: 767.98px) {
          .all-dealer-page .dealer-item__cta .btn-show-all > span {
            font-size: 8px; } }
        .all-dealer-page .dealer-item__cta .btn-show-all > span:before, .all-dealer-page .dealer-item__cta .btn-show-all > span:after {
          transform: rotate(225deg);
          border-width: 0 0 2px 2px; }
        .all-dealer-page .dealer-item__cta .btn-show-all > span:before {
          margin-bottom: 0; }
        .all-dealer-page .dealer-item__cta .btn-show-all > span:after {
          position: absolute;
          top: 0;
          left: -0.7em; }
      .all-dealer-page .dealer-item__cta .btn-show-all.active > span {
        transform: none;
        margin-top: 0; }
    .all-dealer-page .dealer-item.open .dealer-item__cta .btn-show-all > span:before, .all-dealer-page .dealer-item.open .dealer-item__cta .btn-show-all > span:after, .all-dealer-page .dealer-item:hover .dealer-item__cta .btn-show-all > span:before, .all-dealer-page .dealer-item:hover .dealer-item__cta .btn-show-all > span:after {
      border-color: #e51937; }
    @media (min-width: 992px) {
      .all-dealer-page .dealer-item__detail {
        top: 5px;
        left: 10px;
        height: calc(100vh - 74px - 50px);
        width: 400px;
        background-color: transparent; }
        .all-dealer-page .dealer-item__detail > .wrapper {
          padding: 15px 15px 0;
          max-height: calc(100% - 80px);
          background-color: #fff;
          border-radius: 10px 10px 0 0; }
        .all-dealer-page .dealer-item__detail__image img {
          height: 160px; }
        .all-dealer-page .dealer-item__detail__btn {
          background-color: #fff;
          padding: 15px;
          border-radius: 0 0 10px 10px; } }

.all-dealer__back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  color: #2e2e2e;
  margin-bottom: 10px; }
  .all-dealer__back > i {
    margin-right: 10px;
    font-size: 28px; }
  @media (max-width: 991.98px) {
    .all-dealer__back {
      margin-top: 40px;
      margin-bottom: 0;
      -ms-flex-pack: center;
          justify-content: center;
      font-size: 18px; } }
  @media (max-width: 767.98px) {
    .all-dealer__back {
      margin-top: 30px;
      font-size: 16px; } }

.all-dealer__title > .title {
  text-align: center;
  font-size: 36px;
  font-family: "Luxora Grotesk";
  line-height: 1.32;
  margin-bottom: 17px;
  font-weight: 900; }
  @media (max-width: 1199.98px) {
    .all-dealer__title > .title {
      font-size: 30px;
      margin-bottom: 14px; } }
  @media (max-width: 991.98px) {
    .all-dealer__title > .title {
      font-size: 24px;
      text-align: left;
      margin-bottom: 7px; } }
  @media (max-width: 767.98px) {
    .all-dealer__title > .title {
      margin-bottom: 2px; } }

.all-dealer__search {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5); }
  @media (max-width: 991.98px) {
    .all-dealer__search {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0; }
      .all-dealer__search.open {
        margin-bottom: 20px;
        padding-bottom: 20px; }
        .all-dealer__search.open .all-dealer__search__title:after {
          transform: rotate(180deg);
          padding-left: 0; } }
  @media (max-width: 767.98px) {
    .all-dealer__search {
      border-color: rgba(112, 112, 112, 0.1); } }
  .all-dealer__search,
  .all-dealer__search > form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 991.98px) {
      .all-dealer__search,
      .all-dealer__search > form {
        display: block; } }
  .all-dealer__search__title {
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px; }
    @media (min-width: 992px) {
      .all-dealer__search__title {
        pointer-events: none; } }
    @media (max-width: 1199.98px) {
      .all-dealer__search__title {
        line-height: 1.3;
        font-size: 16px; } }
    @media (max-width: 991.98px) {
      .all-dealer__search__title {
        margin-right: 0;
        margin-bottom: 10px;
        min-width: 0;
        transform: none;
        letter-spacing: 0.6px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .all-dealer__search__title:after {
          content: "";
          font-family: "ionicons";
          margin-left: auto;
          margin-right: 0;
          font-size: 20px;
          padding-left: 15px;
          transition: all 0.2s ease-in-out; } }
    @media (max-width: 767.98px) {
      .all-dealer__search__title {
        font-size: 16px;
        letter-spacing: normal;
        margin-bottom: 6px; } }
  .all-dealer__search__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 991.98px) {
      .all-dealer__search__body {
        display: none; } }
  .all-dealer__search__select {
    height: 50px;
    width: 190px; }
    .all-dealer__search__select + .select2 {
      margin-right: 10px; }
    @media (max-width: 991.98px) {
      .all-dealer__search__select {
        width: 100%; }
        .all-dealer__search__select + .select2 {
          margin-bottom: 10px;
          margin-right: 0;
          width: 100% !important; } }
  .all-dealer__search .select2-container {
    outline: 0; }
    .all-dealer__search .select2-container .select2-selection--single {
      height: 40px;
      border-radius: 0;
      outline: 0; }
      .all-dealer__search .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 12px;
        line-height: 40px;
        color: #1d1c1c;
        font-size: 14px; }
      .all-dealer__search .select2-container .select2-selection--single .select2-selection__arrow {
        height: 40px;
        width: 30px; }
        .all-dealer__search .select2-container .select2-selection--single .select2-selection__arrow b {
          border-width: 7px 5px 0 5px;
          border-color: #1d1c1c transparent transparent transparent; }
    .all-dealer__search .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-width: 0 5px 7px 5px;
      border-color: transparent transparent #1d1c1c transparent; }
  .all-dealer__search .btn, .all-dealer__search body.woocommerce .button, body.woocommerce .all-dealer__search .button {
    font-size: 14px;
    height: 40px;
    padding: 0 40px;
    font-weight: 500;
    letter-spacing: 0.2px;
    cursor: pointer; }
    @media (max-width: 1199.98px) {
      .all-dealer__search .btn, .all-dealer__search body.woocommerce .button, body.woocommerce .all-dealer__search .button {
        white-space: nowrap;
        padding: 0 30px; } }
    @media (max-width: 991.98px) {
      .all-dealer__search .btn, .all-dealer__search body.woocommerce .button, body.woocommerce .all-dealer__search .button {
        width: 100%; } }

.sizing-page {
  padding-bottom: 60px; }
  .sizing-page .page-title {
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .sizing-page .page-title {
        margin-bottom: 10px;
        padding-bottom: 0; }
        .sizing-page .page-title .title {
          font-size: 22px; }
        .sizing-page .page-title .compare {
          display: none; } }
  .sizing-page .page-subtitle {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px; }
    @media (max-width: 991.98px) {
      .sizing-page .page-subtitle {
        margin-bottom: 10px;
        font-size: 16px;
        text-align: left; }
        .sizing-page .page-subtitle p {
          margin-bottom: 0; } }
    @media (max-width: 767.98px) {
      .sizing-page .page-subtitle {
        line-height: 1.4;
        margin-bottom: 15px; } }
  .sizing-page .category-list {
    margin-top: 0;
    margin-bottom: 30px;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media (max-width: 767.98px) {
      .sizing-page .category-list {
        margin-bottom: 20px; } }
    .sizing-page .category-list .current a {
      padding-left: 30px;
      padding-right: 30px; }
  .sizing-page .mobile-find-my-size {
    display: none; }
    @media (max-width: 767.98px) {
      .sizing-page .mobile-find-my-size {
        display: block;
        margin-bottom: 20px; }
        .sizing-page .mobile-find-my-size > .compare {
          font-size: 12px;
          text-transform: uppercase;
          padding: 10px 14px; } }

.sizing-step {
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    .sizing-step {
      margin-bottom: 30px; }
      .sizing-step > .row {
        margin: 0 -10px; }
        .sizing-step > .row > [class|="col"] {
          padding: 0 10px; } }
  @media (max-width: 767.98px) {
    .sizing-step {
      margin-bottom: 0px; } }
  .sizing-step p {
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .sizing-step__item {
      margin-bottom: 18px; } }
  .sizing-step__image {
    position: relative;
    margin-bottom: 15px;
    padding-top: 66%; }
    @media (max-width: 991.98px) {
      .sizing-step__image {
        margin-bottom: 10px; } }
    .sizing-step__image img {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: center; }
    .sizing-step__image .step-number {
      position: absolute;
      left: 0;
      bottom: 0;
      min-width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      padding: 0 10px;
      background-color: #000;
      color: #fff;
      font-size: 16px;
      font-family: "Luxora Grotesk";
      font-weight: 700; }
  .sizing-step__title {
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 7px;
    font-size: 20px; }
    @media (max-width: 991.98px) {
      .sizing-step__title {
        font-size: 18px;
        margin-bottom: 4px; } }
  .sizing-step__excerpt {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.04px; }
    @media (max-width: 991.98px) {
      .sizing-step__excerpt {
        line-height: 1.3; } }

.sizing-blockquote {
  padding: 20px 30px;
  font-style: italic;
  background-color: #f5f5f5;
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: 0.05px;
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .sizing-blockquote {
      padding: 15px 20px;
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 1.3;
      font-weight: 400; } }
  .sizing-blockquote p {
    margin-bottom: 0; }

.sizing-table {
  border: 0;
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .sizing-table {
      margin-bottom: 0; }
      .sizing-table-wrapper .table-responsive {
        margin-bottom: 24px; }
      .sizing-table-title {
        font-weight: 700;
        font-size: 16px; } }
  .sizing-table th,
  .sizing-table td {
    border: 0; }
  .sizing-table thead th {
    font-size: 18px;
    border-bottom: 1px solid #707070;
    text-align: center;
    padding: 10px 15px; }
    @media (max-width: 991.98px) {
      .sizing-table thead th {
        font-size: 16px;
        line-height: 1.3; } }
    @media (max-width: 767.98px) {
      .sizing-table thead th {
        font-size: 12px;
        padding: 10px 4px; }
        .sizing-table thead th.mobile-break {
          min-width: auto; } }
    .sizing-table thead th:first-child {
      text-align: left; }
      @media (max-width: 767.98px) {
        .sizing-table thead th:first-child {
          font-size: 0; } }
  .sizing-table tbody th,
  .sizing-table tbody td {
    font-size: 16px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    text-align: center;
    padding: 10px 15px; }
    @media (max-width: 991.98px) {
      .sizing-table tbody th,
      .sizing-table tbody td {
        font-size: 14px; } }
    @media (max-width: 767.98px) {
      .sizing-table tbody th,
      .sizing-table tbody td {
        font-size: 12px;
        padding: 10px 4px; }
        .sizing-table tbody th.mobile-break,
        .sizing-table tbody td.mobile-break {
          min-width: auto; } }
    .sizing-table tbody th:first-child,
    .sizing-table tbody td:first-child {
      text-align: left; }
    .sizing-table tbody th i,
    .sizing-table tbody td i {
      color: #e51937;
      font-size: 22px; }
      @media (max-width: 767.98px) {
        .sizing-table tbody th i,
        .sizing-table tbody td i {
          font-size: 18px; } }

.faq-page-container {
  margin-bottom: 130px; }
  @media (max-width: 767.98px) {
    .faq-page-container {
      margin-bottom: 40px; } }
  .faq-page-container__title {
    text-align: center;
    color: #707070;
    font-size: 18px;
    margin-bottom: 45px; }
    @media (max-width: 767.98px) {
      .faq-page-container__title {
        font-size: 12px;
        margin-bottom: 15px; } }
  .faq-page-container .product-faq {
    padding: 0; }
    .faq-page-container .product-faq__list .toggle {
      padding-right: 25px;
      padding-left: 20px; }
      .faq-page-container .product-faq__list .toggle:before {
        left: auto;
        right: 0; }
      .faq-page-container .product-faq__list .toggle:after {
        left: auto;
        right: 5px; }
    .faq-page-container .product-faq__list .detail {
      padding-left: 20px; }

.faq-search {
  padding: 100px 0 60px;
  margin-bottom: 50px; }
  @media (max-width: 767.98px) {
    .faq-search {
      padding-top: 60px;
      padding-bottom: 20px;
      margin-bottom: 27px; } }
  .faq-search__title {
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: "Luxora Grotesk";
    line-height: 1.2; }
    @media (max-width: 767.98px) {
      .faq-search__title {
        font-size: 25px; } }
  .faq-search__form {
    max-width: 580px;
    margin: 0 auto; }
    .faq-search__form .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: relative;
      z-index: 9; }
    .faq-search__form .form-control {
      height: 50px;
      -ms-flex-positive: 1;
          flex-grow: 1;
      padding: 0 20px;
      border: 0;
      outline: 0; }
      .faq-search__form .form-control::-moz-placeholder {
        color: #707070;
        opacity: 1; }
      .faq-search__form .form-control:-ms-input-placeholder {
        color: #707070; }
      .faq-search__form .form-control::-webkit-input-placeholder {
        color: #707070; }
      @media (max-width: 767.98px) {
        .faq-search__form .form-control {
          height: 35px;
          font-size: 12px;
          padding: 0 15px; } }
    .faq-search__form .faq-suggestion {
      display: none;
      position: absolute;
      left: 0;
      top: 50px;
      background-color: #fff;
      border: 1px solid rgba(112, 112, 112, 0.3);
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%;
      max-height: 400px;
      overflow-y: auto; }
      .faq-search__form .faq-suggestion::-webkit-scrollbar {
        width: 6px; }
      .faq-search__form .faq-suggestion::-webkit-scrollbar-track {
        background: #f1f1f1; }
      .faq-search__form .faq-suggestion::-webkit-scrollbar-thumb {
        background: #b3b3b3; }
        .faq-search__form .faq-suggestion::-webkit-scrollbar-thumb:hover {
          background: #838383; }
      @media (max-width: 767.98px) {
        .faq-search__form .faq-suggestion {
          top: 36px; } }
      .faq-search__form .faq-suggestion > li {
        border-bottom: 1px solid rgba(112, 112, 112, 0.3); }
        .faq-search__form .faq-suggestion > li:last-child {
          border-bottom: 0; }
      .faq-search__form .faq-suggestion a {
        display: block;
        color: #2e2e2e;
        padding: 18px 20px;
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        @media (max-width: 767.98px) {
          .faq-search__form .faq-suggestion a {
            padding: 8px 14px;
            font-size: 12px; } }
        .faq-search__form .faq-suggestion a:hover {
          background-color: #f5f5f5;
          color: #e51937; }
    .faq-search__form .btn, .faq-search__form body.woocommerce .button, body.woocommerce .faq-search__form .button {
      background-color: #1d1c1c;
      color: #fff;
      height: 50px;
      font-size: 26px;
      padding: 0 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (max-width: 767.98px) {
        .faq-search__form .btn, .faq-search__form body.woocommerce .button, body.woocommerce .faq-search__form .button {
          height: 40px;
          font-size: 18px;
          padding: 0 14px; } }

.faq-tab {
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .faq-tab {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 20px; } }
  .faq-tab ul {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 767.98px) {
      .faq-tab ul {
        margin: 0;
        padding-bottom: 14px;
        overflow-x: auto;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    .faq-tab ul > li {
      -ms-flex-positive: 1;
          flex-grow: 1;
      padding: 0 10px; }
      @media (max-width: 767.98px) {
        .faq-tab ul > li {
          padding: 0 5px; } }
    .faq-tab ul a {
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
      border-radius: 5px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      height: 150px;
      color: #535353;
      font-size: 16px;
      font-weight: 700;
      border: 1px solid transparent; }
      @media (max-width: 767.98px) {
        .faq-tab ul a {
          font-size: 13px;
          height: 100px;
          min-width: 100px; } }
      .faq-tab ul a > i {
        color: #bebebe;
        font-size: 48px;
        display: block;
        margin-bottom: 8px;
        line-height: 1;
        transition: inherit; }
        @media (max-width: 767.98px) {
          .faq-tab ul a > i {
            font-size: 24px;
            margin-bottom: 2px; } }
      .faq-tab ul a:hover, .faq-tab ul a.active {
        border-color: #e51937; }
        .faq-tab ul a:hover > i, .faq-tab ul a.active > i {
          color: #e51937; }

.faq-content__item {
  display: none; }
  .faq-content__item.opened {
    display: block; }

.faq-content__title {
  text-align: center;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 700; }
  @media (max-width: 767.98px) {
    .faq-content__title {
      font-size: 18px;
      margin-bottom: 5px; } }

.faq-content__subtitle {
  font-size: 18px;
  color: #b5b5b5;
  text-align: center;
  margin-bottom: 50px; }
  @media (max-width: 767.98px) {
    .faq-content__subtitle {
      font-size: 12px;
      line-height: 1.4;
      max-width: 180px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 16px; } }

.archive-detail-page {
  margin-bottom: 120px; }
  @media (max-width: 767.98px) {
    .archive-detail-page {
      margin-bottom: 40px; } }

.archive-detail__overview {
  background: transparent linear-gradient(180deg, #060606 80%, #fff 20%);
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .archive-detail__overview {
      background: transparent linear-gradient(180deg, #060606 70%, #fff 30%); } }

.archive-detail__title > .back-btn {
  color: #707070;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px; }
  @media (max-width: 767.98px) {
    .archive-detail__title > .back-btn {
      display: none; } }
  .archive-detail__title > .back-btn > i {
    font-size: 20px;
    margin-right: 10px;
    transition: inherit; }
  .archive-detail__title > .back-btn:hover > i {
    color: #e51937; }

.archive-detail__title > .title {
  font-weight: 700;
  color: #fff;
  font-size: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767.98px) {
    .archive-detail__title > .title {
      font-size: 22px; } }
  .archive-detail__title > .title .year {
    margin-left: 10px;
    display: block;
    font-size: 14px;
    color: #fff;
    background-color: #e51937;
    border-radius: 5px;
    font-weight: 400;
    padding: 2px 8px; }
    @media (max-width: 767.98px) {
      .archive-detail__title > .title .year {
        font-size: 11px;
        padding: 2px 4px; } }

.archive-detail__product {
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (max-width: 991.98px) {
    .archive-detail__product {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .archive-detail__product .color-selector {
    width: 200px;
    height: 40px;
    margin-bottom: 50px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (max-width: 1199.98px) {
      .archive-detail__product .color-selector {
        height: 28px;
        width: 130px;
        gap: 10px; } }
    @media (max-width: 991.98px) {
      .archive-detail__product .color-selector {
        width: 100%;
        -ms-flex-order: 2;
            order: 2;
        -ms-flex-pack: center;
            justify-content: center; } }
    @media (max-width: 767.98px) {
      .archive-detail__product .color-selector {
        margin-bottom: 0;
        gap: 10px; } }
  .archive-detail__product .color-item {
    width: 28px;
    height: 28px;
    margin-right: 0;
    cursor: pointer;
    position: relative; }
    @media (max-width: 1199.98px) {
      .archive-detail__product .color-item {
        width: 22px;
        height: 22px; } }
    @media (max-width: 767.98px) {
      .archive-detail__product .color-item {
        width: 20px;
        height: 20px;
        margin-right: 0; }
        .archive-detail__product .color-item:last-child {
          margin-right: 0; } }
    .archive-detail__product .color-item:before {
      border: 1px solid rgba(112, 112, 112, 0.5);
      position: absolute;
      content: "";
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .archive-detail__product .color-item img {
      display: block;
      border-radius: 50%; }
    .archive-detail__product .color-item.active {
      background-color: transparent; }
      .archive-detail__product .color-item.active:before {
        border: 2px solid #707070; }
  .archive-detail__product__slider {
    width: 640px;
    margin: 0 30px;
    position: static; }
    @media (max-width: 1199.98px) {
      .archive-detail__product__slider {
        width: 540px; } }
    @media (max-width: 991.98px) {
      .archive-detail__product__slider {
        -ms-flex-order: 1;
            order: 1;
        width: 100%;
        padding: 0 40px;
        margin: 0; } }
    @media (max-width: 767.98px) {
      .archive-detail__product__slider {
        padding: 0 14px; } }
    .archive-detail__product__slider .slick-arrow {
      width: 50px;
      height: 50px;
      z-index: 9;
      transition: all 0.2s ease-in;
      top: 35%;
      opacity: 0; }
      @media (max-width: 991.98px) {
        .archive-detail__product__slider .slick-arrow {
          opacity: 1; } }
      @media (max-width: 767.98px) {
        .archive-detail__product__slider .slick-arrow {
          width: 30px;
          height: 30px; } }
      .archive-detail__product__slider .slick-arrow:before {
        opacity: 0.7;
        color: #fff;
        font-size: 34px;
        font-family: "ionicons"; }
        @media (max-width: 767.98px) {
          .archive-detail__product__slider .slick-arrow:before {
            font-size: 24px; } }
      .archive-detail__product__slider .slick-arrow.slick-disabled {
        opacity: 0;
        visibility: hidden;
        pointer-events: none; }
      .archive-detail__product__slider .slick-arrow:hover {
        opacity: 1; }
    .archive-detail__product__slider .slick-prev {
      left: 0; }
      .archive-detail__product__slider .slick-prev:before {
        content: ""; }
    .archive-detail__product__slider .slick-next {
      right: 0; }
      .archive-detail__product__slider .slick-next:before {
        content: ""; }
  .archive-detail__product__info {
    -ms-flex-item-align: center;
        align-self: center;
    color: #fff;
    list-style: none;
    padding: 10px 0 10px 20px;
    margin: 0;
    border-left: 1px solid rgba(112, 112, 112, 0.5);
    letter-spacing: 0.2px;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 12%; }
    @media (max-width: 991.98px) {
      .archive-detail__product__info {
        display: none; } }
    .archive-detail__product__info > li + li {
      margin-top: 15px; }
    .archive-detail__product__info > li > label {
      color: #bebebe;
      display: block;
      margin-bottom: 3px; }
    .archive-detail__product__info > li > .value {
      font-weight: 500;
      font-style: italic; }
    .archive-detail__product__info .tooltip:hover .tooltip-content {
      left: 0; }
  .archive-detail__product:hover .archive-detail__product__slider .slick-arrow {
    opacity: 1; }

.archive-detail__tab {
  background-color: #f5f5f5;
  padding: 40px 0; }
  @media (max-width: 767.98px) {
    .archive-detail__tab {
      padding: 8px 0;
      margin-bottom: 20px; } }
  .archive-detail__tab .tab-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 767.98px) {
      .archive-detail__tab .tab-menu {
        overflow-x: auto;
        margin-left: -15px;
        margin-right: -15px;
        overflow: auto;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */ }
        .archive-detail__tab .tab-menu::-webkit-scrollbar {
          display: none;
          /* Chrome, Safari, Opera */ }
        .archive-detail__tab .tab-menu > li:first-child {
          margin-left: 45px; }
        .archive-detail__tab .tab-menu > li:last-child {
          margin-right: 20px; } }
    .archive-detail__tab .tab-menu a {
      display: block;
      font-size: 18px;
      color: #2e2e2e;
      font-weight: 500;
      padding: 6px 30px;
      text-wrap: nowrap; }
      @media (max-width: 767.98px) {
        .archive-detail__tab .tab-menu a {
          font-size: 14px;
          padding: 4px 12px; } }
    .archive-detail__tab .tab-menu .current-item a {
      border: 1px solid #e51937;
      color: #e51937; }

.archive-detail__content__item {
  display: none; }
  .archive-detail__content__item.opened {
    display: block; }

.archive-detail__content .product-support a {
  margin-top: 30px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 500;
  font-size: 24px;
  color: #707070;
  border: 1px solid rgba(112, 112, 112, 0.5); }
  @media (max-width: 767.98px) {
    .archive-detail__content .product-support a {
      font-size: 15px;
      padding: 10px 14px;
      margin-bottom: 30px; } }
  .archive-detail__content .product-support a > i {
    margin-right: 15px; }
    @media (max-width: 767.98px) {
      .archive-detail__content .product-support a > i {
        margin-right: 10px;
        font-size: 18px; } }

.archive-detail__content .product-geometry__size {
  display: none; }

.archive-detail__content .back-prev-page {
  margin-top: 0; }

.contact-us {
  background-color: #000;
  position: relative; }
  .contact-us__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 425px;
    width: 100%;
    background-size: cover;
    background-position: center; }
    @media (max-width: 991.98px) {
      .contact-us__bg {
        position: relative;
        height: auto;
        padding-top: 50%; } }
    .contact-us__bg:after {
      content: "";
      background: linear-gradient(180deg, transparent 0, #000 100%);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40%; }
  .contact-us__title {
    font-family: "Luxora Grotesk";
    font-size: 48px;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0.12px;
    margin-bottom: 30px;
    font-weight: 900; }
    @media (max-width: 991.98px) {
      .contact-us__title {
        font-size: 30px;
        margin-top: -60px; } }
    @media (max-width: 767.98px) {
      .contact-us__title {
        font-size: 24px;
        font-weight: 700;
        max-width: 200px; } }
  .contact-us__detail {
    color: #a3a3a3;
    margin-bottom: 50px;
    font-size: 20px; }
  .contact-us__operational-hours {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-color: #1d1c1c;
    padding: 30px 30px;
    margin: 0; }
    @media (max-width: 767.98px) {
      .contact-us__operational-hours {
        padding: 15px; } }
    .contact-us__operational-hours > .title {
      font-size: 18px;
      letter-spacing: 1.8px;
      font-weight: 600;
      padding-right: 20px;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 767.98px) {
        .contact-us__operational-hours > .title {
          font-size: 14px;
          padding-right: 15px;
          max-width: 110px;
          line-height: 1.3;
          letter-spacing: normal; } }
    .contact-us__operational-hours > ul {
      list-style: none;
      padding: 0;
      padding-left: 20px;
      margin: 0;
      width: 100%; }
      @media (max-width: 767.98px) {
        .contact-us__operational-hours > ul {
          padding-left: 15px; } }
      .contact-us__operational-hours > ul > li {
        margin-bottom: 15px; }
        @media (max-width: 767.98px) {
          .contact-us__operational-hours > ul > li {
            margin-bottom: 10px; } }
        .contact-us__operational-hours > ul > li:last-child {
          margin-bottom: 0; }
      .contact-us__operational-hours > ul .label {
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        margin-bottom: 5px;
        line-height: 1.3; }
        @media (max-width: 767.98px) {
          .contact-us__operational-hours > ul .label {
            font-size: 13px;
            margin-bottom: 2px; } }
      .contact-us__operational-hours > ul .value {
        color: #a3a3a3;
        font-size: 16px;
        line-height: 1.3; }
        @media (max-width: 767.98px) {
          .contact-us__operational-hours > ul .value {
            font-size: 13px; } }
  .contact-us__form {
    margin: 80px 0;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff; }
    @media (max-width: 991.98px) {
      .contact-us__form {
        margin: 30px 0; } }
    @media (max-width: 767.98px) {
      .contact-us__form {
        padding: 20px; } }
    .contact-us__form__title {
      font-size: 24px;
      font-weight: 900;
      margin-bottom: 5px;
      line-height: 1.3; }
      @media (max-width: 767.98px) {
        .contact-us__form__title {
          font-size: 22px; } }
    .contact-us__form__subtitle {
      letter-spacing: 0.32px;
      font-size: 14px;
      line-height: 1.3; }
    .contact-us__form .wp-block-contact-form-7-contact-form-selector {
      margin-top: 20px; }
    .contact-us__form .wpcf7-form > p {
      margin-bottom: 20px; }
      @media (max-width: 767.98px) {
        .contact-us__form .wpcf7-form > p {
          margin-bottom: 15px; } }
      .contact-us__form .wpcf7-form > p > label {
        display: block;
        font-size: 16px;
        letter-spacing: 0.03px;
        color: #000; }
        @media (max-width: 767.98px) {
          .contact-us__form .wpcf7-form > p > label {
            font-size: 14px;
            font-weight: 600; } }
        .contact-us__form .wpcf7-form > p > label > .required-mark {
          color: #ff0000; }
      .contact-us__form .wpcf7-form > p:last-of-type {
        margin-bottom: 0; }
    .contact-us__form .wpcf7-form .wpcf7-form-control-wrap {
      display: block;
      margin-top: 8px; }
      @media (max-width: 767.98px) {
        .contact-us__form .wpcf7-form .wpcf7-form-control-wrap {
          margin-top: 4px; } }
    .contact-us__form .wpcf7-form .wpcf7-form-control {
      border: 1px solid #707070;
      height: 44px;
      padding: 12px 20px;
      font-size: 14px;
      color: #000;
      width: 100%;
      display: block;
      background-color: #fff;
      outline: 0; }
      .contact-us__form .wpcf7-form .wpcf7-form-control::-moz-placeholder {
        color: #464646;
        opacity: 1; }
      .contact-us__form .wpcf7-form .wpcf7-form-control:-ms-input-placeholder {
        color: #464646; }
      .contact-us__form .wpcf7-form .wpcf7-form-control::-webkit-input-placeholder {
        color: #464646; }
      @media (max-width: 767.98px) {
        .contact-us__form .wpcf7-form .wpcf7-form-control {
          height: 40px;
          padding: 0 14px; } }
    .contact-us__form .wpcf7-form textarea.wpcf7-form-control {
      height: auto;
      max-height: 160px; }
      @media (max-width: 767.98px) {
        .contact-us__form .wpcf7-form textarea.wpcf7-form-control {
          padding-top: 12px;
          padding-bottom: 12px;
          max-height: 100px; } }
    .contact-us__form .wpcf7-form input[type="file"].wpcf7-form-control {
      border: 0;
      padding: 0;
      height: auto; }
    .contact-us__form .wpcf7-form .wpcf7-form-control.wpcf7-submit {
      margin-top: 30px;
      background-color: #000;
      color: #fff;
      height: 50px;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 0.04px;
      cursor: pointer;
      font-weight: 500; }
      @media (max-width: 767.98px) {
        .contact-us__form .wpcf7-form .wpcf7-form-control.wpcf7-submit {
          height: 40px;
          font-size: 14px; } }

.classification-overview {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (max-width: 991.98px) {
    .classification-overview {
      height: 200px; } }
  @media (max-width: 767.98px) {
    .classification-overview {
      height: 140px; } }
  .classification-overview:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2); }
  .classification-overview > .container {
    position: relative; }
  .classification-overview__title {
    color: #fff;
    text-align: center;
    font-family: "Luxora Grotesk";
    font-size: 50px;
    font-weight: 900; }
    @media (max-width: 991.98px) {
      .classification-overview__title {
        font-size: 40px; } }
    @media (max-width: 767.98px) {
      .classification-overview__title {
        font-size: 24px; } }

.classification-page .breadcrumb {
  margin: 20px 0 10px; }
  @media (max-width: 767.98px) {
    .classification-page .breadcrumb {
      margin-top: 15px; } }

.classification-tab {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.161);
  position: relative;
  z-index: 1; }
  @media (max-width: 767.98px) {
    .classification-tab {
      border-top: 1px solid rgba(46, 46, 46, 0.1); } }
  .classification-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 991.98px) {
      .classification-tab ul {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    .classification-tab ul li {
      margin: 0 20px; }
      @media (max-width: 991.98px) {
        .classification-tab ul li {
          margin: 0 10px 0 0; }
          .classification-tab ul li:last-child {
            margin-right: 0; }
          .classification-tab ul li > a[href|="class"]:hover {
            color: #707070;
            border-color: transparent; } }
  .classification-tab a {
    padding: 25px;
    display: block;
    font-size: 60px;
    color: #707070;
    border-bottom: 1px solid transparent; }
    @media (max-width: 991.98px) {
      .classification-tab a {
        padding: 15px; } }
    @media (max-width: 767.98px) {
      .classification-tab a {
        padding: 10px 0;
        font-size: 40px; } }
    .classification-tab a > svg rect,
    .classification-tab a > svg path {
      fill: currentColor; }
    .classification-tab a > svg > g > g:last-child polygon {
      fill: currentColor; }
    .classification-tab a.active[href="class-1"], .classification-tab a:hover[href="class-1"] {
      color: #2bace2;
      border-color: #2bace2; }
    .classification-tab a.active[href="class-2"], .classification-tab a:hover[href="class-2"] {
      color: #3db54a;
      border-color: #3db54a; }
    .classification-tab a.active[href="class-3"], .classification-tab a:hover[href="class-3"] {
      color: #ffde11;
      border-color: #ffde11; }
    .classification-tab a.active[href="class-4"], .classification-tab a:hover[href="class-4"] {
      color: #f89521;
      border-color: #f89521; }
    .classification-tab a.active[href="class-5"], .classification-tab a:hover[href="class-5"] {
      color: #ec2227;
      border-color: #ec2227; }
    .classification-tab a.active[href="class-6"], .classification-tab a:hover[href="class-6"] {
      color: #231f20;
      border-color: #231f20; }
  .classification-tab svg {
    display: block;
    width: 1em;
    height: 1em; }

.classification-content {
  background-color: #f5f5f5;
  padding: 60px 0 90px; }
  @media (max-width: 767.98px) {
    .classification-content {
      padding: 30px 0; } }
  @media (max-width: 991.98px) {
    .classification-content__slider {
      margin: 0 1px; } }
  .classification-content__slider .slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 9;
    transition: all 0.2s ease-in; }
    @media (max-width: 991.98px) {
      .classification-content__slider .slick-arrow {
        top: 120px;
        transform: none; } }
    @media (max-width: 767.98px) {
      .classification-content__slider .slick-arrow {
        top: 70px; } }
    .classification-content__slider .slick-arrow:before {
      opacity: 1;
      color: #d3d2d2;
      font-size: 34px;
      font-family: "ionicons";
      transition: inherit; }
      @media (max-width: 991.98px) {
        .classification-content__slider .slick-arrow:before {
          font-size: 30px; } }
      @media (max-width: 767.98px) {
        .classification-content__slider .slick-arrow:before {
          font-size: 24px; } }
    .classification-content__slider .slick-arrow.slick-disabled {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    .classification-content__slider .slick-arrow:hover:before {
      color: #b9b9b9; }
  .classification-content__slider .slick-prev {
    left: -70px; }
    @media (max-width: 991.98px) {
      .classification-content__slider .slick-prev {
        left: 14px; } }
    @media (max-width: 767.98px) {
      .classification-content__slider .slick-prev {
        left: 0; } }
    .classification-content__slider .slick-prev:before {
      content: ""; }
  .classification-content__slider .slick-next {
    right: -70px; }
    @media (max-width: 991.98px) {
      .classification-content__slider .slick-next {
        right: 14px; } }
    @media (max-width: 767.98px) {
      .classification-content__slider .slick-next {
        right: 0; } }
    .classification-content__slider .slick-next:before {
      content: ""; }
  .classification-content .classification-image {
    padding: 0 30px;
    position: relative; }
    @media (max-width: 991.98px) {
      .classification-content .classification-image {
        margin-bottom: 30px;
        padding: 0; } }
    @media (max-width: 767.98px) {
      .classification-content .classification-image {
        margin-bottom: 14px; } }
    .classification-content .classification-image:before {
      content: "";
      width: 100%;
      height: 80%;
      position: absolute;
      left: 0;
      top: 10%;
      background-color: #000;
      border-radius: 5px;
      z-index: 1; }
      @media (max-width: 991.98px) {
        .classification-content .classification-image:before {
          display: none; } }
    .classification-content .classification-image img {
      display: block;
      width: 100%;
      height: 250px;
      object-fit: cover;
      object-position: center;
      position: relative;
      z-index: 2; }
      @media (max-width: 991.98px) {
        .classification-content .classification-image img {
          height: 300px; } }
      @media (max-width: 767.98px) {
        .classification-content .classification-image img {
          height: 180px; } }
  .classification-content .classification-desc__class {
    font-size: 14px;
    color: #2e2e2e;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.1;
    letter-spacing: 0.03px; }
    @media (max-width: 767.98px) {
      .classification-content .classification-desc__class {
        font-size: 12px; } }
  .classification-content .classification-desc__title {
    font-size: 26px;
    color: #000;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.06px;
    line-height: 1.3; }
    @media (max-width: 767.98px) {
      .classification-content .classification-desc__title {
        font-size: 20px;
        font-style: normal; } }
  .classification-content .classification-desc__detail {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.04px;
    margin-bottom: 15px;
    line-height: 1.5; }
    @media (max-width: 767.98px) {
      .classification-content .classification-desc__detail {
        font-size: 14px;
        line-height: 1.3; } }
  .classification-content .classification-desc__list {
    background-color: #ececec;
    padding: 14px 20px;
    padding-left: 40px;
    font-size: 16px;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .classification-content .classification-desc__list {
        font-size: 14px;
        margin-bottom: 15px; } }
  .classification-content .classification-desc__category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 16px;
    letter-spacing: 0.04px;
    color: #2e2e2e; }
    @media (max-width: 767.98px) {
      .classification-content .classification-desc__category {
        font-size: 14px; } }
    .classification-content .classification-desc__category > .label {
      margin-right: 20px; }
    .classification-content .classification-desc__category > ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-weight: 700;
      font-style: italic;
      line-height: 1.1; }
      .classification-content .classification-desc__category > ul li + li {
        border-left: 1px solid #707070;
        padding-left: 15px;
        margin-left: 15px; }

.teams-page {
  background-color: #000; }
  @media (max-width: 767.98px) {
    .teams-page {
      padding-bottom: 20px; } }
  .teams-page-overview {
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .teams-page-overview {
        margin-bottom: 40px; } }
    .teams-page-overview__bg {
      height: 400px;
      background-size: cover;
      background-position: center;
      position: relative; }
      @media (max-width: 767.98px) {
        .teams-page-overview__bg {
          display: none; } }
      .teams-page-overview__bg:after {
        content: "";
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%; }
      .teams-page-overview__bg .wp-video-popup {
        bottom: 50%;
        transform: translate(-50%, 50%); }
        .teams-page-overview__bg .wp-video-popup svg {
          width: 60px;
          height: 60px; }
    .teams-page-overview__title, .teams-page-overview__desc {
      color: #fff;
      position: relative;
      z-index: 1; }
    .teams-page-overview__title {
      font-family: "Luxora Grotesk";
      font-size: 60px;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 20px;
      margin-top: -0.5em; }
      @media (max-width: 991.98px) {
        .teams-page-overview__title {
          font-size: 40px; } }
      @media (max-width: 767.98px) {
        .teams-page-overview__title {
          padding-top: 20px;
          margin-top: 0;
          font-size: 25px;
          margin-bottom: 10px; } }
    .teams-page-overview__desc {
      font-size: 18px;
      letter-spacing: 0.25px;
      color: #a3a3a3;
      line-height: 1.6; }
      @media (max-width: 767.98px) {
        .teams-page-overview__desc {
          font-size: 12px;
          line-height: 1.4; } }
    .teams-page-overview__back {
      color: #fff;
      letter-spacing: 0.25px;
      font-size: 18px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .teams-page-overview__back > i {
        font-size: 1.3em;
        margin-right: 10px; }

.teams-rider-list > .container > .row {
  margin: 0 -20px; }
  @media (max-width: 767.98px) {
    .teams-rider-list > .container > .row {
      margin: 0 -15px; } }
  .teams-rider-list > .container > .row > [class|="col"] {
    padding: 0 20px; }
    @media (max-width: 767.98px) {
      .teams-rider-list > .container > .row > [class|="col"] {
        padding: 0 15px; } }

.teams-rider-item {
  position: relative;
  margin-bottom: 60px; }
  @media (max-width: 767.98px) {
    .teams-rider-item {
      margin-bottom: 30px; } }
  .teams-rider-item > .link-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .teams-rider-item__category {
    font-family: "Luxora Grotesk";
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #707070;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    margin-bottom: 8px; }
    @media (max-width: 991.98px) {
      .teams-rider-item__category {
        font-size: 16px; } }
    @media (max-width: 767.98px) {
      .teams-rider-item__category {
        padding-left: 20px;
        font-size: 15px; } }
    .teams-rider-item__category > span {
      display: block;
      position: relative;
      padding: 10px 20px 5px;
      margin-left: -0.6em; }
      @media (max-width: 767.98px) {
        .teams-rider-item__category > span {
          padding: 8px 20px 3px; } }
      .teams-rider-item__category > span:before {
        content: "";
        width: 100%;
        height: 100%;
        border: 1px solid #707070;
        position: absolute;
        left: 0;
        top: 0;
        transform: skew(30deg); }
  .teams-rider-item__image {
    position: relative;
    filter: grayscale(100%);
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
    overflow: hidden; }
    .teams-rider-item__image .image-cover-box {
      padding-top: 66.6666666667%;
      transition: inherit; }
      .teams-rider-item__image .image-cover-box > img {
        object-position: top center; }
  .teams-rider-item__name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px 15px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    background: transparent linear-gradient(269deg, rgba(229, 25, 55, 0) 0%, rgba(229, 25, 55, 0.851) 52%, rgba(255, 203, 203, 0) 100%) 0% 0% no-repeat padding-box; }
  .teams-rider-item__country {
    font-size: 16px;
    line-height: 1.2;
    color: #a3a3a3;
    text-align: center;
    transition: all 0.2s ease-in-out; }
  .teams-rider-item:hover .teams-rider-item__image {
    filter: grayscale(0); }
    .teams-rider-item:hover .teams-rider-item__image .image-cover-box {
      transform: scale(1.1); }
  .teams-rider-item:hover .teams-rider-item__name {
    transform: scale(1.1); }
  .teams-rider-item:hover .teams-rider-item__country {
    color: #fff; }

.rider-detail {
  margin-top: 60px; }
  @media (max-width: 767.98px) {
    .rider-detail {
      margin-top: 20px; } }
  .rider-detail > .row {
    margin: 0 -30px; }
    @media (max-width: 767.98px) {
      .rider-detail > .row {
        margin: 0 -15px; } }
    .rider-detail > .row [class*="col"] {
      padding: 0 30px; }
      @media (max-width: 767.98px) {
        .rider-detail > .row [class*="col"] {
          padding: 0 15px; } }
      .rider-detail > .row [class*="col"]:first-child {
        border-right: 1px solid #707070; }
  .rider-detail__tagline {
    color: #aeaeae;
    font-weight: 600;
    font-style: italic;
    font-size: 22px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    letter-spacing: 0.32px;
    line-height: 1.40625; }
    .rider-detail__tagline p {
      margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .rider-detail__tagline {
        padding: 13px 0;
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
        display: block;
        height: auto;
        background: transparent linear-gradient(269deg, transparent 0, rgba(36, 36, 36, 0.851) 52%, rgba(57, 57, 57, 0) 100%) 0 0 no-repeat padding-box; } }
  .rider-detail__desc {
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .rider-detail__desc {
        margin-bottom: 20px; } }
    .rider-detail__desc p {
      color: #a3a3a3;
      font-size: 18px;
      letter-spacing: 0.25px;
      margin-bottom: 20px;
      line-height: 1.6; }
      @media (max-width: 767.98px) {
        .rider-detail__desc p {
          font-size: 14px; } }
      .rider-detail__desc p:last-child {
        margin-bottom: 0; }
      .rider-detail__desc p a {
        color: inherit; }
        .rider-detail__desc p a:hover {
          color: #e51937; }
  .rider-detail__list {
    padding: 0; }
    @media (max-width: 767.98px) {
      .rider-detail__list {
        padding-left: 10px;
        margin-left: 10px;
        border-left: 1px solid #707070; } }
    .rider-detail__list ul {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 16px;
      letter-spacing: 0.22px; }
      @media (max-width: 767.98px) {
        .rider-detail__list ul {
          font-size: 14px; } }
      .rider-detail__list ul > li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin-bottom: 6px; }
        @media (max-width: 767.98px) {
          .rider-detail__list ul > li {
            margin-bottom: 4px; } }
        .rider-detail__list ul > li:last-child {
          margin-bottom: 0; }
    .rider-detail__list .label {
      width: 38%;
      color: #a3a3a3;
      font-weight: 700; }
    .rider-detail__list .value {
      color: #a3a3a3; }

.rider-achivement {
  background-color: #fff;
  padding: 90px 0; }
  .rider-achivement__title {
    font-size: 40px;
    font-weight: 700;
    font-style: italic; }
  .rider-achivement__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px; }
    .rider-achivement__list > li {
      padding-left: 16px;
      position: relative;
      margin-bottom: 6px; }
      .rider-achivement__list > li:before {
        content: "-";
        position: absolute;
        margin-left: -16px; }

.rider-gallery {
  padding: 100px 0 140px; }
  @media (max-width: 767.98px) {
    .rider-gallery {
      padding: 0 0 40px; } }
  .rider-gallery-slider .slider-item {
    padding-right: 16px; }
    @media (max-width: 767.98px) {
      .rider-gallery-slider .slider-item {
        padding-right: 6px; } }
    .rider-gallery-slider .slider-item img {
      display: block;
      height: 360px; }
      @media (max-width: 767.98px) {
        .rider-gallery-slider .slider-item img {
          height: 54vw; } }
  .rider-gallery-slider .slick-arrow {
    width: 50px;
    height: 50px;
    color: #fff;
    z-index: 9;
    transition: all 0.2s ease-in;
    opacity: 0; }
    .rider-gallery-slider .slick-arrow:before {
      opacity: 0.9;
      color: inherit;
      font-size: 30px;
      font-family: "ionicons"; }
    .rider-gallery-slider .slick-arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }
    .rider-gallery-slider .slick-arrow:hover:before {
      opacity: 1; }
  .rider-gallery-slider .slick-prev {
    left: 50px; }
    .rider-gallery-slider .slick-prev:before {
      content: ""; }
  .rider-gallery-slider .slick-next {
    right: 50px; }
    .rider-gallery-slider .slick-next:before {
      content: ""; }
  .rider-gallery-slider:hover .slick-arrow {
    opacity: 1; }
  .rider-gallery--single-team {
    padding: 0;
    margin: 100px 0; }
    @media (max-width: 767.98px) {
      .rider-gallery--single-team {
        margin: 0; } }

@media (max-width: 767.98px) {
  .team-member {
    padding-top: 30px; } }

.team-member__title {
  font-family: "Luxora Grotesk";
  font-weight: 900;
  font-size: 26px;
  font-style: italic;
  line-height: 1;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .team-member__title {
      font-size: 18px; } }
  .team-member__title > span {
    display: block;
    position: relative;
    padding: 16px 45px 14px;
    margin-left: -24px; }
    @media (max-width: 767.98px) {
      .team-member__title > span {
        padding: 10px 35px 8px; } }
    .team-member__title > span:before {
      content: "";
      width: 100%;
      height: 100%;
      border: 1px solid #707070;
      position: absolute;
      left: 0;
      bottom: -1px;
      transform: skew(38deg); }
  .team-member__title__count {
    font-family: "Luxora Grotesk";
    font-weight: 700;
    font-size: 28px;
    color: #a3a3a3;
    font-style: normal;
    letter-spacing: 0.37px; }
    @media (max-width: 767.98px) {
      .team-member__title__count {
        font-size: 18px; } }

.team-member__slider {
  margin-bottom: 120px; }
  @media (max-width: 991.98px) {
    .team-member__slider {
      margin-bottom: 40px; } }
  @media (max-width: 767.98px) {
    .team-member__slider {
      margin-bottom: 10px; } }
  .team-member__slider .slide-item {
    padding: 0 15px; }
    @media (max-width: 991.98px) {
      .team-member__slider .slide-item {
        padding: 0 5px; } }
  .team-member__slider .avatar {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
    cursor: pointer; }
    .team-member__slider .avatar:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(229, 25, 55, 0.2);
      z-index: 2;
      opacity: 0;
      transition: inherit; }
    .team-member__slider .avatar img {
      width: 140px;
      height: 140px;
      object-fit: cover;
      object-position: center;
      filter: grayscale(100%); }
      @media (max-width: 991.98px) {
        .team-member__slider .avatar img {
          width: 90px;
          height: 90px; } }
      @media (max-width: 767.98px) {
        .team-member__slider .avatar img {
          width: 74px;
          height: 74px; } }
  .team-member__slider .name {
    text-align: center;
    font-size: 16px;
    margin-top: 16px;
    color: #fff; }
    @media (max-width: 767.98px) {
      .team-member__slider .name {
        margin-top: 6px;
        font-size: 12px;
        max-width: 74px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center; } }
  .team-member__slider .slide-item--selected .avatar {
    border-color: #e51937; }
    .team-member__slider .slide-item--selected .avatar:before {
      opacity: 1; }
  .team-member__slider .slide-item--selected .name {
    color: #e51937; }
  .team-member__slider .slick-arrow {
    width: 50px;
    height: 50px;
    color: #fff;
    z-index: 9;
    transition: all 0.2s ease-in;
    opacity: 1; }
    @media (max-width: 1199.98px) {
      .team-member__slider .slick-arrow {
        display: none;
        opacity: 0;
        pointer-events: none; } }
    .team-member__slider .slick-arrow:before {
      opacity: 0.8;
      color: inherit;
      font-size: 30px;
      font-family: "ionicons"; }
    .team-member__slider .slick-arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }
    .team-member__slider .slick-arrow:hover:before {
      opacity: 1; }
  .team-member__slider .slick-prev {
    left: -70px; }
    @media (max-width: 1199.98px) {
      .team-member__slider .slick-prev {
        left: 0; } }
    .team-member__slider .slick-prev:before {
      content: ""; }
  .team-member__slider .slick-next {
    right: -70px; }
    @media (max-width: 1199.98px) {
      .team-member__slider .slick-next {
        right: 0; } }
    .team-member__slider .slick-next:before {
      content: ""; }

.team-member-detail__slider {
  padding-bottom: 120px; }
  @media (max-width: 767.98px) {
    .team-member-detail__slider {
      padding-bottom: 40px; } }
  @media (max-width: 991.98px) {
    .team-member-detail__slider .slide-item > .row {
      margin: 0 -15px; }
      .team-member-detail__slider .slide-item > .row > [class|="col"] {
        padding: 0 15px; } }
  .team-member-detail__slider .member-image {
    border-radius: 50%;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .team-member-detail__slider .member-image {
        display: none; } }
    .team-member-detail__slider .member-image img {
      width: 320px;
      height: 320px;
      object-fit: cover;
      object-position: center;
      display: block; }
  .team-member-detail__slider .member-detail__name {
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 5px; }
    @media (max-width: 767.98px) {
      .team-member-detail__slider .member-detail__name {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
        letter-spacing: 2px; } }
    .team-member-detail__slider .member-detail__name > span {
      color: #fff;
      font-size: 40px;
      font-weight: 900;
      font-family: "Luxora Grotesk";
      text-transform: uppercase;
      letter-spacing: normal; }
      @media (max-width: 767.98px) {
        .team-member-detail__slider .member-detail__name > span {
          font-size: 24px; } }
  .team-member-detail__slider .member-detail__desc {
    font-size: 20px;
    letter-spacing: 0.25px;
    padding: 10px 0;
    color: #a3a3a3;
    font-weight: 500;
    font-style: italic;
    background: transparent linear-gradient(269deg, transparent 0%, rgba(36, 36, 36, 0.851) 52%, rgba(57, 57, 57, 0) 100%) 0% 0% no-repeat padding-box;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .team-member-detail__slider .member-detail__desc {
        font-size: 14px;
        text-align: center; } }
    .team-member-detail__slider .member-detail__desc p {
      margin-bottom: 0; }
  .team-member-detail__slider .member-detail__text {
    margin-bottom: 40px;
    color: #a3a3a3;
    font-size: 20px;
    letter-spacing: 0.25px;
    line-height: 1.6; }
    @media (max-width: 767.98px) {
      .team-member-detail__slider .member-detail__text {
        font-size: 13px;
        margin-bottom: 20px; } }
    .team-member-detail__slider .member-detail__text p {
      margin-bottom: 0; }
  .team-member-detail__slider .member-detail__achivement > .title {
    font-family: "RNS Sanz";
    font-size: 28px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 20px;
    color: #fff; }
  .team-member-detail__slider .member-detail__achivement > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #a3a3a3; }
    @media (max-width: 767.98px) {
      .team-member-detail__slider .member-detail__achivement > ul {
        font-size: 14px; } }
    .team-member-detail__slider .member-detail__achivement > ul > li {
      padding-left: 16px;
      position: relative;
      margin-bottom: 6px; }
      @media (max-width: 767.98px) {
        .team-member-detail__slider .member-detail__achivement > ul > li {
          margin-bottom: 4px; } }
      .team-member-detail__slider .member-detail__achivement > ul > li:before {
        content: "-";
        position: absolute;
        margin-left: -16px; }
  .team-member-detail__slider .rider-detail__list {
    margin-left: 30px;
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .team-member-detail__slider .rider-detail__list {
        margin-left: 10px;
        margin-bottom: 0; } }
  .team-member-detail__slider.slick-dotted {
    margin-bottom: 0; }
  .team-member-detail__slider .slick-dots {
    bottom: 110px; }
    @media (max-width: 767.98px) {
      .team-member-detail__slider .slick-dots {
        bottom: 4px; } }
    .team-member-detail__slider .slick-dots li {
      margin: 0 4px; }
      .team-member-detail__slider .slick-dots li button {
        border-radius: 50%; }
      .team-member-detail__slider .slick-dots li.slick-active button {
        width: 8px; }

@media (max-width: 767.98px) {
  .single-rider-page .teams-page-overview__title,
  .single-team-page .teams-page-overview__title {
    text-transform: uppercase;
    letter-spacing: 2px; } }

@media (max-width: 767.98px) {
  .single-rider-page .teams-page-overview__bg,
  .single-team-page .teams-page-overview__bg {
    display: block; } }

/* Single Post*/
/*----------------------*/
.single-post-page .page-title {
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .single-post-page .page-title {
      margin-bottom: 10px; } }

.single-post-page .entry-content {
  line-height: 24px;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .single-post-page .entry-content {
      font-size: 14px;
      line-height: 1.5; } }
  .single-post-page .entry-content p {
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .single-post-page .entry-content p {
        margin-bottom: 14px; } }

.single-post-page .pl-entry-header {
  position: relative;
  background-color: #ccc;
  min-height: 120px;
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .single-post-page .pl-entry-header {
      margin-bottom: 14px; } }
  .single-post-page .pl-entry-header:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .single-post-page .pl-entry-header img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .single-post-page .pl-entry-header .post-detail {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    max-width: calc(100% - 60px);
    z-index: 2;
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase; }
    .single-post-page .pl-entry-header .post-detail a {
      color: #fff;
      text-decoration: none;
      transition: color 0.3s ease-in-out; }
      .single-post-page .pl-entry-header .post-detail a:hover {
        color: #e51937; }
    .single-post-page .pl-entry-header .post-detail > span {
      margin-right: 4px; }
      .single-post-page .pl-entry-header .post-detail > span + span:before {
        content: "/";
        margin-right: 4px; }
    @media (max-width: 767.98px) {
      .single-post-page .pl-entry-header .post-detail {
        bottom: 0;
        left: 15px;
        right: 15px;
        max-width: calc(100% - 30px); } }

/* related post*/
.pl-related-post {
  margin-top: 15px; }
  .pl-related-post__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px; }
  .pl-related-post .post-simple {
    margin-bottom: 20px; }
    .pl-related-post .post-simple .post-image {
      height: 180px;
      position: relative;
      background-color: #ccc; }
      .pl-related-post .post-simple .post-image:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #e51937;
        height: 0;
        transition: height 0.25s ease-in-out; }
      .pl-related-post .post-simple .post-image > a {
        display: block;
        height: 100%; }
        .pl-related-post .post-simple .post-image > a > img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .pl-related-post .post-simple .post-title {
      margin-top: 10px;
      margin-bottom: 10px;
      font-weight: 400px;
      font-size: 14px;
      line-height: 20px;
      max-height: 40px;
      overflow: hidden; }
      .pl-related-post .post-simple .post-title a {
        color: #000;
        transition: color 0.3s ease; }
        .pl-related-post .post-simple .post-title a:hover {
          color: #e51937; }
    .pl-related-post .post-simple:hover .post-image:after {
      height: 8px; }

/* comments area*/
.comments-area {
  background-color: transparent;
  padding-top: 34px;
  padding-bottom: 50px; }
  @media (max-width: 767.98px) {
    .comments-area {
      padding-bottom: 30px; } }
  .comments-area a {
    color: #000; }
    .comments-area a:hover {
      color: #e51937; }
  .comments-area .comments-title {
    font-size: 20px;
    margin-bottom: 20px; }
  .comments-area .comment-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 40px; }
    .comments-area .comment-list > .comment {
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(112, 112, 112, 0.4); }
      .comments-area .comment-list > .comment:last-child {
        border-bottom: 0; }
    .comments-area .comment-list .children {
      padding-left: 40px;
      list-style: none; }
    .comments-area .comment-list .comment-respond {
      padding: 30px;
      margin: 14px 0 30px;
      border: 1px solid rgba(112, 112, 112, 0.2);
      border-radius: 4px; }
      @media (max-width: 767.98px) {
        .comments-area .comment-list .comment-respond {
          padding: 14px; } }
      .comments-area .comment-list .comment-respond input[type="submit"] {
        padding: 8px 30px; }
        @media (max-width: 767.98px) {
          .comments-area .comment-list .comment-respond input[type="submit"] {
            width: 100%; } }
      .comments-area .comment-list .comment-respond .form-submit {
        margin-bottom: 0; }
        @media (max-width: 767.98px) {
          .comments-area .comment-list .comment-respond .form-submit {
            width: 100%; } }
    .comments-area .comment-list .comment-reply-title {
      font-size: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 767.98px) {
        .comments-area .comment-list .comment-reply-title {
          font-size: 18px; } }
      .comments-area .comment-list .comment-reply-title > small {
        margin-left: auto; }
        .comments-area .comment-list .comment-reply-title > small > a {
          display: block;
          padding: 6px 14px;
          border: 1px solid #e51937;
          font-size: 14px;
          font-weight: 400;
          line-height: 1.7;
          color: #e51937; }
          @media (max-width: 767.98px) {
            .comments-area .comment-list .comment-reply-title > small > a {
              padding: 6px 12px 4px;
              font-size: 12px; } }
          .comments-area .comment-list .comment-reply-title > small > a:hover {
            background-color: #e51937;
            color: #fff; }
  .comments-area .comment-body {
    position: relative;
    margin-bottom: 20px; }
  .comments-area .comment-meta {
    position: relative;
    padding-left: 60px; }
  .comments-area .comment-author {
    font-size: 16px;
    line-height: 1.2; }
    .comments-area .comment-author > img {
      width: 46px;
      height: 46px;
      position: absolute;
      top: 0;
      left: 0; }
    .comments-area .comment-author .says {
      display: none; }
  .comments-area .comment-metadata {
    font-size: 14px;
    color: #707070;
    margin-top: 4px; }
    .comments-area .comment-metadata a {
      color: inherit; }
  .comments-area .comment-content {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 14px; }
    .comments-area .comment-content p {
      margin-bottom: 12px; }
      .comments-area .comment-content p:last-child {
        margin-bottom: 0; }
  .comments-area .reply {
    position: absolute;
    top: 4px;
    right: 0; }
    .comments-area .reply .comment-reply-link {
      display: block;
      padding: 4px 14px;
      border: 1px solid black;
      font-size: 14px; }
      .comments-area .reply .comment-reply-link:hover {
        background-color: #000;
        color: #fff; }
  .comments-area .comment-respond {
    padding: 0;
    background-color: transparent; }
  .comments-area .comment-reply-title {
    font-family: "Luxora Grotesk";
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    width: 100%; }
  .comments-area .comment-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .comments-area .comment-notes,
  .comments-area .comment-form-comment,
  .comments-area .comment-form-author,
  .comments-area .comment-form-email,
  .comments-area .comment-form-url,
  .comments-area .comment-form-cookies-consent {
    width: 100%; }
  .comments-area .comment-form-cookies-consent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline; }
    .comments-area .comment-form-cookies-consent > label {
      margin-bottom: 0;
      margin-left: 10px;
      line-height: 1.4; }
  .comments-area label {
    margin-bottom: 5px;
    font-weight: bold;
    display: block; }
  .comments-area .comment-notes {
    font-size: 13px;
    margin-bottom: 16px; }
  .comments-area .input-text,
  .comments-area input[type="email"],
  .comments-area input[type="password"],
  .comments-area input[type="search"],
  .comments-area input[type="text"],
  .comments-area input[type="url"],
  .comments-area textarea {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 13px; }
  .comments-area .required {
    color: red; }
  .comments-area input[type="submit"] {
    background-color: #fff;
    border: 2px solid currentColor;
    color: #000;
    border-radius: 3px;
    transition: all ease-in-out 0.3s;
    text-decoration: none;
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 35px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer; }
    .comments-area input[type="submit"]:hover, .comments-area input[type="submit"]:focus {
      color: #e51937;
      outline: none; }
    @media (max-width: 767.98px) {
      .comments-area input[type="submit"] {
        padding: 8px 24px;
        font-size: 12px; } }
  @media (max-width: 767.98px) {
    .comments-area#comments {
      padding-top: 15px;
      margin-bottom: 30px; } }

@media (min-width: 576px) {
  .hentry.type-post .entry-content {
    width: 100%;
    float: none; }
  .single-post-page .content-area .site-main > .post {
    padding: 0 60px; }
    .single-post-page .content-area .site-main > .post .pl-entry-header {
      margin-left: -60px;
      margin-right: -60px; }
    .single-post-page .content-area .site-main > .post .entry-content {
      font-size: 16px; }
      .single-post-page .content-area .site-main > .post .entry-content img {
        padding-top: 10px;
        padding-bottom: 10px; }
        .single-post-page .content-area .site-main > .post .entry-content img + img {
          padding-top: 20px; }
  .comments-area #respond .comment-form-author,
  .comments-area #respond .comment-form-email,
  .comments-area #respond .comment-form-url {
    width: calc(33.3333% - 30px); }
  .comments-area #respond .comment-form-author,
  .comments-area #respond .comment-form-email {
    margin-right: 30px; } }

.archive-post-page .page-title {
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .archive-post-page .page-title {
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .archive-post-page .page-title {
      margin-bottom: 10px; } }

@media (max-width: 767.98px) {
  .archive-post-page .pagination {
    margin-top: 0;
    margin-bottom: 40px; } }

@media (max-width: 1199.98px) {
  .archive-post-page .breadcrumb {
    margin-bottom: 10px; } }

.post-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }

/* post version*/
.post.post-block a,
.post.post-simple a,
.post.post-outside a {
  text-decoration: none; }

.post.post-block .post-image,
.post.post-simple .post-image,
.post.post-outside .post-image {
  position: relative;
  background-color: #ccc; }
  .post.post-block .post-image > a,
  .post.post-simple .post-image > a,
  .post.post-outside .post-image > a {
    display: block;
    height: 100%; }
    .post.post-block .post-image > a > img,
    .post.post-simple .post-image > a > img,
    .post.post-outside .post-image > a > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

/* post version (block)*/
.post.post-block {
  margin-bottom: 30px; }
  .post.post-block a {
    color: #000; }
    .post.post-block a:hover {
      color: #e51937; }
  .post.post-block .post-title {
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .post.post-block .post-detail {
    font-size: 11px;
    color: #9a9a9a;
    margin: 10px 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
  .post.post-block .post-overlay {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .post.post-block .post-readmore {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 48px;
    height: 48px;
    line-height: 44px;
    border-radius: 30px;
    border: 2px solid currentColor;
    text-align: center;
    overflow: hidden;
    color: #fff;
    transition: all ease-in-out 0.3s;
    text-transform: uppercase;
    font-weight: 700; }
    .post.post-block .post-readmore:before {
      content: "+";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      font-size: 20px;
      opacity: 1;
      transition: opacity 0.2s ease-in-out; }
    .post.post-block .post-readmore:after {
      content: "Read More";
      opacity: 0;
      font-size: 11px;
      transition: opacity 0.2s ease-in-out; }
    .post.post-block .post-readmore:hover {
      width: 120px;
      background-color: #e51937;
      border-color: #e51937;
      color: #fff; }
      .post.post-block .post-readmore:hover:before {
        opacity: 0; }
      .post.post-block .post-readmore:hover:after {
        opacity: 1; }
  .post.post-block .post-image {
    height: 210px; }
    @media (max-width: 991.98px) {
      .post.post-block .post-image {
        height: 150px; } }
    @media (max-width: 767.98px) {
      .post.post-block .post-image {
        height: 210px; } }
    .post.post-block .post-image:hover .post-overlay {
      opacity: 1;
      visibility: visible; }
  .post.post-block .post-wrapper {
    padding: 25px;
    box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.15); }
    @media (max-width: 991.98px) {
      .post.post-block .post-wrapper {
        padding: 18px; } }
    @media (max-width: 767.98px) {
      .post.post-block .post-wrapper {
        padding: 15px; } }
  .post.post-block .post-detail {
    text-transform: uppercase;
    margin: 15px 0; }
    @media (max-width: 991.98px) {
      .post.post-block .post-detail {
        margin: 10px 0; } }
    @media (max-width: 767.98px) {
      .post.post-block .post-detail {
        margin: 10px 0; } }
  .post.post-block .post-entries {
    line-height: 1.4;
    max-height: 72px;
    overflow: hidden; }
    .post.post-block .post-entries > * {
      font-size: 13px;
      margin-bottom: 0;
      padding: 0; }
    @media (max-width: 767.98px) {
      .post.post-block .post-entries {
        max-height: 54px; } }
  .post.post-block .post-meta {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #f5f5f5;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .post.post-block .post-meta {
        padding-top: 10px;
        margin-top: 10px; } }
    .post.post-block .post-meta > [class^="post-"] {
      white-space: nowrap;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 10px;
      color: #9a9a9a; }
      .post.post-block .post-meta > [class^="post-"] i,
      .post.post-block .post-meta > [class^="post-"] span {
        margin-right: 4px; }

@media (max-width: 991.98px) {
  .orderby-text {
    display: none; } }

@media (min-width: 768px) {
  body.woocommerce-cart .container {
    max-width: 1530px; } }

@media (max-width: 991.98px) {
  body.woocommerce-cart #main-wrapper {
    padding-top: 55px; }
  body.woocommerce-cart .single-page {
    padding-bottom: 120px; }
    body.woocommerce-cart .single-page .ecommerce-page-title {
      margin-bottom: 0; } }

body.woocommerce-cart #main-footer {
  display: none; }

body.woocommerce-cart #main-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99; }

@media (min-width: 768px) {
  body.woocommerce-cart form.woocommerce-cart-form {
    overflow: hidden; } }

body.woocommerce-cart .nav-sticky-mobile {
  display: none; }

.shopping-cart-page {
  background-color: #f9f9f9;
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .shopping-cart-page {
      padding-bottom: 60px; } }

.ecommerce-page-title {
  font-size: 26px;
  font-weight: 900;
  font-family: "Luxora Grotesk";
  padding: 14px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .ecommerce-page-title {
      font-size: 18px;
      padding: 10px 20px; }
      .ecommerce-page-title > .container {
        padding-left: 0;
        padding-right: 0; } }

.cart-item-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  padding: 10px 20px;
  width: 100%;
  position: relative; }
  @media (max-width: 991.98px) {
    .cart-item-box {
      padding: 10px 20px;
      margin-left: -15px;
      margin-right: -15px;
      width: unset; } }
  .cart-item-box .styled-checkbox {
    margin-right: 20px; }
    .cart-item-box .styled-checkbox__tick {
      margin-right: 0; }
    @media (max-width: 991.98px) {
      .cart-item-box .styled-checkbox {
        margin-right: 10px; } }
  .cart-item-box .stock-in-warehouse {
    background: #E5193733;
    box-shadow: 0px 4px 1px #0000000D;
    color: #000;
    padding: 10px 13px;
    font-weight: 500;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -10px;
    margin-top: 20px;
    position: relative; }
    .cart-item-box .stock-in-warehouse::before {
      content: '';
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23000'%3E%3Cpath d='M453-280h60v-240h-60v240Zm26.982-314q14.018 0 23.518-9.2T513-626q0-14.45-9.482-24.225-9.483-9.775-23.5-9.775-14.018 0-23.518 9.775T447-626q0 13.6 9.482 22.8 9.483 9.2 23.5 9.2Zm.284 514q-82.734 0-155.5-31.5t-127.266-86q-54.5-54.5-86-127.341Q80-397.681 80-480.5q0-82.819 31.5-155.659Q143-709 197.5-763t127.341-85.5Q397.681-880 480.5-880q82.819 0 155.659 31.5Q709-817 763-763t85.5 127Q880-563 880-480.266q0 82.734-31.5 155.5T763-197.684q-54 54.316-127 86Q563-80 480.266-80Zm.234-60Q622-140 721-239.5t99-241Q820-622 721.188-721 622.375-820 480-820q-141 0-240.5 98.812Q140-622.375 140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Z'/%3E%3C/svg%3E");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: text-bottom;
      margin-right: 13px; }
    @media (max-width: 991.98px) {
      .cart-item-box .stock-in-warehouse::before {
        margin-right: 0; } }
  .cart-item-box ~ p {
    margin-top: 22px;
    font-size: 18px; }
    .cart-item-box ~ p:last-of-type {
      margin-bottom: 0; }

.cart-head {
  margin-bottom: 15px; }
  .cart-head__title {
    font-size: 18px; }
    @media (max-width: 991.98px) {
      .cart-head__title {
        font-size: 14px; }
        .cart-head__title ~ .cart-head__remove-all {
          font-size: 14px; } }
  .cart-head__remove-all {
    margin-left: auto;
    font-weight: 700; }
  @media (max-width: 767.98px) {
    .cart-head {
      margin-bottom: 5px; } }

.cart-body .cart-item-box {
  margin-bottom: 5px;
  box-shadow: 0px 4px 3px -1px rgba(0, 0, 0, 0.07); }
  @media (max-width: 991.98px) {
    .cart-body .cart-item-box .styled-checkbox {
      margin-right: 0;
      position: absolute;
      left: 20px;
      top: 20px;
      z-index: 2; } }

.cart-foot .cart-message {
  margin-top: 20px; }

.cart-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  @media (max-width: 991.98px) {
    .cart-product {
      display: block;
      padding-left: 139px;
      position: relative;
      max-width: 100%; } }
  .cart-product__img {
    margin-right: 10px;
    width: 100%;
    max-width: 150px;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
    @media (max-width: 991.98px) {
      .cart-product__img {
        margin-right: 15px;
        width: 85px;
        position: absolute;
        left: 35px; } }
  .cart-product__detail {
    padding-right: 10px;
    font-size: 18px; }
    @media (min-width: 768px) {
      .cart-product__detail {
        max-width: 550px; } }
    @media (max-width: 991.98px) {
      .cart-product__detail {
        font-size: 12px; } }
    .cart-product__detail > .title {
      font-size: 20px;
      margin-bottom: 6px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 1.3;
      margin-top: 20px; }
      @media (max-width: 991.98px) {
        .cart-product__detail > .title {
          font-size: 14px;
          margin-bottom: 6px;
          margin-top: 0; } }
    .cart-product__detail > .variant {
      font-size: 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 991.98px) {
        .cart-product__detail > .variant {
          font-size: 12px; } }
    .cart-product__detail .nice-select {
      border: 0;
      padding-top: 0;
      padding-bottom: 0;
      font-size: inherit;
      font-weight: inherit;
      height: auto;
      width: auto;
      line-height: inherit;
      padding-left: 10px;
      padding-right: 20px; }
      .cart-product__detail .nice-select:after {
        margin-top: 0;
        transform: translateY(-50%);
        font-size: 12px;
        right: 0; }
    .cart-product__detail .get-product {
      list-style-type: none;
      padding-left: 0;
      margin-top: 10px;
      margin-bottom: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      letter-spacing: 0.03px;
      color: #707070;
      gap: 4px; }
      @media (max-width: 320px) {
        .cart-product__detail .get-product {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .cart-product__detail .get-product li {
        border: 1px solid #A7A7A7;
        border-radius: 5px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        text-align: center;
        -ms-flex-pack: center;
            justify-content: center;
        min-width: 135px;
        height: 23px;
        padding: 2px 6px;
        position: relative; }
        .cart-product__detail .get-product li .ion {
          margin-right: 2px; }
      @media (max-width: 991.98px) {
        .cart-product__detail .get-product li {
          min-width: 88px;
          height: 16px;
          padding: 2px 3px;
          font-size: 10px; } }
    .cart-product__detail .available-store {
      font-size: 14px; }
      .cart-product__detail .available-store .loadmore {
        cursor: pointer; }
      @media (max-width: 991.98px) {
        .cart-product__detail .available-store {
          font-size: 12px; }
          .cart-product__detail .available-store .loadmore {
            color: var(--color-primary);
            display: inline-block; } }
      .cart-product__detail .available-store ul {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
        display: inline; }
        .cart-product__detail .available-store ul li {
          display: none; }
          .cart-product__detail .available-store ul li:not(:last-child):after {
            content: ',';
            display: inline; }
          .cart-product__detail .available-store ul li:nth-child(1), .cart-product__detail .available-store ul li:nth-child(2) {
            display: inline; }
          .cart-product__detail .available-store ul li:nth-child(2):after {
            content: '.';
            display: inline; }
        .cart-product__detail .available-store ul.show li {
          display: inline; }
          .cart-product__detail .available-store ul.show li:nth-child(2):after {
            content: ',';
            display: inline; }
          .cart-product__detail .available-store ul.show li:last-child:after {
            content: '.';
            display: inline; }
  .cart-product__price {
    margin-left: auto;
    margin-top: 10px;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    max-width: 165px; }
    @media (max-width: 991.98px) {
      .cart-product__price {
        margin-left: unset; } }
    .cart-product__price .price {
      font-weight: 700;
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 6px;
      text-align: right; }
      @media (max-width: 991.98px) {
        .cart-product__price .price {
          font-size: 14px;
          text-align: left;
          display: none; } }
    .cart-product__price .qty {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      margin-bottom: 10px; }
      @media (max-width: 991.98px) {
        .cart-product__price .qty {
          -ms-flex-pack: start;
              justify-content: flex-start; } }
      .cart-product__price .qty__min, .cart-product__price .qty__plus {
        border: 1px solid #e0e0e0;
        color: #000;
        font-size: 20px;
        width: 40px;
        height: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        @media (max-width: 991.98px) {
          .cart-product__price .qty__min, .cart-product__price .qty__plus {
            width: 34px;
            height: 34px; } }
        .cart-product__price .qty__min:hover, .cart-product__price .qty__plus:hover {
          color: #e51937; }
      .cart-product__price .qty__input {
        border: 1px solid #e0e0e0;
        border-left-width: 0;
        border-right-width: 0;
        width: 50px;
        height: 40px;
        padding: 0 15px;
        text-align: center;
        outline: 0; }
        @media (max-width: 991.98px) {
          .cart-product__price .qty__input {
            height: 34px;
            width: 40px;
            padding-left: 3px;
            padding-right: 3px; } }
    .cart-product__price .action {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .cart-product__price .action a {
        color: var(--color-black-4);
        display: block;
        line-height: 1; }
        @media (max-width: 991.98px) {
          .cart-product__price .action a {
            font-size: 14px; } }
        .cart-product__price .action a:hover {
          color: #e51937; }
      .cart-product__price .action .remove {
        border-left: 1px solid rgba(112, 112, 112, 0.4);
        padding-left: 14px;
        margin-left: 14px;
        font-size: 18px; }
        @media (max-width: 991.98px) {
          .cart-product__price .action .remove {
            font-size: 16px; } }
      @media (max-width: 991.98px) {
        .cart-product__price .action {
          -ms-flex-pack: start;
              justify-content: flex-start;
          display: none; } }

.ecommerce-sidebar {
  width: 473px; }
  @media (max-width: 991.98px) {
    .ecommerce-sidebar {
      margin-top: 30px;
      width: 100%; } }

.input-voucher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%; }
  .input-voucher__icon {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #707070;
    font-size: 20px; }
    .input-voucher__icon > svg {
      display: block; }
  .input-voucher__input {
    height: 50px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: block;
    width: auto;
    min-width: 0;
    outline: 0;
    padding: 0 12px;
    padding-left: 50px;
    border-width: 0 0 0 0;
    font-size: 18px;
    background-color: #F1F1F1; }
  .input-voucher__btn {
    height: 50px;
    padding-top: 0;
    padding: 0 20px;
    margin-left: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 991.98px) {
      .input-voucher__btn {
        padding: 0 16px;
        font-size: 14px; } }
  @media (max-width: 991.98px) {
    .input-voucher.focus .input-voucher__icon {
      left: 10px; }
    .input-voucher .input-voucher__icon {
      left: 30%;
      transition: left .3s; }
    .input-voucher .input-voucher__input {
      height: 40px;
      padding-left: 12px;
      text-align: center;
      font-size: 14px; }
    .input-voucher .input-voucher__btn {
      display: none; } }

.ringkasan-belanja .shop_table {
  margin-top: -12px; }
  .ringkasan-belanja .shop_table tr th {
    font-weight: 600; }
  .ringkasan-belanja .shop_table tr th, .ringkasan-belanja .shop_table tr td {
    font-size: 20px;
    padding-top: 7.5px;
    padding-bottom: 7.5px; }
  .ringkasan-belanja .shop_table tr th {
    padding-right: 8px;
    width: 45%; }
  .ringkasan-belanja .shop_table tr td {
    padding-left: 8px; }
  .ringkasan-belanja .shop_table tr ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }
  .ringkasan-belanja .shop_table tr.order-total th, .ringkasan-belanja .shop_table tr.order-total td {
    font-size: 25px; }

.ringkasan-belanja__title {
  margin-top: 26px;
  padding-bottom: 10px;
  margin-bottom: 22px;
  border-bottom: 1px solid #000;
  font-size: 20px;
  color: #1d1c1c;
  font-weight: 700; }
  @media (max-width: 991.98px) {
    .ringkasan-belanja__title {
      font-size: 16px;
      margin-bottom: 14px; } }

.ringkasan-belanja__subtotal {
  margin-bottom: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 991.98px) {
    .ringkasan-belanja__subtotal {
      font-size: 14px; } }
  .ringkasan-belanja__subtotal > .label {
    color: #535353; }
  .ringkasan-belanja__subtotal > .price {
    font-weight: 600;
    color: #1d1c1c; }

.ringkasan-belanja__total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid rgba(185, 185, 185, 0.5);
  padding-top: 15px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700; }
  @media (max-width: 991.98px) {
    .ringkasan-belanja__total {
      margin-top: 14px;
      font-size: 16px; } }
  .ringkasan-belanja__total > .label {
    color: #535353; }
  .ringkasan-belanja__total > .price {
    color: #1d1c1c; }

.ringkasan-belanja__btn {
  margin-top: 30px;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 991.98px) {
    .ringkasan-belanja__btn {
      font-size: 12px;
      padding: 11px 15px; } }
  .ringkasan-belanja__btn > i {
    margin-left: 14px; }

.ringkasan-belanja .wc-proceed-to-checkout ~ p {
  margin-top: 20px;
  font-weight: 600; }
  .ringkasan-belanja .wc-proceed-to-checkout ~ p:last-of-type {
    margin-bottom: 0; }

.ringkasan-belanja .woocommerce-shipping-totals {
  display: none; }

.ringkasan-belanja #mobile-total {
  display: none; }

.ringkasan-belanja #close-order-summary {
  display: none; }

@media (max-width: 991.98px) {
  .ringkasan-belanja {
    box-shadow: 0px 3px 18px #00000029;
    margin-top: 30px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #FFF;
    padding: 10px 15px 15px; }
    .ringkasan-belanja #mobile-total {
      display: block;
      font-size: 14px;
      font-weight: 600; }
      .ringkasan-belanja #mobile-total .amount {
        margin-left: 3px;
        font-weight: 700; }
      .ringkasan-belanja #mobile-total .ion {
        vertical-align: text-bottom; }
    .ringkasan-belanja .ringkasan-belanja__title {
      font-size: 18px; }
    .ringkasan-belanja .shop_table tr th, .ringkasan-belanja .shop_table tr td {
      font-size: 14px; }
    .ringkasan-belanja .shop_table tr.order-total th, .ringkasan-belanja .shop_table tr.order-total td {
      font-size: 14px; }
    .ringkasan-belanja .calculated_shipping {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      font-size: 14px; }
      .ringkasan-belanja .calculated_shipping .ringkasan-belanja__title {
        display: none; }
        .ringkasan-belanja .calculated_shipping .ringkasan-belanja__title #close-order-summary {
          display: block;
          border: 0;
          background-color: transparent;
          margin-left: auto; }
      .ringkasan-belanja .calculated_shipping .shop_table {
        display: none; }
      .ringkasan-belanja .calculated_shipping .wc-proceed-to-checkout {
        -ms-flex-order: 9;
            order: 9;
        padding-top: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-align: center;
            align-items: center; }
        .ringkasan-belanja .calculated_shipping .wc-proceed-to-checkout > * {
          -ms-flex: 1 1 50%;
              flex: 1 1 50%; }
        .ringkasan-belanja .calculated_shipping .wc-proceed-to-checkout .button {
          margin-top: 0; }
        .ringkasan-belanja .calculated_shipping .wc-proceed-to-checkout ~ p {
          display: none;
          color: #535353;
          margin-top: 10px; }
      .ringkasan-belanja .calculated_shipping #mobile-total {
        display: block; }
    .ringkasan-belanja.expand .calculated_shipping {
      position: absolute;
      bottom: 0;
      background-color: #FFF;
      left: 0;
      width: 100%;
      padding: 20px 10px 15px; }
      .ringkasan-belanja.expand .calculated_shipping #mobile-total {
        display: none; }
      .ringkasan-belanja.expand .calculated_shipping .ringkasan-belanja__title {
        margin-top: 0; }
      .ringkasan-belanja.expand .calculated_shipping .ringkasan-belanja__title {
        display: -ms-flexbox;
        display: flex; }
      .ringkasan-belanja.expand .calculated_shipping .shop_table {
        display: table; }
      .ringkasan-belanja.expand .calculated_shipping .wc-proceed-to-checkout {
        border-top: 1px solid #c3c3c3;
        padding-top: 7px;
        margin-top: 24px; }
        .ringkasan-belanja.expand .calculated_shipping .wc-proceed-to-checkout ~ p {
          display: block; } }

body.woocommerce-checkout .single-page {
  padding-bottom: 0;
  min-height: calc(100vh - 92px); }
  @media (min-width: 768px) {
    body.woocommerce-checkout .single-page {
      padding-bottom: 80px; } }

body.woocommerce-checkout footer#main-footer {
  display: none; }

body.woocommerce-checkout .nav-sticky-mobile {
  display: none; }

@media (min-width: 768px) {
  body.woocommerce-checkout .container {
    max-width: 1530px; } }

@media (max-width: 991.98px) {
  body.woocommerce-checkout.nav-sticky-mobile-enabled, body.woocommerce-checkout.nav-sticky-mobile-enabled.woocommerce-account:not(.logged-in) {
    padding-bottom: 0; }
  body.woocommerce-checkout #main-wrapper {
    padding-top: 55px; }
  body.woocommerce-checkout .single-page {
    padding-bottom: 120px; }
    body.woocommerce-checkout .single-page .ecommerce-page-title {
      margin-bottom: 0;
      padding-left: 15px;
      padding-right: 15px; }
  body.woocommerce-checkout form.woocommerce-checkout {
    margin-top: 5px; }
    body.woocommerce-checkout form.woocommerce-checkout > .row > .col-lg {
      padding-left: 0;
      padding-right: 0; } }
    @media (max-width: 991.98px) and (max-width: 991.98px) {
      body.woocommerce-checkout form.woocommerce-checkout > .row > .col-lg {
        margin-bottom: 20px; } }

@media (max-width: 991.98px) {
  body.woocommerce-checkout .input-voucher .input-voucher__icon {
    left: 15px; }
  body.woocommerce-checkout .input-voucher .input-voucher__input {
    text-align: left;
    padding-left: 40px;
    font-size: 14px !important; }
  body.woocommerce-checkout .input-voucher .input-voucher__btn {
    display: block;
    height: 40px;
    font-size: 14px; }
  body.woocommerce-checkout .order-summary__title {
    padding-left: 0;
    padding-right: 0; }
    body.woocommerce-checkout .order-summary__title a {
      font-weight: 600; } }

body.woocommerce-checkout form.checkout .account-info,
body.woocommerce-checkout form.checkout .delivery-options,
body.woocommerce-checkout form.checkout .account-info ~ .payment {
  box-shadow: 0px 4px 1px #0000000D;
  padding: 20px 25px;
  background-color: #FFF;
  color: #A3A3A3;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px; }
  body.woocommerce-checkout form.checkout .account-info h1, body.woocommerce-checkout form.checkout .account-info h2, body.woocommerce-checkout form.checkout .account-info h3,
  body.woocommerce-checkout form.checkout .delivery-options h1,
  body.woocommerce-checkout form.checkout .delivery-options h2,
  body.woocommerce-checkout form.checkout .delivery-options h3,
  body.woocommerce-checkout form.checkout .account-info ~ .payment h1,
  body.woocommerce-checkout form.checkout .account-info ~ .payment h2,
  body.woocommerce-checkout form.checkout .account-info ~ .payment h3 {
    color: #1D1C1C;
    margin-bottom: 10px;
    font-weight: 700; }
  @media (max-width: 991.98px) {
    body.woocommerce-checkout form.checkout .account-info,
    body.woocommerce-checkout form.checkout .delivery-options,
    body.woocommerce-checkout form.checkout .account-info ~ .payment {
      margin-bottom: 5px;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 14px;
      padding-top: 10px;
      padding-bottom: 10px; }
      body.woocommerce-checkout form.checkout .account-info h1, body.woocommerce-checkout form.checkout .account-info h2, body.woocommerce-checkout form.checkout .account-info h3,
      body.woocommerce-checkout form.checkout .delivery-options h1,
      body.woocommerce-checkout form.checkout .delivery-options h2,
      body.woocommerce-checkout form.checkout .delivery-options h3,
      body.woocommerce-checkout form.checkout .account-info ~ .payment h1,
      body.woocommerce-checkout form.checkout .account-info ~ .payment h2,
      body.woocommerce-checkout form.checkout .account-info ~ .payment h3 {
        margin-bottom: 0;
        font-size: 14px; } }

body.woocommerce-checkout form.checkout .woocommerce-NoticeGroup {
  margin-bottom: 25px; }

body.woocommerce-checkout form.checkout .input-text, body.woocommerce-checkout form.checkout select, body.woocommerce-checkout form.checkout textarea {
  font-size: 18px; }
  @media (max-width: 991.98px) {
    body.woocommerce-checkout form.checkout .input-text, body.woocommerce-checkout form.checkout select, body.woocommerce-checkout form.checkout textarea {
      font-size: 14px; } }

body.woocommerce-checkout form.checkout .delivery-options,
body.woocommerce-checkout form.checkout .account-info ~ .payment {
  font-weight: 600;
  color: #707070; }

body.woocommerce-checkout form.checkout .delivery-options-info {
  background-color: #FFF;
  padding: 25px; }
  @media (max-width: 991.98px) {
    body.woocommerce-checkout form.checkout .delivery-options-info {
      padding: 10px 15px; } }
  body.woocommerce-checkout form.checkout .delivery-options-info .header-wrap {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px; }
    body.woocommerce-checkout form.checkout .delivery-options-info .header-wrap .edit-delivery {
      margin-left: auto;
      color: #000;
      font-size: 20px; }
      body.woocommerce-checkout form.checkout .delivery-options-info .header-wrap .edit-delivery:hover {
        color: var(--color-primary-2); }
    @media (max-width: 991.98px) {
      body.woocommerce-checkout form.checkout .delivery-options-info .header-wrap h2 {
        font-size: 16px; }
      body.woocommerce-checkout form.checkout .delivery-options-info .header-wrap .edit-delivery {
        font-size: 14px; } }
  body.woocommerce-checkout form.checkout .delivery-options-info .delivery-info {
    color: #A3A3A3;
    font-size: 18px; }
    @media (max-width: 991.98px) {
      body.woocommerce-checkout form.checkout .delivery-options-info .delivery-info {
        font-size: 14px; } }
    body.woocommerce-checkout form.checkout .delivery-options-info .delivery-info::first-line {
      font-weight: 700;
      margin-bottom: 10px;
      line-height: 2; }

body.woocommerce-checkout form.checkout .delivery-options .delivery-options-desc {
  border-bottom: 1px solid #1D1C1C;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    body.woocommerce-checkout form.checkout .delivery-options .delivery-options-desc {
      font-size: 12px;
      margin-bottom: 8px;
      padding-bottom: 8px; } }

body.woocommerce-checkout form.checkout .delivery-options .delivery-option {
  margin-bottom: 15px; }
  @media (max-width: 991.98px) {
    body.woocommerce-checkout form.checkout .delivery-options .delivery-option {
      margin-bottom: 8px; } }
  body.woocommerce-checkout form.checkout .delivery-options .delivery-option label {
    cursor: pointer;
    font-weight: 700;
    font-size: 25px;
    color: #1D1C1C;
    position: relative; }
    @media (max-width: 991.98px) {
      body.woocommerce-checkout form.checkout .delivery-options .delivery-option label {
        font-size: 14px; } }
    body.woocommerce-checkout form.checkout .delivery-options .delivery-option label input[type=radio] {
      display: none; }
      body.woocommerce-checkout form.checkout .delivery-options .delivery-option label input[type=radio]:checked ~ span:before {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23E51937'%3E%3Cpath d='M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm0 214q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z'/%3E%3C/svg%3E"); }
    body.woocommerce-checkout form.checkout .delivery-options .delivery-option label span {
      position: relative; }
      body.woocommerce-checkout form.checkout .delivery-options .delivery-option label span::before {
        content: '';
        width: 25px;
        height: 25px;
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48'%3E%3Cpath d='M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z'/%3E%3C/svg%3E");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: text-bottom;
        display: inline-block;
        margin-right: 10px; }
        @media (max-width: 991.98px) {
          body.woocommerce-checkout form.checkout .delivery-options .delivery-option label span::before {
            width: 15px;
            height: 15px; } }
  body.woocommerce-checkout form.checkout .delivery-options .delivery-option.active [class*=-desc] {
    display: none; }
  body.woocommerce-checkout form.checkout .delivery-options .delivery-option [class*=-desc] {
    font-size: 16px;
    font-weight: 500;
    padding-left: 36px; }
    @media (max-width: 991.98px) {
      body.woocommerce-checkout form.checkout .delivery-options .delivery-option [class*=-desc] {
        font-size: 14px;
        padding-left: 25px; } }

body.woocommerce-checkout form.checkout .delivery-options .woocommerce-shipping-fields {
  box-shadow: unset;
  margin-bottom: 0;
  background-color: transparent; }

body.woocommerce-checkout form.checkout .delivery-options .home-delivery {
  margin-bottom: 18px; }
  body.woocommerce-checkout form.checkout .delivery-options .home-delivery .home-2 h3 {
    float: left; }
  body.woocommerce-checkout form.checkout .delivery-options .home-delivery .home-2 .edit-shipping {
    color: #000;
    float: right;
    font-size: 20px; }
    body.woocommerce-checkout form.checkout .delivery-options .home-delivery .home-2 .edit-shipping:hover {
      color: var(--color-primary-2); }
    @media (max-width: 991.98px) {
      body.woocommerce-checkout form.checkout .delivery-options .home-delivery .home-2 .edit-shipping {
        font-size: 14px; } }
  body.woocommerce-checkout form.checkout .delivery-options .home-delivery .shipping-address-info {
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #a3a3a3;
    font-size: 18px; }
    body.woocommerce-checkout form.checkout .delivery-options .home-delivery .shipping-address-info::before {
      content: '';
      clear: both;
      display: block; }
    @media (max-width: 991.98px) {
      body.woocommerce-checkout form.checkout .delivery-options .home-delivery .shipping-address-info {
        font-size: 14px; } }
  body.woocommerce-checkout form.checkout .delivery-options .home-delivery .note {
    background-color: #F1F1F1;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      body.woocommerce-checkout form.checkout .delivery-options .home-delivery .note {
        padding: 10px;
        font-size: 12px; } }
  body.woocommerce-checkout form.checkout .delivery-options .home-delivery .expedition-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 16px;
    color: #707070;
    gap: 8px;
    margin-bottom: 8px; }
    body.woocommerce-checkout form.checkout .delivery-options .home-delivery .expedition-wrap h1, body.woocommerce-checkout form.checkout .delivery-options .home-delivery .expedition-wrap h2, body.woocommerce-checkout form.checkout .delivery-options .home-delivery .expedition-wrap h3 {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      body.woocommerce-checkout form.checkout .delivery-options .home-delivery .expedition-wrap {
        font-size: 12px; } }

body.woocommerce-checkout form.checkout .delivery-options .home-delivery, body.woocommerce-checkout form.checkout .delivery-options .click-collect {
  padding-left: 36px;
  margin-top: 3px; }
  @media (max-width: 991.98px) {
    body.woocommerce-checkout form.checkout .delivery-options .home-delivery, body.woocommerce-checkout form.checkout .delivery-options .click-collect {
      padding-left: 25px; } }

body.woocommerce-checkout form.checkout .delivery-options .click-collect {
  margin-top: -15px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 36px; }
  @media (max-width: 991.98px) {
    body.woocommerce-checkout form.checkout .delivery-options .click-collect {
      padding-left: 25px;
      font-size: 14px;
      margin-top: -8px; } }
  body.woocommerce-checkout form.checkout .delivery-options .click-collect button.btn, body.woocommerce-checkout form.checkout .delivery-options .click-collect body.woocommerce button.button, body.woocommerce body.woocommerce-checkout form.checkout .delivery-options .click-collect button.button {
    margin-top: 25px; }
    @media (max-width: 991.98px) {
      body.woocommerce-checkout form.checkout .delivery-options .click-collect button.btn, body.woocommerce-checkout form.checkout .delivery-options .click-collect body.woocommerce button.button, body.woocommerce body.woocommerce-checkout form.checkout .delivery-options .click-collect button.button {
        margin-top: 10px; } }

body.woocommerce-checkout form.checkout .delivery-options .woocommerce-form__label-for-checkbox {
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  margin-bottom: 18px; }
  @media (max-width: 991.98px) {
    body.woocommerce-checkout form.checkout .delivery-options .woocommerce-form__label-for-checkbox {
      margin-top: 8px;
      margin-bottom: 8px;
      font-size: 12px; } }
  body.woocommerce-checkout form.checkout .delivery-options .woocommerce-form__label-for-checkbox input[type=checkbox] {
    display: none; }
    body.woocommerce-checkout form.checkout .delivery-options .woocommerce-form__label-for-checkbox input[type=checkbox]:checked ~ span::before {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23E51937'%3E%3Cpath d='m418.522-316.456 291.63-292.87-47.782-48.022L418.522-412.5 301.674-529.348l-47.783 48.022 164.631 164.87Zm-236.37 202.434q-27.599 0-47.865-20.265-20.265-20.266-20.265-47.865v-595.696q0-27.697 20.265-48.033 20.266-20.337 47.865-20.337h595.696q27.697 0 48.033 20.337 20.337 20.336 20.337 48.033v595.696q0 27.599-20.337 47.865-20.336 20.265-48.033 20.265H182.152Z'/%3E%3C/svg%3E"); }
      @media (max-width: 991.98px) {
        body.woocommerce-checkout form.checkout .delivery-options .woocommerce-form__label-for-checkbox input[type=checkbox]:checked ~ span::before {
          background-image: unset;
          border-color: var(--color-primary);
          background-color: var(--color-primary);
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23FFF'%3E%3Cpath d='M378-222 130-470l68-68 180 180 383-383 68 68-451 451Z'/%3E%3C/svg%3E"); } }
  body.woocommerce-checkout form.checkout .delivery-options .woocommerce-form__label-for-checkbox span {
    position: relative;
    padding-left: 0; }
    body.woocommerce-checkout form.checkout .delivery-options .woocommerce-form__label-for-checkbox span::before {
      border: 0;
      padding: 0;
      content: '';
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23535353'%3E%3Cpath d='M182.152-114.022q-27.599 0-47.865-20.265-20.265-20.266-20.265-47.865v-595.696q0-27.697 20.265-48.033 20.266-20.337 47.865-20.337h595.696q27.697 0 48.033 20.337 20.337 20.336 20.337 48.033v595.696q0 27.599-20.337 47.865-20.336 20.265-48.033 20.265H182.152Zm0-68.13h595.696v-595.696H182.152v595.696Z'/%3E%3C/svg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      top: 0;
      left: 0;
      display: inline-block;
      vertical-align: text-bottom;
      margin-right: 8px; }
      @media (max-width: 991.98px) {
        body.woocommerce-checkout form.checkout .delivery-options .woocommerce-form__label-for-checkbox span::before {
          width: 16px;
          height: 16px;
          background-image: unset;
          border: 2px solid #707070; } }

body.woocommerce-checkout form.checkout .delivery-options .btn, body.woocommerce-checkout form.checkout .delivery-options body.woocommerce .button, body.woocommerce body.woocommerce-checkout form.checkout .delivery-options .button {
  min-width: 276px;
  padding-top: 13px;
  padding-bottom: 13px; }
  @media (max-width: 991.98px) {
    body.woocommerce-checkout form.checkout .delivery-options .btn, body.woocommerce-checkout form.checkout .delivery-options body.woocommerce .button, body.woocommerce body.woocommerce-checkout form.checkout .delivery-options .button {
      min-width: unset;
      width: 100%;
      font-size: 14px;
      padding-top: 10px;
      padding-bottom: 10px; } }

body.woocommerce-checkout form.checkout .account-info ~ .payment {
  margin-bottom: 0; }
  body.woocommerce-checkout form.checkout .account-info ~ .payment > h1, body.woocommerce-checkout form.checkout .account-info ~ .payment h2, body.woocommerce-checkout form.checkout .account-info ~ .payment h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #1d1c1c; }
  body.woocommerce-checkout form.checkout .account-info ~ .payment .payment-wrapper {
    border-bottom: 1px solid #1D1C1C;
    margin-bottom: 28px;
    padding-bottom: 20px; }
  body.woocommerce-checkout form.checkout .account-info ~ .payment .woocommerce-billing-fields {
    box-shadow: unset;
    margin-bottom: 25px; }
    @media (max-width: 991.98px) {
      body.woocommerce-checkout form.checkout .account-info ~ .payment .woocommerce-billing-fields {
        margin-bottom: 5px; } }
    body.woocommerce-checkout form.checkout .account-info ~ .payment .woocommerce-billing-fields h1, body.woocommerce-checkout form.checkout .account-info ~ .payment .woocommerce-billing-fields h2, body.woocommerce-checkout form.checkout .account-info ~ .payment .woocommerce-billing-fields h3 {
      padding-left: 0;
      padding-right: 0; }
    body.woocommerce-checkout form.checkout .account-info ~ .payment .woocommerce-billing-fields .billing-address-option label {
      color: #1D1C1C; }
  body.woocommerce-checkout form.checkout .account-info ~ .payment .woocommerce-billing-fields__field-wrapper {
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
    padding-bottom: 0; }
  body.woocommerce-checkout form.checkout .account-info ~ .payment .woocommerce-terms-and-conditions-wrapper {
    margin-top: 18px;
    font-size: 16px;
    color: #1D1C1C; }
    @media (max-width: 991.98px) {
      body.woocommerce-checkout form.checkout .account-info ~ .payment .woocommerce-terms-and-conditions-wrapper {
        font-size: 12px; } }

body.woocommerce-checkout form.checkout .woocommerce-shipping-methods {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }
  body.woocommerce-checkout form.checkout .woocommerce-shipping-methods li:not(:last-child) {
    margin-bottom: 15px; }

body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row,
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
    body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-first, body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-last,
    body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
    body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
      @media (max-width: 991.98px) {
        body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-first, body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-last,
        body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
        body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
    body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-first,
    body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row-first {
      padding-right: 5px; }
      @media (max-width: 991.98px) {
        body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-first,
        body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row-first {
          padding-right: 0; } }
    body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-last,
    body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
      padding-left: 5px; }
      @media (max-width: 991.98px) {
        body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-last,
        body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
          padding-left: 0; } }
    body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection__rendere, body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row select, body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .form-row .input-text,
    body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row .select2-selection__rendere,
    body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row select,
    body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row .input-text {
      max-width: unset; }

body.woocommerce-checkout .woocommerce-checkout-payment {
  margin-top: 20px; }

.step-wrapper .card {
  box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  width: 100%;
  margin-bottom: 4px;
  box-shadow: 0px 4px 3px -1px rgba(0, 0, 0, 0.07); }
  .step-wrapper .card-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700; }
    @media (max-width: 991.98px) {
      .step-wrapper .card-title {
        font-size: 16px; } }
  .step-wrapper .card-head {
    padding: 12px 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 991.98px) {
      .step-wrapper .card-head {
        padding: 10px 14px; } }
    .step-wrapper .card-head-action {
      color: #535353;
      font-weight: 700;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 991.98px) {
        .step-wrapper .card-head-action {
          font-size: 14px; } }
      .step-wrapper .card-head-action > i {
        display: block;
        margin-left: 8px; }
  .step-wrapper .card-view {
    padding: 0 24px 15px; }
    @media (max-width: 991.98px) {
      .step-wrapper .card-view {
        padding: 0 14px 15px; } }
    .step-wrapper .card-view__list {
      list-style: none;
      padding: 0;
      margin: 0;
      color: #a3a3a3; }
      @media (max-width: 991.98px) {
        .step-wrapper .card-view__list {
          font-size: 14px; } }
  .step-wrapper .card-body {
    border-top: 1px solid #1d1c1c;
    padding: 14px 24px 30px; }
    @media (max-width: 991.98px) {
      .step-wrapper .card-body {
        padding: 20px 14px; } }
    .step-wrapper .card-body .form-group {
      max-width: 500px; }
    .step-wrapper .card-body .styled-checkbox {
      font-size: 18px;
      margin-bottom: 20px; }
      .step-wrapper .card-body .styled-checkbox__tick {
        border-width: 1px; }
    .step-wrapper .card-body .btn, .step-wrapper .card-body body.woocommerce .button, body.woocommerce .step-wrapper .card-body .button {
      height: 44px;
      padding: 0 30px;
      min-width: 270px;
      text-align: center;
      cursor: pointer; }
      @media (max-width: 991.98px) {
        .step-wrapper .card-body .btn, .step-wrapper .card-body body.woocommerce .button, body.woocommerce .step-wrapper .card-body .button {
          min-width: 100%;
          font-size: 14px; } }
    .step-wrapper .card-body .forgot-password {
      font-size: 14px;
      margin-top: 20px;
      display: block; }
    .step-wrapper .card-body--fit-width .form-group {
      max-width: 100%; }
  .step-wrapper .card-message {
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .step-wrapper .card-message {
        font-size: 14px;
        margin-bottom: 14px; } }
    .step-wrapper .card-message .styled-checkbox {
      font-size: 16px;
      margin-bottom: 14px; }
      @media (max-width: 991.98px) {
        .step-wrapper .card-message .styled-checkbox {
          font-size: 14px; } }
      .step-wrapper .card-message .styled-checkbox__label {
        font-size: 1em; }

#order_review_heading {
  margin-top: 25px; }
  @media (max-width: 991.98px) {
    #order_review_heading {
      margin-top: 15px; } }

#order_review .toggle-popup-link {
  border: 0;
  background-color: transparent;
  padding: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: #0A0203;
  font-size: 18px;
  font-weight: 600;
  margin-top: 7px;
  outline: 0;
  cursor: pointer; }
  @media (max-width: 1199.98px) {
    #order_review .toggle-popup-link {
      font-size: 16px; } }
  #order_review .toggle-popup-link:hover {
    color: #E51937; }
  #order_review .toggle-popup-link span ~ .icon {
    margin-left: 8px; }
  #order_review .toggle-popup-link .icon svg {
    width: 10px;
    height: 10px; }

table.woocommerce-checkout-review-order-table tr th, table.woocommerce-checkout-review-order-table tr td {
  padding-top: 7.5px;
  padding-bottom: 7.5px; }

table.woocommerce-checkout-review-order-table tbody tr th, table.woocommerce-checkout-review-order-table tbody tr td {
  font-size: 20px; }
  table.woocommerce-checkout-review-order-table tbody tr th:first-of-type, table.woocommerce-checkout-review-order-table tbody tr td:first-of-type {
    padding-left: 0; }
  table.woocommerce-checkout-review-order-table tbody tr th:last-of-type, table.woocommerce-checkout-review-order-table tbody tr td:last-of-type {
    padding-right: 0;
    text-align: right; }
  @media (max-width: 991.98px) {
    table.woocommerce-checkout-review-order-table tbody tr th, table.woocommerce-checkout-review-order-table tbody tr td {
      font-size: 14px; } }

table.woocommerce-checkout-review-order-table tbody tr td {
  vertical-align: top; }
  table.woocommerce-checkout-review-order-table tbody tr td.product-name {
    color: #707070;
    font-size: 18px;
    width: 70%; }
    table.woocommerce-checkout-review-order-table tbody tr td.product-name .title {
      font-weight: 600;
      color: #000;
      font-size: 20px;
      margin-bottom: 5px; }
    @media (max-width: 991.98px) {
      table.woocommerce-checkout-review-order-table tbody tr td.product-name {
        font-size: 12px; }
        table.woocommerce-checkout-review-order-table tbody tr td.product-name .title {
          font-size: 16px; } }
  table.woocommerce-checkout-review-order-table tbody tr td .product-quantity {
    font-weight: normal; }

table.woocommerce-checkout-review-order-table tbody tr:last-child th, table.woocommerce-checkout-review-order-table tbody tr:last-child td {
  padding-bottom: 15px; }

table.woocommerce-checkout-review-order-table tfoot {
  background-color: transparent; }
  table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, table.woocommerce-checkout-review-order-table tfoot tr.order-total th, table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    font-size: 20px; }
    @media (max-width: 991.98px) {
      table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, table.woocommerce-checkout-review-order-table tfoot tr.order-total th, table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
        font-size: 14px; } }
  table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
    text-align: left !important;
    padding-left: 0; }
  table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    text-align: right !important;
    padding-right: 0; }
  table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
    border-top: 1px solid #B9B9B9; }
    @media (max-width: 991.98px) {
      table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
        border-bottom: 1px solid #B9B9B9; } }
  table.woocommerce-checkout-review-order-table tfoot tr.order-total {
    border-top: 0; }
    table.woocommerce-checkout-review-order-table tfoot tr.order-total th, table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
      font-size: 25px; }
      @media (max-width: 991.98px) {
        table.woocommerce-checkout-review-order-table tfoot tr.order-total th, table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
          font-size: 16px; } }
  @media (max-width: 991.98px) {
    table.woocommerce-checkout-review-order-table tfoot tr.shop_table-note {
      display: block;
      margin-left: -15px;
      margin-right: -15px;
      position: absolute;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      background-color: #F1F1F1;
      margin-top: 5px; }
      table.woocommerce-checkout-review-order-table tfoot tr.shop_table-note td {
        display: block; } }
  table.woocommerce-checkout-review-order-table tfoot tr:not(.cart-subtotal) td, table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td {
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
  table.woocommerce-checkout-review-order-table tfoot tr:first-child th, table.woocommerce-checkout-review-order-table tfoot tr:first-child td {
    padding-top: 15px; }
    @media (max-width: 991.98px) {
      table.woocommerce-checkout-review-order-table tfoot tr:first-child th, table.woocommerce-checkout-review-order-table tfoot tr:first-child td {
        padding-top: 10px; } }

@media (max-width: 991.98px) {
  .order-summary {
    background-color: #fff; } }

.order-summary__title {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #1d1c1c;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 991.98px) {
    .order-summary__title {
      font-size: 16px;
      padding: 10px 14px; } }
  .order-summary__title > a {
    text-transform: none;
    font-weight: normal;
    margin-left: auto;
    font-size: 16px;
    color: #535353; }
    @media (max-width: 991.98px) {
      .order-summary__title > a {
        font-size: 14px; } }
    .order-summary__title > a:hover {
      color: #e51937; }

.order-summary__item {
  list-style: none;
  padding: 0 20px;
  margin: 0; }
  @media (max-width: 991.98px) {
    .order-summary__item {
      padding: 0 14px; } }
  .order-summary__item > li {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-bottom: 20px;
    -ms-flex-align: end;
        align-items: flex-end; }
  .order-summary__item .product {
    color: #535353; }
  .order-summary__item .order-qty {
    margin-left: auto;
    margin-right: 20px;
    font-weight: 600;
    color: #1d1c1c; }
  .order-summary__item .order-price {
    font-weight: 600;
    color: #1d1c1c; }

.order-summary__total {
  list-style: none;
  padding: 20px;
  margin: 0;
  background-color: #f1f1f1; }
  @media (max-width: 991.98px) {
    .order-summary__total {
      padding: 14px; } }
  .order-summary__total > li {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -ms-flex-align: end;
        align-items: flex-end; }
  .order-summary__total .subtotal {
    margin-bottom: 4px; }
    .order-summary__total .subtotal__label {
      color: #535353; }
    .order-summary__total .subtotal__value {
      font-weight: 600;
      margin-left: auto;
      color: #1d1c1c; }
  .order-summary__total .total {
    margin-top: 20px;
    padding-top: 12px;
    border-top: 1px solid rgba(185, 185, 185, 0.5);
    font-weight: 700;
    font-size: 20px; }
    @media (max-width: 991.98px) {
      .order-summary__total .total {
        margin-top: 14px;
        font-size: 16px; } }
    .order-summary__total .total__label {
      color: #535353; }
    .order-summary__total .total__value {
      margin-left: auto;
      color: #1d1c1c; }

.woocommerce-shipping-methods {
  margin-bottom: 15px;
  margin-top: 10px; }
  .woocommerce-shipping-methods li:not(:last-child) {
    margin-bottom: 5px !important; }
  .woocommerce-shipping-methods li input[type=radio] {
    display: none; }
    .woocommerce-shipping-methods li input[type=radio]:checked ~ label::before {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23e51937'%3E%3Cpath d='M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm0 214q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z'/%3E%3C/svg%3E"); }
  .woocommerce-shipping-methods li label {
    position: relative;
    font-weight: 600;
    color: #1d1c1c;
    cursor: pointer;
    padding-left: 23px; }
    .woocommerce-shipping-methods li label::before {
      content: '';
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%231D1C1C'%3E%3Cpath d='M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z'/%3E%3C/svg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 4px;
      left: 0; }
      @media (max-width: 991.98px) {
        .woocommerce-shipping-methods li label::before {
          top: 0; } }

.woocommerce-checkout-payment .payment_methods {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }
  .woocommerce-checkout-payment .payment_methods > li {
    margin-bottom: 15px; }
  .woocommerce-checkout-payment .payment_methods input[type=radio] {
    display: none; }
    .woocommerce-checkout-payment .payment_methods input[type=radio]:checked ~ label::before {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23e51937'%3E%3Cpath d='M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm0 214q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z'/%3E%3C/svg%3E"); }
  .woocommerce-checkout-payment .payment_methods label {
    position: relative;
    font-weight: 600;
    color: #1d1c1c;
    cursor: pointer;
    padding-left: 23px; }
    .woocommerce-checkout-payment .payment_methods label::before {
      content: '';
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%231D1C1C'%3E%3Cpath d='M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z'/%3E%3C/svg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 4px;
      left: 0; }
      @media (max-width: 991.98px) {
        .woocommerce-checkout-payment .payment_methods label::before {
          top: 0; } }
  .woocommerce-checkout-payment .payment_methods .payment_method_paypal img {
    margin: 0 7px; }
  .woocommerce-checkout-payment .payment_methods .payment_method_paypal .about_paypal {
    font-size: .9rem; }
  .woocommerce-checkout-payment .payment_methods .payment_box {
    padding-left: 23px;
    font-weight: normal;
    font-size: 0.9em; }
    .woocommerce-checkout-payment .payment_methods .payment_box p:last-of-type {
      margin-bottom: 0; }
    .woocommerce-checkout-payment .payment_methods .payment_box ul {
      list-style-type: none;
      padding-left: 0; }
    .woocommerce-checkout-payment .payment_methods .payment_box.payment_method_stripe .woocommerce-SavedPaymentMethods {
      margin-top: 10px; }
    .woocommerce-checkout-payment .payment_methods .payment_box.payment_method_stripe fieldset {
      margin: 0;
      padding: 0;
      border: 0; }
    .woocommerce-checkout-payment .payment_methods .payment_box.payment_method_stripe fieldset {
      margin-left: 25px; }
    .woocommerce-checkout-payment .payment_methods .payment_box.payment_method_stripe .wc-credit-card-form.wc-payment-form {
      margin-top: 8px;
      border: 1px solid #1d1c1c;
      padding: 15px;
      margin-bottom: 5px; }
      .woocommerce-checkout-payment .payment_methods .payment_box.payment_method_stripe .wc-credit-card-form.wc-payment-form label {
        padding-left: 0; }
        .woocommerce-checkout-payment .payment_methods .payment_box.payment_method_stripe .wc-credit-card-form.wc-payment-form label::before {
          display: none; }
    .woocommerce-checkout-payment .payment_methods .payment_box.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew label {
      padding-left: 0; }
      .woocommerce-checkout-payment .payment_methods .payment_box.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew label::before {
        display: none; }

.poly-title-page {
  font-size: 60px;
  line-height: 1.3; }
  @media (max-width: 991.98px) {
    .poly-title-page {
      font-size: 25px; } }

.poly-title-section {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.05px;
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .poly-title-section {
      font-size: 14px;
      margin-bottom: 15px; } }

.text-backto {
  color: #e51937 !important;
  font-size: 20px;
  line-height: 1.2; }
  @media (max-width: 991.98px) {
    .text-backto {
      font-size: 14px; } }

.single-page.page-customer-login .woocommerce-Input,
.single-page.page-customer-login .input-text,
.single-page.page-account-page .woocommerce-Input,
.single-page.page-account-page .input-text {
  max-width: unset; }

.single-page.page-customer-login .form-row .select2-container,
.single-page.page-account-page .form-row .select2-container {
  max-width: unset; }

.single-page.page-customer-login {
  background-color: #000;
  margin-bottom: 0; }
  .single-page.page-customer-login, .single-page.page-customer-login .content {
    font-size: 18px;
    color: #A3A3A3; }
  @media (max-width: 991.98px) {
    .single-page.page-customer-login {
      padding-bottom: 0; }
      .single-page.page-customer-login, .single-page.page-customer-login .content {
        font-size: 12px; }
      .single-page.page-customer-login .content {
        padding-top: 20px; } }
  .single-page.page-customer-login a {
    color: #A3A3A3; }
    .single-page.page-customer-login a:hover {
      color: #e51937; }
  .single-page.page-customer-login .woocommerce-form-register {
    margin-top: 40px; }
    @media (max-width: 991.98px) {
      .single-page.page-customer-login .woocommerce-form-register {
        margin-top: 20px; } }
  .single-page.page-customer-login .woocommerce-Input {
    font-size: 20px; }
    @media (max-width: 991.98px) {
      .single-page.page-customer-login .woocommerce-Input {
        font-size: 14px; } }
  .single-page.page-customer-login .poly-title-section {
    color: #FFF; }
  .single-page.page-customer-login .woocommerce-form-row > label {
    color: #F6F6F6 !important;
    font-size: 18px;
    margin-bottom: 5px; }
  @media (max-width: 991.98px) {
    .single-page.page-customer-login .woocommerce-form-row > label {
      font-size: 12px;
      color: #E0E0E0 !important; } }
  .single-page.page-customer-login .column-register .woocommerce-form-row > label {
    font-size: 20px; }
  @media (max-width: 991.98px) {
    .single-page.page-customer-login .column-register .woocommerce-form-row > label {
      font-size: 12px; } }
  .single-page.page-customer-login .column-register .woocommerce-privacy-policy-text {
    font-size: 16px; }
    .single-page.page-customer-login .column-register .woocommerce-privacy-policy-text a {
      text-decoration: underline; }
    @media (max-width: 767.98px) {
      .single-page.page-customer-login .column-register .woocommerce-privacy-policy-text {
        font-size: 12px; } }

.page-login-header {
  height: 340px;
  position: relative;
  background-color: #000;
  color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-login-header:after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: black;
    background: linear-gradient(0deg, black 23%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
    z-index: 0; }
  .page-login-header .poly-title-page {
    color: #FFF !important; }
  .page-login-header > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    height: 100%;
    z-index: 1;
    position: relative; }
  @media (max-width: 991.98px) {
    .page-login-header {
      height: 177px !important;
      margin-bottom: -95px !important; }
      .page-login-header:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.75); }
      .page-login-header .content {
        height: 100%; }
      .page-login-header > .container {
        padding-left: 0;
        padding-right: 0; } }

#customer_login {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (min-width: 1200px) {
    #customer_login {
      margin-left: -60px;
      margin-right: -60px; }
      #customer_login > [class*=col-] {
        position: relative;
        padding-left: 60px;
        padding-right: 60px; }
        #customer_login > [class*=col-]:not(:last-child):after {
          content: '';
          width: 1px;
          height: 100%;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          display: block;
          background-color: rgba(255, 255, 255, 0.39); } }
  @media (max-width: 991.98px) {
    #customer_login {
      padding-top: 0;
      padding-bottom: 60px;
      margin-top: -20px;
      margin-bottom: -20px; }
      #customer_login > [class*=col-] {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px; }
        #customer_login > [class*=col-]:not(:last-child):after {
          content: '';
          height: 1px;
          width: calc(100% - 20px);
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          display: block;
          background-color: rgba(255, 255, 255, 0.39); }
      #customer_login .regbg-inner {
        padding: 13px 16px;
        background-color: rgba(255, 255, 255, 0.12);
        margin-top: -20px;
        margin-bottom: 15px; }
        #customer_login .regbg-inner ul, #customer_login .regbg-inner ol {
          margin-bottom: 0; } }

.woocommerce-lost-password #customer_login {
  padding-top: 20px; }

.required {
  color: #e51937; }

.woocommerce-form-row {
  margin-bottom: 15px; }
  .woocommerce-form-row > label {
    margin-bottom: 5px;
    display: block; }
  .woocommerce-form-row > .desc {
    color: #FFF;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.03px;
    display: block;
    margin-bottom: 5px; }
    @media (max-width: 767.98px) {
      .woocommerce-form-row > .desc {
        font-size: 12px; } }
  .woocommerce-form-row > .form-row {
    margin-bottom: 20px; }
  .woocommerce-form-row .woocommerce-form-login__rememberme {
    margin-top: -5px; }
  .woocommerce-form-row .iti {
    width: 100%; }

.woocommerce-form-login__submit {
  margin-top: 30px; }
  @media (max-width: 991.98px) {
    .woocommerce-form-login__submit {
      margin-top: 20px; } }

.radio-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 3px; }
  .radio-wrap .radio-item {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    cursor: pointer; }
    .radio-wrap .radio-item input[type=radio] {
      display: none; }
      .radio-wrap .radio-item input[type=radio]:checked ~ span {
        border-color: #e51937;
        color: #e51937;
        outline: 1px solid #e51937; }
    .radio-wrap .radio-item span {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      text-align: center;
      padding: 12px;
      border: 1px solid #E0E0E0;
      transition: all .3s ease-in-out; }

.woocommerce-form__label-for-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  .woocommerce-form__label-for-checkbox input[type=checkbox] {
    display: none; }
    .woocommerce-form__label-for-checkbox input[type=checkbox]:checked ~ span::before {
      border-color: #e51937;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23e51937' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72 104 184 48 128' fill='none' stroke='%23e51937' stroke-linecap='round' stroke-linejoin='round' stroke-width='24'%3E%3C/polyline%3E%3C/svg%3E"); }
      @media (max-width: 991.98px) {
        .woocommerce-form__label-for-checkbox input[type=checkbox]:checked ~ span::before {
          background-color: #e51937;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72 104 184 48 128' fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='24'%3E%3C/polyline%3E%3C/svg%3E"); } }
  .woocommerce-form__label-for-checkbox span {
    display: block;
    position: relative;
    padding-left: 30px; }
    .woocommerce-form__label-for-checkbox span:before {
      content: '';
      border: 2px solid #FFF;
      background-color: #FFF;
      border-radius: 3px;
      background-position: center;
      background-size: contain;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 3px;
      display: block;
      z-index: 0; }
      @media (max-width: 767.98px) {
        .woocommerce-form__label-for-checkbox span:before {
          border-width: 1px; } }
  .woocommerce-form__label-for-checkbox.woocommerce-form__label-offer {
    font-size: 16px;
    line-height: 1.1; }
    .woocommerce-form__label-for-checkbox.woocommerce-form__label-offer span {
      padding-left: 40px; }
      .woocommerce-form__label-for-checkbox.woocommerce-form__label-offer span:before {
        background-color: transparent;
        width: 27px;
        height: 27px;
        top: 50%;
        transform: translateY(-50%); }
  @media (max-width: 991.98px) {
    .woocommerce-form__label-for-checkbox.woocommerce-form__label-offer {
      font-size: 12px; }
      .woocommerce-form__label-for-checkbox.woocommerce-form__label-offer span {
        padding-left: 30px; }
        .woocommerce-form__label-for-checkbox.woocommerce-form__label-offer span:before {
          width: 20px;
          height: 20px; }
    .woocommerce-form__label-for-checkbox span {
      padding-left: 30px; }
      .woocommerce-form__label-for-checkbox span:before {
        width: 20px;
        height: 20px;
        top: 0; } }

[role=alert] {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  padding: 10px;
  letter-spacing: 0.04px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: #FFF; }
  [role=alert] a {
    color: #FFF !important;
    text-decoration: underline !important; }
    [role=alert] a:hover {
      text-decoration: none !important; }
  [role=alert].woocommerce-error {
    background-color: #BF001C; }
  [role=alert].woocommerce-message {
    background-color: #076508; }
  @media (max-width: 991.98px) {
    [role=alert] {
      font-size: 14px; } }

.page-account-page .breadcrumb {
  margin: 20px 0; }
  .page-account-page .breadcrumb .breadcrumb-item {
    font-size: 18px; }

.page-account-page .title-page {
  color: #1D1C1C;
  font-size: 50px;
  line-height: 1.32;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .page-account-page .column-navigation {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; } }

@media (max-width: 991.98px) {
  .page-account-page {
    padding-bottom: 0 !important; }
    .page-account-page .woocommerce-MyAccount-content {
      padding-left: 20px;
      padding-right: 20px; }
    .page-account-page .container {
      padding-left: 0;
      padding-right: 0; }
      .page-account-page .container .row {
        margin-left: 0;
        margin-right: 0; }
        .page-account-page .container .row > [class*=col-] {
          padding-left: 0;
          padding-right: 0; } }

.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  background-color: #FFF;
  box-shadow: 0px 3px 6px #00000029; }

.woocommerce-MyAccount-content {
  padding: 20px 35px; }
  .woocommerce-MyAccount-content .topbar-myAccount-content {
    display: none; }
  .woocommerce-MyAccount-content .order-status {
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #777;
    background: #e5e5e5;
    border-radius: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    padding: 0.3em 0.6em; }
    .woocommerce-MyAccount-content .order-status.completed {
      background: #c8d7e1;
      color: #2e4453; }
    .woocommerce-MyAccount-content .order-status.on-hold {
      background: #f8dda7;
      color: #94660c; }
    .woocommerce-MyAccount-content .order-status.failed {
      background: #eba3a3;
      color: #761919; }
    .woocommerce-MyAccount-content .order-status.processing {
      background: #c6e1c6;
      color: #5b841b; }
    .woocommerce-MyAccount-content .order-status.trash {
      background: #eba3a3;
      color: #761919; }
    @media (max-width: 767.98px) {
      .woocommerce-MyAccount-content .order-status {
        border-radius: 50px;
        padding: 0.2em 1em;
        font-size: 10px; } }
  .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order {
    padding: 8px;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    font-size: 12px; }
    .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order:not(:last-child) {
      margin-bottom: 10px; }
    .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-top {
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #dbdbdb;
      padding-bottom: 5px;
      margin-bottom: 5px;
      font-size: 14px;
      -ms-flex-align: center;
          align-items: center; }
      .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-top ul {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0; }
        .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-top ul > li {
          display: inline-block;
          color: #535353;
          position: relative; }
          .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-top ul > li:not(:last-child) {
            padding-right: 5px;
            margin-right: 5px; }
            .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-top ul > li:not(:last-child):after {
              content: '';
              width: 1px;
              height: calc(100% - 10px);
              position: absolute;
              right: -3px;
              top: 50%;
              transform: translateY(-50%);
              background-color: #dbdbdb; }
          .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-top ul > li.order-number {
            font-size: 16px;
            font-weight: 700; }
      .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-top .order-status {
        padding: 0.2em 0.6em;
        line-height: 1; }
      .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-top .right {
        padding-left: 6px; }
      @media (max-width: 767.98px) {
        .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-top {
          font-size: 12px; }
          .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-top .right {
            padding-left: 0;
            margin-left: auto; } }
    .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      font-size: 16px; }
      .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-products {
        -ms-flex: 1 1 70%;
            flex: 1 1 70%; }
        .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-products ul {
          list-style-type: none;
          padding-left: 0; }
          .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-products ul > li {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
                flex-direction: row; }
            .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-products ul > li:not(:last-child) {
              margin-bottom: 8px; }
            .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-products ul > li .order-thumb {
              -ms-flex: 0 1 21%;
                  flex: 0 1 21%; }
              .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-products ul > li .order-thumb img {
                width: 100%;
                height: auto;
                object-fit: contain; }
            .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-products ul > li .order-item {
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%;
              padding-left: 15px;
              padding-right: 15px;
              font-weight: 600; }
              .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-products ul > li .order-item > [class*=product] {
                display: inline; }
              .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-products ul > li .order-item .product-name {
                font-size: 18px; }
              .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-products ul > li .order-item .order-items {
                color: #535353; }
      .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-total {
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        text-align: right;
        font-weight: 600; }
        .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-total .product-total {
          font-size: 18px;
          font-weight: 700; }
          .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-total .product-total .label-total {
            font-size: 14px;
            font-weight: 600; }
        .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-total .button-wrap {
          margin-top: auto;
          padding-top: 8px; }
          .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-total .button-wrap .button-action {
            margin-top: 12px; }
      @media (max-width: 767.98px) {
        .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary {
          font-size: 12px; }
          .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-products ul > li .order-thumb {
            -ms-flex: 0 1 25%;
                flex: 0 1 25%; }
          .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-products ul > li .order-item .product-name {
            font-size: 12px; }
            .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-products ul > li .order-item .product-name > span {
              width: 140px;
              display: inline-block;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
          .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-total .product-total {
            font-size: 12px; }
            .woocommerce-MyAccount-content .poly-woocommerce-orders .woocommerce-order .order-summary .order-total .product-total .label-total {
              font-size: 12px; } }

.woocommerce-MyAccount-navigation {
  padding-top: 16px;
  padding-bottom: 16px; }
  .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px; }
    .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
      position: relative; }
      .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
        background-color: #F6F6F6;
        color: #e51937; }
        .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a:before {
          filter: invert(12%) sepia(75%) saturate(7266%) hue-rotate(347deg) brightness(95%) contrast(86%); }
      .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
        padding: 10px 30px 10px 65px;
        display: block;
        position: relative;
        color: #000000;
        line-height: 1.5; }
        .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:before {
          position: absolute;
          left: 30px;
          top: 8px; }
      .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover {
        color: #e51937; }
        .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover:before {
          filter: invert(12%) sepia(75%) saturate(7266%) hue-rotate(347deg) brightness(95%) contrast(86%); }

.woocommerce-password-strength {
  margin-top: 10px; }
  .woocommerce-password-strength.short {
    color: red; }
    .woocommerce-password-strength.short ~ .strength-bars .bar:nth-child(1) {
      background-color: red; }
  .woocommerce-password-strength.bad {
    color: red; }
    .woocommerce-password-strength.bad ~ .strength-bars .bar:nth-child(1), .woocommerce-password-strength.bad ~ .strength-bars .bar:nth-child(2) {
      background-color: red; }
  .woocommerce-password-strength.good {
    color: orange; }
    .woocommerce-password-strength.good ~ .strength-bars .bar:nth-child(1), .woocommerce-password-strength.good ~ .strength-bars .bar:nth-child(2), .woocommerce-password-strength.good ~ .strength-bars .bar:nth-child(3), .woocommerce-password-strength.good ~ .strength-bars .bar:nth-child(4) {
      background-color: orange; }
  .woocommerce-password-strength.strong {
    color: green; }
    .woocommerce-password-strength.strong ~ .strength-bars .bar {
      background-color: green; }

.password-input {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .password-input > * {
    -ms-flex-order: 10;
        order: 10; }
  .password-input > .woocommerce-Input {
    -ms-flex-order: 0;
        order: 0;
    margin-bottom: 10px; }
  .password-input .strength-bars {
    -ms-flex-order: 1;
        order: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 4px;
    width: 100%; }
    .password-input .strength-bars .bar {
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
      height: 7px;
      background-color: #707070;
      border-radius: 5px; }
  .password-input .woocommerce-password-strength {
    -ms-flex-order: 2;
        order: 2; }

.woocommerce-account.logged-in .woocommerce-Button,
.woocommerce-account.logged-in .woocommerce-button,
.page-template-template-myaccount-mobile.logged-in .woocommerce-Button,
.page-template-template-myaccount-mobile.logged-in .woocommerce-button {
  height: 35px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  min-width: unset;
  padding: 0 15px; }
  .woocommerce-account.logged-in .woocommerce-Button:hover,
  .woocommerce-account.logged-in .woocommerce-button:hover,
  .page-template-template-myaccount-mobile.logged-in .woocommerce-Button:hover,
  .page-template-template-myaccount-mobile.logged-in .woocommerce-button:hover {
    color: #FFF; }
  @media (max-width: 991.98px) {
    .woocommerce-account.logged-in .woocommerce-Button,
    .woocommerce-account.logged-in .woocommerce-button,
    .page-template-template-myaccount-mobile.logged-in .woocommerce-Button,
    .page-template-template-myaccount-mobile.logged-in .woocommerce-button {
      width: 100%; } }

.woocommerce-account.logged-in .woocommerce-orders-table__cell-order-actions .woocommerce-Button:not(:last-child),
.woocommerce-account.logged-in .woocommerce-orders-table__cell-order-actions .woocommerce-button:not(:last-child),
.page-template-template-myaccount-mobile.logged-in .woocommerce-orders-table__cell-order-actions .woocommerce-Button:not(:last-child),
.page-template-template-myaccount-mobile.logged-in .woocommerce-orders-table__cell-order-actions .woocommerce-button:not(:last-child) {
  margin-right: 6px; }

@media (max-width: 991.98px) {
  .woocommerce-account.woocommerce-lost-password .single-page.page-customer-login,
  .page-template-template-myaccount-mobile.woocommerce-lost-password .single-page.page-customer-login {
    height: 100vh; }
  .woocommerce-account.woocommerce-lost-password .main-footer,
  .page-template-template-myaccount-mobile.woocommerce-lost-password .main-footer {
    display: none; } }

@media (max-width: 767.98px) {
  .woocommerce-account,
  .page-template-template-myaccount-mobile {
    padding-bottom: 0;
    overflow-x: hidden; }
    .woocommerce-account.logged-in .main-footer,
    .page-template-template-myaccount-mobile.logged-in .main-footer {
      display: none; }
    .woocommerce-account .page-login-header,
    .page-template-template-myaccount-mobile .page-login-header {
      height: auto !important;
      margin-bottom: 0 !important;
      padding: 30px 15px; }
      .woocommerce-account .page-login-header .poly-subtitle,
      .page-template-template-myaccount-mobile .page-login-header .poly-subtitle {
        color: #FFF;
        font-size: 14px; }
      .woocommerce-account .page-login-header .poly-title-page,
      .page-template-template-myaccount-mobile .page-login-header .poly-title-page {
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 30px; }
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .page-template-template-myaccount-mobile .woocommerce-MyAccount-navigation {
      background-color: #000;
      color: #FFF;
      font-size: 16px;
      height: calc( 100vh - 185px); }
      .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard,
      .page-template-template-myaccount-mobile .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard {
        display: none; }
      .woocommerce-account .woocommerce-MyAccount-navigation a,
      .page-template-template-myaccount-mobile .woocommerce-MyAccount-navigation a {
        color: #FFF; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul,
      .page-template-template-myaccount-mobile .woocommerce-MyAccount-navigation ul {
        font-size: 16px; }
        .woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a,
        .page-template-template-myaccount-mobile .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
          color: #FFF;
          padding-top: 15px;
          padding-bottom: 15px;
          padding-left: 60px; }
          .woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:before,
          .page-template-template-myaccount-mobile .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:before {
            top: 15px;
            left: 25px;
            filter: invert(46%) sepia(1%) saturate(0%) hue-rotate(25deg) brightness(93%) contrast(86%); }
        .woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a,
        .page-template-template-myaccount-mobile .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
          background-color: transparent;
          color: #e51937; }
          .woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a:before,
          .page-template-template-myaccount-mobile .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a:before {
            filter: invert(12%) sepia(75%) saturate(7266%) hue-rotate(347deg) brightness(95%) contrast(86%); }
    .woocommerce-account .column-MyAccount-content,
    .page-template-template-myaccount-mobile .column-MyAccount-content {
      position: absolute;
      top: 0;
      left: 0%;
      z-index: 999;
      min-height: 100%;
      overflow: hidden;
      transition: left .3s ease-in-out; }
      .woocommerce-account .column-MyAccount-content#my-account,
      .page-template-template-myaccount-mobile .column-MyAccount-content#my-account {
        display: none; }
      .woocommerce-account .column-MyAccount-content.close,
      .page-template-template-myaccount-mobile .column-MyAccount-content.close {
        left: -100%; }
        .woocommerce-account .column-MyAccount-content.close .topbar-myAccount-content,
        .page-template-template-myaccount-mobile .column-MyAccount-content.close .topbar-myAccount-content {
          left: -100%; }
    .woocommerce-account #wishlist .woocommerce-MyAccount-content,
    .page-template-template-myaccount-mobile #wishlist .woocommerce-MyAccount-content {
      padding-top: 65px; }
    .woocommerce-account .woocommerce-MyAccount-content,
    .page-template-template-myaccount-mobile .woocommerce-MyAccount-content {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 85px;
      padding-bottom: 80px;
      min-height: 100vh;
      position: relative; }
      .woocommerce-account .woocommerce-MyAccount-content .topbar-myAccount-content,
      .page-template-template-myaccount-mobile .woocommerce-MyAccount-content .topbar-myAccount-content {
        display: block;
        padding: 20px 15px;
        font-size: 18px;
        background-color: #000000;
        color: #FFF;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        transition: left .3s ease-in-out;
        z-index: 9999; }
        .woocommerce-account .woocommerce-MyAccount-content .topbar-myAccount-content .nav-arrow,
        .page-template-template-myaccount-mobile .woocommerce-MyAccount-content .topbar-myAccount-content .nav-arrow {
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-align: center;
              align-items: center;
          vertical-align: text-bottom; }
          .woocommerce-account .woocommerce-MyAccount-content .topbar-myAccount-content .nav-arrow .iconsvg, .woocommerce-account .woocommerce-MyAccount-content .topbar-myAccount-content .nav-arrow .nav-sticky-mobile > .menu-item a .icon, .nav-sticky-mobile > .menu-item a .woocommerce-account .woocommerce-MyAccount-content .topbar-myAccount-content .nav-arrow .icon, .woocommerce-account .woocommerce-MyAccount-content .topbar-myAccount-content .nav-arrow .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link .woocommerce-account .woocommerce-MyAccount-content .topbar-myAccount-content .nav-arrow a,
          .page-template-template-myaccount-mobile .woocommerce-MyAccount-content .topbar-myAccount-content .nav-arrow .iconsvg,
          .page-template-template-myaccount-mobile .woocommerce-MyAccount-content .topbar-myAccount-content .nav-arrow .nav-sticky-mobile > .menu-item a .icon,
          .nav-sticky-mobile > .menu-item a .page-template-template-myaccount-mobile .woocommerce-MyAccount-content .topbar-myAccount-content .nav-arrow .icon,
          .page-template-template-myaccount-mobile .woocommerce-MyAccount-content .topbar-myAccount-content .nav-arrow .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a,
          .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link .page-template-template-myaccount-mobile .woocommerce-MyAccount-content .topbar-myAccount-content .nav-arrow a {
            filter: invert(91%) sepia(73%) saturate(2%) hue-rotate(180deg) brightness(105%) contrast(100%); }
          .woocommerce-account .woocommerce-MyAccount-content .topbar-myAccount-content .nav-arrow ~ .content-title,
          .page-template-template-myaccount-mobile .woocommerce-MyAccount-content .topbar-myAccount-content .nav-arrow ~ .content-title {
            margin-left: 10px; } }

.woocommerce-orders-table__header {
  background-color: #F3F3F3;
  color: #535353; }

.woocommerce-MyAccount-orders {
  border: 0; }
  .woocommerce-MyAccount-orders thead tr th {
    font-weight: 700;
    text-transform: uppercase; }
  .woocommerce-MyAccount-orders tr td, .woocommerce-MyAccount-orders tr th {
    border: 0; }
    .woocommerce-MyAccount-orders tr td:first-child, .woocommerce-MyAccount-orders tr th:first-child {
      border-left-color: transparent; }
    .woocommerce-MyAccount-orders tr td:last-child, .woocommerce-MyAccount-orders tr th:last-child {
      border-right-color: transparent; }
  .woocommerce-MyAccount-orders tr td .woocommerce-button {
    padding: 0 !important;
    background-color: transparent;
    color: #e51937; }
    .woocommerce-MyAccount-orders tr td .woocommerce-button:hover {
      color: #e51937 !important; }
  .woocommerce-MyAccount-orders tr td.woocommerce-orders-table__cell-order-actions .woocommerce-button {
    margin-bottom: 7px;
    height: auto;
    text-transform: none; }
    .woocommerce-MyAccount-orders tr td.woocommerce-orders-table__cell-order-actions .woocommerce-button:not(:last-child) {
      padding-right: 10px !important;
      margin-right: 10px !important;
      border-right: 1px solid #e4e4e4 !important; }
  .woocommerce-MyAccount-orders tr td .shipping-wrap {
    height: 22px;
    overflow: hidden; }

.woocommerce-edit-address .woo-title-content {
  display: none; }

.woocommerce-edit-address .select2-dropdown.country-code {
  margin-top: 32px; }

.woocommerce-Addresses {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

.woocommerce-Address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px; }
  .woocommerce-Address:not(:last-child) {
    margin-bottom: 30px; }
  .woocommerce-Address > header {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin-bottom: 15px; }
    .woocommerce-Address > header h3 {
      font-size: 20px; }
  .woocommerce-Address address {
    font-size: 14px;
    padding: 15px;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    width: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .woocommerce-Address address::first-line {
      font-weight: 700; }
    .woocommerce-Address address .buttom {
      margin-top: auto;
      padding-top: 30px;
      display: block; }
    .woocommerce-Address address .edit {
      display: inline-block;
      color: #1D1C1C;
      text-decoration: underline; }
      .woocommerce-Address address .edit:not(:last-child) {
        margin-right: 10px; }
      .woocommerce-Address address .edit:hover {
        color: #e51937; }
    @media (max-width: 991.98px) {
      .woocommerce-Address address {
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
        width: 100%; } }
  @media (max-width: 767.98px) {
    .woocommerce-Address > header {
      margin-bottom: 10px; }
      .woocommerce-Address > header h3 {
        font-size: 14px; } }

.woocommerce-edit-account .select2-dropdown.country-code {
  margin-top: 32px; }
  @media (max-width: 991px) {
    .woocommerce-edit-account .select2-dropdown.country-code {
      margin-top: 0; } }

.woocommerce-edit-account .button-edit-account {
  min-width: 155px !important; }

.woocommerce-edit-account .view-account-mobile .title-view {
  font-size: 14px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 8px; }

.woocommerce-edit-account .view-account-mobile table.table-view-account {
  border: 0; }
  .woocommerce-edit-account .view-account-mobile table.table-view-account tr td, .woocommerce-edit-account .view-account-mobile table.table-view-account tr th {
    border: 0;
    padding: 7px 10px;
    font-size: 14px; }
  .woocommerce-edit-account .view-account-mobile table.table-view-account tr th {
    padding-left: 0; }
  .woocommerce-edit-account .view-account-mobile table.table-view-account tr td {
    padding-right: 0; }
  .woocommerce-edit-account .view-account-mobile table.table-view-account tr:not(:last-child) td, .woocommerce-edit-account .view-account-mobile table.table-view-account tr:not(:last-child) th {
    border-bottom: 1px solid rgba(112, 112, 112, 0.5); }

.woocommerce-edit-account .view-account-mobile .button-edit-account {
  width: 100% !important; }

body.woocommerce-checkout .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  body.woocommerce-checkout .modal .modal-content {
    background-color: #FFF;
    border: 1px solid #707070;
    border-radius: 10px;
    margin: 0 auto 0;
    padding: 30px;
    width: 638px;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (max-width: 1199.98px) {
      body.woocommerce-checkout .modal .modal-content {
        padding: 15px;
        width: calc(100% - 30px); } }
    body.woocommerce-checkout .modal .modal-content-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      padding-bottom: 15px;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      border-bottom: 1px solid #707070;
      margin-bottom: 15px; }
      body.woocommerce-checkout .modal .modal-content-header .title {
        font-size: 30px;
        font-weight: bold;
        font-family: "Luxora Grotesk", sans-serif;
        color: #1D1C1C;
        line-height: 1.2; }
        @media (max-width: 1199.98px) {
          body.woocommerce-checkout .modal .modal-content-header .title {
            font-size: 18px; } }
    body.woocommerce-checkout .modal .modal-content-content {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      font-size: 20px;
      letter-spacing: 0.2px;
      line-height: 1.2;
      max-height: 650px;
      overflow-y: auto;
      margin: 0 -30px -30px;
      padding: 0 30px 30px; }
      @media (max-width: 1199.98px) {
        body.woocommerce-checkout .modal .modal-content-content {
          margin: 0 -15px -15px;
          padding: 0 15px 15px;
          max-height: 60vh; } }
    body.woocommerce-checkout .modal .modal-content .close {
      color: #0A0203;
      float: right;
      line-height: 0;
      font-size: 45px;
      font-weight: bold;
      margin-top: -10px; }
      body.woocommerce-checkout .modal .modal-content .close:hover, body.woocommerce-checkout .modal .modal-content .close:focus {
        color: #0A0203;
        text-decoration: none;
        cursor: pointer; }
  @media (max-width: 1199.98px) {
    body.woocommerce-checkout .modal .form-control {
      height: 34px; } }
  body.woocommerce-checkout .modal .btn, body.woocommerce-checkout .modal body.woocommerce .button, body.woocommerce body.woocommerce-checkout .modal .button {
    font-size: 11px;
    padding: 11.5px 15px; }

.modal-content .detail-order-wrapper {
  margin-bottom: 15px; }
  .modal-content .detail-order-wrapper .detail-title {
    color: #535353;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 12px; }
  .modal-content .detail-order-wrapper .detail-order {
    font-size: 14px; }
    .modal-content .detail-order-wrapper .detail-order table.table-detail {
      border: 0; }
      .modal-content .detail-order-wrapper .detail-order table.table-detail tr:first-child th, .modal-content .detail-order-wrapper .detail-order table.table-detail tr:first-child td {
        padding-top: 0; }
      .modal-content .detail-order-wrapper .detail-order table.table-detail tr:last-child th, .modal-content .detail-order-wrapper .detail-order table.table-detail tr:last-child td {
        padding-bottom: 0; }
      .modal-content .detail-order-wrapper .detail-order table.table-detail th, .modal-content .detail-order-wrapper .detail-order table.table-detail td {
        padding: 5px;
        border: 0; }
      .modal-content .detail-order-wrapper .detail-order table.table-detail th {
        width: 100px;
        padding-left: 0; }
      .modal-content .detail-order-wrapper .detail-order table.table-detail td:last-child {
        padding-right: 0; }
    .modal-content .detail-order-wrapper .detail-order .detail-row {
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1199.98px) {
        .modal-content .detail-order-wrapper .detail-order .detail-row {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .modal-content .detail-order-wrapper .detail-order .detail-row:not(:last-child) {
        border-bottom: 1px solid #707070;
        padding-bottom: 10px;
        margin-bottom: 10px; }
      .modal-content .detail-order-wrapper .detail-order .detail-row .col-title {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        width: 150px;
        font-size: 12px;
        color: #535353; }
        .modal-content .detail-order-wrapper .detail-order .detail-row .col-title strong {
          font-size: 14px;
          color: #292828; }
        @media (max-width: 1199.98px) {
          .modal-content .detail-order-wrapper .detail-order .detail-row .col-title {
            width: 100%;
            margin-bottom: 6px; } }
      .modal-content .detail-order-wrapper .detail-order .detail-row .col-content {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        width: calc(100% - 150px);
        padding: 5px 10px; }
        .modal-content .detail-order-wrapper .detail-order .detail-row .col-content.bg-gray {
          background-color: #F1F2F2; }
        @media (max-width: 1199.98px) {
          .modal-content .detail-order-wrapper .detail-order .detail-row .col-content {
            width: 100%; }
            .modal-content .detail-order-wrapper .detail-order .detail-row .col-content.bg-gray {
              margin-top: 5px; }
            .modal-content .detail-order-wrapper .detail-order .detail-row .col-content:not(.bg-gray) {
              padding: 5px 0; }
              .modal-content .detail-order-wrapper .detail-order .detail-row .col-content:not(.bg-gray) .table-detail tr td:first-child, .modal-content .detail-order-wrapper .detail-order .detail-row .col-content:not(.bg-gray) .table-detail tr th:first-child {
                padding-left: 0; }
              .modal-content .detail-order-wrapper .detail-order .detail-row .col-content:not(.bg-gray) .table-detail tr td:last-child, .modal-content .detail-order-wrapper .detail-order .detail-row .col-content:not(.bg-gray) .table-detail tr th:last-child {
                padding-right: 0; } }

.page-template-template-verify-email .site-main {
  padding-top: 80px;
  padding-bottom: 200px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.05px;
  color: #535353; }
  @media (max-width: 991.98px) {
    .page-template-template-verify-email .site-main {
      font-size: 16px;
      padding-top: 40px;
      padding-bottom: 80px; }
      .page-template-template-verify-email .site-main .btn, .page-template-template-verify-email .site-main body.woocommerce .button, body.woocommerce .page-template-template-verify-email .site-main .button {
        font-size: 16px; } }
  @media (min-width: 768px) {
    .page-template-template-verify-email .site-main .container {
      max-width: 905px; } }
  .page-template-template-verify-email .site-main .poly-title-verify {
    font-size: 35px; }
    @media (max-width: 991.98px) {
      .page-template-template-verify-email .site-main .poly-title-verify {
        font-size: 25px; } }
  .page-template-template-verify-email .site-main .verify-image {
    margin-top: 32px;
    margin-bottom: 54px; }
    .page-template-template-verify-email .site-main .verify-image img {
      max-width: 316px;
      width: 100%; }
  @media (min-width: 768px) {
    .page-template-template-verify-email .site-main .btn-wrap {
      margin-top: 32px;
      padding: 0 80px; } }
  @media (max-width: 991.98px) {
    .page-template-template-verify-email .site-main .verify-image img {
      max-width: 150px; } }

@media (max-width: 991.98px) {
  .page-template-template-verify-email .main-footer {
    display: none; } }

.woocommerce-order-details-custom {
  padding-bottom: 100px; }
  .woocommerce-order-details-custom .backto {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    font-weight: 700;
    color: #1A1919;
    font-size: 20px; }
  .woocommerce-order-details-custom .woocommerce-order-details-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    color: #000;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 12px; }
    .woocommerce-order-details-custom .woocommerce-order-details-head a {
      color: #535353;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center; }
    .woocommerce-order-details-custom .woocommerce-order-details-head .iconsvg ~ span, .woocommerce-order-details-custom .woocommerce-order-details-head .nav-sticky-mobile > .menu-item a .icon ~ span, .nav-sticky-mobile > .menu-item a .woocommerce-order-details-custom .woocommerce-order-details-head .icon ~ span, .woocommerce-order-details-custom .woocommerce-order-details-head .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a ~ span, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link .woocommerce-order-details-custom .woocommerce-order-details-head a ~ span {
      margin-left: 10px; }
  .woocommerce-order-details-custom .woocommerce-order-detail-info {
    margin-bottom: 50px; }
    .woocommerce-order-details-custom .woocommerce-order-detail-info ul {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 0; }
    .woocommerce-order-details-custom .woocommerce-order-detail-info .row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin-left: -4px;
      margin-right: -4px; }
      .woocommerce-order-details-custom .woocommerce-order-detail-info .row > [class*=column-] {
        padding-left: 4px;
        padding-right: 4px; }
      .woocommerce-order-details-custom .woocommerce-order-detail-info .row .column-invoice {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; }
        .woocommerce-order-details-custom .woocommerce-order-detail-info .row .column-invoice .inner {
          background-color: #F3F3F3;
          padding: 20px 30px;
          height: 100%; }
        .woocommerce-order-details-custom .woocommerce-order-detail-info .row .column-invoice ul li:not(:last-child) {
          margin-bottom: 12px; }
      .woocommerce-order-details-custom .woocommerce-order-detail-info .row .column-shipping {
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%; }
        .woocommerce-order-details-custom .woocommerce-order-detail-info .row .column-shipping .inner {
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
          padding: 20px 30px;
          height: 100%; }
        .woocommerce-order-details-custom .woocommerce-order-detail-info .row .column-shipping .column-head {
          font-weight: 700;
          margin-bottom: 12px; }
        .woocommerce-order-details-custom .woocommerce-order-detail-info .row .column-shipping .column-body > .row {
          margin-left: 0;
          margin-right: 0; }
          .woocommerce-order-details-custom .woocommerce-order-detail-info .row .column-shipping .column-body > .row > [class*=col-] {
            padding-left: 0;
            padding-right: 0; }
        .woocommerce-order-details-custom .woocommerce-order-detail-info .row .column-shipping .table-info-shipping tr td:first-child {
          padding-left: 0; }
        .woocommerce-order-details-custom .woocommerce-order-detail-info .row .column-shipping .table-info-shipping tr td:last-child {
          padding-right: 0; }
  .woocommerce-order-details-custom .inner-order-item {
    display: -ms-flexbox;
    display: flex;
    gap: 15px; }
    .woocommerce-order-details-custom .inner-order-item .thumb-item {
      background-color: #F3F3F3; }
      .woocommerce-order-details-custom .inner-order-item .thumb-item img {
        height: auto;
        width: 125px;
        object-fit: cover; }
  .woocommerce-order-details-custom table, .woocommerce-order-details-custom td, .woocommerce-order-details-custom th {
    border: 0; }
  .woocommerce-order-details-custom table td, .woocommerce-order-details-custom table th {
    padding: 3px 5px;
    font-size: 16px; }
  .woocommerce-order-details-custom table tfoot tr:first-child td {
    border-top: 1px solid rgba(0, 0, 0, 0.161); }
  .woocommerce-order-details-custom table tfoot tr.total td {
    font-weight: 700;
    font-size: 20px;
    padding-top: 17px; }
  .woocommerce-order-details-custom table.table-info-shipping td, .woocommerce-order-details-custom table.table-info-shipping th {
    font-size: 14px; }
  .woocommerce-order-details-custom .woocommerce-after-table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 60px; }
    .woocommerce-order-details-custom .woocommerce-after-table .btn, .woocommerce-order-details-custom .woocommerce-after-table body.woocommerce .button, body.woocommerce .woocommerce-order-details-custom .woocommerce-after-table .button {
      padding: 8px 15px; }
  .woocommerce-order-details-custom .woocommerce-customer-details {
    display: -ms-flexbox;
    display: flex;
    gap: 20px 70px;
    border-top: 17px solid #F3F3F3;
    margin-top: 135px;
    padding-top: 25px; }
    .woocommerce-order-details-custom .woocommerce-customer-details .detail-item {
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%; }

body.page-template-template-view-order .track-number {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }
  body.page-template-template-view-order .track-number .copy-check {
    border: 0;
    background-color: transparent;
    padding: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 3px; }
    body.page-template-template-view-order .track-number .copy-check .iconsvg-content-copy {
      transform: rotate(180deg) scaleX(-1); }
    body.page-template-template-view-order .track-number .copy-check .iconsvg-check-circle {
      filter: invert(40%) sepia(99%) saturate(974%) hue-rotate(82deg) brightness(102%) contrast(106%); }
    body.page-template-template-view-order .track-number .copy-check .iconsvg:before, body.page-template-template-view-order .track-number .copy-check .nav-sticky-mobile > .menu-item a .icon:before, .nav-sticky-mobile > .menu-item a body.page-template-template-view-order .track-number .copy-check .icon:before, body.page-template-template-view-order .track-number .copy-check .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link body.page-template-template-view-order .track-number .copy-check a:before {
      width: 15px;
      height: 15px; }

@media (max-width: 991.98px) {
  body.page-template-template-view-order .site-main .container {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 991.98px) {
  .woocommerce-order-details-mobile {
    margin-left: -35px;
    margin-right: -35px; }
    .woocommerce-order-details-mobile .table-item, .woocommerce-order-details-mobile .table-item td {
      border: 0; }
    .woocommerce-order-details-mobile .table-item td {
      padding: 0;
      font-size: 12px; }
    .woocommerce-order-details-mobile > .section-order {
      padding: 10px 25px; }
      .woocommerce-order-details-mobile > .section-order .title-section {
        font-size: 14px;
        margin-bottom: 10px; }
      .woocommerce-order-details-mobile > .section-order.status td {
        font-weight: 600; }
      .woocommerce-order-details-mobile > .section-order.shipping {
        padding-top: 25px; }
        .woocommerce-order-details-mobile > .section-order.shipping tr td {
          width: 50%;
          padding-bottom: 10px; }
          .woocommerce-order-details-mobile > .section-order.shipping tr td:first-child {
            width: 30%; }
      .woocommerce-order-details-mobile > .section-order.detail-product {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
        border-radius: 5px;
        margin: 0 10px; }
        .woocommerce-order-details-mobile > .section-order.detail-product tr td {
          padding: 10px 7.5px; }
          .woocommerce-order-details-mobile > .section-order.detail-product tr td:first-child {
            padding-left: 0; }
            .woocommerce-order-details-mobile > .section-order.detail-product tr td:first-child img {
              width: 64px; }
          .woocommerce-order-details-mobile > .section-order.detail-product tr td.product-name .name {
            font-weight: 600; }
          .woocommerce-order-details-mobile > .section-order.detail-product tr td.product-name .info {
            color: #535353; }
          .woocommerce-order-details-mobile > .section-order.detail-product tr td:last-child {
            width: 30%;
            padding-right: 0;
            text-align: right; }
      .woocommerce-order-details-mobile > .section-order.payment {
        padding-top: 15px; }
      .woocommerce-order-details-mobile > .section-order.order-question {
        padding-top: 30px; }
        .woocommerce-order-details-mobile > .section-order.order-question .btn, .woocommerce-order-details-mobile > .section-order.order-question body.woocommerce .button, body.woocommerce .woocommerce-order-details-mobile > .section-order.order-question .button {
          padding-top: 10px;
          padding-bottom: 10px; } }

body.wishlist-edit-enabled .woocommerce-wishlist-template .wishlist-action > .edit {
  display: none; }

body.wishlist-edit-enabled .woocommerce-wishlist-template .wishlist-action > .cancel {
  display: inline-block; }

body.wishlist-edit-enabled .woocommerce-wishlist-template .delete-wishlist {
  display: block;
  cursor: pointer; }

body.wishlist-edit-enabled .woocommerce-wishlist-template .product-list .btn-product-addtocart {
  display: none; }

body.wishlist-edit-enabled .woocommerce-wishlist-template .product-list button.prodcheck {
  display: -ms-flexbox !important;
  display: flex !important; }

body.wishlist-edit-enabled .woocommerce-wishlist-template .delete-sticky {
  display: block;
  cursor: pointer; }

body.wishlist-edit-enabled .woocommerce-wishlist-template .product-list-count {
  display: none; }

@media (max-width: 991.98px) {
  body.wishlist-edit-enabled .woocommerce-wishlist-template .wishlist-action > .edit,
  body.wishlist-edit-enabled .woocommerce-wishlist-template .wishlist-action > .cancel {
    display: none; }
  body.wishlist-edit-enabled .woocommerce-wishlist-template .wishlist-action > .done {
    display: inline-block; }
  body.wishlist-edit-enabled .woocommerce-wishlist-template .delete-wishlist {
    display: none; }
  body.wishlist-edit-enabled .woocommerce-wishlist-template .product-list-count {
    display: block; } }

.woocommerce-wishlist-template .product-list .product-list__title .title {
  text-align: left; }

.woocommerce-wishlist-template .product-list .product-list__title .year {
  text-align: left; }

.woocommerce-wishlist-template .product-list .product-list__title .btn-product-addtocart {
  margin-top: 25px; }

.woocommerce-wishlist-template .product-list-wrapper > .row > [class*=col-md-] {
  padding: 10px; }

.woocommerce-wishlist-template .product-list-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px; }
  .woocommerce-wishlist-template .product-list-top .product-list-count {
    margin-bottom: 0; }
  .woocommerce-wishlist-template .product-list-top .delete-wishlist {
    display: none;
    padding: 3px 35px; }
  .woocommerce-wishlist-template .product-list-top button.wishlist-action {
    font-weight: 600;
    background-color: transparent;
    border: 0;
    color: #E31837;
    margin-left: 10px;
    cursor: pointer; }

.woocommerce-wishlist-template .wishlist-action > .edit {
  display: inline-block; }

.woocommerce-wishlist-template .wishlist-action > .done,
.woocommerce-wishlist-template .wishlist-action > .cancel {
  display: none; }

.woocommerce-wishlist-template .product-list {
  position: relative;
  overflow: unset;
  padding: 10px !important;
  box-shadow: 0px 3px 6px #0000001A;
  border-radius: 10px; }
  .woocommerce-wishlist-template .product-list .product-list__image {
    background-color: transparent; }
  .woocommerce-wishlist-template .product-list .btn-product-addtocart {
    display: block;
    background-color: transparent;
    border: 1px solid #e51937;
    color: #e51937; }
    .woocommerce-wishlist-template .product-list .btn-product-addtocart:hover {
      background-color: #ce1631;
      color: #fff; }
  .woocommerce-wishlist-template .product-list input[type=checkbox].product-checkbox {
    display: none; }
  .woocommerce-wishlist-template .product-list button.prodcheck {
    cursor: pointer;
    padding: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none !important;
    -ms-flex-align: center;
        align-items: center;
    z-index: 9; }
    .woocommerce-wishlist-template .product-list button.prodcheck .iconsvg:before, .woocommerce-wishlist-template .product-list button.prodcheck .nav-sticky-mobile > .menu-item a .icon:before, .nav-sticky-mobile > .menu-item a .woocommerce-wishlist-template .product-list button.prodcheck .icon:before, .woocommerce-wishlist-template .product-list button.prodcheck .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link .woocommerce-wishlist-template .product-list button.prodcheck a:before {
      width: 30px;
      height: 30px; }
  .woocommerce-wishlist-template .product-list.selected:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    z-index: 9;
    border-radius: 10px; }
  .woocommerce-wishlist-template .product-list.selected button.prodcheck .iconsvg, .woocommerce-wishlist-template .product-list.selected button.prodcheck .nav-sticky-mobile > .menu-item a .icon, .nav-sticky-mobile > .menu-item a .woocommerce-wishlist-template .product-list.selected button.prodcheck .icon, .woocommerce-wishlist-template .product-list.selected button.prodcheck .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link .woocommerce-wishlist-template .product-list.selected button.prodcheck a {
    filter: invert(12%) sepia(75%) saturate(7266%) hue-rotate(347deg) brightness(95%) contrast(86%); }

.woocommerce-wishlist-template .delete-sticky {
  display: none !important; }

@media (max-width: 991.98px) {
  .page-template-template-wishlist .site-main > .container {
    padding-left: 0;
    padding-right: 0; }
  .page-template-template-wishlist .woocommerce-MyAccount-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 62px;
    min-height: 100vh;
    position: relative; }
  .woocommerce-wishlist-template.archive-page {
    padding-top: 0; }
  .woocommerce-wishlist-template .product-list-top {
    background-color: #F6F6F6;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    color: #535353;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .woocommerce-wishlist-template .product-list-top button.wishlist-action {
      display: block !important;
      color: #000; }
  .woocommerce-wishlist-template .product-list {
    position: relative;
    overflow: unset; }
    .woocommerce-wishlist-template .product-list .btn-product-addtocart {
      background-color: transparent;
      color: #2e2e2e;
      border: 1px solid #707070; }
      .woocommerce-wishlist-template .product-list .btn-product-addtocart:hover {
        background-color: #ce1631;
        color: #fff; }
      .woocommerce-wishlist-template .product-list .btn-product-addtocart:disabled {
        background-color: #707070; }
    .woocommerce-wishlist-template .product-list input[type=checkbox].product-checkbox {
      display: none; }
    .woocommerce-wishlist-template .product-list button.prodcheck {
      padding: 0;
      border: 0;
      background-color: transparent;
      position: absolute;
      top: 10px;
      right: 10px;
      display: none !important;
      -ms-flex-align: center;
          align-items: center;
      z-index: 9; }
      .woocommerce-wishlist-template .product-list button.prodcheck .iconsvg:before, .woocommerce-wishlist-template .product-list button.prodcheck .nav-sticky-mobile > .menu-item a .icon:before, .nav-sticky-mobile > .menu-item a .woocommerce-wishlist-template .product-list button.prodcheck .icon:before, .woocommerce-wishlist-template .product-list button.prodcheck .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link .woocommerce-wishlist-template .product-list button.prodcheck a:before {
        width: 30px;
        height: 30px; }
    .woocommerce-wishlist-template .product-list.selected:before {
      content: '';
      position: absolute;
      top: 5px;
      left: -5px;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .3;
      z-index: 9; }
    .woocommerce-wishlist-template .product-list.selected button.prodcheck .iconsvg, .woocommerce-wishlist-template .product-list.selected button.prodcheck .nav-sticky-mobile > .menu-item a .icon, .nav-sticky-mobile > .menu-item a .woocommerce-wishlist-template .product-list.selected button.prodcheck .icon, .woocommerce-wishlist-template .product-list.selected button.prodcheck .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link .woocommerce-wishlist-template .product-list.selected button.prodcheck a {
      filter: invert(12%) sepia(75%) saturate(7266%) hue-rotate(347deg) brightness(95%) contrast(86%); }
  .woocommerce-account.logged-in #wishlist .archive-page .product-list {
    margin-bottom: 0; }
  .woocommerce-wishlist-template .delete-sticky,
  .woocommerce-account.logged-in #wishlist .delete-sticky {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.129);
    padding: 10px;
    background-color: #FFF;
    transition: bottom .3s ease; }
    .woocommerce-wishlist-template .delete-sticky .btn, .woocommerce-wishlist-template .delete-sticky body.woocommerce .button, body.woocommerce .woocommerce-wishlist-template .delete-sticky .button,
    .woocommerce-account.logged-in #wishlist .delete-sticky .btn,
    .woocommerce-account.logged-in #wishlist .delete-sticky body.woocommerce .button,
    body.woocommerce .woocommerce-account.logged-in #wishlist .delete-sticky .button {
      padding-top: 8px;
      padding-bottom: 8px;
      display: block; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .woocommerce-wishlist-template .delete-sticky,
    .woocommerce-account.logged-in #wishlist .delete-sticky {
      display: block !important; }
      .woocommerce-wishlist-template .delete-sticky.show,
      .woocommerce-account.logged-in #wishlist .delete-sticky.show {
        bottom: 63px; } }

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .woocommerce-wishlist-template .product-list-top,
  .woocommerce-account.logged-in #wishlist .product-list-top {
    margin-bottom: 0; } }

.woo-variation-swatches .variable-items-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: unset !important;
    padding: 4px !important;
    border: 1px solid #d5d5d5; }
    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
      box-shadow: unset !important;
      border-color: #e51937;
      color: #e51937; }
    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
      border-color: #e51937;
      color: #e51937; }
    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
      min-width: 55px;
      width: auto;
      height: 35px;
      border-radius: 5px !important;
      box-shadow: unset;
      border: 1px solid #d5d5d5;
      text-wrap: nowrap;
      padding: 4px 12px !important;
      text-transform: uppercase; }
      .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover {
        border-color: #e51937;
        box-shadow: unset;
        color: #e51937; }
      .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected {
        border-color: #e51937;
        color: #e51937; }

.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents:after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).out-of-stock .variable-item-contents:after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).out-of-stock .variable-item-contents:before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).out-of-stock:hover .variable-item-contents:after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).out-of-stock:hover .variable-item-contents:before {
  background-color: #D5D5D5 !important; }

.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents:after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).out-of-stock .variable-item-contents:after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).out-of-stock:hover .variable-item-contents:after {
  display: none;
  transform: rotate(-30deg); }

.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).out-of-stock .variable-item-contents:before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).out-of-stock:hover .variable-item-contents:before {
  transform: rotate(30deg); }

.woo-variation-swatches.wvs-attr-behavior-blur .variable-item.image-variable-item.disabled .variable-item-contents:after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item.image-variable-item.disabled:hover .variable-item-contents:after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item.image-variable-item.out-of-stock .variable-item-contents:after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item.image-variable-item.out-of-stock:hover .variable-item-contents:after {
  transform: rotate(-45deg); }

.woo-variation-swatches.wvs-attr-behavior-blur .variable-item.image-variable-item.disabled .variable-item-contents:before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item.image-variable-item.disabled:hover .variable-item-contents:before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item.image-variable-item.out-of-stock .variable-item-contents:before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item.image-variable-item.out-of-stock:hover .variable-item-contents:before {
  transform: rotate(45deg); }

@keyframes rideAroundTheWorld {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999999;
  overflow: hidden; }
  .loader .loaderNuber {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #f2f2f2;
    font-weight: 800; }
  .loader .loaders {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e51937;
    animation: spin 2s linear infinite; }
    .loader .loaders:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #f2f2f2;
      animation: spin 3s linear infinite; }
    .loader .loaders:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #e51937;
      animation: spin 1.5s linear infinite; }
  .loader.hide {
    height: 0;
    transition: all .8s ease-in-out; }
  .loader.loader-v2 {
    position: relative; }

.loader-v2 {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: red;
  transition: all .3s ease-in-out; }
  .loader-v2 .loaderNuber {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #f2f2f2;
    font-weight: 800; }
  .loader-v2 .loaders {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e51937;
    animation: spin 2s linear infinite; }
    .loader-v2 .loaders:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #f2f2f2;
      animation: spin 3s linear infinite; }
    .loader-v2 .loaders:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #e51937;
      animation: spin 1.5s linear infinite; }

.loader-v2.hidden {
  position: absolute;
  opacity: .5;
  overflow: hidden;
  height: 0px;
  transition: all .3s ease-in-out; }

@media (max-width: 991.98px) {
  .page-template-template-family-page #main-wrapper {
    padding-top: 56px; } }

.familyPage {
  position: relative; }
  .familyPage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -9; }
  @media screen and (min-width: 1600px) {
    .familyPage .container {
      max-width: 1140px; } }

.familyHero {
  position: relative;
  height: auto;
  background-color: #000;
  padding-bottom: 100px; }
  .familyHero__media {
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1; }
    .familyHero__media:before {
      display: block;
      content: "";
      width: 100%; }
    .familyHero__media > .inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden; }
      .familyHero__media > .inner > img,
      .familyHero__media > .inner > video,
      .familyHero__media > .inner > svg,
      .familyHero__media > .inner > canvas {
        width: 100%;
        height: 100%; }
    .familyHero__media:before {
      padding-top: 40%; }
    .familyHero__media > .inner > img,
    .familyHero__media > .inner > video,
    .familyHero__media > .inner > canvas {
      object-fit: cover; }
    .familyHero__media::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 600px;
      background: black;
      background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 40%); }
    @media (max-width: 991.98px) {
      .familyHero__media {
        position: relative;
        overflow: hidden;
        position: absolute; }
        .familyHero__media:before {
          display: block;
          content: "";
          width: 100%; }
        .familyHero__media > .inner {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          overflow: hidden; }
          .familyHero__media > .inner > img,
          .familyHero__media > .inner > video,
          .familyHero__media > .inner > svg,
          .familyHero__media > .inner > canvas {
            width: 100%;
            height: 100%; }
        .familyHero__media:before {
          padding-top: 173.333333333%; }
        .familyHero__media > .inner > img,
        .familyHero__media > .inner > video,
        .familyHero__media > .inner > canvas {
          object-fit: cover; } }
  .familyHero__content {
    position: relative;
    z-index: 2;
    padding-top: calc(45% - 230px); }
    .familyHero__content-headingDescription .heading {
      height: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: end;
          justify-content: end;
      color: #F2F2F2; }
      .familyHero__content-headingDescription .heading__title {
        font-size: 65px;
        font-weight: 900;
        letter-spacing: 7.28px;
        margin-bottom: 10px; }
      .familyHero__content-headingDescription .heading__subTitle {
        font-size: 35px;
        letter-spacing: 3.22px; }
    .familyHero__content-headingDescription .description {
      transform: translateY(100px);
      opacity: 0;
      padding-top: 55px;
      font-size: 25px;
      letter-spacing: 0px;
      color: #A3A3A3; }
    @media (max-width: 991.98px) {
      .familyHero__content-headingDescription .heading__title {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 18px;
        letter-spacing: 1.95px;
        color: #F2F2F2;
        position: relative; }
        .familyHero__content-headingDescription .heading__title::after {
          content: "";
          position: absolute;
          bottom: -9px;
          left: 1px;
          height: 1px;
          width: 100%;
          background-color: #F2F2F2;
          transform: translateX(-50%); }
      .familyHero__content-headingDescription .heading__subTitle {
        font-size: 20px;
        letter-spacing: 1.1px; }
      .familyHero__content-headingDescription .description {
        transform: translateY(100px);
        padding-top: 40px;
        font-size: 15px;
        color: #AEAEAE; } }
    @media (max-width: 991.98px) {
      .familyHero__content {
        padding-top: calc(165% - 50px); } }
  @media (max-width: 991.98px) {
    .familyHero {
      padding-bottom: 50px; } }

.familyAbout {
  position: relative;
  padding: 50px 0 150px 0;
  background-color: #000;
  overflow: hidden; }
  .familyAbout__media {
    transform: translateX(-200px) translateY(200px);
    opacity: 0;
    position: relative;
    overflow: hidden; }
    .familyAbout__media:before {
      display: block;
      content: "";
      width: 100%; }
    .familyAbout__media > .inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden; }
      .familyAbout__media > .inner > img,
      .familyAbout__media > .inner > video,
      .familyAbout__media > .inner > svg,
      .familyAbout__media > .inner > canvas {
        width: 100%;
        height: 100%; }
    .familyAbout__media:before {
      padding-top: 100%; }
    .familyAbout__media > .inner {
      background-image: none !important; }
      .familyAbout__media > .inner > img,
      .familyAbout__media > .inner > video,
      .familyAbout__media > .inner > svg {
        object-fit: contain; }
    @media (max-width: 991.98px) {
      .familyAbout__media {
        position: relative;
        overflow: hidden;
        transform: translateX(0px) translateY(200px); }
        .familyAbout__media:before {
          display: block;
          content: "";
          width: 100%; }
        .familyAbout__media > .inner {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          overflow: hidden; }
          .familyAbout__media > .inner > img,
          .familyAbout__media > .inner > video,
          .familyAbout__media > .inner > svg,
          .familyAbout__media > .inner > canvas {
            width: 100%;
            height: 100%; }
        .familyAbout__media:before {
          padding-top: 100%; }
        .familyAbout__media > .inner {
          background-image: none !important; }
          .familyAbout__media > .inner > img,
          .familyAbout__media > .inner > video,
          .familyAbout__media > .inner > svg {
            object-fit: contain; } }
  .familyAbout__heading .heading__title {
    transform: translateX(100px);
    font-size: 40px;
    letter-spacing: 4.48px;
    color: #F2F2F2;
    margin-bottom: 16px;
    font-weight: 800;
    font-family: "Luxora Grotesk";
    opacity: 0; }
  .familyAbout__heading .heading__description {
    transform: translateX(-100px) translateY(100px);
    font-size: 20px;
    letter-spacing: 0px;
    color: #A3A3A3;
    padding-right: 50px;
    opacity: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }
  @media (max-width: 991.98px) {
    .familyAbout__heading .heading__title {
      transform: translateY(100px);
      font-size: 20px;
      letter-spacing: 1.3px;
      margin-bottom: 18px; }
    .familyAbout__heading .heading__description {
      transform: translateX(0px) translateY(100px);
      font-size: 15px;
      opacity: 0;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      padding-right: 30px; } }

.familyProduct {
  position: relative;
  overflow: hidden;
  z-index: -3; }
  .familyProduct__media {
    transform: scale(1.3) translateX(10%); }
    @media (min-width: 992px) {
      .familyProduct__media {
        position: relative;
        overflow: hidden; }
        .familyProduct__media:before {
          display: block;
          content: "";
          width: 100%; }
        .familyProduct__media > .inner {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          overflow: hidden; }
          .familyProduct__media > .inner > img,
          .familyProduct__media > .inner > video,
          .familyProduct__media > .inner > svg,
          .familyProduct__media > .inner > canvas {
            width: 100%;
            height: 100%; }
        .familyProduct__media:before {
          padding-top: 50%; }
        .familyProduct__media > .inner > img,
        .familyProduct__media > .inner > video,
        .familyProduct__media > .inner > canvas {
          object-fit: cover; } }
  .familyProduct__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 30%;
    opacity: 0;
    transform: translateX(-100px); }
    .familyProduct__content-heading .heading {
      padding-bottom: 100px;
      color: #fff; }
      .familyProduct__content-heading .heading__title {
        font-size: 30px;
        letter-spacing: 3.36px;
        font-family: "Luxora Grotesk";
        color: #F2F2F2;
        max-width: 70%;
        margin-bottom: 21px;
        position: relative; }
        .familyProduct__content-heading .heading__title::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          background-color: rgba(255, 0, 0, 0.2);
          width: 120px;
          height: 100%;
          transform: translateX(-30px) translateY(-30px); }
      .familyProduct__content-heading .heading__description {
        font-size: 20px;
        color: #A3A3A3;
        max-width: 92%; }
  @media (max-width: 991.98px) {
    .familyProduct {
      width: 100%;
      height: 75vh; }
      .familyProduct__media {
        width: 100%;
        height: 75vh;
        transform: scale(1) translateX(0%);
        transform: scale(1.3) translateX(10%); }
        .familyProduct__media .inner {
          width: 100%;
          height: 100%; }
          .familyProduct__media .inner img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
      .familyProduct__content {
        transform: scale(0);
        transform: translateX(0px);
        padding-bottom: 0%; }
        .familyProduct__content-heading {
          text-align: center; }
          .familyProduct__content-heading .heading__title {
            max-width: 100%;
            font-size: 25px;
            letter-spacing: 1.3px;
            margin-bottom: 25px; }
          .familyProduct__content-heading .heading__description {
            max-width: 100%;
            font-size: 15px; } }

.familyProductNew {
  height: 80vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #000;
  z-index: -2;
  position: relative; }
  @media (min-width: 768px) {
    .familyProductNew .flex-lg-row-reverse {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
  .familyProductNew__media {
    position: relative;
    overflow: hidden; }
    .familyProductNew__media:before {
      display: block;
      content: "";
      width: 100%; }
    .familyProductNew__media > .inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden; }
      .familyProductNew__media > .inner > img,
      .familyProductNew__media > .inner > video,
      .familyProductNew__media > .inner > svg,
      .familyProductNew__media > .inner > canvas {
        width: 100%;
        height: 100%; }
    .familyProductNew__media:before {
      padding-top: 66.6666666667%; }
    .familyProductNew__media > .inner > img,
    .familyProductNew__media > .inner > video,
    .familyProductNew__media > .inner > canvas {
      object-fit: cover; }
  .familyProductNewSecond {
    background-color: #0C0C0C !important; }
  .familyProductNew__heading .heading {
    padding-left: 10%;
    padding-right: 10%; }
    .familyProductNew__heading .heading__subtitle {
      margin-bottom: 20px;
      font-size: 36px;
      color: #A3A3A3;
      text-transform: capitalize; }
    .familyProductNew__heading .heading__title {
      letter-spacing: 3.92px;
      color: #F2F2F2;
      font-size: 35px;
      font-family: "Luxora Grotesk";
      margin-bottom: 16px; }
    .familyProductNew__heading .heading__description {
      font-size: 25px;
      color: #A3A3A3; }
  .familyProductNewSimple {
    background-color: #000000;
    height: auto;
    min-height: 100vh;
    padding: 80px 0; }
    .familyProductNewSimple .familyProductNew__heading .heading {
      padding-left: 0%;
      padding-right: 5%; }
      .familyProductNewSimple .familyProductNew__heading .heading__subtitle {
        font-size: 30px; }
      .familyProductNewSimple .familyProductNew__heading .heading__title {
        letter-spacing: 4.03px;
        line-height: 1.2; }
      .familyProductNewSimple .familyProductNew__heading .heading__description {
        font-size: 25px;
        color: #A3A3A3; }
    .familyProductNewSimple .familyProductNew__media {
      margin-right: 50px;
      position: relative;
      overflow: hidden; }
      .familyProductNewSimple .familyProductNew__media:before {
        display: block;
        content: "";
        width: 100%; }
      .familyProductNewSimple .familyProductNew__media > .inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden; }
        .familyProductNewSimple .familyProductNew__media > .inner > img,
        .familyProductNewSimple .familyProductNew__media > .inner > video,
        .familyProductNewSimple .familyProductNew__media > .inner > svg,
        .familyProductNewSimple .familyProductNew__media > .inner > canvas {
          width: 100%;
          height: 100%; }
      .familyProductNewSimple .familyProductNew__media:before {
        padding-top: 66.6666666667%; }
      .familyProductNewSimple .familyProductNew__media > .inner > img,
      .familyProductNewSimple .familyProductNew__media > .inner > video,
      .familyProductNewSimple .familyProductNew__media > .inner > canvas {
        object-fit: cover; }
  @media (max-width: 991.98px) {
    .familyProductNew {
      height: auto;
      padding: 80px 0; }
      .familyProductNew__media {
        margin-bottom: 16px;
        position: relative;
        overflow: hidden; }
        .familyProductNew__media:before {
          display: block;
          content: "";
          width: 100%; }
        .familyProductNew__media > .inner {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          overflow: hidden; }
          .familyProductNew__media > .inner > img,
          .familyProductNew__media > .inner > video,
          .familyProductNew__media > .inner > svg,
          .familyProductNew__media > .inner > canvas {
            width: 100%;
            height: 100%; }
        .familyProductNew__media:before {
          padding-top: 100%; }
        .familyProductNew__media > .inner > img,
        .familyProductNew__media > .inner > video,
        .familyProductNew__media > .inner > canvas {
          object-fit: cover; }
      .familyProductNew__heading .heading {
        padding-left: 0%;
        padding-right: 0%; }
        .familyProductNew__heading .heading__subtitle {
          font-size: 15px;
          margin-bottom: 0px; }
        .familyProductNew__heading .heading__title {
          max-width: 100%;
          font-size: 25px;
          letter-spacing: 1.3px;
          margin-bottom: 25px; }
        .familyProductNew__heading .heading__description {
          max-width: 100%;
          font-size: 15px; }
      .familyProductNewSimple {
        padding: 60px 0 70px 0; }
        .familyProductNewSimple .familyProductNew__media {
          margin-right: 0px;
          margin-bottom: 16px;
          position: relative;
          overflow: hidden; }
          .familyProductNewSimple .familyProductNew__media:before {
            display: block;
            content: "";
            width: 100%; }
          .familyProductNewSimple .familyProductNew__media > .inner {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: hidden; }
            .familyProductNewSimple .familyProductNew__media > .inner > img,
            .familyProductNewSimple .familyProductNew__media > .inner > video,
            .familyProductNewSimple .familyProductNew__media > .inner > svg,
            .familyProductNewSimple .familyProductNew__media > .inner > canvas {
              width: 100%;
              height: 100%; }
          .familyProductNewSimple .familyProductNew__media:before {
            padding-top: 100%; }
          .familyProductNewSimple .familyProductNew__media > .inner > img,
          .familyProductNewSimple .familyProductNew__media > .inner > video,
          .familyProductNewSimple .familyProductNew__media > .inner > canvas {
            object-fit: cover; }
        .familyProductNewSimple .familyProductNew__heading .heading {
          padding-left: 0%;
          padding-right: 0%; }
          .familyProductNewSimple .familyProductNew__heading .heading__subtitle {
            font-size: 15px; }
          .familyProductNewSimple .familyProductNew__heading .heading__title {
            max-width: 100%;
            font-size: 25px;
            letter-spacing: 1.3px;
            margin-bottom: 16px; }
          .familyProductNewSimple .familyProductNew__heading .heading__description {
            max-width: 100%;
            font-size: 15px; } }

.familyPage .model-series, .familyBest {
  position: relative;
  padding: 80px 0 80px !important;
  background-color: #FFF; }
  .familyPage .model-series::after, .familyBest::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 620px;
    background-color: #000000;
    background: transparent linear-gradient(180deg, #000000 30%, #545454 100%) 0% 0% no-repeat padding-box;
    z-index: 1; }
  .familyPage .model-series > .container, .familyBest > .container {
    position: relative;
    z-index: 2; }
  .familyPage .model-series .model-series__title, .familyBest .model-series__title {
    color: #fff;
    transform: translateY(100px);
    opacity: 0; }
  .familyPage .model-series .slick-list .slick-slide .image-angle__item, .familyBest .slick-list .slick-slide .image-angle__item {
    transform: translateY(100px);
    opacity: 0; }
  .familyPage .model-series .slick-list .slick-slide .model-series__slide__right, .familyBest .slick-list .slick-slide .model-series__slide__right {
    transform: translateX(100px);
    opacity: 0; }
  .familyPage .model-series .model-series__slide__image, .familyBest .model-series__slide__image {
    background-color: transparent; }
  .familyPage .model-series .model-series__slide, .familyBest .model-series__slide {
    padding: 40px 0;
    background-color: transparent; }
  @media (min-width: 992px) {
    .familyPage .model-series .model-series__slide__right .title, .familyBest .model-series__slide__right .title {
      color: #FFF; }
      .familyPage .model-series .model-series__slide__right .title .compare, .familyBest .model-series__slide__right .title .compare {
        color: #FFF;
        border-left: 1px solid #FFF; }
    .familyPage .model-series .model-series__slide__right > .color-selector-wrapper > span, .familyBest .model-series__slide__right > .color-selector-wrapper > span {
      color: #FFF; }
    .familyPage .model-series .model-series__slide__right .price-wrapper, .familyBest .model-series__slide__right .price-wrapper {
      color: #FFF; }
    .familyPage .model-series .image-color__item img, .familyBest .image-color__item img {
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .familyPage .model-series::after, .familyBest::after {
      width: 100%;
      height: 620px; } }
  @media (max-width: 991.98px) {
    .familyPage .model-series::after, .familyBest::after {
      height: 375px; } }

.familyProductReview {
  padding-top: 30px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .familyProductReview::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 0; }
  .familyProductReview__row {
    margin-right: -43px;
    margin-left: -43px;
    -ms-flex-align: center;
        align-items: center;
    z-index: 2; }
    .familyProductReview__row > * {
      padding-right: 43px;
      padding-left: 43px; }
  .familyProductReview__media {
    position: relative;
    overflow: hidden; }
    .familyProductReview__media:before {
      display: block;
      content: "";
      width: 100%; }
    .familyProductReview__media > .inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden; }
      .familyProductReview__media > .inner > img,
      .familyProductReview__media > .inner > video,
      .familyProductReview__media > .inner > svg,
      .familyProductReview__media > .inner > canvas {
        width: 100%;
        height: 100%; }
    .familyProductReview__media:before {
      padding-top: 117.711171662%; }
    .familyProductReview__media > .inner {
      background-image: none !important; }
      .familyProductReview__media > .inner > img,
      .familyProductReview__media > .inner > video,
      .familyProductReview__media > .inner > svg {
        object-fit: contain; }
  .familyProductReview__lists-title {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 2.68px;
    color: #A3A3A3;
    margin-bottom: 25px; }
  .familyProductReview__lists-list {
    max-height: 395px;
    overflow-y: auto;
    padding-right: 32px;
    /* Track */
    /* Handle */ }
    .familyProductReview__lists-list::-webkit-scrollbar {
      width: 10px; }
    .familyProductReview__lists-list::-webkit-scrollbar-track {
      background: #202020; }
    .familyProductReview__lists-list::-webkit-scrollbar-thumb {
      background: #313131; }
    .familyProductReview__lists-list .list__item {
      display: -ms-flexbox;
      display: flex;
      gap: 16px; }
      .familyProductReview__lists-list .list__item:not(:last-child) {
        margin-bottom: 47px; }
      .familyProductReview__lists-list .list__item-media {
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
        width: 200px;
        height: 150px;
        position: relative;
        overflow: hidden; }
        .familyProductReview__lists-list .list__item-media:before {
          display: block;
          content: "";
          width: 100%; }
        .familyProductReview__lists-list .list__item-media > .inner {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          overflow: hidden; }
          .familyProductReview__lists-list .list__item-media > .inner > img,
          .familyProductReview__lists-list .list__item-media > .inner > video,
          .familyProductReview__lists-list .list__item-media > .inner > svg,
          .familyProductReview__lists-list .list__item-media > .inner > canvas {
            width: 100%;
            height: 100%; }
        .familyProductReview__lists-list .list__item-media:before {
          padding-top: 75%; }
        .familyProductReview__lists-list .list__item-media > .inner > img,
        .familyProductReview__lists-list .list__item-media > .inner > video,
        .familyProductReview__lists-list .list__item-media > .inner > canvas {
          object-fit: cover; }
      .familyProductReview__lists-list .list__item-heading {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
        .familyProductReview__lists-list .list__item-heading .heading__title {
          font-size: 18px;
          letter-spacing: 2.8px;
          font-family: "Luxora Grotesk";
          color: #F2F2F2;
          text-transform: uppercase;
          margin-bottom: 5px; }
        .familyProductReview__lists-list .list__item-heading .heading__date {
          color: #E51937;
          font-size: 16px;
          margin-bottom: 14px; }
        .familyProductReview__lists-list .list__item-heading .heading__description {
          font-size: 16px;
          color: #F6F6F6;
          font-weight: normal;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
  @media (max-width: 991.98px) {
    .familyProductReview {
      padding-bottom: 50px; }
      .familyProductReview__row {
        margin-right: -15px;
        margin-left: -15px;
        -ms-flex-align: center;
            align-items: center;
        z-index: 2; }
        .familyProductReview__row > * {
          padding-right: 15px;
          padding-left: 15px; }
      .familyProductReview__media {
        display: none; }
      .familyProductReview__lists-title {
        font-size: 14px;
        letter-spacing: 1.88px;
        color: #A3A3A3;
        margin-bottom: 13px; }
      .familyProductReview__lists-list {
        max-height: 288px;
        padding-right: 20px; }
        .familyProductReview__lists-list .list__item {
          gap: 9px; }
          .familyProductReview__lists-list .list__item:not(:last-child) {
            margin-bottom: 28px; }
          .familyProductReview__lists-list .list__item-media {
            -ms-flex: 0 0 111px;
                flex: 0 0 111px;
            width: 111px;
            height: 85px;
            position: relative;
            overflow: hidden; }
            .familyProductReview__lists-list .list__item-media:before {
              display: block;
              content: "";
              width: 100%; }
            .familyProductReview__lists-list .list__item-media > .inner {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              overflow: hidden; }
              .familyProductReview__lists-list .list__item-media > .inner > img,
              .familyProductReview__lists-list .list__item-media > .inner > video,
              .familyProductReview__lists-list .list__item-media > .inner > svg,
              .familyProductReview__lists-list .list__item-media > .inner > canvas {
                width: 100%;
                height: 100%; }
            .familyProductReview__lists-list .list__item-media:before {
              padding-top: 76.5765765766%; }
            .familyProductReview__lists-list .list__item-media > .inner > img,
            .familyProductReview__lists-list .list__item-media > .inner > video,
            .familyProductReview__lists-list .list__item-media > .inner > canvas {
              object-fit: cover; }
          .familyProductReview__lists-list .list__item-heading {
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
            .familyProductReview__lists-list .list__item-heading .heading__title {
              font-size: 14px;
              letter-spacing: 1.57px;
              margin-bottom: 0px; }
            .familyProductReview__lists-list .list__item-heading .heading__date {
              font-size: 12px;
              margin-bottom: 5px; }
            .familyProductReview__lists-list .list__item-heading .heading__description {
              font-size: 12px; } }

.familyFAQ {
  background-color: #000;
  color: #FFF;
  padding: 80px 0 !important; }
  .familyFAQ .product-faq__title {
    color: #FFF; }
  .familyFAQ .product-faq__list li a.toggle {
    color: #F1F1F1; }
  .familyFAQ .product-faq__list li .detail {
    color: #D5D5D5; }

.animation3D {
  width: 100%;
  height: 100vh;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden; }
  .animation3D .animation3D__media {
    height: 100vh;
    width: 100vw; }
    .animation3D .animation3D__media .inner {
      width: 100%;
      height: 100%; }
  .animation3D .wodkasd {
    height: 100vh;
    width: 100vw; }
    .animation3D .wodkasd .inner {
      width: 100%;
      height: 100%; }
  .animation3D .wodkasd {
    height: 100vh;
    width: 100vw; }
    .animation3D .wodkasd .inner {
      width: 100%;
      height: 100%; }
  .animation3D canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: black;
    transform: scale(1.1); }
  .animation3D .landing__left, .animation3D .landing__right {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto; }
    .animation3D .landing__left-top, .animation3D .landing__right-top {
      -ms-flex-align: start;
          align-items: start;
      padding-top: 128px; }
    .animation3D .landing__left-center, .animation3D .landing__right-center {
      -ms-flex-align: center;
          align-items: center; }
    .animation3D .landing__left-bottom, .animation3D .landing__right-bottom {
      -ms-flex-align: end;
          align-items: end;
      padding-bottom: 64px; }
    .animation3D .landing__left .landing__slide-title, .animation3D .landing__right .landing__slide-title {
      -webkit-text-stroke: 1px #fff;
      color: transparent;
      font-size: 46px;
      font-weight: 700;
      line-height: 46px;
      transform: translateX(-100px);
      opacity: 0;
      transition: all .5s ease-in-out;
      transition-delay: .3s; }
      .animation3D .landing__left .landing__slide-title span, .animation3D .landing__right .landing__slide-title span {
        color: #FFF;
        display: block; }
    .animation3D .landing__left .landing__slide-txt, .animation3D .landing__right .landing__slide-txt {
      margin-top: 48px;
      color: #fff;
      transition-delay: .5s;
      font-size: 1.125rem;
      opacity: 0;
      transform: translateX(100px);
      transition: all .5s ease-in-out; }
      .animation3D .landing__left .landing__slide-txt .editorial-tech__list, .animation3D .landing__right .landing__slide-txt .editorial-tech__list {
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        list-style-type: none;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .animation3D .landing__left .landing__slide-txt .editorial-tech__list li, .animation3D .landing__right .landing__slide-txt .editorial-tech__list li {
          margin: 32px 0 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 50%;
          padding-left: calc(var(--bs-gutter-x)/2);
          padding-right: calc(var(--bs-gutter-x)/2); }
          .animation3D .landing__left .landing__slide-txt .editorial-tech__list li span, .animation3D .landing__right .landing__slide-txt .editorial-tech__list li span {
            font-size: 32px;
            font-weight: 700;
            line-height: 32px; }
          .animation3D .landing__left .landing__slide-txt .editorial-tech__list li p, .animation3D .landing__right .landing__slide-txt .editorial-tech__list li p {
            font-weight: 700;
            margin: 8px 0 0;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 1rem;
            color: #9d9d9d; }
    .animation3D .landing__left.enable .landing__slide-title, .animation3D .landing__right.enable .landing__slide-title {
      opacity: 1;
      transform: translateX(0px);
      transition: all .5s ease-in-out; }
    .animation3D .landing__left.enable .landing__slide-txt, .animation3D .landing__right.enable .landing__slide-txt {
      opacity: 1;
      transform: translateX(0px);
      transition: all .5s ease-in-out;
      transition-delay: .3s; }
    @media (max-width: 991.98px) {
      .animation3D .landing__left-top, .animation3D .landing__right-top {
        -ms-flex-align: start;
            align-items: start;
        padding-top: 64px; }
      .animation3D .landing__left-center, .animation3D .landing__right-center {
        -ms-flex-align: center;
            align-items: center; }
      .animation3D .landing__left-bottom, .animation3D .landing__right-bottom {
        -ms-flex-align: end;
            align-items: end;
        padding-bottom: 96px; }
      .animation3D .landing__left .landing__slide-title, .animation3D .landing__right .landing__slide-title {
        font-size: 32px;
        font-weight: 500;
        line-height: 1.2;
        transform: translateX(-100px); }
      .animation3D .landing__left .landing__slide-txt, .animation3D .landing__right .landing__slide-txt {
        margin-top: 12px;
        font-size: 14px; }
        .animation3D .landing__left .landing__slide-txt .editorial-tech__list li, .animation3D .landing__right .landing__slide-txt .editorial-tech__list li {
          margin: 16px 0 0; }
          .animation3D .landing__left .landing__slide-txt .editorial-tech__list li span, .animation3D .landing__right .landing__slide-txt .editorial-tech__list li span {
            font-size: 24px;
            font-weight: 500;
            line-height: 1.2; }
          .animation3D .landing__left .landing__slide-txt .editorial-tech__list li p, .animation3D .landing__right .landing__slide-txt .editorial-tech__list li p {
            font-weight: 700;
            margin: 8px 0 0;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 1rem;
            color: #9d9d9d; } }
  .animation3D .landing__left .landing__slide-title,
  .animation3D .landing__left .landing__slide-txt {
    padding-right: 30px; }
  .animation3D .landing__right .landing__slide-title,
  .animation3D .landing__right .landing__slide-txt {
    text-align: right;
    padding-left: 30px; }
  .animation3D .landing__right .landing__slide-title {
    transform: translateX(100px); }
  .animation3D .landing__right .landing__slide-txt {
    transform: translateX(-100px); }

@media (max-width: 991.98px) {
  body.page-template-template-suistainbility-detail #main-wrapper, body.page-template-template-suistainbility #main-wrapper {
    padding-top: 55px; } }

.suistainbility-page {
  background-color: #000; }
  @media (max-width: 991.98px) {
    .suistainbility-page {
      overflow-y: hidden; } }
  .suistainbility-page .specialSpace {
    min-height: calc(100vh - 60px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    background-color: black; }
  .suistainbility-page .suistainbility__hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #F2F2F2;
    position: relative;
    height: calc( 100vh - 300px);
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .suistainbility-page .suistainbility__hero > .container {
      height: calc( 100vh - 300px); }
    .suistainbility-page .suistainbility__hero-heading {
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: relative;
      z-index: 3; }
      .suistainbility-page .suistainbility__hero-heading .heading {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: column;
            flex-direction: column;
        font-family: "Luxora Grotesk";
        margin-bottom: 150px; }
        .suistainbility-page .suistainbility__hero-heading .heading__title {
          max-width: 826px;
          margin: 0 auto;
          text-align: center;
          letter-spacing: 5.6px;
          font-size: 36px;
          line-height: 40px;
          margin-bottom: 15px;
          font-weight: 800; }
        .suistainbility-page .suistainbility__hero-heading .heading__description {
          margin: 0 auto;
          text-align: center;
          letter-spacing: 2.5px;
          font-size: 28px;
          line-height: 32px;
          font-weight: 300;
          text-shadow: 0px 3px 6px #00000029; }
    .suistainbility-page .suistainbility__hero::before {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 250px;
      min-height: 35%;
      background: black;
      background: linear-gradient(0deg, black 20%, rgba(255, 255, 255, 0) 80%);
      z-index: 0; }
    .suistainbility-page .suistainbility__hero::after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100%;
      min-height: 35%;
      background: black;
      z-index: 0;
      opacity: .4; }
    .suistainbility-page .suistainbility__heroDetail-heading .heading {
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: end;
      -ms-flex-pack: end;
          justify-content: end;
      margin-bottom: 250px; }
      .suistainbility-page .suistainbility__heroDetail-heading .heading__title {
        font-size: 28px;
        line-height: 32px;
        margin-left: 0;
        text-align: left;
        max-width: auto;
        margin-left: 0;
        margin-bottom: 20px;
        letter-spacing: 5px;
        font-weight: 500; }
      .suistainbility-page .suistainbility__heroDetail-heading .heading__description {
        text-align: left;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.3px;
        color: #FFFFFF;
        font-family: "RNS Sanz"; }
    @media (max-width: 991.98px) {
      .suistainbility-page .suistainbility__hero-heading .heading {
        -ms-flex-pack: end;
            justify-content: end;
        margin-bottom: 150px; }
        .suistainbility-page .suistainbility__hero-heading .heading__title {
          letter-spacing: 0.5px;
          font-size: 20px;
          line-height: 24px;
          margin-bottom: 10px; }
        .suistainbility-page .suistainbility__hero-heading .heading__description {
          letter-spacing: 0.5px;
          font-size: 14px;
          line-height: 17px;
          font-weight: 300;
          text-shadow: none; }
      .suistainbility-page .suistainbility__heroDetail {
        height: calc(100vh - 180px); }
        .suistainbility-page .suistainbility__heroDetail > .container {
          height: 100%; }
        .suistainbility-page .suistainbility__heroDetail-heading .heading {
          -ms-flex-pack: end;
              justify-content: end;
          margin-bottom: 100px; }
          .suistainbility-page .suistainbility__heroDetail-heading .heading__title {
            letter-spacing: 0.5px;
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 10px; }
          .suistainbility-page .suistainbility__heroDetail-heading .heading__description {
            letter-spacing: 0.5px;
            font-size: 14px;
            line-height: 17px;
            font-weight: 300;
            text-shadow: none; } }
  .suistainbility-page .suistainbility__content {
    margin-bottom: 00px;
    z-index: 2;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .suistainbility-page .suistainbility__content .content {
      padding: 47px 60px;
      background-color: #212121;
      border-radius: 5px;
      position: relative; }
      .suistainbility-page .suistainbility__content .content__action {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        max-height: 190px; }
        .suistainbility-page .suistainbility__content .content__action:checked {
          display: none; }
          .suistainbility-page .suistainbility__content .content__action:checked ~ .content__heading .action {
            opacity: 0; }
          .suistainbility-page .suistainbility__content .content__action:checked ~ .content__description {
            display: block;
            opacity: 1;
            transition: opacity .3s; }
        .suistainbility-page .suistainbility__content .content__action:hover {
          cursor: pointer; }
          .suistainbility-page .suistainbility__content .content__action:hover ~ .content__heading .action {
            color: #e51937;
            transition: all .3s ease-in-out; }
      .suistainbility-page .suistainbility__content .content__heading {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        gap: 60px; }
        .suistainbility-page .suistainbility__content .content__heading .heading {
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
          .suistainbility-page .suistainbility__content .content__heading .heading__title {
            font-family: "Luxora Grotesk";
            letter-spacing: 3.6px;
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 20px;
            font-weight: bold;
            color: #F2F2F2; }
          .suistainbility-page .suistainbility__content .content__heading .heading__description {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 10px;
            color: #D5D5D5; }
        .suistainbility-page .suistainbility__content .content__heading .action {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          color: #FFF;
          font-size: 18px;
          line-height: 24px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center;
          gap: 8px;
          transition: all .3s ease-in-out; }
          .suistainbility-page .suistainbility__content .content__heading .action i {
            width: 20px !important;
            height: 20px !important;
            position: relative; }
            .suistainbility-page .suistainbility__content .content__heading .action i::before {
              position: absolute;
              content: "";
              background-size: contain;
              background-position: center;
              background-repeat: no-repeat;
              width: 100%;
              height: 100%;
              filter: invert(1);
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M184.49,136.49l-80,80a12,12,0,0,1-17-17L159,128,87.51,56.49a12,12,0,1,1,17-17l80,80A12,12,0,0,1,184.49,136.49Z'%3E%3C/path%3E%3C/svg%3E"); }
      .suistainbility-page .suistainbility__content .content__description {
        display: none;
        opacity: 0;
        transition: opacity .3s;
        box-shadow: 0 -1px 0 0 #707070;
        padding-top: 15px;
        font-size: 16px;
        line-height: 24px;
        color: #A3A3A3;
        margin-top: 15px; }
    .suistainbility-page .suistainbility__contentDetail {
      padding-top: 80px;
      padding-bottom: 80px;
      background-color: #F1F1F1;
      margin-bottom: 0px; }
      .suistainbility-page .suistainbility__contentDetail .content {
        padding: 47px 0px;
        background-color: transparent; }
        .suistainbility-page .suistainbility__contentDetail .content__action {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 2;
          opacity: 0; }
          .suistainbility-page .suistainbility__contentDetail .content__action:checked {
            display: block; }
            .suistainbility-page .suistainbility__contentDetail .content__action:checked ~ .content__heading .action {
              opacity: 1; }
              .suistainbility-page .suistainbility__contentDetail .content__action:checked ~ .content__heading .action i::before {
                transform: rotate(90deg);
                filter: invert(0); }
            .suistainbility-page .suistainbility__contentDetail .content__action:checked ~ .content__description {
              display: block;
              opacity: 1;
              transition: opacity .3s; }
        .suistainbility-page .suistainbility__contentDetail .content__heading .heading__title {
          color: #000000;
          font-size: 30px;
          letter-spacing: 2px; }
        .suistainbility-page .suistainbility__contentDetail .content__heading .heading__description {
          color: #000000;
          font-size: 22px;
          line-height: 28px; }
        .suistainbility-page .suistainbility__contentDetail .content__heading .action {
          font-size: 22px;
          color: #000000;
          font-weight: 600; }
          .suistainbility-page .suistainbility__contentDetail .content__heading .action i::before {
            transform: rotate(0deg);
            filter: invert(0);
            transition: all .3s ease-in-out; }
        .suistainbility-page .suistainbility__contentDetail .content__description {
          background-color: #E3E3E3;
          padding: 25px 35px;
          box-shadow: none; }
          .suistainbility-page .suistainbility__contentDetail .content__description-list .list {
            padding: 18px 0; }
            .suistainbility-page .suistainbility__contentDetail .content__description-list .list__title {
              font-family: "Luxora Grotesk";
              letter-spacing: 0px;
              color: #444343;
              margin-bottom: 10px;
              font-size: 22px;
              line-height: 24px; }
            .suistainbility-page .suistainbility__contentDetail .content__description-list .list__description {
              color: #444343;
              font-size: 16px;
              line-height: 22px; }
    @media (max-width: 991.98px) {
      .suistainbility-page .suistainbility__content {
        margin-bottom: 10px; }
        .suistainbility-page .suistainbility__content .content {
          padding: 30px 15px;
          border-radius: 0; }
          .suistainbility-page .suistainbility__content .content__heading {
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-align: end;
                align-items: end;
            gap: 15px; }
            .suistainbility-page .suistainbility__content .content__heading .heading__title {
              letter-spacing: 2.2px;
              font-size: 16px;
              line-height: 18px;
              margin-bottom: 16px; }
            .suistainbility-page .suistainbility__content .content__heading .heading__description {
              font-size: 14px;
              line-height: 18px; }
            .suistainbility-page .suistainbility__content .content__heading .action {
              font-size: 14px;
              line-height: 16px; }
              .suistainbility-page .suistainbility__content .content__heading .action i {
                width: 16px !important;
                height: 16px !important; }
          .suistainbility-page .suistainbility__content .content__description {
            padding-top: 15px;
            font-size: 14px;
            line-height: 18px;
            margin-top: 5px; }
            .suistainbility-page .suistainbility__content .content__description p {
              margin-bottom: 10px; }
        .suistainbility-page .suistainbility__contentDetail {
          padding-top: 5px;
          padding-bottom: 5px; }
          .suistainbility-page .suistainbility__contentDetail .content {
            padding: 25px 0px;
            background-color: transparent; }
            .suistainbility-page .suistainbility__contentDetail .content__heading {
              padding-left: 0px; }
            .suistainbility-page .suistainbility__contentDetail .content__description {
              margin-top: 15px;
              padding: 5px 15px; }
              .suistainbility-page .suistainbility__contentDetail .content__description-list .list {
                padding: 12px 0; }
                .suistainbility-page .suistainbility__contentDetail .content__description-list .list__title {
                  margin-bottom: 5px;
                  font-size: 18px;
                  line-height: 20px; }
                .suistainbility-page .suistainbility__contentDetail .content__description-list .list__description {
                  font-size: 14px;
                  line-height: 18px; } }
  .suistainbility-page .suistainbility__about {
    position: relative;
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 40px; }
    .suistainbility-page .suistainbility__about > .container > .row {
      margin-right: -30px;
      margin-left: -30px; }
      .suistainbility-page .suistainbility__about > .container > .row > * {
        padding-right: 30px;
        padding-left: 30px; }
    .suistainbility-page .suistainbility__about-media {
      position: relative;
      overflow: hidden; }
      .suistainbility-page .suistainbility__about-media:before {
        display: block;
        content: "";
        width: 100%; }
      .suistainbility-page .suistainbility__about-media > .inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden; }
        .suistainbility-page .suistainbility__about-media > .inner > img,
        .suistainbility-page .suistainbility__about-media > .inner > video,
        .suistainbility-page .suistainbility__about-media > .inner > svg,
        .suistainbility-page .suistainbility__about-media > .inner > canvas {
          width: 100%;
          height: 100%; }
      .suistainbility-page .suistainbility__about-media:before {
        padding-top: 53.3333333333%; }
      .suistainbility-page .suistainbility__about-media > .inner > img,
      .suistainbility-page .suistainbility__about-media > .inner > video,
      .suistainbility-page .suistainbility__about-media > .inner > canvas {
        object-fit: cover; }
    .suistainbility-page .suistainbility__about-heading .heading__title {
      letter-spacing: 2px;
      color: #F2F2F2;
      font-family: "Luxora Grotesk";
      font-size: 21px;
      line-height: 24px;
      margin-bottom: 20px; }
    .suistainbility-page .suistainbility__about-heading .heading__description {
      color: #A3A3A3;
      font-size: 18px;
      line-height: 24px;
      font-weight: 300; }
    .suistainbility-page .suistainbility__aboutSlider::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 53.3333333333%;
      z-index: 19;
      background: black;
      background: linear-gradient(-90deg, black 10%, rgba(255, 255, 255, 0) 100%); }
    .suistainbility-page .suistainbility__aboutSlider::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 50px;
      height: 53.3333333333%;
      z-index: 19;
      background: black;
      background: linear-gradient(90deg, black 10%, rgba(255, 255, 255, 0) 100%); }
    .suistainbility-page .suistainbility__aboutSlider .slick-list {
      padding-right: 0px !important;
      padding-left: 0px !important; }
    .suistainbility-page .suistainbility__aboutSlider .slick-prev, .suistainbility-page .suistainbility__aboutSlider .slick-next {
      z-index: 20;
      top: calc(32.5% - 15px);
      width: 30px;
      height: 30px;
      transition: all .3s ease-in-out; }
      .suistainbility-page .suistainbility__aboutSlider .slick-prev::before, .suistainbility-page .suistainbility__aboutSlider .slick-next::before {
        position: absolute;
        content: "";
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        filter: invert(1); }
    .suistainbility-page .suistainbility__aboutSlider .slick-next {
      right: 0px; }
      .suistainbility-page .suistainbility__aboutSlider .slick-next::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M184.49,136.49l-80,80a12,12,0,0,1-17-17L159,128,87.51,56.49a12,12,0,1,1,17-17l80,80A12,12,0,0,1,184.49,136.49Z'%3E%3C/path%3E%3C/svg%3E"); }
    .suistainbility-page .suistainbility__aboutSlider .slick-prev {
      left: 0px; }
      .suistainbility-page .suistainbility__aboutSlider .slick-prev::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M168.49,199.51a12,12,0,0,1-17,17l-80-80a12,12,0,0,1,0-17l80-80a12,12,0,0,1,17,17L97,128Z'%3E%3C/path%3E%3C/svg%3E"); }
    .suistainbility-page .suistainbility__aboutSlider .col-md-12 {
      padding-right: 15px;
      padding-left: 15px; }
      .suistainbility-page .suistainbility__aboutSlider .col-md-12 .suistainbility__about-media {
        margin-bottom: 20px; }
      .suistainbility-page .suistainbility__aboutSlider .col-md-12 .suistainbility__about-heading {
        padding: 0 15px; }
        .suistainbility-page .suistainbility__aboutSlider .col-md-12 .suistainbility__about-heading .heading__title {
          font-size: 18px;
          line-height: 22px;
          margin-bottom: 15px; }
        .suistainbility-page .suistainbility__aboutSlider .col-md-12 .suistainbility__about-heading .heading__description {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical; }
    .suistainbility-page .suistainbility__aboutNumber {
      color: #aeaeae;
      font-style: italic;
      font-size: 14px;
      text-align: right;
      margin-top: -23px;
      padding-right: 15px; }
    @media (max-width: 991.98px) {
      .suistainbility-page .suistainbility__about > .container > .row {
        margin-right: -15px;
        margin-left: -15px; }
        .suistainbility-page .suistainbility__about > .container > .row > * {
          padding-right: 30px;
          padding-left: 30px; }
      .suistainbility-page .suistainbility__about-heading .heading__title {
        font-size: 16px !important; }
      .suistainbility-page .suistainbility__about-heading .heading__description {
        color: #A3A3A3;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400; }
      .suistainbility-page .suistainbility__about-media {
        margin-left: -15px;
        margin-right: -15px; } }
  .suistainbility-page .suistainbility__about-wrap .suistainbility__about:first-child {
    padding-top: 60px; }
  .suistainbility-page .suistainbility__about-wrap .suistainbility__about:last-child {
    padding-bottom: 60px; }
  .suistainbility-page .suistainbility__about-wrap .suistainbility__about:nth-child(even) > .container > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  @media (min-width: 768px) {
    .suistainbility-page .suistainbility__about-desktop {
      display: block; } }
  @media (max-width: 991.98px) {
    .suistainbility-page .suistainbility__about-desktop {
      display: none; } }
  @media (min-width: 768px) {
    .suistainbility-page .suistainbility__about-mobile {
      display: none; } }
  @media (max-width: 991.98px) {
    .suistainbility-page .suistainbility__about-mobile {
      display: block; } }
  .suistainbility-page .specialBakgroundGrad {
    background-color: #000;
    background: transparent linear-gradient(360deg, #000000 0%, #4F4E4E8C 76%, #706F6F00 100%) 0% 0% no-repeat padding-box; }
  .suistainbility-page .suistainbility__funfact {
    padding-top: 100px;
    padding-bottom: 100px; }
    .suistainbility-page .suistainbility__funfact-heading .heading {
      max-width: 1136px;
      margin: 0 auto;
      text-align: center; }
      .suistainbility-page .suistainbility__funfact-heading .heading .heading__title {
        color: #D5D5D5;
        font-size: 23px;
        line-height: 32px;
        letter-spacing: 0.6px; }
    .suistainbility-page .suistainbility__funfactBottom {
      padding-top: 150px;
      padding-bottom: 150px;
      background: transparent linear-gradient(360deg, #000000 0%, #4F4E4E3C -10%, #706F6F00 100%) 0% 0% no-repeat padding-box; }
    @media (max-width: 991.98px) {
      .suistainbility-page .suistainbility__funfact {
        padding-top: 80px;
        padding-bottom: 80px; }
        .suistainbility-page .suistainbility__funfact-heading .heading {
          margin: 0 auto;
          margin-left: 0;
          text-align: left; }
          .suistainbility-page .suistainbility__funfact-heading .heading .heading__title {
            color: #D5D5D5;
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 0.6px; } }
  .suistainbility-page .suistainbility__articleSlider {
    padding-bottom: 80px; }
    .suistainbility-page .suistainbility__articleSlider-slider {
      padding-bottom: 85px;
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 0px; }
      .suistainbility-page .suistainbility__articleSlider-slider .col-md-12 {
        padding-right: 30px;
        padding-left: 30px; }
    .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media {
      position: relative;
      overflow: hidden;
      margin-bottom: 30px; }
      .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media:before {
        display: block;
        content: "";
        width: 100%; }
      .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media > .inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden; }
        .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media > .inner > img,
        .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media > .inner > video,
        .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media > .inner > svg,
        .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media > .inner > canvas {
          width: 100%;
          height: 100%; }
      .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media:before {
        padding-top: 55.0206327373%; }
      .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media > .inner > img,
      .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media > .inner > video,
      .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media > .inner > canvas {
        object-fit: cover; }
    .suistainbility-page .suistainbility__articleSlider .card__suistainbility-heading .heading__title {
      font-family: "Luxora Grotesk";
      font-size: 18;
      line-height: 26px;
      letter-spacing: 1.8px;
      color: #F2F2F2;
      text-transform: uppercase;
      margin-bottom: 5px;
      height: 60px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .suistainbility-page .suistainbility__articleSlider .card__suistainbility-heading .heading__description {
      font-weight: 400;
      letter-spacing: 0.25px;
      color: #A3A3A3;
      position: relative; }
      .suistainbility-page .suistainbility__articleSlider .card__suistainbility-heading .heading__description div {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 17px;
        line-height: 24px; }
        .suistainbility-page .suistainbility__articleSlider .card__suistainbility-heading .heading__description div.more::after {
          content: "See More..";
          position: absolute;
          right: 0;
          bottom: 0;
          background-color: #0d0c0c;
          background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #0b0b0b 15%);
          width: auto;
          height: auto;
          z-index: 8;
          padding-left: 25px;
          color: #F2F2F2;
          font-weight: bold; }
      .suistainbility-page .suistainbility__articleSlider .card__suistainbility-heading .heading__description input[type=checkbox] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        opacity: 0; }
        .suistainbility-page .suistainbility__articleSlider .card__suistainbility-heading .heading__description input[type=checkbox]:checked ~ div {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: inherit;
          -webkit-box-orient: vertical;
          padding-bottom: 25px; }
          .suistainbility-page .suistainbility__articleSlider .card__suistainbility-heading .heading__description input[type=checkbox]:checked ~ div.more::after {
            content: "See Less.."; }
    @media (max-width: 991.98px) {
      .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media {
        position: relative;
        overflow: hidden;
        margin-bottom: 15px; }
        .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media:before {
          display: block;
          content: "";
          width: 100%; }
        .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media > .inner {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          overflow: hidden; }
          .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media > .inner > img,
          .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media > .inner > video,
          .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media > .inner > svg,
          .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media > .inner > canvas {
            width: 100%;
            height: 100%; }
        .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media:before {
          padding-top: 53.3333333333%; }
        .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media > .inner > img,
        .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media > .inner > video,
        .suistainbility-page .suistainbility__articleSlider .card__suistainbility-media > .inner > canvas {
          object-fit: cover; }
      .suistainbility-page .suistainbility__articleSlider .card__suistainbility-heading .heading {
        padding-right: 15px;
        padding-left: 15px; }
        .suistainbility-page .suistainbility__articleSlider .card__suistainbility-heading .heading__title {
          font-size: 16px;
          line-height: 22px;
          letter-spacing: 1px;
          margin-bottom: 5px;
          height: 45px; }
        .suistainbility-page .suistainbility__articleSlider .card__suistainbility-heading .heading__description {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0px;
          overflow: hidden;
          -webkit-line-clamp: 5; } }
    .suistainbility-page .suistainbility__articleSlider .slick-next, .suistainbility-page .suistainbility__articleSlider .slick-prev {
      z-index: 19;
      top: 235px;
      width: 50px;
      height: 50px;
      opacity: 0;
      transition: all .3s ease-in-out; }
      .suistainbility-page .suistainbility__articleSlider .slick-next::before, .suistainbility-page .suistainbility__articleSlider .slick-prev::before {
        position: absolute;
        content: "";
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        filter: invert(1); }
    .suistainbility-page .suistainbility__articleSlider .slick-next {
      right: calc( calc(50% - calc(100% / 2)) - 0px); }
      @media (min-width: 576px) {
        .suistainbility-page .suistainbility__articleSlider .slick-next {
          right: calc( calc(50% - calc(540px / 2)) - 25px); } }
      @media (min-width: 768px) {
        .suistainbility-page .suistainbility__articleSlider .slick-next {
          right: calc( calc(50% - calc(720px / 2)) - 25px); } }
      @media (min-width: 992px) {
        .suistainbility-page .suistainbility__articleSlider .slick-next {
          right: calc( calc(50% - calc(960px / 2)) - 25px); } }
      @media (min-width: 1200px) {
        .suistainbility-page .suistainbility__articleSlider .slick-next {
          right: calc( calc(50% - calc(1140px / 2)) - 25px); } }
      .suistainbility-page .suistainbility__articleSlider .slick-next::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M184.49,136.49l-80,80a12,12,0,0,1-17-17L159,128,87.51,56.49a12,12,0,1,1,17-17l80,80A12,12,0,0,1,184.49,136.49Z'%3E%3C/path%3E%3C/svg%3E"); }
    .suistainbility-page .suistainbility__articleSlider .slick-prev {
      left: calc( calc(50% - calc(100% / 2)) - 0px); }
      @media (min-width: 576px) {
        .suistainbility-page .suistainbility__articleSlider .slick-prev {
          left: calc( calc(50% - calc(540px / 2)) - 25px); } }
      @media (min-width: 768px) {
        .suistainbility-page .suistainbility__articleSlider .slick-prev {
          left: calc( calc(50% - calc(720px / 2)) - 25px); } }
      @media (min-width: 992px) {
        .suistainbility-page .suistainbility__articleSlider .slick-prev {
          left: calc( calc(50% - calc(960px / 2)) - 25px); } }
      @media (min-width: 1200px) {
        .suistainbility-page .suistainbility__articleSlider .slick-prev {
          left: calc( calc(50% - calc(1140px / 2)) - 25px); } }
      .suistainbility-page .suistainbility__articleSlider .slick-prev::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M168.49,199.51a12,12,0,0,1-17,17l-80-80a12,12,0,0,1,0-17l80-80a12,12,0,0,1,17,17L97,128Z'%3E%3C/path%3E%3C/svg%3E"); }
    .suistainbility-page .suistainbility__articleSlider .slick-dots {
      bottom: 30px; }
    .suistainbility-page .suistainbility__articleSlider:hover .slick-next, .suistainbility-page .suistainbility__articleSlider:hover .slick-prev {
      opacity: 1;
      transition: all .3s ease-in-out; }
    .suistainbility-page .suistainbility__articleSliderNumber {
      color: #aeaeae;
      font-style: italic;
      font-size: 14px;
      text-align: right;
      margin-top: -62px;
      padding-right: 15px;
      display: none; }
    @media (max-width: 991.98px) {
      .suistainbility-page .suistainbility__articleSlider {
        padding-bottom: 45px; }
        .suistainbility-page .suistainbility__articleSlider > .container {
          padding-right: 0px;
          padding-left: 0px; }
        .suistainbility-page .suistainbility__articleSlider-slider {
          padding-bottom: 30px; }
          .suistainbility-page .suistainbility__articleSlider-slider .col-md-12 {
            padding-right: 0px;
            padding-left: 0px; }
          .suistainbility-page .suistainbility__articleSlider-slider::after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            width: 50px;
            height: 55.0206327373%;
            z-index: 9;
            background: black;
            background: linear-gradient(-90deg, black 10%, rgba(255, 255, 255, 0) 100%); }
          .suistainbility-page .suistainbility__articleSlider-slider::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            height: 55.0206327373%;
            z-index: 9;
            background: black;
            background: linear-gradient(90deg, black 10%, rgba(255, 255, 255, 0) 100%); }
        .suistainbility-page .suistainbility__articleSlider .slick-next, .suistainbility-page .suistainbility__articleSlider .slick-prev {
          opacity: 1;
          top: calc(calc(calc(100% - 55.0206327373%) * .5) + 15px);
          width: 30px;
          height: 30px; }
        .suistainbility-page .suistainbility__articleSlider .slick-dots {
          bottom: -5px;
          padding-left: 0px; }
        .suistainbility-page .suistainbility__articleSliderNumber {
          display: block; } }
  .suistainbility-page .suistainbility__us {
    background-color: #1E1D1D;
    position: relative; }
    .suistainbility-page .suistainbility__us-media {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .suistainbility-page .suistainbility__us-mediaBackground {
        height: 100%;
        position: relative;
        overflow: hidden; }
        .suistainbility-page .suistainbility__us-mediaBackground:before {
          display: block;
          content: "";
          width: 100%; }
        .suistainbility-page .suistainbility__us-mediaBackground > .inner {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          overflow: hidden; }
          .suistainbility-page .suistainbility__us-mediaBackground > .inner > img,
          .suistainbility-page .suistainbility__us-mediaBackground > .inner > video,
          .suistainbility-page .suistainbility__us-mediaBackground > .inner > svg,
          .suistainbility-page .suistainbility__us-mediaBackground > .inner > canvas {
            width: 100%;
            height: 100%; }
        .suistainbility-page .suistainbility__us-mediaBackground:before {
          padding-top: 31.25%; }
        .suistainbility-page .suistainbility__us-mediaBackground > .inner > img,
        .suistainbility-page .suistainbility__us-mediaBackground > .inner > video,
        .suistainbility-page .suistainbility__us-mediaBackground > .inner > canvas {
          object-fit: cover; }
        .suistainbility-page .suistainbility__us-mediaBackground .inner {
          text-align: center; }
          .suistainbility-page .suistainbility__us-mediaBackground .inner img {
            margin: 0 auto;
            max-width: 1900px;
            object-fit: cover;
            object-position: center; }
          .suistainbility-page .suistainbility__us-mediaBackground .inner::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
            @media (min-width: 992px) {
              .suistainbility-page .suistainbility__us-mediaBackground .inner::after {
                background: black;
                background: linear-gradient(-90deg, black 10%, rgba(255, 255, 255, 0) 90%); } }
        .suistainbility-page .suistainbility__us-mediaBackground.gradient-none .inner::after {
          background: transparent !important; }
    .suistainbility-page .suistainbility__us-heading {
      padding-top: 75px;
      padding-bottom: 75px;
      padding-left: 15px; }
      .suistainbility-page .suistainbility__us-heading .heading__title {
        font-size: 24px;
        line-height: 32px;
        font-family: "Luxora Grotesk";
        letter-spacing: 3px;
        color: #F2F2F2;
        margin-bottom: 20px; }
      .suistainbility-page .suistainbility__us-heading .heading__description {
        font-size: 18px;
        line-height: 24px;
        color: #D5D5D5;
        font-family: "RNS Sanz";
        margin-bottom: 30px;
        font-weight: 300;
        letter-spacing: 0.8px; }
      .suistainbility-page .suistainbility__us-heading .heading__action {
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .suistainbility-page .suistainbility__us-heading .heading__action .btn, .suistainbility-page .suistainbility__us-heading .heading__action body.woocommerce .button, body.woocommerce .suistainbility-page .suistainbility__us-heading .heading__action .button {
          display: inline;
          padding: 12px 24px; }
    .suistainbility-page .suistainbility__usDetail .suistainbility__us-media {
      position: absolute;
      left: 0;
      top: 0;
      width: calc(calc(50% - 4.16%) - 30px);
      height: 100%; }
      .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground {
        height: 100%;
        position: relative;
        overflow: hidden; }
        .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground:before {
          display: block;
          content: "";
          width: 100%; }
        .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground > .inner {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          overflow: hidden; }
          .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground > .inner > img,
          .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground > .inner > video,
          .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground > .inner > svg,
          .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground > .inner > canvas {
            width: 100%;
            height: 100%; }
        .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground:before {
          padding-top: 56.6702241195%; }
        .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground > .inner > img,
        .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground > .inner > video,
        .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground > .inner > canvas {
          object-fit: cover; }
        .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground .inner img {
          object-fit: contain;
          object-position: right; }
    .suistainbility-page .suistainbility__usDetail .suistainbility__us-heading {
      padding-top: 45px;
      padding-bottom: 45px;
      padding-left: 15px; }
      .suistainbility-page .suistainbility__usDetail .suistainbility__us-heading .heading__description {
        letter-spacing: 0.3px; }
        .suistainbility-page .suistainbility__usDetail .suistainbility__us-heading .heading__description p {
          margin-bottom: 7px; }
    @media (max-width: 991.98px) {
      .suistainbility-page .suistainbility__us-media {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        width: 100%; }
        .suistainbility-page .suistainbility__us-mediaBackground {
          position: relative;
          overflow: hidden; }
          .suistainbility-page .suistainbility__us-mediaBackground:before {
            display: block;
            content: "";
            width: 100%; }
          .suistainbility-page .suistainbility__us-mediaBackground > .inner {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: hidden; }
            .suistainbility-page .suistainbility__us-mediaBackground > .inner > img,
            .suistainbility-page .suistainbility__us-mediaBackground > .inner > video,
            .suistainbility-page .suistainbility__us-mediaBackground > .inner > svg,
            .suistainbility-page .suistainbility__us-mediaBackground > .inner > canvas {
              width: 100%;
              height: 100%; }
          .suistainbility-page .suistainbility__us-mediaBackground:before {
            padding-top: 53.3333333333%; }
          .suistainbility-page .suistainbility__us-mediaBackground > .inner > img,
          .suistainbility-page .suistainbility__us-mediaBackground > .inner > video,
          .suistainbility-page .suistainbility__us-mediaBackground > .inner > canvas {
            object-fit: cover; }
          .suistainbility-page .suistainbility__us-mediaBackground .inner img {
            object-fit: cover;
            object-position: center; }
      .suistainbility-page .suistainbility__us-heading {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 0px; }
        .suistainbility-page .suistainbility__us-heading .heading__title {
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 1.5px;
          margin-bottom: 10px; }
        .suistainbility-page .suistainbility__us-heading .heading__description {
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 15px; }
        .suistainbility-page .suistainbility__us-heading .heading__action .btn, .suistainbility-page .suistainbility__us-heading .heading__action body.woocommerce .button, body.woocommerce .suistainbility-page .suistainbility__us-heading .heading__action .button {
          padding: 8px 14px;
          font-size: 14px; }
      .suistainbility-page .suistainbility__usDetail .suistainbility__us-media {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground {
          height: 100%;
          position: relative;
          overflow: hidden; }
          .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground:before {
            display: block;
            content: "";
            width: 100%; }
          .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground > .inner {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: hidden; }
            .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground > .inner > img,
            .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground > .inner > video,
            .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground > .inner > svg,
            .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground > .inner > canvas {
              width: 100%;
              height: 100%; }
          .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground:before {
            padding-top: 60.38647343%; }
          .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground > .inner > img,
          .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground > .inner > video,
          .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground > .inner > canvas {
            object-fit: cover; }
          .suistainbility-page .suistainbility__usDetail .suistainbility__us-mediaBackground .inner img {
            object-fit: cover;
            object-position: center; }
      .suistainbility-page .suistainbility__usDetail .suistainbility__us-heading {
        padding-top: 16px;
        padding-bottom: 25px;
        padding-left: 0px; }
        .suistainbility-page .suistainbility__usDetail .suistainbility__us-heading .heading__description {
          letter-spacing: 0.3px; }
          .suistainbility-page .suistainbility__usDetail .suistainbility__us-heading .heading__description p {
            margin-bottom: 7px; } }
  .suistainbility-page .suistainbility__news {
    padding-bottom: 145px; }
    .suistainbility-page .suistainbility__news-slider {
      overflow: hidden; }
      .suistainbility-page .suistainbility__news-slider .container {
        padding-right: 0px;
        padding-left: 0px; }
      .suistainbility-page .suistainbility__news-slider .slick-slide .card__suistainbilityNews-media {
        opacity: .33;
        transition: all .3s ease-in; }
      .suistainbility-page .suistainbility__news-slider .slick-slide .card__suistainbilityNews-heading {
        opacity: 0;
        transition: all .3s ease-in; }
      .suistainbility-page .suistainbility__news-slider .slick-slide.slick-active .card__suistainbilityNews-media {
        opacity: 1;
        transition: all .3s ease-in; }
      .suistainbility-page .suistainbility__news-slider .slick-slide.slick-active .card__suistainbilityNews-heading {
        opacity: 1;
        transition: all .3s ease-in; }
      .suistainbility-page .suistainbility__news-slider .slick-slide.slick-active .suistainbility__news-media {
        opacity: 1;
        transition: all .3s ease-in-out; }
      .suistainbility-page .suistainbility__news-slider .slick-next, .suistainbility-page .suistainbility__news-slider .slick-prev {
        z-index: 20;
        top: 235px;
        width: 70px;
        height: 70px; }
        .suistainbility-page .suistainbility__news-slider .slick-next::before, .suistainbility-page .suistainbility__news-slider .slick-prev::before {
          position: absolute;
          content: "";
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          filter: invert(1); }
      .suistainbility-page .suistainbility__news-slider .slick-next {
        right: 0px; }
        @media (min-width: 576px) {
          .suistainbility-page .suistainbility__news-slider .slick-next {
            right: calc( calc(50% - calc(540px / 2)) - 100px); } }
        @media (min-width: 768px) {
          .suistainbility-page .suistainbility__news-slider .slick-next {
            right: calc( calc(50% - calc(720px / 2)) - 100px); } }
        @media (min-width: 992px) {
          .suistainbility-page .suistainbility__news-slider .slick-next {
            right: calc( calc(50% - calc(960px / 2)) - 100px); } }
        @media (min-width: 1200px) {
          .suistainbility-page .suistainbility__news-slider .slick-next {
            right: calc( calc(50% - calc(1140px / 2)) - 100px); } }
        .suistainbility-page .suistainbility__news-slider .slick-next::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M184.49,136.49l-80,80a12,12,0,0,1-17-17L159,128,87.51,56.49a12,12,0,1,1,17-17l80,80A12,12,0,0,1,184.49,136.49Z'%3E%3C/path%3E%3C/svg%3E"); }
      .suistainbility-page .suistainbility__news-slider .slick-prev {
        left: 0px; }
        @media (min-width: 576px) {
          .suistainbility-page .suistainbility__news-slider .slick-prev {
            left: calc( calc(50% - calc(540px / 2)) - 100px); } }
        @media (min-width: 768px) {
          .suistainbility-page .suistainbility__news-slider .slick-prev {
            left: calc( calc(50% - calc(720px / 2)) - 100px); } }
        @media (min-width: 992px) {
          .suistainbility-page .suistainbility__news-slider .slick-prev {
            left: calc( calc(50% - calc(960px / 2)) - 100px); } }
        @media (min-width: 1200px) {
          .suistainbility-page .suistainbility__news-slider .slick-prev {
            left: calc( calc(50% - calc(1140px / 2)) - 100px); } }
        .suistainbility-page .suistainbility__news-slider .slick-prev::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M168.49,199.51a12,12,0,0,1-17,17l-80-80a12,12,0,0,1,0-17l80-80a12,12,0,0,1,17,17L97,128Z'%3E%3C/path%3E%3C/svg%3E"); }
      .suistainbility-page .suistainbility__news-slider::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 100%;
        z-index: 19;
        background: black;
        background: linear-gradient(90deg, black 10%, rgba(255, 255, 255, 0) 100%); }
      .suistainbility-page .suistainbility__news-slider::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 100%;
        z-index: 19;
        background: black;
        background: linear-gradient(-90deg, black 10%, rgba(255, 255, 255, 0) 100%); }
    .suistainbility-page .suistainbility__news-slider-wrappp {
      width: 100%; }
    .suistainbility-page .suistainbility__news-media {
      position: relative;
      overflow: hidden;
      margin-bottom: 70px;
      opacity: .3;
      display: block;
      width: 300px;
      height: auto;
      width: 100vw;
      transition: all .3s ease-in-out; }
      .suistainbility-page .suistainbility__news-media:before {
        display: block;
        content: "";
        width: 100%; }
      .suistainbility-page .suistainbility__news-media > .inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden; }
        .suistainbility-page .suistainbility__news-media > .inner > img,
        .suistainbility-page .suistainbility__news-media > .inner > video,
        .suistainbility-page .suistainbility__news-media > .inner > svg,
        .suistainbility-page .suistainbility__news-media > .inner > canvas {
          width: 100%;
          height: 100%; }
      .suistainbility-page .suistainbility__news-media:before {
        padding-top: 40.5172413793%; }
      .suistainbility-page .suistainbility__news-media > .inner > img,
      .suistainbility-page .suistainbility__news-media > .inner > video,
      .suistainbility-page .suistainbility__news-media > .inner > canvas {
        object-fit: cover; }
      @media (min-width: 576px) {
        .suistainbility-page .suistainbility__news-media {
          width: 540px; } }
      @media (min-width: 768px) {
        .suistainbility-page .suistainbility__news-media {
          width: 720px; } }
      @media (min-width: 992px) {
        .suistainbility-page .suistainbility__news-media {
          width: 960px; } }
      @media (min-width: 1200px) {
        .suistainbility-page .suistainbility__news-media {
          width: 1140px; } }
      @media (max-width: 991.98px) {
        .suistainbility-page .suistainbility__news-media {
          position: relative;
          overflow: hidden; }
          .suistainbility-page .suistainbility__news-media:before {
            display: block;
            content: "";
            width: 100%; }
          .suistainbility-page .suistainbility__news-media > .inner {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: hidden; }
            .suistainbility-page .suistainbility__news-media > .inner > img,
            .suistainbility-page .suistainbility__news-media > .inner > video,
            .suistainbility-page .suistainbility__news-media > .inner > svg,
            .suistainbility-page .suistainbility__news-media > .inner > canvas {
              width: 100%;
              height: 100%; }
          .suistainbility-page .suistainbility__news-media:before {
            padding-top: 53.3333333333%; }
          .suistainbility-page .suistainbility__news-media > .inner > img,
          .suistainbility-page .suistainbility__news-media > .inner > video,
          .suistainbility-page .suistainbility__news-media > .inner > canvas {
            object-fit: cover; } }
    .suistainbility-page .suistainbility__news .card__suistainbilityNews-media {
      position: relative;
      overflow: hidden;
      margin-bottom: 70px; }
      .suistainbility-page .suistainbility__news .card__suistainbilityNews-media:before {
        display: block;
        content: "";
        width: 100%; }
      .suistainbility-page .suistainbility__news .card__suistainbilityNews-media > .inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden; }
        .suistainbility-page .suistainbility__news .card__suistainbilityNews-media > .inner > img,
        .suistainbility-page .suistainbility__news .card__suistainbilityNews-media > .inner > video,
        .suistainbility-page .suistainbility__news .card__suistainbilityNews-media > .inner > svg,
        .suistainbility-page .suistainbility__news .card__suistainbilityNews-media > .inner > canvas {
          width: 100%;
          height: 100%; }
      .suistainbility-page .suistainbility__news .card__suistainbilityNews-media:before {
        padding-top: 40.5172413793%; }
      .suistainbility-page .suistainbility__news .card__suistainbilityNews-media > .inner > img,
      .suistainbility-page .suistainbility__news .card__suistainbilityNews-media > .inner > video,
      .suistainbility-page .suistainbility__news .card__suistainbilityNews-media > .inner > canvas {
        object-fit: cover; }
    .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .heading {
      margin-bottom: 30px; }
      .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .heading__title {
        font-family: "Luxora Grotesk";
        letter-spacing: 3.36px;
        font-size: 24px;
        line-height: 28px;
        color: #F1F1F1;
        margin-bottom: 5px; }
      .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .heading__location {
        font-size: 20px;
        line-height: 24px;
        color: #D5D5D5;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        gap: 9px; }
        .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .heading__location i {
          width: 20px !important;
          height: 20px !important;
          position: relative; }
          .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .heading__location i::before {
            position: absolute;
            content: "";
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            filter: invert(1);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M128,16a88.1,88.1,0,0,0-88,88c0,75.3,80,132.17,83.41,134.55a8,8,0,0,0,9.18,0C136,236.17,216,179.3,216,104A88.1,88.1,0,0,0,128,16Zm0,56a32,32,0,1,1-32,32A32,32,0,0,1,128,72Z'%3E%3C/path%3E%3C/svg%3E"); }
    .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .description {
      font-size: 20px;
      line-height: 24px;
      color: #D5D5D5;
      margin-bottom: 30px;
      font-weight: 300; }
    .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .action {
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .action .btn, .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .action body.woocommerce .button, body.woocommerce .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .action .button {
        display: inline;
        padding: 12px 24px; }
    @media (max-width: 991.98px) {
      .suistainbility-page .suistainbility__news {
        padding-bottom: 55px; }
        .suistainbility-page .suistainbility__news-slider {
          overflow: hidden; }
          .suistainbility-page .suistainbility__news-slider .container {
            padding-right: 0px;
            padding-left: 0px; }
          .suistainbility-page .suistainbility__news-slider .slick-slide .card__suistainbilityNews-media {
            opacity: .33;
            transition: all .3s ease-in; }
          .suistainbility-page .suistainbility__news-slider .slick-slide .card__suistainbilityNews-heading {
            opacity: 0;
            transition: all .3s ease-in; }
          .suistainbility-page .suistainbility__news-slider .slick-slide.slick-active .card__suistainbilityNews-media {
            opacity: 1;
            transition: all .3s ease-in; }
          .suistainbility-page .suistainbility__news-slider .slick-slide.slick-active .card__suistainbilityNews-heading {
            opacity: 1;
            transition: all .3s ease-in; }
          .suistainbility-page .suistainbility__news-slider .slick-slide.slick-active .suistainbility__news-media {
            opacity: 1;
            transition: all .3s ease-in-out; }
          .suistainbility-page .suistainbility__news-slider .slick-next, .suistainbility-page .suistainbility__news-slider .slick-prev {
            z-index: 20;
            top: calc(50% - 15px);
            width: 30px;
            height: 30px; }
            .suistainbility-page .suistainbility__news-slider .slick-next::before, .suistainbility-page .suistainbility__news-slider .slick-prev::before {
              position: absolute;
              content: "";
              background-size: contain;
              background-position: center;
              background-repeat: no-repeat;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              filter: invert(1); }
          .suistainbility-page .suistainbility__news-slider .slick-next {
            right: 10px; }
          .suistainbility-page .suistainbility__news-slider .slick-prev {
            left: 10px; }
        .suistainbility-page .suistainbility__news .card__suistainbilityNews-media {
          position: relative;
          overflow: hidden;
          margin-bottom: 23px !important; }
          .suistainbility-page .suistainbility__news .card__suistainbilityNews-media:before {
            display: block;
            content: "";
            width: 100%; }
          .suistainbility-page .suistainbility__news .card__suistainbilityNews-media > .inner {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: hidden; }
            .suistainbility-page .suistainbility__news .card__suistainbilityNews-media > .inner > img,
            .suistainbility-page .suistainbility__news .card__suistainbilityNews-media > .inner > video,
            .suistainbility-page .suistainbility__news .card__suistainbilityNews-media > .inner > svg,
            .suistainbility-page .suistainbility__news .card__suistainbilityNews-media > .inner > canvas {
              width: 100%;
              height: 100%; }
          .suistainbility-page .suistainbility__news .card__suistainbilityNews-media:before {
            padding-top: 53.3816425121%; }
          .suistainbility-page .suistainbility__news .card__suistainbilityNews-media > .inner > img,
          .suistainbility-page .suistainbility__news .card__suistainbilityNews-media > .inner > video,
          .suistainbility-page .suistainbility__news .card__suistainbilityNews-media > .inner > canvas {
            object-fit: cover; }
        .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .heading {
          margin-bottom: 23px !important; }
          .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .heading__title {
            letter-spacing: 1.6px;
            font-size: 18px;
            line-height: 22px;
            color: #F1F1F1; }
          .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .heading__location {
            font-size: 16px;
            line-height: 18px;
            gap: 6px; }
            .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .heading__location i {
              width: 18px !important;
              height: 18px !important; }
        .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .description {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 20px; }
        .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .action .btn, .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .action body.woocommerce .button, body.woocommerce .suistainbility-page .suistainbility__news .card__suistainbilityNews-heading .action .button {
          padding: 8px 14px;
          font-size: 14px; }
        .suistainbility-page .suistainbility__news .suistainbility__news-media {
          margin-bottom: 23px !important; } }
  .suistainbility-page .suistainbility__brands {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #F1F1F1; }
    .suistainbility-page .suistainbility__brands-title {
      text-align: center;
      color: #000;
      font-size: 28px;
      line-height: 32px;
      margin-bottom: 30px;
      font-weight: 600; }
    .suistainbility-page .suistainbility__brands-image {
      position: relative;
      overflow: hidden; }
      .suistainbility-page .suistainbility__brands-image:before {
        display: block;
        content: "";
        width: 100%; }
      .suistainbility-page .suistainbility__brands-image > .inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden; }
        .suistainbility-page .suistainbility__brands-image > .inner > img,
        .suistainbility-page .suistainbility__brands-image > .inner > video,
        .suistainbility-page .suistainbility__brands-image > .inner > svg,
        .suistainbility-page .suistainbility__brands-image > .inner > canvas {
          width: 100%;
          height: 100%; }
      .suistainbility-page .suistainbility__brands-image:before {
        padding-top: 66.6666666667%; }
      .suistainbility-page .suistainbility__brands-image > .inner > img,
      .suistainbility-page .suistainbility__brands-image > .inner > video,
      .suistainbility-page .suistainbility__brands-image > .inner > canvas {
        object-fit: cover; }
    @media (max-width: 991.98px) {
      .suistainbility-page .suistainbility__brands {
        padding-top: 45px;
        padding-bottom: 45px; }
        .suistainbility-page .suistainbility__brands-title {
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 20px; } }

[class*=page-template-template-community-ambassador] {
  font-size: 18px; }
  @media (max-width: 991.98px) {
    [class*=page-template-template-community-ambassador] {
      font-size: 14px; } }
  [class*=page-template-template-community-ambassador] .main-header {
    transition: top 0s; }
  @media (max-width: 991.98px) {
    [class*=page-template-template-community-ambassador].admin-bar .main-header.header-fixed {
      top: 46px !important;
      position: fixed !important; }
      [class*=page-template-template-community-ambassador].admin-bar .main-header.header-fixed:not(.scrolled) .menu-wrapper, [class*=page-template-template-community-ambassador].admin-bar .main-header.header-fixed:not(.scrolled) .mega-menu {
        padding-top: 81px; }
        [class*=page-template-template-community-ambassador].admin-bar .main-header.header-fixed:not(.scrolled) .menu-wrapper.open, [class*=page-template-template-community-ambassador].admin-bar .main-header.header-fixed:not(.scrolled) .mega-menu.open {
          top: calc(56px + 46px); }
      [class*=page-template-template-community-ambassador].admin-bar .main-header.header-fixed.scrolled {
        top: 0 !important; }
        [class*=page-template-template-community-ambassador].admin-bar .main-header.header-fixed.scrolled ~ .community_page .secondary-navbar {
          top: 56px; }
      [class*=page-template-template-community-ambassador].admin-bar .main-header.header-fixed .menu-wrapper, [class*=page-template-template-community-ambassador].admin-bar .main-header.header-fixed .mega-menu {
        padding-top: 81px; }
        [class*=page-template-template-community-ambassador].admin-bar .main-header.header-fixed .menu-wrapper.open, [class*=page-template-template-community-ambassador].admin-bar .main-header.header-fixed .mega-menu.open {
          top: 56px; }
    [class*=page-template-template-community-ambassador].admin-bar ~ .community_page .secondary-navbar {
      top: calc(46px + 56px); } }
  @media (max-width: 991.98px) {
    [class*=page-template-template-community-ambassador]:not(.admin-bar) .menu-wrapper, [class*=page-template-template-community-ambassador]:not(.admin-bar) .mega-menu {
      padding-top: 81px; }
      [class*=page-template-template-community-ambassador]:not(.admin-bar) .menu-wrapper.open, [class*=page-template-template-community-ambassador]:not(.admin-bar) .mega-menu.open {
        top: 56px; } }

.community_page {
  background-color: #000; }
  .community_page .secondary-navbar {
    background-color: #000;
    border-top: 1px solid rgba(162, 162, 162, 0.5);
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 9999;
    width: 100%; }
    @media (max-width: 991.98px) {
      .community_page .secondary-navbar {
        top: 56px; } }
    body.admin-bar .community_page .secondary-navbar {
      top: calc(32px + 60px); }
    .community_page .secondary-navbar .row {
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 991.98px) {
        .community_page .secondary-navbar .row > [class*=col]:first-child {
          padding-top: 13px;
          padding-bottom: 10px; } }
    .community_page .secondary-navbar .page-title {
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      font-family: "Luxora Grotesk", sans-serif;
      line-height: 1.2;
      text-transform: uppercase;
      font-style: italic;
      margin: 0;
      padding: 0; }
      @media (max-width: 991.98px) {
        .community_page .secondary-navbar .page-title {
          font-size: 16px;
          font-weight: 500; } }
    @media (max-width: 991.98px) {
      .community_page .secondary-navbar .menu-wrap {
        margin-left: -15px;
        margin-right: -15px;
        overflow: auto; } }
    .community_page .secondary-navbar .main-menu {
      -ms-flex-pack: end;
          justify-content: flex-end; }
      @media (max-width: 991.98px) {
        .community_page .secondary-navbar .main-menu {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: start;
              justify-content: flex-start;
          max-width: 100%; } }
      .community_page .secondary-navbar .main-menu .menu-item:not(.menu-highlight) a, .community_page .secondary-navbar .main-menu .menu-item:not(.current-menu-item) a {
        color: #A3A3A3; }
      .community_page .secondary-navbar .main-menu .menu-item.current-menu-item a, .community_page .secondary-navbar .main-menu .menu-item.current-menu-item a:hover {
        color: #e51937; }
      @media (max-width: 991.98px) {
        .community_page .secondary-navbar .main-menu .menu-item.current-menu-item a, .community_page .secondary-navbar .main-menu .menu-item.current-menu-item a:hover {
          color: #fff; }
        .community_page .secondary-navbar .main-menu .menu-item.current-menu-item a::after {
          background-color: #E51937; } }
      .community_page .secondary-navbar .main-menu .menu-item a {
        padding: 16px 25px;
        color: #A3A3A3; }
        @media (max-width: 991.98px) {
          .community_page .secondary-navbar .main-menu .menu-item a {
            position: relative;
            padding: 10px 10px;
            font-size: 14px;
            font-weight: normal;
            letter-spacing: 0.14px;
            color: #FFFFFF7A; }
            .community_page .secondary-navbar .main-menu .menu-item a::after {
              content: '';
              height: 2px;
              width: calc(100% - 20px);
              background-color: transparent;
              position: absolute;
              bottom: 0;
              left: 10px; } }
      .community_page .secondary-navbar .main-menu .menu-item:hover > a {
        color: #fff; }
      .community_page .secondary-navbar .main-menu .menu-item:first-child a {
        padding-left: 0; }
        @media (max-width: 991.98px) {
          .community_page .secondary-navbar .main-menu .menu-item:first-child a {
            padding-left: 15px; } }
      .community_page .secondary-navbar .main-menu .menu-item:last-child a {
        padding-right: 0; }
        @media (max-width: 991.98px) {
          .community_page .secondary-navbar .main-menu .menu-item:last-child a {
            padding-right: 15px; } }
  .community_page section.section {
    position: relative;
    font-family: "RNS Sanz", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #FFF; }
    @media (max-width: 991.98px) {
      .community_page section.section {
        font-size: 14px; } }
    .community_page section.section strong {
      color: #c5001d; }
    .community_page section.section.section-hero {
      position: relative;
      overflow: hidden; }
      @media (max-width: 991.98px) {
        .community_page section.section.section-hero {
          margin-top: 81px; } }
      .community_page section.section.section-hero::before {
        content: '';
        width: 100%;
        height: 692px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: transparent linear-gradient(0deg, #000000 0%, #4F4E4E21 89%, #706F6F00 100%) 0% 0% no-repeat padding-box;
        z-index: 2; }
        @media (max-width: 991.98px) {
          .community_page section.section.section-hero::before {
            height: 100%;
            display: none; } }
      .community_page section.section.section-hero .bg-hero {
        width: 100%;
        height: 945px;
        object-fit: cover;
        position: relative;
        z-index: 1; }
        @media (max-width: 991.98px) {
          .community_page section.section.section-hero .bg-hero {
            height: 400px; } }
      .community_page section.section.section-hero .hero-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end;
        padding-bottom: 200px;
        font-size: 24px;
        line-height: 1.33;
        font-weight: 500; }
        @media (max-width: 991.98px) {
          .community_page section.section.section-hero .hero-content {
            font-size: 14px;
            line-height: 1.2;
            letter-spacing: 0.01px;
            color: #AEAEAE;
            position: relative;
            height: auto;
            padding-top: 25px;
            padding-bottom: 65px; } }
        .community_page section.section.section-hero .hero-content .hero-inner {
          width: 100%;
          max-width: 970px; }
        .community_page section.section.section-hero .hero-content .hero-title {
          font-family: "Luxora Grotesk", sans-serif;
          font-size: 60px;
          font-weight: 700;
          line-height: 1.55;
          letter-spacing: 7.28px;
          color: #F2F2F2; }
          @media (max-width: 991.98px) {
            .community_page section.section.section-hero .hero-content .hero-title {
              font-size: 24px;
              line-height: 1.2;
              letter-spacing: 1.56px;
              font-weight: 600;
              margin-bottom: 12px; } }
    .community_page section.section.section-content .bg-section-full {
      width: 100%;
      object-fit: cover; }
      @media (max-width: 991.98px) {
        .community_page section.section.section-content .bg-section-full {
          height: 200px; } }
    .community_page section.section.section-content .content-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      z-index: 5; }
      @media (max-width: 991.98px) {
        .community_page section.section.section-content .content-content {
          position: relative;
          height: auto;
          padding-top: 15px;
          padding-bottom: 50px; } }
      .community_page section.section.section-content .content-content .section-inner {
        width: 100%;
        max-width: 530px; }
    .community_page section.section.section-content .section-title {
      font-family: "Luxora Grotesk", sans-serif;
      font-size: 50px;
      line-height: 1.2;
      font-weight: 700;
      letter-spacing: 5.6px;
      color: #F2F2F2;
      margin-bottom: 40px; }
      @media (max-width: 991.98px) {
        .community_page section.section.section-content .section-title {
          font-size: 20px;
          letter-spacing: 2.24px;
          color: #F2F2F2;
          text-transform: uppercase;
          margin-bottom: 15px; } }
    .community_page section.section.section-content .content {
      color: #fff;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 400;
      color: #fff; }
      @media (max-width: 991.98px) {
        .community_page section.section.section-content .content {
          font-size: 14px; } }
    .community_page section.section.section-content .row-content {
      -ms-flex-align: center;
          align-items: center;
      margin-left: -25px;
      margin-right: -25px; }
      .community_page section.section.section-content .row-content > [class*=col] {
        padding-left: 25px;
        padding-right: 25px; }
      .community_page section.section.section-content .row-content .image-section {
        width: 100%;
        height: auto;
        object-fit: contain; }
      @media (max-width: 991.98px) {
        .community_page section.section.section-content .row-content {
          margin-left: 0;
          margin-right: 0; }
          .community_page section.section.section-content .row-content > [class*=col] {
            padding-left: 0;
            padding-right: 0; } }
    .community_page section.section.section-content-2 {
      padding: 105px 0 130px; }
      .community_page section.section.section-content-2 .image-section {
        height: 350px !important;
        object-fit: cover !important; }
      @media (max-width: 991.98px) {
        .community_page section.section.section-content-2 {
          padding-top: 0;
          padding-bottom: 50px; }
          .community_page section.section.section-content-2 .image-section-wrap {
            margin-left: -15px;
            margin-right: -15px;
            margin-bottom: 20px; }
            .community_page section.section.section-content-2 .image-section-wrap .image-section {
              width: 100%;
              height: 200px !important; } }
    .community_page section.section.section-content-slider {
      padding-top: 0;
      padding-bottom: 70px; }
      .community_page section.section.section-content-slider .after-slider {
        max-width: 1070px;
        margin: 80px auto 0;
        line-height: 1.6;
        font-size: 24px; }
        @media (max-width: 991.98px) {
          .community_page section.section.section-content-slider .after-slider {
            margin: 54px auto 0;
            max-width: unset;
            font-size: 14px;
            line-height: 1.2; } }
    .community_page section.section.section-ambassador-card {
      padding-top: 70px;
      padding-bottom: 130px; }
      @media (max-width: 991.98px) {
        .community_page section.section.section-ambassador-card {
          padding-top: 0;
          padding-bottom: 50px; } }
      .community_page section.section.section-ambassador-card .section-head {
        margin-bottom: 65px; }
        @media (max-width: 991.98px) {
          .community_page section.section.section-ambassador-card .section-head {
            margin-bottom: 50px; } }
        .community_page section.section.section-ambassador-card .section-head .section-title {
          text-align: center;
          letter-spacing: 5.6px;
          font-family: "Luxora Grotesk", sans-serif;
          font-size: 50px;
          line-height: 1.2;
          font-weight: 700;
          color: #FFF; }
          @media (max-width: 991.98px) {
            .community_page section.section.section-ambassador-card .section-head .section-title {
              text-align: left;
              font-size: 20px;
              letter-spacing: 2.24px;
              color: #F2F2F2; } }
    .community_page section.section.section-cta {
      position: relative; }
      .community_page section.section.section-cta::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent linear-gradient(89deg, #000000 0%, #54545400 100%);
        z-index: 1; }
        @media (max-width: 991.98px) {
          .community_page section.section.section-cta::before {
            background: transparent linear-gradient(5deg, #000000 0%, #54545400 100%); } }
      .community_page section.section.section-cta .bg-image {
        width: 100%;
        height: 500px;
        object-fit: cover; }
        @media (max-width: 991.98px) {
          .community_page section.section.section-cta .bg-image {
            height: 380px; } }
      .community_page section.section.section-cta .cta-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        font-size: 18px;
        line-height: 1.2;
        font-family: "RNS Sanz", sans-serif;
        color: #FFF;
        z-index: 4; }
        @media (max-width: 991.98px) {
          .community_page section.section.section-cta .cta-content {
            font-size: 14px;
            font-weight: 400; } }
        .community_page section.section.section-cta .cta-content .cta-inner {
          max-width: 100%; }
          @media (max-width: 991.98px) {
            .community_page section.section.section-cta .cta-content .cta-inner {
              text-align: center;
              max-width: 289px;
              margin-left: auto;
              margin-right: auto; } }
          .community_page section.section.section-cta .cta-content .cta-inner .section-title {
            font-size: 40px;
            line-height: 1.2;
            font-family: "Luxora Grotesk", sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            color: #FFF;
            margin-bottom: 13px; }
            @media (max-width: 991.98px) {
              .community_page section.section.section-cta .cta-content .cta-inner .section-title {
                font-size: 24px;
                margin-bottom: 15px; } }
          .community_page section.section.section-cta .cta-content .cta-inner p:last-child {
            margin-bottom: 0; }
          .community_page section.section.section-cta .cta-content .cta-inner .btn, .community_page section.section.section-cta .cta-content .cta-inner body.woocommerce .button, body.woocommerce .community_page section.section.section-cta .cta-content .cta-inner .button {
            margin-top: 30px;
            max-width: 360px;
            width: 100%;
            box-shadow: 0px 3px 6px #00000042; }
            @media (max-width: 991.98px) {
              .community_page section.section.section-cta .cta-content .cta-inner .btn, .community_page section.section.section-cta .cta-content .cta-inner body.woocommerce .button, body.woocommerce .community_page section.section.section-cta .cta-content .cta-inner .button {
                max-width: 100%;
                font-size: 14px;
                margin-top: 16px; } }
    .community_page section.section .swiper-ambassador .ambassador-item img.image {
      width: 100%;
      height: 415px;
      object-fit: cover; }
      @media (max-width: 991.98px) {
        .community_page section.section .swiper-ambassador .ambassador-item img.image {
          height: 242px; } }
    .community_page section.section .swiper-ambassador-card {
      max-width: 1244px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 991.98px) {
        .community_page section.section .swiper-ambassador-card {
          margin-left: -15px;
          margin-right: -15px;
          padding-left: 15px;
          padding-right: 15px; } }
      .community_page section.section .swiper-ambassador-card .swiper-slide {
        height: auto; }
      .community_page section.section .swiper-ambassador-card .ambassador-card-item {
        font-family: "RNS Sanz", sans-serif;
        color: #fff;
        background-color: #1D1C1C;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 5px;
        padding: 40px 25px 62px;
        text-align: center;
        height: 100%;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: 0px;
        color: #D5D5D5; }
        @media (max-width: 991.98px) {
          .community_page section.section .swiper-ambassador-card .ambassador-card-item {
            padding: 20px 15px;
            font-size: 12px;
            font-weight: 500; } }
        .community_page section.section .swiper-ambassador-card .ambassador-card-item .card-title {
          color: #FFF;
          text-align: center;
          font-weight: 800;
          font-size: 25px;
          line-height: 1.2;
          font-family: "RNS Sanz", sans-serif;
          color: #FFFFFF;
          text-transform: uppercase;
          margin-bottom: 35px; }
          @media (max-width: 991.98px) {
            .community_page section.section .swiper-ambassador-card .ambassador-card-item .card-title {
              font-size: 14px;
              margin-bottom: 20px; } }
        .community_page section.section .swiper-ambassador-card .ambassador-card-item img.image {
          width: 100%;
          height: 300px;
          object-fit: cover;
          box-shadow: 0px 3px 6px #00000029;
          border-radius: 5px;
          margin-bottom: 24px; }
          @media (max-width: 991.98px) {
            .community_page section.section .swiper-ambassador-card .ambassador-card-item img.image {
              height: 150px;
              margin-bottom: 16px; } }
  .community_page .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index: 1000;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 991.98px) {
      .community_page .modal {
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; } }
    .community_page .modal .modal-content {
      background-color: #1D1C1C;
      margin: 15% auto 0;
      padding: 0;
      width: 100%;
      max-width: 1012px;
      display: -ms-flexbox;
      display: flex;
      animation-name: example;
      animation-duration: .3s;
      box-shadow: 0px 3px 6px #00000029;
      font-family: "RNS Sanz", sans-serif;
      letter-spacing: 0.2px;
      color: #FFFFFF;
      font-size: 20px;
      line-height: 1.2;
      position: relative; }
      @media (max-width: 991.98px) {
        .community_page .modal .modal-content {
          max-width: 300px;
          font-size: 14px;
          letter-spacing: 0.14px;
          border-bottom: 3px solid #E51937;
          margin: 0; } }
      .community_page .modal .modal-content > .close {
        float: unset;
        position: absolute;
        right: 12px;
        top: 14px;
        font-size: 32px;
        z-index: 9; }
        @media (min-width: 768px) {
          .community_page .modal .modal-content > .close {
            display: none !important; } }
        @media (max-width: 991.98px) {
          .community_page .modal .modal-content > .close {
            display: block !important;
            line-height: 0; } }
      .community_page .modal .modal-content .image-modal-wrap .image-modal {
        height: 400px;
        object-fit: cover;
        width: 100%; }
        @media (max-width: 991.98px) {
          .community_page .modal .modal-content .image-modal-wrap .image-modal {
            height: 150px; } }
      @media (max-width: 991.98px) {
        .community_page .modal .modal-content .row-modal {
          margin: 0; } }
      .community_page .modal .modal-content .row-modal > [class*=col]:first-child {
        padding: 0; }
      .community_page .modal .modal-content .row-modal > [class*=col]:last-child {
        padding: 47px 50px 47px 30px; }
        @media (max-width: 991.98px) {
          .community_page .modal .modal-content .row-modal > [class*=col]:last-child {
            padding: 10px 15px 30px 15px; } }
      .community_page .modal .modal-content .row-modal > [class*=col] .close {
        float: right;
        font-size: 40px;
        font-weight: 400;
        margin-top: calc(-60px + 23px);
        margin-right: calc(-57px + 40px); }
        @media (min-width: 768px) {
          .community_page .modal .modal-content .row-modal > [class*=col] .close {
            display: block !important; } }
        @media (max-width: 991.98px) {
          .community_page .modal .modal-content .row-modal > [class*=col] .close {
            display: none !important; } }
      .community_page .modal .modal-content .modal-title {
        letter-spacing: 0.4px;
        color: #FFFFFF;
        font-size: 40px;
        line-height: 1.2;
        font-weight: 700;
        font-family: "RNS Sanz", sans-serif;
        margin-bottom: 14px; }
        @media (max-width: 991.98px) {
          .community_page .modal .modal-content .modal-title {
            font-size: 24px;
            letter-spacing: 0.18px; } }
      .community_page .modal .modal-content .close {
        color: #fff;
        line-height: 1;
        transition: all .3s; }
        .community_page .modal .modal-content .close:hover, .community_page .modal .modal-content .close:focus {
          color: #e51937;
          text-decoration: none;
          cursor: pointer; }
      .community_page .modal .modal-content .btn, .community_page .modal .modal-content body.woocommerce .button, body.woocommerce .community_page .modal .modal-content .button {
        width: 100%;
        max-width: 285px;
        margin-top: 20px;
        padding: 12px 14px;
        box-shadow: 3px 5px 6px #00000042; }
        @media (max-width: 991.98px) {
          .community_page .modal .modal-content .btn, .community_page .modal .modal-content body.woocommerce .button, body.woocommerce .community_page .modal .modal-content .button {
            font-size: 12px;
            padding: 8px 15px;
            max-width: 225px; } }

@keyframes example {
  from {
    transform: translateY(-40px); }
  to {
    transform: translateY(0px); } }

[class*=page-template-template-custom-bikes-landing] {
  font-family: "RNS Sanz", sans-serif; }
  @media (max-width: 991px) {
    [class*=page-template-template-custom-bikes-landing] .container {
      padding-left: 20px;
      padding-right: 20px; } }
  [class*=page-template-template-custom-bikes-landing] .btn, [class*=page-template-template-custom-bikes-landing] body.woocommerce .button, body.woocommerce [class*=page-template-template-custom-bikes-landing] .button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 240px;
    -ms-flex-pack: center;
        justify-content: center; }

#wrapper.custom-bike {
  background-color: #FFFFFF; }
  #wrapper.custom-bike .section {
    scroll-margin-top: 56px; }
    #wrapper.custom-bike .section .section-title {
      text-align: left;
      font-family: "Luxora Grotesk", sans-serif;
      font-weight: 600;
      font-size: 47px;
      line-height: 1.2;
      color: #2A2525;
      text-align: center; }
    #wrapper.custom-bike .section .section-head ~ .section-body {
      margin-top: 75px; }
  #wrapper.custom-bike .section-hero {
    background: transparent radial-gradient(closest-side at 50% 50%, #4A4A4A 0%, #090909 100%) 0% 0% no-repeat padding-box;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.3;
    color: #FFFFFF;
    position: relative; }
    @media (max-width: 991px) {
      #wrapper.custom-bike .section-hero {
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.2; } }
    #wrapper.custom-bike .section-hero::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: var(--bg-img);
      background-position: center;
      background-size: cover; }
      @media (max-width: 767px) {
        #wrapper.custom-bike .section-hero::before {
          background-image: var(--bg-img-sm);
          background-position: center -60px; } }
    #wrapper.custom-bike .section-hero .container {
      min-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #FFFFFF;
      position: relative; }
      @media (max-width: 991px) {
        #wrapper.custom-bike .section-hero .container {
          min-height: calc(100vh - 118px);
          -ms-flex-pack: center;
              justify-content: center; } }
      #wrapper.custom-bike .section-hero .container .page-title {
        color: #FFFFFF;
        text-align: left;
        font-weight: 700;
        font-size: 60px;
        line-height: 1.2;
        font-family: "Luxora Grotesk", sans-serif;
        letter-spacing: 0px;
        text-shadow: 0px 3px 6px #00000029;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 5px; }
        @media (max-width: 991px) {
          #wrapper.custom-bike .section-hero .container .page-title {
            text-align: center;
            color: #FFFFFF;
            font-weight: 600;
            font-size: 30px;
            margin-bottom: 6px; } }
      #wrapper.custom-bike .section-hero .container .btn-wrap {
        margin-top: 26px; }
        @media (max-width: 991px) {
          #wrapper.custom-bike .section-hero .container .btn-wrap {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%); } }
        #wrapper.custom-bike .section-hero .container .btn-wrap .btn, #wrapper.custom-bike .section-hero .container .btn-wrap body.woocommerce .button, body.woocommerce #wrapper.custom-bike .section-hero .container .btn-wrap .button {
          width: auto;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
          text-transform: uppercase; }
          #wrapper.custom-bike .section-hero .container .btn-wrap .btn .icon, #wrapper.custom-bike .section-hero .container .btn-wrap body.woocommerce .button .icon, body.woocommerce #wrapper.custom-bike .section-hero .container .btn-wrap .button .icon {
            display: none; }
            #wrapper.custom-bike .section-hero .container .btn-wrap .btn .icon.down svg, #wrapper.custom-bike .section-hero .container .btn-wrap body.woocommerce .button .icon.down svg, body.woocommerce #wrapper.custom-bike .section-hero .container .btn-wrap .button .icon.down svg {
              transform: rotate(90deg); }
          @media (max-width: 991px) {
            #wrapper.custom-bike .section-hero .container .btn-wrap .btn, #wrapper.custom-bike .section-hero .container .btn-wrap body.woocommerce .button, body.woocommerce #wrapper.custom-bike .section-hero .container .btn-wrap .button {
              background-color: transparent;
              box-shadow: unset;
              -ms-flex-direction: column;
                  flex-direction: column;
              position: relative;
              -ms-flex-pack: center;
                  justify-content: center;
              font-weight: normal;
              font-size: 16px;
              line-height: 1.18;
              text-transform: none; }
              #wrapper.custom-bike .section-hero .container .btn-wrap .btn .icon, #wrapper.custom-bike .section-hero .container .btn-wrap body.woocommerce .button .icon, body.woocommerce #wrapper.custom-bike .section-hero .container .btn-wrap .button .icon {
                display: block;
                margin-top: 4px; } }
    #wrapper.custom-bike .section-hero .img-custom {
      transform: scale(1.5) rotate(-12deg) translate(70px, -51px);
      transition: transform .3s ease-out; }
      #wrapper.custom-bike .section-hero .img-custom:hover {
        transform: scale(1.5) rotate(-5deg) translate(70px, -51px); }
      @media (min-width: 768px) and (max-width: 991px) {
        #wrapper.custom-bike .section-hero .img-custom {
          transform-origin: left bottom; }
          #wrapper.custom-bike .section-hero .img-custom, #wrapper.custom-bike .section-hero .img-custom:hover {
            transform: scale(1.8) rotate(0) translate(-70px, 17px) !important;
            height: 200px; } }
      @media (max-width: 767px) {
        #wrapper.custom-bike .section-hero .img-custom {
          transform-origin: left bottom; }
          #wrapper.custom-bike .section-hero .img-custom, #wrapper.custom-bike .section-hero .img-custom:hover {
            transform: scale(1.2) rotate(0deg) translate(-70px, 17px); } }
    #wrapper.custom-bike .section-hero .inner {
      margin-bottom: -25px;
      max-width: 500px; }
      @media (max-width: 991px) {
        #wrapper.custom-bike .section-hero .inner {
          max-width: 260px;
          margin-left: auto;
          margin-right: auto; } }
  #wrapper.custom-bike .row-hero > [class*=col] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 991px) {
      #wrapper.custom-bike .row-hero > [class*=col] {
        position: unset; } }
  #wrapper.custom-bike .section-howto {
    padding: 140px 0 216px;
    background-color: #F1F2F2; }
    @media (max-width: 991px) {
      #wrapper.custom-bike .section-howto {
        padding: 50px 0 46px; } }
    @media (max-width: 991px) {
      #wrapper.custom-bike .section-howto .section-head ~ .section-body {
        margin-top: 25px; } }
    @media (max-width: 991px) {
      #wrapper.custom-bike .section-howto .section-title {
        text-align: left;
        font-size: 20px;
        font-weight: 600;
        color: #2A2525; } }
  @media (min-width: 768px) {
    #wrapper.custom-bike .row-howto {
      --row-gap: 35px;
      margin-left: calc(var(--row-gap) * -.5);
      margin-right: calc(var(--row-gap) * -.5); }
      #wrapper.custom-bike .row-howto > [class*=col] {
        padding-left: calc(var(--row-gap) * .5);
        padding-right: calc(var(--row-gap) * .5); } }
  @media (max-width: 991px) {
    #wrapper.custom-bike .row-howto > [class*=col]:not(:last-child) {
      margin-bottom: 25px; } }
  #wrapper.custom-bike .howto-item {
    font-family: "RNS Sanz", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #707070; }
    #wrapper.custom-bike .howto-item .howto-number {
      font-family: "Luxora Grotesk", sans-serif;
      font-size: 50px;
      line-height: 1.2;
      font-weight: 700;
      color: #F1F2F2;
      -webkit-text-stroke-width: 3px;
      -webkit-text-stroke-color: #E31837; }
      @media (max-width: 991px) {
        #wrapper.custom-bike .howto-item .howto-number ~ .howto-wrap {
          margin-left: 15px; } }
    #wrapper.custom-bike .howto-item .title {
      font-family: "RNS Sanz", sans-serif;
      font-weight: 600;
      font-size: 24px;
      line-height: 1.2;
      color: #060606;
      margin-top: 10px;
      margin-bottom: 5px; }
    #wrapper.custom-bike .howto-item .desc {
      max-width: 234px; }
      #wrapper.custom-bike .howto-item .desc p:first-of-type {
        margin-top: 0; }
      #wrapper.custom-bike .howto-item .desc p:last-of-type {
        margin-bottom: 0; }
    @media (max-width: 991px) {
      #wrapper.custom-bike .howto-item {
        display: -ms-flexbox;
        display: flex;
        font-size: 14px; }
        #wrapper.custom-bike .howto-item .howto-number {
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
          text-align: right;
          font-size: 40px;
          -webkit-text-stroke-width: 2px;
          width: 64px; }
        #wrapper.custom-bike .howto-item .title {
          font-size: 16px; }
        #wrapper.custom-bike .howto-item .howto-wrap {
          -ms-flex: 1 1 calc(100% - 64px);
              flex: 1 1 calc(100% - 64px); } }
  #wrapper.custom-bike .section-ownbike {
    padding: 182px 0 210px;
    background: transparent linear-gradient(180deg, #1E1E1E 0%, #4A4848 100%) 0% 0% no-repeat padding-box;
    color: #FFF; }
    @media (max-width: 991px) {
      #wrapper.custom-bike .section-ownbike {
        padding: 52px 0 65px; } }
    #wrapper.custom-bike .section-ownbike .section-title {
      color: #FFF; }
      #wrapper.custom-bike .section-ownbike .section-title strong {
        color: #1E1E1E;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #FFF; }
      @media (max-width: 991px) {
        #wrapper.custom-bike .section-ownbike .section-title {
          font-size: 20px;
          line-height: 1.2;
          font-weight: 700; }
          #wrapper.custom-bike .section-ownbike .section-title strong {
            -webkit-text-stroke-width: 1px; } }
    #wrapper.custom-bike .section-ownbike .section-head ~ .section-body {
      margin-top: 70px; }
      @media (max-width: 767px) {
        #wrapper.custom-bike .section-ownbike .section-head ~ .section-body {
          margin-top: 44px; } }
  @media (max-width: 991px) {
    #wrapper.custom-bike .row-ownbike > [class*=col] {
      margin-bottom: 25px; } }
  #wrapper.custom-bike .row-ownbike > [class*=col] .ownbike-item .img-wrap img {
    transform-origin: left bottom; }
  @media (max-width: 991px) {
    #wrapper.custom-bike .row-ownbike > [class*=col]:last-child {
      margin-bottom: 0; } }
  #wrapper.custom-bike .row-ownbike > [class*=col]:last-child .ownbike-item .img-wrap img {
    transform-origin: right bottom; }
  #wrapper.custom-bike .ownbike-item {
    position: relative; }
    #wrapper.custom-bike .ownbike-item .bg {
      color: #1E1E1E; }
      #wrapper.custom-bike .ownbike-item .bg svg {
        width: 100%;
        height: 100%; }
    #wrapper.custom-bike .ownbike-item:hover .bg {
      color: #C5001D; }
    #wrapper.custom-bike .ownbike-item:hover .wrapper .img-wrap img {
      transform: scale(1.08); }
    #wrapper.custom-bike .ownbike-item .wrapper {
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      text-align: center;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #FFF; }
      #wrapper.custom-bike .ownbike-item .wrapper .img-wrap {
        margin-top: -45px;
        margin-bottom: 26px; }
        @media (max-width: 991px) {
          #wrapper.custom-bike .ownbike-item .wrapper .img-wrap {
            margin-top: -30px;
            margin-bottom: 15px; } }
        #wrapper.custom-bike .ownbike-item .wrapper .img-wrap img {
          width: auto;
          height: 230px;
          object-fit: contain;
          transition: transform .3s ease-out; }
          @media (max-width: 991px) {
            #wrapper.custom-bike .ownbike-item .wrapper .img-wrap img {
              height: 150px;
              transform: scale(1.2) translateY(12px) !important;
              transform-origin: center bottom !important; } }
      #wrapper.custom-bike .ownbike-item .wrapper .title-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        #wrapper.custom-bike .ownbike-item .wrapper .title-wrap .title {
          font-family: "Luxora Grotesk", sans-serif;
          font-size: 28px;
          line-height: 1.2;
          font-weight: 500;
          color: #FFFFFF;
          text-transform: uppercase; }
          #wrapper.custom-bike .ownbike-item .wrapper .title-wrap .title ~ .build {
            margin-left: 24px; }
          @media (max-width: 991px) {
            #wrapper.custom-bike .ownbike-item .wrapper .title-wrap .title {
              font-size: 18px; }
              #wrapper.custom-bike .ownbike-item .wrapper .title-wrap .title ~ .build {
                margin-left: 20px; } }
        #wrapper.custom-bike .ownbike-item .wrapper .title-wrap .build {
          border: 1px solid #FFF;
          background-color: transparent;
          padding: 12px 20px;
          font-size: 18px;
          line-height: 1.2;
          font-weight: 500;
          letter-spacing: 0.2px;
          color: #FFFFFF;
          text-transform: uppercase; }
          @media (max-width: 991px) {
            #wrapper.custom-bike .ownbike-item .wrapper .title-wrap .build {
              font-size: 12px;
              letter-spacing: 0.12px;
              padding: 5px 10px; } }
  #wrapper.custom-bike .section-projectone {
    background-color: #000; }
    #wrapper.custom-bike .section-projectone .inner-section {
      text-align: center;
      letter-spacing: 0px;
      color: #FFFFFF;
      font-size: 30px;
      line-height: 1.2;
      font-family: "RNS Sanz", sans-serif;
      font-weight: 400; }
      @media (max-width: 991px) {
        #wrapper.custom-bike .section-projectone .inner-section {
          text-align: left;
          font-size: 14px; } }
      #wrapper.custom-bike .section-projectone .inner-section.top {
        background-image: var(--section-bg);
        background-repeat: repeat-x;
        background-size: contain; }
      #wrapper.custom-bike .section-projectone .inner-section.bottom {
        background: transparent linear-gradient(180deg, #1E1E1E 0%, #4A4848 100%) 0% 0% no-repeat padding-box;
        padding: 95px 0 80px; }
        #wrapper.custom-bike .section-projectone .inner-section.bottom p:first-of-type {
          margin-top: 0; }
        #wrapper.custom-bike .section-projectone .inner-section.bottom p:last-of-type {
          margin-bottom: 0; }
        @media (max-width: 991px) {
          #wrapper.custom-bike .section-projectone .inner-section.bottom {
            padding: 30px 0; } }
    #wrapper.custom-bike .section-projectone .swiper-outer {
      position: relative; }
  #wrapper.custom-bike .swiper-outer {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    --swiper-navigation-sides-offset: -70px; }
    @media (max-width: 991px) {
      #wrapper.custom-bike .swiper-outer {
        --swiper-navigation-sides-offset: -50px; } }
    @media (max-width: 767px) {
      #wrapper.custom-bike .swiper-outer {
        --swiper-navigation-sides-offset: 10px; } }
  #wrapper.custom-bike .swiper .swiper-button-prev,
  #wrapper.custom-bike .swiper .swiper-button-next,
  #wrapper.custom-bike .swiper ~ .swiper-button-prev,
  #wrapper.custom-bike .swiper ~ .swiper-button-next {
    width: 70px;
    height: 70px;
    outline: 0;
    z-index: 5; }
    @media (max-width: 991px) {
      #wrapper.custom-bike .swiper .swiper-button-prev,
      #wrapper.custom-bike .swiper .swiper-button-next,
      #wrapper.custom-bike .swiper ~ .swiper-button-prev,
      #wrapper.custom-bike .swiper ~ .swiper-button-next {
        width: 30px;
        height: 30px; } }
    #wrapper.custom-bike .swiper .swiper-button-prev:after,
    #wrapper.custom-bike .swiper .swiper-button-next:after,
    #wrapper.custom-bike .swiper ~ .swiper-button-prev:after,
    #wrapper.custom-bike .swiper ~ .swiper-button-next:after {
      content: '';
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-size: contain;
      filter: invert(1);
      opacity: 0.75; }
    #wrapper.custom-bike .swiper .swiper-button-prev:hover:after,
    #wrapper.custom-bike .swiper .swiper-button-next:hover:after,
    #wrapper.custom-bike .swiper ~ .swiper-button-prev:hover:after,
    #wrapper.custom-bike .swiper ~ .swiper-button-next:hover:after {
      opacity: 1; }
  #wrapper.custom-bike .swiper .swiper-button-next::after,
  #wrapper.custom-bike .swiper ~ .swiper-button-next::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M184.49,136.49l-80,80a12,12,0,0,1-17-17L159,128,87.51,56.49a12,12,0,1,1,17-17l80,80A12,12,0,0,1,184.49,136.49Z'%3E%3C/path%3E%3C/svg%3E"); }
  #wrapper.custom-bike .swiper .swiper-button-prev::after,
  #wrapper.custom-bike .swiper ~ .swiper-button-prev::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M168.49,199.51a12,12,0,0,1-17,17l-80-80a12,12,0,0,1,0-17l80-80a12,12,0,0,1,17,17L97,128Z'%3E%3C/path%3E%3C/svg%3E"); }
  #wrapper.custom-bike .swiper-projectone {
    width: 100%; }
    #wrapper.custom-bike .swiper-projectone .swiper-wrapper {
      box-sizing: border-box; }
    @media (max-width: 991px) {
      #wrapper.custom-bike .swiper-projectone::before, #wrapper.custom-bike .swiper-projectone::after {
        content: '';
        width: 50px;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 3; }
      #wrapper.custom-bike .swiper-projectone::before {
        left: 0;
        background: linear-gradient(90deg, black 10%, rgba(255, 255, 255, 0) 100%); }
      #wrapper.custom-bike .swiper-projectone::after {
        right: 0;
        background: linear-gradient(-90deg, black 10%, rgba(255, 255, 255, 0) 100%); } }
    #wrapper.custom-bike .swiper-projectone .swiper-slide {
      position: relative;
      z-index: 1; }
      #wrapper.custom-bike .swiper-projectone .swiper-slide .swiper-button-next,
      #wrapper.custom-bike .swiper-projectone .swiper-slide .swiper-button-prev {
        opacity: 0;
        transition: all .3s ease-in-out;
        z-index: 9; }
    #wrapper.custom-bike .swiper-projectone .swiper-slide-active {
      z-index: 4; }
      #wrapper.custom-bike .swiper-projectone .swiper-slide-active .projectone-item {
        width: 100%;
        opacity: 1; }
      #wrapper.custom-bike .swiper-projectone .swiper-slide-active .swiper-button-next,
      #wrapper.custom-bike .swiper-projectone .swiper-slide-active .swiper-button-prev {
        opacity: 1; }
    #wrapper.custom-bike .swiper-projectone .projectone-item {
      position: relative;
      overflow: hidden;
      height: 461.89px;
      position: relative;
      overflow: hidden;
      opacity: .3;
      display: block;
      transition: all .3s ease-in-out;
      max-width: 100vw; }
      #wrapper.custom-bike .swiper-projectone .projectone-item:before {
        display: block;
        content: "";
        width: 100%; }
      #wrapper.custom-bike .swiper-projectone .projectone-item > .inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden; }
        #wrapper.custom-bike .swiper-projectone .projectone-item > .inner > img,
        #wrapper.custom-bike .swiper-projectone .projectone-item > .inner > video,
        #wrapper.custom-bike .swiper-projectone .projectone-item > .inner > svg,
        #wrapper.custom-bike .swiper-projectone .projectone-item > .inner > canvas {
          width: 100%;
          height: 100%; }
      #wrapper.custom-bike .swiper-projectone .projectone-item:before {
        padding-top: 40.5172413793%; }
      #wrapper.custom-bike .swiper-projectone .projectone-item > .inner > img,
      #wrapper.custom-bike .swiper-projectone .projectone-item > .inner > video,
      #wrapper.custom-bike .swiper-projectone .projectone-item > .inner > canvas {
        object-fit: cover; }
      @media (max-width: 991px) {
        #wrapper.custom-bike .swiper-projectone .projectone-item {
          height: 384px; } }
      @media (max-width: 767px) {
        #wrapper.custom-bike .swiper-projectone .projectone-item {
          height: 200px; } }
      #wrapper.custom-bike .swiper-projectone .projectone-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    @media (max-width: 991px) {
      #wrapper.custom-bike .swiper-projectone {
        height: auto; } }
  #wrapper.custom-bike section.product-faq {
    background-color: #FFF;
    padding: 70px 0 170px; }
    #wrapper.custom-bike section.product-faq .product-faq__title {
      font-size: 50px;
      line-height: 1.2;
      font-family: 'Rams';
      font-weight: 900;
      color: #1D1C1C;
      margin-bottom: 40px; }
    #wrapper.custom-bike section.product-faq .product-faq__list {
      padding-left: 37px; }
      #wrapper.custom-bike section.product-faq .product-faq__list .toggle, #wrapper.custom-bike section.product-faq .product-faq__list .detail {
        padding-left: 35px; }
    @media (max-width: 991px) {
      #wrapper.custom-bike section.product-faq {
        padding: 20px 0 50px; }
        #wrapper.custom-bike section.product-faq .product-faq__title {
          font-size: 20px;
          margin-bottom: 16px; }
        #wrapper.custom-bike section.product-faq .product-faq__list {
          padding-left: 0; }
          #wrapper.custom-bike section.product-faq .product-faq__list .toggle, #wrapper.custom-bike section.product-faq .product-faq__list .detail {
            padding-left: 28px; }
          #wrapper.custom-bike section.product-faq .product-faq__list .toggle::before {
            width: 11px; }
          #wrapper.custom-bike section.product-faq .product-faq__list .toggle::after {
            height: 11px;
            left: 4px; }
          #wrapper.custom-bike section.product-faq .product-faq__list .toggle.open::after {
            height: 0; } }
  #wrapper.custom-bike .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    #wrapper.custom-bike .modal .modal-content {
      background-color: #FFF;
      border: 1px solid #707070;
      border-radius: 10px;
      margin: 0 auto 0;
      padding: 30px;
      width: 638px;
      max-width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      @media (max-width: 1199.98px) {
        #wrapper.custom-bike .modal .modal-content {
          padding: 15px;
          width: calc(100% - 30px); } }
      #wrapper.custom-bike .modal .modal-content-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        padding-bottom: 15px;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        border-bottom: 1px solid #707070;
        margin-bottom: 15px; }
        #wrapper.custom-bike .modal .modal-content-header .title {
          font-size: 30px;
          font-weight: bold;
          font-family: "Luxora Grotesk", sans-serif;
          color: #1D1C1C;
          line-height: 1.2; }
          @media (max-width: 1199.98px) {
            #wrapper.custom-bike .modal .modal-content-header .title {
              font-size: 18px; } }
      #wrapper.custom-bike .modal .modal-content-content {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        font-size: 20px;
        letter-spacing: 0.2px;
        line-height: 1.2;
        max-height: 650px;
        overflow-y: auto;
        margin: 0 -30px -30px;
        padding: 0 30px 30px; }
        @media (max-width: 1199.98px) {
          #wrapper.custom-bike .modal .modal-content-content {
            margin: 0 -15px -15px;
            padding: 0 15px 15px;
            max-height: 60vh; } }
      #wrapper.custom-bike .modal .modal-content .close {
        color: #0A0203;
        float: right;
        line-height: 0;
        font-size: 45px;
        font-weight: bold;
        margin-top: -10px; }
        #wrapper.custom-bike .modal .modal-content .close:hover, #wrapper.custom-bike .modal .modal-content .close:focus {
          color: #0A0203;
          text-decoration: none;
          cursor: pointer; }
    #wrapper.custom-bike .modal.modal-choose-drivetrain .modal-content {
      width: 1038px; }
      @media (max-width: 1199.98px) {
        #wrapper.custom-bike .modal.modal-choose-drivetrain .modal-content {
          width: 65%; } }
      @media (max-width: 767.98px) {
        #wrapper.custom-bike .modal.modal-choose-drivetrain .modal-content {
          width: calc(100% - 30px); } }
    #wrapper.custom-bike .modal.modal-choose-drivetrain .modal-content-content {
      margin: 0;
      padding: 15px 75px; }
      @media (max-width: 991.98px) {
        #wrapper.custom-bike .modal.modal-choose-drivetrain .modal-content-content {
          max-height: 85vh;
          padding: 0; } }
      @media (max-width: 767.98px) {
        #wrapper.custom-bike .modal.modal-choose-drivetrain .modal-content-content {
          max-height: 75vh;
          overflow-y: unset;
          padding: 0 15px; } }
    #wrapper.custom-bike .modal.modal-choose-drivetrain .row-main-drivetrain {
      margin: -15px;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (min-width: 992px) {
        #wrapper.custom-bike .modal.modal-choose-drivetrain .row-main-drivetrain {
          margin: -15px -25px; } }
      @media (max-width: 991.98px) {
        #wrapper.custom-bike .modal.modal-choose-drivetrain .row-main-drivetrain {
          margin: 0; } }
      @media (max-width: 767.98px) {
        #wrapper.custom-bike .modal.modal-choose-drivetrain .row-main-drivetrain {
          display: none; } }
      #wrapper.custom-bike .modal.modal-choose-drivetrain .row-main-drivetrain > [class*=col] {
        padding: 15px; }
        @media (min-width: 992px) {
          #wrapper.custom-bike .modal.modal-choose-drivetrain .row-main-drivetrain > [class*=col] {
            padding: 15px 25px; } }
        @media (max-width: 991.98px) {
          #wrapper.custom-bike .modal.modal-choose-drivetrain .row-main-drivetrain > [class*=col] {
            padding: 10px 0; } }
    #wrapper.custom-bike .modal.modal-choose-drivetrain .drivetrain-item {
      font-size: 14px;
      line-height: 1.214; }
      #wrapper.custom-bike .modal.modal-choose-drivetrain .drivetrain-item .thumbnail {
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
        height: 165px;
        border: 1px solid rgba(112, 112, 112, 0.5);
        border-radius: 5px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        overflow: hidden;
        padding: 10px; }
        #wrapper.custom-bike .modal.modal-choose-drivetrain .drivetrain-item .thumbnail img {
          max-width: 100%;
          width: 100%;
          height: 100%;
          object-fit: contain; }
      #wrapper.custom-bike .modal.modal-choose-drivetrain .drivetrain-item .title {
        font-size: 16px;
        margin-bottom: 4px; }
      #wrapper.custom-bike .modal.modal-choose-drivetrain .drivetrain-item .price {
        font-weight: bold;
        margin-bottom: 8px; }
      #wrapper.custom-bike .modal.modal-choose-drivetrain .drivetrain-item p:last-of-type {
        margin-bottom: 0; }
      #wrapper.custom-bike .modal.modal-choose-drivetrain .drivetrain-item .btn-wrap {
        margin-top: auto;
        padding-top: 25px; }
      #wrapper.custom-bike .modal.modal-choose-drivetrain .drivetrain-item .btn, #wrapper.custom-bike .modal.modal-choose-drivetrain .drivetrain-item body.woocommerce .button, body.woocommerce #wrapper.custom-bike .modal.modal-choose-drivetrain .drivetrain-item .button {
        box-shadow: 0px 3px 6px #00000042;
        font-size: 16px;
        padding: 14px; }
        @media (max-width: 991.98px) {
          #wrapper.custom-bike .modal.modal-choose-drivetrain .drivetrain-item .btn, #wrapper.custom-bike .modal.modal-choose-drivetrain .drivetrain-item body.woocommerce .button, body.woocommerce #wrapper.custom-bike .modal.modal-choose-drivetrain .drivetrain-item .button {
            padding: 8px; } }
      @media (max-width: 991.98px) {
        #wrapper.custom-bike .modal.modal-choose-drivetrain .drivetrain-item > .item-content {
          text-align: center; } }
    #wrapper.custom-bike .modal.modal-choose-drivetrain .swiper-drivetrain-mobile {
      width: 100%;
      padding-bottom: 45px; }
      #wrapper.custom-bike .modal.modal-choose-drivetrain .swiper-drivetrain-mobile .swiper-pagination-bullet {
        width: 15px;
        height: 8px;
        border-radius: 0;
        background-color: #E0E0E0;
        opacity: 1; }
        #wrapper.custom-bike .modal.modal-choose-drivetrain .swiper-drivetrain-mobile .swiper-pagination-bullet-active {
          background-color: #E31837;
          width: 30px; }
      #wrapper.custom-bike .modal.modal-choose-drivetrain .swiper-drivetrain-mobile ~ .swiper-button-prev,
      #wrapper.custom-bike .modal.modal-choose-drivetrain .swiper-drivetrain-mobile ~ .swiper-button-next {
        width: 37px;
        height: 37px;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid rgba(112, 112, 112, 0.5);
        border-radius: 999px;
        top: calc(50% - 140px);
        margin-top: 0;
        background: #FFF; }
        @media (max-width: 991.98px) {
          #wrapper.custom-bike .modal.modal-choose-drivetrain .swiper-drivetrain-mobile ~ .swiper-button-prev,
          #wrapper.custom-bike .modal.modal-choose-drivetrain .swiper-drivetrain-mobile ~ .swiper-button-next {
            top: calc(50% - 125px); } }
        #wrapper.custom-bike .modal.modal-choose-drivetrain .swiper-drivetrain-mobile ~ .swiper-button-prev:after,
        #wrapper.custom-bike .modal.modal-choose-drivetrain .swiper-drivetrain-mobile ~ .swiper-button-next:after {
          filter: unset; }

.single-custom-bike {
  font-family: "RNS Sanz", sans-serif;
  padding: 60px 0; }
  @media (max-width: 1199.98px) {
    .single-custom-bike {
      padding: 220px 0 0; } }
  @media (min-width: 992px) {
    .single-custom-bike .row-main-custom-bike {
      margin-left: -20px;
      margin-right: -20px; } }
  @media (min-width: 992px) {
    .single-custom-bike .row-main-custom-bike > [class*=col] {
      min-height: 1000px;
      padding-left: 20px;
      padding-right: 20px; } }
  .single-custom-bike .row-main-custom-bike .col-left {
    position: relative; }
    @media (max-width: 1199.98px) {
      .single-custom-bike .row-main-custom-bike .col-left {
        padding: 0;
        position: unset; } }
  @media (max-width: 1199.98px) {
    .single-custom-bike .row-main-custom-bike .col-right {
      padding-top: 15px;
      padding-bottom: 60px; } }
  .single-custom-bike .featured-custom {
    position: sticky;
    top: 115px;
    width: 100%; }
    @media (max-width: 1199.98px) {
      .single-custom-bike .featured-custom {
        height: 220px;
        z-index: 99;
        overflow: hidden;
        top: 56px;
        left: 0;
        position: fixed;
        box-shadow: 0px 3px 6px #00000029; } }
    .single-custom-bike .featured-custom .feat-bg {
      width: 100%;
      height: auto; }
      @media (max-width: 1199.98px) {
        .single-custom-bike .featured-custom .feat-bg {
          height: 100%;
          object-fit: cover;
          object-position: 0 top;
          transform-origin: 85% top;
          transform: scale(1.2); } }
    .single-custom-bike .featured-custom .feat-wrap {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: inset 0px 8px 30px #0000001F;
      background-color: #F6F6F6; }
      @media (min-width: 992px) {
        .single-custom-bike .featured-custom .feat-wrap .img-wrap {
          aspect-ratio: 103 / 95; } }
      @media (max-width: 1199.98px) {
        .single-custom-bike .featured-custom .feat-wrap .img-wrap {
          height: 100%; } }
      .single-custom-bike .featured-custom .feat-wrap .img-wrap .feat-img {
        max-width: 100%;
        height: 100%;
        width: 100%;
        object-fit: contain;
        transform: scale(1); }
        @media (max-width: 1199.98px) {
          .single-custom-bike .featured-custom .feat-wrap .img-wrap .feat-img {
            transform: scale(1); } }
    .single-custom-bike .featured-custom .feat-info {
      padding: 0;
      position: absolute;
      bottom: 40px;
      right: 40px;
      width: auto;
      padding: 0 0 0; }
      @media (max-width: 1199.98px) {
        .single-custom-bike .featured-custom .feat-info {
          display: none; } }
      .single-custom-bike .featured-custom .feat-info .logo-type {
        height: 20px;
        width: auto;
        object-fit: contain;
        margin-top: -32px; }
    .single-custom-bike .featured-custom .row-feat-info {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .single-custom-bike .featured-custom .btn-feat-cta {
      color: #0A0203;
      font-family: "RNS Sanz", sans-serif;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 600;
      padding: 12px 14px;
      position: relative;
      border: 1px solid #0A0203;
      border-radius: 3px;
      background-color: transparent;
      backdrop-filter: blur(10px); }
  .single-custom-bike .content-wrap .note-top {
    background-color: #F1F2F2;
    border-radius: 10px;
    padding: 15px;
    font-weight: 500;
    color: #2A2525;
    line-height: 1.2;
    margin-bottom: 15px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center; }
    .single-custom-bike .content-wrap .note-top .icon svg {
      width: 15px;
      height: 15px; }
    .single-custom-bike .content-wrap .note-top .icon ~ span {
      margin-left: 6px; }
    @media (max-width: 1199.98px) {
      .single-custom-bike .content-wrap .note-top.desktop {
        display: none; } }
    @media (min-width: 992px) {
      .single-custom-bike .content-wrap .note-top.desktop {
        display: block; } }
    .single-custom-bike .content-wrap .note-top.mobile {
      margin-top: 10px;
      background-color: transparent;
      padding: 0;
      border: 0;
      font-size: 14px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; }
      @media (max-width: 1199.98px) {
        .single-custom-bike .content-wrap .note-top.mobile {
          display: block; } }
      @media (min-width: 992px) {
        .single-custom-bike .content-wrap .note-top.mobile {
          display: none; } }
      .single-custom-bike .content-wrap .note-top.mobile .icon {
        line-height: 1; }
        .single-custom-bike .content-wrap .note-top.mobile .icon ~ span {
          margin-left: 2px; }
  .single-custom-bike .content-wrap .single-header {
    position: sticky;
    top: 60px;
    z-index: 99;
    border-bottom: 1px solid transparent;
    transition: all .2s ease-out;
    background-color: #FFF; }
    @media (max-width: 1199.98px) {
      .single-custom-bike .content-wrap .single-header {
        top: calc(220px + 55px); } }
    body.admin-bar .single-custom-bike .content-wrap .single-header {
      top: calc( 32px + 60px); }
      body.admin-bar .single-custom-bike .content-wrap .single-header.fixed {
        padding-top: 20px; }
    .single-custom-bike .content-wrap .single-header .btn-spec-sm {
      display: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      width: auto; }
      .single-custom-bike .content-wrap .single-header .btn-spec-sm span ~ .icon {
        margin-left: 4px; }
    .single-custom-bike .content-wrap .single-header.fixed {
      padding: 50px 10px 20px;
      border-bottom-color: #9a9a9a;
      margin: 0 -10px; }
      @media (min-width: 992px) {
        .single-custom-bike .content-wrap .single-header.fixed .product-title {
          margin-bottom: 6px; } }
      @media (max-width: 1199.98px) {
        .single-custom-bike .content-wrap .single-header.fixed {
          padding-top: 15px;
          padding-bottom: 15px;
          padding-left: 15px;
          padding-right: 15px;
          margin-left: -15px;
          margin-right: -15px;
          border-bottom-color: transparent;
          box-shadow: 0px 3px 6px #00000029; }
          .single-custom-bike .content-wrap .single-header.fixed .btn-spec-sm {
            display: -ms-inline-flexbox;
            display: inline-flex; } }
      .single-custom-bike .content-wrap .single-header.fixed .sticky-hide {
        max-height: 0;
        overflow: hidden; }
        @media (max-width: 1199.98px) {
          .single-custom-bike .content-wrap .single-header.fixed .sticky-hide {
            display: none; } }
    .single-custom-bike .content-wrap .single-header .sticky-hide {
      display: block;
      transition: all .2s ease; }
      @media (max-width: 1199.98px) {
        .single-custom-bike .content-wrap .single-header .sticky-hide {
          display: inline-block;
          margin-right: 5px; } }
  .single-custom-bike .content-wrap .btn-spec-sm {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 12px 16px;
    border-radius: 5px; }
    @media (min-width: 992px) {
      .single-custom-bike .content-wrap .btn-spec-sm {
        display: none; } }
  .single-custom-bike .content-wrap .product-title {
    font-size: 34px;
    line-height: 1.2;
    font-family: "Luxora Grotesk", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0A0203; }
    @media (max-width: 1199.98px) {
      .single-custom-bike .content-wrap .product-title {
        font-size: 20px;
        margin-bottom: 2px; } }
  .single-custom-bike .content-wrap .price-start {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #1D1C1C; }
    @media (max-width: 1199.98px) {
      .single-custom-bike .content-wrap .price-start {
        font-size: 16px; } }
  .single-custom-bike .content-wrap .group-options {
    margin-top: 43px; }
    @media (max-width: 1199.98px) {
      .single-custom-bike .content-wrap .group-options {
        margin-top: 30px; }
        .single-custom-bike .content-wrap .group-options:first-child {
          margin-top: 20px; } }
    .single-custom-bike .content-wrap .group-options .option-head {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 10px;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (max-width: 1199.98px) {
        .single-custom-bike .content-wrap .group-options .option-head {
          margin-bottom: 8px; } }
      .single-custom-bike .content-wrap .group-options .option-head .title-option {
        margin-bottom: 0 !important; }
      .single-custom-bike .content-wrap .group-options .option-head a {
        color: #2A2525;
        text-decoration: underline; }
        .single-custom-bike .content-wrap .group-options .option-head a:hover {
          color: #E31837; }
      .single-custom-bike .content-wrap .group-options .option-head .find-my-size a {
        text-decoration: none !important; }
        .single-custom-bike .content-wrap .group-options .option-head .find-my-size a .icon img {
          height: 20px; }
        .single-custom-bike .content-wrap .group-options .option-head .find-my-size a .icon ~ span {
          margin-left: 2px; }
        .single-custom-bike .content-wrap .group-options .option-head .find-my-size a span {
          text-decoration: underline; }
    .single-custom-bike .content-wrap .group-options .title-options {
      color: #2A2525;
      font-size: 20px;
      line-height: 1.2;
      font-family: "Luxora Grotesk", sans-serif;
      font-weight: 700;
      margin-bottom: 17px; }
      @media (max-width: 1199.98px) {
        .single-custom-bike .content-wrap .group-options .title-options {
          margin-bottom: 4px;
          font-size: 18px; } }
    .single-custom-bike .content-wrap .group-options .option-wrap {
      color: #535353;
      font-size: 16px;
      line-height: 1.6;
      font-weight: 500; }
      .single-custom-bike .content-wrap .group-options .option-wrap:not(:last-child) {
        margin-bottom: 30px; }
        @media (max-width: 1199.98px) {
          .single-custom-bike .content-wrap .group-options .option-wrap:not(:last-child) {
            margin-bottom: 10px; } }
      .single-custom-bike .content-wrap .group-options .option-wrap p a {
        text-decoration: underline;
        color: #0A0203;
        font-weight: 600; }
      .single-custom-bike .content-wrap .group-options .option-wrap p:first-of-type {
        margin-top: 0; }
      .single-custom-bike .content-wrap .group-options .option-wrap p:last-of-type {
        margin-bottom: 0; }
      @media (max-width: 1199.98px) {
        .single-custom-bike .content-wrap .group-options .option-wrap .option-item {
          font-size: 14px; } }
      .single-custom-bike .content-wrap .group-options .option-wrap .option-item:not(:last-child) {
        margin-bottom: 20px; }
      .single-custom-bike .content-wrap .group-options .option-wrap .option-item .title-option {
        color: #000000;
        font-size: 18px;
        font-family: "RNS Sanz", sans-serif;
        font-weight: 700;
        margin-bottom: 10px; }
        @media (max-width: 1199.98px) {
          .single-custom-bike .content-wrap .group-options .option-wrap .option-item .title-option {
            font-size: 16px;
            margin-bottom: 8px; } }
        .single-custom-bike .content-wrap .group-options .option-wrap .option-item .title-option.tooltip-toggle {
          display: inline-block;
          position: relative;
          cursor: pointer; }
          .single-custom-bike .content-wrap .group-options .option-wrap .option-item .title-option.tooltip-toggle::after {
            content: '?';
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center;
            background-color: #000;
            color: #FFF;
            font-size: 13px;
            line-height: 1;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            vertical-align: text-bottom;
            margin-left: 10px; }
    .single-custom-bike .content-wrap .group-options .label-item {
      color: #0A0203;
      font-size: 14px;
      line-height: 1.2;
      cursor: pointer; }
      @media (max-width: 1199.98px) {
        .single-custom-bike .content-wrap .group-options .label-item {
          font-size: 12px; } }
      .single-custom-bike .content-wrap .group-options .label-item:hover .wrapper {
        border-color: #E31837; }
      .single-custom-bike .content-wrap .group-options .label-item > input[type=radio] {
        display: none; }
        .single-custom-bike .content-wrap .group-options .label-item > input[type=radio]:checked ~ .wrapper {
          border-color: #E31837;
          box-shadow: 0px 6px 10px #0000001F;
          background-color: #F1F2F2; }
          @media (max-width: 1199.98px) {
            .single-custom-bike .content-wrap .group-options .label-item > input[type=radio]:checked ~ .wrapper {
              box-shadow: unset;
              background-color: transparent; } }
      .single-custom-bike .content-wrap .group-options .label-item .wrapper {
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #6d6566;
        border-radius: 5px;
        background-color: #FFF;
        -ms-flex-align: center;
            align-items: center;
        padding: 12px 14px;
        transition: all .2s ease-out; }
        .single-custom-bike .content-wrap .group-options .label-item .wrapper .brand img {
          width: 60px;
          height: 56px;
          object-fit: cover; }
          @media (max-width: 1199.98px) {
            .single-custom-bike .content-wrap .group-options .label-item .wrapper .brand img {
              width: 50px;
              height: 45px; } }
        .single-custom-bike .content-wrap .group-options .label-item .wrapper .brand ~ .content {
          margin-left: 7px; }
        @media (max-width: 1199.98px) {
          .single-custom-bike .content-wrap .group-options .label-item .wrapper {
            padding: 6px 12px; }
            .single-custom-bike .content-wrap .group-options .label-item .wrapper .brand ~ .content {
              margin-left: 10px; } }
        .single-custom-bike .content-wrap .group-options .label-item .wrapper .title {
          color: #000;
          font-weight: 700;
          font-size: 16px;
          line-height: 1.2; }
          @media (max-width: 1199.98px) {
            .single-custom-bike .content-wrap .group-options .label-item .wrapper .title {
              font-size: 12px; } }
        .single-custom-bike .content-wrap .group-options .label-item .wrapper .price {
          font-size: 12px; }
          @media (max-width: 1199.98px) {
            .single-custom-bike .content-wrap .group-options .label-item .wrapper .price {
              font-size: 10px; } }
    .single-custom-bike .content-wrap .group-options .drivetrain-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -4px -4px 10px; }
      .single-custom-bike .content-wrap .group-options .drivetrain-wrap > .item {
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
        padding: 4px; }
        @media (max-width: 1199.98px) {
          .single-custom-bike .content-wrap .group-options .drivetrain-wrap > .item {
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }
      @media (max-width: 1199.98px) {
        .single-custom-bike .content-wrap .group-options .drivetrain-wrap {
          margin-bottom: 8px; } }
    .single-custom-bike .content-wrap .group-options .framesize-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 14px; }
      @media (max-width: 1199.98px) {
        .single-custom-bike .content-wrap .group-options .framesize-wrap {
          margin-bottom: 10px; } }
      .single-custom-bike .content-wrap .group-options .framesize-wrap > .item {
        -ms-flex: 1 1 calc(100% / 5);
            flex: 1 1 calc(100% / 5); }
        .single-custom-bike .content-wrap .group-options .framesize-wrap > .item:not(:last-child) {
          margin-right: 5px; }
      .single-custom-bike .content-wrap .group-options .framesize-wrap .label-item:hover .framesize-opt {
        border-color: #E31837; }
      .single-custom-bike .content-wrap .group-options .framesize-wrap .label-item > input[type=radio] {
        display: none; }
        .single-custom-bike .content-wrap .group-options .framesize-wrap .label-item > input[type=radio]:checked ~ .framesize-opt {
          border-color: #E31837;
          box-shadow: 0px 6px 10px #0000001F;
          background-color: #F1F2F2; }
          @media (max-width: 1199.98px) {
            .single-custom-bike .content-wrap .group-options .framesize-wrap .label-item > input[type=radio]:checked ~ .framesize-opt {
              box-shadow: unset;
              background-color: transparent; } }
      .single-custom-bike .content-wrap .group-options .framesize-wrap .framesize-opt {
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #6d6566;
        border-radius: 5px;
        background-color: #FFF;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        text-align: center;
        font-weight: 600;
        height: 40px;
        padding: 10px;
        transition: all .2s ease-out; }
    .single-custom-bike .content-wrap .group-options .color-options {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 1199.98px) {
        .single-custom-bike .content-wrap .group-options .color-options {
          margin-left: -15px;
          margin-right: -15px; } }
      .single-custom-bike .content-wrap .group-options .color-options .item {
        -ms-flex: 0 1 calc(100% / 6);
            flex: 0 1 calc(100% / 6); }
        .single-custom-bike .content-wrap .group-options .color-options .item:not(:last-child) {
          margin-right: 12px; }
        @media (max-width: 1199.98px) {
          .single-custom-bike .content-wrap .group-options .color-options .item {
            -ms-flex: 0 1 calc(100% / 5);
                flex: 0 1 calc(100% / 5); }
            .single-custom-bike .content-wrap .group-options .color-options .item:not(:last-child) {
              margin-right: 4px; } }
        .single-custom-bike .content-wrap .group-options .color-options .item .label-item:hover .wrapper .color {
          border-color: #e31837; }
        .single-custom-bike .content-wrap .group-options .color-options .item input[type=radio]:checked ~ .wrapper .color {
          border-color: #e31837; }
          .single-custom-bike .content-wrap .group-options .color-options .item input[type=radio]:checked ~ .wrapper .color::before {
            content: '';
            width: 100%;
            height: 100%;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23ffffff' viewBox='0 0 256 256'%3E%3Cpath d='M232.49,80.49l-128,128a12,12,0,0,1-17,0l-56-56a12,12,0,1,1,17-17L96,183,215.51,63.51a12,12,0,0,1,17,17Z'%3E%3C/path%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: 22px;
            background-position: center;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 5; }
          .single-custom-bike .content-wrap .group-options .color-options .item input[type=radio]:checked ~ .wrapper .color img {
            box-shadow: 0 6px 10px #0000001F; }
      .single-custom-bike .content-wrap .group-options .color-options .wrapper {
        border: 0;
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        text-align: center;
        color: #0A0203;
        background-color: transparent !important;
        box-shadow: unset !important; }
        .single-custom-bike .content-wrap .group-options .color-options .wrapper .color {
          width: 55px;
          height: 55px;
          border: 1px solid #9A9A9A;
          border-radius: 50%;
          padding: 5px;
          margin-bottom: 8px;
          position: relative; }
          @media (max-width: 1199.98px) {
            .single-custom-bike .content-wrap .group-options .color-options .wrapper .color {
              width: 45px;
              height: 45px;
              margin-bottom: 10px; } }
          .single-custom-bike .content-wrap .group-options .color-options .wrapper .color img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover; }
        .single-custom-bike .content-wrap .group-options .color-options .wrapper .title {
          font-size: 15px; }
          .single-custom-bike .content-wrap .group-options .color-options .wrapper .title ~ .price {
            margin-top: 4px; }
        .single-custom-bike .content-wrap .group-options .color-options .wrapper .price {
          font-size: 12px;
          line-height: 1.2;
          font-weight: 500; }
      .single-custom-bike .content-wrap .group-options .color-options.base {
        -ms-flex-direction: column;
            flex-direction: column; }
        .single-custom-bike .content-wrap .group-options .color-options.base .base-color {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
  .single-custom-bike .tooltip-wrap {
    width: 232px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 10px 5px;
    position: absolute;
    display: none; }
    .single-custom-bike .tooltip-wrap .tooltip-thumb img {
      width: 100%;
      height: 243px;
      object-fit: cover; }
    .single-custom-bike .tooltip-wrap .tooltip-thumb ~ .content {
      margin-top: 10px; }
    .single-custom-bike .tooltip-wrap .content {
      font-size: 14px;
      line-height: 1.2;
      color: #000000; }
      .single-custom-bike .tooltip-wrap .content .title {
        font-size: 15px;
        line-height: 1.2;
        font-weight: 700;
        color: #000000;
        margin-bottom: 5px; }
  .single-custom-bike .form-control {
    padding: 10px 15px;
    color: #0A0203;
    font-size: 16px;
    line-height: 1.2;
    border: 0.5px solid #0A0203;
    border-radius: 5px; }
    @media (max-width: 1199.98px) {
      .single-custom-bike .form-control {
        font-size: 14px; } }
  .single-custom-bike .handlebar-switcher {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2px 10px; }
    .single-custom-bike .handlebar-switcher .switcher-item {
      -ms-flex: 1 1 calc(100% / 2);
          flex: 1 1 calc(100% / 2);
      padding: 0 2px; }
      .single-custom-bike .handlebar-switcher .switcher-item .wrapper {
        border: 1px solid #9B9898;
        border-radius: 5px;
        background-color: #FFF;
        padding: 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        height: 50px;
        cursor: pointer; }
        @media (max-width: 1199.98px) {
          .single-custom-bike .handlebar-switcher .switcher-item .wrapper {
            font-size: 14px; } }
      .single-custom-bike .handlebar-switcher .switcher-item input[type=radio] {
        display: none; }
        .single-custom-bike .handlebar-switcher .switcher-item input[type=radio]:checked ~ .wrapper {
          border: 1px solid #e31837 !important; }
  .single-custom-bike .handlebar-wrapper {
    background-color: #F1F2F2;
    padding: 10px;
    display: none; }
    .single-custom-bike .handlebar-wrapper .group-wrap:not(:last-child) {
      margin-bottom: 5px; }
      @media (max-width: 1199.98px) {
        .single-custom-bike .handlebar-wrapper .group-wrap:not(:last-child) {
          margin-bottom: 10px; } }
  .single-custom-bike ~ .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .single-custom-bike ~ .modal#modal-component-spec .modal-content, .single-custom-bike ~ .modal#modal-drivetrain-spec .modal-content, .single-custom-bike ~ .modal.modal-choose-drivetrain .modal-content, .single-custom-bike ~ .modal#modal-framesize .modal-content {
      width: 1140px; }
      @media (max-width: 1199.98px) {
        .single-custom-bike ~ .modal#modal-component-spec .modal-content, .single-custom-bike ~ .modal#modal-drivetrain-spec .modal-content, .single-custom-bike ~ .modal.modal-choose-drivetrain .modal-content, .single-custom-bike ~ .modal#modal-framesize .modal-content {
          width: calc(100% - 30px); } }
    .single-custom-bike ~ .modal#modal-drivetrain-spec .modal-content-content, .single-custom-bike ~ .modal.modal-choose-drivetrain .modal-content-content {
      margin: 0 -15px -15px;
      padding: 0; }
    @media (max-width: 1199.98px) {
      .single-custom-bike ~ .modal#modal-component-spec .modal-content-header {
        margin-bottom: 7px; } }
    .single-custom-bike ~ .modal#modal-signature-text .modal-content {
      max-height: 740px; }
    .single-custom-bike ~ .modal#modal-signature-text .btn, .single-custom-bike ~ .modal#modal-signature-text body.woocommerce .button, body.woocommerce .single-custom-bike ~ .modal#modal-signature-text .button {
      font-size: 14px; }
    .single-custom-bike ~ .modal .modal-content {
      background-color: #FFF;
      border: 1px solid #707070;
      border-radius: 10px;
      margin: 0 auto 0;
      padding: 30px;
      width: 638px;
      max-width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      @media (max-width: 1199.98px) {
        .single-custom-bike ~ .modal .modal-content {
          padding: 15px;
          width: calc(100% - 30px); } }
      .single-custom-bike ~ .modal .modal-content-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        padding-bottom: 15px;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        border-bottom: 1px solid #707070;
        margin-bottom: 15px; }
        .single-custom-bike ~ .modal .modal-content-header .title {
          font-size: 30px;
          font-weight: bold;
          font-family: "Luxora Grotesk", sans-serif;
          color: #1D1C1C;
          line-height: 1.2; }
          @media (max-width: 1199.98px) {
            .single-custom-bike ~ .modal .modal-content-header .title {
              font-size: 18px; } }
      .single-custom-bike ~ .modal .modal-content-content {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        font-size: 20px;
        letter-spacing: 0.2px;
        line-height: 1.2;
        max-height: 650px;
        overflow-y: auto;
        margin: 0 -30px -30px;
        padding: 0 30px 30px; }
        @media (max-width: 1199.98px) {
          .single-custom-bike ~ .modal .modal-content-content {
            margin: 0 -15px -15px;
            padding: 0 15px 15px;
            max-height: 60vh; } }
      .single-custom-bike ~ .modal .modal-content .close {
        color: #0A0203;
        float: right;
        line-height: 0;
        font-size: 45px;
        font-weight: bold;
        margin-top: -10px; }
        .single-custom-bike ~ .modal .modal-content .close:hover, .single-custom-bike ~ .modal .modal-content .close:focus {
          color: #0A0203;
          text-decoration: none;
          cursor: pointer; }
    .single-custom-bike ~ .modal .field-group:not(:last-child) {
      margin-bottom: 16px; }
      @media (max-width: 1199.98px) {
        .single-custom-bike ~ .modal .field-group:not(:last-child) {
          margin-bottom: 5px; } }
    .single-custom-bike ~ .modal .box-text {
      background-color: #F1F2F2;
      border-radius: 10px;
      padding: 8px;
      color: #000000;
      font-size: 16px;
      line-height: 1.2;
      margin-top: 18px;
      margin-bottom: 10px; }
      @media (max-width: 1199.98px) {
        .single-custom-bike ~ .modal .box-text {
          font-size: 12px;
          margin-top: 7px;
          margin-bottom: 4px; } }
      .single-custom-bike ~ .modal .box-text ul {
        padding-left: 1.5rem;
        margin-bottom: 0; }
        .single-custom-bike ~ .modal .box-text ul li:not(:last-child) {
          margin-bottom: 3px; }
    @media (max-width: 1199.98px) {
      .single-custom-bike ~ .modal .form-control {
        height: 34px; } }
    .single-custom-bike ~ .modal .btn, .single-custom-bike ~ .modal body.woocommerce .button, body.woocommerce .single-custom-bike ~ .modal .button {
      font-size: 11px;
      padding: 11.5px 15px; }
    .single-custom-bike ~ .modal .drivetrain-wrap {
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      color: #000000;
      font-weight: 600;
      position: relative;
      overflow-x: auto;
      padding-bottom: 10px; }
      @media (max-width: 1199.98px) {
        .single-custom-bike ~ .modal .drivetrain-wrap {
          overflow: auto;
          margin: 0 -15px -10px;
          padding: 0 15px 10px; } }
      .single-custom-bike ~ .modal .drivetrain-wrap .dt-col {
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
        width: calc((100% - 180px) / 3);
        position: relative; }
        @media (max-width: 1199.98px) {
          .single-custom-bike ~ .modal .drivetrain-wrap .dt-col {
            width: 120px; } }
        .single-custom-bike ~ .modal .drivetrain-wrap .dt-col::after {
          content: '';
          height: 5px;
          width: 100%;
          background-color: #CFCFCF;
          position: absolute;
          top: 100%;
          left: 0;
          border-left: 1px solid #FFF;
          border-right: 1px solid #FFF; }
        .single-custom-bike ~ .modal .drivetrain-wrap .dt-col.selected::after {
          background-color: #E31837; }
        .single-custom-bike ~ .modal .drivetrain-wrap .dt-col.selected:not(.dt-head) .dt-item:first-child {
          color: #E31837; }
        .single-custom-bike ~ .modal .drivetrain-wrap .dt-col .dt-item {
          margin-top: 25px;
          padding-left: 20px;
          padding-right: 20px; }
          @media (max-width: 1199.98px) {
            .single-custom-bike ~ .modal .drivetrain-wrap .dt-col .dt-item {
              margin-top: 10px;
              padding-left: 10px;
              padding-right: 10px;
              border-bottom: 1px solid #00000030; } }
          @media (max-width: 1199.98px) {
            .single-custom-bike ~ .modal .drivetrain-wrap .dt-col .dt-item {
              margin-top: 0 !important;
              padding-top: 10px !important;
              padding-bottom: 10px !important; } }
          .single-custom-bike ~ .modal .drivetrain-wrap .dt-col .dt-item:first-child {
            margin-top: 0;
            padding-top: 15px; }
          .single-custom-bike ~ .modal .drivetrain-wrap .dt-col .dt-item:last-child {
            padding-bottom: 15px; }
          .single-custom-bike ~ .modal .drivetrain-wrap .dt-col .dt-item:nth-child(2) {
            margin-top: 30px; }
        .single-custom-bike ~ .modal .drivetrain-wrap .dt-col.dt-head {
          width: 180px;
          box-shadow: 0px 1px 11px #0000001A;
          background-color: #FFF;
          position: sticky;
          top: 0;
          left: 0;
          z-index: 3; }
          @media (max-width: 1199.98px) {
            .single-custom-bike ~ .modal .drivetrain-wrap .dt-col.dt-head {
              width: 105px;
              margin-bottom: -10px; } }
          .single-custom-bike ~ .modal .drivetrain-wrap .dt-col.dt-head::after {
            background-color: transparent;
            border-color: transparent; }
          .single-custom-bike ~ .modal .drivetrain-wrap .dt-col.dt-head .dt-item {
            font-weight: 700;
            color: #292828;
            font-size: 16px; }
            @media (max-width: 1199.98px) {
              .single-custom-bike ~ .modal .drivetrain-wrap .dt-col.dt-head .dt-item {
                font-size: 14px; } }
        .single-custom-bike ~ .modal .drivetrain-wrap .dt-col:not(.dt-head) .dt-item:first-child {
          font-size: 17px;
          text-align: center;
          font-weight: 700; }
          @media (max-width: 1199.98px) {
            .single-custom-bike ~ .modal .drivetrain-wrap .dt-col:not(.dt-head) .dt-item:first-child {
              font-size: 14px; } }
    .single-custom-bike ~ .modal .product-geometry {
      padding: 0; }
      @media (max-width: 1199.98px) {
        .single-custom-bike ~ .modal .product-geometry__size .actionToggle__wrap {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .single-custom-bike .btn, .single-custom-bike body.woocommerce .button, body.woocommerce .single-custom-bike .button {
    border-radius: 5px; }
    @media (max-width: 1199.98px) {
      .single-custom-bike .btn, .single-custom-bike body.woocommerce .button, body.woocommerce .single-custom-bike .button {
        font-size: 14px; } }
  .single-custom-bike #wheelset-preview {
    margin-top: 20px;
    font-size: .9rem;
    color: #000; }
    @media (min-width: 992px) {
      .single-custom-bike #wheelset-preview {
        margin-bottom: -15px; } }
    .single-custom-bike #wheelset-preview img {
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
  .single-custom-bike .field-group-signature .signature-option {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 16px;
    line-height: 1.1875;
    color: #000000;
    cursor: pointer; }
    .single-custom-bike .field-group-signature .signature-option:not(:last-child) {
      margin-bottom: 4px; }
    .single-custom-bike .field-group-signature .signature-option input[type=radio] {
      display: none; }
      .single-custom-bike .field-group-signature .signature-option input[type=radio]:checked ~ .inner {
        border-color: #E31837;
        box-shadow: 0px 6px 10px #0000001F;
        background-color: #F1F2F2; }
    .single-custom-bike .field-group-signature .signature-option .inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      border: 1px solid #949090;
      border-radius: 5px;
      padding: 10px 14px;
      width: 100%;
      transition: all .2s ease-out; }
      .single-custom-bike .field-group-signature .signature-option .inner .option-price {
        font-weight: 700;
        margin-left: 8px; }
  .single-custom-bike .field-group-signature-text {
    margin-top: 15px;
    position: relative;
    border-radius: 5px;
    background-color: #F1F2F2;
    padding: 6px 14px;
    line-height: 1;
    color: #000; }
    .single-custom-bike .field-group-signature-text button {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      color: #E31837;
      text-align: right;
      background-color: transparent;
      border: 0;
      font-weight: 600;
      cursor: pointer; }
  .single-custom-bike #field-signature-text {
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: default;
    height: auto;
    margin-top: 5px;
    text-transform: uppercase; }

.swiper-signature-text {
  --swiper-navigation-size: 20px;
  --swiper-theme-color: #FFF; }
  .swiper-signature-text .swiper-slide {
    opacity: 1; }
    .swiper-signature-text .swiper-slide .canvas-wrapper {
      width: 100%;
      height: 380px;
      position: relative; }
      .swiper-signature-text .swiper-slide .canvas-wrapper::before {
        content: '';
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: var(--bg-img);
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
      .swiper-signature-text .swiper-slide .canvas-wrapper .signature-canvas {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 2; }
      @media (max-width: 1199.98px) {
        .swiper-signature-text .swiper-slide .canvas-wrapper {
          height: 230px; } }
    .swiper-signature-text .swiper-slide img {
      width: 100%;
      height: 380px;
      object-fit: cover; }
      @media (max-width: 1199.98px) {
        .swiper-signature-text .swiper-slide img {
          height: 230px; } }
  .swiper-signature-text .swiper-slide-active {
    opacity: 1; }
  .swiper-signature-text .swiper-button-prev,
  .swiper-signature-text .swiper-button-next {
    width: 20%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    outline: 0; }
    .swiper-signature-text .swiper-button-prev::after,
    .swiper-signature-text .swiper-button-next::after {
      font-size: 0;
      width: 40px;
      height: 40px;
      background-position: center;
      background-size: 20px;
      background-repeat: no-repeat; }
  .swiper-signature-text .swiper-button-prev {
    left: 0;
    top: 0;
    margin: 0;
    background-image: linear-gradient(87deg, #000000 0%, #37373759 48%, #54545400 100%);
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-left: 15px; }
    .swiper-signature-text .swiper-button-prev::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32' viewBox='0 0 320 512'%3E%3C!-- Icon from Font Awesome Solid by Dave Gandy - https://creativecommons.org/licenses/by/4.0/ --%3E%3Cpath fill='%23FFF' d='M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256l137.3-137.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E"); }
  .swiper-signature-text .swiper-button-next {
    right: 0;
    top: 0;
    margin: 0;
    background-image: linear-gradient(270deg, #000000 0%, #3C3C3C47 54%, #54545400 100%);
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-right: 15px; }
    .swiper-signature-text .swiper-button-next::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32' viewBox='0 0 320 512'%3E%3C!-- Icon from Font Awesome Solid by Dave Gandy - https://creativecommons.org/licenses/by/4.0/ --%3E%3Cpath fill='%23FFF' d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256L73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E"); }

.product-faq__list.accordions > li:first-child .toggle {
  padding-top: 0; }

.product-faq__list.accordions .toggle {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .product-faq__list.accordions .toggle.open .detail {
    padding-top: 10px; }
  .product-faq__list.accordions .toggle.open::after {
    transform: rotate(270deg); }
  .product-faq__list.accordions .toggle::before {
    display: none; }
  .product-faq__list.accordions .toggle::after {
    background-color: transparent;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.1086 4.461e-06L83.1365 50.0009L32.1086 100L16.8635 84.3891L51.9587 50.0009L16.8635 15.6109L32.1086 4.461e-06Z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    transform: rotate(90deg);
    margin-right: 5px;
    transition: transform .2s ease-out; }

.product-faq__list.accordions .toggle, .product-faq__list.accordions .detail {
  padding-left: 0; }
  @media (max-width: 1199.98px) {
    .product-faq__list.accordions .toggle, .product-faq__list.accordions .detail {
      border-color: #707070; } }

.product-faq__list.accordions .detail {
  color: #707070;
  font-size: 14px;
  line-height: 1.2; }
  .product-faq__list.accordions .detail .title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 6px;
    font-weight: 700; }
  .product-faq__list.accordions .detail .row {
    margin: -10px; }
    .product-faq__list.accordions .detail .row > [class*=col] {
      padding: 10px; }

.custom-bikes-thankyou {
  padding: 100px 0;
  font-weight: 600; }
  @media (max-width: 1199.98px) {
    .custom-bikes-thankyou {
      padding: 20px 0; } }
  @media (min-width: 992px) {
    .custom-bikes-thankyou .container {
      max-width: 950px; } }
  .custom-bikes-thankyou .page-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 40px; }
    .custom-bikes-thankyou .page-header .page-title {
      border-bottom: 0;
      padding-bottom: 0;
      font-family: "Luxora Grotesk", sans-serif;
      font-size: 40px;
      line-height: 1.2;
      font-weight: 500;
      color: #000000; }
    .custom-bikes-thankyou .page-header .page-subtitle {
      font-family: "RNS Sanz", sans-serif;
      font-weight: 600;
      font-size: 30px;
      line-height: 1.2;
      color: #000000;
      margin-bottom: 46px; }
    @media (max-width: 1199.98px) {
      .custom-bikes-thankyou .page-header {
        text-align: left;
        font-size: 14px;
        margin-bottom: 15px;
        border-bottom: 1px solid #707070; }
        .custom-bikes-thankyou .page-header .page-title {
          font-size: 23px;
          margin-bottom: 5px; }
        .custom-bikes-thankyou .page-header .page-subtitle {
          font-size: 16px;
          margin-bottom: 20px; } }
  .custom-bikes-thankyou .page-box {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 20px 20px 30px; }
    @media (max-width: 1199.98px) {
      .custom-bikes-thankyou .page-box {
        box-shadow: unset;
        border-radius: 0;
        padding: 0; } }
    .custom-bikes-thankyou .page-box .box-wrap:not(:last-child) {
      margin-bottom: 30px; }
    .custom-bikes-thankyou .page-box .box-wrap.box-footer {
      text-align: center;
      font-size: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column; }
      .custom-bikes-thankyou .page-box .box-wrap.box-footer .btn, .custom-bikes-thankyou .page-box .box-wrap.box-footer body.woocommerce .button, body.woocommerce .custom-bikes-thankyou .page-box .box-wrap.box-footer .button {
        width: auto;
        min-width: 250px; }
      @media (max-width: 1199.98px) {
        .custom-bikes-thankyou .page-box .box-wrap.box-footer {
          font-size: 16px;
          border-top: 1px solid #707070;
          margin-top: -10px;
          padding-top: 20px; }
          .custom-bikes-thankyou .page-box .box-wrap.box-footer p {
            margin-bottom: 10px; }
          .custom-bikes-thankyou .page-box .box-wrap.box-footer .btn, .custom-bikes-thankyou .page-box .box-wrap.box-footer body.woocommerce .button, body.woocommerce .custom-bikes-thankyou .page-box .box-wrap.box-footer .button {
            padding: 10px; } }
    .custom-bikes-thankyou .page-box .box-title {
      margin-bottom: 18px;
      font-size: 18px;
      line-height: 1.2; }
    .custom-bikes-thankyou .page-box .orderinfo {
      padding: 10px;
      background-color: #F1F1F1; }
      .custom-bikes-thankyou .page-box .orderinfo .address p {
        margin-bottom: 5px; }
        .custom-bikes-thankyou .page-box .orderinfo .address p:last-child {
          margin-bottom: 0; }
      .custom-bikes-thankyou .page-box .orderinfo .address small {
        font-size: .9rem; }
      .custom-bikes-thankyou .page-box .orderinfo.pickup .row {
        margin: 0 -8px; }
        .custom-bikes-thankyou .page-box .orderinfo.pickup .row > [class*=col] {
          padding: 0 8px; }
      .custom-bikes-thankyou .page-box .orderinfo.pickup .icon {
        color: #707070; }
        .custom-bikes-thankyou .page-box .orderinfo.pickup .icon svg {
          width: 25px;
          height: auto; }
      .custom-bikes-thankyou .page-box .orderinfo.shipping {
        padding: 15px; }
        .custom-bikes-thankyou .page-box .orderinfo.shipping p:not(:last-child) {
          margin-bottom: 8px; }
        .custom-bikes-thankyou .page-box .orderinfo.shipping .row {
          margin: -10px; }
          .custom-bikes-thankyou .page-box .orderinfo.shipping .row [class*=col] {
            padding: 10px; }
    .custom-bikes-thankyou .page-box .order-head {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 0 0 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #707070; }
      .custom-bikes-thankyou .page-box .order-head .order-id, .custom-bikes-thankyou .page-box .order-head .order-date {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
      .custom-bikes-thankyou .page-box .order-head .order-id {
        border: 1px solid #E31837;
        border-radius: 5px;
        color: #e31837;
        font-weight: 700;
        padding: 5px 8px;
        font-size: 18px; }
        @media (max-width: 1199.98px) {
          .custom-bikes-thankyou .page-box .order-head .order-id {
            font-size: 16px; } }
      .custom-bikes-thankyou .page-box .order-head .order-date {
        font-weight: 600; }
        .custom-bikes-thankyou .page-box .order-head .order-date strong {
          font-weight: 700; }
        @media (max-width: 1199.98px) {
          .custom-bikes-thankyou .page-box .order-head .order-date {
            font-size: 14px; } }
  .custom-bikes-thankyou .show-detail {
    padding: 0;
    margin-top: 10px;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer; }
    .custom-bikes-thankyou .show-detail span ~ .icon {
      margin-left: 8px; }
    .custom-bikes-thankyou .show-detail span.hide {
      display: none; }
    .custom-bikes-thankyou .show-detail span.show {
      display: block; }
    .custom-bikes-thankyou .show-detail .icon {
      line-height: 1; }
      .custom-bikes-thankyou .show-detail .icon svg {
        transform: rotate(90deg);
        width: 12px;
        transition: transform .2s ease-out; }
    .custom-bikes-thankyou .show-detail.show span.hide {
      display: block; }
    .custom-bikes-thankyou .show-detail.show span.show {
      display: none; }
    .custom-bikes-thankyou .show-detail.show .icon svg {
      transform: rotate(270deg); }
  .custom-bikes-thankyou table.table.table-order, .custom-bikes-thankyou table.table.table-order td, .custom-bikes-thankyou table.table.table-order th {
    border: 0;
    margin-bottom: 0;
    font-size: 14px; }
  .custom-bikes-thankyou table.table.table-order .order-title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px; }
  .custom-bikes-thankyou table.table.table-order .order-sku {
    font-size: 16px; }
  .custom-bikes-thankyou table.table.table-order table, .custom-bikes-thankyou table.table.table-order table td, .custom-bikes-thankyou table.table.table-order table th {
    border: 0;
    margin-bottom: 0; }
  .custom-bikes-thankyou table.table.table-order table td, .custom-bikes-thankyou table.table.table-order table th {
    padding: 4px 8px; }
  .custom-bikes-thankyou table.table.table-order .table-order-content {
    margin-top: 16px; }
  .custom-bikes-thankyou table.table.table-order .detail-wrapper {
    padding-top: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height .2s ease-out; }
    .custom-bikes-thankyou table.table.table-order .detail-wrapper .inner {
      background-color: #F1F2F2;
      padding: 10px; }
    .custom-bikes-thankyou table.table.table-order .detail-wrapper .title-inner {
      font-weight: 600;
      font-size: 12px;
      font-family: "RNS Sanz", sans-serif;
      margin-bottom: 10px; }
  .custom-bikes-thankyou table.table.table-order td.total {
    width: 140px; }
  .custom-bikes-thankyou table.table.table-order tbody tr:first-child th, .custom-bikes-thankyou table.table.table-order tbody tr:first-child td {
    padding-top: 0; }
  .custom-bikes-thankyou table.table.table-order tbody tr td.order-thumb .img-thumb {
    height: auto;
    width: 198px;
    object-fit: contain; }
  .custom-bikes-thankyou table.table.table-order tbody tr td.content {
    width: 380px; }
  .custom-bikes-thankyou table.table.table-order tbody tr td:first-child, .custom-bikes-thankyou table.table.table-order tbody tr th:first-child {
    padding-left: 0; }
  .custom-bikes-thankyou table.table.table-order tbody tr td:last-child, .custom-bikes-thankyou table.table.table-order tbody tr th:last-child {
    padding-right: 0; }
  .custom-bikes-thankyou table.table.table-order tfoot tr:last-child td {
    padding-top: 0; }
  .custom-bikes-thankyou table.table.table-order tfoot tr td, .custom-bikes-thankyou table.table.table-order tfoot tr th {
    padding: 4px 8px;
    font-size: 16px; }
  .custom-bikes-thankyou table.table.table-order tfoot tr:first-child td, .custom-bikes-thankyou table.table.table-order tfoot tr:first-child th {
    border-top: 1px solid #707070;
    padding-top: 15px; }
  .custom-bikes-thankyou table.table.table-order tfoot tr:last-child td, .custom-bikes-thankyou table.table.table-order tfoot tr:last-child th {
    border-bottom: 1px solid #707070;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px; }
  @media (max-width: 1199.98px) {
    .custom-bikes-thankyou table.table.table-order-desktop {
      display: none; } }
  .custom-bikes-thankyou .box-order {
    display: none; }
    @media (max-width: 1199.98px) {
      .custom-bikes-thankyou .box-order {
        display: block; } }
    .custom-bikes-thankyou .box-order .order-product > .row .column-left {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end; }
    .custom-bikes-thankyou .box-order .order-product > .row .column-right {
      text-align: right;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: end;
          justify-content: flex-end; }
    .custom-bikes-thankyou .box-order .order-product .product-thumb img.img-thumb {
      width: 87px;
      height: auto;
      margin-bottom: -10px; }
    .custom-bikes-thankyou .box-order .order-product .product-thumb ~ .product-item {
      margin-left: 10px; }
    .custom-bikes-thankyou .box-order .order-product .product-item .product-title {
      font-size: 14px; }
    .custom-bikes-thankyou .box-order .order-product .product-item .product-desc {
      font-size: 12px; }
    .custom-bikes-thankyou .box-order .order-product .product-count, .custom-bikes-thankyou .box-order .order-product .product-price {
      font-size: 14px; }
    .custom-bikes-thankyou .box-order .table-order-detail-wrap {
      margin-top: 25px;
      background-color: #F1F2F2;
      padding: 10px; }
      .custom-bikes-thankyou .box-order .table-order-detail-wrap .table-order-detail {
        border: 0; }
        .custom-bikes-thankyou .box-order .table-order-detail-wrap .table-order-detail tr td, .custom-bikes-thankyou .box-order .table-order-detail-wrap .table-order-detail tr th {
          padding: 2px 5px;
          border: 0; }
          .custom-bikes-thankyou .box-order .table-order-detail-wrap .table-order-detail tr td:first-child, .custom-bikes-thankyou .box-order .table-order-detail-wrap .table-order-detail tr th:first-child {
            padding-left: 0;
            width: 120px; }
          .custom-bikes-thankyou .box-order .table-order-detail-wrap .table-order-detail tr td:last-child, .custom-bikes-thankyou .box-order .table-order-detail-wrap .table-order-detail tr th:last-child {
            padding-right: 0; }
        .custom-bikes-thankyou .box-order .table-order-detail-wrap .table-order-detail tr.head td {
          font-size: 14px;
          padding-top: 0;
          padding-bottom: 8px; }
        .custom-bikes-thankyou .box-order .table-order-detail-wrap .table-order-detail tfoot {
          display: none; }
        .custom-bikes-thankyou .box-order .table-order-detail-wrap .table-order-detail.show tfoot {
          display: table-footer-group; }
      .custom-bikes-thankyou .box-order .table-order-detail-wrap .btn, .custom-bikes-thankyou .box-order .table-order-detail-wrap body.woocommerce .button, body.woocommerce .custom-bikes-thankyou .box-order .table-order-detail-wrap .button {
        font-size: 16px; }
    .custom-bikes-thankyou .box-order .table-order-price {
      border: 0;
      margin-top: 10px; }
      .custom-bikes-thankyou .box-order .table-order-price tr td, .custom-bikes-thankyou .box-order .table-order-price tr th {
        padding: 2px 0;
        border: 0;
        font-size: 14px; }
        .custom-bikes-thankyou .box-order .table-order-price tr td:last-child, .custom-bikes-thankyou .box-order .table-order-price tr th:last-child {
          text-align: right; }
      .custom-bikes-thankyou .box-order .table-order-price tr:first-child td, .custom-bikes-thankyou .box-order .table-order-price tr:first-child th {
        padding-top: 0; }
      .custom-bikes-thankyou .box-order .table-order-price tr:last-child td, .custom-bikes-thankyou .box-order .table-order-price tr:last-child th {
        padding-bottom: 0; }
      .custom-bikes-thankyou .box-order .table-order-price tr.footer th, .custom-bikes-thankyou .box-order .table-order-price tr.footer td {
        font-weight: 700;
        font-size: 16px;
        padding-top: 13px; }

ol.list-square {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  counter-reset: number-counter; }
  ol.list-square li {
    counter-increment: number-counter;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    ol.list-square li:not(:last-child) {
      margin-bottom: 16px; }
    ol.list-square li::before {
      content: counter(number-counter);
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 62px;
      height: 40px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      border: 1px solid #0A0203;
      border-radius: 5px;
      color: #0A0203;
      font-family: "Luxora Grotesk", sans-serif;
      margin-right: 15px;
      -ms-flex: 0 1 62px;
          flex: 0 1 62px; }
    ol.list-square li > span {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex: 1 1 calc(100% - 62px);
          flex: 1 1 calc(100% - 62px);
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      min-height: 40px;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 991px) {
        ol.list-square li > span {
          display: block; } }

.careers__page {
  color: #fff;
  background-color: #000; }
  .career__page_v2 .careers__page-heading {
    position: relative;
    height: 560px; }
    @media (max-width: 991.98px) {
      .career__page_v2 .careers__page-heading {
        height: 390px; } }
    .career__page_v2 .careers__page-heading::after {
      content: '';
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      position: absolute;
      z-index: 5;
      background: black;
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.787553) 35%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
    .career__page_v2 .careers__page-heading.careers__page-headingDiscover::after {
      display: none; }
    .career__page_v2 .careers__page-heading ~ .careers__page-about1 {
      padding-top: 0;
      margin-top: -95px;
      z-index: 6; }
    .career__page_v2 .careers__page-heading .container {
      position: relative;
      z-index: 7; }
  .careers__page-heading, .careers__page-headingFindJob {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 185px;
    padding-bottom: 130px; }
    @media (min-width: 1200px) {
      .careers__page-heading .container, .careers__page-headingFindJob .container {
        max-width: 1476px; } }
    .careers__page-heading .heading__subtitle, .careers__page-headingFindJob .heading__subtitle {
      font-size: 30px;
      margin-bottom: 10px; }
    .careers__page-heading .heading__title, .careers__page-headingFindJob .heading__title {
      font-size: 50px;
      margin-bottom: 30px;
      font-family: "Rams";
      font-weight: bold; }
      .careers__page-heading .heading__titleSmall, .careers__page-headingFindJob .heading__titleSmall {
        margin-bottom: 0px; }
      @media (max-width: 991.98px) {
        .career__page_v2 .careers__page-heading .heading__title, .career__page_v2 .careers__page-headingFindJob .heading__title {
          margin-bottom: 5px !important; } }
    .careers__page-heading .heading__description, .careers__page-headingFindJob .heading__description {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 50px;
      color: #A3A3A3; }
      @media (max-width: 991.98px) {
        .career__page_v2 .careers__page-heading .heading__description, .career__page_v2 .careers__page-headingFindJob .heading__description {
          color: #FFF !important;
          font-size: 16px !important;
          letter-spacing: 0.16px !important;
          line-height: 19px !important;
          margin-bottom: 10px !important; } }
    .careers__page-heading .heading__action a, .careers__page-headingFindJob .heading__action a {
      display: inline;
      font-size: 21px;
      padding: 12px 28px; }
      .career__page_v2 .careers__page-heading .heading__action a, .career__page_v2 .careers__page-headingFindJob .heading__action a {
        text-transform: uppercase !important; }
    @media (max-width: 991.98px) {
      .careers__page-heading, .careers__page-headingFindJob {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 332px; }
        .careers__page-heading .heading__subtitle, .careers__page-heading .heading__title, .careers__page-heading .heading__description, .careers__page-heading .heading__action, .careers__page-headingFindJob .heading__subtitle, .careers__page-headingFindJob .heading__title, .careers__page-headingFindJob .heading__description, .careers__page-headingFindJob .heading__action {
          display: none; }
        .careers__page-headingDiscover, .careers__page-headingFindJobDiscover {
          height: auto;
          padding-bottom: 123px;
          padding-top: 90px;
          position: relative; }
          .career__page_v2 .careers__page-headingDiscover, .career__page_v2 .careers__page-headingFindJobDiscover {
            height: auto;
            padding-top: 100px;
            padding-bottom: 100px; }
          .careers__page-headingDiscover::before, .careers__page-headingFindJobDiscover::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #1D1C1C;
            opacity: 0.5; }
          .careers__page-headingDiscover .heading__subtitle, .careers__page-headingDiscover .heading__title, .careers__page-headingDiscover .heading__description, .careers__page-headingDiscover .heading__action, .careers__page-headingFindJobDiscover .heading__subtitle, .careers__page-headingFindJobDiscover .heading__title, .careers__page-headingFindJobDiscover .heading__description, .careers__page-headingFindJobDiscover .heading__action {
            display: block;
            text-align: center; }
          .careers__page-headingDiscover .heading__title, .careers__page-headingFindJobDiscover .heading__title {
            font-size: 18px; }
          .careers__page-headingDiscover .heading__description, .careers__page-headingFindJobDiscover .heading__description {
            font-size: 14px;
            margin-bottom: 15px; }
          .careers__page-headingDiscover .heading__action a, .careers__page-headingFindJobDiscover .heading__action a {
            display: block;
            font-size: 14px; } }
  @media (max-width: 991.98px) {
    .careers__page-headingFindJob {
      position: absolute;
      width: 100%;
      height: 170px;
      opacity: .4; }
      .career-job-v2 .careers__page-headingFindJob {
        position: relative;
        height: 284px;
        opacity: 1; }
    .careers__page-heading.withGradient {
      height: 220px;
      position: relative; }
      .careers__page-heading.withGradient:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: black;
        background: linear-gradient(0deg, black 0%, rgba(252, 70, 107, 0) 80%); } }
  .careers__page-about {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px; }
    @media (min-width: 1200px) {
      .careers__page-about .container {
        max-width: 1476px; } }
    @media (max-width: 991.98px) {
      .careers__page-about {
        display: none; }
        .career__page_v2 .careers__page-about {
          display: block; } }
    .careers__page-about .about__image {
      position: relative;
      height: 100%; }
      .careers__page-about .about__image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.7635903919%; }
      .careers__page-about .about__image > .inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden; }
        .careers__page-about .about__image > .inner > img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .careers__page-about .about__image-videoButton {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        transform: translateX(0px);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        gap: 20px;
        -ms-flex-direction: column;
            flex-direction: column;
        color: #FFFFFF;
        font-size: 30px;
        font-style: italic; }
        .careers__page-about .about__image-videoButton svg {
          width: 72px;
          height: 72px; }
          @media (max-width: 991.98px) {
            .careers__page-about .about__image-videoButton svg {
              width: 40px;
              height: 40px; } }
    .careers__page-about .about__content {
      margin-top: 15px;
      margin-bottom: 15px; }
      .careers__page-about .about__content-title {
        font-size: 36px;
        line-height: 49px;
        letter-spacing: 1.6px;
        margin-bottom: 28px;
        font-family: "Rams"; }
      .careers__page-about .about__content-description {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.2px;
        font-family: "RNS Sanz";
        font-weight: normal; }
      .careers__page-about .about__content-videoMobile {
        display: none; }
      .careers__page-about .about__content .link-more {
        margin-top: 15px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
            align-items: center;
        letter-spacing: 0.24px;
        color: #C0C0C0;
        font-size: 24px;
        letter-spacing: 0.24px; }
        .careers__page-about .about__content .link-more svg {
          width: 30px;
          height: 30px;
          color: #FFF; }
        .careers__page-about .about__content .link-more span ~ .icon {
          margin-left: 13px; }
        .careers__page-about .about__content .link-more:hover {
          color: #ce1631; }
          .careers__page-about .about__content .link-more:hover svg {
            color: #ce1631; }
    @media (max-width: 991.98px) {
      .careers__page-about {
        padding-top: 23px;
        padding-bottom: 40px; }
        .careers__page-about .about__content {
          margin-top: 0px; }
          .careers__page-about .about__content-title {
            font-size: 20px;
            line-height: 24px;
            letter-spacing: 0px;
            margin-bottom: 5px; }
          .careers__page-about .about__content-description {
            font-size: 12px;
            line-height: 18px;
            letter-spacing: 0.12px;
            color: #c0c0c0; }
          .careers__page-about .about__content-videoMobile {
            display: block;
            position: relative;
            bottom: 0%;
            left: 0%;
            background: transparent;
            border: none;
            color: #fff;
            text-align: center;
            transform: translateX(0px);
            border: 1px solid #707070;
            padding: 12px 0px !important;
            width: 100%;
            border-radius: 5px;
            margin-top: 15px; }
            .careers__page-about .about__content-videoMobile svg {
              width: 22px;
              height: 22px;
              color: #FFF; }
              .careers__page-about .about__content-videoMobile svg path {
                fill: #fff; } }
    .careers__page-aboutWrap .slider__about-for-pagingInfo {
      position: absolute;
      bottom: -10px;
      right: 15px;
      font-size: 14px;
      color: #AEAEAE;
      font-style: italic;
      opacity: 1; }
    .careers__page-aboutWrap .slider__about-for {
      --var-spaceArrow:75px; }
      .careers__page-aboutWrap .slider__about-for .slick-arrow {
        position: absolute;
        top: 50% !important;
        width: 60px;
        height: 60px;
        opacity: 0 !important;
        display: none !important;
        transition: all .3s ease-in-out; }
        .careers__page-aboutWrap .slider__about-for .slick-arrow::before {
          content: "";
          color: transparent;
          filter: invert(100%);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          width: 100%;
          height: 100%;
          font-size: 60px; }
      .careers__page-aboutWrap .slider__about-for .slick-prev {
        left: calc( calc(1476px * -0.5) - var(--var-spaceArrow)) !important; }
        .careers__page-aboutWrap .slider__about-for .slick-prev::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNjcgMGwyLjgzIDIuODI5LTkuMzM5IDkuMTc1IDkuMzM5IDkuMTY3LTIuODMgMi44MjktMTIuMTctMTEuOTk2eiIvPjwvc3ZnPg==); }
      .careers__page-aboutWrap .slider__about-for .slick-next {
        left: auto !important;
        right: calc(var(--var-spaceArrow) * -1); }
        .careers__page-aboutWrap .slider__about-for .slick-next::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNy4zMyAyNGwtMi44My0yLjgyOSA5LjMzOS05LjE3NS05LjMzOS05LjE2NyAyLjgzLTIuODI5IDEyLjE3IDExLjk5NnoiLz48L3N2Zz4=); }
    .careers__page-aboutWrap:hover .slider__about-for .slick-arrow {
      opacity: 1 !important;
      transition: all .3s ease-in-out; }
    @media only screen and (min-width: 1555px) {
      .careers__page-aboutWrap .slider__about-for-pagingInfo {
        opacity: 0; }
      .careers__page-aboutWrap .slider__about-for .slick-arrow {
        display: inline-block !important;
        opacity: 1; } }
    .career__page_v2 .careers__page-about .row {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
      .career__page_v2 .careers__page-about .row > [class*=col]:last-child {
        margin-bottom: 45px; }
        @media (max-width: 991.98px) {
          .career__page_v2 .careers__page-about .row > [class*=col]:last-child {
            margin-bottom: 0; } }
    .career__page_v2 .careers__page-about .about__image {
      max-width: 984px;
      margin: 0 auto; }
      .career__page_v2 .careers__page-about .about__image-videoButton {
        font-size: 36px;
        line-height: 1.2; }
        @media (max-width: 991.98px) {
          .career__page_v2 .careers__page-about .about__image-videoButton {
            font-size: 14px; } }
        .career__page_v2 .careers__page-about .about__image-videoButton svg {
          color: white; }
        .career__page_v2 .careers__page-about .about__image-videoButton:hover svg {
          color: rgba(255, 255, 255, 0.7); }
    .career__page_v2 .careers__page-about .about__content {
      text-align: center; }
      .career__page_v2 .careers__page-about .about__content-title {
        color: #FFF;
        font-size: 50px;
        line-height: 1.24; }
        @media (max-width: 991.98px) {
          .career__page_v2 .careers__page-about .about__content-title {
            font-size: 24px;
            max-width: 60%;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 30px; } }
        .career__page_v2 .careers__page-about .about__content-title strong {
          color: #E51937; }
      .career__page_v2 .careers__page-about .about__content, .career__page_v2 .careers__page-about .about__content-description {
        font-size: 26px;
        line-height: 1.5;
        letter-spacing: 0.26px;
        color: #C0C0C0; }
        @media (max-width: 991.98px) {
          .career__page_v2 .careers__page-about .about__content, .career__page_v2 .careers__page-about .about__content-description {
            font-size: 14px;
            letter-spacing: 0.14px; } }
    @media (max-width: 991.98px) {
      .career__page_v2 .careers__page-about.careers__page-about1 {
        padding-bottom: 0; }
        .career__page_v2 .careers__page-about.careers__page-about1 .row [class*=col]:first-child {
          padding-left: 0;
          padding-right: 0;
          padding-top: 38px; } }
  .careers__page-discover-slider {
    text-align: center;
    font-size: 30px;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .careers__page-discover-slider {
        font-size: 16px; } }
    .careers__page-discover-slider .swiper-discover .swiper-slide {
      opacity: .7;
      transition: opacity .2s ease; }
      .careers__page-discover-slider .swiper-discover .swiper-slide-active {
        opacity: 1; }
    .careers__page-discover-slider .swiper-discover .discover-item img {
      width: 100%;
      height: 477px;
      object-fit: cover; }
      @media (max-width: 991.98px) {
        .careers__page-discover-slider .swiper-discover .discover-item img {
          height: 221px; } }
    .careers__page-discover-slider .swiper-discover .swiper-button-prev,
    .careers__page-discover-slider .swiper-discover .swiper-button-next {
      height: 42px;
      width: 42px;
      z-index: 999;
      --swiper-navigation-sides-offset: calc((100vw - 1476px) * .5); }
      .careers__page-discover-slider .swiper-discover .swiper-button-prev:after,
      .careers__page-discover-slider .swiper-discover .swiper-button-next:after {
        content: '';
        filter: invert(100%);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%; }
      @media (max-width: 991.98px) {
        .careers__page-discover-slider .swiper-discover .swiper-button-prev,
        .careers__page-discover-slider .swiper-discover .swiper-button-next {
          height: 20px;
          width: 20px;
          --swiper-navigation-size: 23px;
          --swiper-navigation-sides-offset: 7px; } }
    .careers__page-discover-slider .swiper-discover .swiper-button-prev:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNjcgMGwyLjgzIDIuODI5LTkuMzM5IDkuMTc1IDkuMzM5IDkuMTY3LTIuODMgMi44MjktMTIuMTctMTEuOTk2eiIvPjwvc3ZnPg=="); }
    .careers__page-discover-slider .swiper-discover .swiper-button-next:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNy4zMyAyNGwtMi44My0yLjgyOSA5LjMzOS05LjE3NS05LjMzOS05LjE2NyAyLjgzLTIuODI5IDEyLjE3IDExLjk5NnoiLz48L3N2Zz4="); }
    .careers__page-discover-slider .after-slider {
      margin: 150px 0; }
      @media (max-width: 991.98px) {
        .careers__page-discover-slider .after-slider {
          margin-top: 84px;
          margin-bottom: 64px; } }
  .career__page_v2 .careers__page-aboutSimple {
    padding-top: 0; }
    .career__page_v2 .careers__page-aboutSimple .row {
      -ms-flex-direction: row;
          flex-direction: row; }
  .careers__page-funfact {
    padding-top: 30px;
    padding-bottom: 90px; }
    @media (min-width: 1200px) {
      .careers__page-funfact .container {
        max-width: 1476px; } }
    @media (max-width: 991.98px) {
      .career__page_v2 .careers__page-funfact {
        padding-top: 38px;
        padding-bottom: 34px; } }
    .careers__page-funfact .funfact__item {
      padding-top: 125px;
      padding-bottom: 125px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      position: relative;
      overflow: hidden; }
      .careers__page-funfact .funfact__item-heading {
        font-size: 40px;
        line-height: 49px;
        font-family: "Rams";
        color: #e51937;
        font-weight: 600;
        text-align: center; }
      .careers__page-funfact .funfact__item-subheading {
        font-size: 30px;
        line-height: 45px;
        font-weight: bold;
        letter-spacing: 0.3px;
        text-align: center; }
      .careers__page-funfact .funfact__item-description {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        background-color: #e51937;
        background: linear-gradient(0deg, #4e000c 0%, #e51937 100%);
        padding: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        font-weight: normal;
        font-size: 20px;
        line-height: 32px;
        transform: translateY(110%);
        transition: all .3s ease-in-out; }
      .careers__page-funfact .funfact__item:hover .funfact__item-description {
        transform: translateY(0%);
        transition: all .3s ease-in-out; }
    @media (max-width: 991.98px) {
      .careers__page-funfact {
        padding-top: 30px;
        padding-bottom: 30px; }
        .careers__page-funfact .funfact {
          margin: 0 -6px; }
          .careers__page-funfact .funfact__item {
            padding-top: 0px;
            padding-bottom: 0px;
            padding: 15px;
            border-left: 3px solid #060606;
            border-right: 3px solid #060606;
            background-color: #161616; }
            .careers__page-funfact .funfact__item-heading {
              font-size: 20px;
              line-height: 41px;
              color: #e51937;
              font-weight: 600; }
            .careers__page-funfact .funfact__item-subheading {
              font-size: 16px;
              line-height: 17px;
              font-weight: normal;
              letter-spacing: 0.16px;
              margin-bottom: 10px; }
            .careers__page-funfact .funfact__item-description {
              position: relative;
              z-index: 2;
              background-color: transparent;
              background: transparent;
              padding: 0px;
              color: #c0c0c0;
              font-weight: normal;
              font-size: 14px;
              line-height: 18px;
              transform: translateY(0%);
              border-top: 0.5px solid #707070;
              padding-top: 10px; }
        .careers__page-funfact .slider__funfact .slick-track {
          display: -ms-flexbox;
          display: flex; }
        .careers__page-funfact .slider__funfact .slick-track .slick-slide {
          display: -ms-flexbox;
          display: flex;
          height: auto; }
          .careers__page-funfact .slider__funfact .slick-track .slick-slide > div {
            width: 100%; }
            .careers__page-funfact .slider__funfact .slick-track .slick-slide > div .funfact__item {
              height: 100%; }
              .careers__page-funfact .slider__funfact .slick-track .slick-slide > div .funfact__item .funfact__item-description {
                display: block; } }
  .careers__page-team {
    position: relative;
    padding-top: 30px;
    padding-bottom: 150px; }
    @media (min-width: 1200px) {
      .careers__page-team .container {
        max-width: 1476px; } }
    .careers__page-teamTitle {
      font-size: 25px;
      letter-spacing: 0.25px;
      color: #C0C0C0;
      line-height: 30px;
      margin-bottom: 32px;
      font-weight: normal;
      font-family: "RNS Sanz";
      font-weight: normal; }
      @media (max-width: 991.98px) {
        .careers__page-teamTitle {
          font-size: 16px;
          margin-bottom: 5px; } }
    .careers__page-team .slider__team-nav .slick-slide.slick-active {
      position: relative;
      z-index: 99; }
    .careers__page-team .slider__team-card {
      position: relative; }
      .careers__page-team .slider__team-cardMedia img {
        width: auto;
        height: 558px;
        object-fit: contain;
        object-position: center bottom;
        margin: 0 auto; }
      .careers__page-team .slider__team-cardMedia::after {
        transform-origin: right center;
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        background: transparent linear-gradient(81deg, #191919 0%, #131313 16%, #1A1A1A 34%, #4A4A4A 100%) 0% 0% no-repeat padding-box;
        z-index: -1; }
      .careers__page-team .slider__team-cardTitle {
        font-size: 40px;
        line-height: 49px;
        font-family: "Rams";
        font-weight: bold;
        margin-bottom: 10px;
        padding-top: 20px; }
      .careers__page-team .slider__team-cardInfo ul {
        margin-bottom: 50px;
        padding-left: 0px; }
        .careers__page-team .slider__team-cardInfo ul li {
          list-style: none;
          display: inline-block;
          padding-left: 0px;
          position: relative;
          color: #c0c0c0; }
          .careers__page-team .slider__team-cardInfo ul li:not(:last-child) {
            padding-right: 10px;
            margin-right: 3px; }
            .careers__page-team .slider__team-cardInfo ul li:not(:last-child)::after {
              content: "";
              position: absolute;
              top: 0;
              right: 0px;
              width: 3px;
              height: 100%;
              background-color: #e51937; }
      .careers__page-team .slider__team-cardDescription {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.2px;
        font-weight: normal;
        color: #a3a3a3; }
    .careers__page-team .slider__team-for {
      height: 100%; }
      .careers__page-team .slider__team-for .slick-arrow {
        top: auto;
        bottom: 0;
        height: 42px;
        width: 42px;
        z-index: 999; }
        .careers__page-team .slider__team-for .slick-arrow::before {
          font-size: 45px; }
      .careers__page-team .slider__team-for .slick-prev {
        left: 0px; }
        .careers__page-team .slider__team-for .slick-prev:before {
          content: "";
          color: transparent;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNjcgMGwyLjgzIDIuODI5LTkuMzM5IDkuMTc1IDkuMzM5IDkuMTY3LTIuODMgMi44MjktMTIuMTctMTEuOTk2eiIvPjwvc3ZnPg==");
          filter: invert(100%);
          background-repeat: no-repeat;
          background-size: contain; }
      .careers__page-team .slider__team-for .slick-next {
        left: 57px; }
        .careers__page-team .slider__team-for .slick-next:before {
          content: "";
          color: transparent;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNy4zMyAyNGwtMi44My0yLjgyOSA5LjMzOS05LjE3NS05LjMzOS05LjE2NyAyLjgzLTIuODI5IDEyLjE3IDExLjk5NnoiLz48L3N2Zz4=");
          filter: invert(100%);
          background-repeat: no-repeat;
          background-size: contain; }
    .careers__page-team .slick-dots {
      bottom: -15px;
      -ms-flex-pack: start;
          justify-content: flex-start;
      opacity: 0; }
    .careers__page-team .slider__team-for-pagingInfo {
      position: absolute;
      bottom: -20px;
      right: 15px;
      font-size: 14px;
      color: #AEAEAE;
      font-style: italic;
      opacity: 0; }
    @media (min-width: 768px) {
      .careers__page-teamWrap {
        margin-right: -44px;
        margin-left: -44px; }
        .careers__page-teamWrap > * {
          padding-right: 44px;
          padding-left: 44px; } }
    @media (max-width: 991.98px) {
      .careers__page-team {
        padding-bottom: 60px; }
        .careers__page-team .slider__team-nav .slick-slide.slick-active {
          position: relative;
          z-index: 99; }
        .careers__page-team .slider__team-card {
          position: relative; }
          .careers__page-team .slider__team-cardMedia {
            position: relative; }
            .careers__page-team .slider__team-cardMedia:before {
              display: block;
              content: "";
              width: 100%;
              padding-top: 52.0231213873%; }
            .careers__page-team .slider__team-cardMedia > .inner {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              overflow: hidden; }
              .careers__page-team .slider__team-cardMedia > .inner > img {
                width: 100%;
                height: 100%;
                object-fit: cover; }
            .careers__page-team .slider__team-cardMedia > .inner > img {
              object-fit: contain; }
          .careers__page-team .slider__team-cardTitle {
            font-size: 18px;
            line-height: 23px;
            margin-bottom: 2px;
            padding-top: 14px; }
          .careers__page-team .slider__team-cardInfo ul {
            margin-bottom: 13px; }
            .careers__page-team .slider__team-cardInfo ul li {
              font-size: 12px;
              line-height: 14px; }
              .careers__page-team .slider__team-cardInfo ul li:not(:last-child) {
                padding-right: 10px;
                margin-right: 3px;
                letter-spacing: 0.12px; }
                .careers__page-team .slider__team-cardInfo ul li:not(:last-child)::after {
                  width: 1px;
                  background-color: #e51937; }
          .careers__page-team .slider__team-cardDescription {
            font-size: 12px;
            line-height: 14px;
            letter-spacing: 0.12px;
            font-weight: normal;
            color: #C0C0C0; }
        .careers__page-team .slider__team-for .slick-arrow {
          display: none !important; }
        .careers__page-team .slick-dotted.slick-slider {
          margin-bottom: 10px; }
        .careers__page-team .slick-dots {
          opacity: 1; }
        .careers__page-team .slider__team-for-pagingInfo {
          opacity: 1; } }
    .career__page_v2 .careers__page-team {
      padding-bottom: 100px; }
      @media (max-width: 991.98px) {
        .career__page_v2 .careers__page-team {
          padding-bottom: calc(18px + 48px); } }
      .career__page_v2 .careers__page-team .slider__team-cardMedia::after, .career__page_v2 .careers__page-team .slider__team-cardMedia::before {
        display: none; }
      .career__page_v2 .careers__page-team .slider__team-cardMedia .inner {
        position: relative;
        overflow: hidden; }
        .career__page_v2 .careers__page-team .slider__team-cardMedia .inner img:not(.bg-name-text) {
          z-index: 3;
          position: absolute;
          height: 90%;
          bottom: 15px;
          left: 50%;
          transform: translateX(-50%); }
          @media (max-width: 991.98px) {
            .career__page_v2 .careers__page-team .slider__team-cardMedia .inner img:not(.bg-name-text) {
              height: 100%;
              padding-top: 15px;
              bottom: 0;
              object-position: center 25px;
              transform: translateX(-50%) scale(1.4); } }
        .career__page_v2 .careers__page-team .slider__team-cardMedia .inner .bg-name-text {
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          height: 546px;
          object-fit: contain;
          z-index: 0; }
          @media (max-width: 991.98px) {
            .career__page_v2 .careers__page-team .slider__team-cardMedia .inner .bg-name-text {
              height: 214px;
              object-fit: cover;
              object-position: top right; } }
  .careers__page-about {
    position: relative;
    padding-top: 170px;
    padding-bottom: 90px; }
    @media (min-width: 1200px) {
      .careers__page-about .container {
        max-width: 1476px; } }
    .careers__page-about .slider__about-nav .slick-slide.slick-active {
      position: relative;
      z-index: 99; }
    .careers__page-about .slider__about-card {
      position: relative; }
      .careers__page-about .slider__about-cardMedia {
        position: relative; }
        .careers__page-about .slider__about-cardMedia:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 54.4041450777%; }
        .careers__page-about .slider__about-cardMedia > .inner {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          overflow: hidden; }
          .careers__page-about .slider__about-cardMedia > .inner > img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
      .careers__page-about .slider__about-cardTitle {
        font-size: 40px;
        line-height: 49px;
        font-family: "Rams";
        font-weight: bold;
        margin-bottom: 30px;
        padding-top: 20px; }
      .careers__page-about .slider__about-cardSubtitle {
        margin-bottom: 40px;
        color: #e51937;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px; }
      .careers__page-about .slider__about-cardDescription {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.2px;
        font-weight: normal;
        color: #a3a3a3; }
    .careers__page-about .slider__about-for {
      height: 100%; }
      .careers__page-about .slider__about-for .slick-arrow {
        top: auto;
        bottom: 0;
        height: 42px;
        width: 42px; }
      .careers__page-about .slider__about-for .slick-prev {
        left: 0px; }
      .careers__page-about .slider__about-for .slick-next {
        left: 57px; }
    .careers__page-about .slick-dots {
      bottom: 30px;
      -ms-flex-pack: start;
          justify-content: start; }
    @media (max-width: 991.98px) {
      .careers__page-aboutSimple {
        padding-top: 0px; }
      .careers__page-about .slider__about-nav {
        margin: 0 -15px; }
      .careers__page-about .slider__about-card {
        position: relative; }
        .careers__page-about .slider__about-cardMedia {
          position: relative; }
          .careers__page-about .slider__about-cardMedia:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 54.4041450777%; }
          .careers__page-about .slider__about-cardMedia > .inner {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: hidden; }
            .careers__page-about .slider__about-cardMedia > .inner > img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
        .careers__page-about .slider__about-cardTitle {
          font-size: 20px;
          line-height: 25px;
          font-weight: normal;
          margin-bottom: 7px; }
        .careers__page-about .slider__about-cardSubtitle {
          margin-bottom: 16px;
          font-size: 12px;
          line-height: 4px; }
        .careers__page-about .slider__about-cardDescription {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.42px;
          color: #A3A3A3; }
      .careers__page-about .slick-dots {
        bottom: -5px;
        -ms-flex-pack: start;
            justify-content: start; } }
  .careers__page-about-mobile {
    display: none;
    padding-top: 20px;
    padding-bottom: 42px; }
    .careers__page-about-mobile .section-head {
      margin-bottom: 15px; }
      .careers__page-about-mobile .section-head .section-title {
        color: #FFF; }
      .careers__page-about-mobile .section-head .section-desc {
        font-size: 14px;
        line-height: .8;
        color: #A3A3A3;
        text-transform: uppercase;
        margin-top: 5px; }
    .careers__page-about-mobile .section-content {
      letter-spacing: 0.12px;
      color: #C0C0C0;
      font-size: 14px; }
      .careers__page-about-mobile .section-content a {
        color: #C0C0C0; }
        .careers__page-about-mobile .section-content a:not(.btn) {
          display: inline-block; }
      .careers__page-about-mobile .section-content .buttons-wrap .btn, .careers__page-about-mobile .section-content .buttons-wrap body.woocommerce .button, body.woocommerce .careers__page-about-mobile .section-content .buttons-wrap .button {
        font-weight: 600;
        letter-spacing: 0.16px;
        color: #FFFFFF; }
        .careers__page-about-mobile .section-content .buttons-wrap .btn:not(:last-child), .careers__page-about-mobile .section-content .buttons-wrap body.woocommerce .button:not(:last-child), body.woocommerce .careers__page-about-mobile .section-content .buttons-wrap .button:not(:last-child) {
          margin-bottom: 11px; }
    @media (max-width: 991.98px) {
      .careers__page-about-mobile {
        display: block; } }
  @media (min-width: 1200px) {
    .careers__page-news .container {
      max-width: 1476px; } }
  .careers__page-news .slick-slide {
    height: auto; }
  .careers__page-news .news-item__title {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Roboto'; }
    @media (max-width: 991.98px) {
      .careers__page-news .news-item__title {
        line-height: 1.5;
        font-size: 14px; } }
  .careers__page-news .news-item.news-item--feature .news-item__image {
    padding-top: 66.5%; }
  .careers__page-news .news-item.news-item--featured .news-item__image {
    padding-top: 66.5%; }
  .career__page_v2 .careers__page-news {
    padding: 100px 0 120px; }
    .career__page_v2 .careers__page-news .news-updates__title {
      margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .career__page_v2 .careers__page-news {
        padding: 48px 0; }
        .career__page_v2 .careers__page-news .news-updates__title {
          margin-bottom: 20px; } }
  .careers__page-jobs {
    scroll-margin-top: 70px;
    position: relative;
    padding-top: 48px;
    padding-bottom: 120px; }
    .careers__page-jobs .bg-job {
      display: none; }
    @media (min-width: 1200px) {
      .careers__page-jobs .container {
        max-width: 1476px; } }
    @media (max-width: 991.98px) {
      .careers__page-jobs .bg-job {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 170px;
        object-fit: cover;
        opacity: .15; } }
    .careers__page-jobsHeading .heading {
      text-align: center;
      margin-bottom: 33px; }
      .careers__page-jobsHeading .heading__title {
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 8px;
        font-family: "Rams";
        font-weight: bold; }
      .careers__page-jobsHeading .heading__description {
        color: #a3a3a3;
        font-size: normal;
        letter-spacing: 0.2px; }
    .careers__page-jobsfilter .filter {
      margin-bottom: 32px; }
      .careers__page-jobsfilter .filter__group {
        position: relative; }
      .careers__page-jobsfilter .filter__form {
        display: grid;
        gap: 15px;
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
        -ms-flex-line-pack: center;
            align-content: center;
        margin-bottom: 20px; }
        .careers__page-jobsfilter .filter__form .form-control-searchTrigger {
          background-color: transparent;
          position: absolute;
          width: 50px;
          height: 100%;
          top: 0;
          right: 0;
          border: 0px;
          display: none; }
          .careers__page-jobsfilter .filter__form .form-control-searchTrigger svg path {
            fill: #FFFFFF; }
          @media (max-width: 991.98px) {
            .careers__page-jobsfilter .filter__form .form-control-searchTrigger {
              display: block; } }
        .careers__page-jobsfilter .filter__form .form-control-searchClose {
          background-color: transparent;
          position: absolute;
          width: 50px;
          height: 100%;
          top: 0;
          right: 0;
          border: 0px;
          display: none;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          opacity: 0; }
          .careers__page-jobsfilter .filter__form .form-control-searchClose svg path {
            fill: #FFFFFF; }
          @media (min-width: 768px) {
            .careers__page-jobsfilter .filter__form .form-control-searchClose {
              display: -ms-flexbox;
              display: flex; } }
          @media (max-width: 991.98px) {
            .careers__page-jobsfilter .filter__form .form-control-searchClose {
              display: none; } }
        .careers__page-jobsfilter .filter__form input, .careers__page-jobsfilter .filter__form select {
          background-color: #2E2E2E;
          box-shadow: 0 0 0 .7px #707070;
          color: #c0c0c0;
          height: 54px;
          border-right: 10px solid transparent !important; }
          @media (max-width: 991.98px) {
            .careers__page-jobsfilter .filter__form input, .careers__page-jobsfilter .filter__form select {
              background-color: #060606;
              height: 40px; } }
        .careers__page-jobsfilter .filter__form button {
          width: 100%; }
        @media (max-width: 991.98px) {
          .careers__page-jobsfilter .filter__form .mobile-hide {
            display: none; } }
      .careers__page-jobsfilter .filter-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .careers__page-jobsfilter .filter-wrap .filter-trigger {
          margin-left: auto; }
        .careers__page-jobsfilter .filter-wrap .filter-trigger {
          display: block; }
          @media (min-width: 768px) {
            .careers__page-jobsfilter .filter-wrap .filter-trigger {
              display: none; } }
        .careers__page-jobsfilter .filter-wrap .filter-button {
          background-color: transparent;
          padding: 0;
          letter-spacing: 0.16px;
          color: #A3A3A3;
          border: 0; }
    .careers__page-jobsresult .result__item.hide {
      display: none; }
    .careers__page-jobsresult .result__item.open .item .heading__info {
      opacity: 0;
      transition: all .3s ease-in-out; }
    .careers__page-jobsresult .result__item.open .item .item__action svg {
      transform: rotate(90deg);
      transition: all .3s ease-in-out; }
    .careers__page-jobsresult .result__item .item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      .careers__page-jobsresult .result__item .item__heading .heading {
        padding: 10px 0; }
        .careers__page-jobsresult .result__item .item__heading .heading__title {
          font-size: 25px;
          line-height: 30px;
          letter-spacing: 0.25px;
          font-weight: bold;
          margin-bottom: 5px; }
        .careers__page-jobsresult .result__item .item__heading .heading__info {
          transition: all .3s ease-in-out; }
          .careers__page-jobsresult .result__item .item__heading .heading__info ul {
            padding-left: 0px;
            margin-bottom: 0px;
            display: -ms-flexbox;
            display: flex;
            gap: 15px; }
            .careers__page-jobsresult .result__item .item__heading .heading__info ul li {
              list-style: none;
              display: inline-block;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center;
              gap: 5px;
              color: #a3a3a3; }
              .careers__page-jobsresult .result__item .item__heading .heading__info ul li svg {
                color: #fff; }
      .careers__page-jobsresult .result__item .item__action {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        gap: 22px;
        color: #a3a3a3; }
        .careers__page-jobsresult .result__item .item__action svg {
          color: #fff;
          transition: all .3s ease-in-out; }
        .careers__page-jobsresult .result__item .item__action:hover {
          cursor: pointer;
          color: #fff; }
    .careers__page-jobsresult .result__item .itemResult {
      height: 0;
      overflow: hidden;
      opacity: 0;
      transition: all .5s ease-in-out; }
      .careers__page-jobsresult .result__item .itemResult__wrap {
        padding: 20px 40px;
        background-color: #1d1c1c;
        border-radius: 5px;
        margin-bottom: 30px; }
      .careers__page-jobsresult .result__item .itemResult.open {
        height: auto;
        opacity: 1;
        transition: all .5s ease-in-out; }
      .careers__page-jobsresult .result__item .itemResult__item {
        padding: 20px 0; }
        .careers__page-jobsresult .result__item .itemResult__item-heading {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between;
          margin-bottom: 16px; }
          .careers__page-jobsresult .result__item .itemResult__item-heading .heading__title {
            margin-bottom: 10px;
            font-size: 25px;
            line-height: 30px;
            letter-spacing: 0.25px;
            font-weight: normal; }
          .careers__page-jobsresult .result__item .itemResult__item-heading .heading__info ul {
            padding-left: 0px;
            margin-bottom: 0px;
            display: -ms-flexbox;
            display: flex;
            gap: 15px; }
            .careers__page-jobsresult .result__item .itemResult__item-heading .heading__info ul li {
              list-style: none;
              display: inline-block;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center;
              gap: 5px;
              color: #a3a3a3; }
              .careers__page-jobsresult .result__item .itemResult__item-heading .heading__info ul li svg {
                color: #fff; }
          .careers__page-jobsresult .result__item .itemResult__item-heading .action ul {
            display: -ms-flexbox;
            display: flex;
            gap: 15px;
            margin-bottom: 0px; }
            .careers__page-jobsresult .result__item .itemResult__item-heading .action ul li {
              list-style: none; }
              .careers__page-jobsresult .result__item .itemResult__item-heading .action ul li a {
                -ms-flex-align: center;
                    align-items: center;
                padding: 13px 44px;
                box-shadow: inset 0 0 0 1px #707070;
                color: #FFFFFF;
                transition: all .3s ease-in-out; }
                .careers__page-jobsresult .result__item .itemResult__item-heading .action ul li a:hover {
                  color: #e51937;
                  box-shadow: inset 0 0 0 1px #e51937;
                  transition: all .3s ease-in-out; }
        .careers__page-jobsresult .result__item .itemResult__item-description {
          color: #a3a3a3; }
        .careers__page-jobsresult .result__item .itemResult__item:not(:last-child) {
          border-bottom: 1px solid #707070; }
        .careers__page-jobsresult .result__item .itemResult__item-footerAction {
          margin-top: 16px;
          display: none; }
          .careers__page-jobsresult .result__item .itemResult__item-footerAction ul {
            display: -ms-flexbox;
            display: flex;
            gap: 15px;
            padding-left: 0px; }
            .careers__page-jobsresult .result__item .itemResult__item-footerAction ul li {
              list-style: none;
              -ms-flex-align: center;
                  align-items: center;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
              text-align: center;
              font-size: 12px;
              letter-spacing: 0.12px; }
              .careers__page-jobsresult .result__item .itemResult__item-footerAction ul li a {
                display: block;
                width: 100%;
                -ms-flex-align: center;
                    align-items: center;
                padding: 8px 44px;
                box-shadow: inset 0 0 0 1px #707070;
                color: #FFFFFF;
                transition: all .3s ease-in-out; }
                .careers__page-jobsresult .result__item .itemResult__item-footerAction ul li a:hover {
                  color: #e51937;
                  box-shadow: inset 0 0 0 1px #e51937;
                  transition: all .3s ease-in-out; }
    .careers__page-jobsresult .result__item:not(:last-child) {
      border-bottom: 1px solid #707070; }
    .careers__page-jobsresult .result__more {
      box-shadow: inset 0 0 0 1px #707070;
      padding: 17px 0;
      text-align: center;
      margin-top: 80px; }
      .careers__page-jobsresult .result__more svg {
        transform: rotate(90deg);
        color: #707070; }
      .careers__page-jobsresult .result__more:hover {
        cursor: pointer;
        box-shadow: inset 0 0 0 1px #a3a3a3; }
        .careers__page-jobsresult .result__more:hover svg {
          color: #a3a3a3; }
      .careers__page-jobsresult .result__more.hide {
        display: none; }
    .careers__page-jobsnot .not {
      padding-top: 60px; }
      .careers__page-jobsnot .not__media {
        margin-bottom: 20px; }
      .careers__page-jobsnot .not__description {
        color: #a3a3a3;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.2px;
        padding: 0 20px;
        text-align: center; }
    @media (max-width: 991.98px) {
      .careers__page-jobs {
        padding-top: 35px;
        padding-bottom: 60px; }
        .careers__page-jobsHeading .heading {
          text-align: left;
          margin-bottom: 15px; }
          .careers__page-jobsHeading .heading__title {
            font-size: 20px;
            line-height: 22px;
            margin-bottom: 5px; }
          .careers__page-jobsHeading .heading__description {
            font-size: 14px;
            color: #a3a3a3;
            font-size: normal;
            letter-spacing: 0.2px; }
        .careers__page-jobsfilter .filter {
          margin-bottom: 16px; }
          .careers__page-jobsfilter .filter__form {
            display: grid;
            gap: 5px;
            grid-template-columns: 1fr;
            -ms-flex-line-pack: center;
                align-content: center;
            margin-bottom: 15px; }
          .careers__page-jobsfilter .filter__result {
            font-size: 12px;
            color: #a3a3a3; }
        .careers__page-jobsresult .result__item .item__heading .heading {
          padding: 8px 0; }
          .careers__page-jobsresult .result__item .item__heading .heading__title {
            font-size: 14px;
            line-height: 17px;
            letter-spacing: 0.14px;
            font-weight: bold; }
          .careers__page-jobsresult .result__item .item__heading .heading__info ul {
            gap: 10px; }
            .careers__page-jobsresult .result__item .item__heading .heading__info ul li {
              font-size: 12px;
              gap: 3px; }
              .careers__page-jobsresult .result__item .item__heading .heading__info ul li span {
                display: none; }
        .careers__page-jobsresult .result__item .item__action {
          gap: 12px;
          font-size: 12px;
          letter-spacing: 0.12px; }
        .careers__page-jobsresult .result__item .itemResult {
          height: 0;
          overflow: hidden;
          opacity: 0;
          transition: all .5s ease-in-out; }
          .careers__page-jobsresult .result__item .itemResult__wrap {
            padding: 15px 15px;
            background-color: #1d1c1c;
            border-radius: 5px;
            margin-bottom: 30px; }
          .careers__page-jobsresult .result__item .itemResult__item {
            padding: 5px 0; }
            .careers__page-jobsresult .result__item .itemResult__item-heading {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center;
              -ms-flex-pack: justify;
                  justify-content: space-between;
              margin-bottom: 12px; }
              .careers__page-jobsresult .result__item .itemResult__item-heading .heading__title {
                margin-bottom: 8px;
                font-size: 14px;
                letter-spacing: 0.14px;
                font-weight: bold; }
              .careers__page-jobsresult .result__item .itemResult__item-heading .heading__info ul {
                gap: 10px; }
                .careers__page-jobsresult .result__item .itemResult__item-heading .heading__info ul li {
                  font-size: 12px; }
              .careers__page-jobsresult .result__item .itemResult__item-heading .action {
                display: none; }
            .careers__page-jobsresult .result__item .itemResult__item-description {
              color: #a3a3a3;
              font-size: 12px;
              letter-spacing: 0.12px; }
            .careers__page-jobsresult .result__item .itemResult__item-footerAction {
              display: block; }
        .careers__page-jobsresult .result__item:not(:last-child) {
          border-bottom: 1px solid #707070; }
        .careers__page-jobsresult .result__more {
          padding: 12px 0;
          margin-top: 30px; } }
  .careers__page-job {
    padding-top: 53px;
    padding-bottom: 380px; }
    @media (min-width: 1200px) {
      .careers__page-job .container {
        max-width: 1476px; } }
    .careers__page-job a.btn-lamar {
      display: inline;
      color: #fff;
      padding: 15px 82px;
      letter-spacing: 0.25px;
      text-transform: uppercase;
      font-size: 25px;
      line-height: 51px; }
      @media (max-width: 991.98px) {
        .careers__page-job a.btn-lamar {
          display: none; } }
      .careers__page-job a.btn-lamar-mobile {
        color: #FFFFFF; }
    .careers__page-jobWrap {
      display: grid;
      grid-template-columns: 1fr 490px;
      gap: 56px; }
    .careers__page-job .content {
      font-size: 20px;
      letter-spacing: 0.2px;
      line-height: 30px; }
      .careers__page-job .content h1, .careers__page-job .content h2, .careers__page-job .content h3, .careers__page-job .content h4, .careers__page-job .content h5, .careers__page-job .content h6 {
        color: #FFFFFF; }
      .careers__page-job .content p, .careers__page-job .content li {
        color: #c0c0c0; }
      .careers__page-job .content button {
        padding: 15px 81px;
        font-size: 25px; }
        .careers__page-job .content button:hover {
          cursor: pointer; }
      .careers__page-job .content__info {
        background-color: #1d1c1c;
        padding: 10px 10px;
        border-radius: 10px; }
        .careers__page-job .content__info table, .careers__page-job .content__info tr, .careers__page-job .content__info td {
          border: 0;
          padding: 4px 0px;
          font-size: 13px;
          line-height: 16px;
          letter-spacing: 0.13px; }
        .careers__page-job .content__info table {
          width: 100%;
          margin-bottom: 0px; }
          .careers__page-job .content__info table tr {
            display: grid;
            grid-template-columns: repeat(2, 1fr); }
            .careers__page-job .content__info table tr td {
              color: #FFF; }
              .careers__page-job .content__info table tr td:first-child {
                color: #a3a3a3; }
        .careers__page-job .content__info-mobile table {
          width: 100%;
          table-layout: fixed; }
        .careers__page-job .content__info-mobile tbody {
          display: block;
          width: 100%; }
          .careers__page-job .content__info-mobile tbody tr:nth-child(even) {
            padding-top: 0px !important; }
            .careers__page-job .content__info-mobile tbody tr:nth-child(even) td {
              color: #a3a3a3 !important;
              padding-top: 0px !important; }
          .careers__page-job .content__info-mobile tbody tr:nth-child(odd) {
            padding-bottom: 0px !important; }
            .careers__page-job .content__info-mobile tbody tr:nth-child(odd) td {
              padding-bottom: 0px !important;
              color: #FFFFFF !important; }
    .careers__page-job .sidebar > *:not(:last-child) {
      margin-bottom: 34px; }
    .careers__page-job .sidebar__title {
      margin-bottom: 27px;
      letter-spacing: 0.25px;
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 25px;
      line-height: 44px; }
    .careers__page-job .sidebar__info {
      background-color: #1d1c1c;
      padding: 33px 38px;
      border-radius: 10px; }
      .careers__page-job .sidebar__info table, .careers__page-job .sidebar__info tr, .careers__page-job .sidebar__info td {
        border: 0;
        padding: 6px 0px;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.2px; }
      .careers__page-job .sidebar__info table tr td:first-child {
        color: #a3a3a3; }
    .careers__page-job .sidebar__progress {
      background-color: #1d1c1c;
      padding: 33px 38px;
      border-radius: 10px; }
      .careers__page-job .sidebar__progress-items .item {
        display: grid;
        grid-template-columns: 82px auto;
        -ms-flex-align: center;
            align-items: center;
        gap: 28px; }
        .careers__page-job .sidebar__progress-items .item__number {
          width: 100%;
          height: 70px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          box-shadow: inset 0 0 0 1px #707070;
          background-color: #2e2e2e;
          font-size: 30px;
          font-weight: bold;
          line-height: 38px;
          border-radius: 10px; }
        .careers__page-job .sidebar__progress-items .item__heading-title {
          font-size: 20px;
          line-height: 24px;
          letter-spacing: 0.2px;
          color: #FFFFFF;
          margin-bottom: 3px;
          font-weight: normal; }
        .careers__page-job .sidebar__progress-items .item__heading-description {
          font-size: 16px;
          line-height: 19px;
          letter-spacing: 0.16px;
          color: #C0C0C0; }
        .careers__page-job .sidebar__progress-items .item:not(:last-child) {
          margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .careers__page-job {
        padding-top: 0px;
        padding-bottom: 60px; }
        .careers__page-jobWrap {
          display: grid;
          grid-template-columns: 1fr;
          gap: 0px; }
        .careers__page-job .content {
          font-size: 12px;
          letter-spacing: 0.12px;
          line-height: 18px; }
          .careers__page-job .content h1, .careers__page-job .content h2, .careers__page-job .content h3, .careers__page-job .content h4, .careers__page-job .content h5, .careers__page-job .content h6 {
            color: #FFFFFF; }
          .careers__page-job .content p, .careers__page-job .content li {
            color: #c0c0c0; }
          .careers__page-job .content button {
            padding: 10px 81px;
            font-size: 14px;
            display: block;
            width: 100%; }
        .careers__page-job .sidebar > *:not(:last-child) {
          margin-bottom: 15px; }
        .careers__page-job .sidebar__title {
          margin-bottom: 16px;
          letter-spacing: 0.16px;
          font-size: 16px;
          line-height: 32px; }
        .careers__page-job .sidebar__info {
          background-color: transparent;
          padding: 10px 10px;
          border-radius: 10px; }
          .careers__page-job .sidebar__info table, .careers__page-job .sidebar__info tr, .careers__page-job .sidebar__info td {
            border: 0;
            padding: 4px 0px;
            font-size: 13px;
            line-height: 16px;
            letter-spacing: 0.13px; }
        .careers__page-job .sidebar__progress {
          background-color: transparent;
          padding: 10px 10px; }
          .careers__page-job .sidebar__progress-items .item {
            gap: 14px;
            grid-template-columns: 52px auto; }
            .careers__page-job .sidebar__progress-items .item__number {
              box-shadow: inset 0 0 0 1px #707070;
              background-color: #2e2e2e;
              font-size: 22px;
              line-height: 28px;
              border-radius: 5px;
              height: 50px; }
            .careers__page-job .sidebar__progress-items .item__heading-title {
              font-size: 14px;
              line-height: 17px;
              letter-spacing: 0.14px; }
            .careers__page-job .sidebar__progress-items .item__heading-description {
              display: none; }
            .careers__page-job .sidebar__progress-items .item:not(:last-child) {
              margin-bottom: 13px; } }
  .careers__page .news-updates__slider .slick-dots li button {
    border-radius: 0px; }
  .careers__page .news-updates__slider .slick-dots li.slick-active button {
    opacity: .75;
    background-color: #e51937;
    width: 16px; }
  .careers__page #filter-find-job {
    width: 58px;
    height: 58px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #E51937;
    border-radius: 50%;
    position: fixed;
    right: 27px;
    bottom: 80px;
    z-index: 999;
    display: none; }
    .careers__page #filter-find-job svg {
      width: 24px;
      height: 24px; }
      .careers__page #filter-find-job svg path {
        fill: #FFFFFF; }
    @media (min-width: 768px) {
      .careers__page #filter-find-job {
        display: none; } }
    .careers__page #filter-find-jobModal.modal {
      display: none;
      /* Hidden by default */
      position: fixed;
      /* Stay in place */
      z-index: 1;
      /* Sit on top */
      left: 0;
      top: 0;
      width: 100%;
      /* Full width */
      height: 100%;
      /* Full height */
      overflow: auto;
      /* Enable scroll if needed */
      background-color: black;
      /* Fallback color */
      background-color: rgba(0, 0, 0, 0.4);
      /* Black w/ opacity */
      z-index: 1000; }
      .careers__page #filter-find-jobModal.modal .modal-content {
        background-color: #0B0A0B;
        margin: 0px auto 0;
        /* 15% from the top and centered */
        padding: 20px;
        width: 100%;
        /* Could be more or less, depending on screen size */
        height: 100vh;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
        .careers__page #filter-find-jobModal.modal .modal-content select {
          border-right: 10px solid transparent !important; }
        .careers__page #filter-find-jobModal.modal .modal-content-header {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center;
          border-bottom: 1px solid #707070;
          padding-bottom: 10px;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
          .careers__page #filter-find-jobModal.modal .modal-content-header .logo img {
            width: 120px; }
        .careers__page #filter-find-jobModal.modal .modal-content-content {
          padding-top: 30px;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
          .careers__page #filter-find-jobModal.modal .modal-content-content label {
            margin-bottom: 10px; }
          .careers__page #filter-find-jobModal.modal .modal-content-content select {
            margin-top: 10px;
            background-color: #2E2E2E;
            color: #FFFFFF;
            padding: 0 10px; }
        .careers__page #filter-find-jobModal.modal .modal-content-footer {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          display: -ms-flexbox;
          display: flex;
          gap: 6px; }
          .careers__page #filter-find-jobModal.modal .modal-content-footer > * {
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
          .careers__page #filter-find-jobModal.modal .modal-content-footer button {
            background-color: transparent;
            color: #FFFFFF;
            padding: 8px 0; }
          .careers__page #filter-find-jobModal.modal .modal-content-footer button.btn-reset {
            border: 1px solid #FFFFFF; }
          .careers__page #filter-find-jobModal.modal .modal-content-footer button.btn-primary {
            background-color: #E51937; }
        .careers__page #filter-find-jobModal.modal .modal-content .close {
          color: #aaa;
          float: right;
          font-size: 28px;
          font-weight: bold; }
          .careers__page #filter-find-jobModal.modal .modal-content .close:hover, .careers__page #filter-find-jobModal.modal .modal-content .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer; }
  .careers__page #alert-danger.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index: 1000; }
    .careers__page #alert-danger.modal .modal-content {
      background-color: #1D1C1C;
      margin: 15% auto 0;
      /* 15% from the top and centered */
      padding: 20px;
      width: 746px;
      /* Could be more or less, depending on screen size */
      max-width: 100%;
      height: 172px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      border-bottom: 3px solid #E51937;
      animation-name: example;
      animation-duration: .3s; }
      .careers__page #alert-danger.modal .modal-content-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        padding-bottom: 15px;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
        .careers__page #alert-danger.modal .modal-content-header .title {
          font-size: 30px;
          font-weight: bold; }
      .careers__page #alert-danger.modal .modal-content-content {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        font-size: 20px;
        letter-spacing: 0.2px;
        line-height: 120%; }
      .careers__page #alert-danger.modal .modal-content .close {
        color: #FFFFFF;
        float: right;
        font-size: 28px;
        font-weight: bold; }
        .careers__page #alert-danger.modal .modal-content .close:hover, .careers__page #alert-danger.modal .modal-content .close:focus {
          color: black;
          text-decoration: none;
          cursor: pointer; }

@keyframes example {
  from {
    transform: translateY(-40px); }
  to {
    transform: translateY(0px); } }

#main-wrapper .career-menu {
  margin-left: auto; }
  #main-wrapper .career-menu .main-menu::-webkit-scrollbar {
    width: 0;
    height: 0; }
  #main-wrapper .career-menu .main-menu .menu-item {
    border-bottom: 0px solid transparent !important; }
  #main-wrapper .career-menu .main-menu li.current-menu-item a {
    color: #E51937; }
    @media (max-width: 991.98px) {
      #main-wrapper .career-menu .main-menu li.current-menu-item a {
        color: #C0C0C0;
        position: relative; }
        #main-wrapper .career-menu .main-menu li.current-menu-item a::after {
          content: "";
          position: absolute;
          bottom: 1px;
          left: 10px;
          width: calc(100% - 20px);
          height: 2px;
          background-color: #E51937; } }

@media (max-width: 991.98px) {
  #main-wrapper {
    padding-top: 90px; }
    #main-wrapper .career-header {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      #main-wrapper .career-header .career-menu {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 2; }
        #main-wrapper .career-header .career-menu .main-menu {
          padding: 5px 0;
          display: -ms-inline-flexbox;
          display: inline-flex; }
          #main-wrapper .career-header .career-menu .main-menu li {
            display: inline; }
            #main-wrapper .career-header .career-menu .main-menu li a {
              padding: 9px 10px;
              display: inline;
              font-weight: normal;
              color: #C0C0C0;
              font-family: "RNS Sanz"; } }

/* Wider thar 601px */
@media only screen and (min-width: 601px) {
  /* Career Page */
  .careers__page #alert-danger.modal .modal-content-header .title {
    font-size: 25px; }
  .careers__page-funfact .funfact__item-heading {
    font-size: 60px;
    margin-bottom: 13px; }
  .careers__page-about .about__content-title {
    font-weight: bold; }
  .careers__page-team .slider__team-cardInfo ul {
    font-size: 18px; }
  .careers__page-heading .heading__titleSmall {
    font-size: 40px; }
  .careers__page .news-updates__title {
    font-family: "Rams";
    font-weight: bold;
    font-size: 40px; }
  .careers__page .news-item__date .date {
    font-size: 20px; }
  .careers__page .news-item__date .tag {
    font-size: 16px; }
  /* Career Jobs */
  .careers__page-jobs {
    font-size: 20px; }
  .careers__page-jobsresult .itemResult__item-heading .heading__title {
    font-weight: 600; }
  /* Careers Job */
  .careers__page-job .sidebar__title {
    font-weight: 600; }
  .careers__page-job .sidebar__progress-items .item__heading-title {
    font-weight: 600; } }

/* Smaller than 600px */
@media only screen and (max-width: 600px) {
  .career-menu .main-menu .menu-item {
    /* border: none;*/ }
  /* Career Page */
  .careers__page .funfact__item-heading,
  .careers__page .funfact__item-subheading {
    text-align: left; }
  .careers__page #alert-danger.modal .modal-content-header .title {
    font-size: 18px; }
  .careers__page #alert-danger.modal .modal-content-content {
    font-size: 14px; }
  .careers__page #alert-danger.modal .modal-content {
    margin: 50% auto 0; }
  .careers__page-about .about__content-title {
    font-weight: bold; }
  .careers__page .news-updates__title {
    font-family: "Rams";
    font-weight: bold;
    font-size: 20px; }
  .careers__page h3.news-item__title {
    font-size: 14px; }
  /* Careers Job */
  .careers__page .content h2:first-child {
    font-size: 18px; }
  .careers__page .content h2 {
    font-size: 16px; }
  .careers__page .sidebar .sidebar__title {
    font-size: 16px; } }

/* Tambahan Revisi */
body.page-template-template-view-job ul.nav-sticky-mobile.nav,
body.page-template-template-find-job ul.nav-sticky-mobile.nav,
body.page-template-template-careers ul.nav-sticky-mobile.nav {
  display: none !important; }

body.page-template-template-view-job.nav-sticky-mobile-enabled,
body.page-template-template-find-job.nav-sticky-mobile-enabled,
body.page-template-template-careers.nav-sticky-mobile-enabled {
  padding-bottom: 0px; }

.careers__page-about .about__image-videoButton {
  gap: 0px; }

.careers__page-jobsresult .result__item.open {
  border-bottom: 1px; }

.gap-20 {
  margin: 0 -10px; }
  .gap-20 > [class|="col"] {
    padding: 0 10px; }

.gap-10 {
  margin: 0 -5px; }
  .gap-10 > [class|="col"] {
    padding: 0 5px; }

.gap-bottom > [class|="col"] {
  padding-bottom: 30px; }

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

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

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

.text-justify {
  text-align: justify !important; }

.fx-direction-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.fx-grow-1 {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.justify-content-center {
  -ms-flex-pack: center;
      justify-content: center; }

.justify-content-end {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.justify-content-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.justify-content-around {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.align-items-center {
  -ms-flex-align: center;
      align-items: center; }

.align-items-start {
  -ms-flex-align: start;
      align-items: flex-start; }

.align-items-end {
  -ms-flex-align: end;
      align-items: flex-end; }

.text-uppercase {
  text-transform: uppercase; }

.text-italic {
  font-style: italic; }

.unstyle-hr {
  margin: 20px 0;
  border-color: transparent;
  border-width: 1px 0 0 0; }

.section-gray {
  background-color: #fafafa; }

.full-height {
  height: 100%; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-40 {
  margin-bottom: 40px; }

.ml-auto {
  margin-left: auto; }

.mr-0 {
  margin-right: 0 !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.excerpt-2, .excerpt-3, .excerpt-4, .excerpt-6 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }

.excerpt-2 {
  max-height: 3em;
  -webkit-line-clamp: 2; }

.excerpt-3 {
  max-height: 4.5em;
  -webkit-line-clamp: 3; }

.excerpt-4 {
  max-height: 6em;
  -webkit-line-clamp: 4; }

.excerpt-6 {
  max-height: 7.92em;
  -webkit-line-clamp: 6; }

/* slider lazyload
----------------------------------------------- */
.clean-slider {
  max-height: 100px;
  visibility: hidden;
  overflow: hidden; }

.image-cover-box {
  position: relative;
  padding-top: 100%; }
  .image-cover-box > img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center; }

@media (max-width: 991.98px) {
  .table-responsive {
    width: 100%;
    overflow-y: auto; }
    .table-responsive::-webkit-scrollbar {
      height: 6px; } }
    @media (max-width: 991.98px) and (max-width: 767.98px) {
      .table-responsive::-webkit-scrollbar {
        height: 4px; } }

@media (max-width: 991.98px) {
    .table-responsive::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .table-responsive::-webkit-scrollbar-thumb {
      background: #b3b3b3; }
      .table-responsive::-webkit-scrollbar-thumb:hover {
        background: #838383; }
    .table-responsive table {
      width: auto;
      min-width: 100%; }
      .table-responsive table th,
      .table-responsive table td {
        white-space: nowrap; }
        .table-responsive table th.mobile-break,
        .table-responsive table td.mobile-break {
          white-space: normal;
          min-width: 200px; } }

.d-none-important {
  display: none !important; }

.d-none {
  display: none; }

.d-block {
  display: block; }

.d-flex {
  display: -ms-flexbox;
  display: flex; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.visibility-hidden {
  visibility: hidden; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.white-space-nowrap {
  white-space: nowrap; }

.d-xs-none {
  display: none; }

.d-xs-block {
  display: block; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none; }
  .d-sm-block {
    display: block; }
  .d-sm-flex {
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 768px) {
  .gap-40 {
    margin: 0 -20px; }
    .gap-40 > [class|="col"] {
      padding: 0 20px; }
  .d-md-none {
    display: none; }
  .d-md-block {
    display: block; }
  .d-md-flex {
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 992px) {
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .d-lg-block {
    display: block; }
  .d-lg-inlineblock {
    display: inline-block; }
  .d-lg-none {
    display: none; } }

.bg-grey {
  background-color: #F6F6F6 !important; }

.border-transparent {
  border-color: transparent !important; }

@keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.rotating, .btn-show-all.loading > span:before,
.btn-load-more.loading > span:before {
  animation: rotating 2s linear infinite; }
/*# sourceMappingURL=main.css.map */