/* ==========================================================================
	Variables
/* ========================================================================== */
/* Colors */
/* Font Sizes */
/* ==========================================================================
	Variables
/* ========================================================================== */
/* Colors */
/* Font Sizes */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section, article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

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

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 6.8vw 17vw;
}

dfn {
  font-style: italic;
}

mark {
  background: white;
  color: black;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 6.8vw;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -3.4vw;
}

sub {
  bottom: -1.7vw;
}

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

figure {
  margin: 0;
}

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

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* ==========================================================================
	Print styles.
	Inlined to avoid required HTTP connection: h5bp.com/r
/* ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid black;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../fonts/AGaramondPro-Regular.eot");
  src: url("../fonts/AGaramondPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AGaramondPro-Regular.woff2") format("woff2"), url("../fonts/AGaramondPro-Regular.woff") format("woff"), url("../fonts/AGaramondPro-Regular.ttf") format("truetype"), url("../fonts/AGaramondPro-Regular.svg#AGaramondPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../fonts/AGaramondPro-Italic.eot");
  src: url("../fonts/AGaramondPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AGaramondPro-Italic.woff2") format("woff2"), url("../fonts/AGaramondPro-Italic.woff") format("woff"), url("../fonts/AGaramondPro-Italic.ttf") format("truetype"), url("../fonts/AGaramondPro-Italic.svg#AGaramondPro-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* ==========================================================================
	Base
/* ========================================================================== */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: white;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-size: 6.8vw;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 640px) {
  html,
  body,
  button,
  input,
  select,
  textarea {
    font-size: 15vw;
  }
}

body {
  margin: 0;
  background: white;
}

*, body, input, textarea, select, button {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}

/* ==========================================================================
	Links
/* ========================================================================== */
a {
  color: black;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  font-size: 0.7em;
  font-family: "Adobe Garamond Pro", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

/* Content Block Elements */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 6.8vw;
}

/* Paragraphs */
/* Lists */
menu,
ol,
ul {
  padding: 0 0 0 13.6vw;
}

/* Selection Colors */
::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

/* Responsive Media Styles */
img,
video,
object,
iframe {
  max-width: 100%;
  height: auto;
}

/* Clear Fix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

/* Floats */
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.visible {
  opacity: 1;
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
p {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
}

div[role=document] {
  background: white;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
  display: none;
}
.loaded div[role=document] {
  display: block;
}

main {
  position: relative;
  z-index: 2;
  padding-top: 6.8vw;
}
main::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 640px) {
  main {
    padding-top: 15vw;
  }
}

canvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 1;
}

header, footer {
  position: relative;
  z-index: 2;
  font-size: 0.6em;
  color: #000;
}
.stealth header, .stealth footer {
  opacity: 0;
}

a {
  color: #000;
  text-decoration: none;
}

.scrolled-back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 420px) {
  .scrolled-back {
    background: white;
    position: static;
    padding: 0 20px 3em;
  }
  .scrolled-back img + img {
    margin-top: 1em;
  }
}
.scrolled-back img {
  display: block;
  width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

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

.dot {
  position: absolute;
  left: 1vw;
  top: 25px;
  width: 3.4vw;
  height: 3.4vw;
  border-radius: 100%;
  border: 0.2vw solid;
  cursor: pointer;
}
@media (max-width: 640px) {
  .dot {
    top: 10px;
    width: 7.5vw;
    height: 7.5vw;
    border: 3px solid;
  }
}
.dot.static {
  background: black;
  cursor: default;
}

body .fr {
  color: white;
  -webkit-text-stroke: 1px black;
}
body .en-show {
  display: none;
}
body.lang-en .fr {
  color: inherit;
  -webkit-text-stroke: 0;
}
body.lang-en .en {
  color: white;
  -webkit-text-stroke: 1px black;
}
body.lang-en .en-show {
  display: block;
}
body.lang-en .fr-show {
  display: none;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 320px) {
  .container {
    padding: 0 15px;
  }
}

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

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row::after {
  clear: both;
  content: "";
  display: table;
}
.row .col, .row .col-xs-1, .row .col-sm-1, .row .col-md-1, .row .col-lg-1, .row .col-xs-2, .row .col-sm-2, .row .col-md-2, .row .col-lg-2, .row .col-xs-3, .row .col-sm-3, .row .col-md-3, .row .col-lg-3, .row .col-xs-4, .row .col-sm-4, .row .col-md-4, .row .col-lg-4, .row .col-xs-5, .row .col-sm-5, .row .col-md-5, .row .col-lg-5, .row .col-xs-6, .row .col-sm-6, .row .col-md-6, .row .col-lg-6, .row .col-xs-7, .row .col-sm-7, .row .col-md-7, .row .col-lg-7, .row .col-xs-8, .row .col-sm-8, .row .col-md-8, .row .col-lg-8, .row .col-xs-9, .row .col-sm-9, .row .col-md-9, .row .col-lg-9, .row .col-xs-10, .row .col-sm-10, .row .col-md-10, .row .col-lg-10, .row .col-xs-11, .row .col-sm-11, .row .col-md-11, .row .col-lg-11, .row .col-xs-12, .row .col-sm-12, .row .col-md-12, .row .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.row-xs {
  margin-left: -10px;
  margin-right: -10px;
}
.row-xs::after {
  clear: both;
  content: "";
  display: table;
}
.row-xs .col, .row-xs .col-xs-1, .row-xs .col-sm-1, .row-xs .col-md-1, .row-xs .col-lg-1, .row-xs .col-xs-2, .row-xs .col-sm-2, .row-xs .col-md-2, .row-xs .col-lg-2, .row-xs .col-xs-3, .row-xs .col-sm-3, .row-xs .col-md-3, .row-xs .col-lg-3, .row-xs .col-xs-4, .row-xs .col-sm-4, .row-xs .col-md-4, .row-xs .col-lg-4, .row-xs .col-xs-5, .row-xs .col-sm-5, .row-xs .col-md-5, .row-xs .col-lg-5, .row-xs .col-xs-6, .row-xs .col-sm-6, .row-xs .col-md-6, .row-xs .col-lg-6, .row-xs .col-xs-7, .row-xs .col-sm-7, .row-xs .col-md-7, .row-xs .col-lg-7, .row-xs .col-xs-8, .row-xs .col-sm-8, .row-xs .col-md-8, .row-xs .col-lg-8, .row-xs .col-xs-9, .row-xs .col-sm-9, .row-xs .col-md-9, .row-xs .col-lg-9, .row-xs .col-xs-10, .row-xs .col-sm-10, .row-xs .col-md-10, .row-xs .col-lg-10, .row-xs .col-xs-11, .row-xs .col-sm-11, .row-xs .col-md-11, .row-xs .col-lg-11, .row-xs .col-xs-12, .row-xs .col-sm-12, .row-xs .col-md-12, .row-xs .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col, .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row-xs:before,
.row-xs:after .row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row-xs:after,
.row:after {
  clear: both;
}

/* Magnific Popup CSS */
.mfp-fade {
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #FFFF00;
  opacity: 1;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 50px;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: black;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-shadow: 0px 1px 0px #FFFF00, -1px 0px 0px #FFFF00;
  font-size: 70px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: black;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: black;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: black;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: black;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  height: 40px;
  width: 45px;
  z-index: 1046;
  cursor: pointer;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mfp-arrow:before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: 16px;
  border-bottom: 8px solid black;
}

.mfp-arrow-left {
  left: 3px;
}
.mfp-arrow-left:before {
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 8px solid black;
  box-shadow: -1px 1px 0px #FFFF00;
}

.mfp-arrow-right {
  right: 3px;
}
.mfp-arrow-right:before {
  left: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 8px solid black;
  box-shadow: 1px 1px 0px #FFFF00;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0;
  background: #FFFF00;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0;
  background: #FFFF00;
}
.mfp-figure small {
  color: black;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 1;
  color: black;
  word-wrap: break-word;
  padding-right: 36px;
  margin-top: 10px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
header.main-header {
  text-transform: uppercase;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 0.2vw solid;
  user-select: none;
  background: white;
  z-index: 3;
  line-height: 1;
  padding: 20px 0;
}
@media (max-width: 640px) {
  header.main-header {
    padding: 10px;
    border-bottom: 3px solid;
  }
}
header.main-header .dot {
  z-index: 2;
}
header.main-header .dot:hover {
  background: black;
  cursor: pointer;
}
.open-menu header.main-header .dot {
  display: none;
}
@media (max-width: 640px) {
  header.main-header .dot {
    left: auto;
    right: 10px;
  }
}
header.main-header .dot-sep {
  display: none;
  position: absolute;
  background: black;
  width: 1.7vw;
  height: 3.4vw;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 640px) {
  header.main-header .dot-sep {
    width: 3.75vw;
    height: 7.5vw;
  }
}
header.main-header .dot-sep.left {
  top: 25px;
  left: 1vw;
  border-top-left-radius: 3.4vw;
  border-bottom-left-radius: 3.4vw;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
@media (max-width: 640px) {
  header.main-header .dot-sep.left {
    border-top-left-radius: 7.5vw;
    border-bottom-left-radius: 7.5vw;
    left: auto;
    top: 10px;
    right: calc(10px + 15vw / 4);
  }
}
header.main-header .dot-sep.right {
  left: calc(1vw + 6.8vw / 4);
  bottom: 23px;
  background: black;
  border-top-right-radius: 3.4vw;
  border-bottom-right-radius: 3.4vw;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
@media (max-width: 640px) {
  header.main-header .dot-sep.right {
    bottom: 10px;
    border-top-right-radius: 7.5vw;
    border-bottom-right-radius: 7.5vw;
    left: auto;
    right: 10px;
  }
}
.open-menu header.main-header .dot-sep {
  display: block;
}
header.main-header .header-nav {
  padding-left: 6.8vw;
  overflow: hidden;
}
@media (max-width: 640px) {
  header.main-header .header-nav {
    padding: 0;
  }
}
header.main-header .header-nav ul, header.main-header .header-nav li {
  display: inline-block;
  position: relative;
}
@media (max-width: 640px) {
  header.main-header .header-nav ul, header.main-header .header-nav li {
    display: block;
  }
}
header.main-header .header-nav li.current-menu-item > a,
header.main-header .header-nav li.current_page_parent > a,
header.main-header .header-nav a:hover {
  color: white;
  -webkit-text-stroke: 2px black;
}
@media (max-width: 1024px) {
  header.main-header .header-nav li.current-menu-item > a,
  header.main-header .header-nav li.current_page_parent > a,
  header.main-header .header-nav a:hover {
    -webkit-text-stroke: 1px black;
  }
}
@media (max-width: 640px) {
  header.main-header .header-nav ul.header-nav-menu > li + li {
    margin-top: 1.5vw;
    line-height: 1;
    display: none;
  }
  header.main-header .header-nav ul.header-nav-menu > li + li + li {
    margin-top: 0;
  }
  .open-menu header.main-header .header-nav ul.header-nav-menu > li + li {
    display: block;
  }
}
header.main-header .header-nav ul.header-nav-menu > li + li:before {
  content: "/";
  margin-right: 0.25em;
  display: inline-block;
}
@media (max-width: 640px) {
  header.main-header .header-nav ul.header-nav-menu > li + li:before {
    display: none;
  }
}
header.main-header .header-nav ul.sub-menu {
  display: none;
  padding-left: 1.4em;
  font-size: 0.6em;
  line-height: 1em;
}
@media (max-width: 640px) {
  header.main-header .header-nav ul.sub-menu {
    display: block;
  }
}
header.main-header .header-nav ul.sub-menu li {
  display: block;
}
header.main-header #sub-cats {
  height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
@media (max-width: 640px) {
  header.main-header #sub-cats {
    display: none;
    visibility: hidden;
  }
}
header.main-header #sub-cats ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header.main-header #sub-cats ul li {
  margin: 0;
  padding: 0;
  margin-left: 0.6em;
}
header.main-header #sub-cats ul li.current-menu-item > a,
header.main-header #sub-cats ul li.current_page_parent > a,
header.main-header #sub-cats ul a:hover {
  color: white;
  -webkit-text-stroke: 2px black;
}
@media (max-width: 1024px) {
  header.main-header #sub-cats ul li.current-menu-item > a,
  header.main-header #sub-cats ul li.current_page_parent > a,
  header.main-header #sub-cats ul a:hover {
    -webkit-text-stroke: 1px black;
  }
}

footer {
  position: relative;
  font-size: 14px;
  padding: 25px 1vw;
  text-transform: uppercase;
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
  display: none;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

article {
  padding: 25px 1vw;
  padding-left: 6.8vw;
  border-bottom: 0.2vw solid;
  position: relative;
  line-height: 1;
}
@media (max-width: 640px) {
  article {
    padding: 10px;
    border-bottom: 3px solid;
  }
  article .dot {
    display: none;
  }
}
article:not(.open) {
  user-select: none;
  cursor: pointer;
}
article:hover .dot, article.open .dot {
  background: black;
}
article h2 {
  font-style: italic;
}
article .info {
  text-transform: uppercase;
  font-size: 0.2em;
  margin-top: 0.5em;
}
article .content {
  display: none;
  font-size: 14px;
  margin-top: 1.5em;
  padding-right: 6.8vw;
  line-height: 1.3;
}
article .content::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 640px) {
  article .content {
    padding-right: 0;
  }
}
article .content.page {
  display: block;
  font-size: 0.7em;
  font-family: "Adobe Garamond Pro", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  margin-top: 0;
  line-height: 1;
}
article .content.page .text-content {
  line-height: 1;
}
article .content.page a {
  font-style: italic;
}
article .content.page a:hover {
  text-decoration: underline;
}
article .content .carousel {
  list-style-type: none;
  padding: 0;
  margin: 0 0 2em;
}
article .content .carousel .carousel-cell {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
article .content .carousel .carousel-cell a {
  display: block;
}
article .content .carousel .carousel-cell img {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
}
article .content .carousel-tools {
  font-size: 22px;
  margin-bottom: 20px;
  user-select: none;
}
article .content .carousel-tools span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
article .content .carousel-tools span img {
  display: block;
}
article .content .carousel-tools span + span {
  margin-left: 5px;
}
article .content .carousel-tools .arrow-btn {
  cursor: pointer;
}
article .content .carousel-tools .arrow-btn:hover {
  opacity: 0.6;
}
article .content .fr-btn, article .content .en-btn {
  cursor: pointer;
  user-select: none;
}
article .content .fr-btn:hover, article .content .en-btn:hover {
  color: white;
  -webkit-text-stroke: 1px black;
}
article .content .top-selection {
  font-size: 22px;
  margin-bottom: 20px;
}
article .content .top-selection form {
  cursor: pointer;
}
article .content .top-selection span, article .content .top-selection img {
  display: inline-block;
  vertical-align: middle;
}
article .content .form-btn {
  cursor: pointer;
  user-select: none;
  margin-top: 30px;
}
@media (min-width: 641px) {
  article .content .form-btn {
    margin-top: 0;
  }
}
article .content .form-btn span, article .content .form-btn img {
  display: inline-block;
  vertical-align: middle;
}
article .content .form-btn img {
  margin-left: 10px;
}
article .content .form-btn:hover {
  opacity: 0.6;
}
@media (min-width: 641px) {
  article .content .text-content.half {
    float: left;
    width: 46%;
  }
  article .content .text-content.half + .text-content {
    float: right;
  }
}
@media (max-width: 640px) {
  article .content .text-content.half + .text-content {
    margin-top: 10px;
  }
}
article .content .video-container {
  margin: 2em 0;
}
article .content .text-content {
  font-size: 1em;
  line-height: 1.5;
}
article .content .text-content blockquote {
  margin: 0 0 1em;
  font-size: 1.2em;
  font-style: italic;
}
article .content .text-content h1 {
  font-size: 2em;
}
article .content .text-content h2 {
  font-size: 1.56em;
}
@media (max-width: 320px) {
  article .content .text-content h2 {
    font-size: 1.2em;
  }
}
article .content .text-content h3 {
  font-size: 1.3em;
}
@media (max-width: 320px) {
  article .content .text-content h3 {
    font-size: 1.1em;
  }
}
article .content .text-content h4 {
  font-size: 1.3em;
}
@media (max-width: 320px) {
  article .content .text-content h4 {
    font-size: 1em;
  }
}
article .content .text-content h5, article .content .text-content h6 {
  font-size: 1.1em;
}
article .content .text-content h1, article .content .text-content h2, article .content .text-content h3, article .content .text-content h4 {
  margin: 0 0 1em;
  font-weight: bold;
}
article .content .text-content h1 + h1, article .content .text-content h1 + h2, article .content .text-content h1 + h3, article .content .text-content h1 + h4, article .content .text-content h2 + h1, article .content .text-content h2 + h2, article .content .text-content h2 + h3, article .content .text-content h2 + h4, article .content .text-content h3 + h1, article .content .text-content h3 + h2, article .content .text-content h3 + h3, article .content .text-content h3 + h4, article .content .text-content h4 + h1, article .content .text-content h4 + h2, article .content .text-content h4 + h3, article .content .text-content h4 + h4 {
  margin-top: 1em;
}
article .content .text-content h1 + p, article .content .text-content h1 + img, article .content .text-content h1 + .video-container, article .content .text-content h2 + p, article .content .text-content h2 + img, article .content .text-content h2 + .video-container, article .content .text-content h3 + p, article .content .text-content h3 + img, article .content .text-content h3 + .video-container, article .content .text-content h4 + p, article .content .text-content h4 + img, article .content .text-content h4 + .video-container {
  margin-top: 1em;
}
article .content .text-content div + div, article .content .text-content div + p, article .content .text-content p + div, article .content .text-content p + p, article .content .text-content img + div, article .content .text-content img + p, article .content .text-content .video-container + div, article .content .text-content .video-container + p {
  margin-top: 1em;
}
article .content .text-content div + h1, article .content .text-content div + h2, article .content .text-content div + h3, article .content .text-content p + h1, article .content .text-content p + h2, article .content .text-content p + h3, article .content .text-content img + h1, article .content .text-content img + h2, article .content .text-content img + h3, article .content .text-content .video-container + h1, article .content .text-content .video-container + h2, article .content .text-content .video-container + h3 {
  margin-top: 1em;
}
article .content .text-content div + h1 + p, article .content .text-content div + h2 + p, article .content .text-content div + h3 + p, article .content .text-content p + h1 + p, article .content .text-content p + h2 + p, article .content .text-content p + h3 + p, article .content .text-content img + h1 + p, article .content .text-content img + h2 + p, article .content .text-content img + h3 + p, article .content .text-content .video-container + h1 + p, article .content .text-content .video-container + h2 + p, article .content .text-content .video-container + h3 + p {
  margin-top: 1em;
}
article .content .text-content ul {
  margin: 1em 0;
}
article .content .text-content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
article .content .text-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article .content .text-content img.alignleft {
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
}
article .content .text-content img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
}
article.open .content {
  display: block;
}

@-webkit-keyframes toCircle {
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes toCircle {
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes toCircle {
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes toCorner {
  100% {
    left: 1vw;
    top: 25px;
    width: 3.4vw;
    height: 3.4vw;
    -webkit-transform: none;
  }
}
@-moz-keyframes toCorner {
  100% {
    left: 1vw;
    top: 25px;
    width: 3.4vw;
    height: 3.4vw;
    -moz-transform: none;
  }
}
@keyframes toCorner {
  100% {
    left: 1vw;
    top: 25px;
    width: 3.4vw;
    height: 3.4vw;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes toCornerMob {
  100% {
    left: calc(100% - 10px - 15vw / 2);
    top: 10px;
    width: 7.5vw;
    height: 7.5vw;
    -webkit-transform: none;
  }
}
@-moz-keyframes toCornerMob {
  100% {
    left: calc(100% - 10px - 15vw / 2);
    top: 10px;
    width: 7.5vw;
    height: 7.5vw;
    -moz-transform: none;
  }
}
@keyframes toCornerMob {
  100% {
    left: calc(100% - 10px - 15vw / 2);
    top: 10px;
    width: 7.5vw;
    height: 7.5vw;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
#loader {
  position: fixed;
  z-index: 10;
  width: 20.4vw;
  height: 20.4vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: 3.4s;
  -moz-animation-delay: 3.4s;
  animation-delay: 3.4s;
  -webkit-animation-name: toCorner;
  -moz-animation-name: toCorner;
  animation-name: toCorner;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0.4, 0.3, 1);
  -moz-animation-timing-function: cubic-bezier(0.8, 0.4, 0.3, 1);
  animation-timing-function: cubic-bezier(0.8, 0.4, 0.3, 1);
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0;
}
@media (max-width: 640px) {
  #loader {
    -webkit-animation-name: toCornerMob;
    -moz-animation-name: toCornerMob;
    animation-name: toCornerMob;
  }
}
.play #loader {
  opacity: 1;
}
.loaded #loader {
  opacity: 0;
}
.prv #loader {
  display: none;
}
#loader:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: black;
  border-top-left-radius: 20.4vw;
  border-bottom-left-radius: 20.4vw;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-name: toCircle;
  -moz-animation-name: toCircle;
  animation-name: toCircle;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  -moz-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}
#loader:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: black;
  border-top-right-radius: 20.4vw;
  border-bottom-right-radius: 20.4vw;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
  transform: translateY(25%);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-name: toCircle;
  -moz-animation-name: toCircle;
  animation-name: toCircle;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  -moz-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  border-left: 1px solid;
}

:root {
  --border-width: 3px;
}

header.main-header {
  border-bottom: var(--border-width) solid;
  padding: 20px 0 10px;
}
.open-menu header.main-header {
  min-height: 100vh;
}
header.main-header .header-nav {
  padding-left: 20px;
}
header.main-header #sub-cats {
  background-color: white;
}
header.main-header #sub-cats ul li {
  margin-left: 0;
}
header.main-header #sub-cats ul ul li {
  margin-left: 0.25em;
}
header.main-header #sub-cats > .sub-menu {
  padding-left: 20px !important;
  padding-bottom: 1em;
}
header.main-header .sub-menu .sub-menu {
  font-size: 0.6em;
}
header.main-header ul.social {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  display: none;
  position: absolute;
  bottom: 10px;
}
.open-menu header.main-header ul.social {
  display: block;
}
header.main-header ul.social li {
  display: inline;
}
header.main-header ul.social li + li {
  margin-left: 2em;
}

li.wpml-ls-item:hover a,
li.current-menu-item > span,
body.view-grid li.view-mode--grid > a,
body.view-list li.view-mode--list > a {
  color: white;
  -webkit-text-stroke: 1px black;
}

main {
  padding-top: calc(0.6rem + 25px);
}

.single-product main {
  padding-top: calc(0.6rem + 30px);
}

article h2.post-title {
  font-size: 0.7em;
  line-height: 1.2;
  text-transform: none;
  padding: 0;
  font-style: normal;
}

.post-info {
  padding: 0;
  margin: 0 5px 0 0;
  list-style: none;
  font-size: 22px;
  text-transform: uppercase;
}

.text-content p + p {
  margin-top: 1em;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 0;
  margin-top: 1px;
  margin-left: 10px;
  margin-right: 10px;
  border-left: var(--border-width) solid rgba(0, 0, 0, 0.8);
}
.woocommerce ul.products.view-grid {
  margin-left: 0;
  margin-right: 0;
}
.woocommerce ul.products li.product {
  border-right: var(--border-width) solid rgba(0, 0, 0, 0.8);
  border-bottom: var(--border-width) solid rgba(0, 0, 0, 0.8);
  float: none;
  margin: 0;
  padding: 10px;
  position: relative;
  width: 100%;
}
.woocommerce ul.products li.product figure {
  height: 55%;
  overflow: hidden;
}
.woocommerce ul.products li.product a img {
  object-fit: cover;
  height: 100%;
}
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: max(14px, 2vw);
  text-transform: uppercase;
  line-height: 1.2;
}
.woocommerce ul.products li.product .price {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products li.product .add_to_cart_button {
  font-size: 14px;
  font-weight: 400;
  background: none;
  text-align: right;
  width: 100%;
  padding-right: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.woocommerce ul.products li.product .added_to_cart {
  text-align: left;
  right: auto;
}
.woocommerce ul.products li.product .add_to_cart_button:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: black;
  vertical-align: text-top;
}
.woocommerce ul.products.view-grid li.product {
  aspect-ratio: 0.777777;
  overflow: hidden;
}
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  content: none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: transparent;
  color: black;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: transparent;
  color: black;
}
.woocommerce form .form-row label, .woocommerce form .form-row .input-text, .woocommerce form .form-row .select2-container, .woocommerce form .form-row .select2-results__option {
  font-size: 19px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: transparent;
  color: inherit;
  font-weight: 400;
  padding: 0;
  border-radius: 0;
  text-align: left;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: transparent;
  color: inherit;
}
.woocommerce .product p.price, .woocommerce .product span.price,
.woocommerce .product .single_add_to_cart_button {
  color: #000;
  font-size: 19px;
  text-transform: uppercase;
}
.woocommerce .quantity .qty {
  font-size: 19px;
  text-align: center;
  background: transparent;
  border: none;
}
.woocommerce .quantity .qty::after {
  content: " ";
  display: block;
  width: 12px;
  height: 21px;
  background: url("https://dv2.webxost.com/sunsun/app/themes/sunsun/assets/images/arrow-right.svg") no-repeat;
}

article .content .form-btn {
  font-size: 1em;
}

h1, h2 {
  font-size: 0.7rem;
}

article .info {
  font-size: 0.2rem;
}

.sub-menu + .sub-menu {
  display: none;
}

.woocommerce-mini-cart__empty-message {
  display: none;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border-color: rgb(157, 148, 132);
  outline-color: initial;
  font-size: 14px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: transparent;
  color: black;
  border-top: none;
  font-size: 22px;
  padding-left: 20px;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  color: black;
  content: none;
}

article .content .text-content p + p.form-row-last {
  margin-top: 0;
}

.woocommerce-form-coupon p.form-row-last {
  margin-top: 0.7em;
}

.sub-menu {
  padding-left: 0;
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page.woocommerce-page ul.products[class*=columns-] li.product {
  width: auto;
  float: none;
  margin: 0;
}

.catalogue-view {
  list-style: none;
  margin: 0 20px 0 0;
  text-align: right;
  font-size: 0.6em;
}
.catalogue-view li {
  display: inline-block;
}
.catalogue-view li + li::before {
  content: "/";
  margin-right: 0.25em;
  display: inline-block;
}
.catalogue-view li a:hover, .catalogue-view li a:focus, .catalogue-view li a:active {
  color: rgb(193, 190, 185);
  -webkit-text-stroke-color: rgb(15, 17, 18);
}

.woocommerce ul.products.view-list {
  border-top: var(--border-width) solid black;
  border-left: none;
  display: block;
  margin-inline: 0;
}
.woocommerce ul.products.view-list li.product {
  border: none;
  border-bottom: var(--border-width) solid;
}
.woocommerce ul.products.view-list li.product img {
  display: none;
}
.woocommerce ul.products.view-list li.product h2,
.woocommerce ul.products.view-list li.product .woocommerce-loop-category__title,
.woocommerce ul.products.view-list li.product .woocommerce-loop-product__title {
  font-family: "Adobe Garamond Pro", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 0.7em;
  line-height: 1.2;
  text-transform: none;
  padding: 0;
}
.woocommerce ul.products.view-list li.product .info {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
}
.woocommerce ul.products.view-list li.product .info .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: none;
}

.woocommerce-pagination {
  font-size: 0.2em;
}

article {
  padding-left: 10px; /*6.8vw*/
}

/* WOOCOMMERCE PAGE */
.woocommerce-page {
  min-height: 100vh;
}
.woocommerce-page article {
  border-bottom: var(--border-width) solid;
  padding-left: 0;
}
.woocommerce-page article h2, .woocommerce-page article .content.page a {
  font-style: normal;
}
.woocommerce-page article .content {
  padding-right: 0;
}
.woocommerce-page article .content .text-content h2 {
  font-weight: normal;
}

/**
 WOOCOMMERCE CART
 */
.woocommerce-cart {
  background-color: black;
  color: white;
}
.woocommerce-cart article .content.page {
  font-size: 14px;
  padding: 20px;
}
.woocommerce-cart .site-header-cart .count {
  background-color: white;
  color: black;
}
.woocommerce-cart *, .woocommerce-cart article h2 {
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
}
.woocommerce-cart #sub-cats a {
  color: black;
}
.woocommerce-cart .input-text {
  color: black;
}
.woocommerce-cart #coupon_code {
  width: 120px;
}
.woocommerce-cart div[role=document] {
  background-color: transparent;
}
.woocommerce-cart header.main-header {
  background-color: black;
  border-bottom: var(--border-width) solid white;
}
.woocommerce-cart a.remove {
  color: white !important;
  background-color: transparent !important;
  border: var(--border-width) solid white;
  width: 2em;
  height: 2em;
  font-size: 0.9em;
  line-height: 1.8;
}
.woocommerce-cart .woocommerce #respond input#submit,
.woocommerce-cart .woocommerce a.button,
.woocommerce-cart .woocommerce button.button,
.woocommerce-cart .woocommerce input.button {
  color: white;
  font-weight: normal;
}
.woocommerce-cart .woocommerce table.shop_table {
  border-collapse: collapse;
}
.woocommerce-cart .woocommerce table.shop_table thead {
  border-bottom: var(--border-width) solid white;
}
.woocommerce-cart .woocommerce table.shop_table th {
  font-weight: normal;
}
.woocommerce-cart .woocommerce table.shop_table tbody tr:last-child {
  border-top: var(--border-width) solid white;
  border-bottom: 2px solid white;
}
.woocommerce-cart .quantity .qty {
  background-color: white;
  color: black;
  width: 2.1em;
}
.woocommerce-cart a.remove:hover {
  color: black !important;
  background-color: white !important;
}

/**
 WOOCOMMERCE CHECKOUT
 */
.woocommerce-checkout .content.page {
  padding: 20px;
}
.woocommerce-checkout .content.page * {
  font-size: 19px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  color: black;
}
.woocommerce-checkout button.button.alt {
  padding: 20px;
}

/**
 WOOCOMMERCE ACCOUNT
 https://dv2.webxost.com/sunsun/my-account/
 */
.woocommerce-account .content.page {
  padding: 20px;
}
.woocommerce-account article .content .text-content div + div {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
  font-size: 0.6em;
}

.single-product article {
  border-bottom: none;
  padding-top: 0;
  padding-right: 1px;
}
.single-product article .info {
  padding-bottom: 1em;
}
.single-product .product-content {
  font-size: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  line-height: 1.2;
  border: var(--border-width) solid black;
  border-top: none;
}
.single-product .product-content .entry-summary {
  overflow: hidden;
  border-right: var(--border-width) solid black;
  padding: 0;
}
.single-product .product-content .content-wrapper {
  padding: 20px;
}
.single-product .product-content .product-media {
  padding: 10px;
}
.single-product .product-content .container-price-addtocart {
  border-top: var(--border-width) solid black;
  border-bottom: var(--border-width) solid black;
}
.single-product .product-content .multilingual-content {
  margin-top: 10px;
  padding-top: 10px;
}
.single-product .product-content .top-selection {
  font-size: 0.2rem;
  margin-bottom: 1em;
}
.single-product .product-content .text-content {
  font-size: 20px;
  font-family: "Adobe Garamond Pro", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}
.single-product .container-price-addtocart {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 20px 0;
}
.single-product .container-price-addtocart .price {
  width: 25%;
}
.single-product .container-price-addtocart form.cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
}
.single-product .container-price-addtocart form.cart .labelled-quantity {
  display: flex;
  align-items: center;
}
.single-product .container-price-addtocart form.cart .qty-label {
  font-size: 19px;
}
.single-product .container-price-addtocart form.cart .quantity {
  display: flex;
}
.single-product .container-price-addtocart form.cart .single_add_to_cart_button {
  margin-left: 40px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-product .container-price-addtocart > * {
  flex: 0 0 auto;
}
.single-product .row .col {
  padding-bottom: 1em;
}
.single-product .edition-details {
  border-top: var(--border-width) solid black;
  padding-top: 1em;
}
.single-product .product-media figure + figure {
  margin-top: 10px;
}
.single-product article .content {
  display: block;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  padding: 4px 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.woocommerce span.onsale {
  min-height: 0;
  min-width: 0;
  height: 40px;
  width: 40px;
  padding: 0.202em;
  font-size: 0.6em;
  background-color: black;
}

.woocommerce ul.products li.product .onsale {
  margin: 10px 10px 0 0;
  font-size: 12px;
}

.products .product .info {
  font-size: 0.2em;
  font-style: italic;
  font-family: "Adobe Garamond Pro", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  line-height: 1.15;
}

.main-header > nav {
  display: flex;
  justify-content: space-between;
}

.header-nav {
  padding-right: 20px;
}

.eshop-header-menu {
  display: flex;
  align-items: flex-start;
  padding-top: 6px;
  padding-right: 20px;
}

.site-header-cart {
  padding: 0;
  margin: 0 5px 0 0;
  list-style: none;
  font-size: 22px;
}
.site-header-cart .amount {
  display: none;
}
.site-header-cart li:last-child {
  display: none;
}
.site-header-cart .cart-link-container {
  display: flex;
}
.site-header-cart .cart-contents {
  display: flex;
  align-items: center;
}
.site-header-cart .count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: black;
  color: white;
  text-align: center;
  margin-left: 10px;
  font-size: 0.75em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
}

.archive.tax-collection {
  padding: 20px;
}

.dot.toggle-menu {
  display: none;
}

header.main-header .header-nav ul.header-nav-menu + ul.header-nav-menu:before {
  content: "/";
  margin-right: 0.25em;
  display: inline-block;
}

html[lang=en-US] .wpml-ls-item-en {
  display: none;
}
html[lang=fr-FR] .wpml-ls-item-fr {
  display: none;
}

.main-header .wpml-ls-legacy-list-horizontal {
  font-size: 22px;
  border: none;
  padding: 0;
  clear: both;
}
.main-header .wpml-ls-legacy-list-horizontal a {
  padding: 0 10px 0;
  line-height: 1;
}

/* pagination */
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent;
  color: inherit;
  border: none;
}

.blog .art .btn h1, .single-post .art .btn h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.2rem;
}
.blog .art .btn .info, .single-post .art .btn .info {
  font-family: "Adobe Garamond Pro", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 0.7rem;
}

.select2-search.select2-search--dropdown,
.select2-results__option[aria-selected], .select2-results__option[data-selected],
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 16px;
  background-color: white;
  color: black;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding: 0.35em 0 0.25em;
}

/******************************************************
  MEDIA QUERIES
*******************************************************/
@media only screen and (max-width: 768px) {
  .woocommerce ul.products.columns-4 {
    grid-template-columns: 1fr 1fr;
  }
  .site-header-cart {
    margin: 0;
  }
  .cart-link__label {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .dot {
    width: 7.5vw;
    height: 7.5vw;
  }
  .woocommerce ul.products.columns-4 {
    grid-template-columns: 1fr;
  }
  header.main-header .header-nav {
    padding-left: 10px;
  }
  header.main-header .eshop-header-menu {
    padding-top: 0;
    padding-right: 10px;
  }
  header.main-header .dot {
    left: auto;
    right: 10px;
    top: 20px;
  }
  .dot.toggle-menu {
    display: block;
    margin-right: calc(55px + 10vw);
  }
  .menu-item.toggle-menu > a {
    display: none;
  }
  #menu-mainmenu {
    display: none;
  }
  body.open-menu #menu-mainmenu {
    display: block;
  }
  #menu-mainmenu:before {
    content: none;
  }
  .open-menu header.main-header .dot {
    display: block;
    background: black;
  }
  .site-header-cart .count {
    width: 7.5vw;
    height: 7.5vw;
  }
  header.main-header .header-nav ul.sub-menu {
    padding-left: 0;
    font-size: 0.75em;
    line-height: 1em;
  }
  ul.social {
    font-size: 22px;
  }
  .single-product .product-content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 360px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=theme.css.map */
