@charset "UTF-8";
/*!
Theme Name: BYD Design
Theme URI: http://underscores.me/
Author: alphanauten
Author URI: https://alphanauten.de/
Description: custom theme for backyarddesign
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: backyarddesign
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

backyarddesign is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Fonts
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css?family=Oswald");
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 1.25rem / 2); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 1.25rem / 2); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 1.25rem / 2); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 1.25rem / 2); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 1.25rem / 2); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 1.25rem / 2); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 1.25rem / 2); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 1.25rem / 2); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.show-for-dark-mode {
  display: none; }

.hide-for-dark-mode {
  display: block; }

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important; }
  .hide-for-dark-mode {
    display: none !important; } }

.show-for-ie {
  display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important; }
  .hide-for-ie {
    display: none !important; } }

.show-for-sticky {
  display: none; }

.is-stuck .show-for-sticky {
  display: block; }

.is-stuck .hide-for-sticky {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden; }

body,
html {
  font-size: 16px; }
  body,
  html {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      body,
      html {
        font-size: calc(16px + 2 * ((100vw - 320px) / 1180)); } }
    @media screen and (min-width: 1500px) {
      body,
      html {
        font-size: 18px; } }

body,
button,
input,
select,
optgroup,
textarea {
  color: #021613;
  font-family: "IBMPlexSans", Oswald, Regular;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
  color: $color__primary;
  margin: 0;
  margin-bottom: 20px;

  &.is--heading {
    font-family: $font__heading;
  }
}

*/
.section-container *:last-child {
  margin-bottom: 0; }

/*

h1 {
  font-family: $font__heading;
  transform: rotate(-2deg);
}

h1 {
  font-size: 50px;
  @include fluid-type(font-size, $size__phone, $size__desktopLarge, 50px, 100px);
}

h2 {
  font-size: 30px;
  @include fluid-type(font-size, $size__phone, $size__desktopLarge, 30px, 36px);

  &.is--heading {
    font-size: 45px;
    @include fluid-type(font-size, $size__phone, $size__desktopLarge, 45px, 66px);
  }
}

h3 {
  color: $color__text-main;
  font-size: 24px;
  @include fluid-type(font-size, $size__phone, $size__desktopLarge, 24px, 30px);

  &.is--heading {
    font-size: 40px;
    @include fluid-type(font-size, $size__phone, $size__desktopLarge, 40px, 56px);
  }
}

*/
.byd--product-content h1,
.byd--product-content h2,
.byd--product-content h3,
.byd--product-content h4,
.byd--product-content h5,
.byd--product-content h6 {
  font-family: "IBMPlexSans", Oswald, Regular;
  transform: none;
  margin: 0.3em 0 0.7em; }

.byd--product-content h1 {
  font-size: 26px; }
  .byd--product-content h1 {
    font-size: 26px; }
    @media screen and (min-width: 320px) {
      .byd--product-content h1 {
        font-size: calc(26px + 8 * ((100vw - 320px) / 1180)); } }
    @media screen and (min-width: 1500px) {
      .byd--product-content h1 {
        font-size: 34px; } }

.byd--product-content h2 {
  font-size: 20px; }
  .byd--product-content h2 {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      .byd--product-content h2 {
        font-size: calc(20px + 8 * ((100vw - 320px) / 1180)); } }
    @media screen and (min-width: 1500px) {
      .byd--product-content h2 {
        font-size: 28px; } }

.byd--product-content h3 {
  font-size: 20px; }
  .byd--product-content h3 {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      .byd--product-content h3 {
        font-size: calc(20px + 4 * ((100vw - 320px) / 1180)); } }
    @media screen and (min-width: 1500px) {
      .byd--product-content h3 {
        font-size: 24px; } }

.byd--product-content h4 {
  font-size: 20px; }

/*
p {
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 1.6;
}
*/
dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.btn, button {
  padding: 0.3em 1em .4em;
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 35px; }

div.has-secondary-background-color, button.has-secondary-background-color, .btn.has-secondary-background-color {
  color: #fff; }

div.btn--simple, button.btn--simple, .btn.btn--simple {
  padding: 5px 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1rem; }

div.btn-icon, button.btn-icon, .btn.btn-icon {
  border: none;
  padding: 0;
  margin-left: 10px;
  position: relative; }
  div.btn-icon.small-round-icon, button.btn-icon.small-round-icon, .btn.btn-icon.small-round-icon {
    width: 40px;
    height: 40px;
    border-radius: 100%; }
  div.btn-icon.large-round-icon, button.btn-icon.large-round-icon, .btn.btn-icon.large-round-icon {
    height: 40px;
    border-radius: 100px;
    color: #fff; }
  div.btn-icon svg, div.btn-icon img, button.btn-icon svg, button.btn-icon img, .btn.btn-icon svg, .btn.btn-icon img {
    fill: #fff; }

div.btn-flat, button.btn-flat, .btn.btn-flat {
  background: none;
  border: 1px solid #25B7BC; }
  div.btn-flat.active, button.btn-flat.active, .btn.btn-flat.active {
    background: #25B7BC;
    color: white; }

div.btn-call-to-action, button.btn-call-to-action, .btn.btn-call-to-action {
  color: #FF3456;
  border: 2px solid #FF3456;
  border-radius: 2rem;
  line-height: 1.1;
  height: auto;
  padding: .4em .3em .4em;
  max-width: 640px; }
  div.btn-call-to-action:hover, button.btn-call-to-action:hover, .btn.btn-call-to-action:hover {
    background: #FF3456;
    color: white;
    border-color: #FF3456; }

div.btn-primary, button.btn-primary, .btn.btn-primary {
  display: flex;
  align-items: center;
  position: relative;
  height: auto;
  padding: 10px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: bold;
  color: #fff; }
  div.btn-primary.has-secondary-background-color .splat, button.btn-primary.has-secondary-background-color .splat, .btn.btn-primary.has-secondary-background-color .splat {
    fill: #FF3456; }
  div.btn-primary.has-primary-background-color .splat, button.btn-primary.has-primary-background-color .splat, .btn.btn-primary.has-primary-background-color .splat {
    fill: #25B7BC; }
  div.btn-primary .splat, button.btn-primary .splat, .btn.btn-primary .splat {
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
    transition: transform 0.1s ease-in-out; }
    div.btn-primary .splat:nth-of-type(1), button.btn-primary .splat:nth-of-type(1), .btn.btn-primary .splat:nth-of-type(1) {
      transform: translateX(-20%) scale(1.5);
      left: 0; }
    div.btn-primary .splat:nth-of-type(2), button.btn-primary .splat:nth-of-type(2), .btn.btn-primary .splat:nth-of-type(2) {
      transform: translateX(20%) scale(1.5);
      right: 0; }
  div.btn-primary .button-text, button.btn-primary .button-text, .btn.btn-primary .button-text {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1; }
    div.btn-primary .button-text:hover, div.btn-primary .button-text:visited, button.btn-primary .button-text:hover, button.btn-primary .button-text:visited, .btn.btn-primary .button-text:hover, .btn.btn-primary .button-text:visited {
      color: unset; }
  div.btn-primary a, button.btn-primary a, .btn.btn-primary a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff; }
    div.btn-primary a:hover, div.btn-primary a:visited, button.btn-primary a:hover, button.btn-primary a:visited, .btn.btn-primary a:hover, .btn.btn-primary a:visited {
      color: #fff; }

.button-preselect-trigger {
  cursor: pointer; }

.button-container.close-btn .preselect-btn:after {
  display: none; }

.is-style-splat-button {
  position: relative; }
  .is-style-splat-button.has-secondary-background-color:before, .is-style-splat-button.has-secondary-background-color:after {
    background-image: url(../svg/button-splash-secondary.svg); }
  .is-style-splat-button:before, .is-style-splat-button:after {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 56%;
    width: 70px;
    height: 70px;
    content: '';
    transform: translateY(-50%) scale(1.1); }
  .is-style-splat-button:before {
    left: -10%; }
  .is-style-splat-button:after {
    right: -10%; }

.preselect-btn-container {
  display: flex;
  align-items: center; }

button[type="submit"].has-secondary-background-color {
  background-color: #FF3456; }

button[type="submit"] span {
  position: relative;
  z-index: 1; }

svg .fill--primary {
  fill: #25B7BC; }

svg .stroke--secondary {
  stroke: #FF3456; }

svg .fill--secondary {
  fill: #FF3456; }

.splat {
  width: 60px;
  height: 60px; }

.is-primary .splat {
  width: 60px;
  height: 60px; }

.has-secondary-icon-color .splat {
  fill: #FF3456; }

.has-primary-icon-color .splat {
  fill: #25B7BC; }

.entry-content a:not([class]), .wpcf7 a:not([class]) {
  position: relative;
  display: inline-block;
  color: #25B7BC; }
  .entry-content a:not([class]) strong, .entry-content a:not([class]) span, .wpcf7 a:not([class]) strong, .wpcf7 a:not([class]) span {
    position: relative; }
  .entry-content a:not([class]):before, .wpcf7 a:not([class]):before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: .2em;
    left: 0;
    height: 4px;
    background: #eee41e;
    mix-blend-mode: multiply; }

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none; }

.wp-block-backyarddesign-subheadline + h3, .wp-block-backyarddesign-subheadline + h4, .wp-block-backyarddesign-subheadline + h5 {
  margin-top: 0; }

.no--margin {
  margin: 0; }
  .no--margin p, .no--margin h1, .no--margin h2, .no--margin h3, .no--margin h4, .no--margin h5, .no--margin h6 {
    margin: 0; }

.no--margin p {
  margin: 0; }

/*** INIT SHAPES WITH CSS ***/
.shape__square, .shape__circle, .shape__line {
  position: relative;
  display: block; }
  .shape__square:after, .shape__circle:after, .shape__line:after {
    display: block;
    content: " ";
    width: 100%;
    padding-bottom: 100%; }
  .shape__square:before, .shape__circle:before, .shape__line:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-color: inherit;
    border-width: 3px; }
    .shape__square:before, .shape__circle:before, .shape__line:before {
      border-width: 2px; }
      @media screen and (min-width: 320px) {
        .shape__square:before, .shape__circle:before, .shape__line:before {
          border-width: calc(2px + 1 * ((100vw - 320px) / 1180)); } }
      @media screen and (min-width: 1500px) {
        .shape__square:before, .shape__circle:before, .shape__line:before {
          border-width: 3px; } }

/* planwerk */
.shape__square:before {
  top: 0;
  left: 0;
  border-style: solid; }

/* feinwerk */
.shape__circle:before {
  top: 0;
  left: 0;
  border-style: solid;
  border-radius: 50%; }

/* raumwerk */
.shape__line:before {
  top: calc(50% - 3px);
  height: 0px;
  border-top-style: solid;
  transform-origin: center center;
  transform: rotate(-45deg); }

/**** werke--navigation ***/
.werke--navigation {
  display: grid;
  grid-template-columns: repeat(3, 180px); }
  @media only screen and (min-width: 1201px) {
    .werke--navigation {
      padding-left: 120px; } }
  .werke--navigation.werke--navigation__columns-2 {
    grid-template-columns: repeat(2, 180px); }
    .werke--navigation.werke--navigation__columns-2 .werke--navigation__link:nth-of-type(1n+3) {
      transform: translateX(30px); }
      @media only screen and (min-width: 1201px) {
        .werke--navigation.werke--navigation__columns-2 .werke--navigation__link:nth-of-type(1n+3) {
          transform: translateX(80px); } }
  .werke--navigation.werke--navigation__columns-3 {
    grid-template-columns: repeat(3, 180px); }
    .werke--navigation.werke--navigation__columns-3 .werke--navigation__link:nth-of-type(1n+4) {
      transform: translateX(30px); }
      @media only screen and (min-width: 1201px) {
        .werke--navigation.werke--navigation__columns-3 .werke--navigation__link:nth-of-type(1n+4) {
          transform: translateX(80px); } }
  .werke--navigation.werke--navigation__columns-4 {
    grid-template-columns: repeat(4, 180px); }
    .werke--navigation.werke--navigation__columns-4 .werke--navigation__link:nth-of-type(1n+5) {
      transform: translateX(30px); }
      @media only screen and (min-width: 1201px) {
        .werke--navigation.werke--navigation__columns-4 .werke--navigation__link:nth-of-type(1n+5) {
          transform: translateX(80px); } }
  .werke--navigation.werke--navigation__columns-5 {
    grid-template-columns: repeat(5, 180px); }
    .werke--navigation.werke--navigation__columns-5 .werke--navigation__link:nth-of-type(1n+6) {
      transform: translateX(30px); }
      @media only screen and (min-width: 1201px) {
        .werke--navigation.werke--navigation__columns-5 .werke--navigation__link:nth-of-type(1n+6) {
          transform: translateX(80px); } }
  .werke--navigation.werke--navigation__columns-6 {
    grid-template-columns: repeat(6, 180px); }
    .werke--navigation.werke--navigation__columns-6 .werke--navigation__link:nth-of-type(1n+7) {
      transform: translateX(30px); }
      @media only screen and (min-width: 1201px) {
        .werke--navigation.werke--navigation__columns-6 .werke--navigation__link:nth-of-type(1n+7) {
          transform: translateX(80px); } }
  .werke--navigation .werke--navigation__link {
    display: flex;
    font-style: italic;
    font-weight: bold;
    color: #25B7BC; }
    .werke--navigation .werke--navigation__link .werke--navigation__counter {
      display: inline-block;
      margin-right: -1rem;
      color: #fff;
      font-size: 4rem; }
    .werke--navigation .werke--navigation__link .werke--navigation__desc {
      font-size: 1rem;
      line-height: 1rem;
      padding: 3rem .5rem .5rem 0;
      word-break: break-word;
      hyphens: auto; }
    .werke--navigation .werke--navigation__link.active .werke--navigation__counter {
      color: #FF3456; }

.owl-nav {
  margin-top: 1rem; }

.werke--content {
  position: relative;
  padding-bottom: 200px; }
  .werke--content .werke--content__title {
    padding: 1rem 0 1rem 415px; }
  .werke--content .owl-stage {
    display: flex; }
  .werke--content .owl-item {
    height: 577px;
    max-height: 70vh; }
  .werke--content .owl-carousel .owl-stage-outer .werke--content__image {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%; }

.werke--projects__slider .owl-stage-outer {
  padding-top: 20px; }

.intro-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  color: #FF3456;
  transform: translate(-40%, 40%); }

.slider-shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  color: #FF3456;
  z-index: 3; }

.meta-shape-wrap {
  position: relative;
  height: 0; }
  .meta-shape-wrap .meta-shape {
    position: absolute;
    right: 0;
    width: 200px;
    color: #FF3456;
    transform: translate(40%, -40%); }

.werke--content__meta {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3; }
  .werke--content__meta .werke--content__contact {
    margin-top: auto; }
  .werke--content__meta .werke--content__image {
    width: 375px; }

.werke--content__products {
  display: flex;
  width: 375px;
  padding: 1rem;
  background: #25B7BC;
  color: white;
  margin-bottom: 40px;
  z-index: 1; }
  .werke--content__products .werke--content__products-title {
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    padding-right: .5rem; }
  .werke--content__products ul li {
    line-height: 1.2;
    margin-bottom: .3rem;
    color: rgba(255, 255, 255, 0.4); }
    .werke--content__products ul li span {
      color: white; }

.planwerk--content__wrap .werke--content__meta {
  width: 375px; }

.planwerk--content__wrap .section-busts-out__right {
  background: #fff; }

.planwerk--content__wrap .werke--content__image {
  position: relative;
  z-index: 3;
  margin-bottom: 40px; }
  .planwerk--content__wrap .werke--content__image img {
    vertical-align: top; }

.planwerk--content__wrap .werke--content__products {
  position: relative;
  padding-left: 150px;
  width: 910px;
  max-width: 100%;
  background: none;
  color: #021613; }
  .planwerk--content__wrap .werke--content__products ul {
    margin: 0; }
    .planwerk--content__wrap .werke--content__products ul li {
      color: #021613; }
      .planwerk--content__wrap .werke--content__products ul li span {
        color: #021613; }

.planwerk--content__wrap .meta-shape-wrap .meta-shape {
  transform: translate(10%, -80%); }

.planwerk--content__wrap .content-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  color: #3b44ac;
  transform: translate(-40%, 40%); }

.bring-to-front {
  position: relative;
  z-index: 5; }

.is--notice {
  color: #FF3456; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.has-transparent-color {
  color: "transparent"; }

.has-transparent-background-color {
  background-color: "transparent"; }

.has-black-color {
  color: #000; }

.has-black-background-color {
  background-color: #000; }

.has-black_light-color {
  color: #1D1D1B; }

.has-black_light-background-color {
  background-color: #1D1D1B; }

.has-white-color {
  color: #fff; }

.has-white-background-color {
  background-color: #fff; }

.has-gray-color {
  color: #F3F3F3; }

.has-gray-background-color {
  background-color: #F3F3F3; }

.has-gray_light-color {
  color: #F7F9F9; }

.has-gray_light-background-color {
  background-color: #F7F9F9; }

.has-primary-color {
  color: #25B7BC; }

.has-primary-background-color {
  background-color: #25B7BC; }

.has-primary_light-color {
  color: #28C4C9; }

.has-primary_light-background-color {
  background-color: #28C4C9; }

.has-primary_dark-color {
  color: #1F6D6F; }

.has-primary_dark-background-color {
  background-color: #1F6D6F; }

.has-secondary-color {
  color: #FF3456; }

.has-secondary-background-color {
  background-color: #FF3456; }

.has-secondary_light-color {
  color: #ee5769; }

.has-secondary_light-background-color {
  background-color: #ee5769; }

.has-secondary_dark-color {
  color: #a81a72; }

.has-secondary_dark-background-color {
  background-color: #a81a72; }

.justify-center {
  justify-content: center; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 0;
  color: #25B7BC; }
  ul.no-marg, ol.no-marg {
    margin: 0; }

ul {
  list-style: disc; }

article ul:not(.slick-dots) {
  list-style: none; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dl {
  display: flex;
  flex-wrap: wrap; }

dt {
  width: 25%;
  font-weight: bold;
  font-style: italic;
  text-align: right; }

dd {
  padding-left: calc(25% + 20px);
  flex: 100%;
  margin: 0 0 0 -25%; }

.slick-slide:focus {
  outline: none; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/**
 * Tab content
 */
.js-tabby [data-tabs-pane] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .js-tabby [data-tabs-pane].active {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }
  .js-tabby [data-tabs-pane]:focus {
    outline: none; }

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: Fake Serif; }

@font-face {
  font-family: BackyardName; }

@font-face {
  font-family: BackyardNumber; }

@font-face {
  font-family: 'IBMPlexSans';
  src: url("../eot/ibmplexsans-semibold.eot");
  src: url("../eot/ibmplexsans-semiboldd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/ibmplexsans-semibold.woff2") format("woff2"), url("../woff/ibmplexsans-semibold.woff") format("woff"), url("../ttf/ibmplexsans-semibold.ttf") format("truetype");
  font-weight: 600; }

@font-face {
  font-family: 'IBMPlexSans';
  src: url("../eot/ibmplexsans-medium.eot");
  src: url("../eot/ibmplexsans-mediumd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/ibmplexsans-medium.woff2") format("woff2"), url("../woff/ibmplexsans-medium.woff") format("woff"), url("../ttf/ibmplexsans-medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: 'IBMPlexSans';
  src: url("../eot/ibmplexsans-regular.eot");
  src: url("../eot/ibmplexsans-regulard41d.eot?#iefix") format("embedded-opentype"), url("../woff2/ibmplexsans-regular.woff2") format("woff2"), url("../woff/ibmplexsans-regular.woff") format("woff"), url("../ttf/ibmplexsans-regular.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: 'BrushUpToo';
  src: url("../otf/pintassilgoprintsbrushuptoo.otf");
  font-weight: normal; }

@font-face {
  font-family: 'Brush Up Too Regular';
  font-style: normal;
  font-weight: normal;
  src: url("../ttf/brush-up-too-w01-regular1.ttf") format("truetype"); }

@font-face {
  font-family: 'IBM Plex Sans Regularr';
  font-style: normal;
  font-weight: normal;
  src: url("../woff2/ibm-plex-sans-v9-latin-regular3.woff2") format("woff2"); }

@font-face {
  font-family: 'IBM Plex Semi Bold';
  font-style: normal;
  font-weight: normal;
  src: url("../woff2/ibmplexsans-semibold-2.woff2") format("woff2"); }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #25B7BC;
  color: white; }

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::placeholder {
  color: #666; }

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea,
select {
  background-color: transparent;
  border: 2px solid #D2D2D2;
  border-radius: 8px;
  outline: none;
  height: 2.6rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 8px 0;
  padding: 7.5px 1rem;
  box-sizing: border-box;
  -webkit-appearance: none; }
  input:not([type]) + label,
  input[type=text]:not(.browser-default) + label,
  input[type=password]:not(.browser-default) + label,
  input[type=email]:not(.browser-default) + label,
  input[type=url]:not(.browser-default) + label,
  input[type=time]:not(.browser-default) + label,
  input[type=date]:not(.browser-default) + label,
  input[type=datetime]:not(.browser-default) + label,
  input[type=datetime-local]:not(.browser-default) + label,
  input[type=tel]:not(.browser-default) + label,
  input[type=number]:not(.browser-default) + label,
  input[type=search]:not(.browser-default) + label,
  textarea.materialize-textarea + label,
  select + label {
    color: #25B7BC;
    font-size: 10px;
    width: 100%;
    text-align: center;
    padding-top: 5px; }
  input:not([type]):disabled, input:not([type])[readonly="readonly"],
  input[type=text]:not(.browser-default):disabled,
  input[type=text]:not(.browser-default)[readonly="readonly"],
  input[type=password]:not(.browser-default):disabled,
  input[type=password]:not(.browser-default)[readonly="readonly"],
  input[type=email]:not(.browser-default):disabled,
  input[type=email]:not(.browser-default)[readonly="readonly"],
  input[type=url]:not(.browser-default):disabled,
  input[type=url]:not(.browser-default)[readonly="readonly"],
  input[type=time]:not(.browser-default):disabled,
  input[type=time]:not(.browser-default)[readonly="readonly"],
  input[type=date]:not(.browser-default):disabled,
  input[type=date]:not(.browser-default)[readonly="readonly"],
  input[type=datetime]:not(.browser-default):disabled,
  input[type=datetime]:not(.browser-default)[readonly="readonly"],
  input[type=datetime-local]:not(.browser-default):disabled,
  input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
  input[type=tel]:not(.browser-default):disabled,
  input[type=tel]:not(.browser-default)[readonly="readonly"],
  input[type=number]:not(.browser-default):disabled,
  input[type=number]:not(.browser-default)[readonly="readonly"],
  input[type=search]:not(.browser-default):disabled,
  input[type=search]:not(.browser-default)[readonly="readonly"],
  textarea.materialize-textarea:disabled,
  textarea.materialize-textarea[readonly="readonly"],
  select:disabled,
  select[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.42);
    border-bottom: 3px dotted rgba(0, 0, 0, 0.42); }
  input:not([type]):disabled + label,
  input:not([type])[readonly="readonly"] + label,
  input[type=text]:not(.browser-default):disabled + label,
  input[type=text]:not(.browser-default)[readonly="readonly"] + label,
  input[type=password]:not(.browser-default):disabled + label,
  input[type=password]:not(.browser-default)[readonly="readonly"] + label,
  input[type=email]:not(.browser-default):disabled + label,
  input[type=email]:not(.browser-default)[readonly="readonly"] + label,
  input[type=url]:not(.browser-default):disabled + label,
  input[type=url]:not(.browser-default)[readonly="readonly"] + label,
  input[type=time]:not(.browser-default):disabled + label,
  input[type=time]:not(.browser-default)[readonly="readonly"] + label,
  input[type=date]:not(.browser-default):disabled + label,
  input[type=date]:not(.browser-default)[readonly="readonly"] + label,
  input[type=datetime]:not(.browser-default):disabled + label,
  input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
  input[type=datetime-local]:not(.browser-default):disabled + label,
  input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
  input[type=tel]:not(.browser-default):disabled + label,
  input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
  input[type=number]:not(.browser-default):disabled + label,
  input[type=number]:not(.browser-default)[readonly="readonly"] + label,
  input[type=search]:not(.browser-default):disabled + label,
  input[type=search]:not(.browser-default)[readonly="readonly"] + label,
  textarea.materialize-textarea:disabled + label,
  textarea.materialize-textarea[readonly="readonly"] + label,
  select:disabled + label,
  select[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.42); }
  input:not([type]):focus:not([readonly]) + label,
  input[type=text]:not(.browser-default):focus:not([readonly]) + label,
  input[type=password]:not(.browser-default):focus:not([readonly]) + label,
  input[type=email]:not(.browser-default):focus:not([readonly]) + label,
  input[type=url]:not(.browser-default):focus:not([readonly]) + label,
  input[type=time]:not(.browser-default):focus:not([readonly]) + label,
  input[type=date]:not(.browser-default):focus:not([readonly]) + label,
  input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
  input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
  input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
  input[type=number]:not(.browser-default):focus:not([readonly]) + label,
  input[type=search]:not(.browser-default):focus:not([readonly]) + label,
  textarea.materialize-textarea:focus:not([readonly]) + label,
  select:focus:not([readonly]) + label {
    color: #28C4C9; }
  input:not([type]):focus.valid ~ label,
  input[type=text]:not(.browser-default):focus.valid ~ label,
  input[type=password]:not(.browser-default):focus.valid ~ label,
  input[type=email]:not(.browser-default):focus.valid ~ label,
  input[type=url]:not(.browser-default):focus.valid ~ label,
  input[type=time]:not(.browser-default):focus.valid ~ label,
  input[type=date]:not(.browser-default):focus.valid ~ label,
  input[type=datetime]:not(.browser-default):focus.valid ~ label,
  input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
  input[type=tel]:not(.browser-default):focus.valid ~ label,
  input[type=number]:not(.browser-default):focus.valid ~ label,
  input[type=search]:not(.browser-default):focus.valid ~ label,
  textarea.materialize-textarea:focus.valid ~ label,
  select:focus.valid ~ label {
    color: #28C4C9; }
  input:not([type]).wpcf7-not-valid ~ label,
  input:not([type]):focus.wpcf7-not-valid ~ label,
  input[type=text]:not(.browser-default).wpcf7-not-valid ~ label,
  input[type=text]:not(.browser-default):focus.wpcf7-not-valid ~ label,
  input[type=password]:not(.browser-default).wpcf7-not-valid ~ label,
  input[type=password]:not(.browser-default):focus.wpcf7-not-valid ~ label,
  input[type=email]:not(.browser-default).wpcf7-not-valid ~ label,
  input[type=email]:not(.browser-default):focus.wpcf7-not-valid ~ label,
  input[type=url]:not(.browser-default).wpcf7-not-valid ~ label,
  input[type=url]:not(.browser-default):focus.wpcf7-not-valid ~ label,
  input[type=time]:not(.browser-default).wpcf7-not-valid ~ label,
  input[type=time]:not(.browser-default):focus.wpcf7-not-valid ~ label,
  input[type=date]:not(.browser-default).wpcf7-not-valid ~ label,
  input[type=date]:not(.browser-default):focus.wpcf7-not-valid ~ label,
  input[type=datetime]:not(.browser-default).wpcf7-not-valid ~ label,
  input[type=datetime]:not(.browser-default):focus.wpcf7-not-valid ~ label,
  input[type=datetime-local]:not(.browser-default).wpcf7-not-valid ~ label,
  input[type=datetime-local]:not(.browser-default):focus.wpcf7-not-valid ~ label,
  input[type=tel]:not(.browser-default).wpcf7-not-valid ~ label,
  input[type=tel]:not(.browser-default):focus.wpcf7-not-valid ~ label,
  input[type=number]:not(.browser-default).wpcf7-not-valid ~ label,
  input[type=number]:not(.browser-default):focus.wpcf7-not-valid ~ label,
  input[type=search]:not(.browser-default).wpcf7-not-valid ~ label,
  input[type=search]:not(.browser-default):focus.wpcf7-not-valid ~ label,
  textarea.materialize-textarea.wpcf7-not-valid ~ label,
  textarea.materialize-textarea:focus.wpcf7-not-valid ~ label,
  select.wpcf7-not-valid ~ label,
  select:focus.wpcf7-not-valid ~ label {
    color: red; }
  input:not([type]).validate + label,
  input[type=text]:not(.browser-default).validate + label,
  input[type=password]:not(.browser-default).validate + label,
  input[type=email]:not(.browser-default).validate + label,
  input[type=url]:not(.browser-default).validate + label,
  input[type=time]:not(.browser-default).validate + label,
  input[type=date]:not(.browser-default).validate + label,
  input[type=datetime]:not(.browser-default).validate + label,
  input[type=datetime-local]:not(.browser-default).validate + label,
  input[type=tel]:not(.browser-default).validate + label,
  input[type=number]:not(.browser-default).validate + label,
  input[type=search]:not(.browser-default).validate + label,
  textarea.materialize-textarea.validate + label,
  select.validate + label {
    width: 100%; }

.select-wrapper {
  position: relative;
  width: 100%; }
  .select-wrapper + label {
    color: #25B7BC;
    font-size: 10px;
    width: 100%;
    text-align: center;
    padding-top: 5px; }
  .select-wrapper:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 24px;
    color: #25B7BC;
    padding: 4px 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    box-sizing: border-box; }
  .select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align-last: center;
    font-size: 20px;
    font-weight: bold; }

/* Validation Sass Placeholders */
input.valid:not([type]), input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus,
select.valid,
select.valid:focus {
  border: 1px solid #28C4C9; }

input.wpcf7-not-valid:not([type]), input.wpcf7-not-valid:not([type]):focus,
input.wpcf7-not-valid[type=text]:not(.browser-default),
input.wpcf7-not-valid[type=text]:not(.browser-default):focus,
input.wpcf7-not-valid[type=password]:not(.browser-default),
input.wpcf7-not-valid[type=password]:not(.browser-default):focus,
input.wpcf7-not-valid[type=email]:not(.browser-default),
input.wpcf7-not-valid[type=email]:not(.browser-default):focus,
input.wpcf7-not-valid[type=url]:not(.browser-default),
input.wpcf7-not-valid[type=url]:not(.browser-default):focus,
input.wpcf7-not-valid[type=time]:not(.browser-default),
input.wpcf7-not-valid[type=time]:not(.browser-default):focus,
input.wpcf7-not-valid[type=date]:not(.browser-default),
input.wpcf7-not-valid[type=date]:not(.browser-default):focus,
input.wpcf7-not-valid[type=datetime]:not(.browser-default),
input.wpcf7-not-valid[type=datetime]:not(.browser-default):focus,
input.wpcf7-not-valid[type=datetime-local]:not(.browser-default),
input.wpcf7-not-valid[type=datetime-local]:not(.browser-default):focus,
input.wpcf7-not-valid[type=tel]:not(.browser-default),
input.wpcf7-not-valid[type=tel]:not(.browser-default):focus,
input.wpcf7-not-valid[type=number]:not(.browser-default),
input.wpcf7-not-valid[type=number]:not(.browser-default):focus,
input.wpcf7-not-valid[type=search]:not(.browser-default),
input.wpcf7-not-valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.wpcf7-not-valid,
textarea.materialize-textarea.wpcf7-not-valid:focus,
select.wpcf7-not-valid,
select.wpcf7-not-valid:focus {
  border: 3px solid red; }

input:not([type]).valid ~ .helper-text[data-success],
input:not([type]):focus.valid ~ .helper-text[data-success],
input:not([type]).invalid ~ .helper-text[data-error],
input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error],
select.valid ~ .helper-text[data-success],
select:focus.valid ~ .helper-text[data-success],
select.invalid ~ .helper-text[data-error],
select:focus.invalid ~ .helper-text[data-error] {
  color: transparent;
  user-select: none;
  pointer-events: none; }

input:not([type]).valid ~ .helper-text:after,
input:not([type]):focus.valid ~ .helper-text:after,
input[type=text]:not(.browser-default).valid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=password]:not(.browser-default).valid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=email]:not(.browser-default).valid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=url]:not(.browser-default).valid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=time]:not(.browser-default).valid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=date]:not(.browser-default).valid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=number]:not(.browser-default).valid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=search]:not(.browser-default).valid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after,
select.valid ~ .helper-text:after,
select:focus.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #28C4C9; }

input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after,
select + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out; }

.input-field {
  position: relative;
  margin-top: .6rem;
  margin-bottom: 0rem; }
  .input-field.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
    .input-field.inline input,
    .input-field.inline .select-dropdown {
      margin-bottom: 1rem; }
  .input-field > label {
    color: #25B7BC;
    position: absolute;
    left: 1rem;
    top: 0;
    font-size: 1rem;
    padding: 0 1rem;
    font-style: normal;
    cursor: text;
    transition: transform .2s ease-out, color .2s ease-out;
    transform-origin: 0% 100%;
    text-align: initial;
    text-transform: uppercase;
    transform: translateY(8px); }
    .input-field > label:not(.label-icon).active {
      transform: translateY(-14px) scale(0.8);
      transform-origin: 0 0; }
  .input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
  .input-field > input[type=date]:not(.browser-default) + label,
  .input-field > input[type=time]:not(.browser-default) + label {
    transform: translateY(-14px) scale(0.8);
    transform-origin: 0 0; }
  .input-field .helper-text {
    position: relative;
    min-height: 18px;
    display: block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54); }
    .input-field .helper-text::after {
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0; }

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: .3s background-color; }
  .nav-wrapper .input-field input[type=search] {
    height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
    border: 0;
    box-shadow: none; }
  .input-field input[type=search]:focus:not(.browser-default) {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444; }
    .input-field input[type=search]:focus:not(.browser-default) + label i,
    .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,
    .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
      color: #444; }
  .input-field input[type=search] + .label-icon {
    transform: none;
    left: 1rem; }
  .input-field input[type=search] ~ .mdi-navigation-close,
  .input-field input[type=search] ~ .material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color; }

/* Textarea */
textarea {
  width: 100%;
  height: 2.6rem;
  background-color: transparent; }
  textarea.materialize-textarea {
    line-height: normal;
    overflow-y: hidden;
    /* prevents scroll bar flash */
    padding-top: .8rem;
    /* prevents text jump on Enter keypress */
    padding-bottom: .8rem;
    /* prevents text jump on Enter keypress */
    resize: none;
    min-height: 10.4rem;
    box-sizing: border-box; }

.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1; }

/* Character Counter */
.character-counter {
  min-height: 18px; }

/* Radio Buttons
   ========================================================================== */
.wpcf7-radio {
  display: block;
  margin-bottom: 1rem; }

.wpcf7-radio .wpcf7-list-item:not(:nth-of-type(1)) {
  margin-left: 2rem; }

[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  user-select: none;
  text-transform: uppercase;
  color: #25B7BC; }

[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 4px;
  margin: 1px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
.with-gap [type="radio"]:checked + span:before,
.with-gap [type="radio"]:checked + span:after {
  border-radius: 50%; }

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #eee41e; }

[type="radio"]:not(:checked) + span:after {
  transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + span:before {
  border: 2px solid transparent; }

[type="radio"]:checked + span:after,
.with-gap [type="radio"]:checked + span:before,
.with-gap [type="radio"]:checked + span:after {
  border: 2px solid #eee41e; }

[type="radio"]:checked + span:after,
.with-gap [type="radio"]:checked + span:after {
  background-color: #eee41e; }

[type="radio"]:checked + span:after {
  transform: scale(1.02); }

/* Radio With gap */
.with-gap [type="radio"]:checked + span:after {
  transform: scale(0.5); }

/* Focused styles */
[type="radio"].tabbed:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }

/* Disabled Radio With gap */
.with-gap [type="radio"]:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42); }

.with-gap [type="radio"]:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42); }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42); }

[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42); }

[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42); }

[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494; }

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

[type="checkbox"] {
  /* checkbox aspect */ }
  [type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    user-select: none; }
  [type="checkbox"] + span:not(.lever):before,
  [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 1px;
    margin-top: 3px;
    transition: .2s;
    border: 2px solid #fff;
    width: 29px;
    height: 29px; }
  [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border: 0;
    transform: scale(0); }
  [type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42); }
  [type="checkbox"].tabbed:focus + span:not(.lever):after {
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"]:checked + span:not(.lever):before {
  background-image: url(../svg/check.svg);
  background-position: center;
  background-repeat: no-repeat; }

[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #eee41e;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent; }

[type="checkbox"].filled-in + span:not(.lever):after {
  border-radius: 2px; }

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #eee41e;
  top: 0px;
  z-index: 0; }

[type="checkbox"].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #eee41e;
  background-color: #eee41e;
  z-index: 0; }

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #eee41e;
  background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #eee41e;
  border-color: #eee41e; }

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent; }

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494; }

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent; }

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494; }

.inline-input input[type=number]:not(.browser-default) {
  display: inline-block;
  width: 60px;
  border: none;
  border-bottom: 5px solid #eee41e;
  border-radius: 0;
  font-weight: bold;
  font-style: italic;
  color: #FF3456; }
  .inline-input input[type=number]:not(.browser-default)::placeholder {
    font-weight: bold;
    font-style: italic; }

.cg_form_div span {
  font-weight: normal; }

.wpcf7-form .row {
  margin: 0 -.75rem 0; }

.wpcf7-form .is--align-right {
  margin-top: -4px;
  color: #28C4C9;
  font-size: 12px; }

.wpcf7-not-valid-tip {
  display: none; }

.wpcf7-validation-errors {
  color: red; }

.screen-reader-response, .wpcf7-display-none {
  display: none; }

.wpcf7 form div.visible-only-if-sent {
  display: none; }

.wpcf7 form.sent div.visible-only-if-sent {
  display: block; }

.wpcf7 form div.visible-only-until-sent {
  display: block; }

.wpcf7 form.sent div.visible-only-until-sent {
  display: none; }

.nf-before-form-content {
  padding: 5px;
  max-width: 1000px;
  margin: 0 auto; }

.nf-response-msg {
  background-color: transparent;
  border: 1px solid #57b7bc;
  color: #04726b;
  font-weight: 500;
  padding: 17px 30px;
  border-radius: 6px;
  line-height: 1.6em; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #25B7BC;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #1d8e91; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

footer .copyright a,
footer .contact a {
  text-decoration: underline; }

body.user-is-tabbing a:focus {
  outline: thin dotted; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  position: fixed;
  display: none;
  flex: 100%;
  margin-top: 5vh;
  top: 0;
  left: 0; }

ul.menu,
ul.sub-menu {
  list-style: none; }

.menu-primary-container,
.shop-menu-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw; }

.shop-menu-container {
  top: 80px;
  z-index: -1; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .shop-menu-container {
      /* IE10+ CSS styles go here */
      top: 115px; } }

.header-left-menu .close_menu_btn {
  display: none;
  position: absolute;
  top: 130px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center; }
  .header-left-menu .close_menu_btn:after {
    content: '\f00d';
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
    font-size: 24px;
    width: 24px;
    height: 24px; }

.header-left-menu.opened .close_menu_btn {
  display: flex; }

#primary-menu,
#shop-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  padding: 0 5%;
  font-size: 20px; }
  #primary-menu > li,
  #shop-menu > li {
    padding: 0.5rem 1.1rem; }
    #primary-menu > li.new-star:before,
    #shop-menu > li.new-star:before {
      content: url("../svg/backyard-icons-new-2-1.svg");
      display: inline;
      position: relative;
      right: -3px;
      bottom: 3px;
      z-index: 3; }
    #primary-menu > li > a,
    #shop-menu > li > a {
      display: inline-block;
      font-weight: 600;
      color: #fff;
      transition: border 0.2s;
      font-size: 20px;
      position: relative;
      z-index: 2;
      letter-spacing: 1px; }
      #primary-menu > li > a:after,
      #shop-menu > li > a:after {
        content: '';
        position: absolute;
        width: 0;
        background-color: #fff;
        height: 2px;
        bottom: 0;
        left: 0;
        right: 0;
        transition: width 0.2s linear; }
      #primary-menu > li > a:hover,
      #shop-menu > li > a:hover {
        color: #fff; }
    #primary-menu > li > .sub-menu,
    #shop-menu > li > .sub-menu {
      display: none;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      top: 120px;
      width: 90%;
      height: 100%;
      padding: 50px 0;
      flex-direction: column;
      max-width: 1600px;
      margin: 0 auto; }
      #primary-menu > li > .sub-menu:after,
      #shop-menu > li > .sub-menu:after {
        content: '';
        background-color: #000;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.9; }
      #primary-menu > li > .sub-menu > li,
      #shop-menu > li > .sub-menu > li {
        z-index: 1;
        padding: 15px 0;
        width: 33.33333%; }
        #primary-menu > li > .sub-menu > li a,
        #shop-menu > li > .sub-menu > li a {
          display: block;
          font-weight: 600;
          transition: border 0.2s;
          font-size: 20px;
          position: relative;
          color: white;
          opacity: 0.8; }
        #primary-menu > li > .sub-menu > li.hover a,
        #shop-menu > li > .sub-menu > li.hover a {
          opacity: 1;
          color: #fff; }
        #primary-menu > li > .sub-menu > li.hover > .sub-menu,
        #shop-menu > li > .sub-menu > li.hover > .sub-menu {
          display: flex;
          flex-direction: column;
          position: absolute;
          left: 0;
          top: 50px;
          width: 33.33333%;
          margin-left: 36.33333%;
          border-left: 1px solid #707070;
          border-right: 1px solid #707070;
          min-height: 80%; }
          #primary-menu > li > .sub-menu > li.hover > .sub-menu > li,
          #shop-menu > li > .sub-menu > li.hover > .sub-menu > li {
            width: 100%;
            padding: 15px 20px; }
            #primary-menu > li > .sub-menu > li.hover > .sub-menu > li > a,
            #shop-menu > li > .sub-menu > li.hover > .sub-menu > li > a {
              color: #707070; }
            #primary-menu > li > .sub-menu > li.hover > .sub-menu > li > .sub-menu,
            #shop-menu > li > .sub-menu > li.hover > .sub-menu > li > .sub-menu {
              display: none;
              position: absolute;
              left: 100%;
              width: auto;
              top: 0;
              flex-direction: column;
              margin: 0;
              padding-left: 20px; }
              #primary-menu > li > .sub-menu > li.hover > .sub-menu > li > .sub-menu li,
              #shop-menu > li > .sub-menu > li.hover > .sub-menu > li > .sub-menu li {
                padding: 15px 0; }
            #primary-menu > li > .sub-menu > li.hover > .sub-menu > li.hover > .sub-menu,
            #shop-menu > li > .sub-menu > li.hover > .sub-menu > li.hover > .sub-menu {
              display: flex; }
            #primary-menu > li > .sub-menu > li.hover > .sub-menu > li.hover > a,
            #shop-menu > li > .sub-menu > li.hover > .sub-menu > li.hover > a {
              color: #fff;
              opacity: 1; }
      #primary-menu > li > .sub-menu .closer_menu,
      #shop-menu > li > .sub-menu .closer_menu {
        z-index: 1;
        right: 0;
        position: absolute;
        top: 60px;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        cursor: pointer;
        text-align: center; }
        #primary-menu > li > .sub-menu .closer_menu:after,
        #shop-menu > li > .sub-menu .closer_menu:after {
          content: '\f00d';
          font-family: FontAwesome;
          position: absolute;
          color: #fff;
          font-size: 24px;
          width: 24px;
          height: 24px; }
    #primary-menu > li:hover > a:after,
    #shop-menu > li:hover > a:after {
      width: 100%; }
    #primary-menu > li.selected > .sub-menu,
    #shop-menu > li.selected > .sub-menu {
      display: flex; }
    #primary-menu > li.selected > a:after,
    #shop-menu > li.selected > a:after {
      width: 100%; }
    #primary-menu > li.new,
    #shop-menu > li.new {
      position: relative; }
      #primary-menu > li.new:before,
      #shop-menu > li.new:before {
        content: '';
        background-image: url("../svg/new_menu_item.svg");
        position: absolute;
        width: 23px;
        height: 23px;
        z-index: 21;
        background-repeat: no-repeat;
        background-size: 100%;
        left: -6px;
        top: 0; }
  @media only screen and (min-width: 1260px) {
    #primary-menu,
    #shop-menu {
      padding: 0; }
      #primary-menu > li.hover > .sub-menu,
      #shop-menu > li.hover > .sub-menu {
        display: flex; } }

#primary-menu {
  display: none; }

#shop-menu {
  padding: 1rem;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  font-size: 16px; }
  #shop-menu > li {
    padding: 0 1rem; }
    #shop-menu > li a {
      color: #1D1D1B;
      cursor: pointer; }
      #shop-menu > li a:hover {
        color: #25B7BC; }
    #shop-menu > li ul,
    #shop-menu > li ol {
      font-weight: normal;
      font-style: normal;
      text-transform: none;
      margin-left: 0; }
      #shop-menu > li ul li,
      #shop-menu > li ol li {
        padding: 0; }
        #shop-menu > li ul li a,
        #shop-menu > li ol li a {
          margin: 0;
          padding: 0; }

@media only screen and (min-width: 993px) {
  body #site-navigation {
    margin-left: auto;
    align-self: flex-end;
    height: auto; }
  body .main-navigation {
    display: none;
    flex: unset; } }

/* Small menu. */
.menu-toggle {
  display: block; }

.button-menu-trigger {
  transition: transform 0.1s;
  z-index: 3; }
  .button-menu-trigger:focus, .button-menu-trigger:active {
    outline: none; }
  .button-menu-trigger .hamburger {
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 50%;
    background: #25B7BC; }
    .button-menu-trigger .hamburger::after, .button-menu-trigger .hamburger::before {
      content: '';
      background: inherit;
      position: absolute;
      top: 0;
      left: 0;
      height: 2px;
      width: 80%;
      transform-origin: center;
      transition: 0.1s ease-in-out; }
    .button-menu-trigger .hamburger::before {
      transform: translate(0, -6px); }
    .button-menu-trigger .hamburger::after {
      transform: translate(0, 6px); }
  .button-menu-trigger:hover .hamburger::before {
    transform: translate(0, -6px); }
  .button-menu-trigger:hover .hamburger::after {
    transform: translate(0, 6px); }

body .button-menu-trigger .hamburger {
  background: #fff; }

body.menu--open .button-menu-trigger {
  transform: rotate(45deg); }
  body.menu--open .button-menu-trigger .hamburger::before {
    transform: translate(2px, -2px) rotate(90deg); }
  body.menu--open .button-menu-trigger .hamburger::after {
    transform: translate(2px, 2px) rotate(90deg); }

body.menu--open .site-header {
  z-index: 1000;
  height: 100vh;
  overflow-y: auto;
  background: #fff; }

body.menu--open .main-navigation {
  display: block; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

@media only screen and (min-width: 1260px) {
  .site-header {
    height: auto; }
  body.menu--open .site-header {
    height: auto;
    overflow-y: unset; }
  .main-navigation {
    display: block;
    flex: unset;
    margin-top: 0; }
  #primary-menu {
    display: flex;
    padding: 0; }
    #primary-menu li .sub-menu {
      display: none; }
  #shop-menu {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center; }
    #shop-menu .sub-menu {
      display: block; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  body.menu--open .site-header {
    height: 450px; } }

.hamburger {
  font: inherit;
  display: flex;
  align-items: center;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: red;
  border: 0;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger .hamburger-box {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px; }
    .hamburger .hamburger-box .hamburger-inner {
      position: absolute;
      width: 100%;
      height: 2px;
      top: auto;
      bottom: 0;
      transition-delay: 0.13s;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition-duration: 0.13s;
      transition-property: transform;
      border-radius: 2px;
      background-color: #fff;
      display: block; }
      .hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
        position: absolute;
        width: 100%;
        height: 2px;
        transition-timing-function: ease;
        transition-duration: 0.15s;
        transition-property: transform;
        border-radius: 2px;
        background-color: #fff;
        display: block;
        content: ''; }
      .hamburger .hamburger-box .hamburger-inner:before {
        top: -8px;
        transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .hamburger .hamburger-box .hamburger-inner:after {
        top: -16px;
        transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }
  .hamburger.is-active .hamburger-box .hamburger-inner {
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    background-color: #fff; }
    .hamburger.is-active .hamburger-box .hamburger-inner:before, .hamburger.is-active .hamburger-box .hamburger-inner:after {
      background-color: #fff; }
    .hamburger.is-active .hamburger-box .hamburger-inner:before {
      top: 0;
      transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
      transform: rotate(-90deg); }
    .hamburger.is-active .hamburger-box .hamburger-inner:after {
      top: 0;
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
      opacity: 0; }

@media screen and (min-width: 1250px) and (max-width: 1330px) {
  #primary-menu > li > a,
  #shop-menu > li > a {
    font-size: 20px; } }

@media screen and (min-width: 1260px) {
  #primary-menu > li,
  #shop-menu > li {
    padding: 0.5rem; }
    #primary-menu > li > a,
    #shop-menu > li > a {
      font-size: 20px; }
  header.site-header .site-branding {
    margin-right: 10px; } }

@media screen and (max-width: 1260px) {
  body header.site-header .container {
    white-space: nowrap; }
    body header.site-header .container .header-left-menu {
      flex: none; }
      body header.site-header .container .header-left-menu .menu-container {
        display: flex;
        background-color: #000;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 60px;
        left: -100%;
        bottom: 0;
        z-index: 10;
        border-top: 1px solid #fff;
        padding-top: 40px;
        transition: left 0.6s ease-in-out; }
        body header.site-header .container .header-left-menu .menu-container .menu-primary-container {
          width: 100%; }
          body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            width: 100%;
            height: 100%;
            flex-direction: column; }
            body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li.new-star:before {
              position: absolute;
              right: auto;
              left: 10px;
              bottom: auto;
              top: auto;
              margin: auto;
              display: flex;
              align-items: center;
              margin-top: 8px; }
            body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > a {
              font-size: 28px; }
            body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li.selected > a {
              z-index: 5;
              position: absolute;
              top: 50px;
              padding-left: 40px;
              overflow: hidden; }
              body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li.selected > a:after {
                left: 40px; }
              body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li.selected > a:before {
                content: '';
                background-image: url(../svg/arrow_tall.svg);
                background-repeat: no-repeat;
                width: 30px;
                height: 25px;
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
                top: 0;
                margin: auto;
                background-size: contain; }
            body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu {
              background-color: #000;
              z-index: 4;
              position: absolute;
              overflow: hidden;
              padding: 50px 1.1rem 0; }
              body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu.show_child {
                top: 0;
                z-index: 5; }
                body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu.show_child > li {
                  display: none; }
                  body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu.show_child > li.selected {
                    display: block; }
              body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu > li {
                width: 100%;
                position: relative; }
                body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu > li.new-star:before {
                  position: absolute;
                  right: auto;
                  left: -20px;
                  bottom: 0;
                  top: 0;
                  margin: auto;
                  display: flex;
                  align-items: center; }
                body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu > li > a {
                  color: #fff;
                  font-size: 20px;
                  opacity: 1; }
                body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu > li > .sub-menu {
                  display: none; }
                body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu > li.selected > a {
                  z-index: 7;
                  font-size: 28px;
                  top: -15px;
                  padding-left: 30px;
                  white-space: break-spaces; }
                  body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu > li.selected > a:before {
                    content: '';
                    background-image: url(../svg/arrow_tall.svg);
                    background-repeat: no-repeat;
                    width: 30px;
                    height: 25px;
                    display: block;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    top: 0;
                    margin: auto;
                    background-size: contain; }
                body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu > li.selected > .sub-menu {
                  top: 0;
                  display: flex;
                  background-color: #000;
                  z-index: 6;
                  position: relative;
                  width: 100%;
                  left: 0;
                  margin: 0;
                  padding: 0;
                  border: none; }
                  body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu > li.selected > .sub-menu > li {
                    padding: 15px 0; }
                    body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu > li.selected > .sub-menu > li > a {
                      opacity: 1;
                      color: #fff; }
                    body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu > li.selected > .sub-menu > li.selected > a {
                      padding-left: 40px;
                      font-size: 28px; }
                      body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu > li.selected > .sub-menu > li.selected > a:before {
                        content: '';
                        background-image: url(../svg/arrow_tall.svg);
                        background-repeat: no-repeat;
                        width: 30px;
                        height: 25px;
                        display: block;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        top: 0;
                        margin: auto;
                        background-size: contain; }
                    body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu > li.selected > .sub-menu > li.selected > .sub-menu {
                      top: auto;
                      display: flex;
                      background-color: #000;
                      z-index: 6;
                      position: absolute;
                      width: 100%;
                      left: 20px;
                      margin: 0;
                      padding: 20px;
                      border: none; }
                  body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu > li.selected > .sub-menu.show_child {
                    top: 0;
                    z-index: 7;
                    position: absolute; }
                    body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu > li.selected > .sub-menu.show_child > li {
                      display: none; }
                      body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu > li.selected > .sub-menu.show_child > li.selected {
                        display: block; }
              body header.site-header .container .header-left-menu .menu-container .menu-primary-container #primary-menu > li > .sub-menu .closer_menu {
                display: none; }
        body header.site-header .container .header-left-menu .menu-container .button-language-trigger {
          display: none; }
        body header.site-header .container .header-left-menu .menu-container.opened_mobile {
          left: 0%; } }

@media screen and (max-width: 767px) {
  body header.site-header .header-left-menu .menu-container.opened_mobile .mobile_menu_footer {
    display: flex;
    position: absolute;
    bottom: 90px;
    right: 20px;
    align-items: flex-end;
    z-index: 2; }
    body header.site-header .header-left-menu .menu-container.opened_mobile .mobile_menu_footer .button-language-trigger {
      display: block;
      width: 128px;
      height: 40px;
      padding: 0; }
      body header.site-header .header-left-menu .menu-container.opened_mobile .mobile_menu_footer .button-language-trigger ul {
        margin: 0;
        height: 36px;
        justify-content: flex-start;
        align-items: stretch; }
      body header.site-header .header-left-menu .menu-container.opened_mobile .mobile_menu_footer .button-language-trigger.opened {
        height: auto; }
        body header.site-header .header-left-menu .menu-container.opened_mobile .mobile_menu_footer .button-language-trigger.opened ul {
          height: auto; }
    body header.site-header .header-left-menu .menu-container.opened_mobile .mobile_menu_footer .preselect-btn-container {
      background: #ff3456;
      border-radius: 8px;
      font-size: 20px;
      font-weight: 500;
      color: #fff;
      height: 40px; }
      body header.site-header .header-left-menu .menu-container.opened_mobile .mobile_menu_footer .preselect-btn-container .preselect-btn .button-preselect-trigger {
        padding: 15px 20px;
        font-weight: 600;
        letter-spacing: 1.5px; } }

@media screen and (max-width: 400px) {
  body header.site-header .header-left-menu .menu-container.opened_mobile .mobile_menu_footer .preselect-btn-container .preselect-btn .button-preselect-trigger {
    font-size: 14px;
    white-space: nowrap;
    letter-spacing: 1px; } }

/*--------------------------------------------------------------
## Sidenav
--------------------------------------------------------------*/
.float-menu-segment {
  display: none;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  position: fixed;
  height: auto;
  width: 50px;
  background: #fff;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: opacity .2s; }
  .float-menu-segment .float-menu-segment__station {
    position: relative;
    height: 80px;
    transition: 0.2s; }
    .float-menu-segment .float-menu-segment__station .float-menu-segment__menu-text {
      position: absolute;
      text-align: right;
      font-weight: 100;
      line-height: 1.2;
      right: 20px;
      top: 50%;
      transform: translate(0, -50%);
      color: #25B7BC; }
    .float-menu-segment .float-menu-segment__station.back-to-frontpage .float-menu-segment__menu-text {
      font-size: 15px;
      font-style: italic;
      color: #FF3456;
      font-weight: bold;
      white-space: pre; }
  .float-menu-segment .float-menu-segment__container {
    height: 50px; }
    .float-menu-segment .float-menu-segment__container .float-menu-segment__container__text,
    .float-menu-segment .float-menu-segment__container .float-menu-segment__container__form {
      transition: transform .1s; }
    .float-menu-segment .float-menu-segment__container:hover .float-menu-segment__container__text {
      transform: translateX(2px); }
    .float-menu-segment .float-menu-segment__container:hover .float-menu-segment__container__form {
      transform: translateX(-2px); }

@media screen and (min-width: 768px) {
  .float-menu-segment {
    display: block; } }

/*--------------------------------------------------------------
## Top navigation
--------------------------------------------------------------*/
.button-container .notification-badge {
  position: absolute;
  top: 0;
  right: -5px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: bold;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.is--align-right {
  text-align: right; }

/* Shop */
.use-brush-font {
  font-family: 'BrushUpToo', cursive;
  letter-spacing: 4px; }

html.ov_h {
  overflow: hidden; }

.image-block img {
  display: block !important; }

.woocommerce-message:before {
  display: none; }

.woocommerce-message .container {
  position: relative; }
  .woocommerce-message .container:before {
    font-family: WooCommerce;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -25px;
    font-size: 20px;
    color: #8fae1b; }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .wrapper {
    padding-right: 40px;
    padding-left: 40px; } }

@media print, screen and (max-width: 39.99875em) {
  .wrapper {
    padding-right: 24px;
    padding-left: 24px; } }

/*
.qubely-container {
  max-width: 100% !important;
}
*/
.scroll-down {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  color: #1f4f6f;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin: 24px 0 60px 0; }
  @media print, screen and (max-width: 63.99875em) {
    .scroll-down {
      font-size: 16px;
      margin-bottom: 40px; } }

@media print, screen and (min-width: 64em) {
  .shop {
    padding-top: 40px; } }

.shop__main-wrapper {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 60px;
  margin-bottom: 80px; }
  @media print, screen and (max-width: 63.99875em) {
    .shop__main-wrapper {
      grid-template-columns: 100%;
      margin-bottom: 0; } }

@media print, screen and (max-width: 63.99875em) {
  .shop__sidebar {
    display: none; } }

.shop__sidebar .sidebar-menu {
  background-color: #fafafa;
  padding: 80px 80px 330px 30px;
  margin-top: -40px;
  position: relative; }
  .shop__sidebar .sidebar-menu:after {
    content: '';
    position: absolute;
    top: 0;
    width: 50vw;
    height: 100%;
    right: 0;
    z-index: -1;
    background-color: #fafafa; }
  .shop__sidebar .sidebar-menu h3 {
    font-size: 27px;
    line-height: 35px;
    font-weight: 500;
    color: #000;
    margin-bottom: 40px;
    text-transform: none; }

@media print, screen and (max-width: 63.99875em) {
  .shop__main {
    margin-right: -5%;
    margin-left: -5%; } }

.shop-headline {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: black;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500; }
  @media print, screen and (max-width: 63.99875em) {
    .shop-headline {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 20px; } }

.shop-headline-2 {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: black;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px; }
  @media print, screen and (max-width: 63.99875em) {
    .shop-headline-2 {
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 32px;
      font-weight: 600;
      color: #000;
      text-transform: none; } }

.shop-news-listing {
  display: grid;
  margin-bottom: 40px; }
  @media print, screen and (max-width: 63.99875em) {
    .shop-news-listing {
      margin-bottom: 20px; } }
  .shop-news-listing h3 {
    text-transform: uppercase;
    margin-bottom: 36px;
    color: black;
    font-size: 24px;
    font-weight: 500; }
    @media print, screen and (min-width: 64em) {
      .shop-news-listing h3 {
        line-height: 32px; } }
    @media print, screen and (max-width: 63.99875em) {
      .shop-news-listing h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        text-transform: none; } }
    @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
      .shop-news-listing h3 {
        padding-right: 40px;
        padding-left: 40px; } }
    @media print, screen and (max-width: 39.99875em) {
      .shop-news-listing h3 {
        padding-right: 24px;
        padding-left: 24px; } }
  .shop-news-listing__one-item .shop-news-item {
    grid-template-columns: 1fr; }
  .shop-news-listing .shop-news-item:nth-child(even) .shop-news-item__text {
    order: 2; }

.shop-news-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  background-color: #fafafa; }
  @media print, screen and (max-width: 89.99875em) {
    .shop-news-item {
      grid-template-columns: 1fr; } }
  .shop-news-item h4 {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 43px;
    color: black;
    font-weight: 600; }
    @media print, screen and (max-width: 63.99875em) {
      .shop-news-item h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px; } }
  .shop-news-item p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 20px; }
    @media print, screen and (max-width: 63.99875em) {
      .shop-news-item p {
        font-size: 16px; } }
  .shop-news-item__text {
    padding: 30px; }
    @media print, screen and (max-width: 89.99875em) {
      .shop-news-item__text {
        order: 2;
        padding-top: 24px; } }
    @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
      .shop-news-item__text {
        padding-right: 40px;
        padding-left: 40px; } }
    @media print, screen and (max-width: 39.99875em) {
      .shop-news-item__text {
        padding-right: 24px;
        padding-left: 24px; } }
  .shop-news-item__image img {
    display: block;
    width: 100%; }
  @media print, screen and (max-width: 63.99875em) {
    .shop-news-item__image {
      order: 1; } }
  .shop-news-item__button {
    background-color: #1f4f6f;
    color: #fff;
    font-weight: 600;
    padding: 10px 12px;
    display: inline-flex;
    border-radius: 8px;
    margin-top: 40px;
    font-size: 20px;
    height: 50px;
    white-space: nowrap;
    align-items: center; }
    .shop-news-item__button:hover {
      color: #fff;
      background-color: #193f59; }
    @media print, screen and (max-width: 63.99875em) {
      .shop-news-item__button {
        margin-top: 15px; } }

.btn_open_configurator {
  border-radius: 8px;
  border: 1px solid #ff3456;
  display: inline-flex;
  height: 48px;
  align-items: stretch;
  width: fit-content; }
  .btn_open_configurator a {
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    white-space: nowrap;
    flex: 1;
    height: 100%;
    background-color: transparent;
    padding: 0; }
    .btn_open_configurator a:hover {
      background-color: transparent; }
    .btn_open_configurator a .icon {
      width: 30px;
      height: 100%;
      background-repeat: no-repeat;
      background-image: url("../jpg/open_configurator.jpg");
      background-size: contain;
      background-position: center;
      margin: 0 5px; }
    .btn_open_configurator a .text {
      font-size: 18px;
      color: #fff;
      background-color: #ff3456;
      border-radius: 8px;
      font-weight: 600;
      padding: 5px 15px;
      display: flex;
      align-items: center; }
    .btn_open_configurator a.disabled {
      cursor: not-allowed;
      opacity: .4; }

.latest-products h3 {
  text-transform: uppercase;
  margin-bottom: 36px;
  color: black;
  font-size: 24px;
  font-weight: 500; }
  @media print, screen and (min-width: 64em) {
    .latest-products h3 {
      line-height: 32px; } }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .latest-products h3 {
      padding-right: 40px;
      padding-left: 40px; } }
  @media print, screen and (max-width: 39.99875em) {
    .latest-products h3 {
      padding-right: 24px;
      padding-left: 24px; } }

.crossell-products h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: black;
  font-size: 24px;
  font-weight: 500; }
  @media print, screen and (max-width: 63.99875em) {
    .crossell-products h3 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 20px; } }

#content .login_checkout_popup,
#content .forgot_pass_checkout_popup,
#content .register_checkout_popup {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  height: fit-content;
  margin: auto;
  border-radius: 10px; }

.products-listing {
  margin-bottom: 60px; }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .products-listing {
      padding-left: 40px; } }
  @media print, screen and (max-width: 39.99875em) {
    .products-listing {
      padding-left: 24px; } }
  .products-listing.crossell-listing {
    padding-left: 0; }
  @media print, screen and (max-width: 63.99875em) {
    .products-listing:after {
      content: 'flickity';
      display: none; }
    .products-listing .product-tile {
      width: 300px;
      margin-right: 20px; } }
  @media print, screen and (min-width: 64em) {
    .products-listing {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
      row-gap: 30px;
      column-gap: 10px; }
      .products-listing.crossell-listing {
        grid-template-columns: repeat(5, 1fr);
        column-gap: 20px; } }

.product-tile__image {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .product-tile__image img {
    width: 100%;
    max-height: 100%; }

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

.product-tile__title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px; }

.product-tile__price {
  font-size: 13px;
  color: #000; }

.seo-content {
  margin-bottom: 60px; }
  @media print, screen and (max-width: 63.99875em) {
    .seo-content {
      margin-right: -5%;
      margin-left: -5%; } }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .seo-content {
      padding-right: 40px;
      padding-left: 40px; } }
  @media print, screen and (max-width: 39.99875em) {
    .seo-content {
      padding-right: 20px;
      padding-left: 20px; } }
  .seo-content__headline {
    text-transform: uppercase;
    color: #000;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px;
    font-family: "BrushUpToo", Regular;
    line-height: 100%;
    font-size: 100px;
    font-weight: 500; }
    .seo-content__headline:after {
      content: '';
      background-image: url("../svg/headline-decor.svg");
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      height: 20px;
      left: -10px;
      position: relative;
      bottom: 0;
      width: 100%;
      max-width: 80%;
      position: absolute; }
    @media print, screen and (max-width: 63.99875em) {
      .seo-content__headline {
        font-size: 24px;
        font-weight: 600;
        font-family: "IBMPlexSans", Oswald, Regular;
        padding-bottom: 0;
        margin-bottom: 16px;
        line-height: 32px; }
        .seo-content__headline:after {
          display: none; } }
    @media print, screen and (max-width: 39.99875em) {
      .seo-content__headline {
        font-size: 20px; } }
  .seo-content__subhead {
    margin-bottom: 40px;
    font-size: 34px;
    color: black;
    font-weight: 600; }
    @media print, screen and (max-width: 63.99875em) {
      .seo-content__subhead {
        margin-bottom: 10px;
        font-size: 20px; } }
  .seo-content__text {
    font-weight: 400; }
    @media print, screen and (min-width: 64em) {
      .seo-content__text {
        column-count: 2;
        column-gap: 40px; } }
    .seo-content__text p {
      margin-bottom: 20px;
      font-size: 20px; }
      @media print, screen and (max-width: 63.99875em) {
        .seo-content__text p {
          font-size: 16px; } }
    .seo-content__text h2 {
      margin-bottom: 40px;
      font-size: 34px;
      color: black;
      font-weight: 600;
      column-span: all; }
      @media print, screen and (max-width: 63.99875em) {
        .seo-content__text h2 {
          margin-bottom: 12px;
          font-size: 20px; } }
    .seo-content__text h3,
    .seo-content__text h4 {
      margin-bottom: 20px;
      font-size: 24px;
      color: black;
      font-weight: 600; }
      @media print, screen and (max-width: 63.99875em) {
        .seo-content__text h3,
        .seo-content__text h4 {
          font-size: 18px; } }
    .seo-content__text * {
      text-align: left !important; }
  .seo-content__gallery {
    margin-top: 40px; }
    @media print, screen and (min-width: 64em) {
      .seo-content__gallery {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 30px; } }
    .seo-content__gallery:after {
      content: 'flickity';
      display: none; }
      @media print, screen and (min-width: 64em) {
        .seo-content__gallery:after {
          content: ''; } }
    .seo-content__gallery .carousel-cell {
      width: 300px;
      margin-right: 20px; }
      @media print, screen and (min-width: 64em) {
        .seo-content__gallery .carousel-cell {
          width: 100%;
          grid-column: span 2;
          margin-right: 0; }
          .seo-content__gallery .carousel-cell:nth-child(1), .seo-content__gallery .carousel-cell:nth-child(2) {
            grid-column: span 3; } }
      .seo-content__gallery .carousel-cell img {
        width: 100%;
        display: block; }

.riders-reviews {
  margin-top: 60px; }
  @media print, screen and (max-width: 63.99875em) {
    .riders-reviews {
      margin-top: 0;
      margin-right: -5%;
      margin-left: -5%; } }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .riders-reviews {
      padding-left: 40px; } }
  @media print, screen and (max-width: 39.99875em) {
    .riders-reviews {
      padding-left: 24px; } }
  .riders-reviews h3 {
    font-family: "BrushUpToo", Regular;
    line-height: 100%;
    font-size: 100px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media print, screen and (max-width: 63.99875em) {
      .riders-reviews h3 {
        font-family: "IBMPlexSans", Oswald, Regular;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 20px; } }
    @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
      .riders-reviews h3 {
        padding-right: 40px; } }
    @media print, screen and (max-width: 39.99875em) {
      .riders-reviews h3 {
        padding-right: 24px; } }
  @media print, screen and (max-width: 63.99875em) {
    .riders-reviews__listing:after {
      content: 'flickity';
      display: none; }
    .riders-reviews__listing .rider-review {
      width: 300px;
      margin-right: 20px; } }
  @media print, screen and (min-width: 64em) {
    .riders-reviews__listing {
      gap: 30px;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); } }
  @media screen and (min-width: 100em) {
    .riders-reviews__listing {
      gap: 40px; } }

.rider-review {
  font-weight: 400; }
  .rider-review__image {
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 40px; }
    @media print, screen and (max-width: 63.99875em) {
      .rider-review__image {
        height: 400px;
        margin-bottom: 20px; } }
    .rider-review__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .rider-review__name {
    font-size: 32px;
    color: black;
    font-weight: 600; }
    @media print, screen and (max-width: 63.99875em) {
      .rider-review__name {
        font-size: 24px; } }
  .rider-review__position {
    font-size: 26px;
    margin-bottom: 20px; }
    @media print, screen and (max-width: 63.99875em) {
      .rider-review__position {
        font-size: 24px; } }
  .rider-review p {
    margin: 0;
    font-size: 20px; }
    @media print, screen and (max-width: 63.99875em) {
      .rider-review p {
        font-size: 16px; } }
  .rider-review a {
    color: #000;
    display: inline-block;
    margin-top: 12px;
    font-weight: 500; }

.products-category-listing {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 40px; }
  @media print, screen and (max-width: 63.99875em) {
    .products-category-listing {
      gap: 20px;
      margin-bottom: 60px; } }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .products-category-listing {
      padding-right: 40px;
      padding-left: 40px; } }
  @media print, screen and (max-width: 39.99875em) {
    .products-category-listing {
      padding-right: 24px;
      padding-left: 24px; } }
  .products-category-listing__design {
    grid-template-columns: 1fr; }

.product-category-item {
  display: block; }
  .product-category-item__image {
    border-radius: 6px;
    margin-bottom: 10px;
    width: 100%;
    position: relative; }
    .product-category-item__image img {
      display: block;
      border-radius: 6px;
      top: 0;
      left: 0; }
  .product-category-item__name {
    margin-top: 15px;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 16px; }

.product-design-item {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
  font-size: 16px; }
  @media print, screen and (max-width: 74.99875em) {
    .product-design-item {
      grid-template-columns: 100%;
      gap: 20px; } }
  .product-design-item h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: black;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600; }
  .product-design-item p {
    color: #878787;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 10px; }
  @media print, screen and (max-width: 74.99875em) {
    .product-design-item__image {
      border-radius: 5px;
      border: 2px solid #d2d2d2;
      padding: 10px; } }
  .product-design-item__image img {
    display: block;
    width: 100%; }
  .product-design-item__choose-text {
    border-top: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 12px; }
  .product-design-item__select-year, .product-design-item__select-quantity {
    position: relative;
    display: inline-flex; }
    @media print, screen and (max-width: 63.99875em) {
      .product-design-item__select-year, .product-design-item__select-quantity {
        display: flex; } }
    .product-design-item__select-year button, .product-design-item__select-quantity button {
      border-radius: 5px;
      background-color: #fff;
      color: #1f4f6f;
      border: 2px solid #1f4f6f;
      font-weight: 500;
      padding: 0 20px;
      margin-bottom: 8px;
      align-items: center;
      justify-content: space-between;
      height: 48px;
      font-size: 20px;
      gap: 20px;
      min-width: 176px;
      white-space: nowrap;
      opacity: 0;
      display: inline-flex;
      align-items: center;
      height: 50px; }
      .product-design-item__select-year button[data-toggle], .product-design-item__select-quantity button[data-toggle] {
        opacity: 1; }
      .product-design-item__select-year button.selected, .product-design-item__select-quantity button.selected {
        background-color: #1f4f6f;
        color: #fff;
        pointer-events: none;
        justify-content: flex-start;
        gap: 5px; }
        .product-design-item__select-year button.selected span, .product-design-item__select-quantity button.selected span {
          display: inline-block;
          animation: dots 1s steps(5, end) infinite; }
      @media print, screen and (max-width: 63.99875em) {
        .product-design-item__select-year button, .product-design-item__select-quantity button {
          display: flex;
          width: 100%; } }
    .product-design-item__select-year .dropdown-pane, .product-design-item__select-quantity .dropdown-pane {
      min-width: 100%;
      width: auto;
      border: 1px solid #1F4F6F;
      border-radius: 5px;
      padding: 10px 20px; }
      .product-design-item__select-year .dropdown-pane a, .product-design-item__select-quantity .dropdown-pane a {
        display: block;
        white-space: nowrap;
        color: #000;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%; }
        .product-design-item__select-year .dropdown-pane a:hover, .product-design-item__select-quantity .dropdown-pane a:hover {
          color: #1F4F6F; }
        .product-design-item__select-year .dropdown-pane a:last-child, .product-design-item__select-quantity .dropdown-pane a:last-child {
          margin-bottom: 0; }

.not-available-link {
  font-size: 12px;
  text-decoration: underline; }
  .not-available-link:hover {
    text-decoration: none; }

.shop-menu {
  list-style: none;
  font-weight: 400;
  margin: 0;
  opacity: 0;
  transition: opacity 0.1s linear;
  transition-delay: 0.5s; }
  .shop-menu[data-submenu-toggle='true'] {
    opacity: 1; }
  .shop-menu a {
    color: #000; }
  .shop-menu li {
    line-height: 100%; }
  .shop-menu > li {
    margin: 0; }
    .shop-menu > li:last-child {
      margin-bottom: 0; }
    .shop-menu > li.has-submenu-toggle {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      column-gap: 10px;
      margin-bottom: 20px; }
      .shop-menu > li.has-submenu-toggle > a {
        margin: 0;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        color: #000; }
        .shop-menu > li.has-submenu-toggle > a:hover {
          color: #000; }
    .shop-menu > li.current-menu-item .sub-menu, .shop-menu > li.current-menu-ancestor .sub-menu {
      grid-column: 1 / span 2; }
  .shop-menu .sub-menu {
    display: none;
    margin: 0;
    padding: 20px 0 0 0; }
    .shop-menu .sub-menu li {
      margin-bottom: 20px; }
      .shop-menu .sub-menu li:last-child {
        margin-bottom: 0; }
      .shop-menu .sub-menu li > a {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #000;
        text-transform: none; }
        .shop-menu .sub-menu li > a:hover {
          color: #000; }
  .shop-menu .submenu-toggle {
    position: relative;
    width: auto;
    height: auto;
    cursor: pointer;
    padding: 0; }
    .shop-menu .submenu-toggle:after {
      width: auto;
      height: auto;
      border-width: 0;
      content: '\f107';
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      border-bottom-width: 0; }

.content-area-designs {
  position: relative;
  width: 90%;
  max-width: 1600px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px; }
  @media print, screen and (max-width: 63.99875em) {
    .content-area-designs {
      width: 100%; } }

.single-design .filter_mob {
  display: none; }
  @media print, screen and (max-width: 63.99875em) {
    .single-design .filter_mob {
      display: block; } }
  .single-design .filter_mob .switcher_design {
    width: 100%;
    padding: 0 10px; }
  .single-design .filter_mob .filter_main_val.switcher {
    position: relative;
    border: 1px solid #31B7BC;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 25px; }
    .single-design .filter_mob .filter_main_val.switcher .filter_val {
      cursor: pointer;
      z-index: 2;
      font-weight: 600;
      white-space: nowrap;
      padding: 9px 14px 8px 14px;
      transition: all .2s linear 0s;
      width: 170px;
      color: #31B7BC;
      text-align: center; }
      @media print, screen and (max-width: 63.99875em) {
        .single-design .filter_mob .filter_main_val.switcher .filter_val {
          width: 50%; } }
      .single-design .filter_mob .filter_main_val.switcher .filter_val.checked {
        color: #fff; }
    .single-design .filter_mob .filter_main_val.switcher .switch_back {
      position: absolute;
      width: 50%;
      top: 0;
      bottom: 0;
      background-color: #31B7BC;
      transition: all .2s linear 0s;
      border-radius: 25px; }
      .single-design .filter_mob .filter_main_val.switcher .switch_back.left {
        left: 0;
        right: 50%; }
      .single-design .filter_mob .filter_main_val.switcher .switch_back.right {
        right: 0;
        left: 50%; }

.single-design__header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  .single-design__header:before {
    position: absolute;
    left: -240px;
    top: -40px;
    content: "";
    background: #fafafa;
    height: 120px;
    width: 700px; }
  .single-design__header .show-for-large {
    z-index: 4; }
    .single-design__header .show-for-large a.back-link i {
      font-size: 20px; }
  @media print, screen and (max-width: 63.99875em) {
    .single-design__header {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      border-bottom: 1px solid #d2d2d2;
      padding: 0 20px 10px;
      margin-bottom: 30px; } }
  .single-design__header .filter {
    position: absolute;
    top: 55px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    z-index: 3; }
    @media print, screen and (max-width: 63.99875em) {
      .single-design__header .filter {
        display: none;
        bottom: 0;
        background-color: #31B7BC;
        border-radius: 10px 10px 0 0;
        color: #fff;
        text-transform: none;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: fixed;
        z-index: 11;
        width: 100%;
        padding: 16px 16px 9px 16px;
        left: 0;
        top: auto; }
        .single-design__header .filter.opened {
          display: block; } }
    .single-design__header .filter .filter_label {
      width: 100%;
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      margin-bottom: 2px; }
      @media print, screen and (max-width: 63.99875em) {
        .single-design__header .filter .filter_label {
          font-size: 24px;
          font-weight: 600; } }
    .single-design__header .filter .filter_view .filter_view_btns {
      display: flex; }
      .single-design__header .filter .filter_view .filter_view_btns .filter_view_btn {
        cursor: pointer;
        margin: 0 10px; }
        .single-design__header .filter .filter_view .filter_view_btns .filter_view_btn:first-child {
          margin-left: 0; }
        .single-design__header .filter .filter_view .filter_view_btns .filter_view_btn:last-child {
          margin-right: 0; }
        .single-design__header .filter .filter_view .filter_view_btns .filter_view_btn.active .c_fill {
          fill: #31B7BC; }
        .single-design__header .filter .filter_view .filter_view_btns .filter_view_btn.active .c_stroke {
          stroke: #31B7BC; }
    .single-design__header .filter .filter_main {
      margin-top: 20px; }
      .single-design__header .filter .filter_main .filter_main_line {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 10px;
        position: relative;
        z-index: 2; }
        @media print, screen and (max-width: 63.99875em) {
          .single-design__header .filter .filter_main .filter_main_line {
            flex-direction: column;
            margin: 0; } }
        @media print, screen and (min-width: 64em) {
          .single-design__header .filter .filter_main .filter_main_line.switcher_design {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            width: 100%;
            bottom: 10px;
            justify-content: center;
            z-index: 1; } }
        .single-design__header .filter .filter_main .filter_main_line .filter_main_val {
          position: relative;
          border-radius: 8px;
          border: 2px solid #D2D2D2;
          font-size: 16px;
          font-weight: 500;
          color: #000;
          margin: 0 10px; }
          @media print, screen and (max-width: 63.99875em) {
            .single-design__header .filter .filter_main .filter_main_line .filter_main_val {
              margin: 7px 0;
              background-color: #fff; } }
          .single-design__header .filter .filter_main .filter_main_line .filter_main_val.active {
            border-color: #31B7BC; }
          .single-design__header .filter .filter_main .filter_main_line .filter_main_val.switcher {
            position: relative;
            border: 1px solid #31B7BC;
            display: flex;
            align-items: center;
            overflow: hidden;
            border-radius: 25px; }
            .single-design__header .filter .filter_main .filter_main_line .filter_main_val.switcher .filter_val {
              cursor: pointer;
              z-index: 2;
              font-weight: 600;
              white-space: nowrap;
              padding: 9px 14px 8px 14px;
              transition: all .2s linear 0s;
              width: 170px;
              color: #31B7BC; }
              @media print, screen and (max-width: 63.99875em) {
                .single-design__header .filter .filter_main .filter_main_line .filter_main_val.switcher .filter_val {
                  width: 50%; } }
              .single-design__header .filter .filter_main .filter_main_line .filter_main_val.switcher .filter_val.checked {
                color: #fff; }
            .single-design__header .filter .filter_main .filter_main_line .filter_main_val.switcher .switch_back {
              position: absolute;
              width: 50%;
              top: 0;
              bottom: 0;
              background-color: #31B7BC;
              transition: all .2s linear 0s;
              border-radius: 25px; }
              .single-design__header .filter .filter_main .filter_main_line .filter_main_val.switcher .switch_back.left {
                left: 0;
                right: 50%; }
              .single-design__header .filter .filter_main .filter_main_line .filter_main_val.switcher .switch_back.right {
                right: 0;
                left: 50%; }
          .single-design__header .filter .filter_main .filter_main_line .filter_main_val.opened {
            border-color: #31B7BC;
            border-bottom: none;
            border-radius: 8px 8px 0 0; }
            .single-design__header .filter .filter_main .filter_main_line .filter_main_val.opened .filter_val_title {
              z-index: 7;
              background-color: #fff;
              border-radius: 8px 8px 0 0; }
            .single-design__header .filter .filter_main .filter_main_line .filter_main_val.opened .filter_val_popup {
              display: block; }
          .single-design__header .filter .filter_main .filter_main_line .filter_main_val .filter_val_title {
            cursor: pointer;
            padding: 9px 38px 8px 14px;
            position: relative; }
            .single-design__header .filter .filter_main .filter_main_line .filter_main_val .filter_val_title:after {
              content: '';
              width: 19px;
              right: 11px;
              height: 21px;
              background-image: url("../svg/arrow_black.svg");
              background-repeat: no-repeat;
              background-size: 100%;
              background-position: center;
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto; }
          .single-design__header .filter .filter_main .filter_main_line .filter_main_val .filter_val_popup {
            display: none;
            position: absolute;
            top: calc(100% - 4px);
            left: -2px;
            border-radius: 0 8px 8px 8px;
            border: 2px solid #31B7BC;
            padding: 8px 13px;
            z-index: 6;
            background-color: #fff;
            width: max-content; }
            @media print, screen and (max-width: 63.99875em) {
              .single-design__header .filter .filter_main .filter_main_line .filter_main_val .filter_val_popup {
                width: 100%;
                top: 100%;
                border-radius: 0;
                left: 0;
                border: none;
                max-height: 150px;
                overflow-y: auto; } }
            .single-design__header .filter .filter_main .filter_main_line .filter_main_val .filter_val_popup:first-child {
              margin-left: 0; }
            .single-design__header .filter .filter_main .filter_main_line .filter_main_val .filter_val_popup:last-child {
              margin-right: 0; }
            .single-design__header .filter .filter_main .filter_main_line .filter_main_val .filter_val_popup .apply_filter {
              margin-top: 10px; }
            .single-design__header .filter .filter_main .filter_main_line .filter_main_val .filter_val_popup .filter_val {
              cursor: pointer;
              margin-bottom: 5px;
              display: flex;
              align-items: center; }
              .single-design__header .filter .filter_main .filter_main_line .filter_main_val .filter_val_popup .filter_val span {
                flex: 1; }
              .single-design__header .filter .filter_main .filter_main_line .filter_main_val .filter_val_popup .filter_val .checkbox {
                width: 16px;
                height: 16px;
                border: 2px solid #D2D2D2;
                position: relative;
                margin-left: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 100%; }
              .single-design__header .filter .filter_main .filter_main_line .filter_main_val .filter_val_popup .filter_val.checked .checkbox {
                border-color: #31B7BC; }
                .single-design__header .filter .filter_main .filter_main_line .filter_main_val .filter_val_popup .filter_val.checked .checkbox:after {
                  content: '';
                  background-image: url(../svg/check_blue.svg);
                  background-repeat: no-repeat;
                  width: 100%;
                  display: block;
                  height: 10px;
                  background-size: 100%;
                  margin-top: 2px; }
          .single-design__header .filter .filter_main .filter_main_line .filter_main_val.popularity {
            margin-right: 0; }
            .single-design__header .filter .filter_main .filter_main_line .filter_main_val.popularity .filter_val_popup {
              right: -2px;
              border-radius: 8px 0 8px 8px;
              left: auto; }
      .single-design__header .filter .filter_main .apply_filter {
        background-color: #22506E;
        color: #fff;
        width: 100%;
        border-radius: 8px;
        font-weight: 600;
        font-size: 20px;
        cursor: pointer;
        text-transform: none;
        padding: 10px;
        text-align: center;
        margin-top: 10vh; }
      .single-design__header .filter .filter_main .close {
        position: absolute;
        top: 20px;
        right: 20px; }
  .single-design__header .showing_designs {
    position: absolute;
    right: 24px;
    top: 104%;
    font-size: 12px; }
  .single-design__header .back-link {
    margin-right: 247px; }
  .single-design__header h2 {
    text-transform: uppercase;
    color: black;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0; }
  .single-design__header h3 {
    color: black;
    font-size: 60px;
    width: 100%;
    text-align: center;
    font-family: BrushUpToo;
    font-weight: 200; }
    @media print, screen and (max-width: 63.99875em) {
      .single-design__header h3 {
        text-align: left;
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0; } }

.single-design-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px; }
  @media print, screen and (max-width: 63.99875em) {
    .single-design-item {
      gap: 20px; } }
  .single-product .single-design-item {
    margin-bottom: 40px; }
    @media print, screen and (max-width: 39.99875em) {
      .single-product .single-design-item {
        margin-bottom: 20px; } }
  .presets .single-design-item {
    width: 50%;
    position: relative; }
    .presets .single-design-item:nth-child(odd) {
      padding-right: 7px; }
    .presets .single-design-item:nth-child(even) {
      padding-left: 7px; }
    .presets .single-design-item .single-design-item-wrapper {
      border: 1px solid #878787;
      border-radius: 8px;
      padding: 20px 26px;
      flex: 1;
      display: flex;
      flex-direction: column;
      position: relative; }
    @media print, screen and (max-width: 63.99875em) {
      .presets .single-design-item {
        width: 100%; }
        .presets .single-design-item:nth-child(odd), .presets .single-design-item:nth-child(even) {
          padding: 0; } }
    @media print, screen and (max-width: 39.99875em) {
      .presets .single-design-item .single-design-item-wrapper {
        padding: 16px 3px; }
      .presets .single-design-item .single-design-item__summary .single-design-item__price {
        position: relative;
        right: auto; }
      .single-product .presets .single-design-item {
        margin-bottom: 15px; } }
    .presets .single-design-item.hidden {
      display: none; }
    .presets .single-design-item .msg_line {
      font-weight: 500;
      font-size: 16px;
      color: #5CC89F;
      margin-bottom: 7px;
      display: flex; }
      .presets .single-design-item .msg_line img {
        width: 19px;
        height: 17px;
        margin-right: 14px; }
      .presets .single-design-item .msg_line:last-child {
        margin-bottom: 0; }
    .presets .single-design-item .icon_customize_open {
      position: absolute;
      height: 48px;
      top: 14px;
      left: 29px;
      padding: 5px 12px 6px 9px;
      z-index: 5;
      cursor: pointer;
      border: 1px solid #FF3456;
      border-radius: 8px;
      display: flex;
      align-items: center;
      background-color: #fff; }
      @media print, screen and (max-width: 63.99875em) {
        .presets .single-design-item .icon_customize_open {
          border: none;
          top: 12px;
          left: 17px; } }
      .presets .single-design-item .icon_customize_open img {
        width: 38px; }
      .presets .single-design-item .icon_customize_open .text {
        opacity: 0;
        visibility: hidden;
        font-size: 20px;
        font-weight: 500;
        color: #FF3456;
        width: 0;
        transition: width .2s linear 0s;
        white-space: nowrap;
        overflow: hidden; }
      .presets .single-design-item .icon_customize_open:hover .text {
        margin-left: 15px;
        width: 150px;
        opacity: 1;
        visibility: visible; }
    .presets .single-design-item .icon_customer_design {
      position: absolute;
      top: 14px;
      right: 20px;
      padding: 5px 12px 6px 9px;
      z-index: 5;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: #fff;
      border-radius: 8px; }
      .presets .single-design-item .icon_customer_design img {
        width: 72px;
        margin-bottom: 5px; }
      .presets .single-design-item .icon_customer_design .text {
        font-size: 12px;
        color: #000;
        text-align: center; }
      @media print, screen and (max-width: 63.99875em) {
        .presets .single-design-item .icon_customer_design {
          right: 12px;
          top: 17px; }
          .presets .single-design-item .icon_customer_design img {
            width: 47px; }
          .presets .single-design-item .icon_customer_design .text {
            display: none; } }
    .presets .single-design-item .icon_most_popular {
      position: absolute;
      top: 14px;
      right: 20px;
      padding: 5px 12px 6px 9px;
      z-index: 5;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: #fff;
      border-radius: 8px; }
      .presets .single-design-item .icon_most_popular img {
        height: 50px;
        margin-bottom: 5px; }
      .presets .single-design-item .icon_most_popular .text {
        font-size: 12px;
        color: #000;
        text-align: center; }
      @media print, screen and (max-width: 63.99875em) {
        .presets .single-design-item .icon_most_popular {
          right: 12px;
          top: 17px; }
          .presets .single-design-item .icon_most_popular img {
            height: 32px; }
          .presets .single-design-item .icon_most_popular .text {
            display: none; } }
    .presets .single-design-item .single-design-item__image {
      position: relative;
      display: flex;
      flex: 1; }
      .presets .single-design-item .single-design-item__image .byd-configurator-arrow {
        position: absolute; }
        .presets .single-design-item .single-design-item__image .byd-configurator-arrow.byd-configurator-next-view {
          right: 0; }
      .presets .single-design-item .single-design-item__image a {
        flex: 1;
        position: relative;
        align-items: center;
        display: flex; }
        .presets .single-design-item .single-design-item__image a .hover_effect {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          align-items: center;
          justify-content: center;
          z-index: 4;
          background-color: #ffffff60;
          transition: all 0.5s linear 0s;
          display: flex; }
          .presets .single-design-item .single-design-item__image a .hover_effect img {
            max-width: 142px; }
        .presets .single-design-item .single-design-item__image a:hover .hover_effect {
          opacity: 1;
          visibility: visible; }
      .presets .single-design-item .single-design-item__image .byd-configurator-arrow .byd--arrow {
        width: 33px;
        height: 18px; }
      .presets .single-design-item .single-design-item__image .product-image.hidden {
        display: none; }
  .presets .single-design-item .single-design-item__summary {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr auto; }
    @media print, screen and (max-width: 39.99875em) {
      .presets .single-design-item .single-design-item__summary {
        grid-template-columns: 100%;
        gap: 0;
        padding: 0 15px;
        position: relative; } }
    .presets .single-design-item .single-design-item__summary .single-design-item__price {
      margin-bottom: 10px; }
    @media print, screen and (min-width: 64em) {
      .presets .single-design-item .single-design-item__summary .single-design-item__button {
        float: right; } }
  .single-design-item h2 {
    color: black;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0; }
    @media print, screen and (min-width: 64em) {
      .single-design-item h2 {
        text-transform: uppercase;
        margin-bottom: 5px;
        font-size: 24px;
        line-height: 32px; } }
    .single-product .single-design-item h2 {
      margin-bottom: 10px; }
  .single-design-item__mobile-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center; }
  .single-design-item__image img {
    width: 100%;
    user-select: none;
    /* standard syntax */
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */ }
  .single-design-item .product-image {
    display: block;
    width: 100%;
    margin: 0 auto; }
  .single-design-item__fit {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 27px; }
    @media print, screen and (max-width: 63.99875em) {
      .single-design-item__fit {
        font-size: 15px; } }
  .single-design-item__features {
    list-style: none;
    color: #000;
    margin-bottom: 10px;
    display: block; }
    @media print, screen and (max-width: 39.99875em) {
      .single-design-item__features {
        display: none; } }
    .single-design-item__features i {
      color: #5cc89f; }
    .single-design-item__features li {
      display: flex;
      gap: 10px;
      align-items: center;
      font-size: 12px;
      font-weight: 500; }
      @media print, screen and (max-width: 39.99875em) {
        .single-design-item__features li {
          font-size: 13px; } }
  .single-design-item__description,
  .single-design-item .design-short-description,
  .single-design-item .short-description {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 10px; }
  .single-design-item .design-short-description {
    margin-bottom: 0; }
  .single-design-item__delivery {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 16px;
    color: #5cc89f;
    font-weight: 500; }
    .single-design-item__delivery i {
      color: #d2d2d2; }
  .single-design-item .woocommerce-variation-availability {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 16px;
    color: #5cc89f;
    font-weight: 500;
    margin-top: 20px; }
    @media print, screen and (max-width: 39.99875em) {
      .single-design-item .woocommerce-variation-availability {
        margin-bottom: 0; } }
    .single-design-item .woocommerce-variation-availability i {
      color: #d2d2d2; }
    .single-design-item .woocommerce-variation-availability .out-of-stock {
      color: red !important; }
  .single-design-item .legal-price-info,
  .single-design-item .wc-gzd-additional-info {
    display: none !important; }
  .single-design-item .delivery-info {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    row-gap: 5px;
    font-size: 16px;
    align-items: center; }
    .single-design-item .delivery-info i {
      color: #d2d2d2; }
    .single-design-item .delivery-info .delivery-time-info {
      color: #5cc89f;
      margin: 0;
      font-size: 16px;
      font-weight: 500; }
    .single-design-item .delivery-info .delivery-time-legal {
      grid-column: 1 / span 2;
      font-size: 14px;
      font-weight: 300;
      display: none !important; }
    .single-design-item .delivery-info .wc-gzd-additional-info {
      display: block !important; }
      .single-design-item .delivery-info .wc-gzd-additional-info.delivery-time-legal {
        display: none !important; }
  .single-design-item__price {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px; }
    @media print, screen and (max-width: 39.99875em) {
      .single-design-item__price {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
        position: absolute;
        right: 15px;
        top: 0; } }
  @media print, screen and (max-width: 63.99875em) {
    .single-design-item .btn_open_configurator {
      width: 100%; }
      .single-design-item .btn_open_configurator .text {
        flex: 1;
        justify-content: center; } }
  .single-design-item__customize-note {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px; }
  .single-design-item__button {
    color: #fff !important;
    background-color: #ff3456;
    font-weight: 600;
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    height: 48px;
    white-space: nowrap; }
    @media print, screen and (max-width: 63.99875em) {
      .single-design-item__button {
        width: 100% !important; } }
    .single-design-item__button:hover {
      background-color: #cc2a45; }
  .single-design-item .summary {
    width: 50% !important;
    margin: 0 !important; }
    @media print, screen and (max-width: 63.99875em) {
      .single-design-item .summary {
        width: 100% !important; } }
    @media print, screen and (max-width: 39.99875em) {
      .single-design-item .summary {
        width: 100%; } }
  .single-design-item .images {
    width: 100% !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px; }
    .single-design-item .images .flex-viewport {
      order: 2;
      border: 2px solid #d2d2d2;
      border-radius: 5px;
      padding: 10px; }
    .single-design-item .images .flex-control-nav {
      width: 100%;
      display: grid;
      grid-template-rows: 120px 120px;
      gap: 20px;
      margin: 0;
      align-items: center;
      justify-content: flex-start;
      position: relative; }
      @media print, screen and (max-width: 63.99875em) {
        .single-design-item .images .flex-control-nav {
          grid-template-columns: 120px 120px;
          grid-template-rows: 1fr;
          order: 2;
          justify-content: center; } }
      .single-design-item .images .flex-control-nav li {
        border: 2px solid #d2d2d2;
        border-radius: 5px;
        width: 120px !important;
        height: 120px !important;
        padding: 10px; }
  .single-design-item .stock {
    color: #5cc89f;
    font-size: 16px;
    font-weight: 500; }
  .single-design-item .woocommerce-variation-add-to-cart {
    display: grid;
    grid-template-rows: auto;
    margin-top: 14px;
    justify-content: flex-start;
    border-top: 1px solid #d2d2d2;
    padding-top: 20px; }
    @media print, screen and (max-width: 39.99875em) {
      .single-design-item .woocommerce-variation-add-to-cart {
        padding-top: 0;
        border-top: 0; } }
    @media print, screen and (max-width: 63.99875em) {
      .single-design-item .woocommerce-variation-add-to-cart {
        justify-content: initial; } }
    .single-design-item .woocommerce-variation-add-to-cart .qib-button-wrapper {
      margin: 20px 0 !important; }
      @media print, screen and (max-width: 39.99875em) {
        .single-design-item .woocommerce-variation-add-to-cart .qib-button-wrapper {
          display: none !important; } }
  .single-design-item .single_add_to_cart_button,
  .single-design-item button.button.alt,
  .single-design-item a.button.alt {
    color: #fff !important;
    background-color: #ff3456 !important;
    font-weight: 600;
    padding: 14px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 20px;
    white-space: nowrap;
    max-width: fit-content; }
    @media print, screen and (max-width: 39.99875em) {
      .single-design-item .single_add_to_cart_button,
      .single-design-item button.button.alt,
      .single-design-item a.button.alt {
        max-width: 100%; } }
    .single-design-item .single_add_to_cart_button:hover,
    .single-design-item button.button.alt:hover,
    .single-design-item a.button.alt:hover {
      background-color: #cc2a45 !important; }
  .single-design-item .single-product-price {
    font-family: 'IBMPlexSans';
    font-weight: 600; }
    .single-design-item .single-product-price * {
      color: #000 !important;
      font-size: 32px !important;
      line-height: 30px; }
      @media print, screen and (max-width: 39.99875em) {
        .single-design-item .single-product-price * {
          font-size: 24px !important; } }

/*
.design-archive-header {
  h1 {
    margin-bottom: 30px !important;
  }
}
*/
.full_loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background-color: #0000006b; }
  .full_loader.showing {
    display: flex; }

.presets {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 60px;
  margin-bottom: 100px; }
  @media print, screen and (max-width: 63.99875em) {
    .presets {
      column-gap: 30px;
      margin-top: 20px;
      margin-bottom: 60px;
      padding: 0 5px; } }
  .presets.three_columns .single-design-item {
    width: 33.33333333%; }
    @media print, screen and (max-width: 63.99875em) {
      .presets.three_columns .single-design-item {
        width: 100%; } }
    .presets.three_columns .single-design-item:nth-child(3n+1) {
      padding-right: 7px;
      padding-left: 0; }
    .presets.three_columns .single-design-item:nth-child(3n+2) {
      padding-left: 7px;
      padding-right: 7px; }
    .presets.three_columns .single-design-item:nth-child(3n+3) {
      padding-left: 7px;
      padding-right: 0; }
    .presets.three_columns .single-design-item .single-design-item-wrappe {
      padding: 17px 15px; }
    .presets.three_columns .single-design-item .icon_customize_open {
      top: 11px;
      left: 14px; }
    .presets.three_columns .single-design-item .icon_customer_design {
      top: 17px;
      right: 20px; }
      .presets.three_columns .single-design-item .icon_customer_design img {
        width: 47px; }
      .presets.three_columns .single-design-item .icon_customer_design .text {
        display: none; }
    .presets.three_columns .single-design-item .single-design-item__fit {
      display: none; }
    .presets.three_columns .single-design-item .design-short-description {
      display: none; }
    .presets.three_columns .single-design-item .single-design-item__summary {
      display: block; }
      .presets.three_columns .single-design-item .single-design-item__summary .single-design-item__price {
        font-size: 26px; }
      .presets.three_columns .single-design-item .single-design-item__summary .block_price_open {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }

.product-gallery {
  display: grid; }
  @media print, screen and (min-width: 64em) {
    .product-gallery {
      grid-template-columns: auto 1fr; } }
  @media print, screen and (max-width: 63.99875em) {
    .product-gallery {
      margin-top: -20px;
      margin-bottom: 0; } }
  .product-gallery.single-image {
    grid-template-columns: 1fr; }
  .product-gallery .flickity-button[disabled] {
    opacity: 0; }
  .product-gallery__image {
    width: 100%; }
  .product-gallery .carousel-main {
    opacity: 0;
    visibility: hidden;
    width: 100%; }
    .product-gallery .carousel-main.flickity-enabled {
      opacity: 1;
      visibility: visible; }
    .product-gallery .carousel-main .carousel-cell {
      width: 100%;
      height: 600px;
      padding: 10px;
      border: 2px solid #949494;
      border-radius: 12px; }
      @media print, screen and (max-width: 63.99875em) {
        .product-gallery .carousel-main .carousel-cell {
          height: 350px;
          border: 2px solid #D2D2D2; } }
      .product-gallery .carousel-main .carousel-cell img {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: contain; }
  .product-gallery__thumbs {
    width: 260px;
    margin-right: 20px; }
    @media print, screen and (max-width: 63.99875em) {
      .product-gallery__thumbs {
        order: 2;
        padding: 0 25px;
        width: auto;
        margin-top: 20px;
        margin-right: 0; } }
    @media print, screen and (max-width: 39.99875em) {
      .product-gallery__thumbs {
        padding: 0; } }
  .product-gallery .carousel-nav {
    opacity: 0;
    visibility: hidden; }
    @media print, screen and (min-width: 64em) {
      .product-gallery .carousel-nav {
        width: 550px;
        transform: rotate(90deg) translate(0, -100%);
        transform-origin: left top; } }
    .product-gallery .carousel-nav.flickity-enabled {
      opacity: 1;
      visibility: visible; }
    .product-gallery .carousel-nav .carousel-cell {
      width: 170px;
      height: 260px;
      cursor: pointer;
      margin-right: 20px;
      border: 2px solid #949494;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px;
      /* selected cell */ }
      @media print, screen and (max-width: 63.99875em) {
        .product-gallery .carousel-nav .carousel-cell {
          width: 140px;
          height: 100px;
          margin-right: 5px;
          border: 2px solid #D2D2D2; } }
      @media print, screen and (min-width: 64em) {
        .product-gallery .carousel-nav .carousel-cell img {
          transform: rotate(-90deg); } }
    .product-gallery .carousel-nav img {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      object-fit: contain;
      max-height: 150px; }
    .product-gallery .carousel-nav .flickity-prev-next-button {
      width: 40px;
      height: 40px;
      background: transparent; }
      @media print, screen and (max-width: 39.99875em) {
        .product-gallery .carousel-nav .flickity-prev-next-button {
          width: 40px;
          height: 100%;
          background: #fff;
          padding: 15px;
          border-radius: 0; }
          .product-gallery .carousel-nav .flickity-prev-next-button:focus {
            box-shadow: none; } }
      .product-gallery .carousel-nav .flickity-prev-next-button.previous {
        left: -40px; }
        @media print, screen and (max-width: 39.99875em) {
          .product-gallery .carousel-nav .flickity-prev-next-button.previous {
            left: -15px; } }
      .product-gallery .carousel-nav .flickity-prev-next-button.next {
        right: -40px; }
        @media print, screen and (max-width: 39.99875em) {
          .product-gallery .carousel-nav .flickity-prev-next-button.next {
            right: -15px; } }

.back-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #000 !important;
  font-weight: 200;
  font-size: 27px; }

@media print, screen and (min-width: 64em) {
  .single-product .site .entry-header {
    margin-bottom: 40px; } }

.byd-configurator-checkout .single-product-price {
  display: none; }

.byd-configurator-checkout #byd-configurator-price {
  font-family: 'IBMPlexSans';
  font-weight: 600;
  font-size: 30px;
  line-height: 30px; }
  @media print, screen and (max-width: 39.99875em) {
    .byd-configurator-checkout #byd-configurator-price {
      position: absolute;
      text-align: right;
      top: 0;
      margin-left: auto;
      width: 100%; } }
  .byd-configurator-checkout #byd-configurator-price * {
    color: #000 !important; }
    @media print, screen and (max-width: 39.99875em) {
      .byd-configurator-checkout #byd-configurator-price * {
        font-size: 24px; } }

.byd-configurator-checkout .woocommerce-variation-add-to-cart {
  margin-top: 0;
  border-top: 0;
  padding-top: 0; }

.byd-configurator-checkout .approval_message {
  margin-bottom: 20px;
  padding-bottom: 14px;
  display: grid !important;
  grid-template-columns: auto 1fr; }
  .byd-configurator-checkout .approval_message .not-available-link {
    grid-column: 1 / span 2; }

.byd-configurator-checkout .delivery-info {
  display: none; }

.byd-configurator-checkout .woocommerce-variation-availability {
  display: none; }

.single-cart-form-wrap .stock {
  margin: 0; }

.single-cart-form-wrap .cart {
  display: grid;
  row-gap: 20px;
  margin: 0 !important; }
  .single-cart-form-wrap .cart:after, .single-cart-form-wrap .cart:before {
    display: none !important; }

.cart_header h1,
.checkout_header h1 {
  font-size: 34px;
  font-weight: 200;
  font-family: 'BrushUpToo', cursive; }

.woocommerce-cart-form .woocommerce-cart-form-wrapper, .woocommerce-cart-forms .woocommerce-cart-form-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 33px 0; }
  .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart {
    width: 70%;
    padding-right: 22px;
    border: none; }
    .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item td, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item td {
      vertical-align: top;
      padding-top: 22px; }
      .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item td.product-quantity, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item td.product-quantity {
        padding-top: 19px; }
    .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .fits_your, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .fits_your {
      margin-top: 10px;
      font-size: 16px;
      font-weight: 500; }
    .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail {
      display: flex;
      padding: 30px 0; }
      .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .cart_image_product, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .cart_image_product {
        border: 2px solid #D2D2D2;
        border-radius: 12px;
        overflow: hidden;
        width: 240px;
        min-width: 240px;
        display: flex;
        align-items: center; }
        .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .cart_image_product .product-image, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .cart_image_product .product-image {
          width: 100%;
          max-height: 180px;
          object-fit: contain; }
      .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras {
        padding-left: 50px; }
        .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .product-title a, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .product-title a {
          font-size: 24px;
          font-weight: 600;
          color: #000; }
        .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .deliver_info, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .deliver_info {
          display: flex;
          font-weight: 500;
          font-size: 16px;
          position: relative;
          margin-top: 13px;
          color: #5CC89F; }
          .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .deliver_info img, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .deliver_info img {
            width: 24px; }
          .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .deliver_info .text, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .deliver_info .text {
            position: absolute;
            left: 31px;
            top: -4px;
            white-space: nowrap; }
        .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .approval_message, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .approval_message {
          display: flex;
          align-items: center;
          margin-bottom: 16px;
          padding-bottom: 10px;
          color: #ff3456;
          font-weight: 500;
          font-size: 16px;
          position: relative;
          margin-top: 13px; }
          @media print, screen and (max-width: 39.99875em) {
            .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .approval_message, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .approval_message {
              margin-top: 20px; } }
          .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .approval_message img, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .approval_message img {
            width: 22px; }
          .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .approval_message .text, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .approval_message .text {
            position: absolute;
            left: 31px;
            top: 0;
            white-space: nowrap;
            line-height: 13px;
            padding-top: 4px; }
            @media print, screen and (max-width: 63.99875em) {
              .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .approval_message .text, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .approval_message .text {
                font-size: 16px;
                line-height: 18px;
                padding-top: 0; } }
        .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .not-available-link, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .not-available-link {
          color: #ff3456;
          font-size: 12px;
          text-decoration: underline; }
        .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .single-design-item .woocommerce-variation-availability, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .single-design-item .woocommerce-variation-availability {
          text-transform: capitalize;
          font-size: 16px;
          font-weight: 500; }
    .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-subtotal, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-subtotal {
      font-size: 16px;
      font-weight: 600; }
    .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-quantity .quantity .qty, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-quantity .quantity .qty {
      width: 40px;
      border: none; }
    .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-remove .remove, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-remove .remove {
      background-image: url("../svg/close_gray.svg");
      background-repeat: no-repeat;
      background-position: center;
      height: 28px;
      width: 28px; }
      .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-remove .remove:hover, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-remove .remove:hover {
        background-color: transparent; }
    .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item:first-child .product-thumbnail, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item:first-child .product-thumbnail {
      padding-top: 20px; }
    .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item:last-child .product-thumbnail, .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item:last-child .product-thumbnail {
      padding-bottom: 20px; }
  .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals {
    width: 30%;
    border: 2.5px solid #FF3456;
    border-radius: 16px;
    padding: 20px 35px; }
    .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals h2, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals h2 {
      font-size: 32px;
      font-weight: 500; }
    .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content {
      width: 100%;
      border: none;
      margin-top: 20px; }
      .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        font-size: 20px;
        position: relative;
        color: #000; }
        .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line > table, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line > table {
          margin: 0;
          border-spacing: 0; }
        .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.order-total, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.order-total {
          font-weight: 600; }
        .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .woocommerce-shipping-methods, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .woocommerce-shipping-methods {
          color: #000;
          width: 100%; }
          @media print, screen and (max-width: 63.99875em) {
            .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .woocommerce-shipping-methods, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .woocommerce-shipping-methods {
              margin-left: -3px; } }
          .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .woocommerce-shipping-methods td, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .woocommerce-shipping-methods td {
            padding: 0; }
          .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .woocommerce-shipping-methods li, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .woocommerce-shipping-methods li {
            display: none; }
            .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .woocommerce-shipping-methods li:first-child, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .woocommerce-shipping-methods li:first-child {
              display: block; }
          .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .woocommerce-shipping-methods label, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .woocommerce-shipping-methods label {
            width: 100%;
            display: flex !important;
            justify-content: space-between; }
            .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .woocommerce-shipping-methods label .amount, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .woocommerce-shipping-methods label .amount {
              font-weight: 400;
              font-size: 20px; }
        .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .shipping-calculator-button, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .shipping-calculator-button {
          position: absolute;
          right: 0;
          font-size: 12px;
          color: #31B7BC;
          top: 28px;
          text-decoration: underline; }
          @media print, screen and (max-width: 39.99875em) {
            .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .shipping-calculator-button, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .shipping-calculator-button {
              top: 25px; } }
        .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.cart-discount .woocommerce-remove-coupon, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.cart-discount .woocommerce-remove-coupon {
          position: absolute;
          right: 0;
          font-size: 12px;
          color: #31B7BC;
          bottom: -14px;
          text-decoration: underline; }
      .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line_spacer, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line_spacer {
        background-color: #707070;
        height: 1px;
        width: 100%;
        margin: 25px 0 12px 0; }
        @media print, screen and (max-width: 39.99875em) {
          .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line_spacer, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line_spacer {
            background-color: #D2D2D2;
            height: 2px; } }
    .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .wc-proceed-to-checkout, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .wc-proceed-to-checkout {
      text-align: center; }
      .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .wc-proceed-to-checkout a, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .wc-proceed-to-checkout a {
        display: inline-block;
        margin: 0 auto;
        padding: 12px 22px;
        font-weight: 600;
        font-size: 20px; }
        .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .wc-proceed-to-checkout a .loader, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .wc-proceed-to-checkout a .loader {
          overflow: hidden; }
          .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .wc-proceed-to-checkout a .loader:before, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .wc-proceed-to-checkout a .loader:before {
            display: none; }
          .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .wc-proceed-to-checkout a .loader img, .woocommerce-cart-forms .woocommerce-cart-form-wrapper .cart_totals .wc-proceed-to-checkout a .loader img {
            max-height: 18px;
            display: block;
            margin: 0 auto; }

.btn_close.btn_close_js img {
  width: 28px !important; }

.faq_cart {
  width: 100%;
  max-width: 950px;
  margin: 70px auto 0; }
  @media print, screen and (max-width: 39.99875em) {
    .faq_cart {
      margin-top: 30px; } }
  .faq_cart .title {
    font-size: 60px;
    font-weight: 200;
    font-family: 'BrushUpToo', cursive;
    text-align: left;
    line-height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media print, screen and (max-width: 63.99875em) {
      .faq_cart .title {
        font-size: 40px;
        line-height: 40px;
        padding: 0 20px; } }
    @media print, screen and (max-width: 39.99875em) {
      .faq_cart .title {
        font-size: 20px;
        line-height: 18px;
        padding: 0 20px;
        font-family: 'IBMPlexSans';
        font-weight: 600; } }
    .faq_cart .title svg {
      width: 100%;
      height: 24px;
      margin-top: 10px; }
      @media print, screen and (max-width: 39.99875em) {
        .faq_cart .title svg {
          height: 15px;
          margin-top: 0px;
          display: none; } }
  .faq_cart .content {
    margin-top: 4px; }
    .faq_cart .content .paragraph {
      margin: 20px 0; }
      .faq_cart .content .paragraph .p_title {
        font-weight: 600;
        font-size: 34px;
        margin-bottom: 10px;
        padding-right: 40px;
        position: relative;
        cursor: pointer;
        color: #000;
        background-color: #FAFAFA; }
        @media print, screen and (max-width: 63.99875em) {
          .faq_cart .content .paragraph .p_title {
            font-size: 18px;
            padding: 10px 20px; } }
        @media print, screen and (max-width: 39.99875em) {
          .faq_cart .content .paragraph .p_title {
            padding: 10px 40px 10px 20px;
            font-size: 16px; } }
        .faq_cart .content .paragraph .p_title svg {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
          @media print, screen and (max-width: 63.99875em) {
            .faq_cart .content .paragraph .p_title svg {
              width: 34px;
              height: 34px; } }
          @media print, screen and (max-width: 39.99875em) {
            .faq_cart .content .paragraph .p_title svg {
              right: 12px; } }
      .faq_cart .content .paragraph .p_content {
        font-size: 20px;
        font-weight: 500;
        display: none;
        color: #000;
        margin: 22px 0;
        text-align: justify; }
        @media print, screen and (max-width: 63.99875em) {
          .faq_cart .content .paragraph .p_content {
            font-size: 16px;
            padding: 0 20px; } }
        .faq_cart .content .paragraph .p_content br {
          display: none; }
      .faq_cart .content .paragraph.opened .p_title svg {
        transform: rotate(180deg); }
        @media print, screen and (max-width: 63.99875em) {
          .faq_cart .content .paragraph.opened .p_title svg {
            width: 34px;
            height: 34px; } }
      .faq_cart .content .paragraph.opened .p_content {
        display: block; }

.approval_process_popup {
  display: none; }
  .approval_process_popup .approval_popup .print_file {
    width: 100%;
    margin: 30px 0 0 0;
    max-width: 100%; }
  .approval_process_popup .approval_popup p {
    margin-top: 20px; }
  .approval_process_popup.opened {
    display: block; }

.woocommerce-MyAccount-content .orders_info {
  border-top: 3px solid #1e85be;
  position: relative;
  background-color: #f7f6f7; }
  .woocommerce-MyAccount-content .orders_info .woocommerce-info {
    border: none;
    background: none; }

.notification_error {
  position: relative;
  background-color: transparent;
  border: 2px solid #ff3a59;
  margin: 0 0 5px;
  float: left;
  padding: 6px 15px 6px 0;
  border-radius: 6px;
  text-align: left; }
  .notification_error .woocommerce-error {
    border: none;
    background: none;
    padding: 0;
    margin: 0; }
    .notification_error .woocommerce-error:before {
      top: 1px;
      left: -38px;
      font-size: 24px; }

#wpmc-prev {
  margin-right: auto; }

#wpmc-prev, #wpmc-back-to-cart {
  background-color: #1F4F6F;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  border-radius: 8px;
  font-weight: 700; }
  #wpmc-prev.hidden, #wpmc-back-to-cart.hidden {
    display: none; }

.cart_header_navigate {
  background-color: #FAFAFA;
  padding: 17.5px 0 18.5px 0; }
  .cart_header_navigate .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
  .cart_header_navigate .notice_message {
    flex: 1;
    margin-right: 10px; }
    @media print, screen and (max-width: 39.99875em) {
      .cart_header_navigate .notice_message {
        margin-right: 0;
        width: 100%; } }
    .cart_header_navigate .notice_message .woocommerce-NoticeGroup,
    .cart_header_navigate .notice_message .woocommerce-message {
      border: none;
      padding: 0;
      background: transparent;
      width: fit-content;
      margin: 0; }
      @media print, screen and (max-width: 39.99875em) {
        .cart_header_navigate .notice_message .woocommerce-NoticeGroup,
        .cart_header_navigate .notice_message .woocommerce-message {
          width: 100%; } }
      .cart_header_navigate .notice_message .woocommerce-NoticeGroup ul,
      .cart_header_navigate .notice_message .woocommerce-message ul {
        list-style: none;
        border: none;
        padding: 0;
        background: transparent;
        width: fit-content;
        margin: 0; }
        .cart_header_navigate .notice_message .woocommerce-NoticeGroup ul:before,
        .cart_header_navigate .notice_message .woocommerce-message ul:before {
          display: none; }
        .cart_header_navigate .notice_message .woocommerce-NoticeGroup ul li,
        .cart_header_navigate .notice_message .woocommerce-message ul li {
          border: 2px solid #FF3456;
          border-radius: 8px;
          padding: 10px 14px 10px 61px !important;
          font-weight: 500;
          font-size: 18px;
          margin: 8px 0;
          position: relative;
          color: #000; }
          @media print, screen and (max-width: 39.99875em) {
            .cart_header_navigate .notice_message .woocommerce-NoticeGroup ul li,
            .cart_header_navigate .notice_message .woocommerce-message ul li {
              font-size: 14px; } }
          .cart_header_navigate .notice_message .woocommerce-NoticeGroup ul li:before,
          .cart_header_navigate .notice_message .woocommerce-message ul li:before {
            content: '';
            position: absolute;
            margin: auto;
            left: 12px;
            width: 28px;
            height: 28px;
            top: 0;
            bottom: 0;
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: center;
            background-image: url("../svg/attention.svg"); }
          .cart_header_navigate .notice_message .woocommerce-NoticeGroup ul li:first-child,
          .cart_header_navigate .notice_message .woocommerce-message ul li:first-child {
            margin-top: 0; }
          .cart_header_navigate .notice_message .woocommerce-NoticeGroup ul li:last-child,
          .cart_header_navigate .notice_message .woocommerce-message ul li:last-child {
            margin-bottom: 0; }
        .cart_header_navigate .notice_message .woocommerce-NoticeGroup ul.woocommerce-success li,
        .cart_header_navigate .notice_message .woocommerce-message ul.woocommerce-success li {
          border-color: #5CC89F; }
          .cart_header_navigate .notice_message .woocommerce-NoticeGroup ul.woocommerce-success li:before,
          .cart_header_navigate .notice_message .woocommerce-message ul.woocommerce-success li:before {
            background-image: url("../svg/accept_green.svg"); }
      .cart_header_navigate .notice_message .woocommerce-NoticeGroup .container .button,
      .cart_header_navigate .notice_message .woocommerce-message .container .button {
        float: none;
        margin-right: 20px;
        white-space: nowrap;
        align-self: center; }
      .cart_header_navigate .notice_message .woocommerce-NoticeGroup .container:first-child,
      .cart_header_navigate .notice_message .woocommerce-message .container:first-child {
        margin-top: 0; }
      .cart_header_navigate .notice_message .woocommerce-NoticeGroup .container:last-child,
      .cart_header_navigate .notice_message .woocommerce-message .container:last-child {
        margin-bottom: 0; }
  .cart_header_navigate .loader img {
    max-height: 18px;
    display: block;
    margin: 0 auto; }
  .cart_header_navigate .loader:before {
    display: none; }

.woocommerce .button .loader {
  height: 100%; }
  .woocommerce .button .loader img {
    height: 100%;
    width: auto;
    margin: 0 auto; }
  .woocommerce .button .loader:before, .woocommerce .button .loader:after {
    display: none; }

.cart_coupon {
  background-color: #FAFAFA;
  padding: 17.5px 0 18.5px 0;
  display: flex; }
  @media print, screen and (max-width: 39.99875em) {
    .cart_coupon button.update_cart_btn {
      display: none; } }
  .cart_coupon .container {
    display: flex; }
  .cart_coupon .notice_message {
    flex: 1;
    margin-right: 20px; }
    @media print, screen and (max-width: 39.99875em) {
      .cart_coupon .notice_message {
        margin: 15px 0 15px 20px; } }
    .cart_coupon .notice_message .woocommerce-NoticeGroup ul {
      border: none;
      padding: 0;
      background: transparent;
      width: fit-content;
      margin: 0; }
      .cart_coupon .notice_message .woocommerce-NoticeGroup ul:before {
        display: none; }
      .cart_coupon .notice_message .woocommerce-NoticeGroup ul li {
        border: 2px solid #FF3456;
        border-radius: 8px;
        padding: 10px 14px 10px 61px !important;
        font-weight: 500;
        font-size: 20px;
        margin: 8px 0;
        position: relative; }
        @media print, screen and (max-width: 39.99875em) {
          .cart_coupon .notice_message .woocommerce-NoticeGroup ul li {
            padding: 10px 5px 10px 48px !important;
            font-size: 16px; } }
        .cart_coupon .notice_message .woocommerce-NoticeGroup ul li:before {
          content: '';
          position: absolute;
          margin: auto;
          left: 12px;
          width: 28px;
          height: 28px;
          top: 0;
          bottom: 0;
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: center;
          background-image: url("../svg/attention.svg"); }
          @media print, screen and (max-width: 39.99875em) {
            .cart_coupon .notice_message .woocommerce-NoticeGroup ul li:before {
              width: 24px;
              height: 24px; } }
        .cart_coupon .notice_message .woocommerce-NoticeGroup ul li:first-child {
          margin-top: 0; }
        .cart_coupon .notice_message .woocommerce-NoticeGroup ul li:last-child {
          margin-bottom: 0; }
    .cart_coupon .notice_message .woocommerce-NoticeGroup .notification_error {
      border: none;
      padding: 0;
      background: transparent;
      width: auto;
      margin: 0; }
      .cart_coupon .notice_message .woocommerce-NoticeGroup .notification_error .container {
        width: 100%;
        display: block;
        max-width: none; }
  .cart_coupon div#checkout_coupon .notice_message {
    margin: 15px 0; }
  .cart_coupon .coupon {
    display: inline-flex;
    align-items: center;
    position: relative;
    flex: 1; }
    .cart_coupon .coupon .input-text {
      margin: 0 33px 0 0;
      background-color: #fff;
      text-align: center;
      border: 1px solid #D2D2D2;
      font-size: 16px;
      font-weight: 500;
      color: #878787;
      width: 260px; }
      @media print, screen and (max-width: 39.99875em) {
        .cart_coupon .coupon .input-text {
          width: 100%;
          height: 45px; } }
    .cart_coupon .coupon .message {
      position: absolute;
      bottom: -18px;
      font-size: 12px;
      font-weight: 500; }
    .cart_coupon .coupon .button {
      border-radius: 8px;
      background-color: #1F4F6F;
      white-space: nowrap;
      font-size: 20px;
      font-weight: 600;
      color: #fff; }
      .cart_coupon .coupon .button:hover {
        color: #fff; }
      .cart_coupon .coupon .button .loader img {
        max-height: 18px;
        display: block;
        margin: 0 auto; }
      .cart_coupon .coupon .button .loader:before {
        display: none; }
    .cart_coupon .coupon.error .input-text {
      border-color: #EB495B; }
    .cart_coupon .coupon.error .message {
      color: #EB495B; }
    .cart_coupon .coupon.success .input-text {
      border-color: #5CC89F; }
    .cart_coupon .coupon.success .message {
      color: #5CC89F; }
  .cart_coupon .woocommerce-form-coupon {
    display: inline-block; }
  .cart_coupon .update_cart_btn {
    color: #fff !important; }

.cart-breadcrumb {
  font-weight: 600; }
  .cart-breadcrumb .current {
    color: #1F4F6F;
    font-size: 20px; }
  .cart-breadcrumb a {
    color: #1F4F6F;
    opacity: 0.4;
    font-size: 20px; }
  .cart-breadcrumb .delim {
    color: #1F4F6F;
    opacity: 0.4;
    font-size: 20px; }
  .cart-breadcrumb .wpmc-tabs-wrapper {
    padding: 0;
    width: auto;
    display: inline-flex; }
    .cart-breadcrumb .wpmc-tabs-wrapper .wpmc-tabs-list {
      background-color: transparent;
      display: flex; }
      .cart-breadcrumb .wpmc-tabs-wrapper .wpmc-tabs-list .tab-item {
        width: auto;
        padding: 0;
        display: flex;
        align-items: center;
        float: none;
        line-height: normal; }
        .cart-breadcrumb .wpmc-tabs-wrapper .wpmc-tabs-list .tab-item.payment_step {
          display: none; }
        .cart-breadcrumb .wpmc-tabs-wrapper .wpmc-tabs-list .tab-item:before {
          display: none; }
        .cart-breadcrumb .wpmc-tabs-wrapper .wpmc-tabs-list .tab-item.current .wpmc-tab-text {
          color: #1F4F6F;
          font-size: 20px;
          opacity: 1; }
        .cart-breadcrumb .wpmc-tabs-wrapper .wpmc-tabs-list .tab-item .wpmc-tab-number {
          display: none; }
        .cart-breadcrumb .wpmc-tabs-wrapper .wpmc-tabs-list .tab-item .wpmc-tab-text {
          padding: 0;
          font-size: 20px;
          opacity: 0.4;
          font-family: "IBMPlexSans", Oswald, Regular;
          color: #1F4F6F;
          font-weight: 600;
          position: relative;
          top: 0;
          display: block; }
        .cart-breadcrumb .wpmc-tabs-wrapper .wpmc-tabs-list .tab-item:last-child .delim {
          display: none; }

.wpmc-nav-wrapper {
  margin-top: 25px; }

.wpmc-step-item.current.wpmc-step-review .login_actions_checkout {
  display: none; }

.wpmc-step-item.current.wpmc-step-review .shop_table {
  background-color: transparent;
  display: flex;
  align-items: flex-start;
  margin-top: 12px; }
  .wpmc-step-item.current.wpmc-step-review .shop_table .column {
    width: 50%; }
    .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item {
      margin-bottom: 27px; }
      .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item .label_item {
        font-size: 20px;
        font-weight: 600;
        display: flex; }
        .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item .label_item svg {
          width: 28px;
          height: 28px;
          margin-left: 8px; }
          @media print, screen and (max-width: 63.99875em) {
            .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item .label_item svg {
              width: 22px;
              height: 22px;
              margin-top: 4px; } }
        .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item .label_item img {
          width: 22px;
          margin-left: 12px; }
      .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item .content {
        font-size: 16px;
        font-weight: 500;
        padding-top: 10px; }
      .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.shippment .content div {
        display: inline; }
      .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products {
        display: flex;
        flex-direction: column; }
        .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item {
          width: 100%;
          position: relative;
          margin-top: 20px;
          padding-bottom: 14px;
          padding-right: 30px; }
          .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .product-title a {
            color: #000;
            font-size: 20px;
            font-weight: 600; }
            @media print, screen and (max-width: 39.99875em) {
              .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .product-title a {
                font-size: 18px;
                word-wrap: break-word; } }
          .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .approval_message {
            display: flex;
            align-items: center;
            padding-bottom: 10px;
            color: #ff3456;
            font-weight: 500;
            font-size: 16px;
            position: relative;
            margin-top: 13px; }
            @media print, screen and (max-width: 39.99875em) {
              .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .approval_message {
                align-items: flex-start; } }
            .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .approval_message > img {
              margin-right: 12px;
              width: 22px; }
            .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .approval_message .text {
              line-height: 13px;
              white-space: nowrap; }
            .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .approval_message a {
              color: #ff3456; }
          .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .deliver_info {
            display: flex;
            font-weight: 500;
            font-size: 16px;
            position: relative;
            margin-top: 13px;
            color: #5CC89F;
            align-items: center; }
            .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .deliver_info img {
              width: 24px;
              margin-right: 9px; }
          .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .product-remove {
            position: absolute;
            right: 0;
            top: 0; }
            .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .product-remove a {
              background-image: url(../svg/close_blue.svg);
              background-repeat: no-repeat;
              background-position: center;
              height: 28px;
              border: 1px solid #1F4F6F;
              width: 28px;
              background-size: 55%;
              padding: 10px;
              background-color: transparent; }
          .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item:not(:first-child) {
            padding-top: 34px; }
            .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item:not(:first-child):before {
              content: '';
              border-top: 1px solid #707070;
              height: 1px;
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              right: 40px;
              width: 100%; }
            .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item:not(:first-child) .product-remove {
              top: 34px; }
          .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .product-quantity {
            display: none; }
      .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.summary .content {
        font-weight: 400; }
        .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.summary .content .line {
          display: flex;
          width: 100%;
          justify-content: space-between;
          font-size: 20px;
          margin-bottom: 10px; }
          .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.summary .content .line.order-total {
            font-weight: 800;
            margin-top: 22px;
            padding-top: 12px;
            border-top: 1px solid #707070; }
      .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.fields .fields_list {
        display: flex; }
        .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.fields .fields_list .form-row .woocommerce-form__label {
          font-size: 16px;
          font-weight: 500;
          color: #000;
          padding-left: 45px;
          padding-right: 20px;
          position: relative; }
          .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.fields .fields_list .form-row .woocommerce-form__label a {
            color: #000;
            text-decoration: underline; }
          .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.fields .fields_list .form-row .woocommerce-form__label .woocommerce-gzd-legal-checkbox-text {
            padding-left: 0;
            display: inline;
            position: static; }
            .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.fields .fields_list .form-row .woocommerce-form__label .woocommerce-gzd-legal-checkbox-text:before, .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.fields .fields_list .form-row .woocommerce-form__label .woocommerce-gzd-legal-checkbox-text:after {
              border-color: #000;
              top: 4px; }
          .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.fields .fields_list .form-row .woocommerce-form__label .woocommerce-form__input {
            display: none; }
            .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.fields .fields_list .form-row .woocommerce-form__label .woocommerce-form__input:checked + span:not(.lever):before {
              background-image: url(../svg/check_black.svg); }
      .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.fields #place_order {
        margin-top: 30px;
        float: right; }
    .wpmc-step-item.current.wpmc-step-review .shop_table .column.left {
      padding-right: 70px; }
    .wpmc-step-item.current.wpmc-step-review .shop_table .column.right {
      padding-left: 70px; }

.wpmc-step-item.current.wpmc-step-review .wc-gzd-order-submit {
  display: none; }

.wpmc-step-item.current.wpmc-step-billing .container {
  display: block;
  position: relative;
  margin-top: 11px; }
  .wpmc-step-item.current.wpmc-step-billing .container h3 {
    font-size: 24px;
    font-weight: 600; }
    @media print, screen and (max-width: 63.99875em) {
      .wpmc-step-item.current.wpmc-step-billing .container h3 {
        font-size: 20px; } }
  .wpmc-step-item.current.wpmc-step-billing .container .payment_block {
    padding-left: 105px;
    position: absolute;
    right: 0;
    top: 0; }
    .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment {
      background-color: transparent; }
      .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin-top: 20px;
        border: none; }
        @media print, screen and (max-width: 63.99875em) {
          .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods {
            flex-wrap: nowrap; } }
        @media print, screen and (max-width: 39.99875em) {
          .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods {
            flex-direction: column; } }
        .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method {
          width: 50%;
          display: flex;
          padding-bottom: 30px;
          height: fit-content; }
          .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method .payment-method-wrapper {
            border: 1px solid #D2D2D2;
            border-radius: 8px;
            padding: 16px;
            position: relative;
            font-size: 11px;
            color: #878787;
            cursor: pointer;
            width: 100%; }
            .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method .payment-method-wrapper .check {
              position: absolute;
              border: 2px solid #D2D2D2;
              border-radius: 100%;
              width: 28px;
              height: 28px;
              right: 10px;
              top: 10px; }
            .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method .payment-method-wrapper .payment_box_label .title {
              font-size: 16px;
              font-weight: 500;
              color: #878787;
              line-height: normal; }
            .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method .payment-method-wrapper .payment_box_label .description {
              margin-top: 15px;
              line-height: 15px; }
            .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method .payment-method-wrapper .payment_box_label .icon_payment {
              background-repeat: no-repeat;
              height: 42px;
              margin-top: 12px;
              display: none; }
              .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method .payment-method-wrapper .payment_box_label .icon_payment.icon_paypal {
                display: block;
                background-image: url("../png/payment_paypal.png"); }
              .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method .payment-method-wrapper .payment_box_label .icon_payment.icon_stripe {
                display: block;
                background-image: url("../svg/cc.svg"); }
            .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method .payment-method-wrapper .payment_box_label .icons {
              display: none !important;
              flex-wrap: wrap;
              margin: 7px 0; }
              .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method .payment-method-wrapper .payment_box_label .icons img {
                height: 25px;
                margin: 0 5px 0 0; }
              .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method .payment-method-wrapper .payment_box_label .icons a {
                line-height: normal;
                margin-left: 5px; }
            .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method .payment-method-wrapper .payment_box {
              display: none !important; }
          .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method:nth-child(odd) {
            padding-right: 13px; }
          .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method:nth-child(even) {
            padding-left: 13px; }
          .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method.active .check {
            border-color: #31B7BC;
            background-image: url(../svg/check_blue.svg);
            background-repeat: no-repeat;
            background-position: 6px 7px; }
          .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method.active .payment-method-wrapper .payment_box {
            display: block !important; }
          .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method.active .payment-method-wrapper .payment_box_label .icons {
            display: flex !important; }
          .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method.payment_method_paypal .payment-method-wrapper .payment_box_label .icons {
            margin-top: 12px; }
            .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method.payment_method_paypal .payment-method-wrapper .payment_box_label .icons img {
              width: 100%;
              height: auto;
              max-height: none; }
  .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields,
  .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields {
    display: flex;
    flex-direction: column; }
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper,
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper,
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      transform: translate(-9px, 0px); }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
        width: 50%;
        padding: 0 9px;
        margin: 12px 0;
        order: 5; }
        @media print, screen and (max-width: 39.99875em) {
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
            margin: 12px 0 0; } }
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_title_field,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row#billing_title_field,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_title_field,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row#billing_title_field {
          order: 1; }
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.order1,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row.order1,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row.order1,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row.order1 {
          order: 1; }
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.order2,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row.order2,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row.order2,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row.order2 {
          order: 2; }
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input, .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select, .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection--single,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row input,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row select,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection--single,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row input,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row select,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection--single,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row input,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row select,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection--single {
          text-align-last: left;
          text-align: left;
          padding: 14px 16px;
          color: #878787;
          font-size: 16px;
          font-weight: 500;
          border: 1px solid #D2D2D2;
          border-radius: 8px;
          height: auto;
          line-height: 18px; }
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input::placeholder, .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select::placeholder, .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection--single::placeholder,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row input::placeholder,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row select::placeholder,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection--single::placeholder,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row input::placeholder,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row select::placeholder,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection--single::placeholder,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row input::placeholder,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row select::placeholder,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection--single::placeholder {
            font-size: 16px;
            color: #878787;
            font-weight: 400; }
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row .select,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row .select,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .select {
          position: relative;
          background-image: url(../svg/arrow_gray.svg);
          background-repeat: no-repeat;
          background-position-x: calc(100% - 23px);
          background-position-y: center; }
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection__rendered,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection__rendered,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection__rendered,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection__rendered {
          line-height: normal;
          padding: 0;
          color: #878787;
          font-size: 16px;
          font-weight: 500; }
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection__arrow,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection__arrow,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection__arrow,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection__arrow {
          background-image: url(../svg/arrow_gray.svg);
          top: 0;
          bottom: 0;
          margin: auto;
          right: 23px;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center; }
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection__arrow b,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection__arrow b,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection__arrow b,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection__arrow b {
            display: none; }
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper,
        .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper {
          position: relative; }
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper .requared_point,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper .requared_point,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper .requared_point,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper .requared_point {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            height: 22px;
            color: #878787;
            display: none;
            left: 16px;
            font-size: 16px;
            pointer-events: none; }
            .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper .requared_point span,
            .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper .requared_point span,
            .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper .requared_point span,
            .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper .requared_point span {
              color: red;
              margin-left: 5px;
              margin-top: 2px; }
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper input::placeholder,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper input::placeholder,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper input::placeholder,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper input::placeholder {
            font-size: 0; }
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper input:placeholder-shown + .requared_point,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper input:placeholder-shown + .requared_point,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper input:placeholder-shown + .requared_point,
          .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row.validate-required .woocommerce-input-wrapper input:placeholder-shown + .requared_point {
            display: block; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_first_name_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p#billing_first_name_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p#billing_first_name_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p#billing_first_name_field {
        order: 2; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_last_name_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p#billing_last_name_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p#billing_last_name_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p#billing_last_name_field {
        order: 3; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_address_1_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p#billing_address_1_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p#billing_address_1_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p#billing_address_1_field {
        order: 4; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_address_2_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p#billing_address_2_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p#billing_address_2_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p#billing_address_2_field {
        order: 5; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_postcode_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p#billing_postcode_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p#billing_postcode_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p#billing_postcode_field {
        order: 6; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_city_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p#billing_city_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p#billing_city_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p#billing_city_field {
        order: 7; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_country_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p#billing_country_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p#billing_country_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p#billing_country_field {
        order: 8; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_state_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p#billing_state_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p#billing_state_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p#billing_state_field {
        order: 9; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_email_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p#billing_email_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p#billing_email_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p#billing_email_field {
        order: 10; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_em_ver_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p#billing_em_ver_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p#billing_em_ver_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p#billing_em_ver_field {
        order: 11; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_phone_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p#billing_phone_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p#billing_phone_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p#billing_phone_field {
        order: 12; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_company_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p#billing_company_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p#billing_company_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p#billing_company_field {
        order: 13; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_facebook_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p#billing_facebook_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p#billing_facebook_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p#billing_facebook_field {
        order: 14; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_instagram_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p#billing_instagram_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p#billing_instagram_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p#billing_instagram_field {
        order: 15; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #shipping_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper #billing_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper #shipping_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper #billing_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper #shipping_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #billing_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_title_field {
        width: 50.01%; }
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields #ship-to-different-address input,
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields #ship-to-different-address input {
      opacity: 0;
      position: relative;
      pointer-events: auto;
      margin: 0;
      display: none; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields #ship-to-different-address input:checked + span:not(.lever):before,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields #ship-to-different-address input:checked + span:not(.lever):before {
        background-image: url(../svg/check_black.svg); }
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields #ship-to-different-address span,
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields #ship-to-different-address span {
      padding-left: 40px;
      color: #878787;
      font-size: 16px;
      font-weight: 500; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields #ship-to-different-address span:before, .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields #ship-to-different-address span:after,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields #ship-to-different-address span:before,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields #ship-to-different-address span:after {
        border-color: #878787;
        top: -4px;
        border-radius: 2px; }
  .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-account-fields .create-account {
    padding: 0;
    margin-top: 21px; }
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-account-fields .create-account input {
      opacity: 1;
      position: relative;
      pointer-events: auto;
      margin: 0;
      padding: 14px 16px; }
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-account-fields .create-account .checkbox input {
      display: none; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-account-fields .create-account .checkbox input:checked + span:not(.lever):before {
        background-image: url(../svg/check_black.svg); }
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-account-fields .create-account span {
      padding-left: 40px;
      color: #878787;
      font-size: 16px;
      font-weight: 500; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-account-fields .create-account span:before {
        border-color: #878787;
        top: -4px;
        border-radius: 2px; }
  .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields {
    margin: 15px 0; }
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields .form-row {
      padding: 0; }
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields textarea#order_comments {
      padding: 14px 16px;
      color: #878787;
      font-size: 16px;
      font-weight: 500;
      border: 1px solid #D2D2D2;
      border-radius: 8px;
      resize: none;
      min-height: 5rem; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields textarea#order_comments::placeholder {
        color: #878787;
        font-size: 16px; }
  .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields,
  .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields,
  .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields,
  .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-account-fields,
  .wpmc-step-item.current.wpmc-step-billing .container .payment_block {
    width: 50%; }

.wpmc-step-item.current.wpmc-step-billing .login_actions_checkout {
  background-color: #FAFAFA;
  padding: 17.5px 0 18.5px 0; }
  .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container {
    display: flex;
    margin-top: 0;
    align-items: flex-start; }
    .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .login_btn {
      border-radius: 8px;
      background-color: #1F4F6F;
      white-space: nowrap;
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      padding: 9px 15px 11px 15px;
      display: inline-block;
      line-height: 20px; }
    .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .login_links {
      display: inline-block;
      font-size: 12px;
      color: #1F4F6F;
      margin-left: 25px; }
      .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .login_links P {
        text-align: left !important;
        margin-bottom: 0 !important; }
      .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .login_links a {
        color: #1F4F6F;
        text-decoration: underline; }
    .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .btn_next_container {
      flex: 1;
      text-align: right; }
    .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .user_auth {
      display: flex;
      align-items: flex-start; }
    .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .notice_message .woocommerce-NoticeGroup ul {
      border: none;
      padding: 0;
      background: transparent;
      width: fit-content;
      margin: 0; }
      @media print, screen and (max-width: 39.99875em) {
        .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .notice_message .woocommerce-NoticeGroup ul {
          width: 100%; } }
      .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .notice_message .woocommerce-NoticeGroup ul:before {
        display: none; }
      .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .notice_message .woocommerce-NoticeGroup ul li {
        border: 2px solid #FF3456;
        border-radius: 8px;
        padding: 10px 14px 10px 61px !important;
        font-weight: 500;
        font-size: 20px;
        margin: 8px 0;
        position: relative; }
        @media print, screen and (max-width: 39.99875em) {
          .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .notice_message .woocommerce-NoticeGroup ul li {
            font-size: 14px;
            padding: 10px 14px 10px 50px !important; } }
        .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .notice_message .woocommerce-NoticeGroup ul li:before {
          content: '';
          position: absolute;
          margin: auto;
          left: 12px;
          width: 28px;
          height: 28px;
          top: 0;
          bottom: 0;
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: center;
          background-image: url("../svg/attention.svg"); }
        .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .notice_message .woocommerce-NoticeGroup ul li:first-child {
          margin-top: 0; }
        .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .notice_message .woocommerce-NoticeGroup ul li:last-child {
          margin-bottom: 0; }
  .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout.has_login_btn .container #wpmc-next {
    float: right; }

p#billing_facebook_field {
  flex-direction: column-reverse;
  width: 51%; }
  p#billing_facebook_field label {
    display: flex;
    flex-direction: column;
    color: #021613;
    font-size: 24px;
    font-weight: 600;
    line-height: 1; }
    p#billing_facebook_field label span {
      font-size: 16px;
      color: #878787;
      margin-top: 5px;
      font-weight: 400;
      margin-bottom: -10px;
      white-space: nowrap;
      font-family: "IBMPlexSans", Oswald, Regular; }
      @media print, screen and (max-width: 39.99875em) {
        p#billing_facebook_field label span {
          font-size: 14px; } }
    p#billing_facebook_field label span.optional {
      display: none; }

p#billing_instagram_field {
  margin-top: 70px;
  width: 49%; }
  @media print, screen and (max-width: 63.99875em) {
    p#billing_instagram_field {
      margin-top: 10px; } }

p#order_comments_field:before {
  content: "Order Notes:";
  color: #021613;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1; }

.notice_message .woocommerce-NoticeGroup-checkout {
  margin-right: 20px; }
  @media print, screen and (max-width: 39.99875em) {
    .notice_message .woocommerce-NoticeGroup-checkout {
      margin-right: 0; } }

.cross-sells {
  width: 100%;
  margin-top: 90px; }
  .cross-sells h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media print, screen and (max-width: 39.99875em) {
      .cross-sells h2 {
        font-size: 20px; } }

body:not(.configurator-started) .woocommerce-breadcrumb {
  display: block;
  margin: 0 0 20px 0 !important;
  font-size: 14px !important;
  font-weight: 600;
  color: #1f4f6f !important; }
  body:not(.configurator-started) .woocommerce-breadcrumb a {
    color: #1f4f6f !important; }
  @media print, screen and (max-width: 63.99875em) {
    body:not(.configurator-started) .woocommerce-breadcrumb {
      border-bottom: 2px solid #d2d2d2;
      padding: 12px 24px;
      margin-bottom: 14px !important;
      color: #878787 !important; }
      body:not(.configurator-started) .woocommerce-breadcrumb a {
        color: #D2D2D2 !important; } }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    body:not(.configurator-started) .woocommerce-breadcrumb {
      padding-right: 40px;
      padding-left: 40px; } }
  @media print, screen and (max-width: 39.99875em) {
    body:not(.configurator-started) .woocommerce-breadcrumb {
      padding: 12px 24px; } }

body:not(.configurator-started) .product.type-product {
  position: relative;
  width: 90%;
  max-width: 1600px;
  float: none;
  margin-left: auto;
  margin-right: auto; }

body:not(.configurator-started) .byd-configurator-wrap {
  gap: 40px;
  flex-flow: row wrap; }
  @media print, screen and (max-width: 63.99875em) {
    body:not(.configurator-started) .byd-configurator-wrap {
      display: block; } }

body:not(.configurator-started) .byd-configurator {
  width: auto;
  padding: 0;
  flex: 1 1 0; }

body:not(.configurator-started) .byd-configurator-canvas .canvas-container {
  left: 50%;
  transform: translateX(-50%); }
  body:not(.configurator-started) .byd-configurator-canvas .canvas-container canvas {
    position: relative !important; }

body:not(.configurator-started) .byd-configurator-canvas:after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 67.25%; }

body:not(.configurator-started) .byd-configurator-checkout {
  width: 400px;
  padding: 0;
  flex: 0 0 auto; }
  @media print, screen and (max-width: 63.99875em) {
    body:not(.configurator-started) .byd-configurator-checkout {
      width: 100%;
      margin-top: 30px; } }
  body:not(.configurator-started) .byd-configurator-checkout .byd-configurator-intro {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    margin-bottom: 14px; }

body:not(.configurator-started) .byd-configurator-product {
  display: grid;
  height: auto;
  margin-top: 0; }
  @media print, screen and (max-width: 63.99875em) {
    body:not(.configurator-started) .byd-configurator-product {
      margin-top: 20px; } }
  body:not(.configurator-started) .byd-configurator-product .byd-configurator-canvas {
    border-width: 2px;
    border-radius: 5px; }
  body:not(.configurator-started) .byd-configurator-product .byd-configurator-canvas-views {
    width: 100%;
    display: grid;
    grid-template-rows: 120px 120px;
    gap: 20px;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    display: none; }
    @media print, screen and (max-width: 63.99875em) {
      body:not(.configurator-started) .byd-configurator-product .byd-configurator-canvas-views {
        grid-template-columns: 120px 120px;
        grid-template-rows: 1fr;
        order: 2;
        justify-content: center; } }
    body:not(.configurator-started) .byd-configurator-product .byd-configurator-canvas-views .byd-configurator-canvas-view {
      width: 120px;
      height: 120px;
      padding: 0; }
  body:not(.configurator-started) .byd-configurator-product .byd-configurator-arrow {
    display: none; }

body:not(.configurator-started) .product-title {
  line-height: 28px;
  color: #000000;
  font-size: 20px; }

@media print, screen and (max-width: 63.99875em) {
  body:not(.configurator-started) .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 30%;
    justify-content: center;
    text-align: center; } }

@media print, screen and (max-width: 39.99875em) {
  body:not(.configurator-started) .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 100%; } }

body:not(.configurator-started).single-product.woocommerce .product form.cart .variations {
  margin-bottom: 0;
  border: 0;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #d2d2d2;
  margin-bottom: 8px; }
  @media print, screen and (max-width: 39.99875em) {
    body:not(.configurator-started).single-product.woocommerce .product form.cart .variations {
      border-top: 2px solid #d2d2d2; } }
  body:not(.configurator-started).single-product.woocommerce .product form.cart .variations .label {
    margin-bottom: 8px; }
    body:not(.configurator-started).single-product.woocommerce .product form.cart .variations .label label {
      font-size: 12px;
      font-weight: 500 !important; }
  body:not(.configurator-started).single-product.woocommerce .product form.cart .variations .value {
    position: relative; }
    body:not(.configurator-started).single-product.woocommerce .product form.cart .variations .value:before {
      content: '\f107';
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      color: #1f4f6f;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      pointer-events: none;
      font-size: 20px; }
    body:not(.configurator-started).single-product.woocommerce .product form.cart .variations .value.selected:before {
      color: #fff; }
    body:not(.configurator-started).single-product.woocommerce .product form.cart .variations .value.selected select {
      background-color: #FF3456;
      border-color: #FF3456;
      color: #fff; }
      @media print, screen and (max-width: 39.99875em) {
        body:not(.configurator-started).single-product.woocommerce .product form.cart .variations .value.selected select {
          background-color: transparent;
          border-color: #1F4F6F;
          color: #1F4F6F;
          width: 100%; } }
  body:not(.configurator-started).single-product.woocommerce .product form.cart .variations select {
    width: auto;
    min-width: auto;
    display: inline-grid;
    margin: 0;
    background-color: #fff;
    border: 2px solid #1f4f6f;
    color: #1f4f6f;
    font-size: 20px;
    font-weight: 600;
    padding-right: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    align-items: center;
    height: 50px; }
    @media print, screen and (max-width: 63.99875em) {
      body:not(.configurator-started).single-product.woocommerce .product form.cart .variations select {
        text-align: center; } }
    body:not(.configurator-started).single-product.woocommerce .product form.cart .variations select option {
      background-color: #000;
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      padding: 5px 10px; }
      body:not(.configurator-started).single-product.woocommerce .product form.cart .variations select option:hover, body:not(.configurator-started).single-product.woocommerce .product form.cart .variations select option:checked {
        background-color: #dfdfdf !important;
        color: #000; }
  body:not(.configurator-started).single-product.woocommerce .product form.cart .variations .reset_variations {
    display: none !important; }

.btn_open_form_instead {
  margin-top: 20px;
  text-align: center;
  color: #ff3456;
  background-color: #fff;
  font-weight: 600;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
  height: 48px;
  white-space: nowrap;
  border: 1px #ff3456 solid; }
  .btn_open_form_instead:hover {
    color: #ff3456; }

.qib-button-wrapper {
  display: inline-flex !important;
  float: none !important;
  margin: 0 !important;
  align-items: center; }
  .qib-button-wrapper .qib-button {
    padding: 0 !important;
    background: #f1f1f1 !important;
    border: none !important;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    width: 30px !important;
    color: #5c5c5c !important;
    height: 30px !important;
    border-radius: 0 !important;
    font-weight: 700 !important;
    display: flex;
    align-items: center;
    justify-content: center; }
  .qib-button-wrapper div.quantity input.input-text.qty.text {
    height: 30px !important;
    font-size: 16px;
    font-weight: 700;
    color: #5c5c5c;
    border: none;
    padding: 6px;
    width: 35px; }
  .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 30px !important; }
  .qib-button-wrapper .screen-reader-text {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    clip: auto !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip-path: none !important;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 9px 0 0 !important; }

@keyframes dots {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0); }
  80%,
  100% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white; } }

@media only screen and (max-width: 1250px) {
  .woocommerce-cart-form .woocommerce-cart-form-wrapper {
    flex-wrap: wrap;
    padding: 0; }
  .single-design__header h3 {
    font-size: 48px; }
  .single-design__header .filter {
    top: 35px; }
    .single-design__header .filter .filter_main .filter_main_line.switcher_design {
      padding-right: 360px; }
  .single-design__header .back-link {
    margin-right: 40px; }
  .presets .single-design-item .icon_most_popular img {
    height: 30px; }
  .presets.three_columns .single-design-item .single-design-item__summary .block_price_open {
    flex-direction: column; } }

@media only screen and (max-width: 992px) {
  p#billing_facebook_field,
  p#billing_instagram_field {
    width: 100%; }
  .content-area-designs {
    padding-top: 0; }
  .single-design__header h3 {
    font-size: 24px; }
  .single-design__header .filter {
    top: auto; }
  #content .login_checkout_popup,
  #content .forgot_pass_checkout_popup,
  #content .register_checkout_popup {
    top: auto;
    border-radius: 10px 10px 0 0; }
  .btn_open_configurator {
    display: block;
    margin: 0 auto;
    width: fit-content; }
  .btn_open_form_instead {
    text-align: center;
    color: #1d8e91;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    height: 40px;
    white-space: nowrap;
    padding: 0;
    border: none;
    margin-top: 0;
    font-style: unset;
    font-weight: 200; }
  .woocommerce-cart #content #page-wrap,
  .woocommerce-checkout #content #page-wrap {
    margin-top: 90px; }
  #content .woocommerce .cart_header,
  #content .woocommerce .checkout_header {
    display: flex;
    flex-direction: column-reverse; }
    #content .woocommerce .cart_header h1,
    #content .woocommerce .checkout_header h1 {
      font-size: 26px;
      margin-top: 10px; } }
    @media only screen and (max-width: 992px) and (max-width: 39.99875em) {
      #content .woocommerce .cart_header h1,
      #content .woocommerce .checkout_header h1 {
        font-size: 20px;
        font-family: 'IBMPlexSans';
        font-weight: 600; } }

@media only screen and (max-width: 992px) {
    #content .woocommerce .cart_header .woocommerce-breadcrumb.cart-breadcrumb,
    #content .woocommerce .checkout_header .woocommerce-breadcrumb.cart-breadcrumb {
      padding: 0;
      border: none;
      margin: 0 !important; }
      #content .woocommerce .cart_header .woocommerce-breadcrumb.cart-breadcrumb a,
      #content .woocommerce .checkout_header .woocommerce-breadcrumb.cart-breadcrumb a {
        font-size: 14px;
        display: inline-block; }
      #content .woocommerce .cart_header .woocommerce-breadcrumb.cart-breadcrumb .delim,
      #content .woocommerce .checkout_header .woocommerce-breadcrumb.cart-breadcrumb .delim {
        font-size: 14px;
        display: inline-block; }
      #content .woocommerce .cart_header .woocommerce-breadcrumb.cart-breadcrumb .current,
      #content .woocommerce .checkout_header .woocommerce-breadcrumb.cart-breadcrumb .current {
        color: #878787;
        font-size: 14px; }
      #content .woocommerce .cart_header .woocommerce-breadcrumb.cart-breadcrumb .wpmc-tabs-wrapper .wpmc-tabs-list .tab-item.payment_step,
      #content .woocommerce .checkout_header .woocommerce-breadcrumb.cart-breadcrumb .wpmc-tabs-wrapper .wpmc-tabs-list .tab-item.payment_step {
        display: flex; }
      #content .woocommerce .cart_header .woocommerce-breadcrumb.cart-breadcrumb .wpmc-tabs-wrapper .wpmc-tabs-list .tab-item .wpmc-tab-text,
      #content .woocommerce .checkout_header .woocommerce-breadcrumb.cart-breadcrumb .wpmc-tabs-wrapper .wpmc-tabs-list .tab-item .wpmc-tab-text {
        font-size: 14px; }
      #content .woocommerce .cart_header .woocommerce-breadcrumb.cart-breadcrumb .wpmc-tabs-wrapper .wpmc-tabs-list .tab-item.current .wpmc-tab-text,
      #content .woocommerce .checkout_header .woocommerce-breadcrumb.cart-breadcrumb .wpmc-tabs-wrapper .wpmc-tabs-list .tab-item.current .wpmc-tab-text {
        font-size: 14px;
        color: #878787; }
      #content .woocommerce .cart_header .woocommerce-breadcrumb.cart-breadcrumb:after,
      #content .woocommerce .checkout_header .woocommerce-breadcrumb.cart-breadcrumb:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        width: 100%;
        background-color: #D2D2D2;
        margin-top: 5px; }
  #content .woocommerce .woocommerce-cart-form {
    display: flex;
    flex-direction: column; }
    #content .woocommerce .woocommerce-cart-form .cart_header_navigate {
      background-color: transparent;
      padding-top: 0; }
      #content .woocommerce .woocommerce-cart-form .cart_header_navigate > .container {
        flex-direction: column; }
      #content .woocommerce .woocommerce-cart-form .cart_header_navigate .notice_message .container {
        width: 100%;
        font-size: 16px; } }
      @media only screen and (max-width: 992px) and (max-width: 39.99875em) {
        #content .woocommerce .woocommerce-cart-form .cart_header_navigate .notice_message .container {
          font-size: 14px; } }

@media only screen and (max-width: 992px) {
        #content .woocommerce .woocommerce-cart-form .cart_header_navigate .notice_message .container .button {
          display: none; }
      #content .woocommerce .woocommerce-cart-form .cart_header_navigate .checkout-button {
        margin-top: 10px;
        width: 100%;
        text-align: center;
        font-size: 20px; }
    #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart {
      width: 100%;
      padding: 0;
      margin-bottom: 0; }
      #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart tbody tr:first-child td {
        margin: 0 !important; }
      #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item {
        position: relative; }
        #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail {
          display: flex;
          flex-direction: column;
          background-color: transparent; } }
        @media only screen and (max-width: 992px) and (max-width: 63.99875em) {
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail {
            flex-direction: row; } }
        @media only screen and (max-width: 992px) and (max-width: 39.99875em) {
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail {
            flex-direction: column; } }

@media only screen and (max-width: 992px) {
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .cart_image_product {
            width: 112px;
            min-width: 112px; } }
          @media only screen and (max-width: 992px) and (max-width: 63.99875em) {
            #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .cart_image_product {
              width: 150px;
              min-width: 150px; } }

@media only screen and (max-width: 992px) {
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .fits_your {
            display: none; }
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras {
            padding: 0; }
            #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .product-title {
              font-size: 16px;
              text-align: left;
              line-height: normal;
              margin-top: 10px;
              width: 200px; } }
            @media only screen and (max-width: 992px) and (max-width: 63.99875em) {
              #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .product-title {
                width: 100%; } }
            @media only screen and (max-width: 992px) and (max-width: 39.99875em) {
              #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .product-title {
                width: 220px; } }

@media only screen and (max-width: 992px) {
              #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .product-title a {
                font-size: 16px; }
            #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .approval_message {
              align-items: flex-start !important;
              padding: 0;
              margin-bottom: 0; }
              #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail .product-extras .approval_message .text {
                position: relative;
                left: 9px;
                text-align: left;
                white-space: normal;
                padding-top: 0; }
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-thumbnail:before {
            display: none; }
        #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-subtotal {
          padding: 0;
          position: absolute;
          top: 75px;
          font-size: 20px;
          right: 0;
          border: none; } }
        @media only screen and (max-width: 992px) and (max-width: 63.99875em) {
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-subtotal {
            top: 30px;
            margin-top: 20px; } }
        @media only screen and (max-width: 992px) and (max-width: 39.99875em) {
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-subtotal {
            top: 90px;
            margin-top: 0; }
            #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-subtotal:first-child {
              margin-top: 0; } }

@media only screen and (max-width: 992px) {
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-subtotal:before {
            display: none; }
        #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-quantity {
          position: absolute;
          top: 110px;
          right: 0;
          padding: 0;
          border: none; }
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-quantity:first-child {
            margin-top: 0; } }
        @media only screen and (max-width: 992px) and (max-width: 63.99875em) {
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-quantity {
            top: 70px;
            margin-top: 20px; } }
        @media only screen and (max-width: 992px) and (max-width: 39.99875em) {
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-quantity {
            top: 135px;
            margin-top: 0; } }

@media only screen and (max-width: 992px) {
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-quantity .qib-button {
            gap: 0; }
            #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-quantity .qib-button .quantity input {
              border: none; }
            #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-quantity .qib-button .screen-reader-text {
              display: none; }
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-quantity:before {
            display: none; }
        #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-remove {
          padding: 0;
          position: absolute;
          top: 22px;
          right: 0;
          border: none; } }
        @media only screen and (max-width: 992px) and (max-width: 63.99875em) {
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-remove {
            margin-top: 20px;
            top: 0; }
            #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper table.shop_table.cart .cart_item .product-remove:first-child {
              margin-top: 0; } }

@media only screen and (max-width: 992px) {
    #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals {
      width: 100%;
      border: none;
      padding: 0; }
      #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals h2 {
        display: none; }
      #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content {
        margin-top: 0; }
        #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line {
          margin-bottom: 5px;
          font-size: 16px;
          font-weight: 500; }
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping {
            margin-bottom: 10px; }
            #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.shipping .woocommerce-shipping-methods label .amount {
              font-size: 16px;
              font-weight: 500; }
          #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line.order-total {
            padding-top: 10px; }
        #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .cart_totals_content .line_spacer {
          margin: 0;
          position: absolute;
          left: 0; }
      #content .woocommerce .woocommerce-cart-form .woocommerce-cart-form-wrapper .cart_totals .wc-proceed-to-checkout .button {
        width: 100%; }
  #content .woocommerce .cart_coupon .container {
    flex-direction: column; }
  #content .woocommerce .cart_coupon .coupon {
    display: flex;
    flex-direction: column; } }
  @media only screen and (max-width: 992px) and (max-width: 39.99875em) {
    #content .woocommerce .cart_coupon .coupon {
      margin-bottom: 15px; } }

@media only screen and (max-width: 992px) {
    #content .woocommerce .cart_coupon .coupon .input-text {
      margin-right: 0;
      margin-bottom: 15px; }
  #content .woocommerce .cart_coupon .button {
    margin: 10px auto 0;
    display: block;
    font-size: 20px; } }
  @media only screen and (max-width: 992px) and (max-width: 39.99875em) {
    #content .woocommerce .cart_coupon .button {
      margin: 15px auto 0;
      padding: 12px 15px; } }

@media only screen and (max-width: 992px) {
  #content .woocommerce .cart_coupon .checkout-button {
    display: none; }
  #content .woocommerce .thank-you .thankyou_row {
    flex-direction: column-reverse; }
    #content .woocommerce .thank-you .thankyou_row .item {
      margin-bottom: 10px; }
      #content .woocommerce .thank-you .thankyou_row .item .text .button {
        width: 100%;
        text-align: center; }
  .cart_coupon .woocommerce-form-coupon {
    width: 100%; }
  .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout {
    padding: 0; }
    .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container {
      width: 100%;
      padding-right: 20px; } }
    @media only screen and (max-width: 992px) and (max-width: 63.99875em) {
      .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container {
        margin: 0 40px; } }
    @media only screen and (max-width: 992px) and (max-width: 39.99875em) {
      .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container {
        flex-direction: column;
        margin: 0 15px;
        padding: 0;
        width: 90%; } }

@media only screen and (max-width: 992px) {
      .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .user_auth {
        flex-direction: column;
        margin-top: 5px;
        width: 100%; } }
      @media only screen and (max-width: 992px) and (max-width: 39.99875em) {
        .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .user_auth {
          margin: 0; } }

@media only screen and (max-width: 992px) {
      .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .login_links {
        margin: 0; }
      .wpmc-step-item.current.wpmc-step-billing .login_actions_checkout .container .login_btn {
        margin-bottom: 5px;
        text-align: center; }
  .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields,
  .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields,
  .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields {
    width: 100%; }
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper,
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper,
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper,
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper,
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields .woocommerce-shipping-fields__field-wrapper,
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper,
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-additional-fields__field-wrapper,
    .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
      transform: none; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields .woocommerce-shipping-fields__field-wrapper .form-row,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-additional-fields__field-wrapper .form-row,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
        width: 100%;
        padding: 0; }
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #shipping_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper #billing_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper #shipping_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper #billing_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper #shipping_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper #billing_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper #shipping_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper #billing_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper #shipping_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields .woocommerce-shipping-fields__field-wrapper #billing_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-additional-fields .woocommerce-shipping-fields__field-wrapper #shipping_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper #billing_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper #shipping_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-additional-fields__field-wrapper #billing_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-additional-fields__field-wrapper #shipping_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #billing_title_field,
      .wpmc-step-item.current.wpmc-step-billing .container .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_title_field {
        width: 100%;
        padding: 0; }
  .wpmc-step-item.current.wpmc-step-billing .container .payment_block {
    width: 100%;
    display: none;
    padding: 0;
    position: relative; }
    .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method {
      width: 100%; }
      .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method:nth-child(even) {
        padding-left: 0; }
      .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method:nth-child(odd) {
        padding-right: 0; } }
      @media only screen and (max-width: 992px) and (max-width: 63.99875em) {
        .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method:nth-child(odd) {
          padding-right: 15px; } }
      @media only screen and (max-width: 992px) and (max-width: 39.99875em) {
        .wpmc-step-item.current.wpmc-step-billing .container .payment_block #payment .wc_payment_methods .wc_payment_method:nth-child(odd) {
          padding-right: 0; } }

@media only screen and (max-width: 992px) {
  .wpmc-step-item.current.wpmc-step-review .shop_table {
    flex-direction: column; }
    .wpmc-step-item.current.wpmc-step-review .shop_table .column {
      width: 100%; }
      .wpmc-step-item.current.wpmc-step-review .shop_table .column.left, .wpmc-step-item.current.wpmc-step-review .shop_table .column.right {
        padding: 0; }
      .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .product-remove {
        display: none; }
      .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item:not(:first-child) .product-remove {
        top: 0; }
      .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .product-title {
        padding-right: 90px; }
      .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .fits_your {
        display: none; }
      .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .product-subtotal {
        position: absolute;
        right: 0;
        top: 40px;
        font-size: 20px; }
      .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .product-quantity {
        position: absolute;
        right: 0;
        top: 75px; }
        .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .product-quantity .screen-reader-text {
          display: none; }
      .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .approval_message {
        margin-top: 40px; } }
      @media only screen and (max-width: 992px) and (max-width: 63.99875em) {
        .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .approval_message {
          margin-top: 20px; } }

@media only screen and (max-width: 992px) {
        .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.products .cart_item .approval_message .text {
          white-space: normal; }
      .wpmc-step-item.current.wpmc-step-review .shop_table .column .review_item.fields #place_order {
        margin-top: 50px;
        width: 100%;
        font-size: 20px; }
  .woocommerce_checkout_coupon {
    padding: 0; }
  .wpmc-nav-wrapper {
    display: flex;
    flex-direction: column-reverse; }
    .wpmc-nav-wrapper button {
      width: 100%; }
    .wpmc-nav-wrapper .wpmc-nav-button#wpmc-next.current, .wpmc-nav-wrapper .wpmc-nav-button#wpmc-prev.current {
      width: 100%;
      font-size: 20px;
      margin-left: 0;
      margin-bottom: 10px; }
  #wpmc-prev, #wpmc-back-to-cart {
    font-size: 20px; } }

.single-item-custom {
  display: flex;
  flex-direction: row !important; }
  @media print, screen and (max-width: 63.99875em) {
    .single-item-custom {
      flex-direction: column !important; } }
  @media print, screen and (max-width: 39.99875em) {
    .single-item-custom {
      flex-direction: column !important; } }
  .single-item-custom .product-gallery {
    width: 100%;
    margin-right: 40px; }
  .single-item-custom .summary.entry-summary .variations {
    display: flex;
    align-items: center; }
    .single-item-custom .summary.entry-summary .variations .value.selected {
      width: 90%; }
      @media print, screen and (max-width: 39.99875em) {
        .single-item-custom .summary.entry-summary .variations .value.selected {
          width: 100%; } }
  .single-item-custom .summary.entry-summary .woocommerce-variation-add-to-cart .single-product-price {
    width: 100%; }
  .single-item-custom .summary.entry-summary .woocommerce-variation-add-to-cart .quantity {
    margin: 2px 4px 0 !important; }
    .single-item-custom .summary.entry-summary .woocommerce-variation-add-to-cart .quantity .qty {
      padding: 0; }
  .single-item-custom .summary.entry-summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    max-width: fit-content; }
    @media print, screen and (max-width: 39.99875em) {
      .single-item-custom .summary.entry-summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        margin-left: 0;
        max-width: 100%; } }

.custom_woo_use tr.woocommerce-cart-form__cart-item {
  border-top: 1px solid #707070;
  display: table;
  padding: 25px 0;
  width: 100%; }
  .custom_woo_use tr.woocommerce-cart-form__cart-item:first-child {
    border-top: 0;
    padding-top: 0; }
  .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-thumbnail {
    padding: 0 !important;
    border: 0;
    margin-right: 30px; }
    @media print, screen and (max-width: 63.99875em) {
      .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-thumbnail {
        margin-right: 0;
        background: transparent !important; } }
    .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-thumbnail .product-extras {
      padding-left: 25px !important; }
      @media print, screen and (max-width: 63.99875em) {
        .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-thumbnail .product-extras {
          width: 65%; } }
      @media print, screen and (max-width: 39.99875em) {
        .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-thumbnail .product-extras {
          padding-left: 0 !important;
          width: 100%; } }
      @media print, screen and (max-width: 39.99875em) {
        .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-thumbnail .product-extras .product-title a.product_link {
          font-size: 16px !important; } }
      .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-thumbnail .product-extras .product-title dl.variation {
        font-size: 16px; }
        .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-thumbnail .product-extras .product-title dl.variation dt.variation-Gutschein-Anlsse {
          width: auto; }
        .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-thumbnail .product-extras .product-title dl.variation dd.variation-Gutschein-Anlsse {
          flex: auto;
          padding-left: 0;
          margin-left: 10px; }
      .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-thumbnail .product-extras .cart_item .fits_your {
        margin-top: 5px; }
      .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-thumbnail .product-extras .woocommerce-variation-availability {
        margin-top: 10px; }
        .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-thumbnail .product-extras .woocommerce-variation-availability img {
          width: 20px !important; }
  .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-subtotal {
    padding-top: 2px !important;
    white-space: nowrap;
    border: 0 !important; }
    @media print, screen and (max-width: 63.99875em) {
      .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-subtotal {
        background-color: transparent !important; } }
  .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-quantity {
    padding: 0 28px !important;
    border: 0 !important; }
    @media print, screen and (max-width: 63.99875em) {
      .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-quantity {
        padding: 0 !important;
        background-color: transparent !important; } }
  .custom_woo_use tr.woocommerce-cart-form__cart-item td.product-remove {
    padding-top: 0 !important;
    border-top: 0 !important; }
  @media print, screen and (max-width: 39.99875em) {
    .custom_woo_use tr.woocommerce-cart-form__cart-item td {
      padding-left: 0;
      padding-right: 0; } }

.custom_woo_use .cart_totals {
  padding: 20px 25px !important; }
  @media print, screen and (max-width: 63.99875em) {
    .custom_woo_use .cart_totals {
      padding: 20px 0 !important; } }
  @media print, screen and (max-width: 39.99875em) {
    .custom_woo_use .cart_totals {
      padding: 0 !important; } }
  .custom_woo_use .cart_totals h2 {
    font-size: 24px !important; }
  .custom_woo_use .cart_totals .cart-subtotal {
    font-size: 18px;
    padding-top: 20px; }

.custom_woo_use .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  width: fit-content;
  margin: 0 auto;
  transition: 0.6s; }
  .custom_woo_use .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover {
    background-color: #cc2a45; }

.seo-content .seo-content__text h2 {
  font-size: 26px; }
  @media print, screen and (max-width: 39.99875em) {
    .seo-content .seo-content__text h2 {
      font-size: 20px; } }

.seo-content .seo-content__text p {
  font-size: 20px;
  color: #000; }
  @media print, screen and (max-width: 39.99875em) {
    .seo-content .seo-content__text p {
      font-size: 16px; } }

.cart_header_custom h1 {
  font-size: 30px;
  font-family: "IBMPlexSans", Oswald, Regular;
  text-transform: uppercase;
  font-weight: 600; }

.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  margin-right: 20px; }
  @media print, screen and (max-width: 63.99875em) {
    .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
      margin-right: 0; } }

.single-design-item__summary .approval_message {
  align-items: flex-start !important; }
  .single-design-item__summary .approval_message img {
    margin-top: 5px; }

.woocommerce-message .container {
  width: auto;
  align-items: center; }

.msg_notice_custom .woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 15px; }
  .msg_notice_custom .woocommerce-notices-wrapper .woocommerce-message:nth-child(1) {
    margin-bottom: 0; }

.shipping_address {
  margin-top: 12px; }

p.cart-empty.woocommerce-info {
  border: 2px solid #FF3456;
  border-radius: 8px;
  padding: 10px 14px 10px 50px !important;
  font-weight: 500;
  font-size: 16px;
  margin: 8px 0;
  position: relative;
  color: #000;
  width: fit-content; }
  @media print, screen and (max-width: 39.99875em) {
    p.cart-empty.woocommerce-info {
      width: 100%;
      font-size: 14px; } }
  p.cart-empty.woocommerce-info:before {
    top: auto; }

.woocommerce-notices-wrapper .woocommerce-info {
  border: 2px solid #FF3456;
  border-radius: 8px;
  padding: 10px 14px 10px 50px !important;
  font-weight: 500;
  font-size: 16px;
  margin: 8px 0;
  position: relative;
  color: #000;
  width: fit-content; }
  .woocommerce-notices-wrapper .woocommerce-info:before {
    top: auto; }

.requared_point span {
  padding-left: 4px !important;
  color: #ff3a59 !important; }

.woocommerce-account-fields .create-account .form-row span.woocommerce-input-wrapper {
  padding-left: 0 !important;
  margin-right: 20px; }

.woocommerce-notices-wrapper .woocommerce-message {
  font-weight: 500;
  font-size: 16px;
  margin: 8px 0;
  position: relative;
  color: #000;
  /* width: fit-content; */
  background-color: transparent;
  margin: 0;
  padding: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .woocommerce-notices-wrapper .woocommerce-message {
      font-size: 14px; } }
  .woocommerce-notices-wrapper .woocommerce-message a.restore-item {
    padding-left: 5px; }

div#content .woocommerce .container .woocommerce-notices-wrapper .woocommerce-message {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent; }

.approval_popup img.print_file {
  width: 100% !important;
  max-width: 100% !important; }

section.shipping-calculator-form {
  margin-top: 25px; }
  section.shipping-calculator-form p.form-row span.select2-selection.select2-selection--single {
    height: 40px; }
    section.shipping-calculator-form p.form-row span.select2-selection.select2-selection--single .select2-selection__rendered {
      padding: 5px; }
    section.shipping-calculator-form p.form-row span.select2-selection.select2-selection--single .select2-selection__arrow {
      top: 8px; }
  section.shipping-calculator-form p.form-row input.input-text {
    padding: 5px; }

@media print, screen and (max-width: 39.99875em) {
  .approval_process_popup.opened .approval_popup {
    width: 90%;
    bottom: 10px; } }

.approval_process_popup.opened .approval_popup .header .icon {
  margin-right: 10px; }
  .approval_process_popup.opened .approval_popup .header .icon img {
    width: 26px !important;
    height: 26px !important; }

.approval_process_popup.opened .approval_popup .header .title {
  font-size: 26px;
  font-family: 'brushuptoo'; }
  @media print, screen and (max-width: 39.99875em) {
    .approval_process_popup.opened .approval_popup .header .title {
      font-size: 24px; } }

.approval_process_popup.opened .approval_popup .description p {
  line-height: normal; }

.cross-sells .products-category-listing {
  padding: 0; }

.btn_close.btn_close_js img {
  width: 26px; }

.cart_header_navigate .notice_message .woocommerce-NoticeGroup ul.woocommerce-error {
  margin-bottom: 20px; }

a.checkout-button.button.alt.wc-forward {
  height: 48px;
  padding: 14px; }

.mobile_line {
  display: none; }

ul.single-design-item__features.hide-for-large {
  display: none; }

.product-extras .product-title dl.variation dt.variation-Year {
  text-align: left; }

.product-extras .product-title dl.variation dd.variation-Year {
  margin: 0 0 0 -42%; }

.woocommerce-NoticeGroup ul.woocommerce-error {
  border: 2px solid #FF3456;
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  margin: 8px 0;
  color: #000;
  max-width: fit-content; }
  @media print, screen and (max-width: 39.99875em) {
    .woocommerce-NoticeGroup ul.woocommerce-error {
      max-width: 100%; } }

.single-design-item .entry-summary .single-cart-form-wrap {
  margin-top: 20px; }

.show_mobile_only {
  display: none; }

.container.cart_issues_custom {
  text-align: center; }
  .container.cart_issues_custom p {
    margin-bottom: 15px; }

.woocommerce-message {
  border-top-color: transparent; }

.woocommerce-message .container:before {
  content: '';
  position: absolute;
  margin: auto;
  left: 12px;
  width: 28px;
  height: 28px;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("../svg/stock-icon-green.svg") !important; }

.woocommerce-error::before {
  content: '';
  position: absolute;
  margin: auto;
  left: 12px;
  width: 28px;
  height: 28px;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../svg/attention.svg); }

.checkout_coupon_custom .coupon {
  display: inline-flex;
  align-items: center;
  position: relative; }
  @media print, screen and (max-width: 63.99875em) {
    .checkout_coupon_custom .coupon {
      flex-direction: column;
      width: 100%; } }
  .checkout_coupon_custom .coupon input#coupon_code {
    margin: 0 33px 0 0;
    background-color: #fff;
    text-align: center;
    border: 1px solid #D2D2D2;
    font-size: 16px;
    font-weight: 500;
    color: #878787;
    width: 260px; }
    @media print, screen and (max-width: 63.99875em) {
      .checkout_coupon_custom .coupon input#coupon_code {
        margin: 20px 0;
        width: 100%; } }
  .checkout_coupon_custom .coupon button.button {
    background-color: #1F4F6F !important;
    white-space: nowrap;
    font-size: 20px !important;
    color: #fff; }

.notice_message.msg_notice_custom .container {
  margin-left: 0; }

form.checkout.woocommerce-checkout {
  margin-top: 40px; }
  @media print, screen and (max-width: 63.99875em) {
    form.checkout.woocommerce-checkout {
      margin-top: 20px; } }

.msg_custom {
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
  display: flex; }
  .msg_custom a.button.wc-forward {
    background-color: #5CC89F;
    margin-left: 10px;
    order: 50; }

.cart_header_navigate .msg_notice_custom .check_custom_cont {
  width: 100%; }
  @media print, screen and (max-width: 63.99875em) {
    .cart_header_navigate .msg_notice_custom .check_custom_cont .container {
      margin-left: auto; } }

.container.checkout_coupon_in {
  margin-top: -59px; }
  @media print, screen and (max-width: 63.99875em) {
    .container.checkout_coupon_in {
      margin-top: 0; } }
  @media print, screen and (max-width: 39.99875em) {
    .container.checkout_coupon_in {
      margin-top: 0; } }
  @media print, screen and (max-width: 63.99875em) {
    .container.checkout_coupon_in .coupon {
      flex-direction: row;
      justify-content: space-between; } }
  @media print, screen and (max-width: 39.99875em) {
    .container.checkout_coupon_in .coupon {
      flex-direction: column; } }
  @media print, screen and (max-width: 63.99875em) {
    .container.checkout_coupon_in .input-text {
      flex-basis: 65%; } }
  @media print, screen and (max-width: 63.99875em) {
    .container.checkout_coupon_in button .button {
      flex-basis: 30%; } }

@media print, screen and (max-width: 39.99875em) {
  li.print_file {
    padding-right: 0; }
    li.print_file .label {
      font-size: 20px; }
    li.print_file .value {
      margin: 10px 0 !important; }
      li.print_file .value svg {
        width: 30px;
        height: 30px; }
  .mobile_line {
    display: block; }
  .single-product-price {
    position: absolute;
    text-align: right;
    top: 0;
    right: 0; }
  .shop-headline-2 {
    font-size: 20px;
    line-height: 26px;
    padding-right: 100px; }
  ul.single-design-item__features.hide-for-large {
    display: block; }
  h2.qubely-heading-selector {
    font-size: 24px; }
  .order-total.line {
    font-weight: 600; }
  .approval_popup .btns .btn.yes {
    background-color: #1F4F6F; }
  .woocommerce div.product form.cart {
    margin-bottom: 1em; }
  .variations_form .single_variation_wrap {
    display: flex;
    flex-direction: column-reverse; }
  .configurator-started .byd-configurator {
    z-index: 2; }
  .byd-configurator-wrap.single-design-item h1.product-title {
    padding-right: 100px; }
  .woocommerce ul.order_details li .label {
    font-size: 20px; }
  .login_actions_checkout .container .notice_message {
    padding-left: 0; }
  .login_actions_checkout .notice_message {
    padding-left: 15px;
    width: 100%; }
  .woocommerce-account-fields {
    width: 100% !important; }
  .bike-conf-wrapper .button-preselect-trigger {
    padding: 14px 22px; }
  .product-extras span.cart-extra span.surcharge {
    display: none; }
  form.variations_form .variations {
    display: block; }
  .show_mobile_only {
    display: block;
    margin-top: 15px; }
    .show_mobile_only .qib-button label.screen-reader-text {
      display: none; }
  .single-design__header:before {
    content: none !important; }
  .woocommerce-NoticeGroup ul.woocommerce-error {
    margin-bottom: 10px !important; }
  .woocommerce_checkout_coupon.cart_coupon .notice_message {
    margin-left: 0; }
  .notice_message .woocommerce-NoticeGroup.check_custom_cont .container {
    margin: 0 auto !important;
    width: 100% !important; }
  .byd-configurator-checkout {
    position: initial !important; } }

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog #page {
  margin-top: -84px; }

.blog #content {
  margin: 0 0 40px; }
  .blog #content .odd {
    background-color: #f3f3f3; }

.blog .wp-block-cover {
  background-image: url(../castrol-suzuki-motocross-racing-2019-stefan-ekerold-action-adac-mx-masters-sw.html);
  min-height: 500px; }

.blog h1 {
  text-align: center;
  line-height: 138px; }

.blog article {
  margin-bottom: 0;
  overflow: hidden;
  /*&:after {
      background-image: url("/wp-content/themes/backyarddesign/assets/svg/divider_white_min.svg");
      background-repeat: no-repeat;
      content: '';
      display: block;
      height: 0;
      left: 0;
      padding-bottom: 8%;
      position: relative;
      width: 100%;
    }*/ }
  .blog article:before {
    background-image: url("../svg/divider_white_min.svg");
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 0;
    left: 0;
    padding-bottom: 8%;
    position: relative;
    top: -1px;
    width: 100%; }
  .blog article .wrapper {
    margin: auto;
    max-width: 1240px; }

.blog .content-wrapper {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

.blog .entry-title {
  margin-bottom: 10px;
  text-align: center; }

.blog .entry-content a:before {
  content: none; }

.blog .site-main .posts-navigation .nav-links {
  max-width: 1240px;
  margin: auto; }

.blog .site-main .posts-navigation:before {
  background-image: url("../svg/divider_gray_min.svg");
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 0;
  left: 0;
  padding-bottom: 8%;
  position: relative;
  top: -1px;
  width: 100%; }

.single-post .wrapper {
  margin: auto;
  width: 1240px;
  max-width: 94%; }

.single-post .image-wrapper {
  position: relative;
  height: 400px; }
  .single-post .image-wrapper figure img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover; }

@media screen and (max-width: 1260px) {
  .blog article .wrapper,
  .blog .posts-navigation .nav-links {
    padding: 0 10px; } }

@media screen and (min-width: 992px) {
  .blog .wrapper {
    align-items: center;
    -ms-flex-align: center;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row; }
  .blog .image-wrapper {
    /* ie hack */
    max-width: 50%;
    order: 2;
    padding-left: 3%; }
  .blog .content-wrapper {
    order: 1;
    padding-right: 3%; } }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before::before, .clear:before::after,
.clear:after::before,
.clear:after::after,
.entry-content:before::before,
.entry-content:before::after,
.entry-content:after::before,
.entry-content:after::after,
.comment-content:before::before,
.comment-content:before::after,
.comment-content:after::before,
.comment-content:after::after,
.site-content:before::before,
.site-content:before::after,
.site-content:after::before,
.site-content:after::after,
.site-footer:before::before,
.site-footer:before::after,
.site-footer:after::before,
.site-footer:after::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clear:before::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
  clear: both; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# My-Account site
--------------------------------------------------------------*/
#page-wrap {
  max-width: none;
  margin-top: 84px; }

#page #content .woocommerce {
  max-width: none; }

.woocommerce-account .woocommerce-pagination {
  padding: 0 40px; }
  .woocommerce-account .woocommerce-pagination .short_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px; }
    .woocommerce-account .woocommerce-pagination .short_pagination .link_page {
      width: 47px;
      height: 47px;
      background-color: #D2D2D2;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .woocommerce-account .woocommerce-pagination .short_pagination .link_page.next_page {
        transform: rotate(180deg); }
      .woocommerce-account .woocommerce-pagination .short_pagination .link_page[href] {
        background-color: #31B7BC;
        cursor: pointer; }
    .woocommerce-account .woocommerce-pagination .short_pagination .current_page {
      width: 60px;
      height: 60px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #31B7BC;
      border: 3px solid #31B7BC;
      margin: 0 17px;
      font-size: 34px;
      font-weight: 500; }
  .woocommerce-account .woocommerce-pagination .page-numbers-list {
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .woocommerce-account .woocommerce-pagination .page-numbers-list li {
      margin: 0 3.5px 12px;
      float: none;
      display: flex;
      border: none; }
      .woocommerce-account .woocommerce-pagination .page-numbers-list li .page-numbers {
        padding: 0;
        border: 2px solid #1F4F6F;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        font-size: 16px;
        font-weight: 500;
        color: #1F4F6F;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent; }
        .woocommerce-account .woocommerce-pagination .page-numbers-list li .page-numbers.current {
          border-color: #31B7BC;
          color: #31B7BC; }

.woocommerce-account .my_account_header .my_account_header_banner {
  position: relative;
  text-align: center; }
  .woocommerce-account .my_account_header .my_account_header_banner .banner {
    width: 100%;
    display: block;
    max-height: 430px;
    min-height: 430px;
    object-fit: cover;
    filter: brightness(0.3); }
  .woocommerce-account .my_account_header .my_account_header_banner .text {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .woocommerce-account .my_account_header .my_account_header_banner .text .title {
      font-size: 100px;
      font-family: BrushUpToo;
      font-weight: 200; }
    .woocommerce-account .my_account_header .my_account_header_banner .text .desc {
      font-size: 34px;
      font-weight: 500; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  text-align: center;
  width: 100%;
  background-color: #1F4F6F;
  font-size: 20px;
  padding: 25px 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
      display: inline-block;
      margin: 0 13px; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        color: #fff;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
        text-decoration: underline;
        cursor: auto; }

.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  margin-top: 28px; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message {
    display: none; }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message:first-child {
      display: block; }

.woocommerce-account h2 {
  font-size: 40px;
  margin-bottom: 9px;
  width: 100%;
  font-family: BrushUpToo;
  font-weight: 200; }

.woocommerce-account .vc_col-sm-6 {
  float: left;
  padding: 0 50px;
  width: 50%; }
  .woocommerce-account .vc_col-sm-6 form {
    border: none;
    padding: 0; }

.woocommerce-account .orders {
  display: flex; }
  .woocommerce-account .orders .section-wrapper {
    width: 50%; }
    .woocommerce-account .orders .section-wrapper .order--entry {
      display: flex;
      align-items: center;
      padding: 12px 19px;
      position: relative;
      width: 100%;
      border: 2px solid #D2D2D2;
      border-radius: 12px;
      margin-bottom: 25px;
      height: 141px; }
      .woocommerce-account .orders .section-wrapper .order--entry .image-wrapper {
        height: 100%;
        width: auto;
        min-width: 170px; }
        .woocommerce-account .orders .section-wrapper .order--entry .image-wrapper img {
          height: 100%;
          width: auto; }
      .woocommerce-account .orders .section-wrapper .order--entry .order--info {
        flex: 1;
        padding-left: 27px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100%; }
        .woocommerce-account .orders .section-wrapper .order--entry .order--info .order--number {
          font-size: 20px;
          font-weight: 500;
          color: #1D1D1B;
          max-width: 260px;
          display: flex;
          margin-bottom: 2px; }
        .woocommerce-account .orders .section-wrapper .order--entry .order--info .option {
          display: flex;
          line-height: 1.1em; }
      .woocommerce-account .orders .section-wrapper .order--entry .actions {
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: stretch;
        justify-content: space-evenly; }
        .woocommerce-account .orders .section-wrapper .order--entry .actions .action {
          color: #000;
          font-size: 20px;
          font-weight: 600;
          padding: 0;
          text-align: left;
          display: flex;
          align-items: center; }
          .woocommerce-account .orders .section-wrapper .order--entry .actions .action .icon {
            width: 30px;
            margin-right: 13px; }
    .woocommerce-account .orders .section-wrapper.open_orders {
      padding-right: 57px; }
    .woocommerce-account .orders .section-wrapper.finished_orders {
      padding-left: 57px; }

.woocommerce-account .order_details {
  display: flex; }
  .woocommerce-account .order_details .section-wrapper {
    width: 50%; }
    .woocommerce-account .order_details .section-wrapper.details_order {
      padding-right: 57px; }
    .woocommerce-account .order_details .section-wrapper.updates_order {
      padding-left: 57px; }
    .woocommerce-account .order_details .section-wrapper .order_details {
      display: flex;
      flex-direction: column;
      margin-bottom: 30px; }
      .woocommerce-account .order_details .section-wrapper .order_details .option .label {
        font-size: 24px;
        font-weight: 600; }
      .woocommerce-account .order_details .section-wrapper .order_details .option .value {
        font-size: 16px;
        font-weight: 500; }
      .woocommerce-account .order_details .section-wrapper .order_details .option.printfile .value {
        color: #ff3456;
        display: flex;
        align-items: center; }
        .woocommerce-account .order_details .section-wrapper .order_details .option.printfile .value a {
          text-decoration: underline;
          color: #ff3456; }
        .woocommerce-account .order_details .section-wrapper .order_details .option.printfile .value img {
          width: 22px;
          margin-right: 9px; }
    .woocommerce-account .order_details .section-wrapper .user_info_form {
      margin-top: 35px; }
      .woocommerce-account .order_details .section-wrapper .user_info_form .woocommerce-address-fields {
        display: flex;
        flex-direction: column; }
        .woocommerce-account .order_details .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          transform: translate(-9px, 0px); }
          .woocommerce-account .order_details .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
            width: 50%;
            padding: 0 9px;
            margin: 12px 0; }
            .woocommerce-account .order_details .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input, .woocommerce-account .order_details .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row select, .woocommerce-account .order_details .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-selection--single {
              text-align-last: left;
              text-align: left;
              padding: 14px 16px;
              color: #878787;
              font-size: 16px;
              font-weight: 500;
              border: 1px solid #D2D2D2;
              border-radius: 8px;
              height: auto; }
            .woocommerce-account .order_details .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-selection__rendered {
              line-height: normal;
              padding: 0;
              color: #878787;
              font-size: 16px;
              font-weight: 500; }
            .woocommerce-account .order_details .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-selection__arrow {
              background-image: url(../svg/arrow_black.svg);
              top: 0;
              bottom: 0;
              margin: auto;
              right: 23px;
              height: 100%;
              background-repeat: no-repeat;
              background-position: center; }
              .woocommerce-account .order_details .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-selection__arrow b {
                display: none; }
          .woocommerce-account .order_details .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_title_field,
          .woocommerce-account .order_details .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #shipping_title_field {
            width: 50.01%; }
      .woocommerce-account .order_details .section-wrapper .user_info_form .button {
        margin-top: 29px; }
    .woocommerce-account .order_details .section-wrapper .notes .note {
      margin-bottom: 18px;
      display: flex;
      justify-content: flex-end; }
      .woocommerce-account .order_details .section-wrapper .notes .note .comment_container {
        width: 90%; }
        .woocommerce-account .order_details .section-wrapper .notes .note .comment_container .description {
          background-color: #31B7BC;
          padding: 20px 42px 21px 50px;
          color: #fff;
          border-radius: 45px;
          position: relative; }
          .woocommerce-account .order_details .section-wrapper .notes .note .comment_container .description .additional_el {
            position: absolute;
            bottom: 0;
            right: -15px;
            height: 50px; }
            .woocommerce-account .order_details .section-wrapper .notes .note .comment_container .description .additional_el svg {
              height: 100%; }
        .woocommerce-account .order_details .section-wrapper .notes .note .comment_container .meta {
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 6px;
          margin-right: 63px;
          text-align: right; }
      .woocommerce-account .order_details .section-wrapper .notes .note.user_note {
        justify-content: flex-start; }
        .woocommerce-account .order_details .section-wrapper .notes .note.user_note .comment_container .description {
          background-color: #D2D2D2;
          color: #000; }
          .woocommerce-account .order_details .section-wrapper .notes .note.user_note .comment_container .description .additional_el {
            right: auto;
            left: -15px; }
        .woocommerce-account .order_details .section-wrapper .notes .note.user_note .comment_container .meta {
          margin-left: 63px;
          margin-right: auto;
          text-align: left; }

.woocommerce-account .user_account_info {
  display: flex; }
  .woocommerce-account .user_account_info .section-wrapper {
    width: 50%; }
    .woocommerce-account .user_account_info .section-wrapper.user_info {
      padding-right: 57px; }
    .woocommerce-account .user_account_info .section-wrapper.payments {
      padding-left: 57px; }
      .woocommerce-account .user_account_info .section-wrapper.payments .shop_table {
        display: flex;
        flex-wrap: wrap; }
        .woocommerce-account .user_account_info .section-wrapper.payments .shop_table .payment-method-wrapper {
          width: 50%;
          padding-bottom: 30px; }
          .woocommerce-account .user_account_info .section-wrapper.payments .shop_table .payment-method-wrapper .payment-method {
            border: 1px solid #D2D2D2;
            border-radius: 8px;
            padding: 16px;
            position: relative;
            font-size: 11px;
            color: #878787;
            cursor: pointer; }
            .woocommerce-account .user_account_info .section-wrapper.payments .shop_table .payment-method-wrapper .payment-method .check {
              position: absolute;
              border: 2px solid #D2D2D2;
              border-radius: 100%;
              width: 28px;
              height: 28px;
              right: 15px; }
            .woocommerce-account .user_account_info .section-wrapper.payments .shop_table .payment-method-wrapper .payment-method .payment-method-actions .default {
              display: none; }
            .woocommerce-account .user_account_info .section-wrapper.payments .shop_table .payment-method-wrapper .payment-method.default-payment-method {
              cursor: auto; }
              .woocommerce-account .user_account_info .section-wrapper.payments .shop_table .payment-method-wrapper .payment-method.default-payment-method .check {
                border-color: #31B7BC;
                background-image: url("../svg/check_blue.svg");
                background-repeat: no-repeat;
                background-position: 6px 7px; }
          .woocommerce-account .user_account_info .section-wrapper.payments .shop_table .payment-method-wrapper:nth-child(odd) {
            padding-right: 13px; }
          .woocommerce-account .user_account_info .section-wrapper.payments .shop_table .payment-method-wrapper:nth-child(even) {
            padding-left: 13px; }
    .woocommerce-account .user_account_info .section-wrapper .user_info_form {
      margin-top: 35px; }
      .woocommerce-account .user_account_info .section-wrapper .user_info_form .woocommerce-address-fields {
        display: flex;
        flex-direction: column; }
        .woocommerce-account .user_account_info .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          transform: translate(-9px, 0px); }
          .woocommerce-account .user_account_info .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
            width: 50%;
            padding: 0 9px;
            margin: 12px 0; }
            .woocommerce-account .user_account_info .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input, .woocommerce-account .user_account_info .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row select, .woocommerce-account .user_account_info .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-selection--single {
              text-align-last: left;
              text-align: left;
              padding: 14px 16px;
              color: #878787;
              font-size: 16px;
              font-weight: 500;
              border: 1px solid #D2D2D2;
              border-radius: 8px;
              height: auto; }
            .woocommerce-account .user_account_info .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-selection__rendered {
              line-height: normal;
              padding: 0;
              color: #878787;
              font-size: 16px;
              font-weight: 500; }
            .woocommerce-account .user_account_info .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-selection__arrow {
              background-image: url(../svg/arrow_black.svg);
              top: 0;
              bottom: 0;
              margin: auto;
              right: 23px;
              height: 100%;
              background-repeat: no-repeat;
              background-position: center; }
              .woocommerce-account .user_account_info .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-selection__arrow b {
                display: none; }
          .woocommerce-account .user_account_info .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_title_field,
          .woocommerce-account .user_account_info .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #shipping_title_field {
            width: 50.01%; }
      .woocommerce-account .user_account_info .section-wrapper .user_info_form .password-input input {
        text-align-last: left;
        text-align: left;
        padding: 14px 16px;
        color: #878787;
        font-size: 16px;
        font-weight: 500;
        border: 1px solid #D2D2D2;
        border-radius: 8px;
        height: auto; }
      .woocommerce-account .user_account_info .section-wrapper .user_info_form .button {
        margin-top: 29px; }

.woocommerce-account #add_payment_method #payment {
  background-color: transparent; }
  .woocommerce-account #add_payment_method #payment > .form-row {
    width: 500px;
    margin: 0 auto; }
  .woocommerce-account #add_payment_method #payment .payment_methods {
    border: none; }
    .woocommerce-account #add_payment_method #payment .payment_methods li > label {
      width: 500px;
      margin: 0 auto 20px;
      font-weight: 600;
      font-size: 34px;
      color: #000;
      display: flex; }
      .woocommerce-account #add_payment_method #payment .payment_methods li > label img:first-child {
        margin-left: 20px; }
    .woocommerce-account #add_payment_method #payment .payment_methods li .payment_box {
      background-color: transparent;
      width: 500px;
      margin: 0 auto;
      border: 2px solid #D2D2D2;
      border-radius: 12px; }
      .woocommerce-account #add_payment_method #payment .payment_methods li .payment_box:before {
        display: none; }
      .woocommerce-account #add_payment_method #payment .payment_methods li .payment_box .form-row {
        margin: 0; }

.woocommerce .login_page {
  margin-top: 30px;
  min-height: calc(100vh - 104px - 210px); }
  .woocommerce .login_page h1 {
    font-family: brushuptoo;
    padding: 0 50px;
    font-size: 40px;
    margin-bottom: 72px; }
  .woocommerce .login_page form.login {
    margin: 0; }
  .woocommerce .login_page .form-row {
    margin-bottom: 25px;
    padding: 0; }
    .woocommerce .login_page .form-row input.input-text {
      padding: 7.5px 1rem; }
    .woocommerce .login_page .form-row .show-password-input:after {
      content: '';
      background-image: url(../svg/eye.svg);
      background-repeat: no-repeat;
      background-position: center;
      width: 30px;
      height: 23px;
      display: block; }
  .woocommerce .login_page .register_link {
    background-color: #1F4F6F;
    border-radius: 8px;
    color: #fff;
    padding: 15px;
    text-align: center;
    line-height: 1;
    margin-top: 10px; }
  .woocommerce .login_page .form-row-remember {
    display: flex; }
    .woocommerce .login_page .form-row-remember .rememberme_label {
      width: 100%;
      padding-left: 40px;
      cursor: pointer;
      position: relative;
      font-size: 16px;
      font-weight: 500;
      color: #878787;
      letter-spacing: 1px; }
    .woocommerce .login_page .form-row-remember .rememberme_label:before {
      content: " ";
      left: 0;
      position: absolute;
      cursor: pointer;
      display: block;
      width: 29px;
      height: 29px;
      box-sizing: border-box;
      transition: all 0.2s;
      border: 2px solid #878787; }
    .woocommerce .login_page .form-row-remember #rememberme:checked + label:after {
      content: " ";
      background-image: url(../svg/check_gray.svg);
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      width: 29px;
      height: 29px;
      top: 0;
      left: 0; }
  .woocommerce .login_page .auth_link {
    font-size: 12px;
    color: #1F4F6F; }
    .woocommerce .login_page .auth_link a {
      text-decoration: underline;
      color: inherit; }

.woocommerce .register_page {
  margin-top: 30px;
  min-height: calc(100vh - 104px - 210px); }
  .woocommerce .register_page h1 {
    font-family: brushuptoo;
    padding: 0 50px;
    font-size: 40px;
    margin-bottom: 72px; }
  .woocommerce .register_page form.register {
    margin: 0;
    border: none;
    display: flex;
    flex-wrap: wrap; }
  .woocommerce .register_page .form-row {
    margin-bottom: 25px;
    padding: 0;
    width: 100%; }
    .woocommerce .register_page .form-row.col50 {
      width: 50%;
      padding-right: 18px; }
      @media print, screen and (max-width: 39.99875em) {
        .woocommerce .register_page .form-row.col50 {
          padding-right: 0; } }
    .woocommerce .register_page .form-row input.input-text {
      padding: 7.5px 1rem; }
    .woocommerce .register_page .form-row .show-password-input:after {
      content: '';
      background-image: url(../svg/eye.svg);
      background-repeat: no-repeat;
      background-position: center;
      width: 30px;
      height: 23px;
      display: block; }
  .woocommerce .register_page .wc-gzd-checkbox-placeholder {
    display: flex; }
    .woocommerce .register_page .wc-gzd-checkbox-placeholder label {
      position: relative; }
      .woocommerce .register_page .wc-gzd-checkbox-placeholder label span {
        padding-left: 40px;
        cursor: pointer;
        position: relative;
        font-size: 16px;
        font-weight: 500;
        color: #878787;
        letter-spacing: 1px;
        height: 33px;
        display: inline-block;
        align-items: flex-end; }
        @media print, screen and (max-width: 39.99875em) {
          .woocommerce .register_page .wc-gzd-checkbox-placeholder label span {
            display: block; } }
      .woocommerce .register_page .wc-gzd-checkbox-placeholder label span:before {
        content: " ";
        left: 0;
        position: absolute;
        cursor: pointer;
        display: block;
        width: 29px;
        height: 29px;
        box-sizing: border-box;
        transition: all 0.2s;
        border: 2px solid #878787; }
      .woocommerce .register_page .wc-gzd-checkbox-placeholder label .woocommerce-form__input-checkbox:checked + span:after {
        content: " ";
        background-image: url(../svg/check_gray.svg);
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        width: 29px;
        height: 29px;
        top: 0;
        left: 0;
        transform: none; }

.woocommerce .thank-you h1 {
  font-family: BrushUpToo;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-weight: 200;
  padding-bottom: 15px; }
  .woocommerce .thank-you h1 svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0; }

.woocommerce .thank-you h2 {
  font-size: 32px;
  font-weight: 600; }

.woocommerce .thank-you .description {
  width: 70%;
  margin: 20px auto 0;
  text-align: center;
  font-size: 20px; }
  @media print, screen and (max-width: 39.99875em) {
    .woocommerce .thank-you .description {
      font-weight: 600; } }

.woocommerce .thank-you .thankyou_row {
  display: flex;
  align-items: flex-start; }

.woocommerce .thank-you .content {
  width: 60%;
  margin: 0 auto; }
  .woocommerce .thank-you .content .item {
    display: flex;
    align-items: flex-start;
    margin: 50px 0; }
    @media print, screen and (max-width: 39.99875em) {
      .woocommerce .thank-you .content .item {
        margin: 30px 0; } }
    .woocommerce .thank-you .content .item .icon {
      margin-right: 20px; }
      .woocommerce .thank-you .content .item .icon svg {
        width: 36px;
        height: 36px; }
    .woocommerce .thank-you .content .item .text .title {
      font-size: 30px;
      font-weight: 600; }
    .woocommerce .thank-you .content .item .text .description {
      font-size: 16px;
      width: 100%;
      text-align: left; }
    .woocommerce .thank-you .content .item .button {
      margin-top: 20px; }
  .woocommerce .thank-you .content.mt {
    margin-top: 50px; }

.woocommerce .proof_list {
  display: flex; }
  .woocommerce .proof_list .orders_processes {
    width: 50%;
    padding-right: 57px; }
    .woocommerce .proof_list .orders_processes .list .item {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      padding: 12px 19px;
      position: relative;
      width: 100%;
      border: 2px solid #D2D2D2;
      border-radius: 12px;
      margin-bottom: 25px;
      color: #000; }
      .woocommerce .proof_list .orders_processes .list .item .line {
        display: flex; }
        .woocommerce .proof_list .orders_processes .list .item .line .label {
          font-weight: 600; }
      .woocommerce .proof_list .orders_processes .list .item .actions {
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: stretch;
        justify-content: space-evenly;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0; }
        .woocommerce .proof_list .orders_processes .list .item .actions .action {
          color: #000;
          font-size: 20px;
          font-weight: 600;
          padding: 0;
          text-align: left;
          display: flex;
          align-items: center; }
          .woocommerce .proof_list .orders_processes .list .item .actions .action .icon {
            width: 30px;
            margin-right: 13px; }
  .woocommerce .proof_list .orders_ready {
    width: 50%;
    padding-left: 57px; }
    .woocommerce .proof_list .orders_ready .list .item {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      padding: 12px 19px;
      position: relative;
      width: 100%;
      border: 2px solid #D2D2D2;
      border-radius: 12px;
      margin-bottom: 25px;
      color: #000; }
      .woocommerce .proof_list .orders_ready .list .item .line {
        display: flex; }
        .woocommerce .proof_list .orders_ready .list .item .line .label {
          font-weight: 600; }

.woocommerce .lost_reset_password {
  margin-top: 30px;
  min-height: calc(100vh - 104px - 210px);
  width: 50%; }

.thankyou_row .content p {
  text-align: left !important; }

@media only screen and (max-width: 992px) {
  .woocommerce .login_page h1 {
    padding: 0 20px;
    font-size: 20px;
    font-weight: 500;
    font-family: "IBMPlexSans", Oswald, Regular;
    margin-bottom: 0; }
  .woocommerce .login_page .form-row {
    margin-bottom: 12px; }
    .woocommerce .login_page .form-row .button,
    .woocommerce .login_page .form-row .register_link {
      font-size: 20px;
      font-weight: 600; }
  .woocommerce .register_page h1 {
    padding: 0 20px;
    font-size: 20px;
    font-weight: 500;
    font-family: "IBMPlexSans", Oswald, Regular;
    margin-bottom: 0; }
  .woocommerce .register_page .form-row.col50 {
    width: 100%; }
  .woocommerce .register_page .form-row.empty {
    display: none; }
  .woocommerce .register_page .form-row .button {
    font-size: 20px;
    font-weight: 600; }
  .woocommerce .thank-you {
    padding-top: 20px; }
    .woocommerce .thank-you h1 {
      display: none; }
    .woocommerce .thank-you .description {
      width: 100%;
      text-align: left; }
    .woocommerce .thank-you .content {
      width: 100%; }
      .woocommerce .thank-you .content .item .icon {
        position: absolute;
        right: 0;
        width: 40px;
        height: 40px; }
        .woocommerce .thank-you .content .item .icon svg {
          width: 100%; }
      .woocommerce .thank-you .content .item .text .title {
        font-size: 20px;
        padding-right: 60px; }
  .woocommerce .proof_list {
    flex-direction: column; }
    .woocommerce .proof_list .orders_processes, .woocommerce .proof_list .orders_ready {
      width: 100%;
      padding: 0; }
  .woocommerce .lost_reset_password {
    width: 100%; }
  .woocommerce-account h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px; }
  .woocommerce-account .vc_col-sm-6 {
    width: 100%;
    padding: 10px 20px 0;
    border-top: 2px solid #D2D2D2;
    margin-top: 13px; }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
      display: none; }
    .woocommerce-account .woocommerce-MyAccount-navigation .burger {
      width: 29px;
      height: 23px;
      cursor: pointer;
      background-image: url("../svg/menuicon-white.svg");
      position: absolute;
      right: 40px;
      top: 0;
      bottom: 0;
      margin: auto;
      background-repeat: no-repeat; }
    .woocommerce-account .woocommerce-MyAccount-navigation.opened ul {
      display: flex;
      flex-direction: column;
      position: absolute;
      background-color: inherit;
      width: 100%;
      z-index: 9;
      top: 50px;
      height: 100vh; }
      .woocommerce-account .woocommerce-MyAccount-navigation.opened ul li {
        margin-bottom: 22px; }
  .woocommerce-account .orders {
    flex-direction: column; }
    .woocommerce-account .orders .section-wrapper {
      width: 100%; }
      .woocommerce-account .orders .section-wrapper.open_orders {
        padding: 0; }
      .woocommerce-account .orders .section-wrapper.finished_orders {
        padding: 0; }
      .woocommerce-account .orders .section-wrapper .order--entry {
        padding: 18px 10px; }
        .woocommerce-account .orders .section-wrapper .order--entry .image-wrapper {
          display: none; }
        .woocommerce-account .orders .section-wrapper .order--entry .order--info {
          padding: 0; }
        .woocommerce-account .orders .section-wrapper .order--entry .actions .action {
          font-size: 0; }
  .woocommerce-account .order_details {
    flex-direction: column-reverse; }
    .woocommerce-account .order_details .section-wrapper {
      width: 100%; }
      .woocommerce-account .order_details .section-wrapper.updates_order {
        padding: 0; }
      .woocommerce-account .order_details .section-wrapper.details_order {
        padding: 0; }
      .woocommerce-account .order_details .section-wrapper .notes .note .comment_container {
        width: 100%; }
        .woocommerce-account .order_details .section-wrapper .notes .note .comment_container .meta {
          margin: 0; }
      .woocommerce-account .order_details .section-wrapper .notes .note.user_note .comment_container .meta {
        margin: 0; }
      .woocommerce-account .order_details .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #shipping_title_field, .woocommerce-account .order_details .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_title_field {
        width: 100%; }
      .woocommerce-account .order_details .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
        width: 100%; }
  .woocommerce-account .user_account_info {
    flex-direction: column; }
    .woocommerce-account .user_account_info .section-wrapper {
      width: 100%; }
      .woocommerce-account .user_account_info .section-wrapper.user_info {
        padding: 0; }
      .woocommerce-account .user_account_info .section-wrapper.payments {
        padding: 0;
        margin-top: 30px; }
        .woocommerce-account .user_account_info .section-wrapper.payments .shop_table .payment-method-wrapper {
          width: 100%; }
          .woocommerce-account .user_account_info .section-wrapper.payments .shop_table .payment-method-wrapper:nth-child(even), .woocommerce-account .user_account_info .section-wrapper.payments .shop_table .payment-method-wrapper:nth-child(odd) {
            padding: 0 0 12px 0; }
      .woocommerce-account .user_account_info .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
        transform: none; }
        .woocommerce-account .user_account_info .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #shipping_title_field, .woocommerce-account .user_account_info .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_title_field {
          width: 100%; }
        .woocommerce-account .user_account_info .section-wrapper .user_info_form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
          width: 100%;
          padding: 0; }
  .woocommerce-account #add_payment_method #payment > .form-row {
    width: 100%; }
  .woocommerce-account #add_payment_method #payment .payment_methods li .payment_box {
    width: 100%; }
  .woocommerce-account #add_payment_method #payment .payment_methods li > label {
    width: 100%; } }

li.print_file .value {
  align-items: center; }
  li.print_file .value svg {
    width: 26px;
    height: 26px;
    margin-right: 8px; }

.create-account p {
  text-align: left !important; }

tr.woocommerce-shipping-totals.shipping p {
  text-align: left !important; }

@media print, screen and (max-width: 39.99875em) {
  .woocommerce-account .vc_col-sm-6 {
    padding: 10px 5px 0;
    margin-top: 5px; }
  .login_page.container .vc_col-sm-6 {
    padding: 10px 20px; }
  .woocommerce .register_page h1 {
    padding: 0; } }

/*--------------------------------------------------------------
# My-Account dashboard
--------------------------------------------------------------*/
.dashboard {
  display: flex;
  flex-direction: column; }
  .dashboard .name {
    font-size: 20px;
    font-weight: 500;
    color: #1D1D1B;
    max-width: 260px;
    display: flex;
    margin-bottom: 2px; }
    .dashboard .name span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .dashboard .name:hover {
      color: #1d8e91; }
  @media only screen and (min-width: 601px) {
    .dashboard {
      flex-direction: row; } }

.bike-conf-wrapper,
.design-conf-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative; }
  .bike-conf-wrapper .preloader,
  .design-conf-wrapper .preloader {
    display: none;
    position: absolute;
    background-color: #00000020;
    top: -20px;
    left: 0;
    right: 0;
    bottom: -20px;
    background-image: url("../gif/loading_animation.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 160px; }
  .bike-conf-wrapper.loaded .preloader,
  .design-conf-wrapper.loaded .preloader {
    display: block; }

.bike-conf-wrapper {
  width: 50%;
  padding-right: 57px; }
  .bike-conf-wrapper .preloader {
    left: -57px; }
  .bike-conf-wrapper .button-preselect-trigger {
    margin-top: 16px;
    padding: 10px 22px; }

.bike-conf-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 12px 19px;
  position: relative;
  width: 100%;
  border: 2px solid #D2D2D2;
  border-radius: 12px;
  margin-bottom: 25px;
  height: 141px; }
  .bike-conf-item .image-thumbnail-wrapper {
    height: 100%; }
    .bike-conf-item .image-thumbnail-wrapper img {
      height: 100%;
      width: auto; }
  .bike-conf-item .name-wrapper {
    flex: 1;
    padding-left: 27px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%; }
  .bike-conf-item .actions {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: stretch;
    justify-content: space-evenly; }
    .bike-conf-item .actions .action {
      color: #000;
      font-size: 20px;
      font-weight: 600;
      padding: 0;
      text-align: left;
      display: flex;
      align-items: center; }
      .bike-conf-item .actions .action .icon {
        width: 30px;
        margin-right: 13px; }

.design-conf-wrapper {
  padding-left: 57px;
  width: 50%; }
  .design-conf-wrapper .preloader {
    right: -57px; }
  .design-conf-wrapper .design-conf-items-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end; }
  .design-conf-wrapper .design-item-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 14px 19px;
    width: 100%;
    border: 2px solid #D2D2D2;
    border-radius: 12px;
    margin-bottom: 25px; }
    .design-conf-wrapper .design-item-wrapper .design_options .option {
      display: flex;
      line-height: 1.1em;
      margin-bottom: 6px; }
      .design-conf-wrapper .design-item-wrapper .design_options .option > a small {
        color: #1D1D1B;
        font-size: 0.8rem; }
      .design-conf-wrapper .design-item-wrapper .design_options .option:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 350px;
        height: 2px;
        background-color: #F3F3F3;
        max-width: 100%; }
  .design-conf-wrapper .design-colors {
    display: flex;
    flex: 1;
    padding: 0 5px;
    margin: 0 30px;
    flex-direction: column; }
    .design-conf-wrapper .design-colors .label {
      font-size: 16px; }
    .design-conf-wrapper .design-colors .list_colors {
      display: flex; }
  .design-conf-wrapper .actions {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: stretch;
    justify-content: space-evenly; }
    .design-conf-wrapper .actions .action {
      color: #000;
      font-size: 20px;
      font-weight: 600;
      padding: 0;
      text-align: left;
      display: flex; }
      .design-conf-wrapper .actions .action .icon {
        width: 30px;
        margin-right: 13px; }
  .design-conf-wrapper .color {
    position: relative; }
    .design-conf-wrapper .color .color_back {
      width: 40px;
      height: 40px;
      border-radius: 2px;
      margin: 0 3px; }

@media only screen and (max-width: 992px) {
  .woocommerce-account .my_account_header .my_account_header_banner {
    background-color: #fff;
    padding: 18px 0 13px 20px; }
    .woocommerce-account .my_account_header .my_account_header_banner .banner {
      display: none; }
    .woocommerce-account .my_account_header .my_account_header_banner .text {
      position: relative;
      align-items: flex-start; }
      .woocommerce-account .my_account_header .my_account_header_banner .text .title {
        font-size: 20px;
        font-family: "IBMPlexSans", Oswald, Regular;
        color: #000; }
      .woocommerce-account .my_account_header .my_account_header_banner .text .desc {
        display: none; }
  .dashboard {
    flex-direction: column-reverse; }
    .dashboard .bike-conf-wrapper {
      width: 100%;
      padding: 0; }
      .dashboard .bike-conf-wrapper .bike-conf-item {
        justify-content: space-between;
        height: auto; }
        .dashboard .bike-conf-wrapper .bike-conf-item .image-thumbnail-wrapper {
          width: 50%;
          margin-top: 60px; }
          .dashboard .bike-conf-wrapper .bike-conf-item .image-thumbnail-wrapper img {
            height: auto;
            width: 100%; }
        .dashboard .bike-conf-wrapper .bike-conf-item .name-wrapper {
          height: auto;
          position: absolute;
          top: 10px;
          left: 10px;
          padding: 0;
          line-height: 1em; }
        .dashboard .bike-conf-wrapper .bike-conf-item .actions .action {
          font-size: 0;
          margin: 5px 0; }
          .dashboard .bike-conf-wrapper .bike-conf-item .actions .action .icon {
            margin: 0; }
    .dashboard .design-conf-wrapper {
      padding: 0;
      width: 100%; }
      .dashboard .design-conf-wrapper .design-colors {
        display: none; }
      .dashboard .design-conf-wrapper .actions .action {
        font-size: 0;
        margin: 5px 0; }
        .dashboard .design-conf-wrapper .actions .action .icon {
          margin: 0; } }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.single-reference__more-projects {
  padding-top: 4rem; }

.single-reference__content .wp-block-image:nth-of-type(1), .single-reference__content .wp-block-backyarddesign-comparison:nth-of-type(1) {
  position: relative; }
  .single-reference__content .wp-block-image:nth-of-type(1):before, .single-reference__content .wp-block-backyarddesign-comparison:nth-of-type(1):before {
    top: 20px;
    left: 0;
    content: " ";
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    border: 3px solid #FF3456;
    z-index: -1;
    transform: translateX(-20%); }

@media only screen and (min-width: 1201px) {
  .single-reference__content .wp-block-image:nth-of-type(1), .single-reference__content .twentytwenty-wrapper:nth-of-type(1) {
    position: relative; }
    .single-reference__content .wp-block-image:nth-of-type(1):before, .single-reference__content .twentytwenty-wrapper:nth-of-type(1):before {
      top: 100%;
      transform: translate(-100%, -50%); }
  .single-reference__content .wp-block-image:nth-of-type(1), .single-reference__content .twentytwenty-wrapper:nth-of-type(1) {
    padding-left: 100px; } }

/*--------------------------------------------------------------
# Main-Site css
--------------------------------------------------------------*/
html.no-scroll {
  overflow: hidden; }

i.fa-info {
  padding: 15px; }

.green_scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.green_scroll::-webkit-scrollbar-track {
  background: #D2D2D2; }

.green_scroll::-webkit-scrollbar-thumb {
  background-color: #31B7BC;
  border-radius: 20px; }

/*--------------------------------------------------------------
# Main-Site css
--------------------------------------------------------------*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #ff3456;
  border-radius: 8px;
  color: #fff; }

.woocommerce .widget_product_categories .widgettitle {
  color: #707070;
  font-size: 16px;
  font-weight: bold; }

.woocommerce .widget_product_categories .product-categories a {
  color: #707070;
  font-size: 13px;
  font-weight: normal; }

.woocommerce .widget_product_categories .product-categories .current-cat > a,
.woocommerce .widget_product_categories .product-categories .current-cat-parent > a {
  color: #25b7bc;
  font-weight: bold; }

.woocommerce #off-canvas--trigger {
  cursor: pointer;
  padding: 0 5px 2px;
  position: absolute;
  right: 5px; }

.woocommerce #shop-sidebar {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100vh;
  margin-top: 73px;
  position: fixed;
  right: -101%;
  top: 0;
  width: 100%;
  transition: right 0.5s ease-in-out, margin-top 0s ease-in-out 0.5s, padding 0s ease-in-out 0.5s;
  z-index: 4; }
  .woocommerce #shop-sidebar.open {
    margin-top: 0;
    padding: 15px;
    right: 0;
    transition: right 0.5s ease-in-out; }
  .woocommerce #shop-sidebar .close {
    cursor: pointer;
    padding: 0 5px 5px;
    position: absolute;
    right: 15px;
    transition: all 0.5s ease-in-out; }
    .woocommerce #shop-sidebar .close:hover, .woocommerce #shop-sidebar .close:focus {
      transform: rotate(180deg); }

.woocommerce .actions_wrapper {
  float: left;
  width: 80%; }
  .woocommerce .actions_wrapper .woocommerce-result-count {
    color: #707070;
    font-size: 16px; }

.woocommerce ul.products {
  width: 100%; }
  .woocommerce ul.products li.product {
    border: 1px solid #ddd;
    padding: 7px 0;
    width: calc(50% - 16px);
    margin-bottom: 16px;
    margin-right: 16px; }

.woocommerce-products-header {
  text-align: center;
  font-weight: bold; }

.woocommerce .blockUI.blockOverlay::before {
  content: none; }

.woocommerce.archive .wp-block-cover,
.cross-sells .wp-block-cover {
  background-image: url(../castrol-suzuki-motocross-racing-2019-stefan-ekerold-action-adac-mx-masters-sw.html);
  min-height: 500px; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .woocommerce.archive .wp-block-cover,
    .cross-sells .wp-block-cover {
      /* IE10+ CSS styles go here */
      min-height: auto; } }

.woocommerce.archive .actions_wrapper,
.woocommerce.archive .product-wrapper,
.cross-sells .actions_wrapper,
.cross-sells .product-wrapper {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 5px; }
  .woocommerce.archive .actions_wrapper:after,
  .woocommerce.archive .product-wrapper:after,
  .cross-sells .actions_wrapper:after,
  .cross-sells .product-wrapper:after {
    clear: both;
    content: '';
    display: block;
    width: 100%; }

.woocommerce.archive aside,
.cross-sells aside {
  float: left;
  list-style: none; }
  @media only screen and (min-width: 993px) {
    .woocommerce.archive aside,
    .cross-sells aside {
      width: 20%; } }
  .woocommerce.archive aside ul,
  .cross-sells aside ul {
    list-style: none; }
  .woocommerce.archive aside ul.product-categories > li > a,
  .cross-sells aside ul.product-categories > li > a {
    font-weight: bold; }
  .woocommerce.archive aside ul.product-categories ul.children,
  .cross-sells aside ul.product-categories ul.children {
    margin-left: 15px; }

.woocommerce.archive ul.products,
.cross-sells ul.products {
  clear: none;
  float: right; }
  @media only screen and (min-width: 993px) {
    .woocommerce.archive ul.products,
    .cross-sells ul.products {
      width: 80%; } }
  .woocommerce.archive ul.products li.product a,
  .woocommerce.archive ul.products li.product div,
  .cross-sells ul.products li.product a,
  .cross-sells ul.products li.product div {
    display: block;
    height: 0;
    padding-bottom: 80%; }
    .woocommerce.archive ul.products li.product a img,
    .woocommerce.archive ul.products li.product div img,
    .cross-sells ul.products li.product a img,
    .cross-sells ul.products li.product div img {
      position: absolute;
      height: 80%;
      width: 90%;
      top: 0;
      left: 5%;
      object-fit: contain; }
    .woocommerce.archive ul.products li.product a .entry-title,
    .woocommerce.archive ul.products li.product div .entry-title,
    .cross-sells ul.products li.product a .entry-title,
    .cross-sells ul.products li.product div .entry-title {
      position: absolute;
      bottom: 20px;
      width: 100%;
      color: #1D1D1B;
      height: 36px;
      margin-bottom: 0;
      overflow: hidden;
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .woocommerce.archive ul.products li.product a .price,
    .woocommerce.archive ul.products li.product div .price,
    .cross-sells ul.products li.product a .price,
    .cross-sells ul.products li.product div .price {
      position: absolute;
      display: block;
      text-align: center;
      bottom: 0;
      width: 100%; }
    .woocommerce.archive ul.products li.product a .price,
    .woocommerce.archive ul.products li.product div .price,
    .cross-sells ul.products li.product a .price,
    .cross-sells ul.products li.product div .price {
      color: #666; }
  .woocommerce.archive ul.products li.product p.wc-gzd-additional-info,
  .cross-sells ul.products li.product p.wc-gzd-additional-info {
    margin-bottom: 0;
    margin-top: 0; }

.woocommerce.archive .woocommerce-loop-category__title,
.cross-sells .woocommerce-loop-category__title {
  position: absolute;
  bottom: 20px;
  width: 100%;
  color: #1D1D1B;
  height: 36px;
  margin-bottom: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap; }

.woocommerce.archive .woocommerce-pagination,
.cross-sells .woocommerce-pagination {
  margin-bottom: 60px; }

/*
body.woocommerce.single:not(.type--byd_configurator) {
  #main {
    margin: 40px auto 120px;
    max-width: 1260px;
  }

  h1 {
    font-size: 80px;
  }

  div.product {
    margin: 0 auto;
    //max-width: 1260px; TODO
    padding: 0 5px;

    .woocommerce-product-gallery.images {
      .flex-viewport {
        //border: 1px solid $color__border-input;
        float: right;
        //padding: 15px;
        width: 80%;
      }

      .flex-control-nav {
        float: left;
        width: 20%;

        li {
          float: none;
          width: 95%;

          img {
            border: 1px solid $color__border-input;
            margin: 5px;
            padding: 2px;
          }
        }
      }
    }

    .woocommerce-product-details__short-description p {
      color: #7b7b7b;
      font-size: 14px;
    }

    p.price {
      color: #333;
      font-size: 40px;
      font-weight: 600;
      margin-bottom: 0;
    }

    p.wc-gzd-additional-info,
    span.wc-gzd-additional-info {
      color: #7b7b7b;
      font-size: 12px;
      line-height: 12px;
      margin-bottom: 0;

      &.delivery-time-info {
        color: #00cc66;
        font-size: 14px;
        line-height: 14px;
        margin-top: 20px;
      }
    }

    .variations {
      .label label {
        display: block;
        padding-top: 7.5px;
      }
    }

    .button_wrapper {
      float: left;
      margin-left: 20px;
      max-width: 252px;
      position: relative;
      width: 80%;
    }

    .splat {
      fill: $color__secondary;
      position: absolute;

      &:nth-of-type(1) {
        transform: translateX(-20%) scale(1);
        left: 0;
      }

      &:nth-of-type(2) {
        //transform: translateX(20%) scale(1.0);
        right: 12px;
      }
    }

    .quantity {
      margin-right: 5%;
      width: 10%;
    }

    button[type='submit'] {
      background-color: $color__secondary;
      margin-top: 10px;
      padding: 8px 20px;
      width: 85%;
    }

    .product_meta > span {
      display: block;
    }

    .woocommerce-tabs ul.tabs {
      display: none;

      &:before {
        border: none;
      }

      li {
        border: none;
      }
    }

    .upsells .product {
      .entry-title {
        color: #000;
        height: 36px;
        margin-bottom: 0;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .price {
        color: #868686;
        display: block;
        text-align: center;
      }
    }
  }
}

*/
.woocommerce-account .vc_col-sm-4 {
  float: left;
  padding: 0 20px;
  width: 100%; }
  @media screen and (min-width: 993px) {
    .woocommerce-account .vc_col-sm-4 {
      width: 33%; } }

.woocommerce-account .woocommerce form.checkout_coupon,
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  border: none; }

@media screen and (min-width: 993px) {
  .woocommerce #off-canvas--trigger {
    display: none; }
  .woocommerce #shop-sidebar {
    background-color: transparent;
    height: inherit;
    position: relative;
    right: inherit;
    top: inherit;
    width: 20%; }
    .woocommerce #shop-sidebar .close {
      display: none; }
  .woocommerce ul.products {
    width: 80%; }
    .woocommerce ul.products li.product {
      width: calc(25% - 12px); }
      .woocommerce ul.products li.product.last {
        margin-right: 0; } }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }
  .widget .textwidget :first-child {
    margin-top: 0; }
  .widget .textwidget :last-child {
    margin-bottom: 0; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0; }

.content-area {
  position: relative;
  width: 90%;
  max-width: 1600px;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.container {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row:after {
    content: '';
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px; }
    .row .col[class*='push-'], .row .col[class*='pull-'] {
      position: relative; }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.33333%; }
    .row .col.pull-s1 {
      right: 8.33333%; }
    .row .col.push-s1 {
      left: 8.33333%; }
    .row .col.offset-s2 {
      margin-left: 16.66667%; }
    .row .col.pull-s2 {
      right: 16.66667%; }
    .row .col.push-s2 {
      left: 16.66667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.33333%; }
    .row .col.pull-s4 {
      right: 33.33333%; }
    .row .col.push-s4 {
      left: 33.33333%; }
    .row .col.offset-s5 {
      margin-left: 41.66667%; }
    .row .col.pull-s5 {
      right: 41.66667%; }
    .row .col.push-s5 {
      left: 41.66667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.33333%; }
    .row .col.pull-s7 {
      right: 58.33333%; }
    .row .col.push-s7 {
      left: 58.33333%; }
    .row .col.offset-s8 {
      margin-left: 66.66667%; }
    .row .col.pull-s8 {
      right: 66.66667%; }
    .row .col.push-s8 {
      left: 66.66667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.33333%; }
    .row .col.pull-s10 {
      right: 83.33333%; }
    .row .col.push-s10 {
      left: 83.33333%; }
    .row .col.offset-s11 {
      margin-left: 91.66667%; }
    .row .col.pull-s11 {
      right: 91.66667%; }
    .row .col.push-s11 {
      left: 91.66667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media only screen and (min-width: 601px) {
      .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.33333%; }
      .row .col.pull-m1 {
        right: 8.33333%; }
      .row .col.push-m1 {
        left: 8.33333%; }
      .row .col.offset-m2 {
        margin-left: 16.66667%; }
      .row .col.pull-m2 {
        right: 16.66667%; }
      .row .col.push-m2 {
        left: 16.66667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.33333%; }
      .row .col.pull-m4 {
        right: 33.33333%; }
      .row .col.push-m4 {
        left: 33.33333%; }
      .row .col.offset-m5 {
        margin-left: 41.66667%; }
      .row .col.pull-m5 {
        right: 41.66667%; }
      .row .col.push-m5 {
        left: 41.66667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.33333%; }
      .row .col.pull-m7 {
        right: 58.33333%; }
      .row .col.push-m7 {
        left: 58.33333%; }
      .row .col.offset-m8 {
        margin-left: 66.66667%; }
      .row .col.pull-m8 {
        right: 66.66667%; }
      .row .col.push-m8 {
        left: 66.66667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.33333%; }
      .row .col.pull-m10 {
        right: 83.33333%; }
      .row .col.push-m10 {
        left: 83.33333%; }
      .row .col.offset-m11 {
        margin-left: 91.66667%; }
      .row .col.pull-m11 {
        right: 91.66667%; }
      .row .col.push-m11 {
        left: 91.66667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (min-width: 993px) {
      .row .col.l1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.33333%; }
      .row .col.pull-l1 {
        right: 8.33333%; }
      .row .col.push-l1 {
        left: 8.33333%; }
      .row .col.offset-l2 {
        margin-left: 16.66667%; }
      .row .col.pull-l2 {
        right: 16.66667%; }
      .row .col.push-l2 {
        left: 16.66667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.33333%; }
      .row .col.pull-l4 {
        right: 33.33333%; }
      .row .col.push-l4 {
        left: 33.33333%; }
      .row .col.offset-l5 {
        margin-left: 41.66667%; }
      .row .col.pull-l5 {
        right: 41.66667%; }
      .row .col.push-l5 {
        left: 41.66667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.33333%; }
      .row .col.pull-l7 {
        right: 58.33333%; }
      .row .col.push-l7 {
        left: 58.33333%; }
      .row .col.offset-l8 {
        margin-left: 66.66667%; }
      .row .col.pull-l8 {
        right: 66.66667%; }
      .row .col.push-l8 {
        left: 66.66667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.33333%; }
      .row .col.pull-l10 {
        right: 83.33333%; }
      .row .col.push-l10 {
        left: 83.33333%; }
      .row .col.offset-l11 {
        margin-left: 91.66667%; }
      .row .col.pull-l11 {
        right: 91.66667%; }
      .row .col.push-l11 {
        left: 91.66667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }
    @media only screen and (min-width: 1201px) {
      .row .col.xl1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-xl1 {
        margin-left: 8.33333%; }
      .row .col.pull-xl1 {
        right: 8.33333%; }
      .row .col.push-xl1 {
        left: 8.33333%; }
      .row .col.offset-xl2 {
        margin-left: 16.66667%; }
      .row .col.pull-xl2 {
        right: 16.66667%; }
      .row .col.push-xl2 {
        left: 16.66667%; }
      .row .col.offset-xl3 {
        margin-left: 25%; }
      .row .col.pull-xl3 {
        right: 25%; }
      .row .col.push-xl3 {
        left: 25%; }
      .row .col.offset-xl4 {
        margin-left: 33.33333%; }
      .row .col.pull-xl4 {
        right: 33.33333%; }
      .row .col.push-xl4 {
        left: 33.33333%; }
      .row .col.offset-xl5 {
        margin-left: 41.66667%; }
      .row .col.pull-xl5 {
        right: 41.66667%; }
      .row .col.push-xl5 {
        left: 41.66667%; }
      .row .col.offset-xl6 {
        margin-left: 50%; }
      .row .col.pull-xl6 {
        right: 50%; }
      .row .col.push-xl6 {
        left: 50%; }
      .row .col.offset-xl7 {
        margin-left: 58.33333%; }
      .row .col.pull-xl7 {
        right: 58.33333%; }
      .row .col.push-xl7 {
        left: 58.33333%; }
      .row .col.offset-xl8 {
        margin-left: 66.66667%; }
      .row .col.pull-xl8 {
        right: 66.66667%; }
      .row .col.push-xl8 {
        left: 66.66667%; }
      .row .col.offset-xl9 {
        margin-left: 75%; }
      .row .col.pull-xl9 {
        right: 75%; }
      .row .col.push-xl9 {
        left: 75%; }
      .row .col.offset-xl10 {
        margin-left: 83.33333%; }
      .row .col.pull-xl10 {
        right: 83.33333%; }
      .row .col.push-xl10 {
        left: 83.33333%; }
      .row .col.offset-xl11 {
        margin-left: 91.66667%; }
      .row .col.pull-xl11 {
        right: 91.66667%; }
      .row .col.push-xl11 {
        left: 91.66667%; }
      .row .col.offset-xl12 {
        margin-left: 100%; }
      .row .col.pull-xl12 {
        right: 100%; }
      .row .col.push-xl12 {
        left: 100%; } }

@media only screen and (max-width: 992px) {
  .hide-on-mobile {
    display: none; } }

.only_mobile {
  display: none; }

@media screen and (max-width: 1024px) {
  body .only_mobile {
    display: block; }
  body .only_mobile.flex {
    display: flex; } }

.site {
  overflow: hidden; }

.site-content {
  position: relative; }

body:not(.single-product):not(.home) .site-content {
  padding-bottom: 100px; }

@media only screen and (min-width: 993px) {
  body:not(.home) .site-header .backyarddesign--free-trial-btn {
    display: flex;
    top: 40px;
    right: 30px; } }

@media (min-width: 1500px) {
  body:not(.home) .site-header .backyarddesign--free-trial-btn {
    top: 40px; } }

.site-main {
  margin-right: 0; }

.site-footer .container {
  display: flex; }

@media only screen and (max-width: 992px) {
  .wp-block-column {
    flex: 100%; } }

.section-wide {
  margin: 0 -5%; }

.busts-out {
  margin: 0 calc(50% - 50vw);
  width: 100vw; }

.section-narrow {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%; }

.page .site-header,
.home .site-header {
  margin-bottom: -84px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

header.site-header {
  position: relative;
  /* added to support older browsers */
  position: sticky;
  font-family: 'IBMPlexSans';
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  background-color: #000;
  border-bottom: 2px solid #fff; }
  header.site-header .header-left-menu {
    flex: 1; }
    header.site-header .header-left-menu .menu-container .menu-primary-container {
      position: unset;
      width: auto; }
    header.site-header .header-left-menu .mobile_menu_footer {
      display: none; }
    header.site-header .header-left-menu .menu-mob {
      display: none; }
      header.site-header .header-left-menu .menu-mob .menu-btn {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase; }
  header.site-header .button-container {
    display: flex;
    position: relative;
    z-index: 10;
    align-items: center; }
    header.site-header .button-container .btn-icon {
      width: auto;
      display: flex;
      align-items: center; }
      header.site-header .button-container .btn-icon.small-round-icon {
        margin: 0 12px;
        padding: 0; }
    header.site-header .button-container .large-round-icon {
      order: 1;
      background: #FF3456;
      border-radius: 8px;
      font-size: 20px;
      font-weight: 500; }
      header.site-header .button-container .large-round-icon .preselect-btn .button-preselect-trigger {
        padding: 15px 20px;
        font-weight: 600;
        letter-spacing: 1.5px; }
        @media screen and (max-width: 1260px) {
          header.site-header .button-container .large-round-icon .preselect-btn .button-preselect-trigger {
            font-size: 16px; } }
      header.site-header .button-container .large-round-icon .preselect-btn:after {
        display: none; }
      @media screen and (max-width: 1260px) {
        header.site-header .button-container .large-round-icon {
          margin-left: 20px; } }
      @media screen and (max-width: 767px) {
        header.site-header .button-container .large-round-icon {
          display: none; } }
  header.site-header .preselect-btn {
    display: block; }
  header.site-header .button-preselect-trigger {
    padding: 0 30px 0 15px; }
    header.site-header .button-preselect-trigger label {
      cursor: pointer;
      text-transform: uppercase; }
  header.site-header .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0; }
  header.site-header .site-branding {
    width: 120px;
    z-index: 5;
    margin-right: 25px; }
    header.site-header .site-branding a {
      display: block;
      max-width: 211px; }
      header.site-header .site-branding a img {
        display: block; }
  header.site-header .backyarddesign--free-trial-btn {
    position: absolute;
    top: 30px;
    right: 60px;
    color: #FF3456;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    line-height: 1.2; }
    header.site-header .backyarddesign--free-trial-btn img {
      margin-right: 10px;
      width: 40px;
      height: auto; }
  @media only screen and (min-width: 1260px) {
    header.site-header {
      display: block; }
      header.site-header .site-branding {
        width: 160px;
        margin-right: 10px; }
      header.site-header .backyarddesign--free-trial-btn {
        top: 40px;
        right: 100px; }
      header.site-header .container {
        padding: 20px 0; } }
  @media (min-width: 1500px) {
    header.site-header .site-branding {
      width: 220px;
      max-width: 25%; }
    header.site-header .backyarddesign--free-trial-btn {
      top: 40px; } }

#main > div:first-child.wp-block-cover:after, #content > div:first-child.wp-block-cover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 0;
  width: 100%;
  padding-bottom: 8%;
  pointer-events: none;
  background-image: url("../svg/divider_white_min.svg");
  background-repeat: no-repeat;
  z-index: 1;
  transform: rotate(180deg); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #main > div:first-child.wp-block-cover:after, #content > div:first-child.wp-block-cover:after {
      /* IE10+ CSS styles go here */
      bottom: -2px; } }

#main > div:first-child.wp-block-cover h1, #content > div:first-child.wp-block-cover h1 {
  background-image: url(../svg/splat-nr.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #25B7BC;
  text-align: center; }

.site-header .button-language-trigger {
  width: fit-content;
  background: transparent;
  display: flex;
  align-items: flex-start;
  height: 40px;
  padding: 0 1em; }
  .site-header .button-language-trigger ul {
    border: 2px solid #fff;
    border-radius: 8px;
    width: 80px;
    position: relative;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    overflow: hidden;
    list-style: none;
    height: 40px;
    background-color: #000;
    transition: height .2s linear; }
    .site-header .button-language-trigger ul li .language_link {
      display: flex;
      justify-content: space-around;
      align-items: center; }
      .site-header .button-language-trigger ul li .language_link .language {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        padding: 5px; }
    .site-header .button-language-trigger ul li .current-language {
      display: block;
      vertical-align: middle;
      padding: 4px 0;
      text-transform: uppercase;
      color: #fff; }
      .site-header .button-language-trigger ul li .current-language:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 13px;
        height: 10px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        background-image: url(../svg/arrow_small_white.svg);
        pointer-events: none;
        box-sizing: border-box;
        margin: 0px 0px 0 13px;
        color: #fff; }
    .site-header .button-language-trigger ul:hover {
      height: auto; }
  @media screen and (max-width: 767px) {
    .site-header .button-language-trigger {
      display: none; } }

span.cart-extra span.surcharge {
  display: none; }

.modal_checkout_btn {
  text-align: center; }
  .modal_checkout_btn a .loader {
    padding-top: 6px; }
    .modal_checkout_btn a .loader img {
      max-height: 18px;
      display: block;
      margin: 0 auto; }
    .modal_checkout_btn a .loader:before {
      display: none; }
  .modal_checkout_btn .single_add_to_cart_button {
    background-color: #ff3456 !important;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 700; }

.cart_modal_form tr.woocommerce-cart-form__cart-item {
  display: flex !important; }
  @media print, screen and (max-width: 63.99875em) {
    .cart_modal_form tr.woocommerce-cart-form__cart-item {
      position: relative; } }
  @media print, screen and (max-width: 39.99875em) {
    .cart_modal_form tr.woocommerce-cart-form__cart-item {
      display: block !important;
      position: relative; } }
  .cart_modal_form tr.woocommerce-cart-form__cart-item td.product-remove {
    width: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: end; }
    @media print, screen and (max-width: 63.99875em) {
      .cart_modal_form tr.woocommerce-cart-form__cart-item td.product-remove {
        position: relative;
        bottom: auto;
        top: 0;
        right: 0;
        background-color: transparent !important; } }
    @media print, screen and (max-width: 39.99875em) {
      .cart_modal_form tr.woocommerce-cart-form__cart-item td.product-remove {
        position: absolute;
        bottom: 120px;
        top: auto;
        right: 0; } }
    .cart_modal_form tr.woocommerce-cart-form__cart-item td.product-remove a.remove {
      color: transparent !important; }

.select2-results {
  display: block;
  max-height: 105px;
  overflow: hidden;
  height: auto; }

@media print, screen and (max-width: 63.99875em) {
  td.product-quantity {
    display: none !important; }
  td.product-subtotal:before {
    display: none; } }

@media print, screen and (max-width: 39.99875em) {
  td.product-quantity {
    display: block !important; }
  td.product-subtotal:before {
    display: block; } }

@media screen and (max-width: 1260px) {
  header.site-header .header-left-menu .menu-mob {
    display: block; }
  header.site-header .site-branding {
    position: absolute;
    top: 50%;
    left: calc(5% + 80px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

.cart_modal-content span.cart-extra span.icon img {
  width: 22px; }

.cart-modal-custom {
  text-align: center;
  padding: 7px 13px;
  background: #3e3e3e;
  color: #fff;
  font-size: 15px;
  outline: none;
  border: none;
  border-radius: 5px;
  font-family: cursive; }

/* The Modal (background) */
.cart_modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  /* Modal Content */ }
  @media print, screen and (max-width: 39.99875em) {
    .cart_modal {
      top: auto;
      bottom: 0; } }
  .cart_modal .cart_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 2px solid #ff3456;
    width: 750px;
    border-radius: 6px;
    height: auto;
    max-height: 610px; }
    @media print, screen and (max-width: 63.99875em) {
      .cart_modal .cart_modal-content {
        width: 90%;
        padding: 20px 10px; } }
    @media print, screen and (max-width: 39.99875em) {
      .cart_modal .cart_modal-content {
        width: 100%;
        padding: 20px; } }
    .cart_modal .cart_modal-content .cart_header_custom {
      margin-bottom: 20px; }
      .cart_modal .cart_modal-content .cart_header_custom h3 {
        font-size: 32px;
        text-transform: capitalize;
        text-align: center;
        letter-spacing: .3px;
        line-height: normal;
        font-family: 'IBMPlexSans'; }
        @media print, screen and (max-width: 39.99875em) {
          .cart_modal .cart_modal-content .cart_header_custom h3 {
            line-height: 1; } }
    .cart_modal .cart_modal-content .woocommerce-cart-forms .woocommerce-cart-form-wrapper {
      height: auto;
      max-height: 410px;
      overflow-y: scroll;
      width: 100%;
      padding: 0;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */
      /* Hide scrollbar for Chrome, Safari and Opera */ }
      .cart_modal .cart_modal-content .woocommerce-cart-forms .woocommerce-cart-form-wrapper::-webkit-scrollbar {
        display: none; }
      .cart_modal .cart_modal-content .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table {
        margin-bottom: 0;
        width: 100%;
        padding-right: 0;
        background-color: transparent; }
        .cart_modal .cart_modal-content .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table tbody:first-child tr:first-child td, .cart_modal .cart_modal-content .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table tbody:first-child tr:first-child th {
          border-top: 0; }
        .cart_modal .cart_modal-content .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table .fits_your {
          font-size: 16px; }
        .cart_modal .cart_modal-content .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table .product-thumbnail {
          width: 100%; }
          @media print, screen and (max-width: 39.99875em) {
            .cart_modal .cart_modal-content .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table .product-thumbnail {
              flex-direction: column; } }
          .cart_modal .cart_modal-content .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table .product-thumbnail .cart_image_product {
            width: 200px;
            min-width: 200px; }
            @media print, screen and (max-width: 39.99875em) {
              .cart_modal .cart_modal-content .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table .product-thumbnail .cart_image_product {
                min-width: 100%; } }
        .cart_modal .cart_modal-content .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table .product-extras {
          padding-right: 30px;
          text-align: left; }
          @media print, screen and (max-width: 39.99875em) {
            .cart_modal .cart_modal-content .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table .product-extras {
              padding-left: 0 !important;
              padding-right: 0;
              margin-top: 10px; } }
          .cart_modal .cart_modal-content .woocommerce-cart-forms .woocommerce-cart-form-wrapper table.shop_table .product-extras .product-title a.product_link {
            font-size: 16px !important;
            line-height: 1.4em; }
    .cart_modal .cart_modal-content .woocommerce-cart-forms .wc-proceed-to-checkout {
      margin-top: 10px; }
      .cart_modal .cart_modal-content .woocommerce-cart-forms .wc-proceed-to-checkout a {
        font-size: 20px !important;
        border-radius: 6px;
        color: #fff;
        font-weight: 600;
        width: 40%;
        margin: 0 auto;
        padding: 8px 15px;
        display: block;
        text-align: center; }
        @media print, screen and (max-width: 39.99875em) {
          .cart_modal .cart_modal-content .woocommerce-cart-forms .wc-proceed-to-checkout a {
            width: 60%; } }
    .cart_modal .cart_modal-content .custom_woo_use td.product-subtotal {
      padding-top: 0 !important;
      font-size: 22px !important; }
      @media print, screen and (max-width: 39.99875em) {
        .cart_modal .cart_modal-content .custom_woo_use td.product-subtotal {
          margin-top: 10px;
          background: transparent;
          padding-bottom: 0; } }
      .cart_modal .cart_modal-content .custom_woo_use td.product-subtotal:first-child {
        padding-top: 22px !important; }
        @media print, screen and (max-width: 39.99875em) {
          .cart_modal .cart_modal-content .custom_woo_use td.product-subtotal:first-child {
            padding-top: 0 !important; } }

td.product-thumbnail::before {
  content: none !important; }

/* The Close Button */
.cart_close {
  color: #a1a1a1;
  float: right;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #a1a1a1;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 0.8;
  border-radius: 50%;
  transition: 0.6s; }
  .cart_close:hover {
    color: #000;
    text-decoration: none;
    border: 1px solid #000; }
  .cart_close:focus {
    color: #000;
    text-decoration: none;
    border: 1px solid #000; }

.woocommerce-message {
  /* border-radius: 8px; */ }
  .woocommerce-message .container .msg_custom {
    border: 2px solid #5CC89F;
    border-radius: 8px;
    padding: 10px 14px 10px 61px !important;
    font-weight: 500;
    font-size: 16px;
    margin: 8px 0;
    position: relative;
    color: #000;
    max-width: fit-content;
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
    @media print, screen and (max-width: 39.99875em) {
      .woocommerce-message .container .msg_custom {
        padding: 10px 14px 10px 50px !important; } }
    .woocommerce-message .container .msg_custom:before {
      background-image: url("../svg/stock-icon-green.svg") !important; }

#preselect-content-area {
  display: flex;
  position: fixed;
  padding-top: 110px;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  z-index: 7;
  background-color: #000;
  box-sizing: border-box;
  counter-reset: preselect-step-counter; }
  #preselect-content-area .preloader {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5; }
  #preselect-content-area.is-collapsed {
    display: none; }
  #preselect-content-area .close-btn {
    right: 80px;
    position: absolute;
    top: 150px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    cursor: pointer; }
    #preselect-content-area .close-btn:after {
      content: '\f00d';
      font-family: FontAwesome;
      position: absolute;
      color: #fff;
      font-size: 24px;
      width: 24px;
      height: 24px; }
  #preselect-content-area .stage {
    display: flex;
    width: 100vw;
    transition: transform 0.1s ease-out;
    max-width: 1600px;
    margin: 0 auto; }
    #preselect-content-area .stage .stage_block {
      width: 25%;
      padding: 0 20px;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      #preselect-content-area .stage .stage_block.stage_block_models {
        width: 50%; }
  #preselect-content-area .preselect-step-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 20px;
    position: relative; }
    #preselect-content-area .preselect-step-container.active .splat-step .splat {
      fill: #25B7BC; }
  #preselect-content-area .headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #25B7BC;
    width: 100%;
    padding: 10px 0 5px;
    border-radius: 20px 20px 0 0; }
    #preselect-content-area .headline .select_status {
      display: none; }
    #preselect-content-area .headline .headline-text {
      color: #fff;
      font-size: 33px;
      font-weight: 600; }
  #preselect-content-area .splat-step {
    position: relative;
    color: #fff;
    font-size: 60px;
    font-family: 'BrushUpToo'; }
  #preselect-content-area .brand-item-container-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    height: 380px;
    border-radius: 0 0 20px 20px;
    padding: 20px 20px 70px 20px;
    width: 100%;
    position: relative; }
    #preselect-content-area .brand-item-container-wrap .brand-item-container {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      overflow-y: auto; }
  #preselect-content-area .brand-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    z-index: 1;
    margin-bottom: 5px;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 28px;
    width: 33.33333333%;
    padding: 5px; }
    #preselect-content-area .brand-item label {
      cursor: pointer;
      border-radius: 10px;
      overflow: hidden;
      font-size: 0;
      display: flex;
      align-items: stretch;
      justify-content: stretch;
      border: 2px solid #d2d2d2;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
      #preselect-content-area .brand-item label img {
        opacity: 0; }
    #preselect-content-area .brand-item.active label {
      border-color: #25B7BC; }
  #preselect-content-area .model-item-container-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 20px 70px 20px;
    background-color: #fff;
    height: 380px;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 20px 20px; }
    #preselect-content-area .model-item-container-wrapper .model-item-container {
      height: 100%;
      overflow-y: auto;
      display: flex;
      flex-wrap: wrap;
      position: relative; }
  #preselect-content-area .model-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    width: 33%;
    z-index: 2; }
    #preselect-content-area .model-item label {
      font-size: 20px;
      font-weight: bold;
      color: #1D1D1B;
      cursor: pointer;
      border: 2px solid #d2d2d2;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 15px; }
      #preselect-content-area .model-item label img {
        object-fit: contain;
        flex: 1; }
    #preselect-content-area .model-item.active label {
      border-color: #25B7BC; }
  #preselect-content-area .details-item-container {
    flex-direction: column;
    width: 100%;
    overflow: hidden; }
    #preselect-content-area .details-item-container label {
      text-transform: uppercase; }
  #preselect-content-area .details-submit-container {
    position: absolute;
    top: calc(100% + 30px); }
  #preselect-content-area .details-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    height: 380px;
    border-radius: 0 0 20px 20px;
    padding: 20px 20px 70px 20px;
    position: relative;
    overflow: hidden; }
    #preselect-content-area .details-item .details-manufacture-year-content {
      display: none;
      width: 100%;
      flex-direction: column;
      overflow: hidden;
      overflow-y: auto;
      position: relative; }
      #preselect-content-area .details-item .details-manufacture-year-content .details-manufacture-year-wrapper {
        display: flex;
        flex-direction: column; }
        #preselect-content-area .details-item .details-manufacture-year-content .details-manufacture-year-wrapper .option {
          width: auto;
          display: block;
          border: 2px solid #d2d2d2;
          cursor: pointer;
          margin: 10px auto;
          border-radius: 10px;
          padding: 20px;
          text-align: center;
          font-size: 20px;
          font-weight: 600;
          color: #000; }
          #preselect-content-area .details-item .details-manufacture-year-content .details-manufacture-year-wrapper .option.active {
            border-color: #25B7BC; }
  #preselect-content-area .stage_block_years.active .details-item {
    justify-content: center; }
    #preselect-content-area .stage_block_years.active .details-item .details-manufacture-year-content {
      display: flex; }
  #preselect-content-area .details-submit-container .details-submit {
    position: relative; }
    #preselect-content-area .details-submit-container .details-submit .details-submit-text {
      text-transform: none;
      font-weight: 400;
      opacity: 0.8;
      cursor: not-allowed; }
      #preselect-content-area .details-submit-container .details-submit .details-submit-text .loader {
        height: 100%;
        margin: 0 auto; }
        #preselect-content-area .details-submit-container .details-submit .details-submit-text .loader img {
          height: 100%;
          width: auto; }
  #preselect-content-area .stage_block.selected .details-submit-container .details-submit .details-submit-text {
    opacity: 1;
    cursor: pointer; }

.scroll-item-container {
  display: block;
  position: absolute;
  cursor: pointer;
  bottom: 10px;
  left: 0;
  right: 0;
  font-size: 24px;
  text-align: center;
  color: #25B7BC;
  padding-bottom: 15px;
  font-weight: 600; }
  .scroll-item-container:after {
    content: '\f0d7';
    font-family: FontAwesome;
    font-size: 24px;
    color: #25B7BC;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin: auto; }

.stage_block.not_has_content .scroll-item-container {
  display: none; }

.stage_block.not_has_content .preselect-step-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6; }

.stage_block.loading .preselect-step-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../gif/loading_animation.gif);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 8; }

@media screen and (max-width: 1600px) {
  #preselect-content-area .splat-step {
    font-size: 40px; }
  #preselect-content-area .headline .headline-text {
    font-size: 22px; } }

@media screen and (max-width: 1400px) {
  #preselect-content-area .stage .stage_block {
    padding: 0 20px; }
    #preselect-content-area .stage .stage_block .headline .headline-text {
      font-size: 20px; } }

@media screen and (max-width: 1024px) {
  #preselect-content-area {
    padding-top: 60px; }
    #preselect-content-area .stage {
      flex-direction: column;
      justify-content: center;
      width: 100%;
      margin: 0 9px; }
      #preselect-content-area .stage .stage_block {
        padding: 0;
        align-items: stretch;
        display: flex;
        margin-bottom: 16px;
        width: 100%;
        background-color: transparent;
        position: relative; }
        #preselect-content-area .stage .stage_block .select_mobile {
          font-size: 0;
          border: none;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          height: auto; }
          #preselect-content-area .stage .stage_block .select_mobile option {
            font-size: initial; }
        #preselect-content-area .stage .stage_block.active {
          display: flex;
          width: 100%; }
        #preselect-content-area .stage .stage_block.stage_block_years .model-item {
          width: 50%;
          height: 140px;
          padding: 0; }
          #preselect-content-area .stage .stage_block.stage_block_years .model-item label {
            font-size: 13px;
            white-space: nowrap; }
            #preselect-content-area .stage .stage_block.stage_block_years .model-item label img {
              max-height: 90%; }
        #preselect-content-area .stage .stage_block.stage_block_models {
          width: 100%; }
        #preselect-content-area .stage .stage_block .preselect-step-container {
          border-radius: 0;
          display: flex;
          width: 100%;
          overflow-y: auto;
          flex-direction: column;
          border: none;
          height: 156px;
          overflow: initial; }
          #preselect-content-area .stage .stage_block .preselect-step-container .headline {
            height: 100%;
            align-items: flex-start;
            padding: 22px 17px;
            border-radius: 16px;
            overflow: hidden;
            position: relative; }
            #preselect-content-area .stage .stage_block .preselect-step-container .headline .headline-text {
              font-size: 30px; }
            #preselect-content-area .stage .stage_block .preselect-step-container .headline .splat-step {
              font-size: 60px; }
            #preselect-content-area .stage .stage_block .preselect-step-container .headline:after {
              content: '';
              border: 2px solid #fff;
              border-radius: 100%;
              top: 8px;
              right: 8px;
              width: 28px;
              height: 28px;
              position: absolute; }
          #preselect-content-area .stage .stage_block .preselect-step-container .item-container-wrapper {
            display: none; }
          #preselect-content-area .stage .stage_block .preselect-step-container .accept_btn {
            display: none;
            background-color: #31b7bc;
            border-radius: 15px 15px 0 0;
            text-align: center;
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            text-decoration: underline;
            align-items: center;
            box-shadow: 0 0 20px 0 #00000030;
            position: relative;
            justify-content: center;
            padding: 30px 54px 31px 32px;
            margin: 20px auto 0;
            height: 65px;
            width: 50%; }
            #preselect-content-area .stage .stage_block .preselect-step-container .accept_btn img {
              margin-right: 16px; }
          #preselect-content-area .stage .stage_block .preselect-step-container .back_btn {
            display: none; }
          #preselect-content-area .stage .stage_block .preselect-step-container .scroll-item-container {
            display: none; }
          #preselect-content-area .stage .stage_block .preselect-step-container .details-submit-container {
            bottom: -70px;
            right: auto;
            left: auto; }
            #preselect-content-area .stage .stage_block .preselect-step-container .details-submit-container .details-submit .details-submit-text {
              padding: 16px 14px; }
          #preselect-content-area .stage .stage_block .preselect-step-container:before {
            display: none; }
        #preselect-content-area .stage .stage_block.selected .headline:after {
          background-image: url("../svg/check.svg");
          background-repeat: no-repeat;
          background-position: center; }
    #preselect-content-area .close-btn {
      right: 0;
      top: 70px; }
    #preselect-content-area .swipe {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 40px;
      align-items: flex-end;
      display: flex;
      padding-bottom: 10px;
      z-index: 0; }
      #preselect-content-area .swipe img {
        margin-right: 10px;
        height: 20px; } }

@media screen and (max-height: 830px) {
  #preselect-content-area .details-item {
    height: 280px; } }

@media screen and (max-width: 400px) {
  #preselect-content-area .stage .stage_block .preselect-step-container .back_btn span {
    display: none; } }

.configurator-started .free_shipment_alert {
  display: none; }

.configurator-started .entry-header {
  display: none; }

.menu_opened_mobile .free_shipment_alert {
  height: 0;
  padding: 0; }

.free_shipment_alert {
  background-color: #FF3456;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 6px 0;
  font-family: "IBMPlexSans", Oswald, Regular;
  overflow: hidden;
  position: relative;
  width: 99.9%;
  font-size: 14px;
  white-space: nowrap;
  z-index: 15; }
  .free_shipment_alert .scroll-text {
    position: relative;
    display: inline-table;
    list-style: none;
    padding: 2px 0 0 0;
    margin: auto;
    vertical-align: middle;
    white-space: nowrap; }
    .free_shipment_alert .scroll-text.cloned {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0; }
    .free_shipment_alert .scroll-text span {
      float: left;
      padding-left: 20px;
      padding-right: 0; }
  .free_shipment_alert span {
    margin-left: 20px;
    position: relative;
    padding-left: 20px; }
    .free_shipment_alert span:before {
      content: '-';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0; }
    .free_shipment_alert span:first-child {
      margin-left: 0; }
    .free_shipment_alert span:last-child {
      padding-right: 20px; }
      .free_shipment_alert span:last-child:after {
        content: '-';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0; }

.parallax-scene {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.parallax-element {
  position: relative;
  height: 100%;
  width: 100%; }
  .parallax-element img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.home .entry-header {
  margin-top: 84px; }

.entry-header {
  position: relative;
  width: 100vw;
  display: flex;
  flex-direction: column;
  z-index: 5; }
  .entry-header .entry-header--configurator {
    position: relative;
    flex: 1;
    background-color: #000;
    padding: 12px 0 18px; }
    .entry-header .entry-header--configurator .configurator--image {
      width: 100%;
      display: block;
      object-fit: cover;
      height: 100%; }
    .entry-header .entry-header--configurator .configurator--caption {
      bottom: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      z-index: 3; }
      .entry-header .entry-header--configurator .configurator--caption .caption-headline {
        letter-spacing: 1.5px;
        color: #FFFFFF;
        font-size: 20px;
        text-align: center;
        margin-bottom: 13px;
        font-weight: 600; }
      .entry-header .entry-header--configurator .configurator--caption .caption-text {
        color: #FFFFFF;
        letter-spacing: 1.5px;
        font-size: 20px;
        font-weight: 600;
        display: flex;
        align-items: center;
        height: 100%;
        line-height: 1em;
        justify-content: flex-end; }
      .entry-header .entry-header--configurator .configurator--caption .chose_option {
        display: flex;
        max-width: 100%;
        padding: 0 10px; }
        .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block {
          margin: 0 25px;
          min-width: 200px;
          position: relative;
          height: 50px;
          max-width: 25%; }
          .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options {
            border: 2px solid #bebebe;
            border-radius: 8px;
            display: flex;
            flex-direction: column;
            height: 50px;
            cursor: pointer;
            overflow: hidden;
            background-color: #000; }
            .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options:after {
              content: '';
              background-image: url(../svg/arrow_small_white.svg);
              width: 15px;
              height: 15px;
              display: block;
              position: absolute;
              right: 10px;
              top: 16px;
              margin: auto;
              background-repeat: no-repeat;
              background-position: center;
              background-size: 100%; }
            .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options > img {
              display: none; }
            .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options .option {
              width: auto;
              padding: 10px;
              color: #fff;
              white-space: nowrap;
              order: 2;
              font-weight: 600; }
              .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options .option.selected, .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options .option.active {
                order: 1; }
            .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options .swipe {
              display: none; }
            .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options .model-item {
              width: auto;
              padding: 10px;
              color: #fff;
              white-space: nowrap;
              order: 2; }
              .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options .model-item span {
                cursor: pointer; }
              .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options .model-item img {
                display: none; }
              .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options .model-item.selected {
                order: 1; }
            .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options.open, .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options.opened {
              max-height: 230px;
              height: auto;
              overflow-y: auto;
              left: 0;
              right: 0; }
            .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options.selected {
              border-color: #FF3456; }
              .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options.selected .option.label {
                display: none; }
          .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .btn {
            display: flex;
            align-items: center;
            position: relative;
            padding: 10px 20px;
            border-radius: 10px;
            letter-spacing: 2px;
            font-size: 20px;
            color: #fff;
            text-transform: none;
            white-space: nowrap;
            min-width: 200px;
            opacity: .5;
            cursor: not-allowed;
            min-height: 40px;
            height: 100%;
            font-family: "IBM Plex Semi Bold", Sans-serif;
            font-weight: 500;
            line-height: 27px; }
            .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .btn.enable {
              opacity: 1;
              cursor: pointer; }
          .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .loader {
            position: absolute;
            height: 100%;
            width: 100%;
            right: 0;
            margin: auto;
            top: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #00000050; }
            .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .loader img {
              height: 100%; }
          .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block:first-child {
            margin-top: 0;
            margin-right: 0; }
          .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block:last-child {
            margin-bottom: 0; }

@media screen and (max-width: 1080px) {
  .free_shipment_alert .scroll-text {
    float: left; }
  .entry-header .entry-header--configurator .configurator--caption .chose_option {
    flex-direction: column;
    width: 70%;
    max-width: 300px; }
    .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block {
      margin: 10px;
      width: 100%;
      max-width: 100%; }
      .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options.open, .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options.opened {
        background-color: #000;
        z-index: 2;
        position: relative; } }

@media screen and (max-width: 768px) {
  .free_shipment_alert {
    height: 35px;
    overflow-y: hidden;
    transition: all 0.6s ease-in-out; }
  .entry-header .entry-header--configurator .configurator--image {
    min-height: 400px; }
  .entry-header .entry-header--configurator .scroll_btn {
    bottom: 38px; }
  .entry-header .entry-header--configurator .configurator--caption {
    width: 90%;
    margin: 0 auto; }
    .entry-header .entry-header--configurator .configurator--caption .chose_option {
      width: 100%;
      max-width: none;
      padding: 0;
      flex-direction: row; }
      .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block {
        min-width: auto;
        margin: 0;
        display: none;
        padding: 0 14px;
        height: 38px; }
        .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options {
          height: 38px; }
          .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options .option, .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options .model-item {
            font-size: 13px;
            padding: 10px 12px;
            line-height: 1rem; }
          .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options:after {
            top: 12px; }
        .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .btn {
          min-width: auto;
          font-size: 15px; }
        .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .caption-text {
          font-size: 15px; }
        .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block.lbl {
          padding-left: 0; }
        .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block.showed {
          padding-right: 0; }
        .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block.lbl, .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block.showed {
          display: block; }
        .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block.stp2, .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block.stp3 {
          position: relative; }
          .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block.stp2 .btn_back, .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block.stp3 .btn_back {
            background-image: url(../svg/arrow_small_white.svg);
            width: 15px;
            height: 15px;
            display: block;
            position: absolute;
            left: -9px;
            top: 12px;
            margin: auto;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
            transform: rotate(90deg);
            z-index: 3; } }

@media screen and (max-height: 800px) and (max-width: 1080px) {
  .entry-header .entry-header--configurator .configurator--caption .caption-headline {
    display: none; } }

@media screen and (max-height: 700px) {
  .entry-header .entry-header--configurator .scroll_btn {
    bottom: 20px;
    font-size: 15px; }
    .entry-header .entry-header--configurator .scroll_btn svg {
      width: 14px;
      height: 14px;
      margin: 0 auto; } }

@media screen and (max-height: 700px) and (max-width: 1080px) {
  .entry-header .entry-header--configurator .configurator--caption .caption-headline {
    font-size: 50px;
    margin-bottom: 15px;
    line-height: 60px; } }

@media screen and (max-height: 600px) and (min-width: 1080px) {
  .entry-header .entry-header--configurator .configurator--caption .caption-headline {
    white-space: nowrap; }
    .entry-header .entry-header--configurator .configurator--caption .caption-headline br {
      display: none; } }

@media screen and (max-height: 600px) and (max-width: 1080px) {
  .entry-header .entry-header--configurator .configurator--caption {
    bottom: 30px; }
    .entry-header .entry-header--configurator .configurator--caption .caption-headline {
      font-size: 30px;
      margin-bottom: 10px;
      line-height: 40px; } }

@media screen and (max-height: 500px) and (max-width: 1080px) {
  .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block {
    margin: 5px 0;
    height: 40px; }
    .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .btn {
      padding: 10px; }
    .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options {
      height: 40px; }
      .entry-header .entry-header--configurator .configurator--caption .chose_option .option_block .options .option {
        padding: 5px 10px; } }

@media screen and (max-height: 400px) and (min-width: 1080px) {
  .entry-header .entry-header--configurator .configurator--caption {
    bottom: 58px; }
    .entry-header .entry-header--configurator .configurator--caption .caption-headline {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 10px; } }

@media screen and (max-height: 450px) and (max-width: 1080px) {
  .entry-header .entry-header--configurator .configurator--caption .caption-headline {
    display: none; } }

@media screen and (max-width: 300px) {
  .entry-header .entry-header--configurator .configurator--caption .caption-headline {
    font-size: 30px;
    line-height: 35px; } }

.woocommerce-account footer.site-footer:before {
  z-index: -1; }

.footer__wrap > div {
  flex-basis: 300px; }

.footer-title {
  font-family: "BrushUpToo", Regular;
  font-size: 32px;
  line-height: 37px;
  padding-bottom: 20px; }

footer .menu li a, footer address, .site-footer__logo p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px; }

.footer-info {
  background-color: #1F6D6F;
  color: #fff;
  margin: 0; }

footer.site-footer {
  background: #1F4F6F;
  color: #fff;
  position: relative; }
  footer.site-footer .site-footer__logo {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px; }
    footer.site-footer .site-footer__logo img {
      width: 150px;
      padding: 0px 20px; }
    footer.site-footer .site-footer__logo .site-footer__logo-text {
      flex: 1; }
      footer.site-footer .site-footer__logo .site-footer__logo-text.right {
        text-align: right; }
        @media print, screen and (max-width: 39.99875em) {
          footer.site-footer .site-footer__logo .site-footer__logo-text.right {
            text-align: center; } }
  footer.site-footer .footer__wrap.container {
    display: flex;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-between;
    flex-wrap: wrap; }
  footer.site-footer .footer__menu {
    display: flex;
    flex-direction: column; }
  footer.site-footer .footer__menu__entry {
    display: flex; }
    footer.site-footer .footer__menu__entry a {
      color: #fff;
      font-size: 14px;
      line-height: 2; }
  footer.site-footer .contact {
    display: flex;
    flex-direction: column;
    font-size: 14px; }
    footer.site-footer .contact:first-child {
      margin-top: 10px; }
    footer.site-footer .contact img {
      max-width: 200px;
      margin-bottom: 15px; }
    footer.site-footer .contact p {
      color: #1F6D6F;
      line-height: 2;
      font-weight: 200; }
  footer.site-footer .payments,
  footer.site-footer .social-media-icons {
    display: flex;
    justify-content: center; }
    footer.site-footer .payments .social-media-item-container,
    footer.site-footer .social-media-icons .social-media-item-container {
      margin-right: 36px; }
      footer.site-footer .payments .social-media-item-container:last-child,
      footer.site-footer .social-media-icons .social-media-item-container:last-child {
        margin-right: 0; }
      footer.site-footer .payments .social-media-item-container a,
      footer.site-footer .social-media-icons .social-media-item-container a {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff; }
        footer.site-footer .payments .social-media-item-container a .social-media-icon,
        footer.site-footer .social-media-icons .social-media-item-container a .social-media-icon {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 24px;
          height: 24px;
          border-radius: 100%;
          font-size: 8px;
          background-color: #25B7BC; }
    footer.site-footer .payments .textwidget,
    footer.site-footer .social-media-icons .textwidget {
      display: flex; }
  footer.site-footer .textwidget .payment-methods-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100vw; }
    footer.site-footer .textwidget .payment-methods-wrapper img {
      margin-bottom: 20px;
      max-width: 90px; }
  footer.site-footer .legal {
    display: none;
    background-color: #1F6D6F;
    position: relative;
    padding-top: 120px; }
    footer.site-footer .legal > section {
      color: #25B7BC;
      font-size: 20px;
      margin: 0 auto;
      max-width: 1024px;
      padding: 21px 0 46px; }
    footer.site-footer .legal .textwidget {
      font-size: 20px; }
      footer.site-footer .legal .textwidget .customize-unpreviewable {
        font-size: 20px;
        text-decoration: underline; }
        footer.site-footer .legal .textwidget .customize-unpreviewable:hover, footer.site-footer .legal .textwidget .customize-unpreviewable:focus, footer.site-footer .legal .textwidget .customize-unpreviewable:active, footer.site-footer .legal .textwidget .customize-unpreviewable:visited {
          color: #25B7BC; }
  @media only screen and (min-width: 1201px) {
    footer.site-footer .footer__menu {
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between; }
    footer.site-footer .payments,
    footer.site-footer .social-media-icons {
      display: flex;
      justify-content: center; }
      footer.site-footer .payments .social-media-item-container,
      footer.site-footer .social-media-icons .social-media-item-container {
        margin-right: 45px; }
        footer.site-footer .payments .social-media-item-container a .social-media-icon,
        footer.site-footer .social-media-icons .social-media-item-container a .social-media-icon {
          width: 36px;
          height: 36px;
          font-size: 20px; }
    footer.site-footer .textwidget .payment-methods-wrapper {
      width: 445px; }
      footer.site-footer .textwidget .payment-methods-wrapper img {
        margin-bottom: 0; }
    footer.site-footer .footer__menu__entry .footer-title {
      font-size: 60px; }
    footer.site-footer .footer__menu__entry a {
      font-size: 20px; }
    footer.site-footer .menu,
    footer.site-footer .contact {
      text-align: left; }
    footer.site-footer .contact {
      font-size: 20px; }
      footer.site-footer .contact:first-child {
        margin-top: 20px; }
      footer.site-footer .contact img {
        max-width: 300px;
        margin-bottom: 30px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  footer.site-footer .footer__menu {
    justify-content: space-around; } }

@media (max-width: 1024px) {
  footer.site-footer .footer__wrap.container {
    padding-bottom: 0; }
  footer.site-footer .site-footer__logo {
    align-items: flex-start;
    flex-direction: column; }
    footer.site-footer .site-footer__logo img {
      position: absolute;
      right: 2rem;
      bottom: 2rem; }
    footer.site-footer .site-footer__logo p:first-child {
      margin-bottom: 0;
      padding-bottom: 20px; } }

@media (max-width: 767px) {
  footer.site-footer .footer-title {
    font-size: 26px; }
  footer.site-footer .menu li a, footer.site-footer address, footer.site-footer .site-footer__logo p {
    font-size: 16px; } }

@media (max-width: 700px) {
  footer.site-footer .site-footer__logo img {
    right: 1rem;
    bottom: 1rem; } }

@media (max-width: 600px) {
  footer.site-footer .site-footer__logo img {
    position: inherit;
    order: 0;
    padding-bottom: 20px;
    padding-left: 0; }
  footer.site-footer .site-footer__logo p:first-child {
    order: 1; }
  footer.site-footer .site-footer__logo p:nth-child(2) {
    order: 2; } }

@media (max-width: 479px) {
  footer.site-footer .footer__wrap.container {
    padding-top: 20px;
    padding-bottom: 0; }
  footer.site-footer .site-footer__logo p {
    order: 1;
    font-size: 16px; }
  footer.site-footer .site-footer__logo img {
    padding-left: 0;
    padding-bottom: 20px;
    width: 100px; } }

/**
Animations
 */
.is--fade-out {
  opacity: 0; }

.is--fade-in {
  opacity: 1;
  transition: opacity .2s; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden; }

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: rgba(255, 255, 255, 0.75);
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0); }

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(255, 255, 255, 0.75); }

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding-top: 35px;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: transparent;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal; }

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block; }

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 35px;
  width: 35px;
  font-size: 35px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #FF3456;
  background: transparent;
  border: none;
  padding: 0; }

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  /* styling */
  width: 100%; }

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  /* styling */
  border: none; }

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding-top: 25px; }
  .featherlight .featherlight-close-icon {
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    font-size: 25px; } }

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

.wp-block-media-text figure {
  clip-path: polygon(0 5.2%, 100% 0%, 100% 94.8%, 0% 100%); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-cover {
    /* IE10+ CSS styles go here */
    height: 500px;
    min-height: auto; } }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  padding: 10px;
  align-items: center; }

.wpmf-gallerys .wpmf-gallery-caption {
  display: none; }

.wpmf-gallerys .gallery-portfolio .wpmf-gallery-item {
  min-height: 90px; }

.wpmf-gallerys .gallery-masonry .wpmf-gallery-icon:hover > .hover_img,
.wpmf-gallerys .gallery-masonry .wpmf-gallery-icon:hover > .portfolio_lightbox {
  display: none !important; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0; }

.content-area {
  position: relative;
  width: 90%;
  max-width: 1600px;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.container {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row:after {
    content: '';
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px; }
    .row .col[class*='push-'], .row .col[class*='pull-'] {
      position: relative; }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.33333%; }
    .row .col.pull-s1 {
      right: 8.33333%; }
    .row .col.push-s1 {
      left: 8.33333%; }
    .row .col.offset-s2 {
      margin-left: 16.66667%; }
    .row .col.pull-s2 {
      right: 16.66667%; }
    .row .col.push-s2 {
      left: 16.66667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.33333%; }
    .row .col.pull-s4 {
      right: 33.33333%; }
    .row .col.push-s4 {
      left: 33.33333%; }
    .row .col.offset-s5 {
      margin-left: 41.66667%; }
    .row .col.pull-s5 {
      right: 41.66667%; }
    .row .col.push-s5 {
      left: 41.66667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.33333%; }
    .row .col.pull-s7 {
      right: 58.33333%; }
    .row .col.push-s7 {
      left: 58.33333%; }
    .row .col.offset-s8 {
      margin-left: 66.66667%; }
    .row .col.pull-s8 {
      right: 66.66667%; }
    .row .col.push-s8 {
      left: 66.66667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.33333%; }
    .row .col.pull-s10 {
      right: 83.33333%; }
    .row .col.push-s10 {
      left: 83.33333%; }
    .row .col.offset-s11 {
      margin-left: 91.66667%; }
    .row .col.pull-s11 {
      right: 91.66667%; }
    .row .col.push-s11 {
      left: 91.66667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media only screen and (min-width: 601px) {
      .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.33333%; }
      .row .col.pull-m1 {
        right: 8.33333%; }
      .row .col.push-m1 {
        left: 8.33333%; }
      .row .col.offset-m2 {
        margin-left: 16.66667%; }
      .row .col.pull-m2 {
        right: 16.66667%; }
      .row .col.push-m2 {
        left: 16.66667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.33333%; }
      .row .col.pull-m4 {
        right: 33.33333%; }
      .row .col.push-m4 {
        left: 33.33333%; }
      .row .col.offset-m5 {
        margin-left: 41.66667%; }
      .row .col.pull-m5 {
        right: 41.66667%; }
      .row .col.push-m5 {
        left: 41.66667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.33333%; }
      .row .col.pull-m7 {
        right: 58.33333%; }
      .row .col.push-m7 {
        left: 58.33333%; }
      .row .col.offset-m8 {
        margin-left: 66.66667%; }
      .row .col.pull-m8 {
        right: 66.66667%; }
      .row .col.push-m8 {
        left: 66.66667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.33333%; }
      .row .col.pull-m10 {
        right: 83.33333%; }
      .row .col.push-m10 {
        left: 83.33333%; }
      .row .col.offset-m11 {
        margin-left: 91.66667%; }
      .row .col.pull-m11 {
        right: 91.66667%; }
      .row .col.push-m11 {
        left: 91.66667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (min-width: 993px) {
      .row .col.l1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.33333%; }
      .row .col.pull-l1 {
        right: 8.33333%; }
      .row .col.push-l1 {
        left: 8.33333%; }
      .row .col.offset-l2 {
        margin-left: 16.66667%; }
      .row .col.pull-l2 {
        right: 16.66667%; }
      .row .col.push-l2 {
        left: 16.66667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.33333%; }
      .row .col.pull-l4 {
        right: 33.33333%; }
      .row .col.push-l4 {
        left: 33.33333%; }
      .row .col.offset-l5 {
        margin-left: 41.66667%; }
      .row .col.pull-l5 {
        right: 41.66667%; }
      .row .col.push-l5 {
        left: 41.66667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.33333%; }
      .row .col.pull-l7 {
        right: 58.33333%; }
      .row .col.push-l7 {
        left: 58.33333%; }
      .row .col.offset-l8 {
        margin-left: 66.66667%; }
      .row .col.pull-l8 {
        right: 66.66667%; }
      .row .col.push-l8 {
        left: 66.66667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.33333%; }
      .row .col.pull-l10 {
        right: 83.33333%; }
      .row .col.push-l10 {
        left: 83.33333%; }
      .row .col.offset-l11 {
        margin-left: 91.66667%; }
      .row .col.pull-l11 {
        right: 91.66667%; }
      .row .col.push-l11 {
        left: 91.66667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }
    @media only screen and (min-width: 1201px) {
      .row .col.xl1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-xl1 {
        margin-left: 8.33333%; }
      .row .col.pull-xl1 {
        right: 8.33333%; }
      .row .col.push-xl1 {
        left: 8.33333%; }
      .row .col.offset-xl2 {
        margin-left: 16.66667%; }
      .row .col.pull-xl2 {
        right: 16.66667%; }
      .row .col.push-xl2 {
        left: 16.66667%; }
      .row .col.offset-xl3 {
        margin-left: 25%; }
      .row .col.pull-xl3 {
        right: 25%; }
      .row .col.push-xl3 {
        left: 25%; }
      .row .col.offset-xl4 {
        margin-left: 33.33333%; }
      .row .col.pull-xl4 {
        right: 33.33333%; }
      .row .col.push-xl4 {
        left: 33.33333%; }
      .row .col.offset-xl5 {
        margin-left: 41.66667%; }
      .row .col.pull-xl5 {
        right: 41.66667%; }
      .row .col.push-xl5 {
        left: 41.66667%; }
      .row .col.offset-xl6 {
        margin-left: 50%; }
      .row .col.pull-xl6 {
        right: 50%; }
      .row .col.push-xl6 {
        left: 50%; }
      .row .col.offset-xl7 {
        margin-left: 58.33333%; }
      .row .col.pull-xl7 {
        right: 58.33333%; }
      .row .col.push-xl7 {
        left: 58.33333%; }
      .row .col.offset-xl8 {
        margin-left: 66.66667%; }
      .row .col.pull-xl8 {
        right: 66.66667%; }
      .row .col.push-xl8 {
        left: 66.66667%; }
      .row .col.offset-xl9 {
        margin-left: 75%; }
      .row .col.pull-xl9 {
        right: 75%; }
      .row .col.push-xl9 {
        left: 75%; }
      .row .col.offset-xl10 {
        margin-left: 83.33333%; }
      .row .col.pull-xl10 {
        right: 83.33333%; }
      .row .col.push-xl10 {
        left: 83.33333%; }
      .row .col.offset-xl11 {
        margin-left: 91.66667%; }
      .row .col.pull-xl11 {
        right: 91.66667%; }
      .row .col.push-xl11 {
        left: 91.66667%; }
      .row .col.offset-xl12 {
        margin-left: 100%; }
      .row .col.pull-xl12 {
        right: 100%; }
      .row .col.push-xl12 {
        left: 100%; } }

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