@font-face {
  font-family: DDin;
  src: url(../fonts/D-DIN.otf); }

@font-face {
  font-family: DDINCondensed;
  src: url(../fonts/D-DINCondensed.otf); }

@font-face {
  font-family: DDin-bold;
  src: url(../fonts/D-DIN-Bold.otf); }

@font-face {
  font-family: DDin-exp;
  src: url(../fonts/D-DINExp.otf); }

@font-face {
  font-family: GlacialIndifference-regular;
  src: url(../fonts/GlacialIndifference-Regular.otf); }

@font-face {
  font-family: GlacialIndifference-Bold;
  src: url(../fonts/GlacialIndifference-Bold.otf); }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

.container {
  max-width: 1280px;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 18px; }
  @media (min-width: 1000px) {
    .container {
      padding: 0 80px; } }

.container-mini {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 18px; }
  @media (min-width: 1000px) {
    .container-mini {
      padding: 0 80px; } }

.container-max {
  margin: 0 auto;
  padding: 0 18px; }
  @media (min-width: 1000px) {
    .container-max {
      padding: 0 80px; } }

.product.type_product,
.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-right: -1rem;
  margin-left: -16px;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col {
  margin-bottom: 1em; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1em;
  padding-left: 1em; }

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

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

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

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

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

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

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

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

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

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

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

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media (min-width: 550px) {
  .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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media (min-width: 750px) {
  .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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media (min-width: 1000px) {
  .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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media (min-width: 1200px) {
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-xl {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xl-offset-1 {
    margin-left: 8.333%; }
  .col-xl-offset-2 {
    margin-left: 16.667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.333%; }
  .col-xl-offset-5 {
    margin-left: 41.667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.333%; }
  .col-xl-offset-8 {
    margin-left: 66.667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.333%; }
  .col-xl-offset-11 {
    margin-left: 91.667%; }
  .start-xl {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-xl {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-xl {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-xl {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-xl {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-xl {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-xl {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-xl {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-xl {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

body {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #0E161F;
  line-height: 1.5em;
  overflow-x: hidden;
  width: 100% !important; }

main {
  padding-bottom: 3em; }

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

section {
  content-visibility: auto; }

blockquote,
.has-quote {
  position: relative;
  background-color: white;
  padding: 42px 48px; }
  blockquote:after,
  .has-quote:after {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    top: -24px;
    left: 48px;
    background-image: url("../images/quote.svg");
    background-repeat: no-repeat; }

.is-divider {
  border-top: 1px solid #B0BAC4;
  margin: 40px 0; }
  @media (min-width: 1000px) {
    .is-divider {
      margin: 62px 0; } }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 162%; }
  @media (min-width: 1000px) {
    body {
      font-size: 18px;
      line-height: 150%; } }

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
h4.regular,
.h5, h5,
.h6, h6 {
  font-family: "GlacialIndifference-Bold", sans-serif;
  font-style: normal; }

.h1,
h1 {
  font-weight: bold;
  font-size: 33px;
  line-height: 31px; }
  @media (min-width: 1000px) {
    .h1,
    h1 {
      font-size: 43px;
      line-height: 116%; } }

.h2,
h2 {
  font-weight: bold;
  font-size: 29px;
  line-height: 107%; }
  @media (min-width: 1000px) {
    .h2,
    h2 {
      font-size: 39px;
      line-height: 115%; } }

.h3,
h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 117%; }
  @media (min-width: 1000px) {
    .h3,
    h3 {
      font-size: 32px;
      line-height: 39px; } }

.h4,
h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 110%; }
  @media (min-width: 1000px) {
    .h4,
    h4 {
      font-size: 25px;
      line-height: 110%; } }

h4.regular {
  font-weight: normal;
  font-size: 20px;
  line-height: 110%; }
  @media (min-width: 1000px) {
    h4.regular {
      font-size: 25px;
      line-height: 110%; } }

.h5,
h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 125%; }
  @media (min-width: 1000px) {
    .h5,
    h5 {
      font-size: 20px;
      line-height: 125%; } }

.h6,
h6 {
  font-weight: normal;
  font-size: 18px;
  line-height: 125%; }
  @media (min-width: 1000px) {
    .h6,
    h6 {
      font-size: 20px;
      line-height: 125%; } }

small {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px; }
  @media (min-width: 1000px) {
    small {
      font-size: 15px;
      line-height: 22px; } }

.s-extra-small-text {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 15px; }

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ED1B2F; }
  a:hover {
    color: #c51021; }

strong {
  font-weight: 700; }

small {
  font-size: .9em; }

/*
  Buttons
*/
.wpcf7-submit,
input[type="submit"],
a.c-button,
.c-button {
  text-decoration: none;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  font-family: DDINCondensed;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  -webkit-transition-property: background, color, border;
  transition-property: background, color, border;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased; }
  .wpcf7-submit.has-arrow,
  input[type="submit"].has-arrow,
  a.c-button.has-arrow,
  .c-button.has-arrow {
    background-repeat: no-repeat;
    background-position: 16px center; }
    .wpcf7-submit.has-arrow.c-button--sm,
    input[type="submit"].has-arrow.c-button--sm,
    a.c-button.has-arrow.c-button--sm,
    .c-button.has-arrow.c-button--sm {
      background-position: 10px center; }
  .wpcf7-submit:hover:enabled, .wpcf7-submit:focus,
  input[type="submit"]:hover:enabled,
  input[type="submit"]:focus,
  a.c-button:hover:enabled,
  a.c-button:focus,
  .c-button:hover:enabled,
  .c-button:focus {
    text-decoration: none; }
  .wpcf7-submit:active,
  input[type="submit"]:active,
  a.c-button:active,
  .c-button:active {
    outline: 0;
    background-image: none; }

.c-button--sm {
  font-size: 16px;
  padding: 5px 10px; }

.wpcf7-submit,
.form-submit .submit,
.c-button--md {
  font-size: 19px;
  padding: 10px 16px; }

.c-button--block {
  display: block;
  width: 100%; }

.c-button--fll {
  float: left; }

.c-button--flr {
  float: right; }

button.c-button--full {
  display: inline-block !important;
  text-align: center;
  width: 100%;
  max-width: 100%; }

a.c-button--full {
  display: block !important;
  text-align: center; }

.wpcf7-submit,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.single_add_to_cart_button,
input[type="submit"],
a.c-button--alpha,
.c-button--alpha {
  background: #0E161F;
  border: 1px solid #0E161F;
  color: white; }
  .wpcf7-submit:disabled,
  .woocommerce #respond input#submit.alt:disabled, .woocommerce a.button.alt:disabled, .woocommerce button.button.alt:disabled, .woocommerce input.button.alt:disabled,
  .single_add_to_cart_button:disabled,
  input[type="submit"]:disabled,
  a.c-button--alpha:disabled,
  .c-button--alpha:disabled {
    opacity: .5; }
  .wpcf7-submit:active, .wpcf7-submit:hover, .wpcf7-submit:hover:enabled, .wpcf7-submit:focus,
  .woocommerce #respond input#submit.alt:active,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce #respond input#submit.alt:hover:enabled,
  .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:active, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:hover:enabled, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:active, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:hover:enabled, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:active, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:hover:enabled, .woocommerce input.button.alt:focus,
  .single_add_to_cart_button:active,
  .single_add_to_cart_button:hover,
  .single_add_to_cart_button:hover:enabled,
  .single_add_to_cart_button:focus,
  input[type="submit"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:hover:enabled,
  input[type="submit"]:focus,
  a.c-button--alpha:active,
  a.c-button--alpha:hover,
  a.c-button--alpha:hover:enabled,
  a.c-button--alpha:focus,
  .c-button--alpha:active,
  .c-button--alpha:hover,
  .c-button--alpha:hover:enabled,
  .c-button--alpha:focus {
    opacity: 1;
    background-color: #A54447;
    border: 1px solid #A54447;
    color: #fff; }
  .wpcf7-submit.has-arrow,
  .woocommerce #respond input#submit.alt.has-arrow, .woocommerce a.button.alt.has-arrow, .woocommerce button.button.alt.has-arrow, .woocommerce input.button.alt.has-arrow,
  .single_add_to_cart_button.has-arrow,
  input[type="submit"].has-arrow,
  a.c-button--alpha.has-arrow,
  .c-button--alpha.has-arrow {
    padding-left: 44px;
    background-image: url("../images/arrow-white.svg");
    fill: white;
    background-size: 19px; }
    .wpcf7-submit.has-arrow.c-button--sm,
    .woocommerce #respond input#submit.alt.has-arrow.c-button--sm, .woocommerce a.button.alt.has-arrow.c-button--sm, .woocommerce button.button.alt.has-arrow.c-button--sm, .woocommerce input.button.alt.has-arrow.c-button--sm,
    .single_add_to_cart_button.has-arrow.c-button--sm,
    input[type="submit"].has-arrow.c-button--sm,
    a.c-button--alpha.has-arrow.c-button--sm,
    .c-button--alpha.has-arrow.c-button--sm {
      padding-left: 31px;
      background-size: 12px; }

a.c-button--beta,
.c-button--beta {
  background: white;
  border-color: #8796A6;
  color: #0E161F; }
  a.c-button--beta.is-active, a.c-button--beta:active, a.c-button--beta:hover, a.c-button--beta:hover:enabled, a.c-button--beta:focus,
  .c-button--beta.is-active,
  .c-button--beta:active,
  .c-button--beta:hover,
  .c-button--beta:hover:enabled,
  .c-button--beta:focus {
    background-color: #0E161F;
    border-color: #0E161F;
    color: #fff; }
  a.c-button--beta:disabled,
  .c-button--beta:disabled {
    opacity: .5; }
  a.c-button--beta.has-arrow,
  .c-button--beta.has-arrow {
    padding-left: 44px;
    background-image: url("../images/arrow.svg");
    fill: white;
    background-size: 19px; }
    a.c-button--beta.has-arrow.c-button--sm,
    .c-button--beta.has-arrow.c-button--sm {
      padding-left: 31px;
      background-size: 12px; }
    a.c-button--beta.has-arrow:active, a.c-button--beta.has-arrow:visited, a.c-button--beta.has-arrow:hover, a.c-button--beta.has-arrow:hover:enabled, a.c-button--beta.has-arrow:focus,
    .c-button--beta.has-arrow:active,
    .c-button--beta.has-arrow:visited,
    .c-button--beta.has-arrow:hover,
    .c-button--beta.has-arrow:hover:enabled,
    .c-button--beta.has-arrow:focus {
      background-image: url("../images/arrow-white.svg"); }

a.c-button--gamma,
.c-button--gamma {
  border-color: white;
  color: white;
  display: block;
  position: relative;
  padding-left: 2.5em;
  margin-top: .5em; }
  @media (min-width: 750px) {
    a.c-button--gamma,
    .c-button--gamma {
      display: inline-block;
      margin-right: 1em;
      margin-top: 0; } }
  a.c-button--gamma img,
  .c-button--gamma img {
    margin-right: .7em;
    position: absolute;
    left: 10px; }
  a.c-button--gamma:active, a.c-button--gamma:hover:enabled, a.c-button--gamma:focus,
  .c-button--gamma:active,
  .c-button--gamma:hover:enabled,
  .c-button--gamma:focus {
    background-color: transparent;
    color: #ffffff; }
  a.c-button--gamma:disabled,
  .c-button--gamma:disabled {
    opacity: .5; }

.single_add_to_cart_button {
  display: block;
  width: 100%;
  padding: 10px 16px;
  margin: 8px 0px; }

a.c-button--delta,
.c-button--delta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  position: static;
  width: 100%;
  height: 43px;
  left: 0px;
  top: 62px;
  background: #0E161F;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
  color: white;
  border: 1px solid #0E161F; }
  a.c-button--delta:active, a.c-button--delta:hover:enabled, a.c-button--delta:focus,
  .c-button--delta:active,
  .c-button--delta:hover:enabled,
  .c-button--delta:focus {
    opacity: 1;
    background-color: #A54447;
    border-color: #A54447;
    color: #fff; }
  a.c-button--delta.disabled, a.c-button--delta:disabled,
  .c-button--delta.disabled,
  .c-button--delta:disabled {
    opacity: .5; }

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0; }

.c-button--group .c-button--fll {
  width: 100%; }

.c-button--group .c-button {
  margin-top: 1px;
  width: 100%; }

@media (min-width: 1200px) {
  .c-button--group {
    position: relative; }
    .c-button--group input,
    .c-button--group .c-button {
      width: auto; }
    .c-button--group .c-button--fll {
      position: absolute;
      left: 0;
      margin-right: 1px;
      display: inline-block;
      width: calc(100% - 13px); }
    .c-button--group .c-button--flr {
      padding: 13px 10px 14px 10px;
      position: absolute;
      top: -1px;
      margin-right: 1px;
      right: 0; } }

.has-delta-background .wpcf7-submit {
  border-color: white !important;
  background-color: transparent !important;
  display: block !important;
  width: 100%;
  font-size: 19px;
  padding: 10px 16px; }
  .has-delta-background .wpcf7-submit:hover {
    border-color: white !important;
    background-color: white !important;
    color: #A54447 !important; }

input[type="submit"].c-button--delta,
a.c-button--delta,
.c-button--delta {
  border-color: #A54447;
  background-color: #A54447;
  display: block;
  width: 100%;
  color: white;
  padding-left: 2.5em;
  margin-top: 10px; }
  input[type="submit"].c-button--delta:active, input[type="submit"].c-button--delta:hover:enabled, input[type="submit"].c-button--delta:focus,
  a.c-button--delta:active,
  a.c-button--delta:hover:enabled,
  a.c-button--delta:focus,
  .c-button--delta:active,
  .c-button--delta:hover:enabled,
  .c-button--delta:focus {
    background-color: #813537;
    border-color: #813537; }
  input[type="submit"].c-button--delta:disabled,
  a.c-button--delta:disabled,
  .c-button--delta:disabled {
    opacity: .5; }

.ywgc_apply_gift_card_button {
  border-radius: 3px !important;
  background: #0E161F !important;
  border: 1px solid #0E161F !important;
  color: white !important; }
  .ywgc_apply_gift_card_button:disabled {
    opacity: .5 !important; }
  .ywgc_apply_gift_card_button:active, .ywgc_apply_gift_card_button:hover, .ywgc_apply_gift_card_button:hover:enabled, .ywgc_apply_gift_card_button:focus {
    opacity: 1 !important;
    background-color: #A54447 !important;
    border: 1px solid #A54447 !important;
    color: #fff !important; }

input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea {
  height: 38px;
  width: 100%;
  padding: 32px 20px 18px 20px;
  background-color: #fff;
  border: 1px solid #B0BAC4;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  color: #0E161F; }
  input[type='email'].has-error,
  input[type='number'].has-error,
  input[type='search'].has-error,
  input[type='text'].has-error,
  input[type='tel'].has-error,
  input[type='url'].has-error,
  input[type='password'].has-error,
  textarea.has-error {
    border: 1px solid red; }

select {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #0E161F;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #B0BAC4;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%; }

.has-delta-background input[type='email'],
.has-delta-background input[type='number'],
.has-delta-background input[type='search'],
.has-delta-background input[type='text'],
.has-delta-background input[type='tel'],
.has-delta-background input[type='url'],
.has-delta-background input[type='password'],
.has-delta-background textarea {
  background-color: rgba(255, 255, 255, .28);
  border: 1px solid transparent;
  color: white; }

.has-delta-background input:focus,
.has-delta-background select:focus,
.has-delta-background textarea:focus {
  border: 1px solid rgba(255, 255, 255, .5);
  outline: 0; }

.has-delta-background input[type="email"]:focus, .has-delta-background input[type="number"]:focus, .has-delta-background input[type="search"]:focus, .has-delta-background input[type="text"]:focus, .has-delta-background input[type="tel"]:focus, .has-delta-background input[type="url"]:focus, .has-delta-background input[type="password"]:focus {
  border: 1px solid rgba(255, 255, 255, .5);
  outline: 0; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 135px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #718096;
  outline: 0; }

select:focus,
textarea:focus {
  border: 1px solid #718096;
  outline: 0; }

label,
legend {
  display: block; }

fieldset {
  padding: 0;
  border-width: 0; }

.c-form__wrap {
  position: relative;
  display: block; }
  .c-form__wrap.active textarea {
    padding-top: 1em; }
  .c-form__wrap.active .placeholder {
    color: #718096;
    top: 6px;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-size: 11px;
    line-height: 14px;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.placeholder {
  position: absolute;
  color: #718096;
  font-family: DDin-bold;
  top: 27px;
  left: 10px;
  display: block;
  padding: 0 10px;
  white-space: nowrap;
  letter-spacing: .2px;
  font-weight: normal;
  font-size: 16px;
  -webkit-transition: all, .2s;
  transition: all, .2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase; }

.has-delta-background .placeholder {
  color: white; }

.has-delta-background .active .placeholder {
  color: white; }

.error-message {
  font-size: 14px;
  line-height: 27px;
  color: red; }

.is-disabled input,
.is-disabled .placeholder {
  color: #CBD5E0 !important; }

.response {
  font-size: .8em;
  line-height: 1.3em;
  font-style: italic; }

.wpcf7-list-item {
  margin: 0 !important; }

span span label {
  display: block !important; }

.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 1.6; }

.c-blog,
header {
  padding: 24px 32px; }
  @media (min-width: 750px) {
    .c-blog,
    header {
      padding: 34px 32px; } }

.c-header {
  min-height: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 750px) {
    .c-header {
      min-height: 400px;
      height: 70vh;
      background-repeat: no-repeat;
      background-image: url("../images/header-image.jpg");
      background-size: cover;
      background-position: center right;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .c-header.is-404 {
    background-position: center right;
    background-size: cover; }
    @media (min-width: 750px) {
      .c-header.is-404 {
        background-position: center right -150px; } }

.c-header_not-home {
  display: block;
  min-height: 50px; }

.c-header__layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: center center; }
  @media (min-width: 750px) {
    .c-header__layer {
      background-image: url("../images/pattern-home.png"); } }

.c-header__logo {
  position: absolute;
  left: calc(50% - 45px);
  top: .5em;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  z-index: 2; }
  @media (min-width: 1000px) {
    .c-header__logo {
      top: .25em;
      left: 4rem;
      display: inline-block; } }

.c-header__title-holder {
  position: relative;
  margin-top: 7em;
  z-index: 2; }
  @media (min-width: 1000px) {
    .c-header__title-holder {
      margin-top: 0;
      margin-left: 2em; } }

.c-header__title {
  width: 100%; }
  .c-header__title > span {
    padding: 2px .2em;
    background-color: #AD2B39;
    color: white;
    font-size: 24px; }
    @media (min-width: 750px) {
      .c-header__title > span {
        font-size: 40px;
        line-height: 100%; } }

.c-header__sub-title > span {
  font-family: "GlacialIndifference-regular", sans-serif;
  display: inline-block;
  background-color: white;
  font-weight: 400;
  font-size: 28px;
  line-height: 116%;
  margin-top: .25em; }
  @media (min-width: 750px) {
    .c-header__sub-title > span {
      max-width: 480px;
      font-size: 43px; } }

.c-header__intro {
  background-color: white;
  color: #3F4955;
  max-width: 500px; }

.c-header__button {
  margin-top: 1em; }

.c-footer {
  position: relative;
  background-color: #0E161F;
  text-align: left;
  color: white;
  font-size: 16px; }
  .c-footer ul {
    margin: 0px;
    padding: 0px; }

.c-footer__logo {
  position: absolute;
  left: calc(50% - 50px);
  top: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: white;
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
  position: absolute;
  z-index: 2; }

.c-footer__inner {
  padding: 6em 0; }
  @media (min-width: 750px) {
    .c-footer__inner {
      padding: 3em 0; } }

.c-footer__footnote {
  background-color: #3F4955;
  padding: 26px 0; }
  .c-footer__footnote .sub-menu {
    display: none !important; }

.c-footer__nav {
  display: none;
  list-style: none; }
  @media (min-width: 750px) {
    .c-footer__nav {
      display: inline-grid;
      grid-template-rows: repeat(5, auto);
      grid-auto-flow: column; } }
  .c-footer__nav li {
    padding-right: 5em;
    padding-bottom: 2em; }
    .c-footer__nav li a {
      text-decoration: none;
      color: white;
      font-family: "DDin", sans-serif;
      text-transform: uppercase; }
  .c-footer__nav.is-shown {
    display: block; }
  .c-footer__nav.is-hidden {
    display: none; }
    @media (min-width: 750px) {
      .c-footer__nav.is-hidden {
        display: inline-grid; } }

.c-footer__widget-title-for-mobile {
  font-family: "DDin", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #3F4955; }
  .c-footer__widget-title-for-mobile img {
    float: right;
    margin-top: .5em; }
  @media (min-width: 750px) {
    .c-footer__widget-title-for-mobile {
      display: none; } }

.c-footer__widget-title {
  font-family: "DDin", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1em; }

.c-footnote-nav {
  list-style: none;
  text-align: left; }
  .c-footnote-nav li {
    padding-top: 1em; }
    .c-footnote-nav li a {
      color: white;
      text-decoration: none; }
    @media (min-width: 750px) {
      .c-footnote-nav li {
        display: inline-block;
        padding-top: .5em; } }
  @media (min-width: 750px) {
    .c-footnote-nav li + li {
      margin-left: 1em; } }
  @media (min-width: 750px) {
    .c-footnote-nav {
      text-align: right; } }

.c-footer__credits {
  text-align: right; }
  @media (max-width: 750px) {
    .c-footer__credits {
      text-align: center;
      padding-top: 1em; } }
  .c-footer__credits a {
    color: white; }

.c-nav {
  font-family: DDin-exp, sans-serif;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 9999; }
  @media (max-width: 1000px) {
    .c-nav {
      display: none;
      min-height: 100vh;
      background-color: white;
      left: 0;
      right: 0;
      top: 5.2em; } }
  @media (min-width: 1000px) {
    .c-nav {
      top: 16px;
      left: 130px; } }
  .c-nav nav {
    position: relative; }
  .c-nav .c-nav__list {
    padding-top: 7px;
    list-style: none; }
    @media (max-width: 1000px) {
      .c-nav .c-nav__list {
        padding-left: 33px; } }
    @media (min-width: 1000px) {
      .c-nav .c-nav__list li {
        display: inline-block;
        margin-left: 20px; }
        .c-nav .c-nav__list li a {
          padding: 3px 1px;
          background-color: white; } }
    .c-nav .c-nav__list li {
      padding: 0 0 7px 0; }
      .c-nav .c-nav__list li a {
        text-decoration: none;
        color: #0E161F;
        text-transform: uppercase;
        font-size: 14px; }
      @media (min-width: 1000px) {
        .c-nav .c-nav__list li.current-menu-item, .c-nav .c-nav__list li.current_page_item {
          border-bottom: 1px solid #0E161F; } }

.c-nav-toggle {
  background-color: white;
  position: absolute;
  top: 40px;
  height: 38px;
  width: 38px;
  border: 1px solid #B0BAC4;
  text-align: center;
  z-index: 2;
  background-image: url("../images/menu.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center center; }
  .c-nav-toggle:hover {
    cursor: pointer; }
  .c-nav-toggle img {
    opacity: 0; }
  @media (min-width: 1000px) {
    .c-nav-toggle {
      display: none; } }

.c-nav-cart {
  background-color: white;
  position: absolute;
  z-index: 9999;
  top: 30px;
  right: 1em;
  border: 1px solid #B0BAC4;
  display: block;
  margin-top: 10px;
  text-align: center;
  z-index: 2;
  height: 38px;
  width: 38px;
  background-image: url("../images/cart.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center; }
  .c-nav-cart img {
    opacity: 0; }
  .c-nav-cart:hover {
    cursor: pointer; }
  @media (min-width: 1000px) {
    .c-nav-cart {
      top: 25px; } }
  .c-nav-cart .c-nav-cart--amount {
    font-family: DDIN-Exp;
    font-style: normal;
    font-weight: bold;
    position: absolute;
    background-color: #AD2B39;
    top: -15px;
    right: -15px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 2px solid white;
    color: white;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold; }

@media (max-width: 1000px) {
  .menu-item-has-children .sub-menu {
    display: none; } }

@media (min-width: 1000px) {
  .menu-item-has-children {
    position: relative; }
    .menu-item-has-children:hover .sub-menu {
      display: block; }
    .menu-item-has-children .sub-menu {
      font-family: Lato;
      font-style: normal;
      font-weight: bold;
      font-size: 15px;
      display: none;
      position: absolute;
      top: 50px;
      left: 0;
      border: 1px solid #D6DBE1;
      width: auto;
      background-color: white;
      padding: .75em 1em; }
      .menu-item-has-children .sub-menu li {
        margin: 0; }
        .menu-item-has-children .sub-menu li a {
          text-transform: inherit; }
      .menu-item-has-children .sub-menu li + li {
        border-top: 1px solid #CBD5E0;
        white-space: nowrap;
        display: block; } }

.c-nav-account {
  display: none; }
  @media (min-width: 1000px) {
    .c-nav-account {
      display: block;
      z-index: 9;
      background-color: white;
      position: absolute;
      top: 40px;
      right: 80px;
      text-decoration: none;
      font-family: DDIN-Exp;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 20px;
      padding: 5px 5px 5px 27px;
      /* identical to box height, or 143% */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      letter-spacing: 1px;
      text-transform: uppercase;
      /* secondary / vulcan 700 */
      color: #0E161F;
      background-image: url("../images/account.svg");
      background-repeat: no-repeat;
      background-position: center left 5px; }
      .c-nav-account:hover {
        color: #0E161F; } }

.c-nav__account-mobile {
  border-top: 1px solid #B0BAC4;
  margin: 0 32px;
  padding: 26px 0;
  max-width: 100%; }
  @media (min-width: 1000px) {
    .c-nav__account-mobile {
      display: none; } }

.c-nav__title {
  font-family: DDIN-Exp;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  color: #8796A6;
  letter-spacing: 1px; }

.c-nav-account__mobile {
  font-family: DDIN-Exp;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0E161F;
  text-decoration: none !important; }

.c-holder {
  padding: 30px 1em; }
  @media (min-width: 1200px) {
    .c-holder {
      padding: 125px 0; } }

.c-holder--alpha {
  text-align: center;
  position: relative;
  z-index: 9998; }
  .c-holder--alpha.has-sidescroll {
    min-width: 2000px;
    overflow-x: scroll; }

.c-holder--beta {
  text-align: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative; }
  @media (min-width: 750px) {
    .c-holder--beta {
      background-size: cover;
      background-position: bottom center; } }
  .c-holder--beta.is-newsletter {
    background-image: url("../images/newsletter-background.jpg"); }
    @media (min-width: 750px) {
      .c-holder--beta.is-newsletter {
        background-size: cover;
        background-position: bottom -100px center; } }
  .c-holder--beta.is-events {
    background-image: url("../images/background-events.jpg"); }

.c-holder__block {
  text-align: left;
  background-color: white;
  padding: 24px;
  border-bottom: 1px solid #B0BAC4; }
  @media (min-width: 1200px) {
    .c-holder__block {
      padding: 48px;
      border-bottom: none; } }

.c-holder--gamma {
  position: relative;
  padding: 30px 1em; }
  @media (min-width: 1200px) {
    .c-holder--gamma {
      padding: 125px 0; } }

.has-sidearrow:after {
  content: '';
  z-index: -1;
  display: inline-block;
  position: absolute;
  background-size: contain;
  top: -40px;
  width: 119px;
  height: 232px; }
  @media (min-width: 1000px) {
    .has-sidearrow:after {
      top: -80px;
      width: 275px;
      height: 538px; } }

.has-sidearrow.left:after {
  left: 0px;
  background-image: url("../images/side-triangle-left.svg"); }

.has-sidearrow.right:after {
  right: 0px;
  background-image: url("../images/side-triangle.svg"); }

.c-holder__intro {
  max-width: 700px;
  margin: .5em 18px 47px 18px; }
  @media (min-width: 750px) {
    .c-holder__intro {
      margin: .5em auto 47px auto; } }

@media (max-width: 750px) {
  .c-holder__scroll {
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
    .c-holder__scroll .inner {
      margin: 0;
      padding: 0;
      width: 100%;
      display: inline-block;
      zoom: 1; } }

@media (min-width: 750px) {
  .c-holder__scroll {
    padding: 0 18px; } }

@media (min-width: 1000px) {
  .c-holder__scroll {
    padding: 0 80px; } }

.woocommerce-product-gallery__wrapper img {
  width: auto; }
  @media (max-width: 1000px) {
    .woocommerce-product-gallery__wrapper img {
      max-height: 350px; } }
  @media (max-width: 750px) {
    .woocommerce-product-gallery__wrapper img {
      max-height: 210px; } }

@media (max-width: 1000px) {
  .woocommerce-product-gallery__wrapper {
    margin-top: 2em !important;
    width: 100%;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
    .woocommerce-product-gallery__wrapper > div {
      float: none;
      margin: 0 0.5%;
      display: inline-block;
      zoom: 1;
      overflow: hidden; } }

.c-shop__mobile-item {
  border: 1px solid red;
  display: inline-block;
  width: 88%; }

.c-holder__title {
  padding-bottom: 32px;
  text-align: left; }

.c-picture__holder {
  padding: 0;
  overflow-x: hidden; }

.c-picture__full {
  width: 100%;
  float: left;
  height: 300px;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 1000px) {
    .c-picture__full {
      height: 640px; } }

.c-picture__half {
  height: 315px;
  background-size: cover;
  background-position: center center; }

.c-article--item {
  width: 100%;
  position: relative;
  padding-bottom: 1em;
  overflow: hidden; }

.c-article--item:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

.c-article--item__inner {
  color: white;
  background-image: url("../images/side-triangle.svg");
  background-size: contain; }

.c-article--item.call-to-acion:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

@media (min-width: 1000px) {
  .c-blog .c-article--item {
    width: 100%;
    position: relative;
    padding-bottom: 1em; }
  .c-blog .col-lg-8 .c-article--item:after {
    content: "";
    display: block;
    padding-bottom: 49%; } }

.c-article--item__inner {
  text-align: left;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.c-article__title-holder {
  padding: 20px 10px; }
  @media (min-width: 1000px) {
    .c-article__title-holder {
      padding: 40px; } }

.c-article__event-title-holder {
  background-color: white;
  color: black;
  width: 100%;
  padding: 1em;
  text-align: center;
  margin: 20px 10px; }
  @media (min-width: 1000px) {
    .c-article__event-title-holder {
      margin: 40px; } }

.c-article__event-label {
  padding: 2px 0 2px 4px;
  display: inline-block;
  text-decoration: none;
  color: white;
  background-color: #AD2B39; }

.c-article__label {
  padding: 2px 0 2px 4px;
  text-decoration: none;
  color: white;
  background-color: #AD2B39; }

.c-article__title {
  position: static;
  display: inline-block;
  padding-top: 5px; }
  .c-article__title span {
    overflow: hidden;
    padding: 2px 6px;
    line-height: 33px;
    color: #0E161F;
    background-color: white;
    white-space: pre-wrap; }

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0 2px; }
  @media (min-width: 1000px) {
    .scrolling-wrapper {
      margin: 0 80px; } }
  .scrolling-wrapper article {
    display: inline-block;
    width: 83%;
    margin-right: 1em; }
    @media (min-width: 550px) {
      .scrolling-wrapper article {
        width: 45%; } }
  @media (min-width: 1000px) {
    .scrolling-wrapper {
      margin: 0 80px;
      overflow-x: inherit;
      overflow-y: inherit;
      white-space: inherit;
      display: grid;
      -ms-grid-columns: repeat(3, 1fr);
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 1em;
         -moz-column-gap: 1em;
              column-gap: 1em; }
      .scrolling-wrapper article {
        display: inherit;
        width: 100%; } }

.c-article-detail__header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/side-triangle.svg");
  padding: 55px 1.5em 55px 1.5em;
  text-align: left; }
  @media (min-width: 550px) {
    .c-article-detail__header {
      padding: 55px 124px 55px 124px; } }
  .c-article-detail__header .label-white {
    margin-top: 0px;
    text-align: left; }
  .c-article-detail__header .label-dark {
    display: inline-block;
    margin-bottom: 120px; }
  .c-article-detail__header .c-holder__block {
    max-width: 430px; }

.c-article-detail__content {
  position: relative;
  padding-top: 100px; }
  .c-article-detail__content img {
    width: 100%; }
  .c-article-detail__content p + p {
    margin-top: 28px; }
  .c-article-detail__content blockquote,
  .c-article-detail__content pre,
  .c-article-detail__content h1,
  .c-article-detail__content h2,
  .c-article-detail__content h3,
  .c-article-detail__content h4,
  .c-article-detail__content h5,
  .c-article-detail__content h6,
  .c-article-detail__content ul,
  .c-article-detail__content ol,
  .c-article-detail__content p {
    max-width: 700px;
    margin: 28px auto 0 auto; }
  .c-article-detail__content ul.blocks-gallery-grid {
    min-width: 100%; }

.c-article__author,
.c-article-detail__comments {
  max-width: 700px;
  margin: 0 auto; }

.c-article__author-title a {
  color: #0E161F;
  text-decoration: none; }

.c-article-detail__category {
  background-color: #AD2B39;
  color: white;
  display: inline-block;
  font-family: DDINCondensed;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  padding: 4px 2px;
  margin-top: 200px;
  margin-bottom: 13px; }

.c-article-detail__title {
  padding: 0px 6px;
  display: inline-block;
  background-color: white;
  font-family: "GlacialIndifference-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 13px; }

.c-article-detail__date {
  padding: 0px 6px;
  display: inline-block;
  background-color: white; }

blockquote {
  background-color: #f7eaea;
  padding: 0.5em 2em !important;
  margin-bottom: 1em !important; }

.c-blog__author-page {
  text-align: center; }

.c-blog__author-page--avatar {
  width: 183px;
  height: 183px;
  margin: 25px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  overflow: hidden;
  margin: 18px auto; }
  .c-blog__author-page--avatar .inner {
    border: 1px solid black;
    width: 300px;
    height: 300px;
    margin: -50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.c-blog__author-page--title {
  margin: 2em 0 1em 0; }

.c-blog__author-page--intro {
  max-width: 700px;
  margin: 0 auto 60px auto; }

.c-blog__comments {
  margin-bottom: 40px; }

.c-blog__comments-title {
  margin-bottom: 43px; }

.c-blog__comments-author:first-letter {
  text-transform: uppercase; }

.c-blog__comments-date {
  text-align: left !important;
  color: #8796A6;
  margin-bottom: 0; }

.c-event__subtitle {
  color: #66778A; }

.c-next-event {
  color: #0E161F;
  text-decoration: none;
  border: none; }
  .c-next-event:hover {
    color: inherit; }
  .c-next-event article {
    margin-bottom: 1.5em; }

.c-shop {
  margin: 0 25px 0 40px; }
  @media (min-width: 1000px) {
    .c-shop {
      margin: 0 80px; } }

.c-shop__featured-item {
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative; }
  @media (max-width: 750px) {
    .c-shop__featured-item {
      display: inline-block;
      width: 88%;
      margin-right: 1em; } }
  @media (min-width: 750px) {
    .c-shop__featured-item {
      float: left; }
      .c-shop__featured-item.half {
        width: calc(50% - 24px);
        border-right: 24px solid white; }
      .c-shop__featured-item.half:after {
        content: "";
        display: block;
        padding-bottom: 39.7%; }
      .c-shop__featured-item.one-fourth {
        width: calc(25% - 24px);
        border-right: 24px solid white; } }
  .c-shop__featured-item:after {
    content: "";
    display: block;
    padding-bottom: 81.5%; }

.c-shop__featured-item__meta {
  text-align: left;
  position: absolute;
  bottom: 1em;
  left: 1em;
  color: #0E161F; }
  .c-shop__featured-item__meta span {
    letter-spacing: 4px;
    line-height: 18px;
    font-style: normal;
    font-size: 18px;
    padding: 2px 4px;
    background-color: white; }
  .c-shop__featured-item__meta .title {
    font-family: DDIN;
    font-weight: 700;
    margin-bottom: 12px; }
  .c-shop__featured-item__meta .price {
    font-family: DDINCondensed;
    font-weight: 400; }

.c-block--outro {
  padding: 45px 0 0 0;
  text-align: center; }

.c-shop__item {
  margin-bottom: 2em;
  width: 100%;
  position: relative; }
  .c-shop__item .inner {
    position: absolute;
    top: 0em;
    bottom: 16px;
    left: 0;
    right: 16px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .c-shop__item:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
    @media (min-width: 1200px) {
      .c-shop__item:after {
        padding-bottom: 80%; } }
    @media (min-width: 1200px) {
      .c-shop__item:after {
        padding-bottom: 107%; } }
  @media (min-width: 1200px) {
    .c-shop__item.col-md-6:after {
      content: "";
      display: block;
      padding-bottom: 50%; } }

.c-shop__product-page ul, .c-shop__product-page li {
  list-style-type: disc; }

.c-shop__product-page .variations {
  width: 100%;
  margin: 0 0 16px 0; }

@media (min-width: 1000px) {
  .c-shop__product-page .product.type-product {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-gap: 16px; } }

.c-shop__product-page .product {
  padding-bottom: 125px; }

@media (min-width: 1000px) {
  .c-shop__product-page .summary.entry-summary {
    padding-left: 6rem;
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 2; } }

@media (min-width: 1000px) {
  .c-shop__product-page .woocommerce-tabs {
    padding-left: 6rem;
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 3; } }

@media (min-width: 1000px) {
  .c-shop__product-page .woocommerce-product-gallery img {
    width: 100%; } }

@media (min-width: 1000px) {
  .c-shop__product-page .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 12; } }

.woocommerce-product-gallery__wrapper {
  margin: 0 0 16px 0; }

.wc-tabs {
  margin: 0;
  padding: 0; }
  .wc-tabs li.c-tab__content {
    list-style: none; }

.wc-tab {
  margin: 16px 0 10px 0; }

.wc-tab-title {
  color: #0E161F;
  text-decoration: none;
  border: none; }
  .wc-tab-title:hover {
    color: #0E161F;
    cursor: pointer; }

.c-tab__holder {
  margin-bottom: 22px; }

.c-tab__content {
  cursor: pointer;
  background-image: url("../images/arrow-down.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right 1em top 25px;
  border-bottom: 1px solid #D6DBE1;
  padding: 16px 0; }
  .c-tab__content.active {
    background-image: url("../images/arrow-up.svg"); }

@media (min-width: 1000px) {
  .variations_form {
    max-width: 60%; } }

.order-total {
  border-top: 1px solid red; }

.woocommerce-message {
  border-top: none; }

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table {
  border: none; }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%; }

.woocommerce table.shop_table, .woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
  padding-left: 0; }

.up-sells.upsells {
  border-top: 1px solid #D6DBE1;
  padding-top: 92px; }
  @media (min-width: 1000px) {
    .up-sells.upsells {
      grid-column-start: 1;
      grid-column-end: 13;
      grid-row-start: 13;
      grid-row-end: 14; } }

.woocommerce-cart-form__cart-item .product-thumbnail img {
  width: 100px; }

.product-name a {
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
  color: #0E161F; }

.woocommerce .quantity .qty {
  width: 100%;
  text-align: left; }

.product-price,
.product-subtotal {
  text-align: center; }

.woocommerce a.remove {
  color: #0E161F !important; }
  .woocommerce a.remove:hover {
    color: #0E161F !important;
    background-color: transparent; }

.woocommerce table.cart td.actions .coupon label {
  display: block; }

.woocommerce table.cart td.actions .input-text {
  width: auto; }

.c-shop--update-cart,
.c-shop--coupon {
  padding: 1em 0;
  border-top: 1px solid #D6DBE1; }

.c-shop--update-cart {
  text-align: right; }

.u-notice-active header {
  position: relative;
  margin-top: 60px; }

.c-faq__question-holder {
  border-bottom: 1px solid #D6DBE1;
  padding: 16px 0; }

.c-faq__question {
  cursor: pointer;
  background-image: url("../images/arrow-down.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right 1em top .5em; }
  .c-faq__question.is-open {
    background-image: url("../images/arrow-up.svg"); }

.c-faq__answer {
  display: none; }

.c-faq__category {
  padding-bottom: 2em; }

.c-faq__title {
  margin-bottom: 16px; }

#progress {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100vw;
  height: 4px;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #ED1B2F; }

@supports (animation-timeline: works) {
  @-webkit-keyframes progress {
    to {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); } }
  @keyframes progress {
    to {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); } }
  @scroll-timeline progress-timeline {
    time-range: 1s; }
  #progress {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-animation: 1s linear forwards progress;
            animation: 1s linear forwards progress;
    animation-timeline: progress-timeline; }
  /* Hide warning */
  .warning {
    display: none; } }

.c-popup {
  position: fixed;
  background-color: white;
  min-width: 250px;
  top: 20%;
  padding: 2em;
  left: auto;
  max-width: 100%;
  margin: 0 1em;
  border: 1px solid #B0BAC4;
  z-index: 9999; }
  @media (min-width: 750px) {
    .c-popup {
      margin: 0;
      left: calc(50% - 250px);
      max-width: 500px; } }

.c-popup-close {
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer; }

.c-button--group, .c-picture__full, .c-picture__half, .c-article-detail__content, .clearfix {
  *zoom: 1; }
  .c-button--group:before, .c-picture__full:before, .c-picture__half:before, .c-article-detail__content:before, .clearfix:before, .c-button--group:after, .c-picture__full:after, .c-picture__half:after, .c-article-detail__content:after, .clearfix:after {
    display: table;
    content: ""; }
  .c-button--group:after, .c-picture__full:after, .c-picture__half:after, .c-article-detail__content:after, .clearfix:after {
    clear: both; }

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

h6.boventitel, .c-article__label, .c-event__subtitle, .c-blog__label {
  font-family: "DDin", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 4px;
  text-transform: uppercase; }

.c-side-label {
  font-family: DDINCondensed;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 4px;
  text-transform: uppercase; }

.c-article__event-label, .c-blog__comments-title, .title-label, .label-white span, .is-new-badge, .label-dark {
  font-family: DDINCondensed;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: inline-block; }

.c-blog__comments-date, .c-page__intro {
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center; }

.product-name a {
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: left; }

.stock.out-of-stock {
  background-color: #A54447;
  color: white;
  padding: 2px 4px;
  display: inline-block;
  /* desktop / label */
  font-family: DDINCondensed;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  /* identical to box height, or 14px */
  letter-spacing: 4px;
  text-transform: uppercase;
  /* secondary / white */
  color: #FFFFFF;
  margin: 0 0 16px 0; }

.is-hidden {
  display: none !important; }

.wdi_feed_container {
  background-color: transparent !important; }

.tribe-events-cal-links {
  display: none; }

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
  display: block;
  width: 100%;
  padding: 0; }

dd {
  margin: 0 0 1em 0;
  padding: 0; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 0px; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector {
  display: none; }

@media (min-width: 1000px) {
  .woocommerce-product-gallery__image {
    margin-bottom: 1em; } }

.woocommerce-product-gallery__image img {
  width: 100%; }

.woocommerce-store-notice, p.demo_store {
  background-color: #A54447; }

.woocommerce-store-notice__dismiss-link {
  display: none !important; }

.wp-block-pullquote.has-border-color {
  border: 0px !important; }

.woocommerce-notices-wrapper {
  display: block !important;
  width: 100%; }

.t-np-l {
  padding-left: 0; }

.t-nm-l {
  margin-left: 0; }

.t-np-r {
  padding-right: 0; }

.t-np {
  padding: 0; }

.t-mb-1 {
  margin-bottom: 1em; }

.t-mt-1 {
  margin-top: 1em; }

.t-mt-3 {
  margin-top: 3em; }

.t-np-mobile {
  padding: 0; }
  @media (min-width: 1000px) {
    .t-np-mobile {
      padding: 0 1em; } }

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

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

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

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

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

.c-side-label {
  width: 100%;
  text-align: center;
  padding: 3px 6px;
  display: inline-block;
  margin-bottom: 2em; }
  @media (min-width: 1200px) {
    .c-side-label {
      width: 185px; } }
  .c-side-label .inner {
    background-color: white;
    color: #0E161F;
    padding: 4px 3px; }
    @media (min-width: 1200px) {
      .c-side-label .inner {
        background-color: #AD2B39;
        color: white; } }
  @media (min-width: 1200px) {
    .c-side-label {
      position: absolute;
      display: inline-block;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      padding: 3px 6px;
      left: -55px;
      top: 50%; } }

.label-white {
  margin-top: 90px;
  text-align: right;
  padding-bottom: 3px; }
  .label-white span {
    padding: 3px 8px;
    background-color: white;
    color: #AD2B39; }

.is-new-badge {
  background-color: #AD2B39;
  position: absolute;
  top: 10px;
  left: 1em;
  color: white;
  padding: 2px 4px; }

.label-dark {
  background-color: #AD2B39;
  color: white;
  padding: 2px 4px; }

.has-delta-background {
  background-color: #A54447;
  padding: 30px 40px; }
  @media (min-width: 1000px) {
    .has-delta-background {
      padding: 48px 55px; } }
  .has-delta-background div {
    color: white;
    text-align: left; }
    .has-delta-background div a {
      color: white; }

.c-page {
  padding: 70px 0 0 0;
  text-align: center; }

.c-page__title {
  margin-bottom: 20px; }

.c-page__intro {
  max-width: 500px;
  margin: 0 auto 10px auto; }

.c-blog__categories {
  max-width: 1000px;
  margin: 0 auto 70px auto;
  text-align: center; }
  .c-blog__categories button + button {
    margin-left: 1em; }
  .c-blog__categories button {
    margin-top: 1em; }

.gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 0; }
  @media (min-width: 750px) {
    .gallery {
      grid-template-rows: repeat(4, 200px); } }

.gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block; }

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3; }

.gallery__item--2 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 5;
  /** Alternative Syntax **/
  /* grid-column: 3 / span 2;  */
  /* grid-row: 1 / span 2; */ }

.gallery__item--3 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 5;
  /** Alternative Syntax **/
  /* grid-column: 5 / span 4;
  grid-row: 1 / span 5; */ }

.gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 6;
  /** Alternative Syntax **/
  /* grid-column: 1 / span 4;  */
  /* grid-row: 3 / span 3; */ }

.gallery__item--5 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 9;
  /** Alternative Syntax **/
  /* grid-column: 1 / span 4; */
  /* grid-row: 6 / span 3; */ }

.gallery__item--6 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 6;
  grid-row-end: 9;
  /** Alternative Syntax **/
  /* grid-column: 5 / span 4; */
  /* grid-row: 6 / span 3; */ }

.page-with-arrow {
  background-image: url("../images/side-triangle-left.svg");
  background-repeat: no-repeat;
  background-position: bottom -100px left; }

.woocommerce-breadcrumb {
  display: none; }

.ywgc_enter_code {
  padding: 0px;
  background-color: #f7f6f7;
  margin-top: 0px !important;
  padding: 1em; }
  .ywgc_enter_code:hover {
    background-color: #f7f6f7; }

.ywgc_have_code {
  margin-bottom: 0px !important; }
  .ywgc_have_code .woocommerce-info {
    border: 0px;
    padding: 1em;
    margin: 0px !important; }
  .ywgc_have_code .woocommerce-error::before, .ywgc_have_code .woocommerce-info::before, .ywgc_have_code .woocommerce-message::before {
    content: '';
    position: relative;
    left: 0;
    top: 0; }

.woocommerce-cart-form,
.woocommerce-checkout {
  margin-top: 2em; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 10px;
  right: 11px;
  width: 20px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0px;
  height: 50px;
  padding-top: 10px;
  padding-left: 12px; }

.woocommerce-MyAccount-navigation {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 29px 0px;
  background: #FFFFFF;
  border: 1px solid #D6DBE1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .woocommerce-MyAccount-navigation ul li + li a {
      border-top: 1px solid #66778A; }
    .woocommerce-MyAccount-navigation ul li {
      position: relative; }
      .woocommerce-MyAccount-navigation ul li a {
        color: #66778A;
        text-decoration: none;
        padding: 13px;
        margin: 0 30px;
        display: block; }
      .woocommerce-MyAccount-navigation ul li.is-active a {
        color: #0E161F;
        font-weight: bold; }
      .woocommerce-MyAccount-navigation ul li.is-active a:before {
        content: '';
        height: 28px;
        width: 4px;
        position: absolute;
        top: calc(50% - 14px);
        left: 0px;
        border-left: 4px solid #AD2B39; }

@media (min-width: 750px) {
  .page-my-account .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .woocommerce-MyAccount-content {
    padding-left: 50px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .woocommerce-MyAccount-navigation {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px; } }

.woocommerce-form-login {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

.c-event__header {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 750px) {
    .c-event__header {
      margin: 34px 25px 34px 75px; } }

.c-event__header-info {
  position: absolute;
  background-color: white;
  bottom: 1em;
  left: 1em;
  right: 1em;
  padding: 42px; }
  @media (min-width: 750px) {
    .c-event__header-info {
      max-width: 600px; } }

.c-event__content {
  max-width: 706px;
  margin: 90px auto;
  padding: 0 1em; }

.c-instagram-holder {
  text-decoration: none; }

.c-instagram--image {
  width: 214px;
  height: 214px;
  margin: 44px 33px 44px 0;
  -o-object-fit: cover;
     object-fit: cover; }

.c-blog--item {
  position: relative;
  padding-bottom: 45%;
  height: 0; }
  .c-blog--item img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 4 / 4; }
  @media (min-width: 1000px) {
    .c-blog--item {
      padding-bottom: 100%; } }

.c-blog--item__inner {
  text-align: left;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.c-blog__title-holder {
  padding: 20px 10px; }
  @media (min-width: 1000px) {
    .c-blog__title-holder {
      padding: 40px; } }

.c-blog__label {
  padding: 2px 0 2px 4px;
  text-decoration: none;
  color: white;
  background-color: #AD2B39; }

.c-blog__title {
  position: static;
  display: inline-block;
  padding-top: 5px; }
  .c-blog__title span {
    overflow: hidden;
    padding: 2px 6px;
    line-height: 33px;
    color: #0E161F;
    background-color: white;
    white-space: pre-wrap; }
