@charset "UTF-8";
/** Setup **/
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #d9001a;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 1em 7em 1em 2.2em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 0;
  background-color: #d9001a;
  padding: 1em 7em 1em 2.2em;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-family: 'basier_circleregular', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: auto;
  font-size: 1em;
  position: relative; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #ae0015;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #d9001a; }
  button.secondary, [type='button'].secondary, [type='reset'].secondary, [type='submit'].secondary {
    background-color: #ddd; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select {
  display: block;
  font-family: "basier_circleregular", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "basier_circleregular", sans-serif;
  font-size: 16px;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #d9001a;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(192, 0, 23, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

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

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: "basier_circleregular", sans-serif;
  font-size: 16px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "basier_circleregular", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #d9001a;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #a30014; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

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

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

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

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

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

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

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

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

/**
 * Variables
 */
/**
 * Media query
 */
/**
 * Content container
 *
 * @variable $mixin-width-content
 */
/**
 * Responsive side padding
 *
 * @variable $mixin-padding-side
 * @variable $mixin-padding-side-small
 */
body {
  color: #333333 !important;
  font-family: "basier_circleregular", sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  font-size: 18px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  line-height: 1.25;
  font-family: "basier_circlemedium", sans-serif;
  font-weight: normal;
  font-size: 2.25em; }

.h1 {
  font-size: 1.75em; }

@media screen and (min-width: 640px) {
  h1, .h1 {
    font-size: 3rem !important;
    line-height: 3.625rem !important; } }

.subheading {
  font-family: "basier_circlebold", sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin-top: 1.5em 0 0 0; }

.h2 {
  font-size: 2.25rem; }

@media screen and (min-width: 640px) {
  .mt-l {
    margin-top: 190px; } }

.h-quote {
  font-family: "basier_circleregular_italic", sans-serif;
  font-size: 2.5em; }

.h3 {
  font-size: 1.875em;
  line-height: 1.2; }

.h4 {
  font-family: "basier_circlesemibold", sans-serif;
  font-size: 1.5em;
  line-height: 1.417; }

.h5 {
  font-size: 1.5em;
  line-height: 1.0833; }

.h6 {
  font-family: "basier_circlesemibold", sans-serif;
  font-size: 0.875em; }

a {
  color: #333333;
  text-decoration: underline;
  /* transition: opacity $base-duration $base-timing;
    opacity: 1; */ }
  a:visited {
    color: #333333; }
  a:active, a:focus, a:hover {
    color: #333333; }

hr {
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

p {
  margin: 0 0 1.5em 0; }

.preamble {
  font-size: 1.125em;
  margin-bottom: 1.5em; }

.small-print {
  font-size: 0.8em; }

.text-primary-color {
  color: #d9001a; }

strong {
  font-family: "basier_circlebold", sans-serif; }

ul.list-default, .wysiwyg-content ul, ol.list-default, .wysiwyg-content ol {
  list-style-type: none;
  margin: 0 0 1.5em;
  counter-reset: item;
  font-size: 0.9em; }
  ul.list-default li, .wysiwyg-content ul li, ol.list-default li, .wysiwyg-content ol li {
    padding-left: 1.5em; }
    ul.list-default li:before, .wysiwyg-content ul li:before, ol.list-default li:before, .wysiwyg-content ol li:before {
      display: inline-block;
      content: counter(item) ". ";
      counter-increment: item;
      font-family: "basier_circlebold", sans-serif;
      color: #d9001a;
      width: 1.5em;
      position: absolute;
      transform: translateX(-1.5em); }
      .blueified ul.list-default li:before, .blueified .wysiwyg-content ul li:before, .blueified ol.list-default li:before, .blueified .wysiwyg-content ol li:before {
        color: green; }

ul.list-default li:before, .wysiwyg-content ul li:before {
  content: "\2022";
  font-size: 1.25em;
  line-height: 1.3;
  width: 1.25em;
  transform: translateX(-1.05em); }

.table-wrapper {
  max-width: 100%;
  overflow: auto; }

table {
  min-width: 40em;
  border: 1px solid #333333; }
  table td, table th {
    border: 0;
    font-size: 0.75em;
    vertical-align: top;
    padding: 0.5em; }
    @media screen and (min-width: 640px) {
      table td, table th {
        padding: 1em; } }
    @media screen and (min-width: 1200px) {
      table td, table th {
        padding: 1em 2em; } }
    table td p, table th p {
      margin: 0; }
  table thead tr {
    background: green;
    color: white;
    font-family: "basier_circlebold", sans-serif; }
  table tbody tr {
    border-top: 1px solid #333333; }
  table tbody tr:nth-child(even) {
    background: rgba(0, 128, 0, 0.1); }

html {
  box-sizing: border-box; }

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

h1 {
  font-family: "basier_circlemedium", sans-serif;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.25;
  font-weight: normal;
  color: inherit;
  font-size: 2.25rem; }

h2 {
  font-family: "basier_circlemedium", sans-serif;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.25;
  font-weight: normal;
  color: inherit;
  font-size: 1.875rem; }

h3 {
  font-family: "basier_circlemedium", sans-serif;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.25;
  font-weight: normal;
  color: inherit;
  font-size: 1.5rem; }

h4 {
  font-family: "basier_circlemedium", sans-serif;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.25;
  font-weight: normal;
  color: inherit;
  margin-top: 0.625rem;
  font-size: 1.125rem; }

h5 {
  font-family: "basier_circlemedium", sans-serif;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.25;
  font-weight: normal;
  color: inherit;
  margin-top: 0.625rem;
  font-size: 0.875rem; }

h6 {
  font-family: "basier_circlemedium", sans-serif;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.25;
  font-weight: normal;
  color: inherit;
  margin-top: 0.625rem;
  font-size: 0.75rem; }

p {
  margin: 0 0 0.625rem; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

dl dt {
  font-weight: 700;
  margin-top: 0.75rem; }

dl dd {
  margin: 0; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px; }

ol {
  list-style: decimal; }

ul {
  list-style: disc; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  height: 0; }

table caption {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left; }

table th {
  text-align: left;
  font-weight: 700; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

a {
  color: #d9001a;
  transition: color .1s;
  cursor: pointer; }
  a:visited {
    color: #d9001a; }
  a:hover {
    color: #ae0015; }
  a:active {
    color: #d9001a; }
  a.primary {
    color: #d9001a; }

b, strong {
  font-family: "basier_circlebold", sans-serif;
  font-weight: normal; }

i, cite, em, var, address, dfn {
  font-style: italic; }

u, ins {
  text-decoration: underline; }

del, s {
  text-decoration: line-through; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

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

small {
  font-size: 85%; }

q {
  quotes: inherit; }
  q::before {
    content: open-quote; }
  q::after {
    content: close-quote; }

mark {
  padding: .2em;
  background-color: #fcf8e3; }

img {
  vertical-align: middle; }

img,
figure,
svg {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

#cookie-notice .cn-button {
  background-color: #f6ecea;
  color: #333 !important;
  border-radius: 15px;
  font-size: 16px; }

#cookie-notice #cn-notice-text a {
  color: #c7c7c7; }
  #cookie-notice #cn-notice-text a::after {
    display: none; }

.mt-xs {
  margin-top: 10px; }
  @media screen and (min-width: 640px) {
    .mt-xs {
      margin-top: 15px; } }

.mt-s {
  margin-top: 20px; }
  @media screen and (min-width: 640px) {
    .mt-s {
      margin-top: 30px; } }

.mt-m {
  margin-top: 40px; }
  @media screen and (min-width: 640px) {
    .mt-m {
      margin-top: 60px; } }

.mt-xl {
  margin-top: 80px; }
  @media screen and (min-width: 640px) {
    .mt-xl {
      margin-top: 120px; } }

.mb-xs {
  margin-bottom: 10px; }
  @media screen and (min-width: 640px) {
    .mb-xs {
      margin-bottom: 15px; } }

.mb-s {
  margin-bottom: 20px; }
  @media screen and (min-width: 640px) {
    .mb-s {
      margin-bottom: 30px; } }

.mb-m {
  margin-bottom: 40px; }
  @media screen and (min-width: 640px) {
    .mb-m {
      margin-bottom: 60px; } }

.mb-l {
  margin-bottom: 60px; }
  @media screen and (min-width: 640px) {
    .mb-l {
      margin-bottom: 90px; } }

.mb-xl {
  margin-bottom: 80px; }
  @media screen and (min-width: 640px) {
    .mb-xl {
      margin-bottom: 120px; } }

/** Partials **/
a.link-btn {
  margin: 5px 0;
  padding: 10px 30px;
  background-color: #d9001a;
  color: white;
  font-size: 1rem;
  font-family: "basier_circleregular", sans-serif;
  font-weight: 1rem;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 3s linear; }
  a.link-btn:focus {
    background-color: #d9001a; }
  a.link-btn:visited {
    background-color: #d9001a; }
  a.link-btn:hover {
    background-color: #ae0015; }
  a.link-btn:active {
    background-color: #d9001a; }
  a.link-btn:disabled:hover {
    cursor: not-allowed; }
  a.link-btn.btn-default {
    background-color: #d9001a;
    color: white; }
    a.link-btn.btn-default:focus {
      background-color: #d9001a; }
    a.link-btn.btn-default:visited {
      background-color: #d9001a; }
    a.link-btn.btn-default:hover {
      background-color: #ae0015; }
    a.link-btn.btn-default:active {
      background-color: #d9001a; }

.cart-icon {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-left: auto;
  position: relative;
  top: 4px; }
  #site-header .cart-icon {
    cursor: pointer; }
  .cart-icon .icon {
    display: flex;
    flex-direction: column;
    height: calc(100% - 80px);
    position: absolute; }
    @media screen and (min-width: 1200px) {
      #site-header .cart-icon .icon {
        margin: -16px 7px 0px auto; } }
  .cart-icon .cart-badge {
    top: -3px;
    left: 17px; }
    @media screen and (min-width: 1200px) {
      #site-header .cart-icon .cart-badge {
        top: -22px;
        left: 14px; } }

.badge {
  position: absolute;
  background-color: #5fbe8a;
  border-radius: 8px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  text-align: center;
  line-height: 17px;
  color: white;
  font-family: "basier_circlesemibold", sans-serif;
  font-size: 13px; }
  @media screen and (min-width: 1200px) {
    .badge {
      top: -15px;
      left: 12px; } }

/** Layout **/
html,
body {
  color: black;
  font-family: "basier_circleregular", sans-serif;
  line-height: 1.4;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

body:not(.mobile-nav-open) #site-header.scroll-down.not-at-top {
  transform: translateY(-100%); }

#site-header {
  width: 100%;
  max-width: 100%;
  background-color: white;
  display: block;
  z-index: 1000;
  padding: 1.5rem 4.5rem;
  box-shadow: none;
  position: fixed;
  top: 0;
  transition: 0.3s;
  height: auto; }
  #site-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto; }
    @media screen and (min-width: 1200px) {
      #site-header .wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
    #site-header .wrapper .logo-small {
      display: block;
      height: 22px;
      margin-top: 46px;
      float: left; }
      @media screen and (min-width: 1200px) {
        #site-header .wrapper .logo-small {
          display: none; } }
    #site-header .wrapper .site-logo {
      width: 10rem;
      min-width: auto;
      height: auto;
      margin: 0;
      display: block; }
      #site-header .wrapper .site-logo img {
        display: inline-block; }
  #site-header .nav-main {
    margin-bottom: 0;
    max-width: 100%; }
  #site-header .menu {
    margin: 0;
    flex: 0 0 auto;
    width: auto;
    justify-content: flex-end;
    margin-right: 2rem;
    font-family: 'basier_circleregular'; }
    #site-header .menu li.menu-item-has-children {
      position: relative; }
    #site-header .menu li.menu-item-has-children > a {
      padding-right: 1.5rem; }
    #site-header .menu li.menu-item-has-children > a:before {
      content: "";
      position: absolute;
      top: calc(50% - 3.5px);
      right: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #333; }
    #site-header .menu li.menu-item-has-children:hover > a:before {
      top: calc(50% - 3.5px);
      right: 0;
      border-top: unset;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #c72b29; }
    #site-header .menu li > a {
      z-index: 2;
      position: relative;
      transition: 0.3s;
      padding: 0.5rem 1rem;
      margin-right: 0.5rem;
      background-color: transparent;
      display: flex;
      font-size: 1.2rem;
      font-weight: 500;
      align-items: center;
      text-decoration: none; }
    #site-header .menu li > a:hover,
    #site-header .menu li > a:focus {
      color: #c72b29; }
    #site-header .menu li > a > span {
      border: 0; }
    #site-header .menu li.contact > a {
      border-radius: 500px;
      padding: 0.75rem 2rem;
      margin-left: 1rem; }
    #site-header .menu li.contact > a:hover,
    #site-header .menu li.contact > a:focus {
      background: #c72b29;
      color: #fff; }
  #site-header .cart-icon {
    top: 20px; }
  #site-header .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    padding: 1rem;
    min-width: 250px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 48px -21px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 48px -21px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 48px -21px rgba(0, 0, 0, 0.5); }
  #site-header .menu li.menu-item-has-children:hover .sub-menu {
    display: block; }
  #site-header .sub-menu li a {
    padding: 0.5rem 1rem;
    display: block;
    border-top: 1; }
  #site-header .wrapper {
    max-width: 100%;
    padding: 0;
    align-items: center; }

#site-footer {
  width: 100%;
  max-width: 100%;
  padding: 0;
  background-color: #d9001a;
  color: white;
  position: relative; }
  #site-footer h5 {
    font-family: "basier_circleregular", sans-serif;
    font-weight: lighter;
    line-height: 1.0833;
    font-size: 22px;
    margin-bottom: 8px; }
  #site-footer .wrapper {
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 0.625em;
    padding-top: 3.5em;
    padding-bottom: 6em;
    position: relative; }
    @media screen and (min-width: 900px) {
      #site-footer .wrapper {
        padding: 0 10%;
        padding-top: 2em;
        padding-bottom: 2em; } }
  #site-footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #site-footer .content li {
      padding: 0 5px;
      flex: 0 0 100%;
      margin-top: 40px; }
      #site-footer .content li:first-child {
        margin-top: 0px; }
      @media screen and (min-width: 900px) {
        #site-footer .content li {
          align-items: flex-start;
          -webkit-box-flex: 0;
          -ms-flex: 0 1 32%;
          flex: 0 1 32%;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          margin-top: 0px; } }
      #site-footer .content li.wrap {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
      #site-footer .content li.align-right {
        margin-left: auto;
        padding-top: 0; }
      #site-footer .content li .pumpsupport {
        font-family: "basier_circleregular", sans-serif;
        font-weight: lighter;
        line-height: 1.0833;
        font-size: 28px;
        margin-top: 0; }
        @media screen and (min-width: 900px) {
          #site-footer .content li .pumpsupport {
            font-size: 22px;
            margin-top: 0.625rem; } }
      #site-footer .content li .img-fonden {
        width: 59px; }
        @media screen and (min-width: 900px) {
          #site-footer .content li .img-fonden {
            width: 79px; } }
    #site-footer .content p {
      font-size: 1em; }
  #site-footer a {
    color: white; }
  #site-footer .support {
    font-weight: bold;
    font-size: 1.5em; }
  #site-footer li.details {
    margin-top: 50px;
    font-size: 0.75em;
    flex: 0 1 32%;
    white-space: nowrap; }
  #site-footer .footer-link {
    width: 100%;
    display: block;
    text-decoration: underline; }
  #site-footer #cookie-disclaimer-reveal {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 50px; }
    @media screen and (min-width: 900px) {
      #site-footer #cookie-disclaimer-reveal {
        top: 20px;
        right: 20px; } }
  #site-footer .up {
    top: 10px;
    right: 10px;
    position: absolute;
    padding-top: 0.5em;
    width: 2.8em;
    height: 2.8em;
    border-radius: 25px;
    color: #d9001a;
    background-color: white;
    text-align: center; }
    @media screen and (min-width: 900px) {
      #site-footer .up {
        display: none; } }
  #site-footer li.social-media {
    margin-bottom: 1.3em; }
  #site-footer .follow_us {
    font-weight: lighter;
    line-height: 1.0833;
    font-size: 22px;
    margin-bottom: 10px; }
    @media screen and (min-width: 900px) {
      #site-footer .follow_us {
        margin-bottom: 30px; } }
  #site-footer .social-media-link {
    height: 26px;
    margin-right: 20px;
    text-decoration: none; }
    #site-footer .social-media-link .facebook, #site-footer .social-media-link .linkedIn {
      max-width: 100%;
      margin: 0;
      padding: 0;
      height: inherit; }
  #site-footer .telephone a {
    font-family: "basier_circlesemibold", sans-serif;
    font-size: 28px; }
    @media screen and (min-width: 900px) {
      #site-footer .telephone a {
        font-size: 22px; } }
  @media screen and (min-width: 900px) {
    #site-footer li.wrap .contactUs {
      font-size: 1.5em; } }
  #site-footer li.wrap p {
    line-height: 1.4;
    margin-bottom: 0; }

/** Navigation **/
.navigation-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 40px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cg fill='none' stroke='%23d9001a' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath d='m30 7h-30'/%3E%3Cpath d='m30 15h-30'/%3E%3Cpath d='m30 23h-30'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 30px 30px; }
  @media screen and (min-width: 1200px) {
    .navigation-icon {
      display: none; } }
  .navigation-icon .open {
    display: none; }

.close-icon {
  margin-top: 46px;
  float: right;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='512px' version='1.1' height='512px' viewBox='0 0 64 64' enable-background='new 0 0 64 64'%3E %3Cg%3E %3Cpath fill='%23FFFFFF' d='M28.941,31.786L0.613,60.114c-0.787,0.787-0.787,2.062,0,2.849c0.393,0.394,0.909,0.59,1.424,0.59 c0.516,0,1.031-0.196,1.424-0.59l28.541-28.541l28.541,28.541c0.394,0.394,0.909,0.59,1.424,0.59c0.515,0,1.031-0.196,1.424-0.59 c0.787-0.787,0.787-2.062,0-2.849L35.064,31.786L63.41,3.438c0.787-0.787,0.787-2.062,0-2.849c-0.787-0.786-2.062-0.786-2.848,0 L32.003,29.15L3.441,0.59c-0.787-0.786-2.061-0.786-2.848,0c-0.787,0.787-0.787,2.062,0,2.849L28.941,31.786z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 22px 22px; }
  @media screen and (min-width: 900px) {
    .close-icon {
      right: 10%; } }
  @media screen and (min-width: 1200px) {
    .close-icon {
      display: none; } }

.nav-main {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9001a;
  padding: 0 14px;
  font-size: 0.9em;
  font-family: "basier_circlesemibold", sans-serif;
  z-index: 10;
  margin: 0 auto;
  max-width: 1370px;
  padding-left: 0.625em;
  padding-right: 0.625em; }
  @media screen and (min-width: 426px) {
    .nav-main {
      padding-left: 3.33333%;
      padding-right: 3.33333%; } }
  @media screen and (min-width: 640px) {
    .nav-main {
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (min-width: 900px) {
    .nav-main {
      padding-left: 6.66667%;
      padding-right: 6.66667%; } }
  @media screen and (min-width: 1200px) {
    .nav-main {
      padding-left: 10%;
      padding-right: 10%; } }
  .nav-main a {
    color: white; }
  .open .nav-main {
    display: block;
    overflow-y: auto; }
  @media screen and (min-width: 1200px) {
    .nav-main {
      background-color: white;
      padding: 0;
      position: static;
      margin-left: auto;
      margin-bottom: 14px;
      line-height: 1em;
      display: inline-block; }
      .nav-main a {
        color: black; } }

.menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 115px;
  height: calc(100% - 190px);
  font-family: "basier_circlesemibold", sans-serif;
  font-size: 10px;
  line-height: 1.25; }
  @media screen and (min-width: 640px) {
    .menu {
      font-size: 25px; } }
  @media screen and (min-width: 1200px) {
    .menu {
      height: auto;
      justify-content: space-between;
      flex-direction: row;
      margin: 0 10%;
      font-size: 1em; } }
  .menu li {
    margin: 20px;
    line-height: 1em; }
    @media screen and (min-width: 1200px) {
      .menu li {
        display: inline-block;
        margin: 0px; } }
    .menu li > a {
      text-decoration: none;
      display: inline-block;
      display: block;
      line-height: 1em; }
      @media screen and (min-width: 1200px) {
        .menu li > a {
          padding: 0.5em 1em;
          display: inline-block;
          border: 0; } }
      .menu li > a > span {
        display: inline-block;
        font-size: 2.5em;
        line-height: 1.25; }
        @media screen and (min-width: 1200px) {
          .menu li > a > span {
            font-size: 1em;
            border-bottom: 2px solid transparent; } }
      .menu li > a:hover > span {
        border-color: #d9001a; }
    @media screen and (min-width: 1200px) {
      .menu li.current-menu-item > a, .menu li.current-menu-parent > a {
        color: #d9001a; } }
    .menu li.pll-parent-menu-item > a > span {
      border-bottom: transparent; }
    @media screen and (min-width: 1200px) {
      .menu li.hover .submenu-wrapper, .menu li:hover .submenu-wrapper {
        visibility: visible;
        opacity: 1; } }
    .menu li.contact > a {
      margin-top: 2em;
      border: 4px solid white;
      padding-left: 2.75em;
      padding-right: 2.75em;
      padding-top: 8px;
      padding-bottom: 5px;
      display: inline-block; }
      .menu li.contact > a:hover {
        background: white;
        color: #d9001a; }
    @media screen and (min-width: 1200px) {
      .menu li.contact > a {
        margin-top: 0;
        border: 2px solid #d9001a; }
        .menu li.contact > a:hover {
          background: #d9001a;
          color: white; }
          .menu li.contact > a:hover > span {
            border-color: transparent; } }
  .menu .pll-parent-menu-item {
    margin-top: auto; }
    @media screen and (min-width: 1200px) {
      .menu .pll-parent-menu-item {
        position: relative; } }
    .menu .pll-parent-menu-item > a {
      display: none; }
      @media screen and (min-width: 1200px) {
        .menu .pll-parent-menu-item > a {
          display: inline-block; } }
      .menu .pll-parent-menu-item > a > span:after {
        display: inline-block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6.5px 6.5px 0 6.5px;
        border-color: #000 transparent transparent transparent;
        margin-left: 2px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .menu .pll-parent-menu-item .submenu {
      padding: 0;
      text-align: center; }
    .menu .pll-parent-menu-item .submenu-wrapper {
      width: 100%;
      left: 0; }
      @media screen and (min-width: 1200px) {
        .menu .pll-parent-menu-item .submenu-wrapper {
          width: auto;
          bottom: auto;
          position: absolute;
          margin: 0; } }
      .menu .pll-parent-menu-item .submenu-wrapper ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto 15px; }
        @media screen and (min-width: 1200px) {
          .menu .pll-parent-menu-item .submenu-wrapper ul {
            display: inline-block;
            margin: 0; } }
      .menu .pll-parent-menu-item .submenu-wrapper li {
        border: none; }
        .menu .pll-parent-menu-item .submenu-wrapper li.current-lang a span {
          border-bottom: 2px solid white; }
        @media screen and (min-width: 1200px) {
          .menu .pll-parent-menu-item .submenu-wrapper li.current-menu-item a {
            color: #333333; }
          .menu .pll-parent-menu-item .submenu-wrapper li.current-lang {
            display: none; } }
      .menu .pll-parent-menu-item .submenu-wrapper h3 {
        display: none; }
      .menu .pll-parent-menu-item .submenu-wrapper a {
        width: auto;
        padding: 10px 12px;
        font-size: 1.3em; }
        @media screen and (min-width: 1200px) {
          .menu .pll-parent-menu-item .submenu-wrapper a {
            font-size: 1em; } }

.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1370px;
  margin: 0 auto; }
  @media screen and (min-width: 1200px) {
    .submenu {
      padding: 10%;
      padding-top: 0; } }
  @media screen and (min-width: 1200px) {
    .submenu .current_page_item a {
      color: #d9001a; } }

.submenu-wrapper {
  left: 0;
  width: 100%;
  z-index: 1;
  max-height: 0;
  -webkit-transition: max-height 150ms ease 80ms, border-width 150ms ease 80ms;
  transition: max-height 150ms ease 80ms, border-width 150ms ease 80ms;
  overflow: hidden; }
  .submenu-wrapper.open {
    border-top: 2px solid white;
    max-height: 500px; }
  .pll-parent-menu-item .submenu-wrapper {
    max-height: none; }
  @media screen and (min-width: 1200px) {
    .submenu-wrapper {
      max-height: none;
      background-color: white;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 150ms ease 80ms, visibility 150ms ease 80ms;
      transition: opacity 150ms ease 80ms, visibility 150ms ease 80ms;
      position: absolute;
      top: 100%;
      padding-top: 20px; } }
  .submenu-wrapper h3 {
    display: none; }
    @media screen and (min-width: 1200px) {
      .submenu-wrapper h3 {
        display: inline-block;
        margin-top: 0;
        color: #d9001a;
        font-family: "basier_circlesemibold", sans-serif;
        font-size: 2.5em;
        width: 8em;
        padding-right: 6em;
        margin-top: 0.5em; } }
  .submenu-wrapper ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 2em;
    justify-content: center; }
    @media screen and (min-width: 1200px) {
      .submenu-wrapper ul {
        margin-left: 15%;
        margin: 0; } }
    .submenu-wrapper ul li {
      display: block;
      width: auto; }
      @media screen and (min-width: 1200px) {
        .submenu-wrapper ul li {
          border-bottom: 2px solid gray; }
          .submenu-wrapper ul li:last-child {
            border: none; } }
      .submenu-wrapper ul li a {
        text-decoration: none;
        display: inline-block;
        font-size: 0.65em;
        padding: 1em 4em 1em 0; }
        @media screen and (min-width: 1200px) {
          .submenu-wrapper ul li a {
            width: 35vw;
            padding: 20px 0;
            font-size: 1.5em; } }

/** Base **/
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

/** Templates **/
.template-index {
  margin: 0 auto;
  max-width: 1370px;
  padding-left: 0.625em;
  padding-right: 0.625em; }
  @media screen and (min-width: 426px) {
    .template-index {
      padding-left: 3.33333%;
      padding-right: 3.33333%; } }
  @media screen and (min-width: 640px) {
    .template-index {
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (min-width: 900px) {
    .template-index {
      padding-left: 6.66667%;
      padding-right: 6.66667%; } }
  @media screen and (min-width: 1200px) {
    .template-index {
      padding-left: 10%;
      padding-right: 10%; } }

.template-home {
  margin: 0 auto;
  max-width: 1370px;
  padding-left: 0.625em;
  padding-right: 0.625em; }
  @media screen and (min-width: 426px) {
    .template-home {
      padding-left: 3.33333%;
      padding-right: 3.33333%; } }
  @media screen and (min-width: 640px) {
    .template-home {
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (min-width: 900px) {
    .template-home {
      padding-left: 6.66667%;
      padding-right: 6.66667%; } }
  @media screen and (min-width: 1200px) {
    .template-home {
      padding-left: 10%;
      padding-right: 10%; } }

.home div.woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem; }
  .home div.woocommerce-variation-add-to-cart .quantity {
    grid-area: 1 / 1 / 2 / 2; }
    .home div.woocommerce-variation-add-to-cart .quantity .qty {
      height: 100%; }
  .home div.woocommerce-variation-add-to-cart .variations {
    grid-area: 1 / 2 / 2 / 3; }
    .home div.woocommerce-variation-add-to-cart .variations .select {
      width: 100%;
      max-width: 15em; }
  .home div.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    grid-area: 2 / 1 / 3 / 3; }

.home .product-type-simple .add-to-cart-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 16px; }
  .home .product-type-simple .add-to-cart-wrapper .quantity {
    grid-area: 1 / 1 / 2 / 2; }
    .home .product-type-simple .add-to-cart-wrapper .quantity .qty {
      height: 100%; }
  .home .product-type-simple .add-to-cart-wrapper .add_to_cart_button {
    grid-area: 2 / 1 / 3 / 2; }

.home a.added_to_cart {
  display: none; }

.woocommerce div.product form.cart .variations select {
  background: none !important;
  margin-right: 0;
  width: 100% !important; }

.woocommerce div.product form.cart .variations .reset_variations {
  display: none !important; }

.woocommerce div.product .variations .reset_variations {
  display: none !important; }

.template-page .article-title,
.template-page .article-body > .wp-block-idkomm-layout-container {
  margin: 0 auto;
  max-width: 1370px;
  padding-left: 0.625em;
  padding-right: 0.625em; }
  @media screen and (min-width: 426px) {
    .template-page .article-title,
    .template-page .article-body > .wp-block-idkomm-layout-container {
      padding-left: 3.33333%;
      padding-right: 3.33333%; } }
  @media screen and (min-width: 640px) {
    .template-page .article-title,
    .template-page .article-body > .wp-block-idkomm-layout-container {
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (min-width: 900px) {
    .template-page .article-title,
    .template-page .article-body > .wp-block-idkomm-layout-container {
      padding-left: 6.66667%;
      padding-right: 6.66667%; } }
  @media screen and (min-width: 1200px) {
    .template-page .article-title,
    .template-page .article-body > .wp-block-idkomm-layout-container {
      padding-left: 10%;
      padding-right: 10%; } }

.template-page .article-body {
  margin: 0 auto;
  max-width: 1370px;
  padding-left: 0.625em;
  padding-right: 0.625em; }
  @media screen and (min-width: 426px) {
    .template-page .article-body {
      padding-left: 3.33333%;
      padding-right: 3.33333%; } }
  @media screen and (min-width: 640px) {
    .template-page .article-body {
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (min-width: 900px) {
    .template-page .article-body {
      padding-left: 6.66667%;
      padding-right: 6.66667%; } }
  @media screen and (min-width: 1200px) {
    .template-page .article-body {
      padding-left: 10%;
      padding-right: 10%; } }
  .template-page .article-body .alignwide {
    max-width: 1570px; }
  .template-page .article-body .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2);
    margin-right: calc( -100vw / 2 + 100% / 2);
    max-width: 100vw; }

.article-content {
  overflow: hidden; }

.template-single {
  margin: 0 auto;
  max-width: 1370px;
  padding-left: 2rem;
  padding-right: 2rem; }

.woocommerce div.product .product_title {
  font-weight: normal;
  width: 100%;
  margin-bottom: 3rem;
  text-align: center; }

.template-archive {
  margin: 0 auto;
  max-width: 1370px;
  padding-left: 0.625em;
  padding-right: 0.625em; }
  @media screen and (min-width: 426px) {
    .template-archive {
      padding-left: 3.33333%;
      padding-right: 3.33333%; } }
  @media screen and (min-width: 640px) {
    .template-archive {
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (min-width: 900px) {
    .template-archive {
      padding-left: 6.66667%;
      padding-right: 6.66667%; } }
  @media screen and (min-width: 1200px) {
    .template-archive {
      padding-left: 10%;
      padding-right: 10%; } }

.template-search {
  margin: 0 auto;
  max-width: 1370px;
  padding-left: 0.625em;
  padding-right: 0.625em; }
  @media screen and (min-width: 426px) {
    .template-search {
      padding-left: 3.33333%;
      padding-right: 3.33333%; } }
  @media screen and (min-width: 640px) {
    .template-search {
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (min-width: 900px) {
    .template-search {
      padding-left: 6.66667%;
      padding-right: 6.66667%; } }
  @media screen and (min-width: 1200px) {
    .template-search {
      padding-left: 10%;
      padding-right: 10%; } }

.template-error-404 {
  margin: 0 auto;
  max-width: 1370px;
  padding-left: 0.625em;
  padding-right: 0.625em; }
  @media screen and (min-width: 426px) {
    .template-error-404 {
      padding-left: 3.33333%;
      padding-right: 3.33333%; } }
  @media screen and (min-width: 640px) {
    .template-error-404 {
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (min-width: 900px) {
    .template-error-404 {
      padding-left: 6.66667%;
      padding-right: 6.66667%; } }
  @media screen and (min-width: 1200px) {
    .template-error-404 {
      padding-left: 10%;
      padding-right: 10%; } }

.template-styleguide {
  margin: 0 auto;
  max-width: 1370px;
  padding-left: 0.625em;
  padding-right: 0.625em; }
  @media screen and (min-width: 426px) {
    .template-styleguide {
      padding-left: 3.33333%;
      padding-right: 3.33333%; } }
  @media screen and (min-width: 640px) {
    .template-styleguide {
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (min-width: 900px) {
    .template-styleguide {
      padding-left: 6.66667%;
      padding-right: 6.66667%; } }
  @media screen and (min-width: 1200px) {
    .template-styleguide {
      padding-left: 10%;
      padding-right: 10%; } }

#sidebar {
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  font-size: 14px; }
  @media screen and (min-width: 900px) {
    #sidebar {
      width: 780px; } }
  #sidebar .totals {
    border-top: 1px solid #6d6e71;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-top: 14px;
    font-weight: 600; }
  #sidebar .price {
    color: #333333;
    font-size: 14px; }

.sidebar-content {
  background: #fff;
  width: calc(100% + 10rem);
  height: 100vh;
  padding: 10rem 10rem 4rem 2rem; }
  .sidebar-content > div {
    height: calc(100vh - 14rem);
    overflow: auto;
    width: 100%;
    padding-right: 2rem; }
    .sidebar-content > div.hide {
      display: none; }
  .sidebar-content .close {
    cursor: pointer;
    position: absolute;
    right: 2rem;
    margin-top: -3rem; }
  @media screen and (min-width: 900px) {
    .sidebar-content {
      padding: 7.8rem 10rem 6rem 6rem; }
      .sidebar-content > div {
        height: calc(100vh - 13.8rem);
        padding-right: 6rem; }
      .sidebar-content .close {
        right: 6rem; } }

.sidebar-wrapper {
  transition: all 200ms cubic-bezier(0.5, -0.01, 0.35, 1.36) 0ms; }
  .sidebar-wrapper .sidebar-loading {
    display: none;
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 20; }
  .sidebar-wrapper.open {
    transform: translate(-100%, 0); }
    .sidebar-wrapper.open .bkg {
      transform: translate(-70%, 0);
      opacity: 0.5; }
  .sidebar-wrapper.is-loading .sidebar-loading {
    display: block; }
  .sidebar-wrapper.is-loading #sidebar-content {
    opacity: 0.5; }
  .sidebar-wrapper .sidebar-wrapper {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: absolute;
    z-index: 10; }
  .sidebar-wrapper .bkg {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: #000;
    opacity: 0;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
    transition: opacity 400ms ease-in-out; }
  .sidebar-wrapper .component-button-arrow-wrap {
    margin-top: 30px;
    margin-right: 5em; }
    @media screen and (min-width: 640px) {
      .sidebar-wrapper .component-button-arrow-wrap {
        margin-top: 20px; } }
  .sidebar-wrapper button {
    font-size: 14px;
    padding-top: 1.4em;
    padding-bottom: 1.4em; }

#sidebar-content {
  height: 100vh;
  overflow: auto; }

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  width: 100%; }
  @media screen and (min-width: 769px) {
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
      width: 30.75%; } }

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input:not([type]),
textarea,
select[multiple] {
  border-radius: 0;
  padding: 0.2em 0.5em;
  border-color: #6d6e71;
  transition: .2s border-color, .2s box-shadow; }
  input[type="date"]:hover,
  input[type="email"]:hover,
  input[type="number"]:hover,
  input[type="password"]:hover,
  input[type="tel"]:hover,
  input[type="text"]:hover,
  input:not([type]):hover,
  textarea:hover,
  select[multiple]:hover {
    border-color: #6d6e71; }
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input:not([type]):focus,
  textarea:focus,
  select[multiple]:focus {
    box-shadow: 0 0 0 1px #6d6e71;
    border-color: #6d6e71; }
  .has-error input[type="date"], .has-error
  input[type="email"], .has-error
  input[type="number"], .has-error
  input[type="password"], .has-error
  input[type="tel"], .has-error
  input[type="text"], .has-error
  input:not([type]), .has-error
  textarea, .has-error
  select[multiple] {
    border-color: #d9001a;
    box-shadow: 0 0 0 1px #d9001a; }
    .has-error input[type="date"]:focus, .has-error
    input[type="email"]:focus, .has-error
    input[type="number"]:focus, .has-error
    input[type="password"]:focus, .has-error
    input[type="tel"]:focus, .has-error
    input[type="text"]:focus, .has-error
    input:not([type]):focus, .has-error
    textarea:focus, .has-error
    select[multiple]:focus {
      box-shadow: 0 0 0 1px #d9001a;
      border-color: #d9001a; }

.price,
.item-price {
  display: none !important; }

.woocommerce ul.products li.product .price,
.price {
  font-size: 17px;
  color: #d9001a; }

.single-product .price {
  font-size: 30px; }

.payment-note {
  font-size: .775em; }

.woocommerce ul.products li.product .price {
  margin-top: 0 !important; }

ul.products li.filtr-item.hide {
  display: none; }

.select select {
  /* Reset Select */
  appearance: none;
  outline: 10px red;
  box-shadow: none;
  border: 0;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  margin: 0;
  padding-right: 0;
  background-color: #fff;
  background-image: none;
  cursor: pointer; }

/* Remove IE arrow */
.select select::-ms-expand {
  display: none; }

/* Custom Select wrapper */
.select {
  position: relative;
  display: flex;
  width: 15em;
  height: 3em;
  overflow: hidden;
  margin-right: 1rem;
  border: 1px solid #6d6e71; }

/* Arrow */
.select::after {
  content: "\25BC" !important;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  height: 100%;
  border-left: 1px solid #6d6e71;
  display: flex;
  align-items: center;
  color: #6d6e71;
  font-size: 80%;
  background-color: #faf3f3;
  transition: 0.25s all ease;
  pointer-events: none; }

/* Transition */
.select:hover::after {
  color: #fff;
  background: #d9001a; }

.reset_variations {
  display: none !important; }

.woocommerce-variation-add-to-cart.variations_button {
  display: flex; }

.woocommerce ul.products li.product {
  position: relative;
  overflow: hidden; }

.woocommerce ul.products li.product .package-image {
  display: none; }

.woocommerce ul.products li.product a img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  aspect-ratio: 1/1; }

.cart .cart-icon {
  position: absolute;
  top: 0;
  margin-top: 31px; }
  @media screen and (min-width: 900px) {
    .cart .cart-icon {
      margin-top: 47px; } }

.cart .loading-cart {
  font-size: 6rem; }
  .cart .loading-cart p {
    width: 100%; }

.cart .price {
  margin-right: 40px; }

.cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .cart-item h4, .cart-item label {
    font-weight: normal; }
  .cart-item h4 {
    margin-top: 0;
    font-size: 1em;
    margin-bottom: 1em; }
  .cart-item img {
    height: 60px; }
  .cart-item .img {
    width: 72px; }
  .cart-item .item-price {
    width: 72px; }
  .cart-item .remove {
    width: 24px;
    height: 24px;
    text-align: center;
    cursor: pointer;
    padding: 0; }
    .cart-item .remove svg {
      width: 10px; }
      .cart-item .remove svg path {
        fill: #333333; }
    .cart-item .remove span {
      height: 20px;
      line-height: 1.5;
      display: block; }
    .cart-item .remove:hover svg path {
      fill: #d9001a; }
  .cart-item .name {
    flex-grow: 1;
    margin-left: 1em; }
  .cart-item .qty label {
    display: inline-block; }
  .cart-item .qty .not-allowed {
    color: #d9001a;
    margin-left: 10px;
    font-size: 12px; }
  .cart-item .qty input {
    display: inline-block;
    width: 50px;
    margin-left: 5px;
    margin-bottom: 0; }
  .cart-item.removed {
    background-color: #f3f3f3;
    padding: 5px;
    transition: opacity .2s, transform .2s, margin .2s;
    height: 60px;
    margin-bottom: 10px;
    padding: 15px 2em;
    display: flex;
    justify-content: space-between; }
  .cart-item.deleting {
    opacity: 0;
    margin-bottom: -60px;
    transform: translate(100%, 0); }

.checkout-form {
  padding-right: 10px;
  width: calc(100% + 1em); }
  .checkout-form .badge {
    top: 6px;
    right: 4px;
    border-radius: 50%;
    line-height: 1.75;
    display: flex;
    height: 20px;
    width: 20px;
    font-size: 12px;
    justify-content: center;
    align-items: center; }
  .checkout-form .cart-item .img {
    position: relative; }
  .checkout-form .cart-item .item-price {
    text-align: right;
    display: block;
    margin-bottom: 1em; }
  .checkout-form .cart-item.has-error .badge {
    background: red; }
  .checkout-form .cart-item .not-allowed {
    background: red;
    padding: 0px 11px;
    border-radius: 1rem;
    color: #fff;
    font-weight: 700;
    display: inline-flex; }
    .checkout-form .cart-item .not-allowed a {
      color: #fff;
      text-decoration: underline;
      margin-left: 5px; }
  .checkout-form .inputs {
    margin-bottom: 50px; }
  .checkout-form .component-button-arrow-wrap {
    position: relative;
    width: fit-content; }
  .checkout-form .loading-icon.submitting-message {
    color: #fff;
    z-index: 4;
    position: absolute;
    right: 2rem;
    top: 0;
    height: 7px;
    font-size: 100px; }

.form-input {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  clear: both;
  position: relative;
  margin-bottom: 1.5em; }
  .form-input > label {
    width: 30%;
    font-size: 1em;
    font-weight: normal;
    margin: -1em 0;
    padding-right: 1em;
    line-height: 1.2; }
  .form-input > .input {
    width: 70%;
    min-height: 30px;
    margin-bottom: 0; }
    .form-input > .input[type='text'] {
      height: 30px; }
    @media screen and (min-width: 640px) {
      .form-input > .input {
        min-height: 26px; }
        .form-input > .input[type='text'] {
          height: 26px; } }
  .form-input.hide {
    display: none; }
  .form-input.checkbox > .input {
    width: 20px; }
  .form-input.checkbox .checkbox-label {
    width: calc(70% - 20px - 10px); }
    .form-input.checkbox .checkbox-label p {
      margin-bottom: 0; }
  .form-input.checkbox.no-label {
    padding: 0 2px; }
    .form-input.checkbox.no-label > .input {
      width: 20px; }
    .form-input.checkbox.no-label .checkbox-label {
      width: calc(100% - 40px); }
    .form-input.checkbox.no-label.has-error {
      margin-left: 2px;
      padding-left: 0; }
  .form-input.no-label > .input {
    width: 100%; }
  @media screen and (min-width: 900px) {
    .form-input.col-1 {
      clear: none;
      width: calc(62% - 30px);
      float: left;
      margin-right: 30px; }
      .form-input.col-1 > label {
        width: 53.1%; }
      .form-input.col-1 .input {
        width: 46.9%; }
    .form-input.col-2 {
      clear: none;
      width: 38%; }
      .form-input.col-2 > label {
        width: 24%; }
      .form-input.col-2 .input {
        width: 76%; } }
  .form-input.deliverance_address label {
    font-weight: 600;
    min-width: 30%;
    width: auto; }
  .form-input.deliverance_address .checkbox-label {
    width: auto; }
  .form-input.terms_and_conditions {
    align-items: flex-start;
    margin-top: 60px; }
  .form-input .error-message {
    position: absolute;
    color: #d9001a; }
    .form-input .error-message.error-invalid {
      position: relative;
      text-align: right;
      width: 100%;
      margin: 0 0 8px;
      font-size: 0.8rem;
      font-style: italic; }
    .form-input .error-message.error-req {
      right: 5px;
      margin-top: 4px;
      position: relative;
      text-align: right;
      width: 100%;
      margin: 0 0 8px;
      font-size: 0.8rem;
      font-style: italic; }
  .form-input .breaker {
    display: block;
    width: 100%;
    height: 0; }

.cart-item-error {
  margin-top: 10px; }
  .cart-item-error .error-message {
    color: #d8000c;
    background-color: #ffbaba;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 500; }

/* Highlight animation for errors */
@keyframes errorHighlight {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7); }
  70% {
    box-shadow: 0 0 0 10px rgba(220, 53, 69, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0); } }

.cart-item.has-error {
  border-color: #dc3545; }

.cart-item.highlight-error {
  animation: errorHighlight 1.5s ease-out; }

.cart-item-error {
  margin-top: 10px; }
  .cart-item-error .error-message {
    color: #d8000c;
    background-color: #ffbaba;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 500; }

.cart-item.has-error {
  border-left: 3px solid #e2401c;
  padding: 1rem;
  background-color: rgba(226, 64, 28, 0.05); }

.highlight-error {
  animation: highlight-pulse 1.5s ease-in-out; }

@keyframes highlight-pulse {
  0% {
    background-color: transparent; }
  50% {
    background-color: rgba(226, 64, 28, 0.15); }
  100% {
    background-color: transparent; } }

.adjust-quantity-btn {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 8px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 0.85em;
  cursor: pointer; }

.quantity-warning-tooltip {
  position: fixed;
  background: #333;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 1000;
  animation: fadeIn 0.3s, fadeOut 0.3s 2.7s; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.filter-container .toggle-filter-sidebar a {
  text-decoration: none; }
  .filter-container .toggle-filter-sidebar a, .filter-container .toggle-filter-sidebar a:hover, .filter-container .toggle-filter-sidebar a:focus {
    color: #333333; }
  .filter-container .toggle-filter-sidebar a .filter-label {
    display: inline-block;
    margin-left: 0.5em; }

.filter-container .filter-sidebar {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100;
  background: #fff;
  left: 0;
  padding: 20px;
  transform: translate(-100%, 0);
  transition: 0.2s; }
  .filter-container .filter-sidebar .filter-content {
    display: flex;
    align-items: center;
    flex: none; }
    @media screen and (min-width: 640px) {
      .filter-container .filter-sidebar .filter-content {
        display: none; } }
    .filter-container .filter-sidebar .filter-content .filter-m-sidebar {
      display: inline-flex;
      color: #333333; }
      .filter-container .filter-sidebar .filter-content .filter-m-sidebar .image-space {
        padding-right: 5px; }
    .filter-container .filter-sidebar .filter-content .close {
      margin-left: auto; }
      .filter-container .filter-sidebar .filter-content .close img {
        width: 20px; }
  .filter-container .filter-sidebar.open {
    transform: translate(0, 0); }
  @media screen and (min-width: 640px) {
    .filter-container .filter-sidebar {
      transform: translate(0, 0);
      transition: none;
      position: relative;
      top: auto;
      height: auto;
      width: auto;
      z-index: 0;
      background: transparent;
      left: auto;
      padding: 0; } }

@media screen and (min-width: 640px) {
  .filter-container .toggle-filter-sidebar {
    display: none; } }

.filter-container ul {
  margin: 0 -10px; }

.filter-container li {
  font-weight: lighter !important;
  font-size: 2rem;
  font-family: "basier_circlemedium", sans-serif;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.25;
  font-weight: normal;
  color: inherit;
  font-size: 1.5rem;
  margin: 0 10px;
  cursor: pointer;
  color: #6D7993; }
  @media screen and (min-width: 640px) {
    .filter-container li {
      display: inline-block; } }
  .filter-container li.current {
    color: black; }

.component-button-arrow {
  border-radius: 500px;
  text-transform: none;
  background-color: #d9001a;
  padding: 1em 7em 1em 2.2em;
  display: flex;
  color: white;
  text-decoration: none;
  font-family: "basier_circleregular", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: auto;
  line-height: 1;
  position: relative;
  transition: padding-right 0.7s ease;
  margin-right: -4em;
  font-size: 1rem;
  align-items: center;
  width: fit-content; }
  .component-button-arrow.no-pad {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important; }
  .inverted .component-button-arrow {
    background: transparent;
    border: 2px solid white; }
  .component-button-arrow.secondary {
    background-color: #6d6e71;
    color: #fff; }
    .component-button-arrow.secondary:visited, .component-button-arrow.secondary:hover, .component-button-arrow.secondary:focus,
    .component-button-arrow-wrap:hover .component-button-arrow.secondary,
    .component-button-arrow-wrap:focus .component-button-arrow.secondary {
      background-color: #6d6e71; }
  .component-button-arrow:visited, .component-button-arrow:hover, .component-button-arrow:focus {
    text-decoration: none;
    color: white;
    outline: none; }
    .inverted .component-button-arrow:visited, .inverted .component-button-arrow:hover, .inverted .component-button-arrow:focus {
      color: #d9001a; }
  .component-button-arrow span {
    display: none; }
  .component-button-arrow:after {
    display: inline-block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 2.5em;
    transform: translate(-0.2em, -50%);
    height: 1px;
    width: 3em;
    border-bottom: 2px solid white;
    transition: width 0.7s ease; }
  .component-button-arrow:before {
    display: inline-block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 2.5em;
    transform: translate(0, -50%);
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 4.7 5.09' xmlns='http://www.w3.org/2000/svg' width='5' height='5'%3E%3Cpath d='m2.7 2.54h.29' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath d='m0 5.09 2.54-2.55-2.54-2.54h2.16l2.54 2.54-2.54 2.55z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
    width: 0.5em;
    height: 0.5em;
    transition: width 0.7s ease; }
  .bg-color-primary .component-button-arrow {
    background-color: white;
    color: #d9001a; }
    .bg-color-primary .component-button-arrow:after {
      border-color: #d9001a; }
    .bg-color-primary .component-button-arrow:before {
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 4.7 5.09' xmlns='http://www.w3.org/2000/svg' width='5' height='5'%3E%3Cpath d='m2.7 2.54h.29' fill='none' stroke='%23d9001a' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath d='m0 5.09 2.54-2.55-2.54-2.54h2.16l2.54 2.54-2.54 2.55z' fill='%23d9001a'/%3E%3C/svg%3E"); }
  .component-button-arrow[data-mce-selected]:after, .component-button-arrow[data-mce-selected]:before {
    opacity: 0; }
  .component-button-arrow:focus, .component-button-arrow:hover,
  .component-button-arrow-wrap:hover .component-button-arrow {
    padding-right: 10em;
    background-color: #d9001a; }
    .bg-color-primary .component-button-arrow:focus, .bg-color-primary .component-button-arrow:hover, .bg-color-primary
    .component-button-arrow-wrap:hover .component-button-arrow {
      background-color: white; }
    .component-button-arrow:focus:after, .component-button-arrow:hover:after,
    .component-button-arrow-wrap:hover .component-button-arrow:after {
      width: 6em; }
  .component-button-arrow.blue, .component-button-arrow.blue:focus, .component-button-arrow.blue:hover {
    background: green; }
  .component-button-arrow__link {
    background-color: transparent;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0; }
    .component-button-arrow__link, .component-button-arrow__link:visited, .component-button-arrow__link:hover, .component-button-arrow__link:focus {
      text-decoration: none;
      color: #d9001a;
      background: transparent;
      font-family: "basier_circlebold", sans-serif; }
    .component-button-arrow__link:after {
      border-color: #d9001a; }
    .component-button-arrow__link:before {
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 4.7 5.09' xmlns='http://www.w3.org/2000/svg' width='5' height='5'%3E%3Cpath d='m2.7 2.54h.29' fill='none' stroke='%23d9001a' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath d='m0 5.09 2.54-2.55-2.54-2.54h2.16l2.54 2.54-2.54 2.55z' fill='%23d9001a'/%3E%3C/svg%3E"); }
      .inverted .component-button-arrow__link:before {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 4.7 5.09' xmlns='http://www.w3.org/2000/svg' width='5' height='5'%3E%3Cpath d='m2.7 2.54h.29' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath d='m0 5.09 2.54-2.55-2.54-2.54h2.16l2.54 2.54-2.54 2.55z' fill='%23fff'/%3E%3C/svg%3E"); }

.component-button-arrow-wrap {
  width: 100%;
  background-color: #d9001a;
  cursor: pointer; }
  .component-button-arrow-wrap.secondary {
    background-color: #6d6e71; }
  @media screen and (min-width: 640px) {
    .component-button-arrow-wrap.m-split {
      width: auto;
      display: table; } }

.button-read-more,
.add-to-cart-button {
  border: none;
  padding: .875rem 3.125rem;
  font-size: 16px;
  line-height: 1;
  width: auto;
  transition: background-color .15sease-in-out;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  background: #c72b29;
  color: #fff !important;
  margin-top: 10px;
  width: 100%;
  display: block;
  font-weight: 600;
  text-align: center; }

.button-read-more {
  width: auto;
  display: inline-block; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.React__checkbox--input {
  display: none; }

.React__checkbox {
  border: 1px solid #6d6e71;
  margin-right: 10px; }
  .has-error .React__checkbox {
    border-color: #d9001a;
    box-shadow: 0 0 0 1px #d9001a; }
  .React__checkbox label {
    margin-bottom: 0; }

.React__checkbox--input + span {
  display: flex;
  width: 17px;
  height: 17px;
  background: #fff;
  align-items: center;
  justify-content: center;
  color: white;
  margin: 5px;
  border: 0px solid #6d6e71;
  box-sizing: border-box;
  transition: all 150ms; }

.React__checkbox--input:checked + span {
  border-width: 8.5px; }
  .React__checkbox--input:checked + span::before {
    content: '';
    color: black; }

.React__checkbox--input:disabled + span {
  background: #fff; }

@keyframes pulse {
  from {
    opacity: 1; }
  to {
    opacity: .4; } }

.loading-icon {
  position: relative;
  font-size: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  color: #333;
  line-height: 0; }
  .loading-icon span {
    animation: pulse .6s infinite;
    animation-direction: alternate; }
    .loading-icon span.d-1 {
      animation-delay: 0s; }
    .loading-icon span.d-2 {
      animation-delay: .2s; }
    .loading-icon span.d-3 {
      animation-delay: .4s; }

.rubin-message {
  color: #333333;
  margin-bottom: 10px;
  width: 100%; }
  .rubin-message .box {
    border: 2px solid #333333;
    padding: 5px 10px;
    display: inline-block; }
  .rubin-message p:last-of-type {
    margin-bottom: 0; }
  .rubin-message.message-warning .box {
    border-color: #d9001a; }
  .rubin-message.message-warning p {
    color: #d9001a;
    font-family: "basier_circlemedium", sans-serif; }
  @media screen and (min-width: 900px) {
    .single-product .product_content .rubin-message .box {
      width: auto;
      margin-left: 33%; } }
  #site-content > .rubin-message {
    margin: 0 auto;
    max-width: 1370px;
    padding-left: 0.625em;
    padding-right: 0.625em;
    display: flex;
    justify-content: center;
    margin: -40px auto 50px; }
    @media screen and (min-width: 426px) {
      #site-content > .rubin-message {
        padding-left: 3.33333%;
        padding-right: 3.33333%; } }
    @media screen and (min-width: 640px) {
      #site-content > .rubin-message {
        padding-left: 5%;
        padding-right: 5%; } }
    @media screen and (min-width: 900px) {
      #site-content > .rubin-message {
        padding-left: 6.66667%;
        padding-right: 6.66667%; } }
    @media screen and (min-width: 1200px) {
      #site-content > .rubin-message {
        padding-left: 10%;
        padding-right: 10%; } }
    #site-content > .rubin-message p {
      text-align: center; }

.template-page h1, .template-page h2, .template-page h3 {
  color: #333333;
  font-weight: lighter; }

.template-page h3 {
  font-size: 30px; }

.template-page .woocommerce-loop-product__title {
  font-size: 22px;
  line-height: 1.1; }

.template-page .meta {
  font-size: 17px;
  line-height: 1.3; }
  .template-page .meta li {
    display: flex; }
    .template-page .meta li span {
      flex-wrap: wrap;
      padding-left: 2px; }

.template-page .primary {
  font-family: "basier_circlesemibold", sans-serif;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 21px;
  position: relative; }
  .template-page .primary img {
    width: 33px !important;
    position: absolute;
    top: 6px;
    left: 95px; }

.template-page .filtr-item {
  width: 100%; }

@media screen and (min-width: 769px) {
  .template-page .woocommerce ul.products[class*=columns-] li.product, .template-page .woocommerce-page ul.products[class*=columns-] li.product {
    width: 28.99%; } }

.template-page .woocommerce .product select::-ms-expand {
  display: none; }

@media screen and (min-width: 769px) {
  .template-page .woocommerce ul.products li.product, .template-page .woocommerce-page ul.products li.product {
    margin: 0 6% 2.992em 0; }
    .template-page .woocommerce ul.products li.product:nth-child(3n), .template-page .woocommerce-page ul.products li.product:nth-child(3n) {
      margin-right: 0; } }

.template-page .woocommerce ul.products
li.product .woocommerce-loop-category__title,
.template-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
.template-page .woocommerce ul.products li.product h3 {
  font-size: 1.375em; }

.template-page .filtr-item {
  width: 100%; }

.single-product .product_title_wrap h1 {
  font-weight: normal;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 900px) {
    .single-product .product_title_wrap h1 {
      width: 33%; } }

.single-product .product_content {
  display: flex;
  flex-wrap: wrap;
  font-weight: normal; }
  .single-product .product_content .woocommerce-product-gallery {
    flex: 1 0 100%;
    padding-right: 0; }
    @media screen and (min-width: 900px) {
      .single-product .product_content .woocommerce-product-gallery {
        flex: 1 0 33%;
        padding-right: 1.5rem; } }
  .single-product .product_content .summary {
    flex: 1 0 100%;
    margin-bottom: 0em !important;
    padding-right: 1.5em; }
    @media screen and (min-width: 640px) {
      .single-product .product_content .summary {
        flex: 1 0 33%; } }
  .single-product .product_content .woocommerce-tabs {
    flex: 1 0 100%; }
    @media screen and (min-width: 640px) {
      .single-product .product_content .woocommerce-tabs {
        flex: 1 0 33%; } }
    .single-product .product_content .woocommerce-tabs .tabs {
      display: none; }
    .single-product .product_content .woocommerce-tabs hr.lineBreak {
      border: solid 1px #6d6e71; }
      @media screen and (min-width: 640px) {
        .single-product .product_content .woocommerce-tabs hr.lineBreak {
          display: none; } }
    .single-product .product_content .woocommerce-tabs .woocommerce-Tabs-panel h2 {
      display: none; }

.single-product .add-to-cart-wrapper {
  margin-top: 40px;
  display: flex;
  flex-flow: row; }
  @media screen and (min-width: 900px) {
    .single-product .add-to-cart-wrapper {
      margin-top: 60px;
      margin-left: 33%; } }
  .single-product .add-to-cart-wrapper .add-to-cart-container {
    display: flex;
    flex-flow: row wrap;
    gap: 1em; }
    @media screen and (min-width: 1200px) {
      .single-product .add-to-cart-wrapper .add-to-cart-container {
        flex-flow: row; } }
  .single-product .add-to-cart-wrapper div.quantity {
    margin-right: 1em !important; }
  .single-product .add-to-cart-wrapper input.qty {
    padding: 17px 6px 14px;
    margin-bottom: 0; }
  .single-product .add-to-cart-wrapper .add_to_cart_button {
    margin-right: -100px; }

.single-product .product-meta li {
  margin-bottom: .75rem; }

.single-product .product select::-ms-expand {
  display: none; }

.hero {
  padding: 0;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-bottom: 5rem;
  z-index: 1; }

.hero::before {
  content: "";
  background: #faf3f3;
  background: linear-gradient(90deg, #faf3f3 60%, rgba(250, 243, 243, 0.521468) 79%, rgba(250, 243, 243, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  z-index: 50; }

.hero .hero-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 700px;
  height: 100%;
  z-index: 100;
  padding: 0 5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.hero > * {
  width: 100%; }

.idkcomp-image .holder, .idkcomp-image .idkcomp-background-image {
  background-size: cover;
  background-position: 50%; }

.hero .idkcomp-background-image {
  min-height: 650px;
  padding-bottom: 0 !important; }

.hero-caption h1 {
  margin-top: 0; }

.faq-section {
  background: #faf3f3;
  padding: 5rem 0; }

.faq-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem; }

.faq-item {
  border-bottom: 1px solid #ddd; }

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  padding: 15px;
  cursor: pointer;
  color: #333;
  text-transform: none;
  position: relative; }

.faq-question::after {
  content: "\2193";
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease; }

.faq-answer {
  display: none;
  padding: 1.5rem;
  font-size: 1.3rem;
  background: #f4f4f4; }

.faq-item.active .faq-question::after {
  transform: rotate(180deg); }

.faq-item.active .faq-answer {
  display: block; }

.faq-answer .ratio {
  position: relative;
  width: 100%; }

.faq-answer .ratio::before {
  display: block;
  padding-top: 56.25%;
  content: ""; }

.faq-answer .ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible !important; }

#site-content {
  min-height: calc(100vh - 700px); }

.filter-container li {
  font-size: 1.3rem;
  color: #333; }
  .filter-container li.current {
    color: #c72b29; }
