@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
hr, img, legend {
  border: 0; }

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

hr, input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

body, fieldset {
  margin: 0; }

fieldset, hr, legend, td, th {
  padding: 0; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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, a:hover {
  outline: 0; }

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

b, optgroup, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

mark {
  background: 0 0;
  color: #000000; }

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

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

figure {
  margin: 1em 40px; }

hr {
  height: 1px;
  border-top: 1px solid #bdbdbd;
  margin: 1em 0; }

pre, textarea {
  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; }

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

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

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #000000;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #f8877f;
  text-shadow: none; }

::selection {
  background: #f8877f;
  text-shadow: none; }

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

fieldset {
  border: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: .2em 0;
  background: 0 0;
  color: #000000;
  padding: .2em 0; }

.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:after, .clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

@media print {
  blockquote, img, pre, tr {
    page-break-inside: avoid; }
  *, :after, :before, :first-letter, :first-line {
    background: 0 0 !important;
    color: #000000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  blockquote, pre {
    border: 1px solid; }
  thead {
    display: table-header-group; }
  img {
    max-width: 100% !important; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

.container-fluid,
.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  position: relative; }

.container {
  max-width: 1170px; }

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .row .col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-lg-12 {
  -ms-flex-preferred-size: 100%;
  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 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1024px) {
  .hidden-lg {
    display: none !important; } }

@media only screen and (max-width: 1024px) {
  .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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .hidden-md-down {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .hidden-sm-down {
    display: none !important; } }

@media only screen and (max-width: 576px) {
  .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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px; }
  .col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-xs-12 {
    -ms-flex-preferred-size: 100%;
    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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .hidden-xs {
    display: none !important; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important; } }

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important; } }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?85958675#icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-check:before {
  content: '\e800'; }

/* '' */
.icon-arrow-down:before {
  content: '\e813'; }

/* '' */
.icon-arrow-right:before {
  content: '\e814'; }

/* '' */
.icon-close:before {
  content: '\e816'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-youtube:before {
  content: '\f16a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-vimeo:before {
  content: '\f27d'; }

/* '' */
.icon-facebook:before {
  content: '\f308'; }

/* '' */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  display: inline;
  line-height: 0; }

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px; }

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

.clearfix {
  clear: both; }

table {
  width: 100%; }
  table tbody tr td, table tbody tr th, table thead tr td, table thead tr th {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0; }

*:focus {
  outline: 0 !important; }

body {
  height: 100vh;
  font-family: "Rajdhani", "Helvetica Neue", "Helvetica", sans-serif;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  color: #424242;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale; }

.admin-bar {
  height: calc( 100vh - 32px); }

.row.line-top {
  border-top: 1px solid #bdbdbd; }

.overflow, .open-sidetext,
.open-navigation {
  overflow: hidden; }

.wp-caption {
  max-width: 100%; }

iframe {
  max-width: 100%; }

p {
  font-family: "Rajdhani", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.5;
  font-weight: 500; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong,
  .h1 strong,
  .h2 strong,
  .h3 strong,
  .h4 strong,
  .h5 strong,
  .h6 strong {
    color: #F44336; }
  .preheadline + h1, .preheadline +
  h2, .preheadline +
  h3, .preheadline +
  h4, .preheadline +
  h5, .preheadline +
  h6, .preheadline +
  .h1, .preheadline +
  .h2, .preheadline +
  .h3, .preheadline +
  .h4, .preheadline +
  .h5, .preheadline +
  .h6 {
    font-size: 60px;
    margin: 0 0 15px;
    line-height: 1.16;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .preheadline + h1, .preheadline +
      h2, .preheadline +
      h3, .preheadline +
      h4, .preheadline +
      h5, .preheadline +
      h6, .preheadline +
      .h1, .preheadline +
      .h2, .preheadline +
      .h3, .preheadline +
      .h4, .preheadline +
      .h5, .preheadline +
      .h6 {
        font-size: 50px; } }
    @media (max-width: 576px) {
      .preheadline + h1, .preheadline +
      h2, .preheadline +
      h3, .preheadline +
      h4, .preheadline +
      h5, .preheadline +
      h6, .preheadline +
      .h1, .preheadline +
      .h2, .preheadline +
      .h3, .preheadline +
      .h4, .preheadline +
      .h5, .preheadline +
      .h6 {
        font-size: 40px; } }

strong {
  color: #F44336; }
  .page-text-content strong {
    color: #212121; }

.page-text-content h1, .page-text-content
.h1 {
  font-size: 46px;
  font-family: "Roboto Slab", "Georgia", "Times", serif;
  font-weight: 100;
  margin-bottom: 30px;
  line-height: 1.2; }
  @media (max-width: 576px) {
    .page-text-content h1, .page-text-content
    .h1 {
      margin-bottom: 0px;
      margin-top: 74px; } }

h1 + .woocommerce,
.h1 + .woocommerce {
  margin-top: 45px; }

.hero--inner h2, .hero--inner
.h2 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 900;
  color: #ffffff; }
  @media (max-width: 1024px) {
    .hero--inner h2, .hero--inner
    .h2 {
      font-size: 50px; } }
  @media (max-width: 768px) {
    .hero--inner h2, .hero--inner
    .h2 {
      font-size: 40px; } }
  .hero--inner h2 p, .hero--inner
  .h2 p {
    margin: 0;
    line-height: 1.16;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif; }

.page-text-content h2, .page-text-content
.h2 {
  font-size: 28px;
  font-family: "Roboto Slab", "Georgia", "Times", serif;
  font-weight: 100;
  margin-top: 25px;
  line-height: 1.3; }

.woocommerce-loop-product__link h2, .woocommerce-loop-product__link
.h2 {
  font-size: 28px;
  font-weight: 100;
  text-align: center;
  color: #212121;
  font-family: "Roboto Slab", "Georgia", "Times", serif;
  margin: 0;
  text-transform: uppercase; }
  @media (max-height: 1200px) {
    .woocommerce-loop-product__link h2, .woocommerce-loop-product__link
    .h2 {
      font-size: 22px; } }

h3,
.h3 {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 100;
  color: #212121;
  font-family: "Roboto Slab", "Georgia", "Times", serif; }
  .page-id-491 h3, .page-id-491
  .h3 {
    margin-top: 15px;
    margin-bottom: 10px; }

h4,
.h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  color: #F44336; }
  h4 + p,
  .h4 + p {
    margin-top: 0; }
  h4.preheadline,
  .h4.preheadline {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Rajdhani", "Helvetica Neue", "Helvetica", sans-serif;
    color: #9e9e9e;
    font-weight: 700;
    margin: 0; }

small,
.wp-caption-text {
  font-size: 14px;
  color: #9e9e9e; }

a {
  text-decoration: none;
  outline: 0;
  color: #F44336;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  a:focus, a:hover, a:active {
    text-decoration: none;
    color: #ea1c0d; }
  a.tooltip {
    position: relative; }
    a.tooltip:before, a.tooltip:after {
      opacity: 0;
      visibility: hidden;
      display: block;
      position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      pointer-events: none;
      left: 50%;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    a.tooltip:before {
      content: attr(data-desc);
      bottom: calc(100% + 6px);
      background-color: #000000;
      color: #ffffff;
      padding: 0 5px; }
    a.tooltip:after {
      content: "";
      border: 6px solid transparent;
      border-top-color: #000000;
      bottom: calc(100% - 5px); }
    a.tooltip svg {
      width: 20px;
      height: 20px;
      fill: #bdbdbd;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    a.tooltip:hover:before, a.tooltip:hover:after {
      opacity: 1;
      visibility: visible; }
    a.tooltip:hover svg {
      fill: #F44336; }
  .page-text-content a {
    text-decoration: underline; }

.page-text-content p:last-child {
  margin-bottom: 0; }

.columns {
  -webkit-columns: 200px 2;
  -moz-columns: 200px 2;
  columns: 200px 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px; }
  .columns hr {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    visibility: hidden; }
    @media (min-width: 450px) {
      .columns hr {
        -webkit-column-break-after: always;
        break-after: column; } }
    @media all and (-ms-high-contrast: none) {
      .columns hr {
        display: none; } }
    .columns hr + p {
      margin-top: 0; }

blockquote {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Roboto Slab", "Georgia", "Times", serif; }
  blockquote p {
    font-family: "Roboto Slab", "Georgia", "Times", serif; }

.btn {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 12%;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #000000;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .btn.round {
    border-radius: 50px; }
  .btn:hover {
    background-color: #F44336;
    border-color: #F44336; }
  .btn.stroke {
    background-color: transparent;
    border-color: #ffffff;
    position: relative;
    overflow: hidden; }
    .btn.stroke:before {
      content: "";
      width: 0;
      height: 0;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      position: absolute;
      z-index: -1;
      top: 0;
      background-color: #ffffff;
      height: 110%;
      left: -5%; }
    .btn.stroke:hover {
      color: #212121;
      background-color: #ffffff;
      -webkit-transition: .3s ease, background-color .3s ease .15s;
      -o-transition: .3s ease, background-color .3s ease .15s;
      transition: .3s ease, background-color .3s ease .15s;
      text-decoration: none; }
      .btn.stroke:hover:before {
        width: 110%; }

.full-btn {
  background-color: #F44336;
  color: #ffffff;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-weight: 500; }
  .full-btn:hover {
    color: #ffffff;
    background-color: #ea1c0d;
    text-decoration: none; }

.page #respond input#submit,
.page a.button,
.page button.button,
.page button.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt {
  text-align: left;
  border-radius: 0;
  line-height: 25px !important;
  background-color: #F44336;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  padding: 30px 20px; }
  .page #respond input#submit:hover,
  .page a.button:hover,
  .page button.button:hover,
  .page button.button.alt:hover,
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce button.button.alt:hover {
    background-color: #ea1c0d; }
  .page #respond input#submit i,
  .page a.button i,
  .page button.button i,
  .page button.button.alt i,
  .woocommerce #respond input#submit i,
  .woocommerce a.button i,
  .woocommerce button.button i,
  .woocommerce button.button.alt i {
    font-size: 14px;
    float: right; }

#wl-wrapper .button {
  background-color: #e0e0e0;
  padding: 0 20px;
  height: 50px;
  line-height: 50px; }
  #wl-wrapper .button:hover {
    background-color: #bdbdbd; }

#wl-wrapper .wl-actions-table select {
  margin-right: 0; }

#wl-wrapper ul.wl-tabs li:before {
  display: none; }

#wl-wrapper .wl-table .check-column,
#wl-wrapper .wl-table .product-remove {
  text-align: center;
  position: relative;
  border-color: inherit; }
  #wl-wrapper .wl-table .check-column a.remove,
  #wl-wrapper .wl-table .product-remove a.remove {
    width: 25px;
    height: 25px;
    line-height: 27px;
    color: #424242 !important;
    background-color: transparent; }
    #wl-wrapper .wl-table .check-column a.remove:hover,
    #wl-wrapper .wl-table .product-remove a.remove:hover {
      color: #F44336 !important; }

#wl-wrapper a.wlconfirm {
  float: right;
  color: #424242;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }
  #wl-wrapper a.wlconfirm:hover {
    color: #F44336; }

.frm_screen_reader,
.frm_hidden {
  display: none; }

input,
button,
textarea,
select {
  outline: 0; }

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[type="text"],
input[type="password"],
input[type="reset"],
input[type="color"],
input[type="email"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  background-color: #ffffff;
  width: 100%;
  font-size: 16px;
  outline: 0;
  margin: 0;
  color: #212121; }

input[type="text"],
input[type="password"],
input[type="reset"],
input[type="color"],
input[type="email"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="url"] {
  padding: 0 15px;
  height: 50px; }

textarea {
  padding: 15px;
  resize: none; }

input[type="radio"] {
  background-color: #ffffff;
  border: 1px solid #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 16px;
  height: 16px; }
  input[type="radio"]:checked {
    background-color: #000000; }

input[type="checkbox"] {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center;
  border: 1px solid #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 16px;
  height: 16px; }
  input[type="checkbox"]:checked {
    background-color: #000000;
    background-image: url(../img/input-check-checked.svg); }

select {
  background-color: #ffffff;
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 10px auto;
  font-size: 16px;
  width: 100%;
  padding: 0 40px 0 15px;
  height: 50px;
  border: 1px solid #bdbdbd;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #212121; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.checkedbox {
  display: none !important; }
  .checkedbox + span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 1px solid #9e9e9e;
    position: relative;
    top: 3px;
    margin-right: 5px;
    background-color: #ffffff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .checkedbox + span:hover {
      cursor: pointer; }
    .checkedbox + span::before {
      content: "";
      position: absolute;
      top: calc(50% - 1px);
      left: 50%;
      border: 0px solid #ffffff;
      width: 0;
      height: 0;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transition: 0.2s cubic-bezier(0.79, 0.18, 0.24, 0.99), height 0s cubic-bezier(0.79, 0.18, 0.24, 0.99) 0.2s, width 0s cubic-bezier(0.79, 0.18, 0.24, 0.99) 0.2s;
      -o-transition: 0.2s cubic-bezier(0.79, 0.18, 0.24, 0.99), height 0s cubic-bezier(0.79, 0.18, 0.24, 0.99) 0.2s, width 0s cubic-bezier(0.79, 0.18, 0.24, 0.99) 0.2s;
      transition: 0.2s cubic-bezier(0.79, 0.18, 0.24, 0.99), height 0s cubic-bezier(0.79, 0.18, 0.24, 0.99) 0.2s, width 0s cubic-bezier(0.79, 0.18, 0.24, 0.99) 0.2s;
      opacity: 0; }
  .checkedbox:checked + span {
    border-color: #F44336;
    background-color: #F44336; }
    .checkedbox:checked + span::before {
      opacity: 1;
      width: 4px;
      height: 8px;
      border-right-width: 2px;
      border-bottom-width: 2px;
      -webkit-transition: 0.2s cubic-bezier(0.79, 0.18, 0.24, 0.99), height 0.2s cubic-bezier(0.79, 0.18, 0.24, 0.99) 0.2s, border-right 0s cubic-bezier(0.79, 0.18, 0.24, 0.99) 0.2s;
      -o-transition: 0.2s cubic-bezier(0.79, 0.18, 0.24, 0.99), height 0.2s cubic-bezier(0.79, 0.18, 0.24, 0.99) 0.2s, border-right 0s cubic-bezier(0.79, 0.18, 0.24, 0.99) 0.2s;
      transition: 0.2s cubic-bezier(0.79, 0.18, 0.24, 0.99), height 0.2s cubic-bezier(0.79, 0.18, 0.24, 0.99) 0.2s, border-right 0s cubic-bezier(0.79, 0.18, 0.24, 0.99) 0.2s; }

.frm_dropzone {
  background-color: #f5f5f5;
  border: 2px dashed #9e9e9e;
  text-align: center;
  padding: 25px; }
  .frm_dropzone .frm_compact_text {
    display: block;
    font-weight: 700; }
  .frm_dropzone .fallback {
    display: none; }

.page-text-content .frm_form_field {
  margin-bottom: 15px; }

.page-text-content .frm_primary_label {
  font-weight: 700; }

.frm_required {
  color: #F44336; }

.page .ui-datepicker select {
  height: auto;
  padding: 10px 15px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.page .ui-datepicker .ui-widget-header,
.page .ui-datepicker .ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
  height: 50px; }

.page .ui-datepicker td.ui-datepicker-today {
  background-color: transparent; }

.page .ui-datepicker td .ui-state-hover {
  background-color: #F44336; }

.page .ui-datepicker td.ui-datepicker-current-day {
  background: #f77066; }
  .page .ui-datepicker td.ui-datepicker-current-day a {
    color: #ffffff; }

.page .ui-datepicker-title {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0; }

.page .ui-datepicker .ui-datepicker-next,
.page .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  height: 50px;
  width: 50px;
  display: block; }
  .page .ui-datepicker .ui-datepicker-next:before,
  .page .ui-datepicker .ui-datepicker-prev:before {
    display: none; }
  .page .ui-datepicker .ui-datepicker-next:after,
  .page .ui-datepicker .ui-datepicker-prev:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border: 2px solid #000000; }
  .page .ui-datepicker .ui-datepicker-next:hover,
  .page .ui-datepicker .ui-datepicker-prev:hover {
    background-color: #F44336; }
    .page .ui-datepicker .ui-datepicker-next:hover:after,
    .page .ui-datepicker .ui-datepicker-prev:hover:after {
      border-color: #ffffff; }

.page .ui-datepicker .ui-datepicker-prev {
  left: 0; }
  .page .ui-datepicker .ui-datepicker-prev:after {
    border-top: 0;
    border-left: 0; }

.page .ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 0; }
  .page .ui-datepicker .ui-datepicker-next:after {
    border-bottom: 0;
    border-right: 0; }

.cancer--newsletter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: .4s ease .2s;
  -o-transition: .4s ease .2s;
  transition: .4s ease .2s; }
  .newsletter--shown .cancer--newsletter {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease; }

.cancer--close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }
  .cancer--close_btn {
    position: absolute;
    right: 75px;
    top: 75px;
    width: 15px;
    height: 15px;
    z-index: 4;
    cursor: pointer; }
    @media (max-width: 576px) {
      .cancer--close_btn {
        right: 50%;
        top: 60px;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%); } }
    .cancer--close_btn:before, .cancer--close_btn:after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #000000;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .cancer--close_btn:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    .cancer--close_btn:hover:before, .cancer--close_btn:hover:after {
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
      -ms-transform: translate(-50%, -50%) rotate(225deg);
      transform: translate(-50%, -50%) rotate(225deg);
      background-color: #F44336; }
    .cancer--close_btn:hover:after {
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
      transform: translate(-50%, -50%) rotate(135deg); }

.cancer--inner {
  position: relative;
  z-index: 3;
  padding: 95px;
  background-image: url("../images/muf10-square.svg");
  background-position: center;
  background-size: cover;
  max-width: 600px;
  width: 100%;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  opacity: 0; }
  .newsletter--shown .cancer--inner {
    opacity: 1;
    -webkit-transition: .4s ease .2s;
    -o-transition: .4s ease .2s;
    transition: .4s ease .2s; }
  .cancer--inner:before {
    content: "";
    display: block;
    padding-top: 100%; }
    @media (max-width: 576px) {
      .cancer--inner:before {
        padding-top: 200%; } }
  .cancer--inner_wrap {
    position: absolute;
    top: 95px;
    left: 95px;
    right: 95px;
    bottom: 95px;
    overflow: auto;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    @media (max-width: 576px) {
      .cancer--inner_wrap {
        top: 45px;
        left: 25px;
        right: 25px;
        bottom: 45px; } }
    .cancer--inner_wrap input {
      margin-bottom: 20px; }
    .cancer--inner_wrap .frm_fields_container {
      margin-top: 35px; }

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.4);
  display: none; }
  .loading:before {
    content: "";
    width: 40px;
    height: 40px;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    -webkit-animation-name: spin;
    animation-name: spin;
    border-radius: 50%;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    top: 50%;
    left: 50%;
    position: absolute; }

.site-header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 9; }
  .site-header + * {
    padding-top: 60px; }
  .admin-bar .site-header {
    top: 32px; }

.site-logo {
  float: left;
  width: 90px;
  height: 60px;
  line-height: 62px;
  margin-left: 20px; }
  @media (max-width: 576px) {
    .site-logo {
      width: 60px;
      height: 14px;
      line-height: 59px; } }

.toggle-navigation {
  width: 60px;
  height: 60px;
  float: left;
  position: relative;
  margin-left: -15px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .toggle-navigation:hover {
    cursor: pointer; }
  .toggle-navigation:before {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    height: 30px;
    width: 1px;
    background-color: #bdbdbd;
    right: 0;
    opacity: 1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  .open-navigation .toggle-navigation {
    background-color: #212121; }
    .open-navigation .toggle-navigation:before {
      opacity: 0; }

.burger {
  width: 20px;
  height: 14px;
  position: relative;
  margin: 23px 20px;
  display: block; }
  .burger span {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #212121;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease .0s, top .3s ease .3s;
    -o-transition: .3s ease .0s, top .3s ease .3s;
    transition: .3s ease .0s, top .3s ease .3s; }
    .burger span:first-child {
      top: 1px; }
    .burger span:last-child {
      top: calc(100% - 1px); }
    .open-navigation .burger span {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transition: .3s ease .3s, top .3s ease .0s;
      -o-transition: .3s ease .3s, top .3s ease .0s;
      transition: .3s ease .3s, top .3s ease .0s;
      background-color: #ffffff; }
      .open-navigation .burger span:first-child {
        opacity: 1;
        top: 50%; }
      .open-navigation .burger span:last-child {
        opacity: 1;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }

@media (max-width: 576px) {
  .reverse-xs {
    height: calc(100vh - 60px);
    overflow: auto; } }

.close_navigation {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }

.site-navigation {
  position: fixed;
  overflow: hidden;
  top: 60px;
  left: 0;
  width: 100%;
  -webkit-transition: .3s ease .5s;
  -o-transition: .3s ease .5s;
  transition: .3s ease .5s;
  z-index: 8;
  height: calc(100vh - 60px);
  background-color: rgba(0, 0, 0, 0.9);
  width: 0; }
  .site-navigation .col {
    background-color: #ffffff;
    height: calc(100vh - 60px);
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-height: 768px) {
      .site-navigation .col {
        overflow: auto; } }
  .site-navigation .up-col,
  .site-navigation .down-col {
    position: relative;
    z-index: 1; }
  .site-navigation .up-col {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: .0s;
    -o-transition-delay: .0s;
    transition-delay: .0s;
    border-left: 1px solid #bdbdbd;
    padding: 30px; }
    @media (max-width: 576px) {
      .site-navigation .up-col {
        border-left: 0; } }
  .site-navigation .down-col {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: .0s;
    -o-transition-delay: .0s;
    transition-delay: .0s;
    padding: 0px; }
    @media (max-width: 576px) {
      .site-navigation .down-col {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100px;
        border-bottom: 1px solid #bdbdbd; } }
  .open-navigation .site-navigation {
    -webkit-transition: .3s ease .0s;
    -o-transition: .3s ease .0s;
    transition: .3s ease .0s;
    width: 100%; }
    .open-navigation .site-navigation .up-col,
    .open-navigation .site-navigation .down-col {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .open-navigation .site-navigation .up-col {
      -webkit-transition-delay: .6s;
      -o-transition-delay: .6s;
      transition-delay: .6s; }
    .open-navigation .site-navigation .down-col {
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
  .site-navigation ul {
    margin: 0;
    padding: 0; }
    .site-navigation ul li {
      float: left;
      width: 100%;
      display: block;
      list-style: none; }
      .site-navigation ul li a {
        display: block;
        font-weight: 500;
        color: #212121;
        width: 100%; }
        @media (max-width: 576px) {
          .site-navigation ul li a {
            font-size: 120%;
            padding: 5px 0; } }
        .site-navigation ul li a:hover {
          color: #F44336;
          text-decoration: none; }
      .site-navigation ul li.menu-item-has-children > a {
        font-size: 18px;
        font-weight: 700;
        color: #212121;
        text-transform: uppercase;
        font-family: "Roboto Slab", "Georgia", "Times", serif; }
        @media (max-width: 576px) {
          .site-navigation ul li.menu-item-has-children > a {
            font-size: 22px; } }
        .site-navigation ul li.menu-item-has-children > a:hover {
          cursor: default;
          color: #212121; }
  .site-navigation .nav-menu > li .sub-menu {
    float: left;
    margin-bottom: 20px;
    width: 100%; }
    .site-navigation .nav-menu > li .sub-menu li .sub-menu {
      display: none; }

.nav--contact {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  color: #bdbdbd;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .nav--contact p {
    margin: 0; }
  .nav--contact span {
    white-space: nowrap; }
  .nav--contact a {
    color: #bdbdbd; }
    .nav--contact a:hover {
      color: #F44336; }
  .nav--contact div + div {
    text-align: right; }
  @media (max-width: 576px) {
    .nav--contact > div {
      display: none; } }
  @media (max-width: 576px) {
    .nav--contact > div + div {
      display: block;
      text-align: left; } }

.nav--bottom {
  height: 60px;
  line-height: 60px;
  margin: 0 -30px -30px;
  padding: 0 30px;
  border-top: 1px solid #bdbdbd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .nav--bottom h3 {
    font-family: "Rajdhani", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    margin: 0;
    font-weight: 500; }
  .nav--bottom svg {
    height: 19px;
    width: 224px; }
  .nav--bottom.dark {
    margin: 0;
    color: #ffffff;
    white-space: nowrap;
    border-top-color: #212121;
    background-color: #212121; }
    .nav--bottom.dark h3 {
      color: #ffffff; }
    .nav--bottom.dark a {
      color: #ffffff;
      font-size: 24px;
      top: 4px;
      position: relative; }
      .nav--bottom.dark a:hover {
        color: #F44336;
        text-decoration: none; }

.collection {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #212121;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .collection + .collection {
    border-top: 1px solid #bdbdbd; }
    @media (max-width: 576px) {
      .collection + .collection {
        border-top: 0; } }
  .collection:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    z-index: 1; }
  .collection .pretitle {
    text-transform: uppercase;
    font-size: 16px;
    color: #bdbdbd;
    font-weight: 700; }
    @media (max-width: 576px) {
      .collection .pretitle {
        font-size: 12px;
        line-height: 1;
        margin-bottom: 3px; } }
  .collection h2 {
    color: inherit;
    font-size: 46px;
    font-weight: 700;
    font-family: "Roboto Slab", "Georgia", "Times", serif;
    margin: 0;
    line-height: 1; }
    @media (max-width: 576px) {
      .collection h2 {
        font-size: 18px; } }
  .collection:hover {
    color: #ffffff;
    text-decoration: none; }
    .collection:hover:before {
      opacity: 0; }
  .collection--content {
    position: relative;
    text-align: center;
    z-index: 2; }

.site-footer {
  margin-top: 150px; }
  @media (max-width: 576px) {
    .site-footer {
      position: relative; }
      .site-footer:before {
        content: "";
        width: calc(100% - 30px);
        height: 1px;
        background-color: #bdbdbd;
        position: absolute;
        top: -75px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .site-footer_logo svg {
    width: 134px;
    height: 30px;
    margin-bottom: 15px; }
  .site-footer .textwidget {
    font-size: 13px; }
    .site-footer .textwidget a {
      color: #212121; }
      .site-footer .textwidget a:hover {
        color: #F44336; }
  .site-footer h3 {
    font-size: 16px;
    font-family: "Rajdhani", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    letter-spacing: .02em;
    margin: 45px 0 10px; }
  .site-footer .socials a {
    color: #212121;
    font-size: 28px; }
    .site-footer .socials a:hover {
      color: #F44336; }
  .site-footer .cards svg {
    width: 224px;
    height: 19px;
    fill: #212121; }

#copyright {
  font-size: 12px;
  color: #bdbdbd;
  font-weight: 500;
  text-align: center;
  padding: 50px 0 100px; }
  #copyright a {
    color: #bdbdbd; }
    #copyright a:hover {
      color: #F44336; }

.site-wide {
  position: fixed;
  bottom: 0;
  left: 0;
  max-width: 100%;
  z-index: 21; }
  .site-wide svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110%;
    height: 110%;
    z-index: -1;
    height: 173px;
    width: 526px; }
  .site-wide_content {
    background-color: #F44336;
    padding: 15px;
    color: #ffffff;
    max-width: 440px;
    position: relative;
    width: 100vw;
    min-height: 99px;
    -webkit-transform: translateY(18px);
    -ms-transform: translateY(18px);
    transform: translateY(18px); }
    .site-wide_content p {
      margin: 0;
      font-size: 14px; }
    .site-wide_content strong {
      color: inherit;
      font-size: 21px;
      font-weight: 700;
      margin-bottom: 5px;
      letter-spacing: .03em;
      text-transform: uppercase; }
  .site-wide_close {
    position: absolute;
    top: 25px;
    top: 32px;
    right: 22px;
    width: 12px;
    height: 12px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translate(50%, -50%) rotate(0deg);
    -ms-transform: translate(50%, -50%) rotate(0deg);
    transform: translate(50%, -50%) rotate(0deg);
    cursor: pointer; }
    .site-wide_close:before, .site-wide_close:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
      background-color: #ffffff;
      display: block;
      height: 2px;
      width: 15px; }
    .site-wide_close:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    @media (min-width: 1025px) {
      .site-wide_close:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        -ms-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg); } }
    @media (max-width: 576px) {
      .site-wide_close {
        top: 0; } }

.page-text-content ul {
  list-style: none; }
  .page-text-content ul li {
    position: relative; }
    .page-text-content ul li:before {
      content: "·";
      color: #F44336;
      position: absolute;
      top: 0;
      left: -25px;
      line-height: 24px;
      font-size: 40px;
      font-family: 'Helvetica', sans-serif; }

.hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000000; }
  .hero .bgimage {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .hero:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    opacity: 1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    pointer-events: none;
    background-color: #000000; }
  .page-loaded .hero:before {
    opacity: .5; }
  .hero--inner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .hero--video {
    z-index: 1;
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: relative;
    float: right; }

.page #header + .container {
  margin-top: 75px; }
  @media (max-width: 1024px) {
    .page #header + .container {
      margin-top: 0; } }

.space {
  padding: 50px 0;
  display: block;
  width: 100%; }
  @media (max-width: 576px) {
    .space {
      padding: 30px 0; } }

.scroll--side {
  position: fixed;
  right: 0;
  top: calc(50% - 10px);
  z-index: 5;
  font-weight: 500;
  padding: 15px 25px;
  font-family: "Rajdhani", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .scroll--side:hover {
    cursor: pointer;
    color: #F44336; }
  .scroll--side i {
    font-size: 12px;
    margin-left: 4px;
    display: inline-block;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px); }
  .scroll--side.prev {
    right: auto;
    left: 0;
    display: none; }
    .scroll--side.prev i {
      -webkit-transform: translateY(-1px) rotate(180deg);
      -ms-transform: translateY(-1px) rotate(180deg);
      transform: translateY(-1px) rotate(180deg); }

.scroll--down {
  padding: 25px 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  letter-spacing: .02em;
  font-weight: 500; }
  .scroll--down:hover {
    cursor: pointer; }

.top-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vh;
  margin-top: 60px;
  margin-bottom: 80px; }
  @media (max-width: 576px) {
    .top-image {
      height: 30vh;
      margin-bottom: 0; } }

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

#breadcrumbs {
  height: 60px;
  line-height: 60px;
  color: #bdbdbd;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500; }
  #breadcrumbs a {
    color: #bdbdbd; }
    #breadcrumbs a:hover {
      color: #F44336; }

.one-height {
  height: 100vh;
  overflow: hidden; }
  @media (max-width: 576px) {
    .one-height {
      height: auto;
      overflow: auto; } }

@media (min-width: 1025px) {
  body.woocommerce.archive {
    overflow: hidden; } }

.section {
  width: 100%;
  position: relative; }
  .section--video_click, .section--video {
    z-index: 2;
    background-color: #9e9e9e; }
    .section--video_click_overlay, .section--video_overlay {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      float: left;
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: absolute;
      /*&:before {
				content: "";
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				background-color: rgba($black-color, .6);
				z-index: 2;
			}*/ }
      @media (max-width: 576px) {
        .section--video_click_overlay, .section--video_overlay {
          position: relative;
          float: none; }
          .section--video_click_overlay iframe, .section--video_overlay iframe {
            display: none; }
          .section--video_click_overlay video, .section--video_overlay video {
            height: 300px; } }
    .section--video_click.has-image, .section--video.has-image {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-position: center top;
      background-color: #000000; }
      @media (max-width: 576px) {
        .section--video_click.has-image, .section--video.has-image {
          border-top: 1px solid #bdbdbd; }
          .section--video_click.has-image + .section--video .col, .section--video.has-image + .section--video .col {
            padding-top: 35px; } }
      .section--video_click.has-image:before, .section--video.has-image:before {
        content: "";
        background-color: rgba(0, 0, 0, 0.6);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1; }
      .section--video_click.has-image .container, .section--video.has-image .container {
        position: relative;
        z-index: 2; }
    @media (max-width: 576px) {
      .section--video_click + .section--video .col, .section--video + .section--video .col {
        margin-top: -100px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
    .section--video_click + .section--video:after, .section--video + .section--video:after {
      content: "";
      z-index: -1;
      background-color: #ffffff;
      position: absolute;
      display: block;
      top: 100%;
      left: 0;
      width: 100%;
      height: 75vh; }
      @media (max-width: 576px) {
        .section--video_click + .section--video:after, .section--video + .section--video:after {
          display: none; } }
    .section--video_click .col, .section--video .col {
      -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
      transform: translateY(-100px);
      background-color: #ffffff;
      min-height: 200px;
      text-align: left;
      padding: 0 40px;
      margin-bottom: 200px;
      position: relative;
      z-index: 4; }
      @media (max-width: 576px) {
        .section--video_click .col, .section--video .col {
          margin-bottom: -1px; } }
      .section--video_click .col .full-btn, .section--video .col .full-btn {
        margin: 35px -40px 0;
        width: calc(100% + 80px);
        padding: 15px 40px; }
    .section--video_click .image-col, .section--video .image-col {
      background-color: transparent;
      -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px);
      position: absolute;
      right: 0;
      pointer-events: none; }
    .section--video_click_click, .section--video_click {
      z-index: 1; }
      .section--video_click_click .top-color, .section--video_click .top-color {
        left: 0;
        bottom: 100%;
        width: 100%;
        display: block;
        height: 750px;
        z-index: -1;
        position: absolute;
        background-color: #000000; }
      @media (max-width: 576px) {
        .section--video_click_click, .section--video_click {
          display: none; } }
      .section--video_click_click:after, .section--video_click:after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 2;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
      .section--video_click_click:before, .section--video_click:before {
        content: "";
        display: block;
        padding-top: 55.25%; }
        @media (max-width: 768px) {
          .section--video_click_click:before, .section--video_click:before {
            padding-top: 75%; } }
      .section--video_click_click .container, .section--video_click .container {
        top: 50%;
        left: 50%;
        position: absolute;
        z-index: 3;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
      .section--video_click_click .col, .section--video_click .col {
        margin-bottom: 0;
        color: #ffffff;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        background-color: transparent;
        text-align: center;
        font-size: 24px;
        padding: 0 15px; }
        @media (max-width: 1024px) {
          .section--video_click_click .col, .section--video_click .col {
            font-size: 20px; } }
        @media (max-width: 768px) {
          .section--video_click_click .col, .section--video_click .col {
            font-size: 18px; } }
        .section--video_click_click .col p, .section--video_click .col p {
          font-family: "Roboto Slab", "Georgia", "Times", serif;
          font-weight: 100; }
        .section--video_click_click .col .btn, .section--video_click .col .btn {
          margin-top: 35px; }
          @media (max-width: 1024px) {
            .section--video_click_click .col .btn, .section--video_click .col .btn {
              margin-top: 10px; } }
          @media (max-width: 768px) {
            .section--video_click_click .col .btn, .section--video_click .col .btn {
              margin-top: 0px; } }
      .section--video_click_click.show .container, .section--video_click_click.show:after, .section--video_click.show .container, .section--video_click.show:after {
        opacity: 0;
        visibility: hidden;
        pointer-events: none; }
    .section--video_click_film, .section--video_film {
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      display: block; }
  .section--topimage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 150px;
    margin-bottom: -420px;
    z-index: 2; }
    @media (max-width: 768px) {
      .section--topimage .space {
        position: relative; }
        .section--topimage .space:before {
          content: "";
          width: 100vw;
          background-color: #ffffff;
          height: 250px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          top: 50%;
          display: block;
          position: absolute;
          z-index: -1; } }
    @media (min-width: 2500px) {
      .section--topimage {
        background-position: center bottom;
        margin-top: 450px; }
        .section--topimage:before {
          content: "";
          top: 0;
          left: 0;
          width: 100%;
          height: 250px;
          display: block;
          position: absolute;
          background: -moz-linear-gradient(top, white 10%, rgba(255, 255, 255, 0) 100%);
          background: -webkit-linear-gradient(top, white 10%, rgba(255, 255, 255, 0) 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, white), to(rgba(255, 255, 255, 0)));
          background: -o-linear-gradient(top, white 10%, rgba(255, 255, 255, 0) 100%);
          background: linear-gradient(to bottom, white 10%, rgba(255, 255, 255, 0) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); } }
    @media (max-width: 1024px) {
      .section--topimage {
        margin-bottom: -340px; } }
    @media (max-width: 576px) {
      .section--topimage {
        display: none; } }
    .section--topimage .col {
      -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
      transform: translateY(-250px);
      background-color: #ffffff;
      min-height: 200px;
      text-align: left;
      padding: 0 40px;
      margin-bottom: 200px;
      position: relative;
      z-index: 4; }
      @media (max-width: 768px) {
        .section--topimage .col {
          background-color: transparent; } }
      .section--topimage .col .full-btn {
        margin: 35px -40px 0;
        width: calc(100% + 80px);
        padding: 15px 40px; }
  .section--instagram {
    z-index: 2;
    background-color: #bdbdbd; }
    @media (max-width: 576px) {
      .section--instagram {
        display: none; } }
    .section--instagram_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      pointer-events: none; }
      .section--instagram_wrap:not(:first-child) {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        width: 100%; }
    .section--instagram_headline {
      width: 40%;
      background-color: #ffffff;
      padding-top: 100px;
      -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
      transform: translateY(-100px);
      position: relative; }
      @media (max-width: 768px) {
        .section--instagram_headline {
          padding-top: 50px;
          -webkit-transform: translateY(-50px);
          -ms-transform: translateY(-50px);
          transform: translateY(-50px); } }
      .section--instagram_headline:before {
        content: "";
        display: block;
        padding-top: 50%; }
      .section--instagram_headline-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 100px; }
        @media (max-width: 1024px) {
          .section--instagram_headline-inner {
            padding: 0 15px; } }
        .section--instagram_headline-inner h4.preheadline + h2,
        .section--instagram_headline-inner h4.preheadline + .h2 {
          font-size: 46px; }
          @media (max-width: 1024px) {
            .section--instagram_headline-inner h4.preheadline + h2,
            .section--instagram_headline-inner h4.preheadline + .h2 {
              font-size: 36px; } }
          @media (max-width: 768px) {
            .section--instagram_headline-inner h4.preheadline + h2,
            .section--instagram_headline-inner h4.preheadline + .h2 {
              font-size: 30px; } }
    .section--instagram_item {
      width: 20%;
      background-color: #bdbdbd;
      pointer-events: all;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .section--instagram_item.ig_1 {
        background-image: url("../images/ig_1.png"); }
      .section--instagram_item.ig_2 {
        background-image: url("../images/ig_2.png"); }
      .section--instagram_item.ig_3 {
        background-image: url("../images/ig_3.png"); }
      .section--instagram_item.ig_4 {
        background-image: url("../images/ig_4.png"); }
      .section--instagram_item.ig_5 {
        background-image: url("../images/ig_5.png"); }
      .section--instagram_item.ig_6 {
        background-image: url("../images/ig_6.png"); }
      .section--instagram_item:before {
        content: "";
        display: block;
        padding-top: 100%; }
      .section--instagram_item.item-1_tall:before {
        padding-top: 200%; }
      .section--instagram_item.item-1_wide {
        width: 40%; }
        .section--instagram_item.item-1_wide:before {
          padding-top: 50%; }
      .section--instagram_item:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }
    .section--instagram_extra {
      position: absolute;
      top: 100%;
      right: 0;
      width: 20%;
      background-color: #F44336;
      height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 15px 40px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #ffffff;
      font-weight: 500; }
      @media (max-width: 1024px) {
        .section--instagram_extra {
          width: 33%; } }
      @media (max-width: 768px) {
        .section--instagram_extra {
          width: 50%; } }
      @media (max-width: 576px) {
        .section--instagram_extra {
          position: relative;
          width: 100%; } }
      .section--instagram_extra a {
        color: #ffffff;
        width: 40px;
        display: inline-block;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        line-height: 40px;
        position: relative;
        z-index: 2; }
        .section--instagram_extra a:after {
          content: "";
          position: absolute;
          z-index: -1;
          top: calc(50% - 1px);
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-color: #ffffff;
          width: 0;
          height: 0;
          border-radius: 50%;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
        .section--instagram_extra a:hover {
          color: #F44336; }
          .section--instagram_extra a:hover:after {
            width: 40px;
            height: 40px; }
      .section--instagram_extra .socials {
        font-size: 24px; }
  .section--image {
    padding: 100px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 576px) {
      .section--image {
        padding: 70px 0 0; } }
    .section--image .col {
      color: #ffffff;
      text-align: left; }
      .section--image .col h2 {
        font-size: 46px;
        margin: 0; }
        @media (max-width: 1024px) {
          .section--image .col h2 {
            font-size: 36px;
            margin-top: 60px; } }
        @media (max-width: 576px) {
          .section--image .col h2 {
            margin-top: 0; } }
        .section--image .col h2 p {
          line-height: 1.2;
          margin: 0; }
    .section--image .broken {
      width: 100%;
      height: auto;
      margin-top: 200px;
      fill: #ffffff;
      margin-bottom: -2px; }
      @media (max-width: 576px) {
        .section--image .broken {
          margin-top: 70px; } }
  .section--sideimage {
    margin-bottom: 250px; }
    @media (max-width: 576px) {
      .section--sideimage {
        margin-bottom: 100px;
        padding-top: 45px; } }
    .section--sideimage .image-col {
      position: absolute;
      right: 0;
      bottom: 0px;
      -webkit-transform: translate(120px, 230px);
      -ms-transform: translate(120px, 230px);
      transform: translate(120px, 230px); }
      @media (max-width: 1024px) {
        .section--sideimage .image-col {
          overflow: hidden;
          -webkit-transform: translate(0, 230px);
          -ms-transform: translate(0, 230px);
          transform: translate(0, 230px); } }
      .section--sideimage .image-col img {
        max-width: 111%;
        width: 111%; }
        @media (max-width: 1024px) {
          .section--sideimage .image-col img {
            max-width: 70%;
            width: 70%;
            margin-left: 370px; } }
        @media (max-width: 768px) {
          .section--sideimage .image-col img {
            max-width: 100%;
            width: 100%;
            margin-left: 120px; } }

.sideways-text {
  -webkit-transform: translate(-135px, 180px) rotate(90deg);
  -ms-transform: translate(-135px, 180px) rotate(90deg);
  transform: translate(-135px, 180px) rotate(90deg);
  width: 680px;
  position: relative;
  margin-bottom: 390px; }
  @media (max-width: 1024px) {
    .sideways-text {
      width: 600px; } }
  @media (max-width: 768px) {
    .sideways-text {
      width: 100%;
      -webkit-transform: translate(0, 0) rotate(0deg);
      -ms-transform: translate(0, 0) rotate(0deg);
      transform: translate(0, 0) rotate(0deg);
      margin-top: 285px; } }
  .sideways-text p {
    font-size: 46px;
    font-weight: 900; }
    @media (max-width: 1024px) {
      .sideways-text p {
        font-size: 38px; } }
    .sideways-text p strong {
      color: #F44336; }

.slick-slider .slick-list .slick-track .slick-slide {
  outline: 0;
  cursor: pointer; }

#cookie-notice {
  background-color: #F44336 !important; }
  #cookie-notice .button.wp-default {
    border: 0;
    height: 40px;
    line-height: 40px !important;
    padding: 0 45px;
    color: #ffffff;
    background: none;
    background-color: #212121;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    text-transform: uppercase;
    font-family: "Roboto Slab", "Georgia", "Times", serif;
    font-size: 16px;
    display: block;
    width: 180px;
    margin: 10px auto 0px;
    text-shadow: none;
    display: inline-block;
    width: auto;
    margin-left: 25px;
    padding: 0 25px; }
    #cookie-notice .button.wp-default:hover {
      background: none;
      background-color: #ea1c0d;
      color: #ffffff; }
  #cookie-notice .cookie-notice-container {
    font-weight: 500; }

.woocommerce-info {
  border-top-color: #212121; }
  .woocommerce-info:before {
    color: #212121; }

.woocommerce-error {
  border-top-color: #F44336; }
  .woocommerce-error:before {
    color: #F44336; }

.woocommerce-message {
  border-top-color: #8BC34A; }
  .woocommerce-message:before {
    color: #8BC34A; }

.view-wrap {
  height: 100vh;
  overflow: hidden;
  position: relative;
  top: -120px; }
  @media (max-width: 1024px) {
    .view-wrap {
      height: initial;
      padding-bottom: 65px; } }

.no-padding {
  padding: 0; }

.sidetext {
  background-color: #212121;
  color: #ffffff;
  padding: 15px 20px;
  height: calc(100vh - 60px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 5; }
  @media (min-width: 1170px) {
    .sidetext {
      min-width: 400px; } }
  @media (max-width: 576px) {
    .sidetext {
      height: auto;
      padding-bottom: 60px;
      min-height: 100vh;
      position: fixed;
      top: 60px;
      left: 100%;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      width: 100%;
      height: 100vh;
      overflow: auto; }
      .sidetext--wrap {
        width: 100%; }
      .open-sidetext .sidetext {
        left: 0; } }
  .sidetext--close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    display: none;
    z-index: 6; }
    .sidetext--close:before, .sidetext--close:after {
      position: absolute;
      content: "";
      top: 50%;
      left: 50%;
      width: 100%;
      height: 2px;
      background-color: #ffffff;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .sidetext--close:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    @media (max-width: 576px) {
      .sidetext--close {
        display: block; } }
  .sidetext h2 {
    width: 80%;
    font-size: 24px;
    font-weight: 100;
    font-family: "Roboto Slab", "Georgia", "Times", serif; }
  .sidetext--wrap {
    display: block;
    position: relative;
    padding-bottom: 15px;
    -webkit-transition: margin-top 0.75s ease;
    -o-transition: margin-top 0.75s ease;
    transition: margin-top 0.75s ease;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .sidetext--wrap.redline:after {
      content: "";
      display: block;
      background-color: #F44336;
      width: 20px;
      height: 3px;
      position: absolute;
      bottom: 0;
      left: 0; }
    .sidetext--wrap.faded {
      pointer-events: none; }
  .sidetext--tooltip {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 1024px) {
      .sidetext--tooltip {
        display: none; } }
    .sidetext--tooltip p {
      margin: 0;
      font-size: 14px;
      color: #212121; }
    .sidetext--tooltip h3 {
      font-size: 16px;
      font-weight: 700;
      color: #212121;
      margin-bottom: 5px;
      letter-spacing: .03em;
      font-family: "Rajdhani", "Helvetica Neue", "Helvetica", sans-serif;
      text-transform: uppercase; }
    .sidetext--tooltip_wrap {
      background-color: #e0e0e0;
      margin: -15px -20px 0;
      padding: 15px 20px;
      position: relative; }
      .sidetext--tooltip_wrap:before {
        content: "";
        border: 10px solid transparent;
        border-right-color: #e0e0e0;
        display: block;
        position: absolute;
        top: 16px;
        right: 100%; }
      .sidetext--tooltip_wrap-svg {
        position: relative;
        background-color: #e0e0e0;
        margin: 0 -20px;
        width: calc(100% + 40px); }
        .sidetext--tooltip_wrap-svg svg {
          fill: #212121; }
    .sidetext--tooltip_close {
      top: 21px;
      right: 21px;
      width: 12px;
      height: 12px;
      cursor: pointer;
      position: absolute;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      -webkit-transform: translate(50%, -50%) rotate(0deg);
      -ms-transform: translate(50%, -50%) rotate(0deg);
      transform: translate(50%, -50%) rotate(0deg); }
      .sidetext--tooltip_close:before, .sidetext--tooltip_close:after {
        top: 50%;
        left: 50%;
        width: 15px;
        height: 2px;
        content: "";
        display: block;
        position: absolute;
        background-color: #212121;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .sidetext--tooltip_close:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
      .sidetext--tooltip_close:hover {
        -webkit-transform: translate(50%, -50%) rotate(270deg);
        -ms-transform: translate(50%, -50%) rotate(270deg);
        transform: translate(50%, -50%) rotate(270deg); }
  .sidetext .woocommerce-error,
  .sidetext .woocommerce-info,
  .sidetext .woocommerce-message {
    margin: -15px -20px 2em; }
    .woocommerce .sidetext .woocommerce-error .button,
    .woocommerce-page .sidetext .woocommerce-error .button, .woocommerce
    .sidetext .woocommerce-info .button,
    .woocommerce-page
    .sidetext .woocommerce-info .button, .woocommerce
    .sidetext .woocommerce-message .button,
    .woocommerce-page
    .sidetext .woocommerce-message .button {
      height: 50px;
      padding: 0 30px;
      color: #ffffff;
      line-height: 50px !important; }
  .woocommerce .sidetext .woocommerce-message .button,
  .woocommerce-page .sidetext .woocommerce-message .button {
    background-color: #8BC34A; }
  .woocommerce .sidetext .woocommerce-info .button,
  .woocommerce-page .sidetext .woocommerce-info .button {
    background-color: #212121; }

#grid_view,
#normal_view {
  padding-top: 60px;
  overflow: hidden;
  padding-bottom: 120px;
  height: calc(100vh - 60px);
  -webkit-transform: translateY(-100vh);
  -ms-transform: translateY(-100vh);
  transform: translateY(-100vh);
  -webkit-transition: .8s ease;
  -o-transition: .8s ease;
  transition: .8s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 1; }
  .view-wrap.transition-free #grid_view, .view-wrap.transition-free
  #normal_view {
    -webkit-transition: .0s ease;
    -o-transition: .0s ease;
    transition: .0s ease; }
  @media (max-height: 800px) and (min-width: 1024px) {
    #grid_view,
    #normal_view {
      padding-bottom: 50px; } }
  @media (max-width: 1024px) {
    #grid_view,
    #normal_view {
      z-index: 3;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      overflow: auto;
      height: auto;
      position: relative;
      padding-bottom: 0;
      max-height: calc(100vh - 60px); }
      #grid_view .scroll--side,
      #normal_view .scroll--side {
        display: none !important; } }
  @media (max-width: 576px) {
    #grid_view,
    #normal_view {
      max-height: none; } }
  #grid_view.active,
  #normal_view.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    z-index: 3; }
  #grid_view > .container-fluid,
  #normal_view > .container-fluid {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    @media (max-width: 1024px) {
      #grid_view > .container-fluid,
      #normal_view > .container-fluid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100% !important; } }
    #grid_view > .container-fluid.animate,
    #normal_view > .container-fluid.animate {
      -webkit-transition: .8s ease;
      -o-transition: .8s ease;
      transition: .8s ease; }
    #grid_view > .container-fluid > .row,
    #normal_view > .container-fluid > .row {
      width: 75vw;
      margin: 0; }
      @media (max-width: 1024px) {
        #grid_view > .container-fluid > .row,
        #normal_view > .container-fluid > .row {
          width: auto;
          margin: 0 -15px; } }

#grid_view > .container-fluid {
  -webkit-transition: .8s ease;
  -o-transition: .8s ease;
  transition: .8s ease; }

#normal_view {
  background-color: #f5f5f5; }
  @media (max-width: 1024px) {
    #normal_view {
      display: none; } }
  #normal_view .row {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto !important; }
    #normal_view .row .col {
      width: 75vw;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    #normal_view .row .background-text {
      font-size: 160px;
      font-size: 9vw;
      position: absolute;
      color: #ffffff;
      top: 50%;
      left: 50%;
      margin: 0;
      z-index: -1;
      line-height: 1;
      font-weight: 900;
      text-align: right;
      white-space: nowrap;
      text-transform: uppercase;
      -webkit-transform: translate(-70%, -50%);
      -ms-transform: translate(-70%, -50%);
      transform: translate(-70%, -50%); }
      #normal_view .row .background-text strong {
        color: #ffffff;
        font-size: 76px;
        display: block;
        font-weight: 900; }
    #normal_view .row .col {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #normal_view .row .foreground-text {
      position: absolute;
      z-index: 3;
      font-size: 160px;
      font-size: 9vw;
      font-weight: 900;
      color: #212121;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(10%, 10%);
      -ms-transform: translate(10%, 10%);
      transform: translate(10%, 10%);
      pointer-events: none; }
  #normal_view .product-point {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 8;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease; }
    #normal_view .product-point .plus {
      width: 50px;
      height: 50px;
      background-color: #F44336;
      position: relative; }
      #normal_view .product-point .plus:before, #normal_view .product-point .plus:after {
        content: "";
        position: absolute;
        display: block;
        background-color: #ffffff;
        width: 15px;
        height: 2px;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
        top: 50%;
        left: 50%;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
      #normal_view .product-point .plus:after {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg); }
    #normal_view .product-point .content {
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #212121;
      padding: 5px 0;
      max-width: 0;
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease;
      color: #ffffff; }
      #normal_view .product-point .content .titles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        #normal_view .product-point .content .titles h2,
        #normal_view .product-point .content .titles h3 {
          margin: 0;
          line-height: 1.2;
          white-space: nowrap; }
        #normal_view .product-point .content .titles h2 {
          font-size: 20px;
          font-weight: 100;
          font-family: "Roboto Slab", "Georgia", "Times", serif; }
        #normal_view .product-point .content .titles h3 {
          font-weight: 700;
          color: #bdbdbd;
          font-family: "Rajdhani", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 14px; }
      #normal_view .product-point .content .price {
        font-size: 20px;
        font-weight: 100;
        font-family: "Roboto Slab", "Georgia", "Times", serif;
        line-height: 1.2;
        padding-left: 45px; }
    #normal_view .product-point:hover {
      cursor: pointer; }
      #normal_view .product-point:hover .plus:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      #normal_view .product-point:hover .plus:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
      #normal_view .product-point:hover .content {
        padding: 5px 10px;
        max-width: 350px; }
    #normal_view .product-point .out-text {
      position: absolute;
      white-space: nowrap;
      font-size: 36px;
      font-weight: 100;
      color: #212121;
      font-family: "Roboto Slab", "Georgia", "Times", serif;
      line-height: 1;
      z-index: -1; }
    #normal_view .product-point.head_product_1 {
      -webkit-transform: translate(70px, -440px);
      -ms-transform: translate(70px, -440px);
      transform: translate(70px, -440px); }
      #normal_view .product-point.head_product_1 .out-text {
        top: 0;
        left: -380px; }
    #normal_view .product-point.head_product_2 {
      -webkit-transform: translate(-60px, -350px);
      -ms-transform: translate(-60px, -350px);
      transform: translate(-60px, -350px); }
      #normal_view .product-point.head_product_2 .out-text {
        bottom: 0;
        left: 220px; }
    #normal_view .product-point.body_product_1 {
      -webkit-transform: translate(-130px, -240px);
      -ms-transform: translate(-130px, -240px);
      transform: translate(-130px, -240px); }
      #normal_view .product-point.body_product_1 .out-text {
        top: -35px;
        left: 380px; }
    #normal_view .product-point.body_product_2 {
      -webkit-transform: translate(90px, -80px);
      -ms-transform: translate(90px, -80px);
      transform: translate(90px, -80px); }
      #normal_view .product-point.body_product_2 .out-text {
        bottom: 0;
        left: -380px; }
    #normal_view .product-point.leg_product {
      -webkit-transform: translate(40px, 160px);
      -ms-transform: translate(40px, 160px);
      transform: translate(40px, 160px); }
      #normal_view .product-point.leg_product .out-text {
        top: -65px;
        left: 200px; }
    #normal_view .product-point.foot_product {
      -webkit-transform: translate(-140px, 360px);
      -ms-transform: translate(-140px, 360px);
      transform: translate(-140px, 360px); }
      #normal_view .product-point.foot_product .out-text {
        top: 30px;
        left: -200px; }

.pagination {
  right: 15px;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 5; }
  @media (max-width: 1024px) {
    .pagination {
      display: none; } }
  .pagination--item {
    position: relative;
    margin-left: 10px;
    border-bottom: 3px solid #212121;
    color: transparent;
    color: #ffffff;
    line-height: 1;
    z-index: 2;
    width: 20px;
    height: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .pagination--item:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      background-color: #212121;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .pagination--item:hover {
      cursor: pointer; }
    .pagination--item.active:hover {
      cursor: default; }
    .pagination--item.active, .pagination--item:hover {
      color: #ffffff;
      border-bottom-color: #F44336; }
      .pagination--item.active:before, .pagination--item:hover:before {
        top: 0;
        background-color: #F44336; }

.woocommerce-products-header {
  height: 60px;
  position: relative;
  z-index: 5; }
  @media (max-width: 1024px) {
    .woocommerce-products-header {
      background-color: #ffffff; } }

.woocommerce ul.products li.product {
  width: auto;
  margin: 10px -1px !important;
  padding: 0 15px 35px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  float: none;
  clear: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 50%; }
  .woocommerce ul.products li.product a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .woocommerce ul.products li.product a img {
      max-width: 90%;
      margin: 0 auto;
      mix-blend-mode: multiply;
      -ms-flex-negative: 1;
      flex-shrink: 1; }
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    padding: 0;
    font-weight: 700;
    font-family: "Rajdhani", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: center;
    color: #bdbdbd; }
  .woocommerce ul.products li.product .thumb {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 1024px) {
      .woocommerce ul.products li.product .thumb:before {
        content: "";
        display: block;
        padding-top: 100%; } }
  .woocommerce ul.products li.product .price {
    font-size: 20px;
    font-weight: 100;
    font-family: "Roboto Slab", "Georgia", "Times", serif;
    text-align: center;
    color: #212121;
    padding-top: 5px; }
    @media (max-height: 1200px) {
      .woocommerce ul.products li.product .price {
        font-size: 18px;
        padding-top: 0; } }
  .woocommerce ul.products li.product:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.woocommerce-products-header__title {
  font-size: 16px;
  color: #bdbdbd;
  font-weight: 500;
  font-family: "Rajdhani", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1; }
  .woocommerce-products-header__title:hover {
    cursor: pointer; }
  .woocommerce-products-header__title + .woocommerce-products-header__title {
    border-left: 1px solid #bdbdbd; }
  .woocommerce-products-header__title.active {
    font-weight: 700; }
  .woocommerce-products-header__title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      .woocommerce-products-header__title_wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }

.toggle_view {
  float: right;
  height: 60px;
  line-height: 60px;
  position: relative; }
  .toggle_view:hover {
    cursor: pointer; }
  .toggle_view .text {
    display: block;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
    top: -3px;
    position: relative; }
  .toggle_view .boxes {
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin: 19px 0; }
    .toggle_view .boxes span {
      height: 6px;
      width: 100%;
      display: block;
      position: relative; }
      .toggle_view .boxes span:before, .toggle_view .boxes span:after {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        content: "";
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: #bdbdbd;
        left: 0;
        top: 0; }
      .toggle_view .boxes span:after {
        margin-left: 2px;
        left: auto;
        right: 0; }
      .toggle_view .boxes span + span {
        margin-top: 2px; }
  .toggle_view.open .boxes {
    background-color: #bdbdbd; }

.multiple_product_image img {
  max-height: 70vh;
  width: auto; }

@media (max-width: 1024px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0;
    float: none;
    clear: none;
    width: 50%; } }

.preorder-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 1;
  font-weight: 500; }
  .preorder-ribbon svg {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 1; }
  .preorder-ribbon span {
    position: absolute;
    top: calc(50% - 19px);
    left: calc(50% + 7px);
    z-index: 2;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%) rotate(22deg);
    -ms-transform: translate(-50%, -50%) rotate(22deg);
    transform: translate(-50%, -50%) rotate(22deg); }

.product--wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 576px) {
    .product--wrap {
      padding-bottom: 70px; } }
  .woocommerce .product--wrap #respond input#submit,
  .woocommerce .product--wrap a.button,
  .woocommerce .product--wrap button.button,
  .woocommerce .product--wrap input.button {
    right: 0;
    bottom: 0;
    width: 25%;
    height: 100px;
    position: fixed;
    z-index: 50;
    -webkit-transition: .3s ease, bottom 0.75s ease;
    -o-transition: .3s ease, bottom 0.75s ease;
    transition: .3s ease, bottom 0.75s ease; }
    @media (min-width: 1170px) {
      .woocommerce .product--wrap #respond input#submit,
      .woocommerce .product--wrap a.button,
      .woocommerce .product--wrap button.button,
      .woocommerce .product--wrap input.button {
        min-width: 400px; } }
    @media (max-width: 1024px) {
      .woocommerce .product--wrap #respond input#submit,
      .woocommerce .product--wrap a.button,
      .woocommerce .product--wrap button.button,
      .woocommerce .product--wrap input.button {
        width: 33.33334%; } }
    @media (max-width: 768px) {
      .woocommerce .product--wrap #respond input#submit,
      .woocommerce .product--wrap a.button,
      .woocommerce .product--wrap button.button,
      .woocommerce .product--wrap input.button {
        width: 41.66667%; } }
    @media (max-width: 576px) {
      .woocommerce .product--wrap #respond input#submit,
      .woocommerce .product--wrap a.button,
      .woocommerce .product--wrap button.button,
      .woocommerce .product--wrap input.button {
        position: absolute;
        width: 100%; } }
    .woocommerce .product--wrap #respond input#submit i,
    .woocommerce .product--wrap a.button i,
    .woocommerce .product--wrap button.button i,
    .woocommerce .product--wrap input.button i {
      font-size: 14px;
      float: right; }
  .woocommerce .product--wrap .quantity .qty {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    width: 40px;
    height: 35px;
    font-weight: 700;
    border-radius: 0;
    color: #ffffff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background-color: transparent;
    border: 2px solid #ffffff; }
    .woocommerce .product--wrap .quantity .qty:focus, .woocommerce .product--wrap .quantity .qty:hover {
      border-color: #F44336; }

.product--title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .product--title h1 {
    margin: 0;
    line-height: 1;
    font-size: 28px;
    font-weight: 100;
    font-family: "Roboto Slab", "Georgia", "Times", serif;
    text-transform: uppercase; }
  .product--title h2 {
    margin: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #bdbdbd;
    font-family: "Rajdhani", "Helvetica Neue", "Helvetica", sans-serif; }
  .product--title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .product--title_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .product--title_price .price {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 20px;
    text-align: right;
    color: #ffffff;
    font-family: "Roboto Slab", "Georgia", "Times", serif; }
    @media (max-width: 768px) {
      .product--title_price .price {
        text-align: left; } }

.product--gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 25px 10px; }
  .product--gallery_item {
    max-width: 90px;
    padding: 0 10px 20px; }
    .product--gallery_item:hover {
      cursor: pointer; }
    .product--gallery_item img {
      width: 70px;
      height: 70px; }

.product--description ul {
  list-style: none;
  padding-left: 23px; }
  .product--description ul li {
    font-weight: 500;
    position: relative; }
    .product--description ul li:before {
      content: "·";
      top: 0;
      left: -25px;
      font-size: 52px;
      line-height: 24px;
      position: absolute;
      color: #F44336;
      font-family: 'Helvetica', sans-serif; }

.product--information table tr td {
  border: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0; }

.woocommerce #content div.product,
.woocommerce div.product,
.woocommerce-page #content div.product,
.woocommerce-page div.product {
  position: static; }
  .woocommerce #content div.product.outofstock,
  .woocommerce div.product.outofstock,
  .woocommerce-page #content div.product.outofstock,
  .woocommerce-page div.product.outofstock {
    margin-bottom: -100px; }
    @media (max-width: 576px) {
      .woocommerce #content div.product.outofstock,
      .woocommerce div.product.outofstock,
      .woocommerce-page #content div.product.outofstock,
      .woocommerce-page div.product.outofstock {
        margin-bottom: 0; } }
    .woocommerce #content div.product.outofstock .woocommerce-variation-add-to-cart,
    .woocommerce div.product.outofstock .woocommerce-variation-add-to-cart,
    .woocommerce-page #content div.product.outofstock .woocommerce-variation-add-to-cart,
    .woocommerce-page div.product.outofstock .woocommerce-variation-add-to-cart {
      display: none; }
  .woocommerce #content div.product p.stock,
  .woocommerce div.product p.stock,
  .woocommerce-page #content div.product p.stock,
  .woocommerce-page div.product p.stock {
    font-size: 16px; }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
    margin: 0; }
  .woocommerce #content div.product form.cart,
  .woocommerce div.product form.cart,
  .woocommerce-page #content div.product form.cart,
  .woocommerce-page div.product form.cart {
    margin-bottom: 100px; }
    .woocommerce #content div.product form.cart div.quantity,
    .woocommerce div.product form.cart div.quantity,
    .woocommerce-page #content div.product form.cart div.quantity,
    .woocommerce-page div.product form.cart div.quantity {
      margin: 0; }
    .woocommerce #content div.product form.cart .woocommerce-variation-add-to-cart,
    .woocommerce div.product form.cart .woocommerce-variation-add-to-cart,
    .woocommerce-page #content div.product form.cart .woocommerce-variation-add-to-cart,
    .woocommerce-page div.product form.cart .woocommerce-variation-add-to-cart {
      margin-top: 60px; }

.variation-item {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 2px solid #ffffff;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-right: 13px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  cursor: default; }
  .variation-item.has_color {
    text-indent: 50px; }
  .variation-item:not(.sold-out) {
    cursor: pointer; }
    .variation-item:not(.sold-out):after {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  @media (max-width: 1024px) {
    .variation-item {
      margin-right: 5px; } }
  .variation-item:before {
    content: "";
    background-color: #F44336;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none; }
  @media (min-width: 1025px) {
    .variation-item:hover {
      cursor: pointer;
      border-color: #F44336; } }
  @media (max-width: 1024px) {
    .variation-item {
      cursor: pointer; } }
  .variation-item.active {
    border-color: #F44336; }
    .variation-item.active:not(.has_color):not(.sold-out):before {
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      -webkit-transition: .2s ease-out;
      -o-transition: .2s ease-out;
      transition: .2s ease-out; }
    .variation-item.active.has_color {
      border-radius: 50%; }
  .variation-item.sold-out:hover {
    border-color: #ffffff;
    cursor: default; }
  .variation-item.sold-out:before, .variation-item.sold-out:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 55px;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 3; }
  .variation-item.sold-out:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

.flex-variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flex-variations strong {
    color: #ffffff; }

table.variations {
  display: none; }

.increment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .increment--toggle {
    border: 2px solid #ffffff;
    border-left: 0;
    position: relative;
    width: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .increment--toggle_wrap {
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .increment--toggle:hover {
      cursor: pointer;
      background-color: #F44336;
      border-color: #F44336; }
    .increment--toggle:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      border: 4px solid transparent;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .increment--toggle.plus {
      border-bottom-width: 1px; }
      .increment--toggle.plus:before {
        border-top-width: 0;
        border-bottom-color: #ffffff; }
    .increment--toggle.minus {
      border-top-width: 1px; }
      .increment--toggle.minus:before {
        border-bottom-width: 0;
        border-top-color: #ffffff; }

.single_add_to_cart_button i {
  opacity: 1;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }

.single_add_to_cart_button:disabled {
  opacity: 1 !important;
  padding: 0 20px !important;
  background-color: #bdbdbd !important; }
  .single_add_to_cart_button:disabled i {
    opacity: 0; }

.modal_gallery {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 75%;
  z-index: 9;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  @media (max-width: 1024px) {
    .modal_gallery {
      width: 66.66666667%; } }
  @media (max-width: 768px) {
    .modal_gallery {
      width: 100%; } }
  .modal_gallery.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .modal_gallery--inner {
    width: calc(100% - 30px);
    max-width: 730px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-height: 470px;
    position: relative;
    z-index: 2; }
    .modal_gallery--inner .slick-track,
    .modal_gallery--inner .slick-list {
      height: 100%; }
    .modal_gallery--inner_gallery {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-left: 15px;
      background-color: #ffffff;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      width: 100%;
      overflow: hidden;
      max-height: 470px; }
      @media (max-width: 768px) {
        .modal_gallery--inner_gallery .slick-slide {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .modal_gallery--inner_gallery img {
        margin: 0 auto;
        height: 100%;
        width: auto; }
        @media (max-width: 768px) {
          .modal_gallery--inner_gallery img {
            height: auto; } }
    .modal_gallery--inner_thumbs {
      margin-right: 15px;
      max-width: 70px;
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .modal_gallery--thumb_item {
    margin-bottom: 30px; }
    .modal_gallery--thumb_item:hover {
      cursor: pointer; }
  .modal_gallery--close {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0; }
    .modal_gallery--close_btn {
      position: absolute;
      right: 10px;
      top: 10px;
      color: #bdbdbd;
      z-index: 3;
      text-transform: uppercase;
      font-weight: 700;
      white-space: nowrap; }
      .modal_gallery--close_btn:hover {
        cursor: pointer; }
      .modal_gallery--close_btn .x {
        width: 15px;
        height: 15px;
        position: relative;
        display: inline-block;
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
        margin-left: 10px; }
        .modal_gallery--close_btn .x:before, .modal_gallery--close_btn .x:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 23px;
          height: 2px;
          background-color: #bdbdbd;
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
        .modal_gallery--close_btn .x:after {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }

@media (max-width: 576px) {
  .woocommerce-variation-add-to-cart {
    margin: 0 -20px; }
    .woocommerce-variation-add-to-cart button {
      width: calc(100% + 40px) !important;
      margin: 0 -20px !important; }
  .woocommerce .product--wrap #respond input#submit,
  .woocommerce .product--wrap a.button,
  .woocommerce .product--wrap button.button.single_add_to_cart_button,
  .woocommerce .product--wrap input.button {
    position: fixed;
    z-index: 5;
    margin: 0 !important;
    width: 100% !important; } }

.catwalk_btn {
  display: block;
  padding: 15px 20px;
  background-color: #424242;
  margin: 0 auto;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  position: fixed;
  right: 0;
  width: 25%;
  bottom: 100px;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .catwalk_btn {
      width: 33.333%; } }
  @media (max-width: 768px) {
    .catwalk_btn {
      width: 41.5%; } }
  @media (max-width: 576px) {
    .catwalk_btn {
      display: none; } }
  .outofstock + .catwalk_btn {
    bottom: 0; }
  .catwalk_btn svg {
    fill: #ffffff;
    width: 19px;
    height: 19px;
    float: right;
    margin-top: 3px; }
  .catwalk_btn:hover {
    background-color: #9e9e9e; }

/*
 * Wishlist
 */
#wl-wrapper .wl-add-but {
  padding: 0 25px;
  height: 50px;
  line-height: 50px !important;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #424242; }
  #wl-wrapper .wl-add-but:hover {
    background-color: #9e9e9e; }

#wl-wrapper.wl-button-wrap {
  z-index: 2; }

.open-cart {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  line-height: 60px;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 576px) {
    .open-cart {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .open-cart:hover {
    cursor: pointer;
    background-color: #f5f5f5; }

.cart_count {
  height: 14px;
  padding: 1px;
  line-height: 1;
  min-width: 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  margin-left: 15px;
  text-align: center;
  color: #ffffff;
  background-color: #F44336; }

.cart_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cart_total {
  font-weight: 500; }

.site-header--cart {
  right: 0;
  top: 0;
  width: 25%;
  padding: 0;
  z-index: 10;
  position: fixed;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform .75s ease;
  transition: -webkit-transform .75s ease;
  -o-transition: transform .75s ease;
  transition: transform .75s ease;
  transition: transform .75s ease, -webkit-transform .75s ease;
  -webkit-transform: translateY(calc(-100% - 15px));
  -ms-transform: translateY(calc(-100% - 15px));
  transform: translateY(calc(-100% - 15px)); }
  .site-header--cart li strong {
    color: #424242;
    font-size: 14px;
    font-weight: 100; }
  @media (max-width: 1024px) {
    .site-header--cart {
      width: 33.33334%; } }
  @media (max-width: 768px) {
    .site-header--cart {
      width: 41.66667%; } }
  @media (max-width: 576px) {
    .site-header--cart {
      width: 100%;
      background-color: transparent; } }
  .open-minicart .site-header--cart {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.woocommerce-mini-cart__empty-message {
  padding: 0 20px; }
  @media (max-width: 576px) {
    .woocommerce-mini-cart__empty-message {
      margin: 0;
      padding: 1em 20px;
      background-color: #ffffff; } }

.close-cart {
  width: 100%;
  height: 61px;
  padding: 0 15px;
  text-align: right;
  line-height: 60px;
  border-bottom: 1px solid #e0e0e0; }
  @media (max-width: 576px) {
    .close-cart {
      z-index: 2;
      position: relative; }
      .close-cart:before {
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        z-index: -1;
        position: absolute;
        background-color: #ffffff; } }
  .close-cart:hover {
    cursor: pointer;
    background-color: #f5f5f5; }

.page ul.woocommerce-mini-cart,
.page ul.product_list_widget,
.woocommerce ul.woocommerce-mini-cart,
.woocommerce ul.product_list_widget {
  margin: 0;
  padding: 0; }
  @media (max-width: 576px) {
    .page ul.woocommerce-mini-cart,
    .page ul.product_list_widget,
    .woocommerce ul.woocommerce-mini-cart,
    .woocommerce ul.product_list_widget {
      background-color: #ffffff; } }
  .page ul.woocommerce-mini-cart li,
  .page ul.product_list_widget li,
  .woocommerce ul.woocommerce-mini-cart li,
  .woocommerce ul.product_list_widget li {
    padding: 0;
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    border-bottom: 1px solid #e0e0e0; }
    .page ul.woocommerce-mini-cart li a.remove,
    .page ul.product_list_widget li a.remove,
    .woocommerce ul.woocommerce-mini-cart li a.remove,
    .woocommerce ul.product_list_widget li a.remove {
      width: 0;
      padding: 0;
      height: 80px;
      font-size: 18px;
      border-radius: 0;
      line-height: 80px;
      text-align: center;
      color: #ffffff !important;
      background-color: #F44336; }
      @media (max-width: 1024px) {
        .page ul.woocommerce-mini-cart li a.remove,
        .page ul.product_list_widget li a.remove,
        .woocommerce ul.woocommerce-mini-cart li a.remove,
        .woocommerce ul.product_list_widget li a.remove {
          width: 40px;
          color: #F44336 !important;
          background-color: #ffffff; } }
      .page ul.woocommerce-mini-cart li a.remove:hover,
      .page ul.product_list_widget li a.remove:hover,
      .woocommerce ul.woocommerce-mini-cart li a.remove:hover,
      .woocommerce ul.product_list_widget li a.remove:hover {
        background-color: #ea1c0d; }
    .page ul.woocommerce-mini-cart li a:not(.remove),
    .page ul.product_list_widget li a:not(.remove),
    .woocommerce ul.woocommerce-mini-cart li a:not(.remove),
    .woocommerce ul.product_list_widget li a:not(.remove) {
      height: 80px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page ul.woocommerce-mini-cart li a:not(.remove) .image,
      .page ul.product_list_widget li a:not(.remove) .image,
      .woocommerce ul.woocommerce-mini-cart li a:not(.remove) .image,
      .woocommerce ul.product_list_widget li a:not(.remove) .image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 15px; }
        @media (max-width: 1024px) {
          .page ul.woocommerce-mini-cart li a:not(.remove) .image,
          .page ul.product_list_widget li a:not(.remove) .image,
          .woocommerce ul.woocommerce-mini-cart li a:not(.remove) .image,
          .woocommerce ul.product_list_widget li a:not(.remove) .image {
            display: none; } }
        .page ul.woocommerce-mini-cart li a:not(.remove) .image img,
        .page ul.product_list_widget li a:not(.remove) .image img,
        .woocommerce ul.woocommerce-mini-cart li a:not(.remove) .image img,
        .woocommerce ul.product_list_widget li a:not(.remove) .image img {
          width: 40px;
          height: 40px;
          border: 1px solid #e0e0e0; }
      .page ul.woocommerce-mini-cart li a:not(.remove) .titles,
      .page ul.product_list_widget li a:not(.remove) .titles,
      .woocommerce ul.woocommerce-mini-cart li a:not(.remove) .titles,
      .woocommerce ul.product_list_widget li a:not(.remove) .titles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (max-width: 1024px) {
          .page ul.woocommerce-mini-cart li a:not(.remove) .titles,
          .page ul.product_list_widget li a:not(.remove) .titles,
          .woocommerce ul.woocommerce-mini-cart li a:not(.remove) .titles,
          .woocommerce ul.product_list_widget li a:not(.remove) .titles {
            -ms-flex-negative: 1;
            flex-shrink: 1; } }
        .page ul.woocommerce-mini-cart li a:not(.remove) .titles .h1,
        .page ul.product_list_widget li a:not(.remove) .titles .h1,
        .woocommerce ul.woocommerce-mini-cart li a:not(.remove) .titles .h1,
        .woocommerce ul.product_list_widget li a:not(.remove) .titles .h1 {
          line-height: 1;
          font-size: 20px;
          font-weight: 100;
          color: #212121;
          font-family: "Roboto Slab", "Georgia", "Times", serif; }
          @media (max-width: 1024px) {
            .page ul.woocommerce-mini-cart li a:not(.remove) .titles .h1,
            .page ul.product_list_widget li a:not(.remove) .titles .h1,
            .woocommerce ul.woocommerce-mini-cart li a:not(.remove) .titles .h1,
            .woocommerce ul.product_list_widget li a:not(.remove) .titles .h1 {
              overflow: hidden;
              white-space: nowrap;
              display: block;
              -o-text-overflow: ellipsis;
              text-overflow: ellipsis;
              width: 150px; } }
        .page ul.woocommerce-mini-cart li a:not(.remove) .titles .h2,
        .page ul.product_list_widget li a:not(.remove) .titles .h2,
        .woocommerce ul.woocommerce-mini-cart li a:not(.remove) .titles .h2,
        .woocommerce ul.product_list_widget li a:not(.remove) .titles .h2 {
          font-size: 14px;
          font-weight: 700;
          line-height: 1.7;
          color: #bdbdbd; }
          @media (max-width: 1024px) {
            .page ul.woocommerce-mini-cart li a:not(.remove) .titles .h2,
            .page ul.product_list_widget li a:not(.remove) .titles .h2,
            .woocommerce ul.woocommerce-mini-cart li a:not(.remove) .titles .h2,
            .woocommerce ul.product_list_widget li a:not(.remove) .titles .h2 {
              overflow: hidden;
              white-space: nowrap;
              display: block;
              -o-text-overflow: ellipsis;
              text-overflow: ellipsis;
              width: 150px; } }
    .page ul.woocommerce-mini-cart li .quantity,
    .page ul.product_list_widget li .quantity,
    .woocommerce ul.woocommerce-mini-cart li .quantity,
    .woocommerce ul.product_list_widget li .quantity {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 20px; }
    .page ul.woocommerce-mini-cart li:hover,
    .page ul.product_list_widget li:hover,
    .woocommerce ul.woocommerce-mini-cart li:hover,
    .woocommerce ul.product_list_widget li:hover {
      width: calc(100% + 80px); }
      .page ul.woocommerce-mini-cart li:hover a.remove,
      .page ul.product_list_widget li:hover a.remove,
      .woocommerce ul.woocommerce-mini-cart li:hover a.remove,
      .woocommerce ul.product_list_widget li:hover a.remove {
        width: 80px;
        color: #ffffff !important; }

.woocommerce-mini-cart__buttons {
  margin: 0; }
  .woocommerce-mini-cart__buttons a.button {
    width: 100%;
    display: block;
    color: #ffffff;
    background-color: #8BC34A; }
    .woocommerce-mini-cart__buttons a.button:hover {
      color: #ffffff;
      background-color: #71a436; }

.woocommerce-mini-cart__total {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  padding: 1em 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Roboto Slab", "Georgia", "Times", serif; }
  @media (max-width: 576px) {
    .woocommerce-mini-cart__total {
      background-color: #ffffff; } }
  .woocommerce-mini-cart__total strong {
    color: #212121; }

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  margin: 0; }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    padding: 0; }

.woocommerce table.shop_table {
  border-width: 0;
  border-radius: 0; }
  .woocommerce table.shop_table.woocommerce-cart-form__contents {
    border-width: 1px; }
    .woocommerce table.shop_table.woocommerce-cart-form__contents tr td:last-child {
      padding-right: 10px; }
  @media (min-width: 577px) {
    .woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item {
      height: 80px;
      position: relative;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item:focus, .woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item:hover {
        padding-left: 80px;
        -webkit-transform: translateX(80px);
        -ms-transform: translateX(80px);
        transform: translateX(80px); }
        .woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item:focus td.product-remove, .woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item:hover td.product-remove {
          width: 80px;
          -webkit-transform: translateX(-80px);
          -ms-transform: translateX(-80px);
          transform: translateX(-80px); } }
  .woocommerce table.shop_table tr th:last-child,
  .woocommerce table.shop_table tr td:last-child {
    padding-right: 0;
    text-align: right; }
    @media (max-width: 576px) {
      .woocommerce table.shop_table tr th:last-child:not(.product-subtotal),
      .woocommerce table.shop_table tr td:last-child:not(.product-subtotal) {
        padding-left: 0; } }
  @media (min-width: 577px) {
    .woocommerce table.shop_table tr th,
    .woocommerce table.shop_table tr td {
      border-bottom: 1px solid #e0e0e0; }
      .woocommerce table.shop_table tr th.product-remove,
      .woocommerce table.shop_table tr td.product-remove {
        padding: 0;
        border: 0;
        width: 0px;
        overflow: hidden;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        border-bottom: 1px solid #F44336;
        position: absolute;
        top: 0;
        left: 0; }
      .woocommerce table.shop_table tr th.product-thumbnail,
      .woocommerce table.shop_table tr td.product-thumbnail {
        text-align: center;
        width: 62px; }
        .woocommerce table.shop_table tr th.product-thumbnail img,
        .woocommerce table.shop_table tr td.product-thumbnail img {
          border: 1px solid #e0e0e0; } }
  .woocommerce table.shop_table tr th.product-name .h1,
  .woocommerce table.shop_table tr td.product-name .h1 {
    margin: 0;
    line-height: 1;
    font-size: 18px; }
  .woocommerce table.shop_table tr th.product-name .variation,
  .woocommerce table.shop_table tr th.product-name .h2,
  .woocommerce table.shop_table tr td.product-name .variation,
  .woocommerce table.shop_table tr td.product-name .h2 {
    line-height: 1.7;
    margin: 0;
    font-size: 14px;
    font-family: "Rajdhani", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    color: #bdbdbd; }
  .woocommerce table.shop_table tr td {
    border-top: 0; }
    .woocommerce table.shop_table tr td.actions {
      padding: 35px 10px 10px !important; }
  @media (min-width: 577px) {
    .woocommerce table.shop_table tr td.actions {
      padding: 35px 0 0 !important; }
    .woocommerce table.shop_table tr td.product-remove a {
      display: block;
      width: 80px;
      height: 80px;
      line-height: 80px;
      border-radius: 0;
      color: #ffffff !important;
      margin: 0;
      background-color: #F44336; }
      .woocommerce table.shop_table tr td.product-remove a:hover {
        background-color: #ea1c0d; } }

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  text-align: left;
  background-color: #8BC34A;
  height: 100px;
  padding: 0 30px;
  line-height: 100px !important; }
  #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #71a436; }

#add_payment_method table.cart button.button,
#add_payment_method table.cart input.button,
.woocommerce-cart table.cart button.button,
.woocommerce-cart table.cart input.button,
.woocommerce-checkout table.cart button.button,
.woocommerce-checkout table.cart input.button {
  height: 50px;
  padding: 0 15px !important;
  line-height: 50px !important;
  border-radius: 0;
  background-color: #F44336;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  #add_payment_method table.cart button.button:hover,
  #add_payment_method table.cart input.button:hover,
  .woocommerce-cart table.cart button.button:hover,
  .woocommerce-cart table.cart input.button:hover,
  .woocommerce-checkout table.cart button.button:hover,
  .woocommerce-checkout table.cart input.button:hover {
    background-color: #ea1c0d; }

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  min-width: 150px;
  margin: 0;
  border-right: 0; }

@media (max-width: 576px) {
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce-page #content table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon .input-text {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }

.woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents {
  border-width: 0;
  margin-bottom: 75px; }
  .woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents tr td.actions {
    border-bottom: 0; }

.woocommerce-cart .woocommerce table tr.order-total {
  font-size: 20px; }

#order_review_heading,
.woocommerce-additional-fields h3 {
  margin-top: 45px;
  margin-bottom: 10px; }

.woocommerce table.woocommerce-table--order-details tr th:first-child,
.woocommerce table.woocommerce-table--order-details tr td:first-child, .woocommerce table.woocommerce-checkout-review-order-table tr th:first-child,
.woocommerce table.woocommerce-checkout-review-order-table tr td:first-child {
  padding-left: 0; }

.woocommerce table.shop_table tr.shipping th {
  vertical-align: top; }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0;
  background-color: #f5f5f5; }
  #add_payment_method #payment div.payment_box,
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box {
    background-color: #e0e0e0; }
    #add_payment_method #payment div.payment_box:before,
    .woocommerce-cart #payment div.payment_box:before,
    .woocommerce-checkout #payment div.payment_box:before {
      border-bottom-color: #e0e0e0; }
  #add_payment_method #payment ul.payment_methods,
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0; }
  #add_payment_method #payment div.place-order,
  .woocommerce-cart #payment div.place-order,
  .woocommerce-checkout #payment div.place-order {
    background-color: #ffffff;
    padding: 35px 0 0; }

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  padding-right: 15px; }
  @media (max-width: 576px) {
    .woocommerce #payment .terms,
    .woocommerce #payment .wc-terms-and-conditions,
    .woocommerce-page #payment .terms,
    .woocommerce-page #payment .wc-terms-and-conditions {
      margin-bottom: 35px; } }

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: #8BC34A; }
  @media (max-width: 576px) {
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
      width: 100%; } }
  .woocommerce #payment #place_order:hover,
  .woocommerce-page #payment #place_order:hover {
    background-color: #71a436; }

.woocommerce form .form-row .input-checkbox {
  display: inline-block; }

.woocommerce-terms-and-conditions-wrapper {
  float: left; }

.select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 50px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 50px;
    line-height: 50px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    width: 40px; }

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #F44336;
  color: #ffffff; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #e0e0e0;
  color: #212121; }

.select2-container--default .select2-results__option--highlighted[aria-selected=true][data-selected=true] {
  background-color: #F44336;
  color: #ffffff; }

.woocommerce-checkout.woocommerce form .form-row, .woocommerce-checkout.woocommerce-page form .form-row {
  margin-bottom: 15px; }
  .woocommerce-checkout.woocommerce form .form-row-first, .woocommerce-checkout.woocommerce form .form-row-last, .woocommerce-checkout.woocommerce-page form .form-row-first, .woocommerce-checkout.woocommerce-page form .form-row-last {
    width: calc(50% - 2px); }

.woocommerce-checkout.woocommerce form.checkout_coupon, .woocommerce-checkout.woocommerce form.login, .woocommerce-checkout.woocommerce form.register, .woocommerce-checkout.woocommerce-page form.checkout_coupon, .woocommerce-checkout.woocommerce-page form.login, .woocommerce-checkout.woocommerce-page form.register {
  margin-top: -2em;
  border-radius: 0;
  border: 0;
  background-color: #f7f6f7; }
  .woocommerce-checkout.woocommerce form.checkout_coupon button.button, .woocommerce-checkout.woocommerce form.login button.button, .woocommerce-checkout.woocommerce form.register button.button, .woocommerce-checkout.woocommerce-page form.checkout_coupon button.button, .woocommerce-checkout.woocommerce-page form.login button.button, .woocommerce-checkout.woocommerce-page form.register button.button {
    height: 50px;
    padding: 0 30px;
    color: #ffffff; }

#woopacket .woopacket-findpickuppoint {
  float: right;
  margin: 0;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  width: auto;
  border-radius: 0;
  color: #ffffff;
  background-color: #F44336; }

#woopacket .woopacket-zipcode {
  margin: 0;
  border-right-width: 0;
  height: 50px; }
  @media (max-width: 576px) {
    #woopacket .woopacket-zipcode {
      border-right-width: 1px;
      width: 100%; }
      #woopacket .woopacket-zipcode + input {
        width: 100%; } }

#woopacket_popup #showmore_woopacket_popup {
  top: 100%;
  bottom: auto;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #F44336; }

#woopacket_popup #close_woopacket_popup {
  top: 0;
  background-color: transparent;
  position: fixed; }
  #woopacket_popup #close_woopacket_popup .close_woopacket_popup_inner {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    #woopacket_popup #close_woopacket_popup .close_woopacket_popup_inner .close_woopacket_popup_span1,
    #woopacket_popup #close_woopacket_popup .close_woopacket_popup_inner .close_woopacket_popup_span2 {
      width: 25px;
      height: 3px;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg); }
    #woopacket_popup #close_woopacket_popup .close_woopacket_popup_inner .close_woopacket_popup_span2 {
      -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
      transform: translateX(-50%) rotate(-45deg); }
    #woopacket_popup #close_woopacket_popup .close_woopacket_popup_inner:hover .close_woopacket_popup_span1 {
      -webkit-transform: translateX(-50%) rotate(315deg);
      -ms-transform: translateX(-50%) rotate(315deg);
      transform: translateX(-50%) rotate(315deg); }
    #woopacket_popup #close_woopacket_popup .close_woopacket_popup_inner:hover .close_woopacket_popup_span2 {
      -webkit-transform: translateX(-50%) rotate(225deg);
      -ms-transform: translateX(-50%) rotate(225deg);
      transform: translateX(-50%) rotate(225deg); }

#woopacket_popup #woopacket_popup_inner {
  color: #000000; }
  #woopacket_popup #woopacket_popup_inner ul li {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    #woopacket_popup #woopacket_popup_inner ul li strong {
      font-family: "Roboto Slab", "Georgia", "Times", serif;
      font-weight: 100;
      color: #000000;
      font-size: 140%; }
    #woopacket_popup #woopacket_popup_inner ul li i {
      display: none; }
    #woopacket_popup #woopacket_popup_inner ul li:hover {
      background-color: #f5f5f5; }
    #woopacket_popup #woopacket_popup_inner ul li.active {
      border-left-color: #8BC34A; }

#order_review {
  position: relative; }
  #order_review .edit-order {
    position: absolute;
    right: 0;
    top: -39px; }

#mailchimp_woocommerce_newsletter:checked {
  background-color: #F44336;
  border-color: #F44336; }

.woocommerce ul.order_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0; }
  .woocommerce ul.order_details li {
    width: 100%;
    padding: 0 0 15px;
    border: 0;
    margin: 0; }
    .woocommerce ul.order_details li:before {
      display: none; }

.woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0; }

.woocommerce-table__product-name a {
  text-decoration: none;
  color: #212121; }
  .woocommerce-table__product-name a:hover {
    color: #F44336; }

.woocommerce-account .woocommerce button.button {
  height: 50px;
  padding: 0 35px;
  color: #ffffff;
  margin-right: 10px; }

.woocommerce-account .woocommerce .woocommerce-form-register button.button {
  height: 50px;
  padding: 0 35px;
  color: #ffffff;
  margin-right: 10px;
  margin-top: 15px;
  background-color: #000000; }
  .woocommerce-account .woocommerce .woocommerce-form-register button.button:hover {
    background-color: #424242; }

.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text p {
  font-size: 12px; }

.woocommerce-account #customer_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .woocommerce-account #customer_login > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .woocommerce-account #customer_login > div form {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-top: 0; }

.woocommerce-account .woocommerce-orders-table__cell-order-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    line-height: 50px !important;
    color: #ffffff; }
    .woocommerce-account .woocommerce-orders-table__cell-order-actions .button:hover {
      color: #ffffff; }
    .woocommerce-account .woocommerce-orders-table__cell-order-actions .button + .button {
      margin-right: 10px;
      background-color: #9e9e9e; }
      @media (max-width: 576px) {
        .woocommerce-account .woocommerce-orders-table__cell-order-actions .button + .button {
          margin-right: 0;
          margin-left: 10px; } }
      .woocommerce-account .woocommerce-orders-table__cell-order-actions .button + .button:hover {
        background-color: #424242; }

.woocommerce-MyAccount-navigation {
  margin-left: 0; }
  .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #9e9e9e;
    margin-bottom: 45px; }
    @media (max-width: 576px) {
      .woocommerce-MyAccount-navigation ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .woocommerce-MyAccount-navigation ul li:before {
      display: none; }
    .woocommerce-MyAccount-navigation ul li a {
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 700;
      padding-bottom: 25px;
      color: #9e9e9e; }
      .woocommerce-MyAccount-navigation ul li a:hover {
        color: #F44336; }

/*
 * Wishlist
 */
#wl-wrapper .wl-row form {
  display: none; }

#wl-wrapper .wl-table .product-purchase {
  text-align: right !important; }
  #wl-wrapper .wl-table .product-purchase .button {
    padding: 0 25px;
    height: 50px;
    line-height: 50px !important;
    color: #ffffff;
    background-color: #9e9e9e; }
    #wl-wrapper .wl-table .product-purchase .button:hover {
      background-color: #424242; }
    #wl-wrapper .wl-table .product-purchase .button.alt {
      background-color: #F44336; }
      #wl-wrapper .wl-table .product-purchase .button.alt:hover {
        background-color: #ea1c0d; }

#wl-wrapper .wl-table .product-name a {
  text-decoration: none;
  font-weight: 700; }

.mobileicon,
.mobilemenu {
  display: none; }

.mobileicon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: 60px;
  width: 60px;
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  z-index: 10000;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .mobileicon span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .mobileicon span.closed {
      -webkit-transform: translate(250%, -50%);
      -ms-transform: translate(250%, -50%);
      transform: translate(250%, -50%); }
  .mobileicon.active span.closed {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .mobileicon.active span.open {
    -webkit-transform: translate(-250%, -50%);
    -ms-transform: translate(-250%, -50%);
    transform: translate(-250%, -50%); }
  .mobileicon#to-top {
    bottom: 0;
    right: 0;
    color: #ffffff;
    background-color: #F44336;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .mobileicon#to-top i {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      display: block; }

.mobilemenu {
  position: fixed;
  top: 0;
  z-index: 9000;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  max-width: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100px;
  right: -600px;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .mobilemenu.active {
    right: 0; }
    .mobilemenu.active #closemenu {
      display: block; }
  .mobilemenu #closemenu {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    height: 60px;
    width: 60px;
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    z-index: 9001;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .mobilemenu ul {
    margin: 0;
    padding: 0; }
    .mobilemenu ul li {
      list-style: none;
      position: relative; }
      .mobilemenu ul li a {
        display: block;
        padding: 10px 15px;
        color: #000000;
        border-bottom: 1px solid #e0e0e0;
        text-decoration: none; }
      .mobilemenu ul li span {
        display: block;
        width: 47px;
        height: 47px;
        background-color: transparent;
        border: 0px solid #e0e0e0;
        border-left-width: 1px;
        position: absolute;
        right: 0;
        top: 0;
        display: none; }
        .mobilemenu ul li span:before {
          content: "";
          border: 8px solid transparent;
          border-top-color: inherit;
          position: absolute;
          top: calc(50% - 3px);
          left: calc(50% - 8px); }
      .mobilemenu ul li.current-menu-item a {
        font-weight: 600; }
      .mobilemenu ul li.menu-item-has-children span {
        display: block; }
      .mobilemenu ul li.current-menu-parent .sub-menu {
        display: block; }
      .mobilemenu ul li .sub-menu {
        display: none;
        background-color: #e0e0e0; }
        .mobilemenu ul li .sub-menu li span {
          display: none; }
        .mobilemenu ul li .sub-menu li .sub-menu {
          display: none !important; }

@media (max-width: 1024px) {
  .mobileicon,
  .mobilemenu {
    display: block; } }

@media (max-width: 768px) {
  #to-top.shown {
    opacity: 1;
    visibility: visible;
    pointer-events: all; } }
