/*

Theme Name: FASTSITE blank theme
Author: FASTSITE
Author URI: https://fastsite.pl/
Description: Theme for our beloved client. Developed by FASTSITE.
Version: 1.0
Text Domain: fastsite-blank-theme

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

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

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

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 90%;
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 90%;
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 90%;
    max-width: 1440px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

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

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

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

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

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

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

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

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

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
/*
COLORS
*/
/*
FONTS
*/
/*
ADDITIONAL
*/
section {
  position: relative;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

h2 {
  font-family: 'Cinzel', serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 65px;
  letter-spacing: 0.25px;
  color: #fff;
  margin-bottom: 16px;
  -webkit-filter: drop-shadow(0 3px 6px #000);
          filter: drop-shadow(0 3px 6px #000);
}

@media all and (max-width: 1366px) {
  h2 {
    font-size: 45px;
    line-height: 60px;
  }
}

@media all and (max-width: 1199px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media all and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
}

@media all and (max-width: 1366px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}

.mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 1;
}

.mobile-menu .container {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding: 0;
}

.mobile-menu .container #mobileMenu {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 35px;
  position: relative;
  text-align: center;
}

.mobile-menu .container #mobileMenu .logo-wrapper {
  width: 30%;
  position: absolute;
  left: 50%;
  top: 13px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mobile-menu .container #mobileMenu .close {
  float: right;
}

.mobile-menu .container #mobileMenu .languages {
  margin-top: 90px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu .container #mobileMenu .mobile-menu-inner {
  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;
}

.preorder {
  width: 287px;
  height: 58px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("assets/img/button.png");
  background-size: contain;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .4s;
  transition: .4s;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 0;
}

@media all and (max-width: 1440px) {
  .preorder {
    width: 200px;
    height: 40px;
    font-size: 14px;
  }
}

.preorder span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 60%;
  background: radial-gradient(#fff, #fff);
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.preorder:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.preorder:hover span {
  opacity: .66;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  color: #000;
}

.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-message .button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

body:not(.home),
html:not(.home) {
  background-image: none !important;
  overflow: visible !important;
}

body,
html {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

@media all and (max-width: 991px) {
  body,
  html {
    overflow: visible !important;
    background-repeat: no-repeat;
    background-size: initial;
    height: auto !important;
    background-position: center top;
    background-attachment: initial;
    background-image: url("assets/img/Thorgal-Hero-smaller-1-scaled.jpg") !important;
  }
}

.accent {
  width: 50px;
  height: 50px;
  border: 1.5px solid #fff;
  position: relative;
  border-radius: 50%;
  display: block;
  background: transparent;
}

@media all and (max-width: 1600px) {
  .accent {
    width: 38px;
    height: 38px;
  }
}

@media all and (max-width: 1366px) {
  .accent {
    width: 35px;
    height: 35px;
  }
}

@media all and (max-width: 991px) {
  .accent {
    width: 43px;
    height: 43px;
  }
}

.accent::before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  background-color: #fff;
  height: 12px;
  left: 50%;
  top: 0;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.accent span {
  width: 35%;
  height: 23px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: transparent;
  -webkit-filter: blur(12px);
          filter: blur(12px);
}

.accent img {
  width: 35% !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.accent:hover::before {
  height: 20px;
}

.accent:hover span {
  -webkit-transform: translate(-50%, calc(-50% + 8px));
          transform: translate(-50%, calc(-50% + 8px));
  background: radial-gradient(#fff, #fff);
}

.accent:hover img {
  -webkit-transform: translate(-50%, calc(-50% + 8px));
          transform: translate(-50%, calc(-50% + 8px));
}

.languages {
  list-style: none;
  position: absolute;
  right: 38px;
  top: 100%;
  margin-left: 0;
}

@media all and (max-width: 991px) {
  .languages {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .languages.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
}

.languages li {
  margin-bottom: 14px;
}

.languages li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-transform: .4;
          transform: .4;
}

.languages li a img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: .4;
          transform: .4;
  margin-left: 5px;
}

.languages li a:hover {
  -webkit-filter: drop-shadow(0 0 7px rgba(255, 255, 255, 0.43));
          filter: drop-shadow(0 0 7px rgba(255, 255, 255, 0.43));
  color: #fff;
}

.languages li a:hover img {
  -webkit-filter: drop-shadow(0 0 7px rgba(255, 255, 255, 0.43));
          filter: drop-shadow(0 0 7px rgba(255, 255, 255, 0.43));
}

.to-fixed {
  height: 84px;
  z-index: 10;
  position: static;
  top: 0;
  width: 100%;
  background-color: #000;
  background-image: url("assets/svg/ornament-loop.svg");
}

.to-fixed .first-mask {
  height: 100%;
}

.to-fixed .first-mask .second-mask {
  height: 100%;
}

.to-fixed .first-mask .second-mask .third-mask {
  height: 100%;
  padding: 18px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.to-fixed a {
  height: 80%;
}

.to-fixed a svg {
  height: 100%;
  width: auto;
}

.to-fixed a.preorder {
  height: 58px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media all and (max-width: 1440px) {
  .to-fixed a.preorder {
    width: 200px;
    height: 40px;
    font-size: 14px;
  }
}

.to-fixed a img {
  height: 100%;
  width: auto;
}

.to-fixed.fixed {
  top: -100px;
  position: fixed;
  -webkit-transition: .4s;
  transition: .4s;
  background-image: url("assets/svg/ornament-loop.svg");
  background-repeat-y: no-repeat;
  background-position: bottom;
  height: 100px;
}

.to-fixed.fixed.active {
  top: 0;
}

@media all and (max-width: 991px) {
  .to-fixed.fixed {
    display: none;
  }
}

#hero {
  height: 100vh;
}

@media all and (max-width: 991px) {
  #hero {
    height: 80vh;
  }
}

#hero .decorator {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

@media all and (max-width: 991px) {
  #hero .decorator {
    overflow: hidden;
    bottom: -32px;
  }
}

#hero .decorator img {
  width: 100%;
}

@media all and (max-width: 991px) {
  #hero .decorator > img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2200px;
  }
}

#hero .decorator .accent {
  position: absolute;
  left: calc(50% + 2px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 13px;
}

@media all and (max-width: 1440px) {
  #hero .decorator .accent {
    left: calc(50% + 1px);
    bottom: 11px;
  }
}

@media all and (max-width: 991px) {
  #hero .decorator .accent {
    bottom: 23px;
    width: 50px;
    height: 50px;
  }
}

#collectible {
  height: 100vh;
  background-image: url("assets/img/section-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

@media all and (max-width: 991px) {
  #collectible {
    height: auto;
    padding-top: 90px;
  }
}

#collectible .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

#collectible .container .half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media all and (max-width: 991px) {
  #collectible .container .half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#collectible .container .half.image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#collectible .container .half.image img {
  height: 80%;
  width: auto;
}

@media all and (max-width: 1199px) {
  #collectible .container .half.image img {
    height: 70%;
  }
}

@media all and (max-width: 991px) {
  #collectible .container .half.image img {
    width: 100%;
    height: auto;
  }
}

#collectible .container .half h2 {
  font-family: 'Cinzel', serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 65px;
  letter-spacing: 0.25px;
  color: #fff;
  margin-bottom: 16px;
  -webkit-filter: drop-shadow(0 3px 6px #000);
          filter: drop-shadow(0 3px 6px #000);
}

@media all and (max-width: 1366px) {
  #collectible .container .half h2 {
    font-size: 45px;
    line-height: 60px;
  }
}

@media all and (max-width: 1199px) {
  #collectible .container .half h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media all and (max-width: 991px) {
  #collectible .container .half h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

#collectible .container .half .collectible-inner {
  color: #fff;
  border-left: 1.5px solid #fff;
  padding: 44px 0 44px 33px;
  position: relative;
}

@media all and (max-width: 1366px) {
  #collectible .container .half .collectible-inner {
    padding: 20px;
  }
}

#collectible .container .half .collectible-inner .accent {
  position: absolute;
  left: -26px;
  bottom: -36px;
}

@media all and (max-width: 1600px) {
  #collectible .container .half .collectible-inner .accent {
    left: -20px;
  }
}

@media all and (max-width: 1366px) {
  #collectible .container .half .collectible-inner .accent {
    left: -19px;
  }
}

#collectible .container .half .collectible-inner p:first-of-type {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 33px;
}

@media all and (max-width: 1366px) {
  #collectible .container .half .collectible-inner p:first-of-type {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 1199px) {
  #collectible .container .half .collectible-inner p:first-of-type {
    font-size: 16px;
    line-height: 26px;
  }
}

@media all and (max-width: 1199px) {
  #collectible .container .half .collectible-inner p:last-of-type {
    font-size: 16px;
    line-height: 26px;
  }
}

#figure-slider {
  padding-bottom: 60px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 991px) {
  #figure-slider {
    height: auto;
    padding-top: 40px;
  }
}

#figure-slider .container header {
  text-align: center;
}

@media all and (max-width: 991px) {
  #figure-slider .container header {
    margin-bottom: 40px;
  }
}

#figure-slider .container header img {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}

#figure-slider .container header h2 {
  margin-bottom: 30px;
  font-family: 'Cinzel', serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 65px;
  letter-spacing: 0.25px;
  color: #fff;
  margin-bottom: 16px;
}

@media all and (max-width: 1440px) {
  #figure-slider .container header h2 {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 1366px) {
  #figure-slider .container header h2 {
    font-size: 45px;
    line-height: 60px;
  }
}

@media all and (max-width: 1199px) {
  #figure-slider .container header h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media all and (max-width: 991px) {
  #figure-slider .container header h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

#figure-slider .container h3 {
  font-family: 'Cinzel', serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 65px;
  letter-spacing: 0.25px;
  color: #fff;
  margin-top: 32px;
  margin-bottom: 16px;
  text-align: center;
}

#figure-slider .arrow {
  margin-top: 40px;
}

@media all and (max-width: 991px) {
  #figure-slider #gallery {
    margin-bottom: 30px;
  }
}

#figure-slider #gallery .swiper-wrapper {
  height: 60vh;
  padding-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 1600px) {
  #figure-slider #gallery .swiper-wrapper {
    padding-top: 60px;
    height: 40vh;
  }
}

@media all and (max-width: 991px) {
  #figure-slider #gallery .swiper-wrapper {
    padding-bottom: 80px;
  }
}

#figure-slider #gallery .swiper-wrapper .swiper-slide {
  height: auto;
  -webkit-transition: .4s;
  transition: .4s;
}

#figure-slider #gallery .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#figure-slider #gallery .swiper-wrapper .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  z-index: 10;
}

@media all and (max-width: 1440px) {
  #figure-slider #gallery .swiper-wrapper .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@media all and (max-width: 1366px) {
  #figure-slider #gallery .swiper-wrapper .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

#figure-slider #gallery .swiper-wrapper .swiper-slide.swiper-slide-next, #figure-slider #gallery .swiper-wrapper .swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 8;
}

@media all and (max-width: 1440px) {
  #figure-slider #gallery .swiper-wrapper .swiper-slide.swiper-slide-next, #figure-slider #gallery .swiper-wrapper .swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

#figure-slider #gallery .swiper-pagination {
  position: relative;
  bottom: 0px;
}

#figure-slider #gallery .swiper-pagination .swiper-pagination-bullet {
  height: 1.5px;
  width: 47px;
  border-bottom: 1.5px solid #fff;
  background: none;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

#figure-slider #gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 13px;
  background-image: url("assets/svg/ornament-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border-bottom: 0;
  position: relative;
  background-position: center;
  margin-bottom: 4px;
}

#figure-slider #gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  height: 1.5px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.arrow {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.arrow .accent {
  margin-left: auto;
  margin-right: auto;
}

#heads {
  background-color: #000;
  text-align: center;
  padding-bottom: 60px;
}

#heads > img {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#heads .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
}

@media all and (max-width: 1600px) {
  #heads .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (max-width: 991px) {
  #heads .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#heads .container header {
  margin-bottom: 40px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media all and (max-width: 991px) {
  #heads .container header {
    margin-top: 22px;
  }
}

#heads .container header h2 {
  margin-bottom: 0;
  font-family: 'Cinzel', serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 65px;
  letter-spacing: 0.25px;
  color: #fff;
}

@media all and (max-width: 1366px) {
  #heads .container header h2 {
    font-size: 45px;
    line-height: 60px;
  }
}

@media all and (max-width: 1199px) {
  #heads .container header h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media all and (max-width: 991px) {
  #heads .container header h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

#heads .container .half {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin: 0 2%;
}

@media all and (max-width: 1600px) {
  #heads .container .half {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin: 0 20px;
  }
}

@media all and (max-width: 991px) {
  #heads .container .half {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin: 0;
  }
}

#heads .container .half img {
  width: 100%;
  height: auto;
}

#heads .container .arrow {
  margin-top: 50px;
}

#figure {
  background-color: #000;
  background-image: url("assets/img/cloud.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}

@media all and (max-width: 991px) {
  #figure {
    height: auto;
    padding-bottom: 80px;
  }
}

#figure .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
}

#figure .container .half .box .img,
#figure .container .half .box .description {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media all and (max-width: 1600px) {
  #figure .container .half .box .img {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}

@media all and (max-width: 1199px) {
  #figure .container .half .box .img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

@media all and (max-width: 991px) {
  #figure .container .half .box .img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media all and (max-width: 1600px) {
  #figure .container .half .box .description {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}

@media all and (max-width: 1199px) {
  #figure .container .half .box .description {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}

@media all and (max-width: 991px) {
  #figure .container .half .box .description {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#figure .container .half:first-of-type {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

@media all and (max-width: 991px) {
  #figure .container .half:first-of-type {
    display: none;
  }
}

#figure .container .half:first-of-type img {
  width: 100%;
  height: auto;
}

#figure .container .half:last-of-type {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media all and (max-width: 991px) {
  #figure .container .half:last-of-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#figure .container .half:last-of-type .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 43px;
}

@media all and (max-width: 1600px) {
  #figure .container .half:last-of-type .box {
    margin-bottom: 23px;
  }
}

#figure .container .half:last-of-type .box .description {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 40px;
  position: relative;
}

@media all and (max-width: 1440px) {
  #figure .container .half:last-of-type .box .description {
    padding: 0 30px;
  }
}

@media all and (max-width: 991px) {
  #figure .container .half:last-of-type .box .description {
    padding: 50px 20px;
    text-align: center;
  }
}

#figure .container .half:last-of-type .box .description .accent {
  position: absolute;
  left: -24px;
  bottom: -70px;
}

@media all and (max-width: 1600px) {
  #figure .container .half:last-of-type .box .description .accent {
    left: -18px;
    bottom: -59px;
  }
}

@media all and (max-width: 1366px) {
  #figure .container .half:last-of-type .box .description .accent {
    left: -17px;
    bottom: -55px;
  }
}

#figure .container .half:last-of-type .box .description .accent::after {
  content: '';
  width: 1.5px;
  position: absolute;
  height: 23px;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

@media all and (max-width: 991px) {
  #figure .container .half:last-of-type .box .description .accent {
    display: inline-block;
    margin: 37px auto 0 auto;
    left: 0;
    right: 0;
  }
  #figure .container .half:last-of-type .box .description .accent::after {
    content: none;
  }
}

#figure .container .half:last-of-type .box .description p {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#figure .container .half:last-of-type .box .description p strong {
  font-weight: 700;
}

@media all and (max-width: 1440px) {
  #figure .container .half:last-of-type .box .description p {
    font-size: 13px;
    line-height: 19px;
  }
}

@media all and (max-width: 1366px) {
  #figure .container .half:last-of-type .box .description p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media all and (max-width: 1199px) {
  #figure .container .half:last-of-type .box .description p {
    font-size: 11px;
    line-height: 15px;
  }
}

#figure .container .half:last-of-type .box .description > img {
  width: 80%;
  height: auto;
}

@media all and (max-width: 1366px) {
  #figure .container .half:last-of-type .box .description > img {
    width: 66%;
  }
}

@media all and (max-width: 991px) {
  #figure .container .half:last-of-type .box .description > img {
    margin-top: 21px;
  }
}

#figure .container .half:last-of-type .box .description .items {
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.5px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 1440px) {
  #figure .container .half:last-of-type .box .description .items {
    font-size: 20px;
    line-height: 25px;
  }
}

@media all and (max-width: 1366px) {
  #figure .container .half:last-of-type .box .description .items {
    font-size: 18px;
    line-height: 23px;
  }
}

@media all and (max-width: 991px) {
  #figure .container .half:last-of-type .box .description .items {
    font-size: 22px;
    line-height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#figure .container .half:last-of-type .box .description .items span {
  font-family: 'Cinzel', serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 65px;
  letter-spacing: 0.25px;
  margin-right: 20px;
}

@media all and (max-width: 1440px) {
  #figure .container .half:last-of-type .box .description .items span {
    font-size: 40px;
    line-height: 55px;
    margin-right: 10px;
  }
}

@media all and (max-width: 1366px) {
  #figure .container .half:last-of-type .box .description .items span {
    font-size: 35px;
    line-height: 45px;
  }
}

@media all and (max-width: 991px) {
  #figure .container .half:last-of-type .box .description .items span {
    font-size: 48px;
    line-height: 65px;
  }
}

#figure .container .half:last-of-type .box .img img {
  width: 100%;
  height: auto;
}

#figure .container .half:last-of-type .box:first-of-type .description {
  background-image: url("assets/img/description-right.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

@media all and (max-width: 991px) {
  #figure .container .half:last-of-type .box:first-of-type .description {
    background-position: top;
    background-image: url("assets/img/description-up.png");
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#figure .container .half:last-of-type .box:last-of-type .description {
  background-image: url("assets/img/description-left.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

@media all and (max-width: 991px) {
  #figure .container .half:last-of-type .box:last-of-type .description {
    background-position: top;
    background-image: url("assets/img/description-up.png");
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#stages,
.stage {
  height: 60vh;
  background-color: #000;
  overflow: hidden;
}

@media all and (max-width: 991px) {
  #stages,
  .stage {
    height: auto;
  }
}

#stages .decor-line::before, #stages .decor-line::after,
.stage .decor-line::before,
.stage .decor-line::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: calc(50% - 25px);
  width: 1.5px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

@media all and (max-width: 1600px) {
  #stages .decor-line::before, #stages .decor-line::after,
  .stage .decor-line::before,
  .stage .decor-line::after {
    height: calc(50% - 19px);
  }
}

#stages .decor-line::before,
.stage .decor-line::before {
  top: 0px;
}

#stages .decor-line::after,
.stage .decor-line::after {
  bottom: 0px;
}

#stages .container,
.stage .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media all and (max-width: 991px) {
  #stages .container,
  .stage .container {
    height: auto;
    position: relative;
  }
}

#stages .container .half,
.stage .container .half {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  position: relative;
}

@media all and (max-width: 991px) {
  #stages .container .half,
  .stage .container .half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media all and (max-width: 991px) {
  #stages .container .half:first-of-type,
  .stage .container .half:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media all and (max-width: 991px) {
  #stages .container .half:last-of-type,
  .stage .container .half:last-of-type {
    border-left: 1.5px solid #fff;
  }
}

#stages .container .half img,
.stage .container .half img {
  width: 100%;
}

#stages .container .half .description,
.stage .container .half .description {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .4s;
  transition: .4s;
  overflow: hidden;
}

@media all and (max-width: 991px) {
  #stages .container .half .description,
  .stage .container .half .description {
    position: static;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    padding-left: 57px;
    padding-bottom: 64px;
  }
}

#stages .container .half .description h4,
.stage .container .half .description h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 21px;
}

@media all and (max-width: 1366px) {
  #stages .container .half .description h4,
  .stage .container .half .description h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media all and (max-width: 991px) {
  #stages .container .half .description h4,
  .stage .container .half .description h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

#stages .container .half .description h3,
.stage .container .half .description h3 {
  font-family: 'Cinzel', serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 65px;
  letter-spacing: 0.25px;
  margin-bottom: 27px;
}

@media all and (max-width: 1366px) {
  #stages .container .half .description h3,
  .stage .container .half .description h3 {
    font-size: 45px;
    line-height: 60px;
  }
}

@media all and (max-width: 1199px) {
  #stages .container .half .description h3,
  .stage .container .half .description h3 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media all and (max-width: 991px) {
  #stages .container .half .description h3,
  .stage .container .half .description h3 {
    font-size: 28px;
    line-height: 38px;
  }
}

#stages .container .half .description p,
.stage .container .half .description p {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 700;
}

@media all and (max-width: 1366px) {
  #stages .container .half .description p,
  .stage .container .half .description p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media all and (max-width: 991px) {
  #stages .container .half .description p,
  .stage .container .half .description p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media all and (max-width: 991px) {
  #stages .container .decor-line,
  .stage .container .decor-line {
    position: absolute;
    left: -6px;
    top: 0;
  }
  #stages .container .decor-line .accent,
  .stage .container .decor-line .accent {
    background: #000;
    z-index: 1;
  }
}

#stages.active .container .half img,
.stage.active .container .half img {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  opacity: 1;
}

#stages.active .container .half .description h4,
#stages.active .container .half .description h3,
#stages.active .container .half .description p,
.stage.active .container .half .description h4,
.stage.active .container .half .description h3,
.stage.active .container .half .description p {
  right: 0;
  opacity: 1;
}

#stages#stage-0 .decor-line::before,
.stage#stage-0 .decor-line::before {
  content: none;
}

#stages#stage-3 .decor-line::after,
.stage#stage-3 .decor-line::after {
  content: none;
}

#specification {
  background-color: #000;
  padding-bottom: 60px;
}

@media all and (max-width: 991px) {
  #specification {
    height: auto;
  }
}

#specification .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}

#specification .container .half:first-of-type {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  width: 60%;
}

@media all and (max-width: 1199px) {
  #specification .container .half:first-of-type {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
  }
}

@media all and (max-width: 991px) {
  #specification .container .half:first-of-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-bottom: 60px;
  }
}

#specification .container .half:last-of-type {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1199px) {
  #specification .container .half:last-of-type {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    width: 45%;
  }
}

@media all and (max-width: 991px) {
  #specification .container .half:last-of-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

#specification .container .half:last-of-type h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 16px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  color: #fff;
}

#specification .container .half:last-of-type h3 span {
  font-weight: 600;
}

#specification .container .half .specification-inner {
  padding-left: 76px;
  border-left: 1.5px solid #fff;
  color: #fff;
  position: relative;
}

@media all and (max-width: 991px) {
  #specification .container .half .specification-inner {
    padding-left: 0;
    border-left: 0;
  }
}

#specification .container .half .specification-inner .accent {
  position: absolute;
  left: -26px;
  bottom: -70px;
}

@media all and (max-width: 1600px) {
  #specification .container .half .specification-inner .accent {
    left: -20px;
    bottom: -58px;
  }
}

@media all and (max-width: 1366px) {
  #specification .container .half .specification-inner .accent {
    left: -19px;
    bottom: -55px;
  }
}

@media all and (max-width: 991px) {
  #specification .container .half .specification-inner .accent {
    display: none;
  }
}

#specification .container .half .specification-inner .accent::after {
  content: '';
  width: 1.5px;
  position: absolute;
  height: 23px;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

#specification .container .half .specification-inner h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media all and (max-width: 1600px) {
  #specification .container .half .specification-inner h3 {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 1366px) {
  #specification .container .half .specification-inner h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

#specification .container .half .specification-inner .inner {
  margin-bottom: 30px;
}

@media all and (max-width: 1600px) {
  #specification .container .half .specification-inner .inner {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 1366px) {
  #specification .container .half .specification-inner .inner {
    margin-bottom: 15px;
  }
}

#specification .container .half .specification-inner .inner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 7px;
}

@media all and (max-width: 1366px) {
  #specification .container .half .specification-inner .inner p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media all and (max-width: 991px) {
  #specification .container .half .specification-inner .inner p {
    line-height: 24px;
  }
}

#specification .container .half .specification-inner .inner p span {
  font-weight: 700;
}

#specification .container .half .specification-inner .inner p.normal {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 0;
  font-weight: 700;
  color: #008AB5;
}

#specification .container .half .specification-inner .inner p.normal span {
  margin-left: 3px;
  font-weight: 400;
  color: #fff;
}

#specification .container .half .swiper .swiper-wrapper {
  padding-bottom: 60px;
}

#specification .container .half .swiper .swiper-wrapper .swiper-slide {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media all and (max-width: 991px) {
  #specification .container .half .swiper .swiper-wrapper .swiper-slide {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#specification .container .half .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

#specification .container .half .swiper .swiper-pagination {
  position: relative;
  bottom: 90px;
  padding-bottom: 3px;
}

#specification .container .half .swiper .swiper-pagination .swiper-pagination-bullet {
  height: 1.5px;
  width: 47px;
  border-bottom: 1.5px solid #fff;
  background: none;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

#specification .container .half .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 13px;
  background-image: url("assets/svg/ornament-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border-bottom: 0;
  position: relative;
  background-position: center;
  margin-bottom: 4px;
}

#specification .container .half .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  height: 1.5px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
}

#specification .container .half .swiper .swiper-button-prev,
#specification .container .half .swiper .swiper-button-next {
  width: 27px;
  height: 51px;
}

#specification .container .half .swiper .swiper-button-prev::after,
#specification .container .half .swiper .swiper-button-next::after {
  content: '';
}

#specification .container .half .swiper .swiper-button-prev {
  left: 0;
  background-image: url("assets/img/arrow-left.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media all and (max-width: 991px) {
  #specification .container .half .swiper .swiper-button-prev {
    left: 6px;
  }
}

#specification .container .half .swiper .swiper-button-next {
  right: 0;
  background-image: url("assets/img/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media all and (max-width: 991px) {
  #specification .container .half .swiper .swiper-button-next {
    right: 6px;
  }
}

#dont-reach {
  height: 50vh;
  background-color: #000;
  background-image: url("assets/img/thorgal-footer.png");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

@media all and (max-width: 991px) {
  #dont-reach {
    height: auto;
    background-image: none;
  }
}

#dont-reach .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#dont-reach .container .half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media all and (max-width: 991px) {
  #dont-reach .container .half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media all and (max-width: 991px) {
  #dont-reach .container .half:first-of-type {
    padding-bottom: 0;
  }
}

#dont-reach .container .half h2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 38px;
  font-family: 'Cinzel', serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 65px;
  letter-spacing: 0.25px;
  color: #fff;
}

#dont-reach .container .half p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 49px;
}

@media all and (max-width: 991px) {
  #dont-reach > div:not(.container) {
    background-color: #000;
  }
}

body:not(.home) #dont-reach {
  height: auto;
}

body:not(.home) #dont-reach > .container {
  display: none;
}

#text-header {
  background-color: #000;
  height: 84px;
}

#text-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0px 25px;
  max-width: 100%;
  width: 100%;
}

#text-header .container .mobile-button-wrapper {
  display: none;
}

#text-header .container .logo-wrapper {
  height: 90%;
}

#text-header .container .logo-wrapper a {
  height: 100%;
}

#text-header .container .logo-wrapper a img {
  height: 100%;
  width: auto;
}

#text-header .container .language-account {
  margin-left: auto;
  margin-right: 18px;
  position: relative;
  z-index: 10;
}

#text-header .container .language-account .languages {
  position: relative;
  right: 0;
  width: 60px;
}

#text-header .container .language-account .languages li {
  margin-bottom: 0;
}

#text-header .container .language-account .languages li a img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

#text-header .container .language-account .languages ul {
  position: absolute;
  background-color: black;
  margin-left: 0;
  list-style: none;
  width: calc(100% + 20px);
  padding: 0 10px 10px 10px;
  left: -10px;
  display: none;
}

#text-header .container .language-account .languages:hover ul {
  display: block;
}

@media all and (max-width: 991px) {
  #text-header > .container .mobile-button-wrapper {
    display: block;
  }
}

@media all and (max-width: 991px) {
  #text-header > .container .language-account {
    display: none;
  }
}

@media all and (max-width: 991px) {
  #text-header > .container .account-links {
    display: none;
  }
}

@media all and (max-width: 991px) {
  #text-header > .container .account {
    display: none;
  }
}

#text-header > .container .basket a {
  position: relative;
}

#text-header > .container .basket a span {
  position: absolute;
  bottom: 0;
  right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 10px;
}

@media all and (max-width: 991px) {
  #text-header > .container .basket {
    display: none;
  }
}

.page-inner {
  padding-top: 70px;
}

.page-inner #text {
  padding-bottom: 70px;
}

.page-inner header {
  text-align: center;
}

.page-inner header h1 {
  margin-bottom: 11px;
}

.page-inner p {
  color: #000;
  margin-bottom: 25px;
}

.page-inner p strong {
  font-weight: 700;
}

.page-inner p a {
  text-decoration: underline;
  color: #000;
}

.page-inner h1,
.page-inner h2,
.page-inner h3,
.page-inner h4,
.page-inner h5,
.page-inner h6 {
  color: #000;
  -webkit-filter: none;
          filter: none;
}

.page-inner .footer-above-info p {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 24px;
  line-height: 32px;
}

h2 {
  font-size: 22px;
  line-height: 30px;
}

h3 {
  font-size: 20px;
  line-height: 28px;
}

h4 {
  font-size: 18px;
  line-height: 26px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 22px;
}

ul {
  list-style-type: disc;
  margin-left: 20px;
}

ul li {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
}

.account ul {
  list-style: none;
  margin-left: 0;
  position: relative;
}

.account ul ul {
  display: none;
  position: absolute;
  left: 0;
  background-color: #000;
  width: 100%;
  padding: 10px;
  z-index: 10;
}

.account > ul > li,
.account > ul a {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.account > ul > li svg:first-of-type,
.account > ul a svg:first-of-type {
  margin-right: 10px;
}

.account > ul > li svg:last-of-type,
.account > ul a svg:last-of-type {
  margin-left: 10px;
}

.account > ul:hover ul {
  display: block;
}

.account-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 109px;
      flex-basis: 109px;
}

.account-links span {
  -ms-flex-preferred-size: 1px;
      flex-basis: 1px;
  background-color: #8D8D8D;
  margin: 0 12px;
  height: 24px;
}

.account-links a {
  font-family: 'Montserrat', sans-serif;
  color: #EBEBEB;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.basket {
  padding-left: 15px;
  margin-left: 18px;
  position: relative;
}

.basket::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #8D8D8D;
  width: 1px;
  height: 24px;
}

.close {
  width: 25px;
  height: 25px;
  position: relative;
}

.close span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
}

.close span:first-of-type {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.close span:last-of-type {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.col-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce-shipping-totals.shipping {
  display: none;
}

.content .woocommerce-form {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.content .woocommerce-form label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 9px;
  text-align: left;
}

.content .woocommerce-form input {
  width: 100%;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
}

.content .woocommerce-form input::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 26px;
}

.content .woocommerce-form input:-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 26px;
}

.content .woocommerce-form input::-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 26px;
}

.content .woocommerce-form input::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 26px;
}

.content .woocommerce-form button {
  border: 0;
  background-color: transparent;
  width: 274px;
  height: 55px;
}

#register {
  padding-bottom: 77px;
}

#register .container {
  max-width: 620px;
}

#register .container form .my-account h2 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  padding-bottom: 13px;
  border-bottom: 1px solid #707070;
}

#register .container form .my-account .form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 17px;
}

#register .container form .my-account .form-inner label {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  color: #000;
}

@media all and (max-width: 768px) {
  #register .container form .my-account .form-inner label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#register .container form .my-account .form-inner input {
  -ms-flex-preferred-size: 69%;
      flex-basis: 69%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  color: #000;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
}

@media all and (max-width: 768px) {
  #register .container form .my-account .form-inner input {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#register .container form .my-account .form-inner input::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 26px;
}

#register .container form .my-account .form-inner input:-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 26px;
}

#register .container form .my-account .form-inner input::-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 26px;
}

#register .container form .my-account .form-inner input::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 26px;
}

#register .container form .my-account .form-inner p {
  -ms-flex-preferred-size: 69%;
      flex-basis: 69%;
}

#register .container form .my-account .form-inner p select {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  color: #000;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
  width: 100%;
}

#register .container form .my-account .form-inner.checkbox label {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#register .container form .my-account .form-inner.checkbox input {
  -ms-flex-preferred-size: 17px;
      flex-basis: 17px;
  height: 17px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #D5D5D5;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 0;
  margin-right: 16px;
}

#register .container form .my-account .form-inner.checkbox input:checked {
  border: 1px solid #000;
}

#register .container form .my-account .form-inner.checkbox span {
  -ms-flex-preferred-size: calc(100% - 33px);
      flex-basis: calc(100% - 33px);
  font-size: 14px;
  line-height: 20px;
}

#register .container form .my-account .form-inner.checkbox span a {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

#register .container form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 288px;
  border: 0;
  background-color: transparent;
}

@media all and (max-width: 1440px) {
  #register .container form button {
    width: 200px;
  }
}

#register.change-pass .container form .my-account .form-inner label {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#register.change-pass .container form .my-account .form-inner input {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.page-template-my-profile section .container {
  max-width: 1300px;
}

@media all and (max-width: 992px) {
  .page-template-my-profile section .container {
    max-width: 720px;
  }
}

@media all and (max-width: 768px) {
  .page-template-my-profile section .container {
    max-width: 540px;
  }
}

@media all and (max-width: 576px) {
  .page-template-my-profile section .container {
    max-width: 100%;
  }
}

.page-template-my-profile section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.page-template-my-profile section .container .content .half {
  opacity: 1;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

@media all and (max-width: 768px) {
  .page-template-my-profile section .container .content .half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-my-profile section .container .content .half .box {
  margin-bottom: 40px;
}

.page-template-my-profile section .container .content .half .box h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
}

.page-template-my-profile section .container .content .half .box p {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 0;
}

.blue {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border: 1px solid #008AB5 !important;
  background-color: #fff !important;
  color: #008AB5 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  line-height: 36px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  letter-spacing: 1px !important;
  -webkit-transition: .4s !important;
  transition: .4s !important;
  padding: 0 40px !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.blue:hover {
  color: #fff !important;
  background-color: #008AB5 !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 138, 181, 0.62) !important;
          box-shadow: 0 0 10px rgba(0, 138, 181, 0.62) !important;
}

.returns .container header {
  margin-bottom: 47px;
}

.returns .container .content {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 480px) {
  .returns .container .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.returns .return {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 700;
  color: #656565;
  display: block;
  text-align: center;
}

.woocommerce-shop .page-inner,
.archive .page-inner {
  padding-top: 0;
}

.woocommerce-shop .site-main,
.archive .site-main {
  position: relative;
  padding-top: 107px;
}

@media all and (max-width: 991px) {
  .woocommerce-shop .site-main,
  .archive .site-main {
    padding-top: 0;
  }
}

.woocommerce-shop .site-main .categories,
.archive .site-main .categories {
  position: absolute;
  left: 0;
  top: 0;
  width: 266px;
  padding: 37px 37px 0 25px;
  height: 100%;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
  display: none;
}

@media all and (max-width: 991px) {
  .woocommerce-shop .site-main .categories,
  .archive .site-main .categories {
    padding: 37px 0 37px 0;
  }
}

.woocommerce-shop .site-main .categories .container,
.archive .site-main .categories .container {
  width: 100%;
}

@media all and (max-width: 1280px) {
  .woocommerce-shop .site-main .categories,
  .archive .site-main .categories {
    max-width: 240px;
  }
}

@media all and (max-width: 1100px) {
  .woocommerce-shop .site-main .categories,
  .archive .site-main .categories {
    max-width: 200px;
  }
}

@media all and (max-width: 991px) {
  .woocommerce-shop .site-main .categories,
  .archive .site-main .categories {
    position: static;
    max-width: 100%;
    width: 100%;
  }
}

.woocommerce-shop .site-main .categories h3,
.archive .site-main .categories h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media all and (max-width: 1100px) {
  .woocommerce-shop .site-main .categories h3,
  .archive .site-main .categories h3 {
    font-size: 14px;
    line-height: 28px;
  }
}

.woocommerce-shop .site-main .categories hr,
.archive .site-main .categories hr {
  height: 1px;
  background-color: #000000;
  width: 100%;
  border: 0;
  margin-top: 12px;
  margin-bottom: 38px;
}

.woocommerce-shop .site-main .categories ul,
.archive .site-main .categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-shop .site-main .categories ul > li,
.woocommerce-shop .site-main .categories ul a,
.archive .site-main .categories ul > li,
.archive .site-main .categories ul a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}

@media all and (max-width: 1100px) {
  .woocommerce-shop .site-main .categories ul > li,
  .woocommerce-shop .site-main .categories ul a,
  .archive .site-main .categories ul > li,
  .archive .site-main .categories ul a {
    font-size: 14px;
    line-height: 28px;
  }
}

.woocommerce-shop .site-main .categories ul > li ul li,
.woocommerce-shop .site-main .categories ul a ul li,
.archive .site-main .categories ul > li ul li,
.archive .site-main .categories ul a ul li {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 36px;
  font-weight: 400;
  color: #000000;
}

@media all and (max-width: 1100px) {
  .woocommerce-shop .site-main .categories ul > li ul li,
  .woocommerce-shop .site-main .categories ul a ul li,
  .archive .site-main .categories ul > li ul li,
  .archive .site-main .categories ul a ul li {
    line-height: 20px;
  }
}

.woocommerce-shop .site-main .container,
.archive .site-main .container {
  max-width: 1300px;
}

@media all and (max-width: 1820px) {
  .woocommerce-shop .site-main .container,
  .archive .site-main .container {
    max-width: 1100px;
  }
}

@media all and (max-width: 1600px) {
  .woocommerce-shop .site-main .container,
  .archive .site-main .container {
    max-width: 950px;
  }
}

@media all and (max-width: 1440px) {
  .woocommerce-shop .site-main .container,
  .archive .site-main .container {
    max-width: 750px;
  }
}

@media all and (max-width: 1280px) {
  .woocommerce-shop .site-main .container,
  .archive .site-main .container {
    max-width: 650px;
  }
}

.woocommerce-shop .site-main .container .products,
.archive .site-main .container .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

@media all and (max-width: 991px) {
  .woocommerce-shop .site-main .container .products,
  .archive .site-main .container .products {
    padding-top: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.woocommerce-shop .site-main .container .products .product,
.archive .site-main .container .products .product {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  width: 60%;
  margin-bottom: 67px;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 5px 5px 20px #000;
          box-shadow: 5px 5px 20px #000;
}

@media all and (max-width: 1600px) {
  .woocommerce-shop .site-main .container .products .product,
  .archive .site-main .container .products .product {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

@media all and (max-width: 991px) {
  .woocommerce-shop .site-main .container .products .product,
  .archive .site-main .container .products .product {
    margin: 0 0 50px 0;
  }
}

@media all and (max-width: 768px) {
  .woocommerce-shop .site-main .container .products .product,
  .archive .site-main .container .products .product {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 50px 0;
  }
}

.woocommerce-shop .site-main .container .products .product a,
.archive .site-main .container .products .product a {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}

@media all and (max-width: 1280px) {
  .woocommerce-shop .site-main .container .products .product a,
  .archive .site-main .container .products .product a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media all and (max-width: 768px) {
  .woocommerce-shop .site-main .container .products .product a,
  .archive .site-main .container .products .product a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.woocommerce-shop .site-main .container .products .product a img,
.archive .site-main .container .products .product a img {
  margin-bottom: 0;
}

.woocommerce-shop .site-main .container .products .product > div,
.archive .site-main .container .products .product > div {
  -ms-flex-preferred-size: calc(100% - 300px);
      flex-basis: calc(100% - 300px);
  background-color: #fff;
}

@media all and (max-width: 1280px) {
  .woocommerce-shop .site-main .container .products .product > div,
  .archive .site-main .container .products .product > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media all and (max-width: 768px) {
  .woocommerce-shop .site-main .container .products .product > div,
  .archive .site-main .container .products .product > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.woocommerce-shop .site-main .container .products .product > div a,
.archive .site-main .container .products .product > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}

.woocommerce-shop .site-main .container .products .product > div a .preorder,
.archive .site-main .container .products .product > div a .preorder {
  margin-top: auto;
}

.woocommerce-shop .site-main .container .products .product:nth-of-type(3n + 2),
.archive .site-main .container .products .product:nth-of-type(3n + 2) {
  margin-left: 37px;
  margin-right: 37px;
}

@media all and (max-width: 1820px) {
  .woocommerce-shop .site-main .container .products .product:nth-of-type(3n + 2),
  .archive .site-main .container .products .product:nth-of-type(3n + 2) {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media all and (max-width: 1280px) {
  .woocommerce-shop .site-main .container .products .product:nth-of-type(3n + 2),
  .archive .site-main .container .products .product:nth-of-type(3n + 2) {
    margin-left: 2%;
    margin-right: 2%;
  }
}

@media all and (max-width: 991px) {
  .woocommerce-shop .site-main .container .products .product:nth-of-type(3n + 2),
  .archive .site-main .container .products .product:nth-of-type(3n + 2) {
    margin-left: 0;
    margin-right: 0;
  }
}

.woocommerce-shop .site-main .container .products .product > div,
.archive .site-main .container .products .product > div {
  padding: 24px 23px;
  border-left: 1px solid #707070;
}

.woocommerce-shop .site-main .container .products .product > div h2,
.archive .site-main .container .products .product > div h2 {
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 19px;
}

@media all and (max-width: 1440px) {
  .woocommerce-shop .site-main .container .products .product > div h2,
  .archive .site-main .container .products .product > div h2 {
    font-size: 16px;
    line-height: 20px;
  }
}

.woocommerce-shop .site-main .container .products .product > div .price,
.archive .site-main .container .products .product > div .price {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}

@media all and (max-width: 1440px) {
  .woocommerce-shop .site-main .container .products .product > div .price,
  .archive .site-main .container .products .product > div .price {
    font-size: 16px;
    line-height: 24px;
  }
}

.woocommerce-shop main,
.archive main {
  background-image: url("assets/img/section-background.png");
}

#my-orders {
  padding-bottom: 100px;
}

#my-orders .container {
  max-width: 1370px;
}

#my-orders .container header {
  margin-bottom: 50px;
}

#my-orders .container table {
  width: 100%;
}

#my-orders .container table thead th {
  border-bottom: 1px solid #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  color: #000000;
  text-align: left;
}

#my-orders .container table tbody td {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  border-bottom: 1px solid #D1D1D1;
  padding: 30px 0;
  letter-spacing: 0 25px;
}

#my-orders .container table tbody td.order-products {
  letter-spacing: 0;
}

#my-orders .container table tbody td.order-invoice a {
  color: #656565;
}

#before-checkout {
  padding-bottom: 120px;
}

#before-checkout .content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#before-checkout .content form > .shop_table {
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
}

@media all and (max-width: 992px) {
  #before-checkout .content form > .shop_table {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#before-checkout .content .shop_table .product-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#before-checkout .content .shop_table .product-wide .col-1-2 {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

@media all and (max-width: 768px) {
  #before-checkout .content .shop_table .product-wide .col-1-2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#before-checkout .content .shop_table .product-wide .col-1-2 > a {
  display: block;
}

#before-checkout .content .shop_table .product-wide .col-1-2 > a img {
  width: 100%;
  height: auto;
}

#before-checkout .content .shop_table .product-wide .col-1-2 .product-name {
  margin-bottom: 22px;
}

#before-checkout .content .shop_table .product-wide .col-1-2 .product-name a {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}

#before-checkout .content .shop_table .product-wide .col-1-2 .product-desc p {
  line-height: 24px;
}

#before-checkout .content .shop_table .product-wide .col-1-2 .product-desc ul {
  list-style-type: "-";
  margin: 10px 0;
}

#before-checkout .content .shop_table .product-wide .col-1-2 .product-desc ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-left: 10px;
}

#before-checkout .content .shop_table .product-wide .col-1-2 .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#before-checkout .content .shop_table .product-wide .col-1-2 .product-quantity p {
  margin-bottom: 0;
  line-height: 24px;
  font-weight: 600;
  margin-right: 23px;
}

#before-checkout .content .shop_table .product-wide .col-1-2 .product-quantity .quantity {
  margin-right: 23px;
}

#before-checkout .content .shop_table .product-wide .col-1-2 .product-quantity > button {
  width: 30px;
  height: 25px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  display: none;
}

#before-checkout .content .shop_table .product-wide .col-1-2 .product-quantity > button svg {
  height: 100%;
  width: auto;
}

#before-checkout .content .cart-collaterals {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

@media all and (max-width: 992px) {
  #before-checkout .content .cart-collaterals {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#before-checkout .content .cart-collaterals .cart_totals {
  width: 100%;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}

#before-checkout .content .cart-collaterals .cart_totals #payment {
  padding: 33px 36px 0 36px;
  position: relative;
  margin-bottom: 33px;
  display: none;
}

#before-checkout .content .cart-collaterals .cart_totals #payment .active-button {
  position: absolute;
  height: 48px;
  width: 18px;
  top: 87px;
  background-image: url("assets/img/active-button.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#before-checkout .content .cart-collaterals .cart_totals #payment .active-button .active-button-inner {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("assets/img/active-button-inner.png");
  background-size: contain;
  -webkit-transition: .4s;
  transition: .4s;
}

#before-checkout .content .cart-collaterals .cart_totals #payment ul {
  list-style: none;
  margin-left: 31px;
}

#before-checkout .content .cart-collaterals .cart_totals #payment ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 13px;
  cursor: pointer;
}

#before-checkout .content .cart-collaterals .cart_totals #payment ul li:last-of-type {
  margin-bottom: 0;
}

#before-checkout .content .cart-collaterals .cart_totals #payment ul li input {
  display: none;
}

#before-checkout .content .cart-collaterals .cart_totals #country th,
#before-checkout .content .cart-collaterals .cart_totals #country td {
  padding-top: 0;
}

#before-checkout .content .cart-collaterals .cart_totals #country p {
  margin-bottom: 0;
  line-height: 1;
}

#before-checkout .content .cart-collaterals .cart_totals #country select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

#before-checkout .content .cart-collaterals .cart_totals table {
  border: 0;
  border-radius: 0;
  padding: 33px 36px 20px 36px;
  border-collapse: separate;
  margin: 0 0 6px;
  width: 100%;
  table-layout: fixed;
}

#before-checkout .content .cart-collaterals .cart_totals table tbody th, #before-checkout .content .cart-collaterals .cart_totals table tbody td {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #000000;
  border-bottom: 1px solid #707070;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 14px;
}

#before-checkout .content .cart-collaterals .cart_totals table tbody th {
  text-align: left;
}

#before-checkout .content .cart-collaterals .cart_totals table tbody td {
  font-weight: 700;
}

#before-checkout .content .cart-collaterals .cart_totals table tbody td small {
  color: #767676;
  font-weight: 400;
}

#before-checkout .content .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  background-color: #000;
  padding: 20px 36px 36px 36px;
}

#before-checkout .content .cart-collaterals .cart_totals .wc-proceed-to-checkout .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 33px;
}

#before-checkout .content .cart-collaterals .cart_totals .wc-proceed-to-checkout .total-price p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

#before-checkout .content .cart-collaterals .cart_totals .wc-proceed-to-checkout .total-price p.total {
  font-size: 13px;
  font-weight: 800;
}

#before-checkout .content .cart-collaterals .cart_totals .wc-proceed-to-checkout .total-price p small {
  display: none;
}

#before-checkout .content .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  padding: 0;
}

@media all and (max-width: 1440px) {
  #before-checkout .content .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    font-size: 11px;
  }
}

#before-checkout .content .cart-collaterals .cart_totals .wc-proceed-to-checkout input[type="submit"] {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 1440px) {
  #before-checkout .content .cart-collaterals .cart_totals .wc-proceed-to-checkout input[type="submit"] {
    font-size: 11px;
  }
}

.page-template-cart #payment,
.page-template-cart #country {
  display: none;
}

.page-template-cart .page-inner #text > .container {
  max-width: 1366px;
}

@media all and (max-width: 1280px) {
  .page-template-cart .page-inner #text > .container {
    max-width: 1100px;
  }
}

@media all and (max-width: 1200px) {
  .page-template-cart .page-inner #text > .container {
    max-width: 960px;
  }
}

.page-template-cart .page-inner header {
  margin-bottom: 37px;
}

.page-template-cart .page-inner .content .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-notices-wrapper {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form {
  -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
}

@media all and (max-width: 1200px) {
  .page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table {
  table-layout: fixed;
  border: 0;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table th {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  color: #000000;
  border-bottom: 1px solid #000;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table th.product-thumbnail {
  width: 80px;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table th.product-name {
  width: 320px;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table th.product-quantity {
  width: 80px;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table th.product-subtotal {
  width: 100px;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td {
  border-top: 0;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-thumbnail {
  padding: 12px 0;
  border-bottom: 1px solid #D1D1D1;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-thumbnail a img {
  width: 100%;
  height: auto;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-name {
  border-bottom: 1px solid #D1D1D1;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-name a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-quantity {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #D1D1D1;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-quantity .quantity-nav {
  position: absolute;
  height: 100%;
  width: 18px;
  left: 46px;
  height: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  background-color: #414141;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-quantity .quantity-nav button {
  width: 100%;
  height: 17px;
  background-color: #000;
  padding: 0;
  border: 0;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-quantity input {
  height: 36px;
  width: 54px;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-quantity input::-webkit-outer-spin-button, .page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-subtotal {
  border-bottom: 1px solid #D1D1D1;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-subtotal span {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-subtotal small {
  display: none;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-remove {
  border-bottom: 1px solid #D1D1D1;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-remove a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #F34545;
  float: right;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  text-decoration: underline;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-remove a:hover {
  color: #F34545 !important;
}

@media all and (max-width: 768px) {
  .page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form table td.product-remove a {
    float: none;
  }
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form .actions {
  padding-left: 0;
  padding-right: 0;
}

.page-template-cart .page-inner .content .woocommerce .woocommerce-cart-form .actions a {
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  height: 35px;
  padding: 0 36px;
  text-decoration: none;
}

.page-template-cart .page-inner .content .woocommerce .cart .button {
  border: 1px solid #000;
  background-color: #fff;
  width: 45px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 0;
}

.page-template-cart .page-inner .content .woocommerce .cart-collaterals {
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
}

@media all and (max-width: 1200px) {
  .page-template-cart .page-inner .content .woocommerce .cart-collaterals {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-cart .page-inner .content .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}

.page-template-cart .page-inner .content .woocommerce .cart-collaterals .cart_totals table {
  border: 0;
  border-radius: 0;
  padding: 33px 36px 20px 36px;
}

.page-template-cart .page-inner .content .woocommerce .cart-collaterals .cart_totals table tbody th,
.page-template-cart .page-inner .content .woocommerce .cart-collaterals .cart_totals table tbody td,
.page-template-cart .page-inner .content .woocommerce .cart-collaterals .cart_totals table tbody label,
.page-template-cart .page-inner .content .woocommerce .cart-collaterals .cart_totals table tbody p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  color: #000000;
}

.page-template-cart .page-inner .content .woocommerce .cart-collaterals .cart_totals table tbody td {
  font-weight: 700;
  text-align: right;
}

.page-template-cart .page-inner .content .woocommerce .cart-collaterals .cart_totals table tbody td .shipping-calculator-button {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 36px;
  color: #000000;
}

.page-template-cart .page-inner .content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  background-color: #000;
  padding: 20px 36px 36px 36px;
}

.page-template-cart .page-inner .content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 33px;
}

.page-template-cart .page-inner .content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .total-price p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.page-template-cart .page-inner .content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .total-price p small {
  display: none;
}

.page-template-cart .page-inner .content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .total-price p.total {
  font-size: 13px;
  font-weight: 800;
}

.page-template-cart .page-inner .content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  padding: 0;
}

@media all and (max-width: 1200px) {
  .page-template-cart .page-inner .content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    font-size: 13px;
  }
}

.woocommerce div.product {
  overflow: hidden;
}

.woocommerce div.product .product_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}

.woocommerce div.product p.price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 36px;
  color: #000;
}

.woocommerce div.product .woocommerce-product-details__short-description p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.woocommerce div.product .woocommerce-product-details__short-description ul {
  list-style-type: "-";
  margin: 10px 0;
}

.woocommerce div.product .woocommerce-product-details__short-description ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-left: 10px;
}

div.quantity {
  position: relative;
}

div.quantity .quantity-nav {
  position: absolute;
  height: 100%;
  width: 18px;
  left: 46px;
  height: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  background-color: #414141;
}

div.quantity .quantity-nav button {
  width: 100%;
  height: 17px;
  background-color: #000;
  padding: 0;
  border: 0;
}

div.quantity input {
  height: 36px;
  width: 54px !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
}

div.quantity input::-webkit-outer-spin-button, div.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single_add_to_cart_button {
  width: 289px;
  border: 0;
  border-radius: 0;
  margin-left: 30px;
  background-color: transparent;
}

@media all and (max-width: 1440px) {
  .single_add_to_cart_button {
    width: 200px;
  }
}

.product_meta span,
.product_meta a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000;
}

#order_review {
  padding-left: 15px;
  padding-right: 15px;
}

#order_review table {
  border: 0;
  border-radius: 0;
}

#order_review table th,
#order_review table td,
#order_review table label,
#order_review table p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  color: #000000;
}

#order_review table th.product-total,
#order_review table td.product-total,
#order_review table label.product-total,
#order_review table p.product-total {
  text-align: right;
}

#order_review table td {
  font-weight: 700;
  text-align: right;
}

#order_review table td.product-name {
  text-align: left;
}

#order_review table td .shipping-calculator-button {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 36px;
  color: #000000;
}

html[lang='en-GB'] .woocommerce-shop .site-main .container .products .product a:not(.woocommerce-loop-product__link), html[lang='en-GB'] .archive .site-main .container .products .product a:not(.woocommerce-loop-product__link),
html[lang='fr-FR'] .woocommerce-shop .site-main .container .products .product a:not(.woocommerce-loop-product__link),
html[lang='fr-FR'] .archive .site-main .container .products .product a:not(.woocommerce-loop-product__link),
html[lang='nl-NL'] .woocommerce-shop .site-main .container .products .product a:not(.woocommerce-loop-product__link),
html[lang='nl-NL'] .archive .site-main .container .products .product a:not(.woocommerce-loop-product__link) {
  display: none;
}

.summary.entry-summary .stock {
  display: none;
}

.page-template-checkout #order_review_heading {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 60px;
  border-bottom: 1px solid #707070;
  letter-spacing: 0.25px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding: 3px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

.page-template-checkout .page-inner #text .container {
  max-width: 620px;
}

.page-template-checkout .page-inner .container .woocommerce-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-checkout .page-inner .container .woocommerce-order header {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: left;
  margin-bottom: 40px;
}

.page-template-checkout .page-inner .container .woocommerce-order header h1 {
  position: relative;
}

.page-template-checkout .page-inner .container .woocommerce-order header h1::before {
  content: '';
  width: calc(100% - 219px);
  display: block;
  height: 1.5px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-template-checkout .page-inner .container .woocommerce-order .half {
  opacity: 1;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

@media all and (max-width: 768px) {
  .page-template-checkout .page-inner .container .woocommerce-order .half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-checkout .page-inner .container #customer_details .col-1,
.page-template-checkout .page-inner .container #customer_details .col-2 {
  max-width: 100%;
  width: 100%;
  float: none;
}

.page-template-checkout .page-inner .container #customer_details .col-1 h3,
.page-template-checkout .page-inner .container #customer_details .col-2 h3 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  padding-bottom: 13px;
  border-bottom: 1px solid #707070;
  margin-bottom: 25px;
  display: none;
}

.page-template-checkout .page-inner .container #customer_details .col-1 .form-row,
.page-template-checkout .page-inner .container #customer_details .col-2 .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 17px;
}

.page-template-checkout .page-inner .container #customer_details .col-1 .form-row label,
.page-template-checkout .page-inner .container #customer_details .col-2 .form-row label {
  -ms-flex-preferred-size: 196px;
      flex-basis: 196px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  color: #000;
}

@media all and (max-width: 768px) {
  .page-template-checkout .page-inner .container #customer_details .col-1 .form-row label,
  .page-template-checkout .page-inner .container #customer_details .col-2 .form-row label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-checkout .page-inner .container #customer_details .col-1 .form-row span,
.page-template-checkout .page-inner .container #customer_details .col-2 .form-row span {
  -ms-flex-preferred-size: calc(100% - 212px);
      flex-basis: calc(100% - 212px);
}

.page-template-checkout .page-inner .container #customer_details .col-1 .form-row span input,
.page-template-checkout .page-inner .container #customer_details .col-2 .form-row span input {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  color: #000;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
}

@media all and (max-width: 768px) {
  .page-template-checkout .page-inner .container #customer_details .col-1 .form-row span input,
  .page-template-checkout .page-inner .container #customer_details .col-2 .form-row span input {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-checkout .page-inner .container #customer_details .col-1 .form-row span input::-webkit-input-placeholder,
.page-template-checkout .page-inner .container #customer_details .col-2 .form-row span input::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 26px;
}

.page-template-checkout .page-inner .container #customer_details .col-1 .form-row span input:-ms-input-placeholder,
.page-template-checkout .page-inner .container #customer_details .col-2 .form-row span input:-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 26px;
}

.page-template-checkout .page-inner .container #customer_details .col-1 .form-row span input::-ms-input-placeholder,
.page-template-checkout .page-inner .container #customer_details .col-2 .form-row span input::-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 26px;
}

.page-template-checkout .page-inner .container #customer_details .col-1 .form-row span input::placeholder,
.page-template-checkout .page-inner .container #customer_details .col-2 .form-row span input::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 26px;
}

.page-template-checkout .page-inner .container #customer_details .col-1 h2.form-row,
.page-template-checkout .page-inner .container #customer_details .col-2 h2.form-row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0.25px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  margin-bottom: 25px;
  margin-top: 40px;
}

.page-template-checkout .page-inner .container #customer_details .col-2 h3 {
  display: block;
  float: none;
}

.page-template-checkout .page-inner .container #customer_details .col-2 .form-row {
  width: 100%;
}

.page-template-checkout .page-inner .container #customer_details .col-2 .form-row #shipping_address_2_field {
  display: none;
}

.page-template-checkout .page-inner .container #customer_details .col-2 .woocommerce-additional-fields {
  display: none;
}

.woocommerce-order-received .page-inner #text {
  padding-bottom: 0;
}

.woocommerce-order-received .page-inner #text .container {
  max-width: 1300px;
}

@media all and (max-width: 992px) {
  .woocommerce-order-received .page-inner #text .container {
    max-width: 720px;
  }
}

@media all and (max-width: 768px) {
  .woocommerce-order-received .page-inner #text .container {
    max-width: 540px;
  }
}

@media all and (max-width: 576px) {
  .woocommerce-order-received .page-inner #text .container {
    max-width: 100%;
  }
}

.woocommerce-order-received .page-inner #text .container .woocommerce-order .half:not(.right) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.woocommerce-order-received .page-inner #text .container .woocommerce-order .half:not(.right) h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 11px;
}

.woocommerce-order-received .page-inner #text .container .woocommerce-order .half:not(.right) img {
  margin-bottom: 16px;
}

.woocommerce-order-received .page-inner #text .container .woocommerce-order .half:not(.right) p {
  line-height: 24px;
}

#summary .container header h1 {
  text-align: left;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 36px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#summary .container header h1::after {
  content: '';
  height: 1.5px;
  background-color: #000;
  -ms-flex-preferred-size: calc(100% - 105px);
      flex-basis: calc(100% - 105px);
}

#summary .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#summary .container .content .col-1-4 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

#summary .container .content .col-1-4 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#summary .container .content .col-1-4 .links a {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
  color: #929292;
}

#summary .container .content .col-1-4 .box {
  margin-top: 35px;
}

.woocommerce div.product form.cart {
  margin-top: 40px;
}

.woocommerce div.product form.cart .variations th {
  display: none;
}

.woocommerce div.product form.cart .variations select {
  display: none;
}

.woocommerce div.product form.cart .variations .variation-radios {
  position: relative;
  padding-left: 31px;
}

.woocommerce div.product form.cart .variations .variation-radios.active .active-button {
  background-image: url(assets/img/active-button.png);
}

.woocommerce div.product form.cart .variations .variation-radios .active-button {
  position: absolute;
  height: 48px;
  width: 18px;
  top: 0;
  left: 0;
  background-image: url("assets/img/Union 14.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: .4s;
  transition: .4s;
}

.woocommerce div.product form.cart .variations .variation-radios .active-button .active-button-inner {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(assets/img/active-button-inner.png);
  background-size: contain;
  -webkit-transition: .4s;
  transition: .4s;
}

.woocommerce div.product form.cart .variations .variation-radios input {
  display: none;
}

.woocommerce div.product form.cart .variations .variation-radios input:checked + label {
  color: #000;
}

.woocommerce div.product form.cart .variations .variation-radios label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 13px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

.woocommerce div.product form.cart .variations .variation-radios + a {
  display: none !important;
}

.woocommerce div.product form.cart .variations p.price,
.woocommerce div.product form.cart .variations span.price {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}

.woocommerce div.product div.summary > .price {
  display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-checkout #payment ul.payment_methods li {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}

.woocommerce-checkout #payment {
  background-color: transparent;
}

.woocommerce-variation.single_variation {
  margin-bottom: 30px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}

.woocommerce-variation-description {
  display: none;
}

.woocommerce-product-details__short-description {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  margin-top: 26px;
}

#main-header {
  position: absolute;
  left: 0;
  width: 100%;
  height: 150px;
  padding-top: 33px;
  z-index: 1;
}

#main-header .dragon {
  position: absolute;
  height: 100%;
  top: 0;
}

@media all and (max-width: 991px) {
  #main-header .dragon {
    display: none;
  }
}

#main-header .dragon-first {
  left: 0;
}

#main-header .dragon-second {
  right: 0;
}

#main-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 991px) {
  #main-header .container {
    position: relative;
  }
}

#main-header .container .mobile-button-wrapper {
  display: none;
}

@media all and (max-width: 991px) {
  #main-header .container .mobile-button-wrapper {
    display: block;
    position: absolute;
    right: 0;
  }
}

#main-header .container .mobile-button-wrapper button {
  position: relative;
  background: none;
  border: 0;
  border-radius: 0;
  width: 15px;
  height: 20px;
  padding: 0;
}

#main-header .container .mobile-button-wrapper button span {
  position: absolute;
  display: block;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  width: 100%;
}

#main-header .container .mobile-button-wrapper button span:first-of-type {
  top: 0;
}

#main-header .container .mobile-button-wrapper button span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#main-header .container .mobile-button-wrapper button span:last-of-type {
  bottom: 0;
}

#main-header .container .logo-wrapper {
  position: relative;
}

@media all and (max-width: 1440px) {
  #main-header .container .logo-wrapper {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  #main-header .container .logo-wrapper a:first-of-type {
    display: block;
  }
  #main-header .container .logo-wrapper a:first-of-type img {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 1366px) {
  #main-header .container .logo-wrapper {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

#main-header .container .logo-wrapper .preorder {
  position: absolute;
  top: 115%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 230px;
  height: 46px;
}

@media all and (max-width: 1440px) {
  #main-header .container .logo-wrapper .preorder {
    width: 200px;
    height: 40px;
    font-size: 14px;
  }
}

#main-header .container .logo-wrapper .preorder:hover {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}

#text-header .mobile-button-wrapper {
  display: none;
}

@media all and (max-width: 991px) {
  #text-header .mobile-button-wrapper {
    display: block;
    position: absolute;
    right: 25px;
    z-index: 3;
  }
}

#text-header .mobile-button-wrapper button {
  position: relative;
  background: none;
  border: 0;
  border-radius: 0;
  width: 15px;
  height: 20px;
  padding: 0;
}

#text-header .mobile-button-wrapper button span {
  position: absolute;
  display: block;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  width: 100%;
}

#text-header .mobile-button-wrapper button span:first-of-type {
  top: 0;
}

#text-header .mobile-button-wrapper button span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#text-header .mobile-button-wrapper button span:last-of-type {
  bottom: 0;
}

#text-header .mobile-menu {
  display: none;
}

#fancybox-outer {
  background-image: url("assets/svg/ornament-loop.svg");
  background-color: transparent;
}

#fancybox-outer #fancybox-content {
  background: transparent;
  border-width: 0 !important;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#fancybox-outer #fancybox-content #fancybox-img {
  height: 98%;
  border: 0;
  margin-top: 1% !important;
}

.single .product_meta {
  display: none;
}

#footer {
  background-color: #000;
}

#footer footer {
  height: 100%;
  background-color: #000;
}

@media all and (max-width: 991px) {
  #footer footer {
    height: auto;
  }
}

#footer footer .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

#footer footer .container .footer-above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 52px;
  position: relative;
  width: 100%;
}

#footer footer .container .footer-above > a a,
#footer footer .container .footer-above .footer-above-info a {
  margin-bottom: 20px;
  display: block;
}

@media all and (max-width: 1366px) {
  #footer footer .container .footer-above > a,
  #footer footer .container .footer-above .footer-above-info {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  #footer footer .container .footer-above > a img,
  #footer footer .container .footer-above .footer-above-info img {
    width: 100%;
  }
}

@media all and (max-width: 991px) {
  #footer footer .container .footer-above > a,
  #footer footer .container .footer-above .footer-above-info {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media all and (max-width: 991px) {
  #footer footer .container .footer-above {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 52px;
  }
}

#footer footer .container .footer-above::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  opacity: .25;
}

#footer footer .container .footer-above .footer-above-inner {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

@media all and (max-width: 1440px) {
  #footer footer .container .footer-above .footer-above-inner {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}

@media all and (max-width: 991px) {
  #footer footer .container .footer-above .footer-above-inner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
}

#footer footer .container .footer-above .footer-above-inner h3 {
  font-family: 'Montserrat', sans-serif;
  color: #DEDEDE;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 13px;
}

#footer footer .container .footer-above .footer-above-inner p {
  font-family: 'Montserrat', sans-serif;
  color: #DEDEDE;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 8px;
}

#footer footer .container .footer-above .footer-above-inner a {
  text-decoration: none;
  margin-right: 47px;
  display: inline-block;
  width: 34%;
}

#footer footer .container .footer-above .footer-above-inner a img {
  width: 100%;
}

@media all and (max-width: 1366px) {
  #footer footer .container .footer-above .footer-above-inner a {
    width: 25%;
    display: inline-block;
  }
}

#footer footer .container .footer-above .footer-above-payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-right: 1px solid #484848;
  padding-right: 45px;
}

@media all and (max-width: 992px) {
  #footer footer .container .footer-above .footer-above-payments {
    height: auto;
    border-right: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#footer footer .container .footer-above .footer-above-payments h3 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 18px;
}

#footer footer .container .footer-above .footer-above-payments .image {
  margin-bottom: 24px;
}

#footer footer .container .footer-above .footer-above-payments .image img {
  width: auto;
}

#footer footer .container .footer-above .footer-above-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#footer footer .container .footer-above .footer-above-socials a {
  margin-bottom: 18px;
  text-decoration: none;
}

@media all and (max-width: 991px) {
  #footer footer .container .footer-above .footer-above-socials {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
  #footer footer .container .footer-above .footer-above-socials a {
    margin: 0 12px;
  }
}

#footer footer .container .footer-menu {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 70px;
}

#footer footer .container .footer-menu ul {
  list-style: none;
  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;
}

#footer footer .container .footer-menu ul li {
  margin: 0 13px;
}

#footer footer .container .footer-menu ul li a {
  font-family: 'Montserrat', sans-serif;
  color: #BCBCBC;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

#footer footer .container .footer-menu ul li a:hover {
  color: #fff;
}

#footer footer .container .footer-signature {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}

@media all and (max-width: 991px) {
  #footer footer .container .footer-signature {
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#footer footer .container .footer-signature p {
  font-family: 'Montserrat', sans-serif;
  color: #DEDEDE;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

@media all and (max-width: 991px) {
  #footer footer .container .footer-signature p {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
}

#footer footer .container .footer-signature p a {
  font-family: 'Montserrat', sans-serif;
  color: #DEDEDE;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}
/*# sourceMappingURL=style.css.map */