@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

html, body {
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

textarea, input {
  border: none;
}

textarea, input:focus {
  outline-color: transparent;
  outline-style: none;
}

a {
  color: inherit;
  cursor: pointer;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
  .container.small {
    max-width: 1100px;
    align-items: flex-start;
  }
  .container.smallest {
    max-width: 960px;
    align-items: flex-start;
  }
}

@media (min-width: 1540px) {
  .container {
    max-width: 1540px;
  }
  .shop .zig-product-list .container, .shop .zig-product-top .container {
    max-width: 1920px;
    width: auto;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .col-sm,
  .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-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 64rem;
  }
  .col-md,
  .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-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 75rem;
  }
  .col-lg,
  .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-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}

@media only screen and (min-width: 85em) {
  .container {
    width: 85rem;
  }
}

@-webkit-keyframes firstIn {
  0% {
    opacity: 0;
    transform: translateY(-5%);
  }
  65% {
    opacity: 0;
    transform: translateY(-3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes firstIn {
  0% {
    opacity: 0;
    transform: translateY(-5%);
  }
  65% {
    opacity: 0;
    transform: translateY(-3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes second {
  0% {
    opacity: 0;
    transform: translateY(6%);
  }
  75% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes second {
  0% {
    opacity: 0;
    transform: translateY(6%);
  }
  75% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes third {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  85% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes third {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  85% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.swal-icon,
.swal-icon > * {
  box-sizing: initial !important;
}

.swal-icon--success {
  border-color: #a5dc86;
}

.swal-icon--success:after, .swal-icon--success:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #ffffff;
  transform: rotate(45deg);
}

.swal-icon--success:before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

.swal-icon--success:after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0 60px;
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

.swal-icon--success__ring {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(164, 219, 132, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.swal-icon--success__hide-corners {
  width: 5px;
  height: 90px;
  background-color: #ffffff;
  padding: 1px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

.swal-icon--success__line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.swal-icon--success__line--tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  -webkit-animation: animateSuccessTip .75s;
  animation: animateSuccessTip .75s;
}

.swal-icon--success__line--long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  -webkit-animation: animateSuccessLong .75s;
  animation: animateSuccessLong .75s;
}

.swal-icon {
  width: 80px;
  height: 80px;
  border-width: 4px;
  border-style: solid;
  border-radius: 50%;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  margin: 20px 0;
}

.swal-icon:first-child {
  margin-top: 32px;
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  to {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  to {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  to {
    transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  to {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  to {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

.ease, .btn, .select-clean select, .zig-site-message, .zig-site-message span, .zig-app-cta, .zig-app-cta span, header, .zig-navbar, .zig-navbar.dark .zig-navbar_cart .menu-open, .zig-navbar_logo img, .zig-navbar_links .link .dropdown .container .item, .zig-navbar_links .link .dropdown .container .item img, .zig-navbar_links .link .dropdown .container .item .text, .zig-footer_top .link, .mobile-menu,
.mobile-filter-menu, .zig-home-type_item, .zig-home-type_item_img, .zig-featured-products_categories a, .zig-product-top_categories .category, .zig-product-list--filter section ul li, .add-cta, .zig-variants-option .variants-select_colorpicker label span, .zig-variants-option select, .zig-checkout_body_progress_item, .zig-checkout_body_form, .zig-checkout_body_form input,
.zig-checkout_body_form select, .product-compact_details_amend .quantities span, .checkbox label, .checkbox .toggle .indicator, .posts .post, .posts .post .read, .contact-body_form input[type="submit"], .account-cards_card form input, .address-cards_item .buttons .button, .address-form .buttons a,
.address-form .buttons input, .zig-membership .question .options .option, .zig-membership .progress-bar, .zig-membership .progress-bar .indicator, .back-btn,
.next-btn,
.act-btn, .zig-subscribe--summary_content section.price-summary .details, .zig-subscribe--panel_header select, .zig-subscribe--panel_select_item, .subscribe-options .select-products_item, .subscribe-options .select-products_item_variant select, .subscribe-options .products_list_item.slot, .subscribe-options .products_list_item.slot .empty-slot .add-icon, .subscribe-options .products_list_item.slot .empty-slot span, .payment-cards_card, .choose-btn, .wiki-popular ul.product-list li, .wiki-body main section .guide-files .file, .faq_list > li.search input[type='submit'] {
  transition: all .2s ease-in-out;
}

.ease2, .zig-navbar_links .link .dropdown {
  transition: opacity .2s ease-in-out;
}

.hidden-sm {
  display: none;
}

.no-padding {
  padding: 0 !important;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

@font-face {
  font-family: 'Maison Neue';
  src: url("/fonts/MaisonNeue-Light.woff2") format("woff2"), url("/fonts/MaisonNeue-Light.woff") format("woff"), url("/fonts/MaisonNeue-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Maison Neue';
  src: url("/fonts/MaisonNeue-Book.woff2") format("woff2"), url("/fonts/MaisonNeue-Book.woff") format("woff"), url("/fonts/MaisonNeue-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Maison Neue';
  src: url("/fonts/MaisonNeue-BookItalic.woff2") format("woff2"), url("/fonts/MaisonNeue-BookItalic.woff") format("woff"), url("/fonts/MaisonNeue-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Maison Neue';
  src: url("/fonts/MaisonNeue-Bold.woff2") format("woff2"), url("/fonts/MaisonNeue-Bold.woff") format("woff"), url("/fonts/MaisonNeue-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

html {
  font-size: 16px;
}

html, h3, h4, h5, h6, p {
  font-family: "Helvetica Neue", "Helvetica", -apple-system, helvetica, sans-serif;
  color: #000;
}

h1, .h1 {
  font-family: "Maison Neue", "Helvetica Neue", "Helvetica", -apple-system, helvetica, sans-serif;
  font-size: 64px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: -2px;
}

@media screen and (max-width: 767.98px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 50px;
  }
}

h1._slant, .h1._slant {
  padding: 2px 0;
  display: inline-block;
  line-height: 1.1;
}

h1._slant span, .h1._slant span {
  background-color: #000;
  color: #fff;
  display: inline;
  padding: 0.25rem 0.65rem;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

h2, .h2 {
  font-family: "Maison Neue", "Helvetica Neue", "Helvetica", -apple-system, helvetica, sans-serif;
  font-size: 58px;
  font-weight: 600;
  letter-spacing: -2px;
}

@media screen and (max-width: 767.98px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: -1px;
}

h4, .h4 {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -1px;
}

h5, .h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

h6, .h6 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Helvetica Neue", "Helvetica", -apple-system, helvetica, sans-serif;
  margin: 0 0 1.5rem;
}

@media screen and (max-width: 767.98px) {
  p {
    font-size: 15px;
  }
}

p.large {
  font-size: 1.25em;
}

p.small {
  font-size: .9em;
}

p.danger {
  color: #d21034;
}

ul, ol {
  margin: 10px 0 10px 20px;
}

ul li, ol li {
  margin: 5px 0;
  list-style-type: disc;
}

ol li {
  list-style: decimal;
}

._slant {
  transform: skewX(-5deg) rotate(-5deg);
}

@media screen and (max-width: 767.98px) {
  ._slant {
    transform: none;
  }
}

a {
  font-family: "Helvetica Neue", "Helvetica", -apple-system, helvetica, sans-serif;
}

span {
  font-family: "Helvetica Neue", "Helvetica", -apple-system, helvetica, sans-serif;
}

.zig-flexed {
  display: flex;
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.flex .btn {
  margin-right: 20px !important;
}

.flex-center {
  align-items: center;
}

.isLoading {
  display: none;
}

.isLoading.active {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  z-index: 9999;
}

.isLoading.active .loading-bar {
  display: block;
  -webkit-animation: shift-rightwards 2s ease-in-out infinite;
  animation: shift-rightwards 2s ease-in-out infinite;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.isLoading:before {
  content: " ";
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.isLoading .loading-bar {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 99999;
  background: #74d4ff;
  transform: translateX(100%);
}

.isLoading img {
  z-index: 9999;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.isDisabled {
  pointer-events: none;
}

.isDisabled div {
  opacity: .25;
}

label.message {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-bottom: 1.5rem;
}

label.message.error {
  color: #d21034;
}

label.message.success {
  color: green;
}

label.message.warning {
  color: orange;
}

.btn {
  height: 52px;
  padding: 0 34px;
  font-weight: 600;
  vertical-align: middle;
  line-height: 52px;
  border-radius: 4px;
  display: inline-block;
  border: none;
  font-size: 15px;
  cursor: pointer !important;
}

.btn._full {
  width: 100%;
  text-align: center;
}

.btn._small {
  height: 34px;
  line-height: 34px;
  padding: 0 14px;
}

.btn._large {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 57px;
  height: 57px;
}

@media screen and (max-width: 991.98px) {
  .btn._large {
    font-size: 12px;
    line-height: 52px;
    height: 52px;
  }
}

.btn._solid {
  background-color: #000;
  color: #fff;
}

.btn._solid:hover {
  opacity: .6;
}

.btn._white {
  color: #000 !important;
  background-color: #fff !important;
}

.btn._outline {
  background-color: transparent !important;
  box-shadow: inset 0 0 0 2px #74d4ff;
  color: #74d4ff;
}

.btn._outline:hover {
  background-color: transparent;
}

.btn._outline._white {
  color: #fff !important;
  box-shadow: inset 0 0 0 2px #fff !important;
}

.btn._outline._white:hover {
  background-color: #ffffff20;
}

.btn._outline._black {
  color: #000 !important;
  box-shadow: inset 0 0 0 2px #000 !important;
}

.btn._outline._black:hover {
  background-color: #000000 !important;
  color: #fff !important;
}

.btn._icon {
  padding: 0;
}

.btn._icon img {
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 767.98px) {
  .btn._icon img {
    width: 18px;
    height: 18px;
  }
}

.btn._text {
  background: none;
  height: auto;
  padding: 0 0 5px;
  line-height: 18px;
  border-bottom: 2px solid #000;
  text-transform: uppercase;
  color: #74d4ff;
  border: none;
  padding: 0;
  text-transform: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer !important;
}

.btn._text._black {
  color: #000;
  border-bottom: 2px solid #000 !important;
}

.btn._text._white {
  color: #fff !important;
  background: none !important;
  border-bottom: 2px solid #fff !important;
}

.btn._text:disabled {
  border-bottom: none !important;
  pointer-events: none;
  opacity: .5;
  background: none;
}

.btn._nopadding {
  padding: 0;
}

.btn._plain {
  color: #000;
}

.btn._plain:hover {
  color: #74d4ff;
}

.btn svg {
  vertical-align: middle;
  margin: 0 0 0 4px;
}

.btn:disabled {
  background: #d1d1d1;
  color: #fff;
  pointer-events: none;
}

.side-cart {
  background: #fff;
  width: 440px;
  height: 100vh;
  right: -400px;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  border-left: 1px solid #ccc2c9;
  opacity: 0;
  transition: all .25s ease-out;
  z-index: 9999999999999;
}

@media screen and (max-width: 767.98px) {
  .side-cart {
    width: 100% !important;
    right: -100%;
  }
}

.side-cart._open {
  right: 0;
  opacity: 1;
}

.error {
  padding: 14px;
  border-radius: 4px;
  border: 1px solid #d21034;
  color: #d21034;
  margin-bottom: 15px;
  font-size: 14px;
  display: block;
}

.video-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.cart-summary_error {
  font-size: 14px;
  color: #d21034;
  text-align: center;
  margin: 10px 0;
}

.cart-summary_empty {
  padding: 80px 30px 217px;
  height: 100%;
  margin-top: 20px;
}

.cart-summary_empty .more_btn {
  width: 100%;
  text-align: center;
}

.cart-summary_products {
  height: 100%;
  overflow-y: scroll;
  padding: 60px 30px 217px;
}

.cart-summary_products_product {
  border-bottom: 1px solid #0000001a;
  padding: 20px 0;
}

.cart-summary_products_product .product-image img {
  width: 50px;
}

.cart-summary_products_product .product-info {
  font-weight: 500;
}

.cart-summary_products_product .product-info .cart-title {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}

.cart-summary_products_product .product-info .cart-text {
  font-size: 13px;
  line-height: 16px;
  display: block;
  font-weight: 400;
}

.cart-summary_products_product .product-info .product-more {
  display: inline-block;
  margin: 6px 0 0 0;
}

.cart-summary_products_product .product-info .product-more .cart-amend-quantities {
  border-radius: 4px;
  border: 1px solid #000;
  display: inline-flex;
  justify-content: space-evenly;
  margin: 0 10px 0 0;
}

.cart-summary_products_product .product-info .product-more .cart-amend-quantities span {
  width: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.cart-summary_products_product .product-info .product-more .cart-amend-quantities .cart-quantity {
  width: 30px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
}

.cart-summary_products_product .product-info .product-more .fa {
  display: inline-block;
  margin: 0 0 0 6px;
}

.cart-summary_products_product .product-price {
  font-size: 14px;
  font-weight: 500;
  float: right;
}

.cart-summary--buttons {
  position: absolute;
  background-color: #F8F4F9;
  border-top: 1px solid #ccc2c9;
  padding: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.cart-summary--quicksummary {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin: 0 0 20px 0;
}

.zig-labeled-box .box-header {
  display: flex;
  margin: 0;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.zig-labeled-box .box-header:before, .zig-labeled-box .box-header:after {
  height: 0.5em;
  border-bottom: 0;
  border: 1px solid #e6e6e6;
  flex: 1 0 2em;
  border-bottom: 0;
}

.zig-labeled-box .box-header:before {
  content: " ";
  border-right: 0;
  border-top-left-radius: 4px;
  margin-right: 1rem;
}

.zig-labeled-box .box-header:after {
  content: " ";
  border-left: 0;
  border-top-right-radius: 4px;
  margin-left: 1rem;
}

.zig-labeled-box_content {
  border: 1px solid #e6e6e6;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 0;
  position: relative;
  padding: 1.2rem 2.2rem 2.2rem;
}

.select-clean {
  position: relative;
}

.select-clean.small select {
  padding: 8px;
  font-size: 14px;
}

.select-clean select {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  margin-top: 10px;
  color: #000;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
}

.select-clean select:focus {
  border-color: #000;
}

.select-clean::after {
  background: url("/img/arrow-down.svg") no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 12px;
  height: 7px;
  display: block;
  pointer-events: none;
}

.profile-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.profile-img img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.progress {
  width: 100%;
  height: 6px;
  border-radius: 10px;
}

.progress-wrap {
  background: #9BD9F5;
  margin: 5px 0;
  overflow: hidden;
  position: relative;
}

.progress-wrap .progress-bar {
  border-radius: 0 0 10px;
  background: #F1F1F1;
  left: 0;
  position: absolute;
  top: 0;
}

.infinite-status-prompt {
  display: none;
}

figure.image-container {
  position: relative;
  margin: 0;
}

figure.image-container img {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit;
  width: 100%;
  display: block;
}

figure.image-container._circle {
  width: 80px;
  height: 80px;
}

figure.image-container._circle img {
  border-radius: 80px;
}

figure.image-container._thumb {
  overflow: hidden;
}

figure.image-container._thumb img {
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

figure.image-container._thumb:hover img {
  transform: scale(1.01);
}

figure.image-container._padtop {
  margin-top: 5rem;
}

figure.image-container .overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: all 0.4s ease-out;
}

figure.image-container .overlay._subtle {
  background: rgba(0, 0, 0, 0.1);
}

figure.image-container._fullheight {
  height: 100%;
  width: auto;
}

figure.image-container:hover .overlay {
  background: rgba(0, 0, 0, 0);
}

figure.video-container {
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

figure.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.alert {
  width: 100%;
  padding: 14px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0;
  letter-spacing: -0.08px;
}

.alert.primary {
  background: #74d4ff;
}

.alert.primary.outline {
  color: #74d4ff;
  background: transparent;
  border: 1px solid #74d4ff;
}

.alert.black {
  background: #000;
}

.alert.black.outline {
  color: #000;
  background: transparent;
  border: 1px solid #000;
}

.alert.warning {
  background: orange;
}

.alert.warning.outline {
  color: orange;
  background: transparent;
  border: 1px solid orange;
}

.alert.error {
  background: #d21034;
}

.alert.error.outline {
  color: #d21034;
  background: transparent;
  border: 1px solid #d21034;
}

@-webkit-keyframes shift-rightwards {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes shift-rightwards {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

table {
  color: #333;
  background: white;
  border: none;
  font-size: 12pt;
  border-collapse: collapse;
  width: 100%;
}

table thead th,
table tfoot th {
  text-align: left;
  color: #111;
  background: #ecefef;
}

table caption {
  padding: .5em;
}

table th,
table td {
  padding: 1em;
  border: 1px solid lightgrey;
  font-size: 15px;
}

table th a,
table td a {
  text-decoration: underline;
}

/* Zebra Table Style */
[data-table-theme*=zebra] tbody tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.05);
}

[data-table-theme*=zebra][data-table-theme*=dark] tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.05);
}

/* Dark Style */
[data-table-theme*=dark] {
  color: #ddd;
  background: #333;
  font-size: 12pt;
  border-collapse: collapse;
}

[data-table-theme*=dark] thead th,
[data-table-theme*=dark] tfoot th {
  color: #aaa;
  background: rgba(255, 255, 255, 0.15);
}

[data-table-theme*=dark] caption {
  padding: .5em;
}

[data-table-theme*=dark] th,
[data-table-theme*=dark] td {
  padding: .5em;
  border: 1px solid grey;
}

body._no-scroll {
  overflow: hidden;
}

#app,
#content {
  position: relative;
}

button {
  background: #fff;
}

del {
  text-decoration: line-through;
}

.zig-site-message {
  width: 100%;
  background-color: #d21034;
  border-bottom: 1px solid #ffffff30;
  display: block;
  color: #fff;
}

.zig-site-message span {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 1.4;
  padding: 5px 0;
}

@media screen and (max-width: 374.98px) {
  .zig-site-message span {
    font-size: 12px;
  }
}

.zig-app-cta {
  width: 100%;
  background-color: #000;
  border-top: 1px solid #ffffff30;
  display: block;
  color: #fff;
}

.zig-app-cta span {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 1.4;
  padding: 5px 0;
}

@media screen and (max-width: 374.98px) {
  .zig-app-cta span {
    font-size: 12px;
  }
}

.zig-app-cta span svg {
  vertical-align: middle;
  margin: 0 6px 0 0;
  fill: #fff;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

@media screen and (max-width: 767.98px) {
  header {
    position: relative;
  }
}

header .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}

header.white .zig-navbar_logo img:first-child {
  opacity: 1 !important;
}

header.white .zig-navbar_logo img:last-child {
  opacity: 0 !important;
}

header.white .zig-navbar_links a {
  color: #fff;
}

header.white svg {
  vertical-align: middle;
  fill: #fff;
}

header.solid {
  position: relative;
}

header._light {
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.025);
}

header._light .zig-navbar_logo img:first-child {
  opacity: 0 !important;
}

header._light .zig-navbar_logo img:last-child {
  opacity: 1 !important;
}

header._light a {
  color: #000 !important;
}

header._light svg {
  vertical-align: middle;
  fill: #000 !important;
}

header._light .zig-app-cta {
  margin: -42px 0 0 0;
}

.feefo-logo {
  position: absolute;
  top: auto;
  left: 10px;
  margin-top: 10px;
  z-index: 9;
}

.zig-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
}

@media screen and (max-width: 767.98px) {
  .zig-navbar {
    padding: 20px 0;
  }
}

.zig-navbar.dark {
  background: #000;
}

@media screen and (max-width: 575.98px) {
  .zig-navbar.dark .zig-navbar_logo {
    width: 110px;
    height: 27px;
    display: flex;
    align-items: center;
  }
  .zig-navbar.dark .zig-navbar_logo img {
    width: 100%;
  }
}

.zig-navbar.dark .zig-navbar_logo img:first-child {
  opacity: 1;
}

.zig-navbar.dark .zig-navbar_logo img:last-child {
  opacity: 0;
}

.zig-navbar.dark .zig-navbar_links .link {
  color: #fff;
}

.zig-navbar.dark .zig-navbar_links .link svg {
  fill: #fff;
}

.zig-navbar.dark .zig-navbar_cart svg {
  fill: #fff;
}

.zig-navbar.dark .zig-navbar_cart .menu-open {
  margin: 0 0 0 30px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 767.98px) {
  .zig-navbar.dark .zig-navbar_cart .menu-open {
    display: inline-block;
  }
}

.zig-navbar.dark .zig-navbar_cart .menu-open:hover {
  opacity: 0.6;
}

.zig-navbar.dark .zig-navbar_cart .menu-open img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.zig-navbar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zig-navbar_logo {
  position: relative;
  height: 35px;
  width: 120px;
  display: block;
}

.zig-navbar_logo img {
  position: absolute;
  width: 120px;
  top: 0;
  left: 0;
}

.zig-navbar_logo img:first-child {
  opacity: 0;
}

.zig-navbar_links {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  .zig-navbar_links {
    display: none;
  }
}

.zig-navbar_links .link {
  font-size: 16px;
  font-weight: 400;
  margin: 0 20px;
  line-height: 28px;
  padding: 24px 0;
}

@media screen and (max-width: 991.98px) {
  .zig-navbar_links .link {
    font-size: 14px;
    margin: 0 5px;
  }
  .zig-navbar_links .link:first-of-type {
    margin-right: 10px;
  }
}

.zig-navbar_links .link:hover .dropdown {
  top: 76px;
  opacity: 1;
}

.zig-navbar_links .link:hover .dropdown .item {
  transform: scale(1);
}

.zig-navbar_links .link svg {
  vertical-align: middle;
  fill: #000;
}

.zig-navbar_links .link .dropdown {
  position: absolute;
  top: -1000px;
  left: 0;
  width: 100%;
  padding: 30px 0 20px;
  background-color: #fff;
  opacity: 0;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}

.zig-navbar_links .link .dropdown .container {
  display: flex;
  justify-content: center;
}

.zig-navbar_links .link .dropdown .container .item {
  padding: 0 20px;
  flex: 0 0 25%;
  transform: scale(0.94);
}

.zig-navbar_links .link .dropdown .container .item:hover {
  margin-top: -12px;
}

.zig-navbar_links .link .dropdown .container .item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.zig-navbar_links .link .dropdown .container .item .text {
  text-transform: uppercase;
  font-size: 16px;
  margin: 10px 0 0 0;
  text-align: center;
  font-weight: 600;
  color: #313131;
}

.zig-navbar_links .search form {
  margin-left: 20px;
}

@media screen and (max-width: 991.98px) {
  .zig-navbar_links .search form {
    margin-left: 10px;
  }
}

.zig-navbar_links .search form svg {
  fill: #fff;
}

.zig-navbar_links .search form input {
  border: 1px solid #313131;
  color: #fff;
  width: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.zig-navbar_links .search form input:focus {
  width: 240px;
  border-color: #888;
}

.zig-navbar_cart {
  margin: 2px 0 0 1.5rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991.98px) {
  .zig-navbar_cart {
    margin-left: 0.5rem;
  }
}

.zig-navbar_cart .login {
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 767.98px) {
  .zig-navbar_cart .login {
    display: none;
  }
}

.zig-navbar_cart button {
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
}

.zig-navbar_cart button:hover svg {
  opacity: 0.6;
}

.zig-navbar_cart button i {
  position: absolute;
  top: 0;
  right: 0;
  background: #74d4ff;
  border-radius: 15px;
  color: #fff;
  width: 15px;
  height: 15px;
  display: block;
  font-weight: bold;
  font-style: normal;
}

.zig-navbar_cart svg {
  width: 30px;
  height: 30px;
}

.zig-navbar._adv {
  background-color: #000;
}

.zig-navbar._adv .zig-navbar_logo img:first-child {
  opacity: 1;
}

.zig-navbar._adv .zig-navbar_logo img:last-child {
  opacity: 0;
}

.zig-navbar._adv a {
  color: #fff;
}

.zig-navbar._adv .dropdown {
  background-color: #000 !important;
}

.zig-navbar._adv .dropdown .text {
  color: #fff !important;
}

.zig-navbar._adv svg {
  vertical-align: middle;
  fill: #fff;
}

.zig-footer {
  position: relative;
  z-index: 97;
  color: #fff;
  width: 100%;
}

.zig-footer_top {
  padding: 100px 0 80px 0;
  background-color: #090909;
}

@media screen and (max-width: 767.98px) {
  .zig-footer_top {
    padding: 40px 0 20px 0;
  }
}

.zig-footer_top_logo {
  width: 110px;
}

@media screen and (max-width: 767.98px) {
  .zig-footer_top_logo {
    margin: 0 0 40px 0;
  }
}

.zig-footer_top .title {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff80;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0 0 20px 0;
}

.zig-footer_top .link {
  display: block;
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #fff;
}

.zig-footer_top .link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767.98px) {
  .zig-footer .mt {
    margin-top: 40px;
  }
}

.zig-footer_bottom {
  padding: 30px 0;
  background-color: #090909;
  display: flex;
  justify-content: space-between;
}

.zig-footer_bottom .container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .zig-footer_bottom .container {
    flex-direction: column;
  }
}

.zig-footer_bottom .copy {
  font-size: 14px;
  line-height: 28px;
  flex: 1;
}

@media screen and (max-width: 767.98px) {
  .zig-footer_bottom .copy {
    margin: 0 0 20px 0;
  }
}

.zig-footer_bottom .copy p {
  font-size: 11px;
  color: #b4b4b4;
  line-height: 1.3;
  margin: 10px 0 0 0;
  padding: 0 20px 0 0;
}

.zig-footer_bottom .social a {
  margin: 0 0 0 10px;
}

.pattern-bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding: 2rem 0 0 0;
}

.pattern-bg .top,
.pattern-bg .bottom {
  margin-bottom: 5rem;
}

.checkbox-plain {
  font-size: 14px;
  font-weight: 600;
}

.checkbox-plain input[type="checkbox"] {
  position: relative;
  right: -10px;
  width: auto;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.checkbox-plain input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.checkbox-plain input[type="checkbox"]:checked:hover + label:after {
  opacity: 1;
}

.checkbox-plain input[type="checkbox"]:hover + label:after {
  opacity: 0.3;
}

.checkbox-plain input[type="checkbox"] + label {
  position: relative;
  float: left;
  left: 0;
  width: auto;
  cursor: pointer;
}

.checkbox-plain input[type="checkbox"] + label:before {
  display: inline-block;
  position: absolute;
  top: -4px;
  right: -30px;
  width: 20px;
  height: 20px;
  background: white;
  content: "";
  border-radius: 2px;
  border: 1px solid grey;
}

.checkbox-plain input[type="checkbox"] + label:after {
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 4px;
  right: -24px;
  width: 8px;
  height: 4px;
  opacity: 0;
  background: transparent;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  content: "";
}

.mobile-menu-overlay,
.mobile-filter-menu-overlay {
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -9999;
  width: 100%;
}

.mobile-menu-overlay.open,
.mobile-filter-menu-overlay.open {
  left: 0;
  opacity: 1;
  z-index: 9999;
}

.mobile-filter-menu {
  display: block;
}

.mobile-menu {
  display: flex;
}

.zig-mobile-filter-pane {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .zig-mobile-filter-pane {
    display: block;
  }
}

.zig-mobile-filter-pane .mobile-filter-toggle {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  float: right;
}

.zig-mobile-filter-pane .mobile-filter-toggle svg {
  margin-left: 5px;
}

.zig-mobile-filter-pane .mobile-filter-toggle:focus {
  outline: none;
}

.mobile-menu,
.mobile-filter-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  justify-content: space-between;
  flex-direction: column;
  overflow-y: scroll;
}

.mobile-menu.open,
.mobile-filter-menu.open {
  right: 0;
}

.mobile-menu.left,
.mobile-filter-menu.left {
  left: -100%;
}

.mobile-menu.left.open,
.mobile-filter-menu.left.open {
  left: 0;
}

.mobile-menu .top-menu,
.mobile-filter-menu .top-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

.mobile-menu .top-menu .logo,
.mobile-filter-menu .top-menu .logo {
  width: 120px;
  height: 38px;
}

.mobile-menu .top-menu .close-btn,
.mobile-filter-menu .top-menu .close-btn {
  width: 20px;
}

.mobile-menu .mobile-nav,
.mobile-filter-menu .mobile-nav {
  padding: 30px 20px;
}

.mobile-menu .mobile-nav a,
.mobile-filter-menu .mobile-nav a {
  color: #000;
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 20px;
  display: block;
}

.mobile-menu .mobile-nav .search form svg,
.mobile-filter-menu .mobile-nav .search form svg {
  fill: #000;
}

.mobile-menu .mobile-nav .search form input,
.mobile-filter-menu .mobile-nav .search form input {
  border: 1px solid #dfdfdf;
  color: #222;
  width: 100%;
  background-color: #f3f3f3;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.mobile-menu .mobile-subnav,
.mobile-filter-menu .mobile-subnav {
  padding: 0 0 30px;
}

.mobile-menu .mobile-subnav a,
.mobile-filter-menu .mobile-subnav a {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #e9e9e9;
}

.mobile-menu .mobile-subnav a:first-of-type,
.mobile-filter-menu .mobile-subnav a:first-of-type {
  border-top: 1px solid #e9e9e9;
}

.mobile-menu .mobile-filtergroup,
.mobile-filter-menu .mobile-filtergroup {
  padding: 20px;
  border-top: 1px solid rgba(177, 177, 177, 0.5);
}

.mobile-menu .mobile-filtergroup:first-of-type,
.mobile-filter-menu .mobile-filtergroup:first-of-type {
  border-top: none;
}

.mobile-menu .mobile-filtergroup .title,
.mobile-filter-menu .mobile-filtergroup .title {
  font-size: 18px;
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
}

.mobile-menu .mobile-filtergroup .filtergroup-nav span,
.mobile-filter-menu .mobile-filtergroup .filtergroup-nav span {
  display: block;
  margin-bottom: 18px;
}

.mobile-menu .mobile-filtergroup .filtergroup-nav span svg,
.mobile-filter-menu .mobile-filtergroup .filtergroup-nav span svg {
  display: none;
}

.mobile-menu .mobile-filtergroup .filtergroup-nav span.selected svg,
.mobile-filter-menu .mobile-filtergroup .filtergroup-nav span.selected svg {
  float: right;
  display: block;
}

.mobile-menu .logout,
.mobile-filter-menu .logout {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  padding: 20px 20px 40px;
}

.mobile-menu .logout img,
.mobile-filter-menu .logout img {
  width: 20px;
  margin: 0 6px 0 0;
}

.sub-form {
  width: 100%;
  display: block;
  margin: 20px 0 0 0;
}

.sub-form .field {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}

.sub-form .field.double {
  display: flex;
  justify-content: space-between;
}

.sub-form .field.double input {
  width: 49%;
}

.sub-form .field input {
  padding: 0 16px;
  width: 100%;
  line-height: 50px;
  height: 50px;
  border-radius: 4px;
  font-size: 15px;
  border: 1px solid #e6e6e6;
}

.sub-form .field label {
  font-size: 14px;
}

.sub-form .field label input {
  float: left;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767.98px) {
  .sub-form .field label input {
    float: right;
  }
}

.zig-z-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.zig-z-bg img {
  max-height: 750px;
}

.zig-home-hero {
  width: 100%;
  height: 80vh;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.zig-home-hero--image {
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .zig-home-hero {
    height: 600px;
    min-height: 600px;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-home-hero {
    max-height: none;
    height: 42vh;
    min-height: 42vh;
    padding: 0;
  }
}

@media screen and (max-width: 485px) {
  .zig-home-hero {
    height: 30vh !important;
    min-height: 30vh !important;
  }
}

@media screen and (max-width: 767.98px) and (min-height: 800px) {
  .zig-home-hero {
    height: 38vh;
    min-height: 38vh;
  }
}

@media screen and (min-width: 1199.98px) and (max-height: 799px) {
  .zig-home-hero {
    height: 900px;
  }
}

@media screen and (min-width: 1449.98px) and (max-height: 799px) {
  .zig-home-hero {
    height: 1000px;
  }
}

.zig-home-hero._adv {
  background-image: url("../img/vape.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.zig-home-hero._adv .zig-home-hero_content {
  position: relative;
  z-index: 2;
}

.zig-home-hero._adv .zig-home-hero_content .zig-home-hero_btns ._plain {
  color: #fff;
}

.zig-home-hero._adv h1 {
  color: #fff;
}

.zig-home-hero .container {
  display: flex;
  align-items: center;
  max-width: 90%;
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .zig-home-hero .container {
    max-width: 100%;
    flex-flow: row wrap;
    padding: 0 20px;
  }
}

.zig-home-hero_content {
  max-width: 50%;
  align-content: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-animation: firstIn .8s ease-in;
          animation: firstIn .8s ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@media screen and (max-width: 991.98px) {
  .zig-home-hero_content {
    max-width: 80%;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-home-hero_content {
    max-width: 100%;
  }
}

.zig-home-hero_content.black h1 {
  color: #000;
}

.zig-home-hero_content.black p {
  color:   #000;
}

.zig-home-hero_content.white h1 {
  color: #fff;
}

.zig-home-hero_content.white p {
  color: #fff;
}

.zig-home-hero_content h1 {
  margin: 0 0 50px;
  font-size: 74px;
}

@media screen and (max-width: 1199.98px) {
  .zig-home-hero_content h1 {
    font-size: 64px;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-home-hero_content h1 {
    max-width: 65%;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1px;
  }
}

.zig-home-hero_content p {
  max-width: 524px;
  margin: 0 0 40px 0;
  font-size: 24px;
  line-height: 1.4;
  -webkit-animation: second 1.5s ease-in;
          animation: second 1.5s ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@media screen and (max-width: 767.98px) {
  .zig-home-hero_content p {
    display: none;
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 991.98px) {
  .zig-home-hero_content p {
    font-size: 20px;
  }
}

.zig-home-hero_content .btn {
  -webkit-animation: second 1.5s ease-in;
          animation: second 1.5s ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  margin: 0 10px 10px 0;
}

@media screen and (max-width: 767.98px) {
  .zig-home-hero_content .btn {
    font-size: 12px;
    margin: 0 0 15px 0 !important;
  }
}

@media screen and (min-width: 1199.98px) {
  .zig-home-hero .zig-home-hero_btns {
    width: 150%;
  }
}

.zig-home-hero_img {
  position: absolute;
  bottom: 0;
  right: 5%;
  max-width: 620px;
  height: auto;
}

@media screen and (max-width: 767.98px) {
  .zig-home-hero_img {
    display: none;
  }
}

.zig-home-hero_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  display: block;
}

.zig-home-type {
  padding: 100px 0;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .zig-home-type {
    padding: 40px 0;
  }
}

.zig-home-type._adv {
  background-color: #222;
}

.zig-home-type .container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .zig-home-type .container {
    flex-direction: column;
  }
}

.zig-home-type_item {
  width: 32.5%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 767.98px) {
  .zig-home-type_item {
    width: 100%;
  }
}

.zig-home-type_item:hover .header {
  transform: translateY(-10px);
}

@media screen and (max-width: 767.98px) {
  .zig-home-type_item {
    margin: 0 0 20px 0;
  }
}

.zig-home-type_item .header {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: -25px 0 0 0;
  position: relative;
  padding: 18px 25px;
  background: #fff;
  width: 50%;
  text-align: center;
  transition: all .25s;
}

.zig-home-type_item_img {
  position: relative;
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767.98px) {
  .zig-home-type_item_img {
    height: 260px;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-home-type {
    margin: 0;
  }
}

.zig-home-type._adv .zig-home-type_item .zig-home-type_item_content {
  z-index: 999;
  background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 30px;
}

.zig-home-type._adv .zig-home-type_item span {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
}

.shop .zig-club-cta {
  padding: 80px 0;
}

.zig-club-cta {
  padding: 100px 0 180px;
  position: relative;
  background: #F8F8FC;
}

@media screen and (max-width: 767.98px) {
  .zig-club-cta {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-club-cta h4 {
    font-size: 24px !important;
  }
}

.zig-club-cta._adv {
  background-color: #000000;
  color: #fff !important;
  padding: 0 0 180px 0;
}

.zig-club-cta._adv h4 {
  color: #fff !important;
}

.zig-club-cta.alt-compact {
  padding: 60px 0;
}

.zig-club-cta.alt-compact::before {
  top: -700px;
}

.zig-club-cta.alt-compact .zig-club-cta_content {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .zig-club-cta.alt-compact .zig-club-cta_content {
    max-width: 100%;
  }
}

.zig-club-cta.alt-compact .zig-club-cta_content p {
  max-width: 500px;
  text-align: center;
}

.zig-club-cta.alt {
  padding: 20px 0 80px 0;
}

.zig-club-cta.alt::before {
  top: -100px;
}

.zig-club-cta .container {
  height: 100%;
  z-index: 4;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .zig-club-cta .container {
    display: block;
    padding: 0 20px;
  }
}

.zig-club-cta_content {
  max-width: 800px;
  margin: auto;
  align-content: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .zig-club-cta_content {
    max-width: 100%;
  }
}

.zig-club-cta_content_logo {
  width: 170px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767.98px) {
  .zig-club-cta_content_logo {
    margin: 0 auto 40px auto;
  }
}

.zig-club-cta_content h4 {
  margin: 0 0 60px;
}

.zig-club-cta_content p {
  font-size: 20px;
  margin: 0 0 40px 0;
}

.zig-club-cta_steps {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

@media screen and (max-width: 767.98px) {
  .zig-club-cta_steps {
    flex-direction: column;
  }
}

.zig-club-cta_steps-step {
  text-align: center;
  width: 200px;
  margin: 0 20px;
  line-height: 1.5;
}

@media screen and (max-width: 767.98px) {
  .zig-club-cta_steps-step {
    width: 100%;
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
  }
}

.zig-club-cta_steps-step img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 15px;
}

@media screen and (max-width: 767.98px) {
  .zig-club-cta_steps-step img {
    margin: 0 40px 0 0;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-club-cta_steps-step span {
    text-align: left;
  }
}

.zig-club-cta_right {
  max-width: 580px;
  height: auto;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .zig-club-cta_right {
    max-width: 100%;
    margin: 60px 0 0 0;
  }
}

.zig-club-cta_right_people {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 80;
}

.zig-club-cta_right_people img {
  position: absolute;
  border-radius: 50%;
}

.zig-club-cta_right_people img:nth-child(1) {
  top: 60px;
  left: 10px;
  width: 80px;
  height: 80px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@media screen and (max-width: 767.98px) {
  .zig-club-cta_right_people img:nth-child(1) {
    top: 0px;
    left: 0px;
  }
}

.zig-club-cta_right_people img:nth-child(2) {
  top: 20px;
  left: 420px;
  width: 90px;
  height: 90px;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

@media screen and (max-width: 767.98px) {
  .zig-club-cta_right_people img:nth-child(2) {
    top: 0px;
    right: 20px;
    left: initial;
  }
}

.zig-club-cta_right_people img:nth-child(3) {
  top: 320px;
  left: 40px;
  width: 70px;
  height: 70px;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}

@media screen and (max-width: 767.98px) {
  .zig-club-cta_right_people img:nth-child(3) {
    top: 160px;
    left: 20px;
  }
}

.zig-club-cta_right_people img:nth-child(4) {
  top: 210px;
  left: 510px;
  width: 70px;
  height: 70px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@media screen and (max-width: 767.98px) {
  .zig-club-cta_right_people img:nth-child(4) {
    top: 190px;
    right: 0;
    left: initial;
  }
}

.zig-club-cta_right_main {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.zig-testimonial {
  background: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 5;
  overflow: hidden;
  display: block;
}

.zig-testimonial::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 800px;
  background-image: url("../img/big.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.zig-testimonial.products {
  padding: 40px 0 60px 0;
}

.zig-testimonial h4 {
  margin: 0 0 60px 0;
}

.zig-testimonial_img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767.98px) {
  .zig-testimonial_img {
    margin: 0 0 40px 0;
    height: 300px;
  }
}

.zig-testimonial span {
  display: block;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.zig-testimonial p {
  font-size: 32px;
  line-height: 1.4;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 767.98px) {
  .zig-testimonial p {
    font-size: 22px;
  }
}

.zig-testimonial_sig {
  display: block;
  width: 110px;
}

.zig-video-preview {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  margin-top: -100px;
}

@media screen and (max-width: 767.98px) {
  .zig-video-preview {
    height: 200px;
    margin: -30px 0 0 0;
  }
}

.zig-video-preview_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 9;
  height: 60px;
  pointer-events: none;
  transition: opacity .5s ease;
}

@media screen and (max-width: 767.98px) {
  .zig-video-preview_content {
    height: 30px;
  }
}

.zig-video-preview_content.playing {
  opacity: 0;
}

@media screen and (max-width: 767.98px) {
  .zig-video-preview_content {
    top: 100px;
  }
}

.zig-video-preview_content img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 767.98px) {
  .zig-video-preview_content img {
    width: 30px;
    height: 30px;
  }
}

.zig-video-preview_content h5 {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  padding: 0 20px;
}

@media screen and (max-width: 767.98px) {
  .zig-video-preview_content h5 {
    font-size: 20px;
  }
}

.zig-video-preview_content h5 svg {
  vertical-align: middle;
}

.zig-video-preview video {
  background: #000;
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767.98px) {
  .zig-video-preview video {
    height: 200px;
  }
}

.zig-insta {
  padding: 80px 0 0;
}

@media screen and (max-width: 767.98px) {
  .zig-insta {
    padding: 0;
    border-top: 1px solid #e8e8e8;
  }
}

.zig-insta._adv {
  padding: 0;
}

.zig-insta._adv span {
  color: #fff !important;
}

.zig-insta span {
  font-size: 24px;
  line-height: 24px;
  margin: 60px 0;
  color: #000;
  text-align: center;
  display: block;
}

.zig-insta span strong {
  font-weight: 600;
}

.zig-insta span svg {
  vertical-align: middle;
  margin: -3px 6px 0 0;
}

.zig-insta--posts {
  display: flex;
}

.zig-insta--posts a {
  width: 100%;
}

.zig-insta a {
  width: 25%;
}

.zig-insta img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .zig-insta img {
    height: 100px;
  }
}

.zig-featured-products {
  padding: 80px 0;
  background-color: #000000;
}

.zig-featured-products h5 {
  font-size: 28px;
  color: #fff;
}

.zig-featured-products_categories {
  margin: 40px 0;
}

.zig-featured-products_categories a {
  font-size: 18px;
  display: inline-block;
  margin: 10px 40px 0 0;
  color: #ffffff60;
  cursor: pointer;
  padding: 0 0 10px 0;
}

.zig-featured-products_categories a:hover {
  color: #fff;
}

.zig-featured-products_categories a._active {
  color: #fff;
  font-weight: 600;
  border-bottom: 3px solid #fff;
  padding: 0 0 10px 0;
}

.zig-influencer {
  margin: 100px 0 0 0;
}

.zig-influencer h5 {
  font-size: 28px;
  color: #000;
  margin: 0 0 60px 0;
}

.zig-influencer_image {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

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

.zig-influencer_content_top .name {
  color: #000;
  font-size: 20px;
  margin: 0 0 10px 0;
}

.zig-influencer_content_top .insta {
  color: #666;
  font-size: 18px;
}

.zig-influencer_content_top .insta svg {
  vertical-align: middle;
}

.zig-influencer_content_quote {
  font-size: 30px;
  line-height: 38px;
  color: #000;
  max-width: 400px;
  text-align: center;
  margin: 80px auto;
}

.zig-influencer_content_product {
  width: 100%;
  border: 2px solid #000;
  padding: 20px;
  display: flex;
}

.zig-influencer_content_product_img {
  width: 60px;
  height: 60px;
}

.zig-influencer_content_product_details {
  padding: 0 20px;
}

.zig-influencer_content_product_details .title {
  font-size: 16px;
  color: #000;
  margin: 0 0 4px 0;
}

.zig-influencer_content_product_details .brand {
  font-size: 13px;
  color: #8f8f8f;
  margin: 0 0 6px 0;
}

.zig-influencer_content_product_details .price {
  color: #000;
  font-size: 14px;
}

.zig-influencer_content_product_buy {
  color: #000;
  align-self: center;
}

.zig-influencer_content_product_buy svg {
  vertical-align: middle;
}

.zig-product-header {
  width: 100%;
  display: block;
  padding: 10rem 0;
  background-size: cover;
  background-color: none;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 767.98px) {
  .zig-product-header {
    padding: 6rem 0;
  }
}

.zig-product-header > .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zig-product-header._adv {
  background-color: #000000;
}

.zig-product-header._adv h2 {
  color: #fff !important;
}

.zig-product-header h2 {
  text-align: center;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 15px;
}

.zig-product-header_category {
  font-size: 14px;
  color: #000;
  display: block;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
}

.zig-product-header.results-header {
  background-image: url("/img/category_results.jpg");
}

.zig-product-top {
  padding: 0 0 20px;
}

@media screen and (max-width: 767.98px) {
  .zig-product-top {
    padding: 0;
  }
}

.zig-product-top._adv {
  background-color: #000000;
}

.zig-product-top_filters {
  padding: 15px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (max-width: 767.98px) {
  .zig-product-top_filters {
    display: none;
    margin-bottom: 0;
  }
}

.zig-product-top_filters > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zig-product-top_filters_results {
  width: 100%;
  text-align: right;
  font-size: 16px;
  color: #a5a5a5;
}

@media screen and (max-width: 575.98px) {
  .zig-product-top_filters_results {
    display: none;
  }
}

.zig-product-top_filters_options {
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 575.98px) {
  .zig-product-top_filters_options {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-product-top_filters_options .option {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
}

.zig-product-top_filters_options > label {
  margin-right: 10px;
}

@media screen and (max-width: 767.98px) {
  .zig-product-top_filters_options > label {
    display: block;
  }
}

.zig-product-top_filters_options > label:last-of-type {
  margin-left: 20px;
}

.zig-product-top_filters_options .select {
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: #cfd7dc;
  background-repeat: no-repeat;
  background-position: 100%;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 40px;
  height: 42px;
  min-width: 220px;
  background-color: #fff;
  font-weight: 400;
  background-position: right .5rem center;
  background-size: 6px auto;
  font-size: 16px;
  padding: 0 .75rem;
  margin-top: 0;
}

.zig-product-top_filters_options .option {
  color: #000;
  font-size: 15px;
  line-height: 16px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  margin-right: 30px;
}

.zig-product-top_filters_options .option svg {
  vertical-align: middle;
}

.zig-product-top_filters_options .option.clear {
  margin: 0 0 0 20px;
  background-color: #F7FAFB;
  border-radius: 4px;
  line-height: 16px;
  padding: 10px;
}

.zig-product-top_filters_options .option.clear:hover {
  background: #F1FAFB;
}

.zig-product-top_categories .category {
  font-size: 18px;
  display: inline-block;
  margin: 10px 40px 0 0;
  color: #a5a5a5;
  cursor: pointer;
  padding: 0 0 10px 0;
}

.zig-product-top_categories .category:hover {
  color: #000;
}

.zig-product-top_categories .category._active {
  color: #000;
  font-weight: 600;
  border-bottom: 3px solid #000;
  padding: 0 0 10px 0;
}

.zig-product-list {
  padding: 0 0 50px;
  min-height: 400px;
}

.zig-product-list._adv {
  background-color: #000000;
}

.zig-product-list._adv .title,
.zig-product-list._adv .brand,
.zig-product-list._adv .price {
  color: #fff;
}

.zig-product-list._adv a.add-cta {
  color: #fff;
  border-color: #fff;
}

.zig-product-list._adv a.add-cta:hover {
  background-color: #74d4ff;
  border-color: #74d4ff;
}

.zig-product-list._adv a.add-cta:hover svg {
  fill: #000;
}

.zig-product-list._adv button.add-cta {
  color: #000;
  border-color: #fff;
}

.zig-product-list._adv button.add-cta:hover {
  background-color: #74d4ff;
  border-color: #74d4ff;
}

.zig-product-list_header {
  margin-bottom: 30px;
}

@media screen and (max-width: 767.98px) {
  .zig-product-list_header {
    font-size: 30px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-product-list .container.mobile-sticky {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 20px 20px 5px;
    z-index: 99;
  }
}

.zig-product-list .container.zig-flexed {
  flex-wrap: unset !important;
}

@media screen and (min-width: 1449.98px) {
  .zig-product-list .container {
    padding: 0 46px;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-product-list .container {
    padding: 0;
    display: block;
  }
}

.zig-product-list .container .loader-container {
  flex: 1;
  width: 100%;
}

.zig-product-list--filter {
  flex: 0 0 220px;
  margin-right: 2rem;
}

@media screen and (max-width: 767.98px) {
  .zig-product-list--filter {
    margin: 0;
    width: auto;
    overflow: hidden;
    white-space: auto;
    display: flex;
    position: relative;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-product-list--filter_mask {
    overflow-x: auto;
    padding: 16px 0 24px 0;
  }
  .zig-product-list--filter_mask.secondary-filters {
    display: none;
  }
}

.zig-product-list--filter h4 {
  font-size: 22px;
  margin: 0 0 40px 0;
}

.zig-product-list--filter section {
  margin: 0 0 40px 0;
  display: block;
}

@media screen and (max-width: 767.98px) {
  .zig-product-list--filter section {
    margin: 0;
  }
}

.zig-product-list--filter section header {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767.98px) {
  .zig-product-list--filter section header {
    font-size: 18px;
  }
}

.zig-product-list--filter section ul {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767.98px) {
  .zig-product-list--filter section ul {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: inherit;
  }
}

.zig-product-list--filter section ul li {
  font-size: 17px;
  list-style: none;
  margin: 0 0 20px 0;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 767.98px) {
  .zig-product-list--filter section ul li {
    padding: 5px 0;
    margin: 0 25px 0 15px;
    width: auto;
    display: inline-block;
  }
}

@media screen and (min-width: 991.98px) {
  .zig-product-list--filter section ul li:hover {
    color: #b1b1b1;
  }
}

.zig-product-list--filter section ul li span {
  color: #b1b1b1;
}

.zig-product-list--filter section ul li.selected {
  color: #b1b1b1;
}

.zig-product-list--filter section ul.colours {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  padding: 10px 0 0 0;
}

.zig-product-list--filter section ul.colours li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0;
}

.zig-product-list--filter section ul.colours li:hover {
  background-color: #fff;
  color: #000;
}

.zig-product-list--filter section ul.colours li .color {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #8b2b2b;
  margin: 0 0 10px 0;
}

.zig-product-list--filter section ul.colours li span {
  text-align: center;
}

.zig-product-list--products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zig-product-list .preloader-image img {
  max-width: 100%;
  max-height: 380px;
  margin: auto;
}

.zig-product-list_item {
  width: 23.5%;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1449.98px) {
  .zig-product-list_item {
    width: 32%;
  }
}

@media screen and (max-width: 991.98px) {
  .zig-product-list_item {
    width: 49%;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-product-list_item > div {
    padding: 10px;
  }
  .zig-product-list_item .add-cta, .zig-product-list_item button {
    display: none;
  }
}

.zig-product-list_item._dark .title,
.zig-product-list_item._dark .brand,
.zig-product-list_item._dark .price {
  color: #fff;
}

.zig-product-list_item._dark .add-cta {
  color: #fff;
  border-color: #fff;
}

.zig-product-list_item._dark .add-cta:hover {
  background-color: #74d4ff;
  border-color: #74d4ff;
}

.zig-product-list_item_add .zig-variants-option {
  margin-bottom: 10px;
}

.zig-product-list_item .preloader-image.has-loaded {
  background: #767676;
}

.zig-product-list_item_image {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0.95;
  background: #fefeff;
  padding: 30px;
}

.zig-product-list_item .card-bottom {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.zig-product-list_item_content {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

@media screen and (max-width: 767.98px) {
  .zig-product-list_item_content {
    display: block;
    margin-top: 5px;
  }
}

.zig-product-list_item_content .details {
  cursor: pointer;
  max-width: 75%;
  text-align: left;
}

@media screen and (max-width: 767.98px) {
  .zig-product-list_item_content .details {
    max-width: 100%;
  }
}

.zig-product-list_item_content .details .title {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 767.98px) {
  .zig-product-list_item_content .details .title {
    font-size: 15px;
  }
}

.zig-product-list_item_content .details .brand {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.zig-product-list_item_content .details .sub-title {
  color: #aaa;
}

.zig-product-list_item_content .price {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 767.98px) {
  .zig-product-list_item_content .price {
    margin-top: 10px;
  }
}

.zig-product-list_item_content .price span {
  display: block;
}

.bundles-window {
  position: absolute;
  width: 350px;
  top: 2.5rem;
  right: 2.5rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

@media screen and (max-width: 767.98px) {
  .bundles-window {
    position: relative;
    border-radius: 0;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

.bundles-window .open-trigger {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .bundles-window .open-trigger {
    display: block;
    color: #74d4ff;
    margin-top: 10px;
  }
}

.bundles-window--top {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  position: relative;
}

.bundles-window--top .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999;
  cursor: pointer;
}

.bundles-window--top svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.bundles-window--top canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.bundles-window--top span {
  display: block;
  position: relative;
  z-index: 99;
  font-weight: 800;
}

.bundles-window--top span.h4 {
  font-size: 30px;
}

.bundles-window--offers {
  background: #fff;
  padding: 20px;
}

@media screen and (max-width: 767.98px) {
  .bundles-window--offers {
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .bundles-window--offers.open {
    height: auto;
    padding: 20px;
  }
}

.bundles-window--offers .offer-next {
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 99;
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer !important;
}

.bundles-window--offers .offer-next svg {
  width: 30px;
  height: 30px;
}

.bundles-window--offers .slick-next {
  right: 0;
}

.bundles-window--offers .offer {
  display: flex !important;
  justify-content: space-between;
  padding-bottom: 30px;
}

.bundles-window--offers .offer-img {
  flex: 0 0 20%;
}

.bundles-window--offers .offer-img img {
  max-width: 100%;
}

.bundles-window--offers .offer-info {
  flex: 0 0 75%;
  padding-right: 20px;
}

.bundles-window--offers .offer-info span {
  display: block;
}

.bundles-window--offers .offer-info span.h6 {
  margin-bottom: 10px;
}

.bundles-window--offers .offer-info span:last-of-type {
  font-size: 13px;
  font-weight: 500;
}

.bundles-window--offers .offer-info--criteria {
  padding: 0;
  margin: 10px 0 0;
}

.bundles-window--offers .offer-info--criteria li {
  list-style: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.bundles-window--offers .offer-info--criteria li span {
  flex: 0 0 12px;
  display: inline-block;
  margin: 0 5px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
}

.bundles-window--offers .offer-info--criteria li span svg {
  margin: 0;
  width: 12px;
  height: 12px;
  color: #fff;
  fill: #fff;
}

.bundles-window--offers .offer-info--criteria li span.true {
  background: green;
}

.bundles-window--offers .offer-info--criteria li span.false {
  background: #e2e2e2;
}

.add-cta {
  font-weight: 600;
  font-size: 14px;
  line-height: 50px;
  margin: auto 0 0 0;
  padding: 0 20px;
  height: 50px;
  color: #000;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #000;
  width: 100%;
}

.add-cta:hover {
  color: #fff;
  background-color: #000;
}

.add-cta:hover svg {
  fill: #fff;
}

.add-cta svg {
  margin: 0 6px 0 0;
  vertical-align: middle;
}

.zig-product-main {
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background: #fff;
  padding-bottom: 4rem;
  border-bottom: 1px solid #e2e2e2;
}

.zig-product-main_product h4 {
  margin-top: 15px;
}

.zig-product-main_img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.zig-product-main .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: flex-wrap;
}

@media screen and (max-width: 767.98px) {
  .zig-product-main .container {
    flex-direction: column;
  }
}

.zig-product-main .sale-original {
  padding-right: 15px;
}

.zig-product-main .sale-new {
  padding-right: 15px;
  color: #d21034;
}

.zig-product-main .sale-original {
  opacity: 1;
}

.zig-product-main_images {
  width: 45%;
  margin-top: 4rem;
}

@media screen and (max-width: 767.98px) {
  .zig-product-main_images {
    width: 100%;
    margin: 40px 0 0 0;
  }
}

.zig-product-main_content {
  width: 34%;
  padding-top: 5rem;
}

@media screen and (max-width: 767.98px) {
  .zig-product-main_content {
    width: 100%;
    padding: 40px 0 0 0;
  }
}

.zig-product-main_content p, .zig-product-main_content ul li {
  font-size: 14px;
}

.zig-product-main_content .price {
  font-size: 22px;
  font-weight: 600;
  margin: 1rem 0;
}

.zig-product-main_content .price span {
  display: table-cell;
}

.zig-product-main_content .addtocart {
  display: flex;
}

.zig-product-main_content p {
  margin: 10px 0 20px 0;
}

.zig-product-main_content .feefo-review-badge-wrapper-product feefowidget-logo-small {
  padding: 0 !important;
}

.zig-product-main .product-carousel img {
  width: 100%;
}

.zig-product-main .product-carousel--thumbs .slick-current {
  border: 1px solid #000;
}

.zig-product-main .product-carousel--thumbs .slick-slide {
  max-width: 80px;
}

.zig-product-main .product-carousel--thumbs img {
  cursor: pointer;
}

.zig-product-main .variants-select_colorpicker {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zig-product-main .variants-select_colorpicker span {
  width: 100%;
  display: block;
}

.zig-product-main .variants-select_colorpicker label {
  cursor: pointer;
  width: 49% !important;
  border: 1px solid #e2e2e2 !important;
  border-radius: 4px !important;
  height: auto !important;
  margin-bottom: 5px;
  text-align: center;
  margin-right: 0 !important;
  padding: 8px 0;
}

.zig-product-main .variants-select_colorpicker label:hover {
  border: 1px solid #888 !important;
}

.zig-product-main .variants-select_colorpicker label span {
  margin: 20px 0;
}

.zig-variants-option {
  margin: 2rem 0 1.5rem;
  display: block;
}

.zig-variants-option span {
  font-size: 16px;
  letter-spacing: -.5px;
  font-weight: 500;
  margin: 0 0 10px 0;
  display: block;
}

.zig-variants-option .variants-select .variant-selected {
  display: inline-block;
  margin-top: 1.25rem;
  color: #888;
}

.zig-variants-option .variants-select .variant-selected span {
  display: inline-block;
  margin-bottom: 0;
}

.zig-variants-option .variants-select .variant-selected span:after {
  content: "/";
  padding: 0 4px;
}

.zig-variants-option .variants-select .variant-selected span:first-of-type:before {
  content: "Selected: ";
}

.zig-variants-option .variants-select .variant-selected span:last-of-type:after {
  content: "";
}

.zig-variants-option .variants-select_title {
  margin-top: 1rem;
}

.zig-variants-option .variants-select_colorpicker label {
  width: 26px;
  height: 30px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid transparent;
  border-radius: 26px;
}

.zig-variants-option .variants-select_colorpicker label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

.zig-variants-option .variants-select_colorpicker label input[type=radio]:checked + span {
  border: 2px solid #000000 !important;
}

.zig-variants-option .variants-select_colorpicker label span {
  display: inline-block;
  margin: 0 4px 0 0;
  width: 28px;
  height: 28px;
  border-radius: 34px;
  background-color: #ccc;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.zig-variants-option .variants-select_colorpicker label span:hover {
  transform: scale(1.1);
}

.zig-variants-option .variants-select_dropdown select {
  min-width: 260px;
}

.zig-variants-option select {
  background: #efefef;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  padding: 10px 16px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  border-radius: 0;
  border: none;
}

.zig-variants-option select:hover {
  background-color: #e2e2e2;
}

.zig-variants-option select:focus {
  outline: 0;
}

.zig-product-video {
  max-width: 1200px;
  height: auto;
  position: relative;
  background-color: #000;
  margin: 60px auto;
  display: block;
  overflow: hidden;
}

.zig-product-video_content {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 9999;
}

.zig-product-video_content svg {
  width: 60px;
  height: 60px;
}

.zig-product-video_content h5 {
  color: #fff;
  font-size: 24px;
}

.zig-product-video_content h5 svg {
  vertical-align: middle;
}

.zig-product-video video {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}

.zig-product-about {
  margin: 0 0 100px 0;
}

.zig-product-about p strong {
  font-size: 18px;
  display: block;
  margin: 0 0 20px 0;
}

.zig-product-about_list_item {
  font-weight: 600;
  line-height: 50px;
  border-bottom: 2px solid #222;
  margin: 0 0 6px 0;
}

.zig-product-about_list_item svg {
  margin: 14px 0 0 0;
  float: right;
}

.zig-products-more {
  margin: 60px 0;
  text-align: center;
}

.zig-products-more .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zig-products-more h5 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 40px 0;
}

.zig-addtocart {
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767.98px) {
  .zig-addtocart {
    display: flex;
    justify-content: space-between;
  }
}

.zig-addtocart .btn {
  padding: 0 20px;
}

.zig-addtocart_quantities {
  border: 1px solid #000;
  display: inline-flex;
  justify-content: space-evenly;
  margin: 0 10px 0 0;
  height: 52px;
}

.zig-addtocart_quantities span {
  width: 30px;
  line-height: 52px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.zig-addtocart_quantities span:hover {
  opacity: .4;
}

.zig-addtocart_quantities span:hover.cart-quantity {
  opacity: 1;
}

.zig-addtocart_quantities .cart-quantity {
  width: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
}

.zig-addtocart_quantities .cart-quantity input {
  margin: auto;
  border: none;
  width: 100%;
  height: 100% !important;
  padding: 0;
  text-align: center;
  font-size: 16px;
}

.zig-product-reviews .feefowidget__global {
  padding: 100px 0;
}

.zig-featured-products {
  text-align: center;
}

.zig-featured-products_categories {
  padding: 0 0 40px 0;
}

.sale-original {
  text-decoration: line-through;
  opacity: .5;
}

.sale-box {
  background: #d21034;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.zig-checkout {
  width: 100%;
  padding: 0 0 120px 0;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 100%;
}

.zig-checkout_header {
  margin: 4rem 0 2rem;
}

.zig-checkout_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zig-checkout_header .container a.user {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.zig-checkout_header .container a.user img {
  width: 14px;
  margin: 0 0 0 10px;
}

.zig-checkout_header h1 {
  font-size: 38px;
}

.zig-checkout_header img {
  margin-bottom: 2rem;
}

.zig-checkout_guest {
  margin-bottom: 2.5rem;
}

.zig-checkout_review.hidden {
  display: none !important;
}

.zig-checkout_review_billing {
  margin: 0 0 40px 0;
}

.zig-checkout_review_billing, .zig-checkout_review_shipping {
  display: block;
  padding: 30px;
  border: 1px solid #f3f3f3;
  background-color: #fff;
}

@media screen and (max-width: 767.98px) {
  .zig-checkout_review_billing, .zig-checkout_review_shipping {
    padding: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
  }
}

.zig-checkout_review_billing h4, .zig-checkout_review_shipping h4 {
  font-size: 20px;
  margin: 0 0 20px 0;
}

.zig-checkout_review_billing .content .address, .zig-checkout_review_shipping .content .address {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  font-weight: 500;
  display: block;
}

.zig-checkout_review_payment {
  margin: 40px 0 0 0;
}

.zig-checkout_body_progress {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.zig-checkout_body_progress_item {
  font-weight: 600;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.zig-checkout_body_progress_item span {
  border-radius: 1000px;
  background-color: #ccc;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  margin: 0 auto 10px auto;
  display: block;
  font-size: 12px;
  text-align: center;
}

.zig-checkout_body_progress_item._active span {
  background-color: #74d4ff;
}

.zig-checkout_body_progress::after {
  content: "";
  width: 46%;
  height: 6px;
  border-radius: 100px;
  position: absolute;
  top: 8px;
  left: 20px;
  background-color: #74d4ff;
}

.zig-checkout_body_form {
  display: block;
  padding: 30px;
  border: 1px solid #f3f3f3;
  background-color: #fff;
  position: relative;
  opacity: .25;
  transition: opacity .5s;
  margin-bottom: 2rem;
  cursor: text;
  pointer-events: none;
}

@media screen and (max-width: 767.98px) {
  .zig-checkout_body_form {
    padding: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
  }
}

.zig-checkout_body_form.show {
  opacity: 1;
}

.zig-checkout_body_form.show button {
  display: inline-block;
}

.zig-checkout_body_form button {
  display: none;
  margin: 10px 0;
  cursor: pointer;
}

.zig-checkout_body_form button svg {
  margin: -2px 10px 0 0;
}

.zig-checkout_body_form.hideSection {
  display: none !important;
}

.zig-checkout_body_form.activePanel {
  opacity: 1;
  cursor: default;
  pointer-events: all;
}

.zig-checkout_body_form.activePanel button {
  display: block !important;
}

.zig-checkout_body_form h4 {
  font-size: 20px;
}

.zig-checkout_body_form h4 span {
  font-size: 14px;
  float: right;
  color: #d1d1d1;
}

.zig-checkout_body_form h4 span a {
  color: #000;
  text-decoration: underline;
}

.zig-checkout_body_form .row {
  margin-bottom: 15px;
}

.zig-checkout_body_form label {
  display: block;
}

.zig-checkout_body_form .stripe-card {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  display: block;
  margin: 0 0 20px 0;
  padding: 14px;
}

.zig-checkout_body_form .newCardSavePaymentSource {
  display: flex;
}

.zig-checkout_body_form input,
.zig-checkout_body_form select {
  width: 100%;
  padding: 0 16px;
  font-size: 15px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  font-weight: 500;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
}

.zig-checkout_body_form input:focus,
.zig-checkout_body_form select:focus {
  border: 1px #74d4ff solid;
  outline: none;
}

.zig-checkout_body_form input[type=checkbox] {
  height: auto;
  margin-bottom: 20px;
}

.zig-checkout_body .zig-login {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}

.zig-checkout_summary {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.zig-checkout_summary_heading {
  padding: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
}

.zig-checkout_summary_item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 14px 20px;
}

.zig-checkout_summary_item:first-of-type {
  padding-top: 20px;
}

.zig-checkout_summary_item.summary {
  padding: 24px 20px 10px 20px;
}

.zig-checkout_summary_item.coupon {
  font-size: 14px;
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
}

.zig-checkout_summary_item.coupon > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.zig-checkout_summary_item.coupon input {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  background: #f4f4f4;
}

.zig-checkout_summary_item.coupon button {
  font-size: 14px;
  background: none;
  width: 80px;
  border: none;
  color: #fff;
  background: #000000;
  font-weight: 600;
  cursor: pointer;
}

.zig-checkout_summary_item.coupon button:hover {
  background: #000;
}

.zig-checkout_summary_item.loyalty {
  font-size: 14px;
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
}

.zig-checkout_summary_item.loyalty > div {
  width: 100%;
}

.zig-checkout_summary_item.loyalty p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.zig-checkout_summary_item.loyalty .checkbox-plain {
  padding: 12px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  width: 200px;
}

.zig-checkout_summary_item.loyalty label {
  font-weight: 600;
}

.zig-checkout_summary_item.gift-wrap {
  font-size: 14px;
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
}

.zig-checkout_summary_item.gift-wrap > div {
  width: 100%;
}

.zig-checkout_summary_item.gift-wrap p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.zig-checkout_summary_item.gift-wrap .checkbox-plain {
  padding: 12px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  width: 145px;
}

.zig-checkout_summary_item.gift-wrap label {
  font-weight: 600;
}

.zig-checkout_summary_item.total {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 30px 20px;
  font-weight: 600;
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
}

.zig-checkout_summary_item.total._last {
  margin: 10px 0 0;
}

.product-compact {
  display: flex;
  padding: 10px;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}

.product-compact.has-booster {
  border-bottom: 0;
}

.product-compact.booster {
  position: relative;
  padding: 6px 10px;
  background: white;
  background: linear-gradient(90deg, white 0%, #f3f3f3 100%);
}

.product-compact.booster:after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.product-compact.booster .product-compact_details_title {
  margin-bottom: 0;
  font-size: 14px;
}

.product-compact.booster .product-compact_details.added {
  display: flex;
  margin-left: 0;
}

.product-compact.booster .product-compact_details.added span {
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  margin: 5px 10px 0 0;
}

.product-compact.booster .product-compact_details.added .remove {
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.product-compact.booster .product-compact_details.added .remove:hover {
  background: #000;
  color: #fff;
}

.product-compact.booster .product-compact_img {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}

.product-compact.booster .select-clean {
  margin-top: 0;
}

.product-compact.booster .select-clean select {
  margin-top: 0;
}

.product-compact_loader {
  padding: 0 30px;
}

.product-compact_loader svg {
  width: 100%;
  display: block;
}

.product-compact_img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.product-compact_details {
  flex: 1;
  margin: 0 0 0 20px;
}

.product-compact_details_title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 6px 0;
}

.product-compact_details_variant {
  font-size: 14px;
  margin: 0 0 8px 0;
}

.product-compact_details_amend {
  display: inline-block;
}

.product-compact_details_amend .quantities {
  border: 2px solid #e8e8e8;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 10px 0 0;
}

.product-compact_details_amend .quantities span {
  width: 30px;
  color: #cecece;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
}

.product-compact_details_amend .quantities span:hover {
  color: #000;
}

.product-compact_details_amend .quantities .quantity {
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #000;
}

.product-compact_details_amend .remove {
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
}

.product-compact_details_amend .fa {
  display: inline-block;
  margin: 0 0 0 6px;
}

.product-compact_price {
  font-size: 15px;
  font-weight: 500;
  padding: 0 10px 0 0;
  margin: 0 0 0 auto;
}

.product-compact_booster {
  padding: 5px 0;
  font-size: 14px;
}

.product-compact_booster .checkbox-plain {
  margin-top: 10px;
}

.product-compact_booster .checkbox-plain label {
  float: none;
}

.card-number {
  position: relative;
}

.card-number svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  z-index: 999;
  opacity: .5;
  width: 20px;
  height: 20px;
}

.card-number input {
  padding-left: 40px;
}

.postcode-results {
  margin: 5px 0 20px;
}

.postcode-results button {
  margin-left: 20px;
}

.checkbox {
  margin: 0 0 20px 0;
}

.checkbox label {
  width: 100%;
  padding: 20px;
  border: 1px #f3f3f3 solid;
  border-radius: 4px;
  display: flex;
  font-size: 0;
  overflow: hidden;
  align-items: center;
  cursor: pointer;
}

.checkbox .toggle {
  display: inline-block;
  margin: 0 30px 0 0;
  width: 60px;
  height: 30px;
  border-radius: 100px;
  background-color: #dddddd;
}

.checkbox .toggle .indicator {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin: 5px 0 0 5px;
  background-image: url("../img/x.svg");
  background-size: contain;
  background-position: center;
  transform: translateX(0px);
}

.checkbox .prompt {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  color: #000;
  line-height: 1.4;
}

.checkbox .prompt span {
  font-weight: bold;
  display: block;
}

.checkbox .prompt .event {
  display: none;
}

.checkbox input {
  display: none;
}

.checkbox input:checked + label {
  border-color: #74d4ff;
}

.checkbox input:checked + label .default {
  display: none;
}

.checkbox input:checked + label .event {
  display: inline-block;
}

.checkbox input:checked + label .toggle {
  background-color: #74d4ff;
}

.checkbox input:checked + label .toggle .indicator {
  transform: translateX(30px);
  background-image: url("../img/tick.svg");
}

.checkbox._small label {
  padding: 10px;
}

.checkbox._small label .toggle {
  width: 45px;
  height: 25px;
}

.checkbox._small label .toggle .indicator {
  width: 15px;
  height: 15px;
}

.checkbox._small input:checked + label .indicator {
  transform: translateX(22px);
}

.checkbox._xsmall label {
  padding: 5px;
}

.checkbox._xsmall label .toggle {
  width: 35px;
  height: 15px;
}

.checkbox._xsmall label .toggle .indicator {
  width: 8px;
  height: 8px;
}

.checkbox._xsmall input:checked + label .indicator {
  transform: translateX(12px);
}

.shipcollect_toggles {
  margin: 0 0 20px;
}

.shipcollect_toggles li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 10px;
  list-style: none;
  width: 100%;
  text-align: left;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #dfdfdf;
  margin: -1px 0 0;
  position: relative;
  border-radius: 2px;
}

.shipcollect_toggles li:before {
  content: "";
  border-radius: 15px;
  height: 15px;
  width: 15px;
  background: #dfdfdf;
  margin-right: 15px;
}

.shipcollect_toggles li svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.shipcollect_toggles li.selected {
  z-index: 9;
  border: 1px solid #000;
  color: #000;
}

.shipcollect_toggles li.selected:before {
  background: #000;
}

.shipcollect_toggles li.selected:after {
  content: "Selected";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.shipcollect_toggles li.selected svg {
  fill: #000;
}

.shipcollect_toggles li.disabled {
  opacity: .5;
  pointer-events: none;
}

.shipcollect .address-box {
  border: 2px solid #f3f3f3;
  padding: 15px;
  display: flex;
}

.shipcollect .address-box svg {
  width: 60px;
  margin-right: 20px;
}

.shipcollect .address-box span {
  font-size: 14px;
}

.shipcollect .address-box--title {
  font-size: 16px !important;
  font-weight: 800;
  line-height: 18px;
  margin: 0 0 5px;
  display: block;
}

.shipcollect .address-box p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
  .confirmation_details .top {
    margin-bottom: 20px;
  }
}

.confirmation_details .swal-icon {
  margin-right: 40px;
}

@media screen and (max-width: 767.98px) {
  .confirmation_details .swal-icon {
    margin-bottom: 40px;
  }
}

.zig-cart-overlay._active {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

.zig-cart-overlay--trigger {
  content: " ";
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.zig-side-cart {
  width: 440px;
  background: #fff;
  height: 100%;
  right: -440px;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  border-left: 1px solid #f3f3f3;
  opacity: 0;
  transition: all 0.25s ease-out;
}

@media screen and (max-width: 767.98px) {
  .zig-side-cart {
    width: 100% !important;
    right: -100%;
  }
}

.zig-side-cart .cart-top_close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.zig-side-cart .cart-top_close img {
  width: 20px;
  height: 20px;
}

.zig-side-cart._open {
  right: 0;
  opacity: 1;
}

.zig-side-cart_top {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #f3f3f3;
  background-color: #e8e8e8;
}

.zig-side-cart_top span {
  font-weight: 600;
  margin: auto;
}

.zig-side-cart_buttons {
  padding: 20px;
}

.zig-side-cart_products {
  height: 100%;
  overflow-y: scroll;
  padding: 60px 0 217px;
}

.zig-side-cart_bottom {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.zig-side-cart_bottom_btns {
  border-top: 1px solid #ebebeb;
  padding: 20px;
  display: flex;
  align-content: center;
  position: relative;
  flex-direction: column;
}

.zig-side-cart_bottom_btns .btn:first-child {
  margin: 0 0 20px 0;
}

.zig-side-cart_bottom_btns .disabled {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .75;
  z-index: 99;
  flex: 0;
}

.zig_confirm .zig-flexed {
  align-items: center;
}

.zig_confirm .my-account--loyalty {
  flex: 3;
  margin-top: 0;
}

.zig_confirm h2 {
  flex: 7;
}

.zig_confirm_body {
  padding-bottom: 4rem;
}

.zig_confirm_body_content {
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.zig_confirm_body_content_heading {
  padding: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
}

.zig_confirm_body_content #map {
  width: 100%;
  height: 320px;
  background-position: center;
  background-size: 200%;
  border-bottom: 1px solid #ebebeb;
}

.zig_confirm_body_content .locations {
  display: flex;
  border-bottom: 1px solid #f7f7f7;
}

@media screen and (max-width: 767.98px) {
  .zig_confirm_body_content .locations {
    display: block;
  }
}

.zig_confirm_body_content .locations .location {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.zig_confirm_body_content .locations .location:first-child {
  background-color: #f7f7f7;
  background-image: url("../img/right.svg");
  background-position: right center;
  background-size: 70px;
  background-repeat: no-repeat;
}

.zig_confirm_body_content .locations .location img {
  width: 50px;
  height: 50px;
}

.zig_confirm_body_content .locations .location .details {
  padding: 0 0 0 20px;
}

.zig_confirm_body_content .locations .location .details .name {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px 0;
  display: block;
}

.zig_confirm_body_content .locations .location .details .address {
  font-size: 14px;
  font-weight: 500;
}

.zig_confirm_body_content .information {
  display: flex;
  margin: 20px 0;
}

@media screen and (max-width: 767.98px) {
  .zig_confirm_body_content .information {
    display: block;
  }
}

.zig_confirm_body_content .information .item {
  flex: 1;
  padding: 0 40px;
}

@media screen and (max-width: 767.98px) {
  .zig_confirm_body_content .information .item {
    padding: 0 20px;
  }
}

.zig_confirm_body_content .information .item:first-child {
  border-right: 1px solid #ebebeb;
}

.zig_confirm_body_content .information .item h3 {
  font-size: 20px;
}

.zig_confirm_body_content .information .item .line {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 0 0 10px 0;
}

.subscription-confirm {
  border: 1px solid #ebebeb;
  margin: 0 0 40px 0;
}

.subscription-confirm_heading {
  padding: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
}

.subscription-confirm_heading span {
  font-size: 14px;
  font-weight: 500;
  color: #9e9e9e;
  margin: 0 0 0 10px;
}

.subscription-confirm_content {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .subscription-confirm_content {
    flex-direction: column;
  }
}

.subscription-confirm_content .left,
.subscription-confirm_content .right {
  flex: 0 0 48%;
}

@media screen and (max-width: 767.98px) {
  .subscription-confirm_content .left,
  .subscription-confirm_content .right {
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .subscription-confirm_content .right {
    margin: 30px 0 0 0;
  }
}

.subscription-confirm_content .title {
  font-weight: 600;
  margin: 0 0 20px 0;
}

.subscription-confirm_content .item {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}

.subscription-confirm_content .item_img {
  width: 40px;
}

.subscription-confirm_content .item_info {
  padding: 0 0 0 10px;
}

.subscription-confirm_content .item_info_name {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 6px 0;
}

.subscription-confirm_content .item_info_alt {
  font-size: 14px;
  font-weight: 400;
}

.search form {
  position: relative;
}

.search form svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.search form input {
  background: none;
  padding: 8px;
  border-radius: 2px;
  padding-left: 35px;
  font-size: 15px;
  transition: all .5s;
}

@media screen and (max-width: 767.98px) {
  .search form input {
    font-size: 16px;
  }
}

.search.large form input {
  line-height: 50px;
  height: 50px;
  min-width: 340px;
  border-radius: 4px;
}

@media screen and (max-width: 767.98px) {
  .search.large form input {
    min-width: auto;
  }
}

.search.dark form i {
  fill: #000;
  color: #000;
}

.search.dark form input {
  border: 1px solid #b1b1b1;
}

.search.dark form input:focus {
  border-color: #000;
}

.search-query {
  width: 100%;
  height: 240px;
  padding: 80px 0 0 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background-color: #f2fcff;
}

.search-query p {
  font-size: 32px;
}

.search-results {
  width: 100%;
  min-height: 500px;
  display: flex;
  flex-flow: column nowrap;
  margin: 0 0 40px 0;
  padding: 40px 0;
}

.search-results article {
  background-color: #fff;
  background: #FFFFFF;
  box-shadow: 0 5px 22px 0 rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  width: 500px;
  padding: 30px;
  margin: 0 auto 30px auto;
  border: 1px solid #f5f5f5;
}

.search-results article h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.search-results article p {
  font-size: 14px;
  margin: 0 0 20px 0;
  font-weight: 500;
  color: #8d8d8d;
}

.search-results article a {
  font-weight: 600;
  color: #74d4ff;
  margin: 10px 0 0 0;
}

.wiki-answer .small-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.wiki-answer_header {
  background-color: #eaf5ff;
  padding: 260px 0 100px 0;
}

.wiki-answer_header .posted {
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.wiki-answer_header h4 {
  font-size: 52px;
  line-height: 60px;
}

.wiki-answer_body {
  padding: 80px 0;
}

.wiki-answer_body p {
  margin: 0 0 20px 0;
  padding: 0 40px;
}

.wiki-answer_body img {
  width: 100%;
  margin: 40px 0;
}

.store-locator {
  position: relative;
  padding: 50px 0;
}

.store-locator .container {
  display: flex;
  max-width: 1200px;
}

@media screen and (max-width: 767.98px) {
  .store-locator .container {
    flex-direction: column;
  }
}

.store-locator h4 {
  font-size: 28px;
  margin-bottom: 15px;
}

.store-locator--search {
  flex: 0 0 360px;
}

.store-locator--search .search input {
  border: 1px solid #d1d1d1;
  width: 100%;
  height: 50px;
}

.store-locator--search_main {
  padding-right: 30px;
}

.store-locator--map {
  width: 100%;
}

.store-locator--map > div {
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 767.98px) {
  .store-locator--map > div {
    height: 400px;
    margin: 30px 0 0 0;
  }
}

.store-locator--list {
  margin: 0;
  max-height: 575px;
  overflow-y: auto;
}

.store-locator--list li {
  line-height: 1.4;
  list-style: none;
  margin: 0;
  padding: 25px 0 25px 20px;
  border-bottom: 1px solid #d1d1d1;
}

.store-locator--list li span {
  display: block;
  margin-top: 10px;
  color: #999;
  font-size: 14px;
}

.more-info .more {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0 0 0;
  cursor: pointer;
}

.more-info .less {
  display: none;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0 0 0;
  cursor: pointer;
}

.more-info .content {
  display: none;
}

.more-info.show .more {
  display: none;
}

.more-info.show .less {
  display: block;
}

.more-info.show .content {
  display: block;
}

.more-info .content {
  width: 100%;
}

.more-info .content .phone {
  margin: 20px 0;
  font-size: 14px;
}

.more-info .content .phone strong {
  font-weight: 600;
}

.more-info .content .email {
  font-size: 14px;
}

.more-info .content .hours {
  margin: 20px 0 0 0;
}

.more-info .content .hours .row {
  width: 100%;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px 0 0;
  margin: 0 0 10px 0;
}

.more-info .content .hours .row .day {
  font-weight: 600;
}

.marker {
  padding: 10px;
}

.marker .title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.marker .address {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.marker .address p {
  line-height: 1.3;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 400;
}

.marker .cta {
  font-size: 14px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 100px;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: block;
}

.blog-header {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767.98px) {
  .blog-header {
    height: auto;
    padding: 60px 0;
  }
}

.blog-header::before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000030;
  z-index: 1;
  position: absolute;
  text-align: center;
}

.blog-header .container {
  position: relative;
  z-index: 9;
  text-align: center;
}

.blog-header h1 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  max-width: 600px;
  margin: 0 auto 20px auto;
  text-align: center;
}

.blog-body {
  position: relative;
  z-index: 99;
  background-color: #f3f3f3;
  padding: 60px 0;
}

.blog-body.post-page {
  margin: 60px 0 0 0;
  background-color: #fbfbfb;
  padding: 60px 0 20px 0;
}

.blog-body.post-page h4 {
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 40px 0;
}

.posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0;
}

.posts .post {
  width: 32%;
  margin: 0 0 40px 0;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 767.98px) {
  .posts .post {
    width: 100%;
  }
}

.posts .post:first-child {
  display: none;
}

.posts .post:hover {
  transform: scale(1.02);
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.2);
}

.posts .post:hover .read {
  background-color: #74d4ff;
}

.posts .post .title {
  font-weight: 600;
  font-size: 24px;
  display: block;
  padding: 30px;
  line-height: 1.2;
}

.posts .post img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.posts .post .read {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.posts .post .read span {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.post-header {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .post-header {
    height: auto;
    padding: 80px 0;
  }
}

.post-header.overlay::before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000080;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.post-header .container {
  position: relative;
  z-index: 9;
}

.post-header span {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin: 0 0 20px 0;
  text-align: center;
  color: #fff;
}

.post-header h1 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}

.post-body {
  padding: 80px 0;
}

@media screen and (max-width: 767.98px) {
  .post-body {
    padding: 0 20px;
  }
}

.post-body h3 {
  max-width: 700px;
  margin: 40px auto;
  display: block;
}

.post-body p {
  max-width: 700px;
  margin: 40px auto;
  display: block;
  color: #484848;
  font-size: 18px;
  line-height: 1.8;
}

.post-body p a {
  text-decoration: underline;
  color: #74d4ff;
}

.post-body img {
  max-width: 800px;
  margin: 60px auto;
  display: block;
}

.blog-body {
  background-color: #e8e8e8;
}

.contact-header {
  width: 100%;
  height: 600px;
  background-image: url("../img/contact_banner.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767.98px) {
  .contact-header {
    height: 300px;
  }
}

.contact-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00000040;
  z-index: 9;
}

.contact-header h1 {
  position: relative;
  z-index: 9;
  color: #fff;
}

@media screen and (max-width: 767.98px) {
  .contact-header h1 {
    font-size: 42px;
    margin: 0 0 40px 0;
  }
}

.contact-body {
  width: 100%;
  position: relative;
  z-index: 98;
  font-size: 0;
}

.contact-body .already-registered {
  padding: 20px;
  border: 1px solid #555;
  border-radius: 8px;
}

.contact-body .already-registered .info {
  line-height: 1.1;
}

.contact-body_form {
  width: 500px;
  margin: -50px 0 80px 0;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 8px;
  display: inline-block;
}

@media screen and (max-width: 767.98px) {
  .contact-body_form {
    width: 100%;
  }
}

.contact-body_form ul {
  margin: 0;
}

.contact-body_form ul li {
  list-style: none;
  margin: 0 0 15px;
}

.contact-body_form .field {
  margin: 0 0 30px 0;
}

.contact-body_form .field span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 10px 0;
  display: block;
}

.contact-body_form input,
.contact-body_form textarea {
  padding: 20px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
}

.contact-body_form input[type="submit"] {
  background-color: #74d4ff;
  color: #fff;
  padding: 16px 10px;
  border-radius: 4px;
  display: inline-block;
  border: 0;
  outline: 0;
  font-weight: 600;
  cursor: pointer;
}

.contact-body_form input[type="submit"]:hover {
  background-color: #000;
}

.contact-body_text {
  display: inline-block;
  width: 50%;
  padding: 60px 0 0 80px;
  vertical-align: top;
}

@media screen and (max-width: 991.98px) {
  .contact-body_text {
    width: 100%;
    padding: 0;
  }
}

.contact-body_text .item {
  margin: 0 0 40px 0;
}

.contact-body_text h4 {
  color: #000;
  font-size: 30px;
  margin: 0 0 20px 0;
  display: block;
}

.contact-body_text p {
  font-size: 18px;
}

.about-header {
  background-image: url("https://static1.squarespace.com/static/ta/5134cbefe4b0c6fb04df8065/9724/assets/images/pages/about/company/birds-eye-2500w.jpg");
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 0 0;
}

.about-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 56%);
  z-index: 9;
}

.about-header h1 {
  position: relative;
  z-index: 99;
  color: #fff;
}

.about-body {
  background: #fff;
}

.about-body .about-cover {
  width: 100%;
  max-height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-body .single {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 100px auto;
}

@media screen and (max-width: 767.98px) {
  .about-body .single {
    padding: 0 20px;
    margin: 0 0 60px 0;
    width: 100%;
  }
}

.about-body .top {
  max-width: 1100px;
  padding: 100px 0;
  margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
  .about-body .top {
    padding: 60px 0;
  }
}

.about-body .top .duo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 100px 0;
}

@media screen and (max-width: 767.98px) {
  .about-body .top .duo {
    flex-direction: column;
    padding: 0 20px;
    margin: 0 0 60px 0;
  }
}

.about-body .top .duo img {
  flex: 0 0 45%;
  width: 45%;
}

@media screen and (max-width: 767.98px) {
  .about-body .top .duo img {
    width: 100%;
    flex: 0 0 100%;
    margin: 0 0 60px 0;
  }
}

.about-body .top .duo img.no-margin {
  margin: 0 !important;
}

.about-body .top .duo .text {
  flex: 0 0 45%;
  width: 45%;
  text-align: left;
}

@media screen and (max-width: 767.98px) {
  .about-body .top .duo .text {
    width: 100%;
    flex: 0 0 100%;
  }
}

.about-body .top h3 {
  display: block;
  margin: 0 0 80px 0;
}

@media screen and (max-width: 767.98px) {
  .about-body .top h3 {
    font-size: 36px;
    margin: 0 0 40px 0;
  }
}

.about-body .top p {
  font-size: 18px;
  margin: 0 0 40px 0;
  display: block;
}

.about-body .top span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.about-body .top .quote-author-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .about-body .top .quote-author-container {
    padding: 0 20px;
  }
}

.about-body .top .quote-author {
  padding: 20px 60px 20px 30px;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  display: flex;
  margin: 40px auto 0 auto;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.about-body .top .quote-author::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #fff;
  border-radius: 4px 0 0 0;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  transform: rotate(45deg);
  left: 47%;
  top: -12px;
  z-index: 99;
}

.about-body .top .quote-author_image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 40px 0 0;
  border: 1px solid #f7f7f7;
  overflow: hidden;
}

.about-body .top .quote-author_content {
  flex: 1;
}

.about-body .top .quote-author_content_name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px 0;
  text-align: left;
}

.about-body .top .quote-author_content_role {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  text-align: left;
}

.about-body .about-video {
  background-color: #F4E8E1;
  padding: 100px 0;
}

@media screen and (max-width: 767.98px) {
  .about-body .about-video {
    padding: 40px 0;
  }
}

.about-body .about-video .container {
  max-width: 900px;
}

.about-body .about-video h3 {
  text-align: center;
  margin: 0 auto 50px auto;
  max-width: 1000px;
}

@media screen and (max-width: 767.98px) {
  .about-body .about-video h3 {
    font-size: 34px;
    line-height: 1.3;
  }
}

.about-body .about-video .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.about-body .about-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-body section {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .about-body section {
    flex-direction: column;
  }
}

.about-body section .content {
  flex: 1;
  padding: 0 80px;
}

@media screen and (max-width: 767.98px) {
  .about-body section .content {
    padding: 0 20px 60px 20px;
  }
}

.about-body section .content h4 {
  margin: 0 0 60px 0;
  display: block;
  line-height: 40px;
}

@media screen and (max-width: 767.98px) {
  .about-body section .content h4 {
    margin: 40px 0;
  }
}

.about-body section .content strong {
  font-size: 22px;
  margin: 50px 0 0 0;
  display: block;
}

.about-body section .content p, .about-body section .content ul {
  font-size: 18px;
  margin: 0 0 20px 0;
}

.about-body section .content p li, .about-body section .content ul li {
  margin: 0 0 10px 0;
}

.about-body section .content p:last-child, .about-body section .content ul:last-child {
  margin: 0;
}

.about-body section img {
  flex: 1;
  width: 50%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

@media screen and (max-width: 767.98px) {
  .about-body section img {
    height: 300px;
    width: 100%;
  }
}

.about-body .about-bottom {
  background-color: #F4E8E1;
  padding: 100px 20px;
}

@media screen and (max-width: 767.98px) {
  .about-body .about-bottom {
    padding: 80px 0;
  }
}

.about-body .about-bottom .container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .about-body .about-bottom .container {
    flex-direction: column;
  }
}

.about-body .about-bottom .text {
  flex: 0 0 45%;
}

@media screen and (max-width: 767.98px) {
  .about-body .about-bottom .text {
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .about-body .about-bottom .text:first-child {
    margin: 0 0 40px 0;
  }
}

.about-body .about-bottom .text p {
  font-size: 18px;
}

.about-body .about-bottom .text ul li {
  margin: 0 0 20px 0;
  line-height: 1.6;
  font-size: 17px;
}

.about-body .about-end {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding: 100px 20px;
}

.about-body .about-end h4 {
  margin: 0 0 60px 0;
  display: block;
}

@media screen and (max-width: 767.98px) {
  .about-body .about-end h4 {
    font-size: 34px;
  }
}

.about-body .about-end p {
  font-size: 18px;
  line-height: 1.8;
}

.zig-login {
  width: 100%;
  margin: 100px auto;
  display: block;
  max-width: 660px;
  padding: 50px;
}

.zig-login h4 {
  flex: 0 0 100%;
  width: 100%;
}

.zig-login form {
  display: block;
  margin: 40px 0;
}

.zig-login form p a {
  color: #b1b1b1;
}

.zig-login form input {
  margin-bottom: 15px;
}

.zig-login form label {
  display: flex;
  margin: 10px 0;
}

.zig-login form label input {
  width: 30px;
}

.zig-login form label strong {
  color: #0f0f0f;
}

@media screen and (max-width: 767.98px) {
  .zig-login {
    padding: 20px;
    margin: 0;
  }
}

.my-account {
  background: #fff;
  padding: 5rem 0;
  border-top: 1px solid #e8e8e8;
}

.my-account .bottom {
  margin: 5rem 0;
}

.my-account .zig-flexed {
  justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .my-account .zig-flexed {
    flex-direction: column;
  }
}

.my-account--left {
  flex: 0 0 30%;
  width: 30%;
}

@media screen and (max-width: 767.98px) {
  .my-account--left {
    flex: 0 0 100%;
    width: 100%;
  }
}

.my-account--right {
  flex: 0 0 64%;
  width: 64%;
}

@media screen and (max-width: 767.98px) {
  .my-account--right {
    flex: 0 0 100%;
    width: 100%;
  }
}

.my-account--nav {
  flex: 0 0 200px;
  margin-top: 7rem;
}

@media screen and (max-width: 767.98px) {
  .my-account--nav {
    flex: 0 0 100%;
    margin: 40px 0 0 0;
  }
}

.my-account--nav a {
  display: block;
  margin: 20px 0;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}

.my-account--nav a:hover {
  text-decoration: none;
}

.my-account--nav a:first-of-type {
  margin-top: 0;
}

.my-account--orders {
  flex: 4;
}

.my-account--plans {
  flex: 4;
}

.my-account--profile_stats p, .my-account--loyalty_stats p {
  font-weight: 800;
  font-size: 20px;
  margin-right: 30px;
  line-height: 1;
}

.my-account--profile_stats p:last-child, .my-account--loyalty_stats p:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.my-account--profile_stats p span, .my-account--loyalty_stats p span {
  display: block;
  margin-top: 5px;
  color: #b1b1b1;
  font-size: 15px;
}

.my-account--profile {
  display: flex;
  align-items: top;
  flex: 7;
}

.my-account--profile figure {
  margin-right: 25px;
}

.my-account--profile_info {
  flex: 1;
  margin-right: 60px;
}

@media screen and (max-width: 767.98px) {
  .my-account--profile_info {
    margin: 30px 0 0 0;
  }
}

.my-account--profile_stats {
  margin: 10px 0;
  display: flex;
}

@media screen and (max-width: 767.98px) {
  .my-account--profile_status {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}

.my-account--profile_status p {
  font-size: 14px;
  margin-right: 0;
  font-weight: 600;
}

@media screen and (max-width: 767.98px) {
  .my-account--profile_status p {
    flex: 0 0 50%;
  }
}

.my-account--profile_status p span {
  float: right;
  color: #000;
  display: inline-block;
  margin-top: 0;
  font-size: 14px;
}

.my-account--loyalty {
  display: flex;
  align-items: center;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 20px;
  flex: 5;
}

@media screen and (max-width: 767.98px) {
  .my-account--loyalty {
    flex-direction: column;
    text-align: center;
  }
}

.my-account--loyalty_stats {
  margin: 10px 0;
}

@media screen and (max-width: 767.98px) {
  .my-account--loyalty_stats {
    flex-direction: column;
    text-align: center;
  }
}

.my-account--loyalty_stats .h2 {
  margin-top: 10px;
  display: block;
}

.my-account--loyalty_btn {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767.98px) {
  .my-account--loyalty_btn {
    margin: 10px 0 0 0;
  }
}

.account-cards {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767.98px) {
  .account-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.account-cards_card {
  padding: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.account-cards_card .left strong {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 6px 0;
  display: block;
}

.account-cards_card .left div {
  font-size: 14px;
  color: #888;
}

.account-cards_card form input {
  color: #882b2b;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 10px;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.account-cards_card form input:hover {
  background-color: #f7e6e6;
}

.account-add_card {
  padding: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  margin: 20px 0 0 0;
}

.account-add_card select {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.account-add_card input[type='text'] {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.address-cards {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin: 20px 0 0 0;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .address-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.address-cards_item {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  margin: 20px 0 0 0;
}

.address-cards_item .content {
  padding: 20px;
}

.address-cards_item .buttons {
  background-color: #fcfcfc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e8e8e8;
}

.address-cards_item .buttons .half,
.address-cards_item .buttons form {
  width: 50%;
  flex: 0 0 50%;
  font-size: 0;
}

.address-cards_item .buttons .button {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}

.address-cards_item .buttons .button:hover {
  background-color: #e8e8e8;
}

.address-cards_item .buttons .button:first-child {
  border-right: 1px solid #e8e8e8;
}

.address-form {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  margin: 20px 0 0 0;
}

.address-form .content {
  padding: 20px;
}

.address-form .buttons {
  background-color: #fcfcfc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e8e8e8;
}

.address-form .buttons a,
.address-form .buttons input {
  width: 50%;
  flex: 0 0 50%;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}

.address-form .buttons a:hover,
.address-form .buttons input:hover {
  background-color: #e8e8e8;
}

.address-form .buttons a:first-child,
.address-form .buttons input:first-child {
  border-right: 1px solid #e8e8e8;
}

.addressBox {
  padding: 20px 0 0 0;
}

.addressBox .field {
  width: 100%;
  padding: 0 20px;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.addressBox .field.no-pd {
  padding: 0 !important;
  display: flex !important;
  justify-content: space-between;
}

.addressBox .field.no-pd input, .addressBox .field.no-pd select {
  padding: 0 16px !important;
}

.addressBox .field label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 767.98px) {
  .addressBox .field {
    flex-direction: column;
  }
}

.addressBox .field .full {
  width: 100%;
}

.addressBox .field .half {
  width: 48%;
}

@media screen and (max-width: 767.98px) {
  .addressBox .field .half {
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
  }
  .addressBox .field .half:last-child {
    margin: 0;
  }
}

.addressBox .field .third {
  width: 32%;
}

@media screen and (max-width: 767.98px) {
  .addressBox .field .third {
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
  }
  .addressBox .field .third:last-child {
    margin: 0;
  }
}

.addressBox .field input,
.addressBox .field select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  display: block;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  height: 50px;
}

.addressBox .toggle {
  width: 100%;
  display: flex;
  align-items: center;
}

.addressBox .toggle span {
  font-size: 16px;
  margin: 0 0 0 20px;
}

.primarys {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 20px 0;
}

.primarys .primary-pill {
  padding: 8px 10px;
  border-radius: 100px;
  background-color: #74d4ff;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}

.toggleWrapper {
  width: 50px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.toggleWrapper .inactiveMixin, .toggleWrapper input.mobileToggle + label:before, .toggleWrapper input.mobileToggle + label:after {
  content: "";
  position: absolute;
  display: block;
}

.toggleWrapper .beforeAnimation, .toggleWrapper input.mobileToggle + label:before {
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}

.toggleWrapper .afterAnimation, .toggleWrapper input.mobileToggle + label:after {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}

.toggleWrapper input {
  display: none;
}

.toggleWrapper input.mobileToggle {
  opacity: 0;
  position: absolute;
}

.toggleWrapper input.mobileToggle + label {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: .4s ease;
  -webkit-tap-highlight-color: transparent;
  height: 30px;
  width: 50px;
  border: 1px solid #e4e4e4;
  border-radius: 60px;
}

.toggleWrapper input.mobileToggle + label:before {
  height: 30px;
  width: 51px;
  top: 0;
  left: 0;
  border-radius: 30px;
}

.toggleWrapper input.mobileToggle + label:after {
  background: #fff;
  height: 28px;
  width: 28px;
  top: 1px;
  left: 0px;
  border-radius: 60px;
}

.toggleWrapper input.mobileToggle:checked + label:before {
  background: #74d4ff;
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}

.toggleWrapper input.mobileToggle:checked + label:after {
  left: 24px;
}

.zig-membership {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #F8F8FC;
  background-size: cover;
}

.zig-membership header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .zig-membership header {
    justify-content: flex-start;
  }
}

.zig-membership header nav {
  display: flex;
}

.zig-membership header nav .link {
  font-size: 16px;
  font-weight: 600;
  margin: 0 20px;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.zig-membership header nav .link.active {
  font-weight: 600;
  color: #000;
}

.zig-membership header .logo {
  width: 120px;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767.98px) {
  .zig-membership header .logo {
    width: 90px;
    margin-left: 15px;
  }
}

.zig-membership .question {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 767.98px) {
  .zig-membership .question {
    padding: 60px 0;
  }
}

.zig-membership .question p {
  max-width: 740px;
  width: 90%;
  font-size: 14px !important;
  text-align: center;
  line-height: 1.5;
  margin: 20px 0 0;
}

.zig-membership .question h4 {
  font-size: 32px;
  margin-top: 40px;
}

.zig-membership .question h4, .zig-membership .question h5 {
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .zig-membership .question h4, .zig-membership .question h5 {
    font-size: 26px;
    padding: 0 20px;
  }
}

.zig-membership .question .question-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zig-membership .question .question-spinner {
  width: 30px;
  height: 30px;
  margin: 0 0 20px 0;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.zig-membership .question .rotating {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.zig-membership .question .autocomplete input {
  width: 300px;
  background-color: #fff;
}

@media screen and (max-width: 767.98px) {
  .zig-membership .question .autocomplete input {
    width: 90%;
    margin: 0 5%;
  }
}

.zig-membership .question .devicelisted {
  cursor: pointer;
}

.zig-membership .question .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px 0;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .zig-membership .question .options {
    flex-direction: column;
    margin: 0;
    padding: 40px 0 0 0;
  }
}

.zig-membership .question .options.vertical {
  flex-direction: column;
}

.zig-membership .question .options .option {
  display: flex;
  flex-direction: column;
  flex: 0 0 28%;
  margin: 0 20px;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 6px;
  border: 4px solid #fff;
  padding: 40px 30px;
  align-items: center;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 991.98px) {
  .zig-membership .question .options .option {
    flex: 0 0 42%;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-membership .question .options .option {
    margin-bottom: 1rem;
    flex: 0 0 100%;
    padding: 15px 20px;
    border: 2px solid #fff;
  }
}

@media screen and (min-width: 991.98px) {
  .zig-membership .question .options .option:hover {
    border-color: #000;
  }
}

.zig-membership .question .options .option.selected {
  border-color: #000;
}

.zig-membership .question .options .option.w4 {
  flex: 0 0 18%;
  justify-content: center;
}

@media screen and (max-width: 991.98px) {
  .zig-membership .question .options .option.w4 {
    flex: 0 0 42%;
  }
}

.zig-membership .question .options .option.w2 {
  flex: 0 0 42%;
}

.zig-membership .question .options .option.image {
  padding: 0 0 30px;
}

.zig-membership .question .options .option.image figure {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.zig-membership .question .options .option.image figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.zig-membership .question .options .option.image p {
  max-width: 80%;
}

.zig-membership .question .options .option.cap {
  text-transform: capitalize;
}

@media screen and (max-width: 767.98px) {
  .zig-membership .question .options .option.cap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-membership .question .options .option.cap .colour {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-membership .question .options .option.cap span {
    margin: 0 0 0 20px;
  }
}

.zig-membership .question .options .option.center {
  justify-content: center;
}

.zig-membership .question .options .option img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 0 20px 0;
}

.zig-membership .question .options .option .colour {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767.98px) {
  .zig-membership .question .options .option .colour {
    width: 30px;
    height: 30px;
  }
}

.zig-membership .question .options .option .title {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 10px 0;
  text-align: center;
  text-transform: capitalize;
}

.zig-membership .question .options .option span {
  font-size: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 767.98px) {
  .zig-membership .question .options .option span {
    font-size: 18px;
  }
}

.zig-membership .question .options .option span.small {
  font-size: 15px;
}

.zig-membership .question .options .option p {
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 767.98px) {
  .zig-membership .question .options .option p {
    font-size: 16px;
  }
}

.zig-membership .question .options .sub-plan {
  flex-direction: unset;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}

.zig-membership .question .options .sub-plan.recommended {
  border-color: #000;
}

.zig-membership .question .options .sub-plan figure {
  height: auto;
}

.zig-membership .question .options .sub-plan--title {
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zig-membership .question .options .sub-plan--title strong {
  font-size: 20px;
}

.zig-membership .question .options .sub-plan--title .price {
  font-size: 18px;
  color: #74d4ff;
  font-weight: 500;
  text-transform: none;
}

.zig-membership .question .options .sub-plan--subtitle {
  color: #aaa;
  font-size: 20px !important;
  font-weight: 600;
  margin: 0 20px;
}

.zig-membership .question .options .sub-plan--description {
  font-size: 15px;
  margin: 20px;
  text-align: left;
}

.zig-membership .question .options .sub-plan--description p {
  text-align: left;
  font-size: 15px;
}

.zig-membership .question .options .sub-plan--description ul {
  margin: 0;
}

.zig-membership .question .options .sub-plan--description ul li {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 8px 0 8px 30px;
  border-bottom: 3px solid #E4DFDC;
}

.zig-membership .question .options .sub-plan--description ul li:before {
  content: "";
  background: url("/img/check-icon.svg") no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.zig-membership .question .options .sub-plan--description ul li svg {
  color: #74d4ff;
  margin-right: 10px;
}

.zig-membership .question .options .sub-plan .recommended-badge {
  border-radius: 20px;
  padding: 8px 12px;
  color: #fff;
  margin: auto;
  text-align: center;
  position: absolute;
  top: -25px;
  font-size: 16px;
  font-weight: 500;
  background: #000;
  z-index: 99;
  margin: 0 !important;
}

.zig-membership .question .btn {
  background-color: #000;
  color: #fff;
  padding: 0 34px;
  font-weight: 600;
  border-radius: 6px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.zig-membership .question .btn svg {
  margin: 2px 0 0 6px;
}

.zig-membership .progress-bar {
  width: 100%;
  height: 30px;
}

.zig-membership .progress-bar .indicator {
  height: 30px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px 0 0;
}

@media screen and (max-width: 767.98px) {
  .zig-membership .progress-bar .indicator {
    position: fixed;
    bottom: 0;
    height: 12px;
    text-indent: -9999px;
  }
}

.zig-membership--results {
  width: 100%;
}

.zig-membership--results_section {
  display: flex;
  justify-content: space-between;
}

.zig-membership_body .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  height: 20px;
  width: 20px;
  z-index: 1001;
}

.zig-membership_body .back-btn {
  position: absolute;
  bottom: 0rem;
  left: 4rem;
}

@media screen and (max-width: 767.98px) {
  .zig-membership_body .back-btn {
    left: 0;
    bottom: 30px;
  }
}

.zig-membership_body .next-btn {
  position: absolute;
  bottom: 0rem;
  right: 4rem;
}

@media screen and (max-width: 767.98px) {
  .zig-membership_body .next-btn {
    right: 0;
    bottom: 30px;
  }
}

.btn-group {
  display: flex;
  align-items: center;
}

.btn-group .next-btn, .btn-group .back-btn {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: 15px;
}

.back-btn,
.next-btn,
.act-btn {
  z-index: 99;
  margin: 50px 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  padding: 20px 40px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
}

@media screen and (max-width: 767.98px) {
  .back-btn,
  .next-btn,
  .act-btn {
    margin: 20px;
    padding: 10px 20px;
  }
}

.back-btn:hover,
.next-btn:hover,
.act-btn:hover {
  transform: scale(0.95);
}

.back-btn.btn-relative,
.next-btn.btn-relative,
.act-btn.btn-relative {
  position: relative;
  bottom: 0;
  right: 0;
}

.back-btn img,
.next-btn img,
.act-btn img {
  width: 20px;
  height: 20px;
}

.loading-btn {
  color: transparent;
  background-image: url("/img/loading.svg");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  opacity: 0.6;
}

.back-btn {
  background-color: #fff;
  left: 0;
}

.back-btn img {
  transform: rotate(90deg);
  margin: 0 10px 0 0;
}

.next-btn {
  background-color: #000;
  right: 0;
  color: #fff !important;
}

.next-btn.disabled {
  opacity: 0;
}

.next-btn img {
  transform: rotate(270deg);
  margin: 0 0 0 10px;
}

.membership-enter-active, .membership-leave-active {
  transition: all ease-in-out .3s;
}

.membership-enter, .membership-leave-to {
  opacity: 0;
}

.membership-enter {
  transform: translate(10px, 0);
}

.membership-leave-to {
  transform: translate(-10px, 0);
}

.membership-leave-to button {
  display: none !important;
}

.zig-subscribe {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #F8F8FC;
}

.zig-subscribe header {
  background: #fff;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 30px;
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe header {
    padding: 0 20px;
  }
  .zig-subscribe header .hide-sm {
    display: none;
  }
}

.zig-subscribe header .logo {
  width: 120px;
}

.zig-subscribe header .exit-btn {
  position: relative;
  width: 20px;
  cursor: pointer;
}

.zig-subscribe--header {
  background: #fff;
  padding: 2rem 0;
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--header h4 {
    font-size: 22px;
  }
}

.zig-subscribe--header p.large {
  margin-top: 1rem;
  max-width: 50%;
  color: #b1b1b1;
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--header p.large {
    max-width: 100%;
    font-size: 16px;
  }
}

.zig-subscribe--container {
  padding: 50px 0;
}

.zig-subscribe--container > .container {
  display: flex;
}

@media screen and (max-width: 991.98px) {
  .zig-subscribe--container > .container {
    display: block;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--container > .container {
    display: flex;
    flex-direction: column-reverse;
  }
}

.zig-subscribe--container:before {
  content: "";
  background: #F8F8FC;
}

.zig-subscribe--main {
  flex: 1;
  height: auto;
}

.zig-subscribe--main .logo {
  position: absolute;
  top: 15px;
  left: 15px;
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--main .logo {
    position: relative;
    left: 10px;
  }
}

.zig-subscribe--main .logo img {
  max-width: 120px;
  height: auto;
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--main .logo img {
    width: 90px;
  }
}

.zig-subscribe--main .question {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.zig-subscribe--main_header {
  display: flex;
  justify-content: center;
}

.zig-subscribe--main_header h4 {
  font-size: 24px;
}

.zig-subscribe--main_content {
  max-width: 90%;
}

@media screen and (max-width: 991.98px) {
  .zig-subscribe--main_content {
    display: block !important;
    max-width: 100%;
  }
}

.zig-subscribe--main_footer {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

.zig-subscribe--main_footer .back-btn, .zig-subscribe--main_footer .next-btn {
  position: relative;
  margin: 0;
}

.zig-subscribe--summary {
  flex: 0 0 360px;
  position: relative;
  top: -150px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 99;
}

@media screen and (max-width: 991.98px) {
  .zig-subscribe--summary {
    top: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--summary {
    top: 0;
    margin: 0 0 50px 0;
    flex: initial;
  }
}

.zig-subscribe--summary_header {
  border-bottom: 1px solid #e8e8e8;
  padding: 16px;
  display: flex;
  justify-content: center;
}

.zig-subscribe--summary_header h4 {
  font-size: 24px;
}

.zig-subscribe--summary_toggle {
  display: none;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--summary_toggle {
    display: flex !important;
  }
}

.zig-subscribe--summary_toggle.selected svg {
  transform: rotate(180deg);
}

.zig-subscribe--summary_content {
  flex: 1;
  padding: 20px;
}

.zig-subscribe--summary_content.hidden {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--summary_content {
    margin: 20px 0 0 0;
  }
}

.zig-subscribe--summary_content section {
  margin: 0 0 30px 0;
}

.zig-subscribe--summary_content section h6 {
  margin-bottom: 10px;
  display: block;
}

.zig-subscribe--summary_content section .title {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}

@media screen and (min-width: 991.98px) {
  .zig-subscribe--summary_content section .list {
    display: flex;
    flex-wrap: wrap;
  }
}

.zig-subscribe--summary_content section .list_item {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 10px;
}

@media screen and (min-width: 991.98px) {
  .zig-subscribe--summary_content section .list_item {
    width: 50%;
    padding: 10px 5px;
  }
}

.zig-subscribe--summary_content section .list_item_img {
  width: 40px;
}

.zig-subscribe--summary_content section .list_item_content {
  padding: 0 0 0 10px;
}

.zig-subscribe--summary_content section .list_item_content_name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 0 0 6px 0;
  display: block;
}

@media screen and (min-width: 991.98px) {
  .zig-subscribe--summary_content section .list_item_content_name {
    font-size: 13px;
  }
}

.zig-subscribe--summary_content section .list_item_content_alt {
  font-size: 14px;
  font-weight: 600;
  color: #999;
}

.zig-subscribe--summary_content section.price-summary {
  margin: 20px 0 0 0;
  display: block;
}

.zig-subscribe--summary_content section.price-summary .total {
  font-size: 24px;
  margin: 0 0 16px 0;
  display: block;
  color: #000;
  font-weight: 600;
}

.zig-subscribe--summary_content section.price-summary .details {
  font-size: 14px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #000;
  display: inline-flex;
  padding: 8px 0;
  font-weight: 600;
}

.zig-subscribe--summary_footer {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.zig-subscribe--summary_footer .monthly-price {
  color: #000;
  font-weight: 600;
}

.zig-subscribe--panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: #fff;
  transition: all .5s ease;
  display: none;
  flex-direction: column;
  transition: all .5s ease-in;
  overflow: auto;
}

.zig-subscribe--panel.open {
  z-index: 9999;
  display: flex;
  top: 0;
}

.zig-subscribe--panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 6;
  opacity: 1;
  transition: all .5s ease;
}

.zig-subscribe--panel .select-variant {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00000020;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
}

.zig-subscribe--panel .select-variant.open {
  display: flex;
}

.zig-subscribe--panel .select-variant .options {
  width: 300px;
  background-color: #fff;
  border-radius: 6px;
}

.zig-subscribe--panel .select-variant .options .option {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 600;
}

.zig-subscribe--panel_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  height: auto;
  z-index: 9;
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--panel_header {
    position: fixed;
    flex-direction: column;
  }
}

.zig-subscribe--panel_header h4 {
  font-size: 24px;
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--panel_header h4 {
    font-size: 22px;
  }
}

.zig-subscribe--panel_header span {
  position: absolute;
  top: 26px;
  right: 26px;
}

.zig-subscribe--panel_header .search {
  margin-right: 4rem;
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--panel_header .search {
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
    position: relative;
  }
  .zig-subscribe--panel_header .search input {
    width: 100%;
  }
}

.zig-subscribe--panel_header select {
  padding: 16px;
  margin: 8px 0px;
  font-size: 16px;
  color: #000;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
}

.zig-subscribe--panel_header select:focus {
  border-color: #000;
}

.zig-subscribe--panel_select {
  width: 100%;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow-y: scroll;
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--panel_select {
    padding: 150px 20px 20px;
  }
}

.zig-subscribe--panel_select_item {
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  flex: 0 0 23%;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 991.98px) {
  .zig-subscribe--panel_select_item {
    flex: 0 0 32%;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--panel_select_item {
    flex: 0 0 49%;
  }
}

@media screen and (max-width: 575.98px) {
  .zig-subscribe--panel_select_item {
    flex: 0 0 100%;
  }
}

.zig-subscribe--panel_select_item:hover {
  border-color: #74d4ff;
}

.zig-subscribe--panel_select_item img {
  width: 70px;
  height: 70px;
}

.zig-subscribe--panel_select_item .name {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  flex: 1;
  padding: 0 0 0 10px;
}

.zig-subscribe--panel_back {
  width: 420px;
  margin: 2rem auto 1rem;
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--panel_back {
    width: auto;
    padding: 150px 20px 20px;
    margin: 0;
  }
}

.zig-subscribe--panel_back button {
  color: #000;
  font-size: 14px;
}

.zig-subscribe--panel_back button.btn._black {
  border-bottom: none !important;
}

.zig-subscribe--panel_back span {
  font-weight: 300;
  margin: 0 10px;
}

.zig-subscribe--panel_variant {
  width: 100%;
  max-width: 420px;
  margin: 1rem auto 4rem;
  border: 1px solid #e8e8e8;
  padding: 30px;
  border-radius: 5px;
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--panel_variant {
    padding: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--panel_variant {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--panel_variant .variant {
    margin: 20px;
  }
}

.zig-subscribe--panel_variant .variant_img {
  max-width: 200px;
  height: auto;
  margin: 0 auto 20px auto;
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--panel_variant .variant_img {
    max-width: 100px;
  }
}

.zig-subscribe--panel_variant .variant_name {
  margin-bottom: 10px;
  font-size: 20px;
}

.zig-subscribe--panel_variant .variant_description {
  margin-bottom: 0;
  margin-top: 20px;
}

.zig-subscribe--panel_variant .variant_description h2, .zig-subscribe--panel_variant .variant_description h3, .zig-subscribe--panel_variant .variant_description h4, .zig-subscribe--panel_variant .variant_description h5, .zig-subscribe--panel_variant .variant_description h6 {
  font-size: 18px;
  letter-spacing: 0;
}

.zig-subscribe--panel_variant .variant_selection {
  padding: 18px;
  margin-bottom: 20px;
  background: #f1f1f1;
  border-radius: 6px;
}

.zig-subscribe--panel_variant .variant .act-btn {
  background: #000;
}

.zig-subscribe--panel_variant .act-btn {
  margin: 0;
}

.zig-subscribe--register .container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--register .container {
    flex-direction: column;
  }
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--register .register--info {
    margin: 60px 0 0 0;
  }
}

.zig-subscribe--register .register--info p, .zig-subscribe--register .register--info ul li {
  font-size: 18px;
}

.zig-subscribe--register .register--info p {
  margin-top: 2rem;
}

.zig-subscribe--register .register--info p strong {
  color: #74d4ff;
  cursor: pointer;
}

.zig-subscribe--register .register--info ul {
  margin: 0;
}

.zig-subscribe--register .register--info ul li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 12px 0;
  border-bottom: 3px solid #E4DFDC;
}

.zig-subscribe--register .register--info ul li svg {
  color: #74d4ff;
  margin-right: 10px;
}

.zig-subscribe--register .register--form {
  background: #fff;
  width: 420px;
  border-radius: 6px;
  padding: 2rem;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.075);
}

@media screen and (max-width: 767.98px) {
  .zig-subscribe--register .register--form {
    width: 100%;
    margin: 40px 0 0 0;
  }
}

.zig-subscribe--register .register--form .zig-club-cta_content_logo {
  margin: 20px auto;
}

.zig-subscribe--register .register--form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.zig-subscribe--register .register--form p strong {
  cursor: pointer;
}

.zig-subscribe--register .register--form p strong:last-of-type {
  margin: 10px 0 0;
}

.zig-subscribe--register .register--form .field {
  margin-bottom: 15px;
}

.zig-subscribe--register .register--form button {
  position: relative;
  right: 0;
  margin: 20px 0 0;
  width: 100%;
  display: block;
  top: 0;
}

.subscribe-options h4 {
  font-size: 30px;
  display: block;
  margin: 0 0 60px 0;
}

.subscribe-options .select-products {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767.98px) {
  .subscribe-options .select-products {
    grid-template-columns: repeat(1, 1fr);
  }
}

.subscribe-options .select-products_item {
  background-color: #fff;
  overflow: hidden;
  padding: 20px;
  border: 2px solid #E4DFDC;
  border-radius: 6px;
  cursor: pointer;
}

.subscribe-options .select-products_item:hover {
  border-color: #000;
}

.subscribe-options .select-products_item.selected {
  border: 2px solid #000;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}

.subscribe-options .select-products_item_content {
  display: flex;
  align-items: center;
  width: 100%;
}

.subscribe-options .select-products_item_content_img {
  width: 60px;
}

.subscribe-options .select-products_item_content_name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0 0 14px 0;
  display: block;
  line-height: 1.4;
  padding: 0 0 0 20px;
}

.subscribe-options .select-products_item_content_price {
  display: flex;
}

.subscribe-options .select-products_item_content_price .price-normal {
  text-decoration: line-through;
  margin-right: 8px;
}

.subscribe-options .select-products_item_content_price .price-plan {
  color: #d21034;
}

.subscribe-options .select-products_item_variant select {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  margin-top: 10px;
  color: #000;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
}

.subscribe-options .select-products_item_variant select:focus {
  border-color: #000;
}

.subscribe-options h6 {
  font-size: 20px;
  display: block;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767.98px) {
  .subscribe-options h6 {
    font-size: 16px;
  }
}

.subscribe-options .range {
  margin: 0 0 80px 0;
}

@media screen and (max-width: 767.98px) {
  .subscribe-options .range {
    margin-bottom: 0;
  }
}

.subscribe-options .range select {
  background: #fff;
  width: 100%;
  color: #1f1f1f;
  font-weight: 500;
  padding: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  border: 1px solid #e8e8e8;
}

.subscribe-options .range .products_list {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767.98px) {
  .subscribe-options .range .products_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.subscribe-options .range .products_list_item {
  flex-direction: column;
}

.subscribe-options .range .products_list_item span {
  display: block;
  font-size: 14px;
  color: #a1a1a1;
  margin-top: 5px;
}

.subscribe-options .products {
  position: relative;
}

.subscribe-options .products.disabled::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .5;
  z-index: 999;
  cursor: not-allowed;
}

.subscribe-options .products_chosen {
  margin-bottom: 40px;
}

.subscribe-options .products_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

@media screen and (max-width: 991.98px) {
  .subscribe-options .products_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767.98px) {
  .subscribe-options .products_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.subscribe-options .products_list_item {
  border: 2px solid #E4DFDC;
  cursor: pointer;
}

.subscribe-options .products_list_item:hover {
  border-color: #000;
  border-width: 2px;
}

.subscribe-options .products_list_item:hover img {
  opacity: 1 !important;
}

.subscribe-options .products_list_item:hover span {
  color: #000 !important;
}

.subscribe-options .products_list_item.slot {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  font-size: 18px;
  padding: 10px;
  height: 120px;
  text-align: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .subscribe-options .products_list_item.slot {
    height: 80px;
  }
}

.subscribe-options .products_list_item.slot.filled {
  border: 1px solid #000;
}

.subscribe-options .products_list_item.slot.filled img {
  opacity: 1;
}

.subscribe-options .products_list_item.slot .empty-slot {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.subscribe-options .products_list_item.slot .empty-slot .add-icon {
  width: 20px;
  height: 20px;
  opacity: .25;
}

.subscribe-options .products_list_item.slot .empty-slot span {
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0 0 0;
  color: #a3a3a3;
}

.subscribe-options .products_list_item.slot img {
  width: 60px;
}

.subscribe-options .products_list_item.slot .slot_title {
  font-size: 15px !important;
}

.account-box {
  padding: 40px;
}

@media screen and (max-width: 767.98px) {
  .account-box {
    padding: 20px;
  }
}

.account-box h4, .account-box h5 {
  text-align: left !important;
  margin-bottom: 15px;
  padding: 0 !important;
}

.account-box.checkout-options {
  width: 500px;
}

@media screen and (max-width: 767.98px) {
  .account-box.checkout-options {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .account-box .act-btn {
    margin: 10px 0 !important;
  }
}

.checkout-options.hidden {
  display: none;
}

.checkout-options .sub-form {
  width: 100%;
  display: block;
  margin: 20px 0 0 0;
}

.checkout-options .sub-form .field {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}

.checkout-options .sub-form .field.double {
  display: flex;
  justify-content: space-between;
}

.checkout-options .sub-form .field.double input {
  width: 49%;
}

.checkout-options .sub-form .field input {
  padding: 0 16px;
  width: 100%;
  line-height: 50px;
  height: 50px;
  border-radius: 4px;
  font-size: 15px;
  border: 2px solid #E4DFDC;
}

.checkout-options .sub-form .field label {
  font-size: 14px;
}

.checkout-options .sub-form .field label input {
  float: left;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767.98px) {
  .checkout-options .sub-form .field label input {
    float: right;
  }
}

.check {
  display: flex !important;
  align-items: center;
}

.check input[type='checkbox'] {
  width: auto !important;
  margin: 0 10px 0 0;
}

.check label {
  font-weight: 500;
}

.payment-cards {
  width: 100%;
  margin: 60px auto;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background-color: #fff;
}

.payment-cards.subform {
  padding: 20px;
}

.payment-cards_card {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}

.payment-cards_card.selected {
  background-color: #fff;
  transform: scale(1.02);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 2px solid #000;
}

.payment-cards_card:hover {
  background-color: #fbfbfb;
  transform: scale(1.01);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.payment-cards_card_logo {
  width: 40px;
  flex: 0 0 40px;
}

.payment-cards_card_info {
  padding: 0 0 0 20px;
}

.payment-cards_card_info .number {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.payment-cards_card_info .expiry {
  color: #666;
  font-size: 16px;
  color: #555;
}

.payment-cards .add {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.payment-cards .add img {
  width: 14px;
  margin: 0 20px 0 0;
}

.choose-btn {
  background-color: #000;
  padding: 20px 40px;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 767.98px) {
  .choose-btn {
    padding: 10px 20px;
  }
}

.choose-btn img {
  width: 14px;
  margin: 0 10px 0 0;
}

.choose-btn:hover {
  background-color: black;
}

.cardno {
  padding: 0 16px 0 34px !important;
}

.checkbox-plain {
  margin: 20px 0 0 0;
}

.wiki-search {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 120px 20px;
  background-image: url("../img/wiki.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.wiki-search::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  z-index: 8;
  position: absolute;
}

.wiki-search h2 {
  font-size: 40px;
  margin: 0 0 30px 0;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  z-index: 9;
  text-align: center;
}

.wiki-search .search {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.wiki-search .search input {
  padding: 20px 20px 20px 60px;
  width: 100%;
  font-family: "Helvetica Neue", "Helvetica", -apple-system, helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  background-image: url("../img/search.png");
  background-position: 22px 22px;
  background-size: 18px;
  background-repeat: no-repeat;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  letter-spacing: -0.5px;
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 9;
}

.wiki-search .search input::-moz-placeholder {
  color: #d8d8d8;
}

.wiki-search .search input:-ms-input-placeholder {
  color: #d8d8d8;
}

.wiki-search .search input::-ms-input-placeholder {
  color: #d8d8d8;
}

.wiki-search .search input::placeholder {
  color: #d8d8d8;
}

.wiki-popular {
  padding: 40px 0;
  margin: 40px 0;
}

.wiki-popular h3 {
  font-size: 28px;
  color: #222;
  font-weight: 500;
  margin: 0 0 40px 0;
  text-align: center;
  width: 100%;
}

.wiki-popular ul.product-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wiki-popular ul.product-list li {
  list-style: none;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  border: 1px solid #f5f5f5;
  flex: 0 0 18%;
  width: 18%;
}

@media screen and (max-width: 991.98px) {
  .wiki-popular ul.product-list li {
    flex: 0 0 24%;
    width: 24%;
  }
}

@media screen and (max-width: 767.98px) {
  .wiki-popular ul.product-list li {
    flex: 0 0 32%;
    width: 32%;
  }
}

@media screen and (max-width: 575.98px) {
  .wiki-popular ul.product-list li {
    flex: 0 0 48%;
    width: 48%;
  }
}

.wiki-popular ul.product-list li:hover {
  border-color: #74d4ff;
}

.wiki-popular ul.product-list li img {
  width: 100%;
  margin: 0 0 10px 0;
}

.wiki-popular ul.product-list li .title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #000;
  text-align: center;
  width: 100%;
}

.wiki-popular ul.product-list li p {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 20px 0;
  font-weight: 500;
  color: #8d8d8d;
}

.wiki-header {
  background-color: #fff;
}

.wiki-header .container .breadcrumbs {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
}

.wiki-header .container .breadcrumbs span,
.wiki-header .container .breadcrumbs a {
  margin: 0 10px 0 0;
  font-size: 14px;
}

.wiki-header .container .breadcrumbs a:last-child {
  font-weight: 700;
}

.wiki-header .container .product {
  width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wiki-header .container .product .left {
  display: flex;
  align-items: center;
}

.wiki-header .container .product .left .product-image {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 20px 0 0;
}

.wiki-header .container .product .left .info .name {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.wiki-header .container .product .left .info .price {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767.98px) {
  .wiki-header .container .product .right {
    display: none;
  }
}

.wiki-body {
  border-top: 1px solid #e8e8e8;
}

.wiki-body .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.wiki-body main {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 20px 60px 20px;
}

.wiki-body main section {
  padding: 60px 0 0 0;
  border-bottom: 1px solid #dddddd;
  color: #464646;
  font-size: 18px;
}

.wiki-body main section h3 {
  font-size: 32px;
  margin: 0 0 40px 0;
  display: block;
}

.wiki-body main section .video-container {
  width: 100%;
  position: relative;
  margin: 0 0 50px 0;
  display: block;
  overflow: hidden;
}

.wiki-body main section .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wiki-body main section p {
  margin: 0 0 40px 0;
  color: #464646;
  font-size: 16px;
  line-height: 1.6;
}

.wiki-body main section ol, .wiki-body main section ul {
  margin: 0 0 40px 20px;
  list-style: decimal;
}

@media screen and (max-width: 767.98px) {
  .wiki-body main section ol, .wiki-body main section ul {
    padding: 0 20px;
  }
}

.wiki-body main section ol li, .wiki-body main section ul li {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
  line-height: 1.8;
  font-size: 16px;
}

.wiki-body main section ol li:last-child, .wiki-body main section ul li:last-child {
  margin: 0;
}

.wiki-body main section .faq_list {
  margin: 0;
  max-width: 100%;
}

.wiki-body main section .product-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wiki-body main section .product-list_item {
  flex: 0 0 32%;
  width: 32%;
  margin: 0 0 40px 0;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .wiki-body main section .product-list_item {
    flex: 0 0 48%;
    width: 48%;
  }
}

@media screen and (max-width: 575.98px) {
  .wiki-body main section .product-list_item {
    flex: 0 0 100%;
    width: 100%;
  }
}

.wiki-body main section .product-list_item_image {
  width: 100%;
  height: 260px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.95;
}

.wiki-body main section .product-list_item_content {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  height: 100px;
}

.wiki-body main section .product-list_item_content .details .title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.wiki-body main section .product-list_item_content .details .brand {
  font-size: 14px;
  color: #aaa;
}

.wiki-body main section .product-list_item_content .price {
  font-size: 16px;
  font-weight: 400;
}

.wiki-body main section .product-list_item .cta-box {
  padding: 0 20px;
}

.wiki-body main section .product-list_item .add-cta {
  color: #fff;
  background-color: #74d4ff;
  border: 2px solid #74d4ff;
  margin: 0 0 20px 0;
}

.wiki-body main section .product-list_item .add-cta:hover {
  color: #74d4ff;
  background-color: #fff;
}

.wiki-body main section .guide-files {
  margin: 0 0 40px 0;
}

.wiki-body main section .guide-files .file {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #e8e8e8;
}

@media screen and (max-width: 767.98px) {
  .wiki-body main section .guide-files .file {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.wiki-body main section .guide-files .file:hover {
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.wiki-body main section .guide-files .file .left {
  display: flex;
  align-items: center;
}

.wiki-body main section .guide-files .file_icon {
  width: 30px;
  margin: 0 30px 0 0;
}

.wiki-body main section .guide-files .file_name {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 10px 0;
  color: #000;
}

.wiki-body main section .guide-files .file_date {
  font-weight: 400;
  color: #999;
  font-size: 16px;
}

.wiki-body main section .guide-files .file_download {
  font-weight: 500;
  font-size: 16px;
  color: #242424;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  .wiki-body main section .guide-files .file_download {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 10px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #e8e8e8;
    font-weight: 500;
    font-size: 16px;
  }
}

.wiki-body main section .guide-files .file_download img {
  width: 20px;
  margin: 0 10px 0 0;
}

.faq_header {
  width: 100%;
  height: 500px;
  background-image: url("/img/faq_hero.jpg");
  background-size: cover;
  background-position: center bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.faq_header:after {
  content: "";
  background-color: #000;
  opacity: .2;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.faq_header h3 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  position: relative;
  z-index: 9;
}

.faq_list {
  width: 900px;
  margin: -80px auto 100px auto;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .faq_list {
    width: 100%;
  }
}

.faq_list > li {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
}

.faq_list > li:first-child {
  border-radius: 4px 4px 0 0;
}

.faq_list > li:last-child {
  border-radius: 0 0 4px 4px;
}

.faq_list > li.search {
  height: 80px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.faq_list > li.search img {
  width: 18px;
  margin: 6px 20px 0;
}

.faq_list > li.search form {
  flex: 1;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.faq_list > li.search form input {
  padding-left: 10px;
}

.faq_list > li.search input[type='search'] {
  font-size: 18px;
  width: 100%;
  color: #000;
  flex: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.faq_list > li.search input[type='search']::-moz-placeholder {
  color: #999;
}

.faq_list > li.search input[type='search']:-ms-input-placeholder {
  color: #999;
}

.faq_list > li.search input[type='search']::-ms-input-placeholder {
  color: #999;
}

.faq_list > li.search input[type='search']::placeholder {
  color: #999;
}

.faq_list > li.search input[type='submit'] {
  font-size: 16px;
  color: #fff;
  background-color: #74d4ff;
  text-align: center;
  padding: 0;
  width: 180px;
  height: 100%;
  margin: 0 0 0 auto;
  font-weight: 600;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.faq_list > li.search input[type='submit']:hover {
  background-color: #41c4ff;
}

.faq_list > li .question {
  padding: 30px 20px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.faq_list > li .question span {
  flex: 1;
}

.faq_list > li .question img {
  width: 16px;
  margin: 0 20px;
}

.faq_list > li .answer {
  border-top: 1px solid #e8e8e8;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  display: none;
}

.faq_list > li .answer ul li {
  font-size: 15px;
  margin-bottom: 10px;
}

.faq_list > li .answer a {
  border-bottom: 2px solid #000;
}

.faq_list > li .answer a:hover {
  border: none;
}

.faq_list > li .answer.show {
  display: block;
}

.page-body .top {
  margin: 80px auto 60px;
}

.page-body section {
  display: flex;
  align-items: center;
}

.page-body section .content {
  flex: 1;
  padding: 0 80px;
}

.page-body section h4, .page-body section h3 {
  font-size: 25px;
  margin: 20px 0;
  line-height: 40px;
}

.page-body section img {
  flex: 1;
  width: 50%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.zig-shop_header {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url("../img/shop.png");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767.98px) {
  .zig-shop_header {
    height: auto;
    padding: 100px 20px;
  }
}

.zig-shop_header h1 {
  color: #fff;
  display: block;
  margin: 0 0 20px 0;
  font-size: 60px;
  font-weight: 600;
}

@media screen and (max-width: 767.98px) {
  .zig-shop_header h1 {
    font-size: 30px;
  }
}

.zig-shop_type {
  margin: 100px 0;
}

@media screen and (max-width: 767.98px) {
  .zig-shop_type {
    margin: 60px 0;
  }
}

.zig-shop_type .container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .zig-shop_type .container {
    flex-wrap: wrap;
  }
}

.zig-shop_type .item {
  flex: 0 0 49%;
  width: 49%;
  height: 500px;
  position: relative;
  display: block;
}

@media screen and (max-width: 767.98px) {
  .zig-shop_type .item {
    flex: 0 0 100%;
    width: 100%;
    height: 400px;
    margin: 0 0 40px 0;
  }
}

.zig-shop_type .item img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.zig-shop_type .item .content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 60px 20px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.zig-shop_type .item .content h4 {
  color: #fff;
  font-size: 30px;
  margin: 0 0 30px 0;
  line-height: 1.2;
  text-align: center;
}

.zig-shop_products {
  display: block;
}

.zig-shop_products._adv {
  background: #000;
  padding-top: 80px;
}

.zig-shop_products._adv h3 {
  color: #fff;
}

.zig-shop_products._adv .zig-product-list_item .name {
  color: #fff;
}

.zig-shop_products._adv .zig-product-list_item .price {
  color: #999;
}

.zig-shop_products h3 {
  font-size: 30px;
  margin: 0 0 40px 0;
}

.zig-shop_products_list {
  display: flex;
  justify-content: space-between;
  padding: 0 0 80px 0;
  flex-wrap: wrap;
}

.zig-shop_products_list .item {
  flex: 0 0 23.5%;
}

@media screen and (max-width: 767.98px) {
  .zig-shop_products_list .item {
    flex: 0 0 48.5%;
    margin: 0 0 20px 0;
  }
}

.zig-shop_products_list .item img {
  width: 100%;
  margin: 0 0 20px 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.zig-shop_products_list .item .name {
  font-weight: 600;
  margin: 0 0 10px 0;
}

.zig-shop_products_list .item .price {
  color: #444;
}

.zig-shop_users {
  display: block;
}

.zig-shop_users h3 {
  font-size: 30px;
  margin: 0 0 30px 0;
}

.zig-shop_users ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px 0;
  flex-wrap: wrap;
}

.zig-shop_users ul li {
  flex: 0 0 32%;
  position: relative;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767.98px) {
  .zig-shop_users ul li {
    flex: 0 0 100%;
    padding: 0 0 20px 0;
  }
}

.zig-shop_users ul li .btn {
  position: absolute;
  bottom: 30px;
  z-index: 9;
  display: inline-block;
  width: 160px;
  text-align: center;
}

.zig-shop_users ul li img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.consent {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background-image: url("../img/consentBg.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767.98px) {
  .consent {
    position: relative;
    background-image: none;
    background-color: #e8e8e8;
  }
}

@media screen and (max-width: 767.98px) {
  .consent #app {
    height: 100%;
  }
}

.consent .consent_agree {
  width: 100%;
  max-width: 600px;
  display: block;
  text-align: center;
  background-color: #fff;
}

.consent .consent_agree_content {
  padding: 60px 30px;
}

.consent .consent_agree_content img {
  margin-bottom: 30px;
}

.consent .consent_agree_content p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 40px 0;
}

.consent .consent_agree_content .btns {
  display: flex;
  flex-direction: column;
}

.consent .consent_agree_content .btns .btn:last-child {
  margin: 20px 0 0 0;
}

.consent .consent_agree_footer {
  background-color: #e8e8e8;
  padding: 30px;
}

.consent .consent_agree_footer p {
  font-size: 12px;
  line-height: 1.4;
  color: #777;
  margin: 0;
}

.block-grid {
  margin-bottom: 4rem;
  display: grid;
  gap: 2em 2em;
}

.block-grid.four-col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991.98px) {
  .block-grid.four-col {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767.98px) {
  .block-grid.four-col {
    grid-template-columns: 1fr 1fr;
  }
}

.block-text {
  margin: 60px 0;
}

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

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