/*!
Theme Name: NoMilk
Theme URI: http://underscores.me/
Author: NoMilk ApS
Author URI: https://nomilk.dk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nomilk
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.

NoMilk 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/
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/**
* Prim  = Primary
* Sec   = Secondary
**/
/*
 * 	Default theme - Owl Carousel CSS File
 */
/*--------------------------------------------------------------
# Vendor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 769px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1400px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 769px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 769px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1400px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
/*--------------------------------------------------------------
# Owl Carousel
--------------------------------------------------------------*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Standard
--------------------------------------------------------------*/
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; }

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. */ }

body {
  margin: 0 auto;
  background: #fff;
  padding-top: 91px; }
  @media (max-width: 991.98px) {
    body {
      padding-top: 70px; } }
  body.fade-out {
    overflow: hidden; }
    body.fade-out::before {
      transition: 1s ease-in-out;
      content: "";
      position: fixed;
      top: 70px;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.8);
      z-index: 9997; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Lato", Helvetica, Arial;
  line-height: 1.5; }

p {
  margin-bottom: 1.5em;
  font-size: 16px; }

h1, h2, h3, h4, h5 {
  font-family: "Lato", Helvetica, Arial;
  color: black; }

h1, .h1 {
  font-size: 60px; }
  @media (max-width: 991.98px) {
    h1, .h1 {
      font-size: 46px; } }
  @media (max-width: 575.98px) {
    h1, .h1 {
      font-size: 36px; } }

h2, .h2 {
  font-size: 46px; }
  @media (max-width: 991.98px) {
    h2, .h2 {
      font-size: 36px; } }
  @media (max-width: 575.98px) {
    h2, .h2 {
      font-size: 28px; } }

h3, .h3 {
  font-size: 36px; }
  @media (max-width: 991.98px) {
    h3, .h3 {
      font-size: 28px; } }
  @media (max-width: 575.98px) {
    h3, .h3 {
      font-size: 22px; } }

h4, .h4 {
  font-size: 28px; }
  @media (max-width: 991.98px) {
    h4, .h4 {
      font-size: 22px; } }
  @media (max-width: 575.98px) {
    h4, .h4 {
      font-size: 20px; } }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #2C2C2C;
  text-decoration: none; }
  a:visited {
    color: #2C2C2C; }
  a:hover, a:focus, a:active {
    color: #2C2C2C;
    text-decoration: unset; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
# Padding - used for rows and container to place padding-top and bottom
--------------------------------------------------------------*/
.padding-xl {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991.98px) {
    .padding-xl {
      padding-top: 50px;
      padding-bottom: 50px; } }

.padding-l {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 991.98px) {
    .padding-l {
      padding-top: 25px;
      padding-bottom: 25px; } }

.padding-m {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (max-width: 991.98px) {
    .padding-m {
      padding-top: 15px;
      padding-bottom: 15px; } }

.padding-s {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 991.98px) {
    .padding-s {
      padding-top: 10px;
      padding-bottom: 10px; } }

/*--------------------------------------------------------------
# CSS Animations
--------------------------------------------------------------*/
@keyframes submenu-reveal {
  0% {
    opacity: 0;
    transform: translateY(-20%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fields
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  height: 46px;
  height: 44px;
  border-radius: 4px;
  padding: 0 10px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

.select2-selection--single {
  padding: 20px 10px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #E3E3E3 !important;
  outline: 0;
  transition: ease all .2s;
  overflow: hidden;
  background-position: 100% 13px;
  position: relative; }
  .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    position: absolute !important;
    top: 1px;
    right: 1px;
    width: 30px !important; }
  .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px !important;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: -14px; }

.select2-search__field {
  border: 0 !important;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0px; }

.select2-search--dropdown {
  padding: 0px; }

.select2-dropdown {
  border: 1px solid #E3E3E3 !important;
  border-top: 0px !important; }
  @media (max-width: 768.98px) {
    .select2-dropdown {
      top: -37px !important; } }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%;
  max-height: 150px;
  resize: none; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid black;
  line-height: 1;
  cursor: pointer;
  transition: ease all .2s;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 0px;
  background: black;
  padding: 20px 50px;
  font-size: 16px;
  margin-right: 10px;
  background-color: black;
  color: white; }
  button:active, button:focus, button:visited,
  .btn:active,
  .btn:focus,
  .btn:visited,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="button"]:visited,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="reset"]:visited,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="submit"]:visited {
    background-color: black;
    color: white; }
  button:hover,
  .btn:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: black;
    border-color: black;
    color: white; }
  button.btn-l,
  .btn.btn-l,
  input[type="button"].btn-l,
  input[type="reset"].btn-l,
  input[type="submit"].btn-l {
    padding: 20px 50px;
    font-size: 20px;
    margin-right: 15px; }
  button.btn-s,
  .btn.btn-s,
  input[type="button"].btn-s,
  input[type="reset"].btn-s,
  input[type="submit"].btn-s {
    padding: 15px 40px;
    font-size: 16px;
    margin-right: 7px; }
  button.btn-sec,
  .btn.btn-sec,
  input[type="button"].btn-sec,
  input[type="reset"].btn-sec,
  input[type="submit"].btn-sec {
    background: unset;
    color: black;
    border: 1px solid black; }
    button.btn-sec:active, button.btn-sec:focus, button.btn-sec:visited,
    .btn.btn-sec:active,
    .btn.btn-sec:focus,
    .btn.btn-sec:visited,
    input[type="button"].btn-sec:active,
    input[type="button"].btn-sec:focus,
    input[type="button"].btn-sec:visited,
    input[type="reset"].btn-sec:active,
    input[type="reset"].btn-sec:focus,
    input[type="reset"].btn-sec:visited,
    input[type="submit"].btn-sec:active,
    input[type="submit"].btn-sec:focus,
    input[type="submit"].btn-sec:visited {
      background: unset;
      color: black;
      border: 1px solid black; }
    button.btn-sec:hover,
    .btn.btn-sec:hover,
    input[type="button"].btn-sec:hover,
    input[type="reset"].btn-sec:hover,
    input[type="submit"].btn-sec:hover {
      background-color: black;
      border-color: black;
      color: white; }
  button.btn-light,
  .btn.btn-light,
  input[type="button"].btn-light,
  input[type="reset"].btn-light,
  input[type="submit"].btn-light {
    border: 1px solid white;
    border-color: white;
    color: black;
    background-color: white; }
    button.btn-light:active, button.btn-light:focus, button.btn-light:visited,
    .btn.btn-light:active,
    .btn.btn-light:focus,
    .btn.btn-light:visited,
    input[type="button"].btn-light:active,
    input[type="button"].btn-light:focus,
    input[type="button"].btn-light:visited,
    input[type="reset"].btn-light:active,
    input[type="reset"].btn-light:focus,
    input[type="reset"].btn-light:visited,
    input[type="submit"].btn-light:active,
    input[type="submit"].btn-light:focus,
    input[type="submit"].btn-light:visited {
      border-color: white;
      color: black;
      background-color: white; }
    button.btn-light:hover,
    .btn.btn-light:hover,
    input[type="button"].btn-light:hover,
    input[type="reset"].btn-light:hover,
    input[type="submit"].btn-light:hover {
      border-color: black;
      color: white;
      background-color: black; }
  button.btn-inline,
  .btn.btn-inline,
  input[type="button"].btn-inline,
  input[type="reset"].btn-inline,
  input[type="submit"].btn-inline {
    display: inline-block; }

.button.add_to_cart_button, .button.product_type_simple {
  width: 100%;
  margin: 15px 0 15px 0;
  padding: 15px;
  text-align: center;
  background: black;
  display: block;
  color: white !important; }

.added_to_cart:before {
  content: " ";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ctitle%3Ebasket%3C/title%3E%3Cg fill='%2338d64f'%3E%3Cpath d='M2,14a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V10H2Z' fill='%2338d64f'%3E%3C/path%3E%3Cpath d='M15.5,5H13.118L10.894.553a1,1,0,0,0-1.789.894L10.882,5H5.118L6.894,1.447A1,1,0,1,0,5.105.553L2.882,5H.5a.5.5,0,0,0-.5.5v2A.5.5,0,0,0,.5,8h15a.5.5,0,0,0,.5-.5v-2A.5.5,0,0,0,15.5,5Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  margin-right: 10px;
  transform: translateY(2px); }

.woocommerce-breadcrumb {
  padding: 10px 0;
  font-size: 14px; }

.slider-wrap {
  position: relative; }
  .slider-wrap .row {
    margin-left: 0;
    margin-right: 0; }
  .slider-wrap .swiper .products__item {
    width: 100%;
    max-width: 100%;
    padding: 0; }
    .slider-wrap .swiper .products__item img {
      width: 100%; }
  .slider-wrap .swiper-button-prev,
  .slider-wrap .swiper-button-next {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 50%;
    background: #E2D9CD;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 38px;
    cursor: pointer;
    user-select: none; }
    .slider-wrap .swiper-button-prev.swiper-button-disabled,
    .slider-wrap .swiper-button-next.swiper-button-disabled {
      opacity: .3; }
  .slider-wrap .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Earrow-sm-left%3C/title%3E%3Cg stroke-linecap='square' stroke-linejoin='miter' stroke-width='1' transform='translate(0.5 0.5)' fill='none' stroke='%23666666' stroke-miterlimit='10'%3E%3Cpolyline points='14,16 10,12 14,8 ' transform='translate(0, 0)'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
    left: 50px;
    transform: translate(-100%, 0);
    background-position: 3px center; }
  .slider-wrap .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Earrow-sm-right%3C/title%3E%3Cg stroke-linecap='square' stroke-linejoin='miter' stroke-width='1' transform='translate(0.5 0.5)' fill='none' stroke='%23666666' stroke-miterlimit='10'%3E%3Cpolyline points='10,8 14,12 10,16 ' transform='translate(0, 0)'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
    right: 50px;
    transform: translate(100%, 0);
    background-position: 6px center; }

html:after {
  background: rgba(0, 0, 0, 0.01); }
html.modal-active {
  animation: .6s fade-in;
  overflow-y: hidden; }
  html.modal-active:after {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 7; }

.modal-content {
  display: none; }

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: fit-content;
  background: #fff;
  padding: 40px;
  z-index: 9;
  animation: .25s modal-slide-up ease-out;
  max-width: 650px;
  border-radius: 3px; }
  @media (max-width: 768.98px) {
    .modal {
      padding: 20px; } }
  .modal.active {
    display: block; }
  .modal__close {
    position: sticky;
    float: right;
    top: 10px;
    cursor: pointer; }
    @media (min-width: 650px) {
      .modal__close {
        position: absolute;
        top: 20px;
        right: 20px; } }
  .modal__content {
    text-align: center; }
    .modal__content form {
      display: block !important; }
    .modal__content h2, .modal__content h3, .modal__content h4 {
      font-size: 24px;
      margin-top: 0;
      line-height: 1.2; }
    .modal__content p {
      font-size: 16px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin: 0px;
      width: 100%; }
    .modal__content .modal-variants {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      justify-content: space-between;
      gap: 10px;
      max-height: 70vh;
      overflow-y: auto;
      margin-top: 60px; }
      .modal__content .modal-variants::-webkit-scrollbar {
        width: 5px;
        border-radius: 0 4px 4px 0; }
      .modal__content .modal-variants::-webkit-scrollbar-track {
        background: #dfdfdf; }
      .modal__content .modal-variants::-webkit-scrollbar-thumb {
        background: #404040a1; }
      @media (min-width: 650px) {
        .modal__content .modal-variants {
          flex-wrap: wrap;
          flex-direction: row; } }
      .modal__content .modal-variants a.modal-variant {
        display: flex;
        flex-basis: 100%;
        align-items: center;
        gap: 10px; }
        @media (min-width: 650px) {
          .modal__content .modal-variants a.modal-variant {
            flex-basis: 49%; } }
        .modal__content .modal-variants a.modal-variant img {
          max-width: 35%; }
          @media (max-width: 768px) {
            .modal__content .modal-variants a.modal-variant img {
              max-width: 25%;
              margin-bottom: 10px; } }
        .modal__content .modal-variants a.modal-variant .content {
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
          .modal__content .modal-variants a.modal-variant .content .variant-title {
            font-size: 12px;
            font-weight: bold;
            text-align: start;
            padding-right: 10px; }
            @media (min-width: 650px) {
              .modal__content .modal-variants a.modal-variant .content .variant-title {
                font-size: 14px; } }
          .modal__content .modal-variants a.modal-variant .content .prices {
            font-size: 12px; }
            .modal__content .modal-variants a.modal-variant .content .prices .modal-price, .modal__content .modal-variants a.modal-variant .content .prices .modal-price-before {
              width: 50%; }
            .modal__content .modal-variants a.modal-variant .content .prices .modal-price-before {
              text-decoration: line-through;
              opacity: .7;
              margin-right: 10px; }
          .modal__content .modal-variants a.modal-variant .content .out-of-stock, .modal__content .modal-variants a.modal-variant .content .in-stock {
            margin: 0;
            font-size: 12px;
            color: #6ccf45; }
          .modal__content .modal-variants a.modal-variant .content .out-of-stock {
            color: #da7171; }

.modal-trig {
  cursor: pointer; }
  .modal-trig .overlay {
    position: absolute;
    display: flex; }
  .modal-trig.variants-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color .3s ease-out; }
    .modal-trig.variants-overlay:hover {
      background-color: rgba(51, 51, 51, 0.3);
      transition: background-color .2s ease-out; }
    .modal-trig.variants-overlay span {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff; }

@keyframes modal-slide-up {
  0% {
    transform: translate(-50%, -45%); }
  100% {
    transform: translate(-50%, -50%); } }
@keyframes html-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.container-favorite h1 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold; }

.favorite {
  height: 58px;
  width: 58px;
  background: white;
  border-radius: 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Ehearts-suit%3C/title%3E%3Cg stroke-linecap='square' stroke-linejoin='miter' stroke-width='2' fill='none' stroke='%23000000' stroke-miterlimit='10'%3E%3Cpath d='M20.554,11.889,12,20.778,3.446,11.889A5.265,5.265,0,1,1,12,5.964a5.265,5.265,0,1,1,8.554,5.925Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; }
  @media screen and (min-width: 600px) {
    .favorite:hover {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Ehearts-suit%3C/title%3E%3Cg fill='%23c15c5c'%3E%3Cpath d='M16.722,2A6.205,6.205,0,0,0,12,4.162,6.205,6.205,0,0,0,7.278,2,6.264,6.264,0,0,0,2.726,12.582l8.553,8.889a1,1,0,0,0,1.442,0l8.553-8.889.007-.007A6.264,6.264,0,0,0,16.722,2Z' fill='%23c15c5c'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); } }
  .favorite.isfavorite {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Ehearts-suit%3C/title%3E%3Cg fill='%23c15c5c'%3E%3Cpath d='M16.722,2A6.205,6.205,0,0,0,12,4.162,6.205,6.205,0,0,0,7.278,2,6.264,6.264,0,0,0,2.726,12.582l8.553,8.889a1,1,0,0,0,1.442,0l8.553-8.889.007-.007A6.264,6.264,0,0,0,16.722,2Z' fill='%23c15c5c'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
  @media screen and (min-width: 600px) {
    .favorite.isfavorite:hover {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Ehearts-suit%3C/title%3E%3Cg stroke-linecap='square' stroke-linejoin='miter' stroke-width='2' fill='none' stroke='%23000000' stroke-miterlimit='10'%3E%3Cpath d='M20.554,11.889,12,20.778,3.446,11.889A5.265,5.265,0,1,1,12,5.964a5.265,5.265,0,1,1,8.554,5.925Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); } }

.products .favorite {
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: unset; }

#popul-re-produkter-i-kategori .clerk_product_tile_p {
  width: calc(25%);
  min-width: calc(25%);
  max-width: calc(25%); }
  @media (max-width: 1000px) {
    #popul-re-produkter-i-kategori .clerk_product_tile_p {
      width: calc(33.33%);
      min-width: calc(33.33%);
      max-width: calc(33.33%); } }
  @media (max-width: 850px) {
    #popul-re-produkter-i-kategori .clerk_product_tile_p {
      width: calc(50%);
      min-width: calc(50%);
      max-width: calc(50%); } }

.wrap-upsell-prod label {
  display: flex;
  padding: 10px;
  background: white;
  margin-bottom: 10px;
  width: 100%;
  cursor: pointer;
  align-items: center; }
  .wrap-upsell-prod label:first-child {
    margin-bottom: 0px; }
  .wrap-upsell-prod label .img {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .wrap-upsell-prod label .info {
    width: calc(100% - 78px);
    display: flex;
    padding-left: 20px;
    text-align: left;
    align-items: center; }
    .wrap-upsell-prod label .info .title {
      font-size: 16px;
      font-weight: 300; }
    .wrap-upsell-prod label .info .price {
      margin-bottom: 0px;
      font-size: 16px;
      font-weight: bold;
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: flex-end; }
      .wrap-upsell-prod label .info .price ins {
        color: #B5453C;
        margin-right: 10px;
        text-decoration: none; }
  .wrap-upsell-prod label .action {
    display: flex;
    align-items: center;
    width: 100px; }
    .wrap-upsell-prod label .action span {
      font-weight: 700; }
    .wrap-upsell-prod label .action .checkbox {
      width: 20px;
      height: 20px;
      border-radius: 4px;
      border: 1px solid #333;
      margin-right: 10px; }
.wrap-upsell-prod input:checked + label .checkbox {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Echeck-single%3C/title%3E%3Cg fill='%23000000'%3E%3Cpath d='M4,11a1,1,0,0,1-.707-.293l-3-3A1,1,0,0,1,1.707,6.293l2.2,2.2L10.21.386a1,1,0,0,1,1.58,1.228l-7,9A1,1,0,0,1,4.062,11Z' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat; }

.washing-label {
  position: absolute;
  padding: 7px;
  top: 10px;
  right: 25px;
  display: flex;
  z-index: 2;
  background: white;
  border-radius: 4px;
  line-height: 0;
  align-items: center;
  display: none; }
  .washing-label.visible {
    display: flex; }
    .washing-label.visible:nth-of-type(1) {
      top: 10px; }
    .washing-label.visible:nth-of-type(2) {
      top: 70px; }
    .washing-label.visible:nth-of-type(3) {
      top: 130px; }
    .washing-label.visible:nth-of-type(4) {
      top: 190px; }
    .washing-label.visible:nth-of-type(5) {
      top: 250px; }
    .washing-label.visible:nth-of-type(6) {
      top: 310px; }
    .washing-label.visible:nth-of-type(7) {
      top: 370px; }
    .washing-label.visible:nth-of-type(8) {
      top: 430px; }
    .washing-label.visible:nth-of-type(9) {
      top: 490px; }
    .washing-label.visible:nth-of-type(10) {
      top: 550px; }
    .washing-label.visible:nth-child(1) {
      top: 10px !important; }
  .washing-label span {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 14px;
    display: none; }
  .washing-label .img {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center; }
    .washing-label .img img {
      width: 100%; }

.wrap-notify {
  position: relative;
  display: flex;
  min-width: 100%;
  background: black;
  align-items: center;
  justify-content: center; }
  .wrap-notify > svg {
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
    z-index: 2;
    cursor: pointer; }
  .wrap-notify #notify {
    background: black;
    color: white;
    padding: 10px;
    width: 100%; }
    .wrap-notify #notify .note-inner {
      max-width: 1370px;
      margin: auto;
      display: block;
      align-items: center;
      justify-content: space-between;
      color: rgba(255, 255, 255, 0.8);
      position: relative;
      text-align: center;
      text-transform: uppercase;
      padding-right: 20px; }

.modal-wrap {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center; }
  .modal-wrap .add-to-cart-modal {
    padding: 70px;
    margin: 20px;
    max-width: calc(100% - 40px);
    background: white;
    border-radius: 8px;
    width: 750px;
    position: relative; }
    @media screen and (max-width: 480px) {
      .modal-wrap .add-to-cart-modal {
        padding: 50px 20px 20px 20px; } }
    .modal-wrap .add-to-cart-modal .exit {
      position: absolute;
      right: 25px;
      top: 25px;
      cursor: pointer; }
      @media screen and (max-width: 480px) {
        .modal-wrap .add-to-cart-modal .exit {
          right: 15px;
          top: 15px; } }
    .modal-wrap .add-to-cart-modal .modal-inner {
      display: flex;
      align-items: center;
      flex-direction: column; }
      .modal-wrap .add-to-cart-modal .modal-inner h3 {
        color: black;
        margin-top: 0px;
        margin-bottom: 25px;
        text-align: center;
        line-height: 1.4; }
        .modal-wrap .add-to-cart-modal .modal-inner h3 .active-span {
          transition: ease all .2s;
          color: black;
          display: inline-block; }
      @media screen and (max-width: 550px) {
        .modal-wrap .add-to-cart-modal .modal-inner > h3 {
          display: none; } }
      .modal-wrap .add-to-cart-modal .modal-inner .choose {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 480px) {
          .modal-wrap .add-to-cart-modal .modal-inner .choose {
            flex-direction: column; } }
        .modal-wrap .add-to-cart-modal .modal-inner .choose .private, .modal-wrap .add-to-cart-modal .modal-inner .choose .business {
          border: 1px solid #ECECEC;
          display: flex;
          width: calc(50% - 10px);
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 28px 14px;
          cursor: pointer;
          transition: ease all .2s; }
          @media screen and (max-width: 480px) {
            .modal-wrap .add-to-cart-modal .modal-inner .choose .private, .modal-wrap .add-to-cart-modal .modal-inner .choose .business {
              width: 100%;
              margin-bottom: 20px;
              padding: 20px 14px; } }
          .modal-wrap .add-to-cart-modal .modal-inner .choose .private:hover, .modal-wrap .add-to-cart-modal .modal-inner .choose .business:hover {
            transform: translateY(-5px); }
          .modal-wrap .add-to-cart-modal .modal-inner .choose .private .svg-wrap, .modal-wrap .add-to-cart-modal .modal-inner .choose .business .svg-wrap {
            display: flex;
            width: 66px;
            height: 66px;
            align-items: center;
            justify-content: center;
            border: 1px solid #ECECEC;
            border-radius: 50px; }
          .modal-wrap .add-to-cart-modal .modal-inner .choose .private span, .modal-wrap .add-to-cart-modal .modal-inner .choose .business span {
            color: black;
            font-size: 22px;
            margin-top: 10px;
            font-family: "Lato", Helvetica, Arial; }
          .modal-wrap .add-to-cart-modal .modal-inner .choose .private .tax-txt, .modal-wrap .add-to-cart-modal .modal-inner .choose .business .tax-txt {
            font-size: 14px;
            font-family: "Lato", Helvetica, Arial;
            margin-top: 0px; }

.cross-modal .add-to-cart-modal {
  padding: 50px; }
  @media (max-width: 768.98px) {
    .cross-modal .add-to-cart-modal {
      padding: 15px; } }
  .cross-modal .add-to-cart-modal .featured-products--recommondations {
    padding-bottom: 0; }
    .cross-modal .add-to-cart-modal .featured-products--recommondations .container {
      padding: 0; }
  .cross-modal .add-to-cart-modal .products__slider {
    padding-top: 0; }
  @media (max-width: 768.98px) {
    .cross-modal .add-to-cart-modal .btn-wrap .btn {
      margin: 5px 5px !important;
      padding: 20px; } }
.cross-modal .logo {
  width: 200px;
  max-width: 200px; }
.cross-modal h3 {
  margin-bottom: 0 !important;
  padding: 30px 0; }
  .cross-modal h3 span {
    display: block;
    color: black; }
  @media (max-width: 768.98px) {
    .cross-modal h3 {
      font-size: 20px;
      line-height: 1.2; } }
.cross-modal h4 {
  font-size: 22px;
  color: black;
  margin: 0 0 20px; }
  @media (max-width: 768.98px) {
    .cross-modal h4 {
      font-size: 20px;
      line-height: 1.2; } }
.cross-modal .img-wrap {
  margin: auto; }
  .cross-modal .img-wrap img {
    max-height: 140px;
    width: auto;
    margin: auto; }
.cross-modal .wrap-products {
  max-width: 500px;
  margin: auto; }
.cross-modal .clerk {
  max-width: 100%; }
  .cross-modal .clerk .clerk_content_headline {
    padding-top: 0px; }
  .cross-modal .clerk .clerk_product_tile_p {
    min-width: 33.3333%;
    max-width: 33.3333%; }
    @media (max-width: 775px) {
      .cross-modal .clerk .clerk_product_tile_p {
        min-width: 100%;
        margin: 0px;
        max-width: 100%; } }
    .cross-modal .clerk .clerk_product_tile_p .clerk_product_wrapper {
      background: white; }
      @media (max-width: 775px) {
        .cross-modal .clerk .clerk_product_tile_p .clerk_product_wrapper .clerk_link .clerk_product_image {
          height: 200px; } }
.cross-modal .btn-wrap {
  padding-bottom: 20px;
  text-align: center;
  width: 100%; }
  .cross-modal .btn-wrap .btn {
    margin: 0 5px 5px 5px; }
    @media screen and (max-width: 550px) {
      .cross-modal .btn-wrap .btn {
        padding: 15px !important; } }

.hello-modal {
  animation: helloModal .4s;
  -webkit-animation: helloModal .4s; }
@-webkit-keyframes helloModal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes helloModal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .hello-modal .add-to-cart-modal {
    animation: helloTheModal .5s;
    -webkit-animation: helloTheModal .5s; }
@-webkit-keyframes helloTheModal {
  0% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }
@keyframes helloTheModal {
  0% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }
.byemodal {
  pointer-events: none !important;
  animation: byeModal .5s;
  -webkit-animation: byeModal .5s;
  animation-fill-mode: forwards; }
@-webkit-keyframes byeModal {
  0% {
    opacity: 1;
    padding-top: 0px; }
  100% {
    opacity: 0;
    padding-top: 30px;
    pointer-events: none !important; } }
@keyframes byeModal {
  0% {
    opacity: 1;
    padding-top: 0px; }
  100% {
    opacity: 0;
    padding-top: 30px;
    pointer-events: none !important; } }
.modal-tax-trig {
  margin-bottom: 5px !important; }

.clerk_product_info_wrap .add_to_cart_button {
  font-size: 16px;
  margin-bottom: 0px !important; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.inspiration-item {
  background-position: center center !important;
  background-size: cover !important; }

.wrap-alta-header {
  background: #E8E5DC;
  padding: 40px 0; }
  @media screen and (max-width: 450px) {
    .wrap-alta-header {
      padding: 20px 0; } }
  .wrap-alta-header .row .col-logo {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 450px) {
      .wrap-alta-header .row .col-logo {
        justify-content: space-between; } }
    .wrap-alta-header .row .col-logo .back:before {
      content: " ";
      width: 12px;
      height: 12px;
      display: inline-block;
      margin-right: 10px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Eleft-arrow%3C/title%3E%3Cg fill='%23000000'%3E%3Cpath d='M8.707.293a1,1,0,0,0-1.414,0l-5,5a1,1,0,0,0,0,1.414l5,5a1,1,0,0,0,1.414-1.414L4.414,6,8.707,1.707A1,1,0,0,0,8.707.293Z' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
    .wrap-alta-header .row .col-logo a {
      margin-right: 20px;
      padding-right: 20px; }
      @media screen and (min-width: 450px) {
        .wrap-alta-header .row .col-logo a {
          border-right: 1px solid #BBBBBB; } }
  .wrap-alta-header .row .col-cards {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media screen and (max-width: 600px) {
      .wrap-alta-header .row .col-cards {
        display: none; } }

.wrap-alta {
  padding-top: 50px; }
  .wrap-alta ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .wrap-alta ul li {
      text-align: center;
      padding: 20px 0; }
      .wrap-alta ul li h3 {
        font-size: 21px; }
  .wrap-alta .wp-altapay-payment-form-cnt {
    background: white;
    padding: 30px 40px;
    width: 500px;
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    box-shadow: 3px 3px 6px #BCBCBC29; }
    @media screen and (max-width: 450px) {
      .wrap-alta .wp-altapay-payment-form-cnt {
        padding: 20px; } }
    .wrap-alta .wp-altapay-payment-form-cnt br {
      display: none; }
    .wrap-alta .wp-altapay-payment-form-cnt form {
      width: 100%; }
    .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer {
      width: 100%; }
      .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer label {
        font-size: 16px; }
      .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row {
        width: 100%;
        color: #262626;
        font-weight: 700; }
        .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row .pensio_payment_form_input_cell input {
          width: 100%; }
        .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row.expiry_row {
          display: inline-block;
          width: calc(100% - 140px); }
          @media screen and (max-width: 450px) {
            .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row.expiry_row {
              width: 100%; } }
          .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row.expiry_row .pensio_payment_form_label_cell:first-child {
            display: none; }
          .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row.expiry_row .pensio_payment_form_input_cell {
            margin: 0 -4px; }
            .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row.expiry_row .pensio_payment_form_input_cell .pensio_payment_form_input_cell {
              display: flex; }
            .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row.expiry_row .pensio_payment_form_input_cell select {
              color: #666;
              border: 1px solid #ccc;
              height: 46px;
              height: 44px;
              border-radius: 4px;
              padding: 0 10px;
              width: calc(50% - 10px);
              margin: 0 4px; }
        .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row.cvc_row {
          width: 130px;
          display: inline-block;
          padding-left: 10px; }
          @media screen and (max-width: 450px) {
            .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row.cvc_row {
              width: 100%;
              padding-left: 0px;
              margin-top: 15px; } }
        .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row.cvc_description_row {
          display: flex;
          width: 100%;
          position: relative; }
          .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row.cvc_description_row #pensio_payment_form_cvc_description {
            text-align: right; }
          .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row.cvc_description_row img {
            position: absolute;
            right: 16px;
            bottom: calc(100% + 10px);
            width: 40px; }
          .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row.cvc_description_row #pensio_payment_form_cvc_description {
            display: none; }
        .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row.cardholdername_row {
          margin-top: 15px;
          margin-bottom: 25px;
          display: block; }
        .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row.submit_row {
          width: 100%; }
          .wrap-alta .wp-altapay-payment-form-cnt .pensio_payment_form_outer .pensio_payment_form_row.submit_row input {
            width: 100%; }
  .wrap-alta .add-info {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px; }
    .wrap-alta .add-info p {
      margin: 5px; }
      .wrap-alta .add-info p:first-child {
        font-weight: 700; }

.page-id-18814 {
  min-height: 100vh;
  background: #FAFAFA; }
  .page-id-18814 .header-intro, .page-id-18814 .header-nav, .page-id-18814 .header-navigation, .page-id-18814 .footer-subscribe-section, .page-id-18814 footer {
    display: none !important; }
  .page-id-18814 .wrap-alta {
    height: 100%; }

.four-o-four {
  background: #E8E5DC;
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (max-width: 800px) {
    .four-o-four {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .four-o-four .wrap-content {
    width: 500px;
    max-width: 100%;
    margin: auto; }
    .four-o-four .wrap-content h1 {
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .four-o-four .wrap-content h1 {
          font-size: 36px; } }
    .four-o-four .wrap-content h3 {
      font-size: 21px;
      font-weight: 700;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .four-o-four .wrap-content h3 {
          font-size: 18px; } }
    .four-o-four .wrap-content p, .four-o-four .wrap-content h3, .four-o-four .wrap-content h1 {
      text-align: center; }
    .four-o-four .wrap-content p {
      color: black;
      font-size: 16px;
      line-height: 1.6; }
    .four-o-four .wrap-content .wrap-actions {
      display: flex;
      margin-top: 100px;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      @media (max-width: 800px) {
        .four-o-four .wrap-content .wrap-actions {
          margin-top: 50px; } }
      .four-o-four .wrap-content .wrap-actions .fake-btn {
        padding: 22px 50px;
        font-size: 16px;
        color: black; }
        .four-o-four .wrap-content .wrap-actions .fake-btn.code {
          font-weight: 900;
          border: 3px dotted #BBB197;
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.09); }
        .four-o-four .wrap-content .wrap-actions .fake-btn.copy {
          text-decoration: underline;
          font-weight: 700;
          cursor: pointer; }

.categories-404 .h4 {
  font-weight: 700;
  color: black; }
.categories-404 .col-category {
  margin-bottom: 30px; }
  .categories-404 .col-category .wrap-img {
    padding-top: 100%;
    position: relative; }
    .categories-404 .col-category .wrap-img img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0px;
      left: 0px; }
  .categories-404 .col-category .wrap-title p {
    padding: 10px 0;
    font-weight: 700;
    color: black; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/**
 * Checkout
 */
.woocommerce-checkout {
  padding-top: 0px;
  background: #efefef; }
  .woocommerce-checkout:before {
    width: 50%;
    height: 100%;
    position: absolute;
    display: block;
    background: white;
    right: 0; }
    @media (min-width: 769px) {
      .woocommerce-checkout:before {
        content: " "; } }
  .woocommerce-checkout .header-intro, .woocommerce-checkout .header-nav, .woocommerce-checkout .header-navigation, .woocommerce-checkout footer, .woocommerce-checkout .footer-subscribe-section {
    display: none !important; }
  .woocommerce-checkout .container-checkout #payment ul li label img {
    height: 40px;
    position: absolute;
    right: 10px;
    top: 2px;
    width: auto !important;
    height: auto;
    min-width: unset;
    max-width: 40px;
    top: 50%;
    transform: translateY(-50%);
    max-height: calc(100% - 10px); }
  .woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error {
    background: #e3b7b7; }
    .woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error li {
      padding: 0px 25px;
      margin-bottom: 0px;
      color: #5a2222; }
  .woocommerce-checkout #masthead, .woocommerce-checkout footer, .woocommerce-checkout .container-support {
    display: none; }
  .woocommerce-checkout .bundled_table_item {
    display: none !important; }
  .woocommerce-checkout #content {
    position: relative;
    background: rgba(0, 0, 0, 0); }
    @media (min-width: 769px) {
      .woocommerce-checkout #content {
        min-height: 100vh; }
        .woocommerce-checkout #content:before {
          content: " ";
          position: absolute;
          left: 0px;
          top: 0px;
          height: 100%;
          width: 50%;
          background: #F3F3F3;
          z-index: -1; } }
  .woocommerce-checkout .woocommerce-error {
    list-style: none;
    padding-left: 0px;
    background-color: unset; }
    .woocommerce-checkout .woocommerce-error li {
      padding: 0px 15px;
      margin-bottom: 0px;
      color: white; }
      .woocommerce-checkout .woocommerce-error li strong {
        font-family: "Lato", Helvetica, Arial;
        font-weight: unset; }
  .woocommerce-checkout .form-row {
    margin-left: 0px;
    margin-right: 0px; }
  .woocommerce-checkout .checkout_coupon {
    display: block !important;
    padding: 30px 0; }
    .woocommerce-checkout .checkout_coupon .wrap-coupon {
      display: flex;
      margin-top: 15px;
      align-items: center;
      max-width: 270px;
      margin: 15px auto 0 auto; }
      .woocommerce-checkout .checkout_coupon .wrap-coupon .form-row {
        height: 45px; }
        .woocommerce-checkout .checkout_coupon .wrap-coupon .form-row.form-row-first {
          max-width: calc(100% - 58px); }
        .woocommerce-checkout .checkout_coupon .wrap-coupon .form-row.form-row-last {
          width: 57px; }
        .woocommerce-checkout .checkout_coupon .wrap-coupon .form-row input {
          border-radius: 3px 0 0 3px;
          height: 44px;
          outline: 0;
          width: 100%; }
        .woocommerce-checkout .checkout_coupon .wrap-coupon .form-row button {
          margin: 0px;
          border-radius: 0 3px 3px 0;
          height: 44px; }
  .woocommerce-checkout .add-comment {
    padding: 15px 0;
    margin: 20px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
    color: #606060; }
    .woocommerce-checkout .add-comment:before {
      content: " ";
      right: 0px;
      top: 0px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ctitle%3Ee-add%3C/title%3E%3Cg fill='%23000000'%3E%3Cpath fill='%23000000' d='M15,7H9V1c0-0.6-0.4-1-1-1S7,0.4,7,1v6H1C0.4,7,0,7.4,0,8s0.4,1,1,1h6v6c0,0.6,0.4,1,1,1s1-0.4,1-1V9h6 c0.6,0,1-0.4,1-1S15.6,7,15,7z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
      width: 16px;
      height: 16px;
      position: absolute;
      right: 10px;
      top: calc(50% - 8px);
      opacity: .3;
      transition: ease all .2s; }
    .woocommerce-checkout .add-comment.add-active:before {
      transform: rotate(45deg); }
  .woocommerce-checkout #billing_email-description {
    display: block !important;
    font-size: 14px !important;
    margin-top: 5px;
    min-height: 21px !important;
    height: 21px !important; }
  .woocommerce-checkout #order_comments_field {
    display: none;
    min-width: 100%; }
    .woocommerce-checkout #order_comments_field label {
      display: none; }
    .woocommerce-checkout #order_comments_field textarea {
      min-height: 200px; }
  .woocommerce-checkout .container-checkout {
    padding-top: 50px;
    padding-bottom: 50px; }
    .woocommerce-checkout .container-checkout h3 {
      font-size: 24px;
      margin: 20px 0; }
    .woocommerce-checkout .container-checkout .col-info {
      /** Validation **/ }
      .woocommerce-checkout .container-checkout .col-info p {
        margin: 0 0 15px;
        display: flex;
        flex-direction: column; }
      @media (min-width: 769px) {
        .woocommerce-checkout .container-checkout .col-info {
          padding-right: 10%; } }
      .woocommerce-checkout .container-checkout .col-info .quick-error {
        padding: 20px;
        background: #e3b7b7;
        border-radius: 3px;
        margin-bottom: 15px;
        line-height: 1.4;
        display: none;
        min-width: 100%; }
      .woocommerce-checkout .container-checkout .col-info .logo-wrap {
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(27, 27, 27, 0.04); }
        .woocommerce-checkout .container-checkout .col-info .logo-wrap a {
          display: block;
          font-family: "Lato", Helvetica, Arial;
          text-decoration: none;
          margin-bottom: 20px;
          font-size: 14px;
          font-weight: 700;
          text-transform: uppercase; }
          .woocommerce-checkout .container-checkout .col-info .logo-wrap a svg {
            transform: translateY(3px);
            margin-right: 5px;
            transition: ease all .2s; }
          .woocommerce-checkout .container-checkout .col-info .logo-wrap a:hover svg {
            margin-right: 8px; }
        .woocommerce-checkout .container-checkout .col-info .logo-wrap img {
          max-width: 200px; }
      .woocommerce-checkout .container-checkout .col-info .woocommerce-invalid input {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23D95858' d='M10.7,1.3c-0.4-0.4-1-0.4-1.4,0L6,4.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L4.6,6L1.3,9.3 c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0c0,0,0,0,0,0L6,7.4l3.3,3.3c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L7.4,6l3.3-3.3 C11.1,2.3,11.1,1.7,10.7,1.3z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 14px;
        background-repeat: no-repeat;
        background-position: calc(100% - 10px) 15px;
        box-shadow: unset; }
        .woocommerce-checkout .container-checkout .col-info .woocommerce-invalid input:active, .woocommerce-checkout .container-checkout .col-info .woocommerce-invalid input:focus {
          box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1); }
      .woocommerce-checkout .container-checkout .col-info .woocommerce-invalid .inline-error {
        display: block !important;
        color: #d95858;
        font-size: 14px; }
      .woocommerce-checkout .container-checkout .col-info .woocommerce-validated input {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%2313746E' d='M10.3,1.3L4,7.6L1.7,5.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l3,3c0.4,0.4,1,0.4,1.4,0l7-7 c0.4-0.4,0.4-1,0-1.4C11.3,0.9,10.7,0.9,10.3,1.3z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 14px;
        background-repeat: no-repeat;
        background-position: calc(100% - 10px) 15px;
        box-shadow: unset; }
        .woocommerce-checkout .container-checkout .col-info .woocommerce-validated input:active, .woocommerce-checkout .container-checkout .col-info .woocommerce-validated input:focus {
          box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1); }
      .woocommerce-checkout .container-checkout .col-info label {
        font-family: "Lato", Helvetica, Arial;
        font-weight: 700;
        display: block; }
        .woocommerce-checkout .container-checkout .col-info label .required {
          display: none; }
      .woocommerce-checkout .container-checkout .col-info [type=text], .woocommerce-checkout .container-checkout .col-info [type=email], .woocommerce-checkout .container-checkout .col-info [type=tel], .woocommerce-checkout .container-checkout .col-info textarea, .woocommerce-checkout .container-checkout .col-info select {
        padding: 10px 10px;
        width: 100%;
        max-width: 100%;
        border: 1px solid #E3E3E3;
        outline: 0;
        transition: ease all .2s;
        overflow: hidden;
        background-position: 100% 13px; }
        .woocommerce-checkout .container-checkout .col-info [type=text]:active, .woocommerce-checkout .container-checkout .col-info [type=text]:focus, .woocommerce-checkout .container-checkout .col-info [type=email]:active, .woocommerce-checkout .container-checkout .col-info [type=email]:focus, .woocommerce-checkout .container-checkout .col-info [type=tel]:active, .woocommerce-checkout .container-checkout .col-info [type=tel]:focus, .woocommerce-checkout .container-checkout .col-info textarea:active, .woocommerce-checkout .container-checkout .col-info textarea:focus, .woocommerce-checkout .container-checkout .col-info select:active, .woocommerce-checkout .container-checkout .col-info select:focus {
          box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1); }
      .woocommerce-checkout .container-checkout .col-info #EAN_field {
        width: 100% !important;
        display: none; }
        .woocommerce-checkout .container-checkout .col-info #EAN_field label {
          width: 100%; }
        .woocommerce-checkout .container-checkout .col-info #EAN_field input {
          width: 100%; }
        .woocommerce-checkout .container-checkout .col-info #EAN_field .optional {
          display: none; }
      .woocommerce-checkout .container-checkout .col-info #billing_address_2 {
        display: none !important; }
      .woocommerce-checkout .container-checkout .col-info #billing_address_2_field {
        display: none !important; }
      .woocommerce-checkout .container-checkout .col-info #billing_postcode_field {
        width: 48%;
        display: inline-block;
        margin-right: 4%; }
      .woocommerce-checkout .container-checkout .col-info #billing_city_field {
        width: 48%;
        display: inline-block; }
      .woocommerce-checkout .container-checkout .col-info .woocommerce-additional-fields h3 {
        display: none; }
      .woocommerce-checkout .container-checkout .col-info #ship-to-different-address {
        font-size: 16px; }
        .woocommerce-checkout .container-checkout .col-info #ship-to-different-address label {
          cursor: pointer; }
          .woocommerce-checkout .container-checkout .col-info #ship-to-different-address label input {
            margin-right: 10px; }
    @media (min-width: 769px) {
      .woocommerce-checkout .container-checkout .col-shipping {
        padding-left: 8%; }
        .woocommerce-checkout .container-checkout .col-shipping #order_review_heading {
          margin-top: 0px; } }
    .woocommerce-checkout .container-checkout .col-shipping ul li label {
      position: relative;
      padding-right: 70px !important; }
      .woocommerce-checkout .container-checkout .col-shipping ul li label .amount {
        position: absolute;
        right: 10px;
        top: calc(50% - 10px);
        height: 20px;
        font-weight: 700; }
    .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #f3f3f3;
      width: 100%;
      font-size: 16px !important;
      font-family: "Lato", Helvetica, Arial !important; }
      .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total {
        font-size: 16px !important; }
      .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-subtotal th {
        padding: 7px 0; }
      .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart_item {
        box-shadow: 0px 1px 0px 0 rgba(0, 0, 0, 0.08); }
        .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart_item .prod-image img {
          border-radius: 4px;
          overflow: hidden; }
        .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart_item .product-name {
          padding: 7px 0; }
        .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart_item span {
          font-weight: 700; }
      .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .product-name, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-discount {
        text-align: left; }
      .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-discount {
        font-weight: 700;
        font-size: 16px; }
        .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-subtotal .includes_tax, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total .includes_tax, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee .includes_tax, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis .includes_tax, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-discount .includes_tax {
          display: block;
          font-weight: 500; }
      .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .bundle_table_item .bundle_table_item {
        display: none; }
      .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .product-name .product-quantity {
        font-weight: unset;
        font-family: "Lato", Helvetica, Arial; }
      .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .product-name .variation {
        display: none; }
      .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee th, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis th, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-total th, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-discount th {
        text-align: left;
        font-weight: unset;
        font-family: "Lato", Helvetica, Arial; }
      .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .product-total {
        text-align: right; }
      .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee td, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-rate td, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis td {
        text-align: right; }
      .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee th, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-rate th, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis th {
        font-weight: unset;
        text-align: left;
        font-family: "Lato", Helvetica, Arial; }
      .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total td, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee td, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-rate td, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis td, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-total td, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-discount td {
        text-align: right; }
        .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total td strong, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total td bdi, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee td strong, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee td bdi, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-rate td strong, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-rate td bdi, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis td strong, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis td bdi, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-total td strong, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-total td bdi, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-discount td strong, .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-discount td bdi {
          font-weight: unset;
          font-family: "Lato", Helvetica, Arial; }
    .woocommerce-checkout .container-checkout .shipping h3 {
      margin-top: 15px;
      padding-top: 15px;
      border-top: 1px solid #f3f3f3; }
    .woocommerce-checkout .container-checkout .shipping #shipping_method {
      list-style: none;
      padding: 0px; }
      .woocommerce-checkout .container-checkout .shipping #shipping_method li {
        min-width: 100%; }
        .woocommerce-checkout .container-checkout .shipping #shipping_method li:last-child:first-child label {
          background-color: black;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Echeck%3C/title%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M10.293,1.293,4,7.586,1.707,5.293A1,1,0,0,0,.293,6.707l3,3a1,1,0,0,0,1.414,0l7-7a1,1,0,0,0-1.414-1.414Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
          background-size: 14px;
          background-repeat: no-repeat;
          background-position: 15px;
          color: white;
          border: 1px solid #2C2C2C; }
          .woocommerce-checkout .container-checkout .shipping #shipping_method li:last-child:first-child label:before {
            opacity: 0;
            pointer-events: none; }
        .woocommerce-checkout .container-checkout .shipping #shipping_method li input[type=radio] {
          display: none; }
          .woocommerce-checkout .container-checkout .shipping #shipping_method li input[type=radio]:checked + label {
            background-color: #2C2C2C;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Echeck%3C/title%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M10.293,1.293,4,7.586,1.707,5.293A1,1,0,0,0,.293,6.707l3,3a1,1,0,0,0,1.414,0l7-7a1,1,0,0,0-1.414-1.414Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
            background-size: 14px;
            background-repeat: no-repeat;
            background-position: 15px;
            color: white;
            border: 1px solid #2C2C2C; }
            .woocommerce-checkout .container-checkout .shipping #shipping_method li input[type=radio]:checked + label:before {
              opacity: 0;
              pointer-events: none; }
        .woocommerce-checkout .container-checkout .shipping #shipping_method li input[type=text] {
          padding: 10px 10px;
          width: 100%;
          max-width: 100%;
          border: 1px solid #E3E3E3;
          outline: 0;
          transition: ease all .2s;
          overflow: hidden;
          background-position: 100% 13px; }
        .woocommerce-checkout .container-checkout .shipping #shipping_method li .selected_shop_context {
          border: 0px;
          padding: 0px;
          font-style: unset !important; }
        .woocommerce-checkout .container-checkout .shipping #shipping_method li .shipmondo-shipping-field-wrap {
          padding: 10px;
          border: 1px solid #e3e3e3;
          border-top: 0px;
          margin-top: -10px; }
          .woocommerce-checkout .container-checkout .shipping #shipping_method li .shipmondo-shipping-field-wrap .shipmondo-shop-header {
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 10px; }
          .woocommerce-checkout .container-checkout .shipping #shipping_method li .shipmondo-shipping-field-wrap .shipmondo_dropdown_button .button {
            padding: 12px 14px;
            font-size: 16px !important; }
        .woocommerce-checkout .container-checkout .shipping #shipping_method li label {
          padding: 10px;
          border: 1px solid #e3e3e3;
          margin-bottom: 10px;
          display: block;
          padding-left: 40px;
          transition: ease all .2s;
          background-position: 0px;
          cursor: pointer;
          border-radius: 3px;
          position: relative; }
          .woocommerce-checkout .container-checkout .shipping #shipping_method li label .amount {
            float: right; }
          .woocommerce-checkout .container-checkout .shipping #shipping_method li label .woocommerce-price-suffix {
            display: none; }
          .woocommerce-checkout .container-checkout .shipping #shipping_method li label:not(:first-child) {
            margin-top: 10px; }
          .woocommerce-checkout .container-checkout .shipping #shipping_method li label:before {
            content: " ";
            width: 16px;
            height: 16px;
            border: 2px solid #d2d1d1;
            position: absolute;
            left: 14px;
            top: calc(50% - 8px);
            border-radius: 50px;
            transition: ease all .2s; }
          .woocommerce-checkout .container-checkout .shipping #shipping_method li label:hover:before {
            border: 2px solid #656565; }
        .woocommerce-checkout .container-checkout .shipping #shipping_method li.label-local label {
          padding-left: 15px; }
          .woocommerce-checkout .container-checkout .shipping #shipping_method li.label-local label:before {
            left: unset;
            right: 15px;
            border: unset;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Edown-arrow%3C/title%3E%3Cg fill='%23000000'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center center;
            opacity: .6; }
        .woocommerce-checkout .container-checkout .shipping #shipping_method li .boostr_shipping_shipping_field {
          width: 100%;
          max-width: 100%; }
          .woocommerce-checkout .container-checkout .shipping #shipping_method li .boostr_shipping_shipping_field .boostr-shipping-stores {
            max-width: 100%;
            width: 100%; }
      .woocommerce-checkout .container-checkout .shipping #shipping_method .wrap-shops {
        min-width: 100%;
        max-height: 200px;
        overflow: hidden;
        overflow-y: scroll; }
        .woocommerce-checkout .container-checkout .shipping #shipping_method .wrap-shops li:first-child {
          margin-top: 0px; }
          .woocommerce-checkout .container-checkout .shipping #shipping_method .wrap-shops li:first-child label {
            margin-top: 0px; }
    .woocommerce-checkout .container-checkout #payment ul {
      list-style: none;
      padding-left: 0px;
      margin-bottom: 0px; }
      .woocommerce-checkout .container-checkout #payment ul li input {
        display: none; }
        .woocommerce-checkout .container-checkout #payment ul li input:checked + label {
          background-color: #2C2C2C;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Echeck%3C/title%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M10.293,1.293,4,7.586,1.707,5.293A1,1,0,0,0,.293,6.707l3,3a1,1,0,0,0,1.414,0l7-7a1,1,0,0,0-1.414-1.414Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
          background-size: 14px;
          background-repeat: no-repeat;
          background-position: 15px;
          color: white;
          border: 1px solid #2C2C2C; }
          .woocommerce-checkout .container-checkout #payment ul li input:checked + label:before {
            opacity: 0;
            pointer-events: none; }
      .woocommerce-checkout .container-checkout #payment ul li.payment_method_altapay_stof2000_klarna_test_terminal img {
        background: #FFB3C7;
        padding: 7px;
        max-height: 30px;
        border-radius: 4px;
        top: 6px; }
      .woocommerce-checkout .container-checkout #payment ul li label {
        padding: 10px;
        border: 1px solid #e3e3e3;
        margin-bottom: 10px;
        display: block;
        padding-left: 40px;
        transition: ease all .2s;
        background-position: 0px;
        cursor: pointer;
        border-radius: 3px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .woocommerce-checkout .container-checkout #payment ul li label img {
          height: 40px;
          position: absolute;
          right: 10px;
          top: 2px; }
          .woocommerce-checkout .container-checkout #payment ul li label img:nth-child(2) {
            right: 50px; }
          .woocommerce-checkout .container-checkout #payment ul li label img:nth-child(3) {
            right: 90px; }
          .woocommerce-checkout .container-checkout #payment ul li label img:nth-child(4) {
            right: 90px; }
          .woocommerce-checkout .container-checkout #payment ul li label img:nth-child(5) {
            right: 170px; }
        .woocommerce-checkout .container-checkout #payment ul li label:not(:first-child) {
          margin-top: 10px; }
        .woocommerce-checkout .container-checkout #payment ul li label:before {
          content: " ";
          width: 16px;
          height: 16px;
          border: 2px solid #d2d1d1;
          position: absolute;
          left: 14px;
          top: calc(50% - 8px);
          border-radius: 50px;
          transition: ease all .2s; }
        .woocommerce-checkout .container-checkout #payment ul li label:hover:before {
          border: 2px solid #656565; }
      .woocommerce-checkout .container-checkout #payment ul .payment_box {
        display: none !important; }
        .woocommerce-checkout .container-checkout #payment ul .payment_box p {
          background: rgba(19, 116, 110, 0.15);
          font-size: 14px;
          padding: 14px;
          margin: 0px;
          display: none; }
      .woocommerce-checkout .container-checkout #payment ul .payment_method_epay_dk label {
        margin-bottom: 0px;
        border-radius: 3px 3px 0 0; }
        .woocommerce-checkout .container-checkout #payment ul .payment_method_epay_dk label img {
          display: none; }
      .woocommerce-checkout .container-checkout #payment ul .payment_method_epay_dk .payment_box {
        display: none !important; }
      .woocommerce-checkout .container-checkout #payment ul .payment_method_epay_dk img {
        position: absolute;
        right: 10px;
        top: 0px;
        max-height: 100%;
        padding: 10px; }
    .woocommerce-checkout .container-checkout #payment .woocommerce-terms-and-conditions h1, .woocommerce-checkout .container-checkout #payment .woocommerce-terms-and-conditions h2, .woocommerce-checkout .container-checkout #payment .woocommerce-terms-and-conditions h3 {
      font-size: 20px; }
    .woocommerce-checkout .container-checkout #payment .woocommerce-terms-and-conditions p {
      font-size: 15px; }
      .woocommerce-checkout .container-checkout #payment .woocommerce-terms-and-conditions p a {
        color: #2C2C2C; }
    .woocommerce-checkout .container-checkout #payment .woocommerce-terms-and-conditions-checkbox-text {
      font-size: 14px; }
      .woocommerce-checkout .container-checkout #payment .woocommerce-terms-and-conditions-checkbox-text a {
        color: #2C2C2C; }
    .woocommerce-checkout .container-checkout .cards {
      padding: 8px 10px 0px 10px;
      border-left: 1px;
      border-right: 1px;
      border-bottom: 1px;
      border-color: #e3e3e3;
      border-style: solid;
      border-top: 0px;
      border-radius: 0 0 3px 3px; }
      .woocommerce-checkout .container-checkout .cards img {
        margin-right: 5px; }
    .woocommerce-checkout .container-checkout .woocommerce-privacy-policy-text {
      margin-top: 15px;
      margin-bottom: 15px;
      padding-top: 15px;
      border-top: 1px solid #f3f3f3; }
      .woocommerce-checkout .container-checkout .woocommerce-privacy-policy-text p {
        font-size: 14px;
        margin: 0px; }
        .woocommerce-checkout .container-checkout .woocommerce-privacy-policy-text p a {
          color: #2C2C2C; }
    .woocommerce-checkout .container-checkout #place_order {
      padding: 20px;
      font-size: 16px;
      display: block;
      width: 100%;
      margin-right: 0px; }
  .woocommerce-checkout .cta-mobile-scroll {
    display: none !important; }
  .woocommerce-checkout .pwgc-redeem-gift-card-form {
    display: none; }
  .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    padding: 30px; }
    .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a {
      color: #2C2C2C; }
  .woocommerce-checkout .woocommerce-form-login {
    padding: 20px;
    max-width: 100%;
    width: 100%;
    margin: auto;
    background: white;
    height: auto !important; }
    @media screen and (max-width: 400px) {
      .woocommerce-checkout .woocommerce-form-login {
        padding: 0 20px; } }
    .woocommerce-checkout .woocommerce-form-login p:nth-child(1) {
      display: none; }
    .woocommerce-checkout .woocommerce-form-login label {
      margin-bottom: 10px; }
      .woocommerce-checkout .woocommerce-form-login label .required {
        display: none; }
    .woocommerce-checkout .woocommerce-form-login .button {
      margin-top: 20px;
      height: 44px; }
    .woocommerce-checkout .woocommerce-form-login .lost_password {
      font-size: 14px; }
  .woocommerce-checkout .woocommerce-form-login label {
    display: block;
    font-weight: 700;
    margin-top: 15px; }
  .woocommerce-checkout .woocommerce-form-login input {
    width: 100%;
    display: block;
    padding: 10px 10px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #E3E3E3;
    outline: 0;
    transition: ease all .2s; }
  .woocommerce-checkout .woocommerce-form-login a {
    color: #2C2C2C; }
  .woocommerce-checkout .woocommerce-form-login .lost-pw a {
    display: block;
    text-align: center; }
  .woocommerce-checkout .woocommerce-form-login button {
    width: 100%; }
  .woocommerce-checkout .woocommerce-form-login p {
    margin-bottom: 0px; }
  .woocommerce-checkout .woocommerce-form-login .woocommerce-form__label {
    displaY: none; }
  .woocommerce-checkout #pwgc-redeem-gift-card-form {
    display: none !important; }
  .woocommerce-checkout .mc-optin {
    padding: 20px;
    display: block;
    background: #f2f2f2;
    margin-bottom: 15px;
    border-radius: 12px; }

#payment .woocommerce-invalid-required-field {
  background: #edd0d0;
  padding: 10px; }
  #payment .woocommerce-invalid-required-field label {
    margin-bottom: 0px; }

.wc_payment_method.payment_method_bacs {
  display: none; }

.ean-available .wc_payment_method.payment_method_bacs {
  display: block; }

.logged-in #payment ul li.payment_method_altapay_stof2000_viabill_dkk {
  display: block !important; }

.viabill-pricetag-wrap {
  margin-bottom: 15px; }

/*
.viabill-pricetag-wrap {
    display:none!important;
}

.logged-in {
    .viabill-pricetag-wrap {
        display:block;
    }
}
*/
.woocommerce-order-overview__payment-method.method svg {
  vertical-align: middle; }

.woocommerce-MyAccount-navigation ul {
  display: flex;
  justify-content: center;
  padding: 25px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  margin-top: 0px; }
  @media (max-width: 991.98px) {
    .woocommerce-MyAccount-navigation ul {
      justify-content: flex-start;
      overflow-x: auto;
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 0; } }
  .woocommerce-MyAccount-navigation ul li {
    list-style: none; }
    .woocommerce-MyAccount-navigation ul li.is-active {
      text-decoration: underline; }
    .woocommerce-MyAccount-navigation ul li a {
      color: #2C2C2C;
      margin: 0 20px;
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: 500;
      text-transform: uppercase; }
      .woocommerce-MyAccount-navigation ul li a:active, .woocommerce-MyAccount-navigation ul li a:visited, .woocommerce-MyAccount-navigation ul li a:focus {
        color: #2C2C2C;
        text-decoration: none; }
      @media (max-width: 991.98px) {
        .woocommerce-MyAccount-navigation ul li a {
          white-space: nowrap; } }
      .woocommerce-MyAccount-navigation ul li a:hover {
        text-decoration: underline; }

@media (max-width: 991.98px) {
  table.woocommerce-orders-table,
  table.woocommerce-cart-form__contents {
    border: 0; }
    table.woocommerce-orders-table thead,
    table.woocommerce-cart-form__contents thead {
      display: none; }
    table.woocommerce-orders-table tr,
    table.woocommerce-cart-form__contents tr {
      display: block;
      padding: 7px 15px;
      margin-bottom: 10px; }
    table.woocommerce-orders-table td,
    table.woocommerce-cart-form__contents td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: 12px;
      text-align: right;
      padding: 8px 0px;
      font-weight: 500; }
    table.woocommerce-orders-table td::before,
    table.woocommerce-cart-form__contents td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-title);
      float: left;
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      letter-spacing: .5px;
      font-weight: 500;
      font-size: 12px;
      text-align: left;
      color: rgba(0, 0, 0, 0.4); }
    table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions::before,
    table.woocommerce-cart-form__contents td.woocommerce-orders-table__cell-order-actions::before {
      display: none; }
    table.woocommerce-orders-table td:last-child,
    table.woocommerce-cart-form__contents td:last-child {
      border-bottom: 0; }

  table.woocommerce-cart-form__contents .product-name a {
    font-size: 12px !important; }
  table.woocommerce-cart-form__contents .coupon {
    display: block;
    margin-bottom: 15px; }
    table.woocommerce-cart-form__contents .coupon input, table.woocommerce-cart-form__contents .coupon button {
      display: block;
      width: 100%; }
  table.woocommerce-cart-form__contents button[name="update_cart"] {
    float: none !important;
    display: block;
    width: 100%;
    text-align: center; }
  table.woocommerce-cart-form__contents td {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  table.woocommerce-cart-form__contents .product-thumbnail img {
    margin: 0 auto;
    display: block; }
  table.woocommerce-cart-form__contents .product-remove {
    position: relative;
    border: none !important;
    padding: 0 !important; }
    table.woocommerce-cart-form__contents .product-remove a {
      position: absolute;
      right: 0;
      top: 0;
      text-decoration: none;
      font-size: 30px; }
  table.woocommerce-cart-form__contents .product-subtotal {
    border-bottom: none !important; } }
.woocommerce-orders .woocommerce-MyAccount-content, .woocommerce-edit-address .woocommerce-MyAccount-content {
  max-width: 100%; }

.woocommerce-MyAccount-content {
  min-height: 500px;
  padding-bottom: 80px;
  max-width: 800px;
  margin: 0 auto; }
  .woocommerce-MyAccount-content .woocommerce-message {
    text-align: center; }
  .woocommerce-MyAccount-content h2.woocommerce-order-details__title {
    font-size: 32px;
    padding-bottom: 20px; }
  .woocommerce-MyAccount-content table {
    width: 100%; }
    .woocommerce-MyAccount-content table .woocommerce-orders-table__header {
      text-align: left;
      padding-bottom: 10px; }
    .woocommerce-MyAccount-content table td.woocommerce-orders-table__cell-order-actions a {
      background: #2C2C2C;
      color: #fff;
      padding: 10px 20px;
      font-size: 12px;
      line-height: 1;
      text-decoration: none;
      border-radius: 3px;
      display: inline-block;
      margin-right: 5px;
      transition: .2s ease-in-out; }
      .woocommerce-MyAccount-content table td.woocommerce-orders-table__cell-order-actions a:hover {
        opacity: .8; }
    .woocommerce-MyAccount-content table td.woocommerce-orders-table__cell-order-number a {
      color: #2C2C2C;
      font-weight: 800; }
  .woocommerce-MyAccount-content .form-row {
    margin-bottom: 0;
    margin-top: 25px; }
    .woocommerce-MyAccount-content .form-row.form-row-first {
      width: 48%;
      display: inline-block;
      margin-right: 4%; }
    .woocommerce-MyAccount-content .form-row.form-row-last {
      width: 48%;
      display: inline-block;
      float: right; }
    .woocommerce-MyAccount-content .form-row.form-row-wide {
      display: block;
      width: 100%; }
  .woocommerce-MyAccount-content label {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    font-weight: 600; }
    .woocommerce-MyAccount-content label .required {
      display: none; }
  .woocommerce-MyAccount-content input {
    padding: 12px 10px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #E3E3E3;
    outline: 0;
    transition: ease all .2s;
    overflow: hidden;
    background-position: 100% 13px; }
  .woocommerce-MyAccount-content .delivery-options h4 {
    margin-bottom: 20px; }
  .woocommerce-MyAccount-content .delivery-option {
    font-size: 15px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    margin-top: 6px; }
    .woocommerce-MyAccount-content .delivery-option .remove {
      color: #000000;
      position: absolute;
      right: 20px;
      display: block;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      line-height: 1;
      font-size: 12px;
      font-weight: 600; }
      .woocommerce-MyAccount-content .delivery-option .remove:hover {
        text-decoration: underline; }
  .woocommerce-MyAccount-content .add-delivery-toggl {
    margin-top: 20px; }
  .woocommerce-MyAccount-content form.add-delivery {
    display: none;
    background: #f9f9f9;
    padding: 25px 40px 30px 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px; }
    .woocommerce-MyAccount-content form.add-delivery > div {
      display: flex;
      align-items: flex-end; }
      .woocommerce-MyAccount-content form.add-delivery > div .form-row {
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 1%; }
        .woocommerce-MyAccount-content form.add-delivery > div .form-row.form-row-first {
          width: auto;
          display: inline-block;
          margin-right: 1%; }
        .woocommerce-MyAccount-content form.add-delivery > div .form-row.form-row-last {
          width: auto;
          display: inline-block;
          float: none; }
        .woocommerce-MyAccount-content form.add-delivery > div .form-row.form-row-wide {
          display: block;
          width: auto; }
      .woocommerce-MyAccount-content form.add-delivery > div input[type="submit"] {
        max-width: 130px;
        height: 45px;
        line-height: 43px;
        padding: 0px; }

mark {
  background: none;
  font-weight: 800; }

.woocommerce-Address header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }
  .woocommerce-Address header h3 {
    font-size: 24px;
    letter-spacing: .5px;
    margin: 0; }
  .woocommerce-Address header a {
    font-size: 15px;
    color: #2C2C2C;
    text-decoration: underline; }
    .woocommerce-Address header a:active, .woocommerce-Address header a:visited, .woocommerce-Address header a:focus {
      color: #2C2C2C;
      text-decoration: none; }
.woocommerce-Address address {
  background: #2C2C2C;
  color: #fff;
  padding: 40px; }

.page-divider {
  height: 1px;
  background: black;
  margin: 50px 0;
  opacity: .1; }

.woocommerce-EditAccountForm {
  max-width: 600px;
  margin: 0 auto; }
  .woocommerce-EditAccountForm fieldset {
    border: none;
    background: #f9f9f9;
    padding: 40px;
    margin-top: 20px;
    border-radius: 5px; }
    .woocommerce-EditAccountForm fieldset legend {
      display: block;
      box-sizing: unset;
      top: 40px;
      position: relative;
      font-weight: 800;
      font-size: 16px;
      margin-bottom: 0px; }

.woocommerce-view-subscription .subscription_details {
  display: none; }

.membership-table .membership-box {
  width: 100%;
  margin-bottom: 25px; }
  .membership-table .membership-box .membership-inner {
    position: relative;
    padding: 40px;
    background-color: #f9f9f9;
    width: 100%;
    display: flex;
    border-radius: 6px; }
    .membership-table .membership-box .membership-inner .status {
      background: #2C2C2C;
      width: auto;
      position: absolute;
      top: -15px;
      right: 40px;
      border-bottom-left-radius: 6px;
      border-top-left-radius: 6px;
      height: 30px;
      color: #fff;
      border-radius: 20px;
      padding: 0 35px;
      line-height: 30px;
      font-size: 14px; }
    .membership-table .membership-box .membership-inner .flex-1 {
      flex: 0 0 60%;
      display: inline-flex;
      flex-direction: column;
      justify-content: space-between; }
    .membership-table .membership-box .membership-inner .flex-2 {
      flex: 0 0 40%; }
    .membership-table .membership-box .membership-inner.active {
      border: 3px solid #2C2C2C; }
    .membership-table .membership-box .membership-inner .member-title {
      font-size: 24px;
      font-weight: 800; }
    .membership-table .membership-box .membership-inner .member-price .amount {
      font-size: 18px;
      font-weight: 700;
      padding-top: 5px;
      display: block;
      min-height: 50px; }
    .membership-table .membership-box .membership-inner .member-actions .btn {
      height: 38px;
      line-height: 38px;
      font-size: 14px;
      user-select: none; }
      .membership-table .membership-box .membership-inner .member-actions .btn:active, .membership-table .membership-box .membership-inner .member-actions .btn:visited, .membership-table .membership-box .membership-inner .member-actions .btn:focus {
        color: #fff; }
    .membership-table .membership-box .membership-inner ul {
      margin: 0;
      padding: 0; }
      .membership-table .membership-box .membership-inner ul li {
        list-style: none;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 10px;
        padding-left: 25px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ctitle%3Ef-check%3C/title%3E%3Cg fill='%23312877'%3E%3Cpolygon fill='%23312877' points='5.6,9.6 2.4,6.4 0,8.8 5.6,14.4 16,4 13.6,1.6 '%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
        background-position: left top 3px;
        background-repeat: no-repeat;
        background-size: 12px; }
        .membership-table .membership-box .membership-inner ul li:last-child {
          margin-bottom: 0; }

.woocommerce-view-order section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
  display: flex;
  justify-content: space-between; }
  .woocommerce-view-order section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column--1, .woocommerce-view-order section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column--2 {
    flex: 0 0 49%;
    max-width: 49%;
    padding: 0; }
    .woocommerce-view-order section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column--1 h2, .woocommerce-view-order section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column--2 h2 {
      font-size: 18px;
      padding-bottom: 10px; }
    .woocommerce-view-order section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column--1 address, .woocommerce-view-order section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column--2 address {
      box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
      padding: 25px;
      border-radius: 5px;
      font-size: 16px; }
      .woocommerce-view-order section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column--1 address p, .woocommerce-view-order section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column--2 address p {
        padding: 0;
        margin: 0; }

.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password {
  max-width: 400px;
  margin: 0 auto;
  padding: 200px 0; }
  .woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password p {
    font-size: 14px;
    margin-bottom: 20px;
    font-style: italic;
    color: rga(0, 0, 0, 0.5); }
  .woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password input {
    display: block;
    width: 100%; }
  .woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password button {
    width: 100%; }
  .woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password label {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    padding-bottom: 5px; }

.create-account-modal {
  padding: 25px; }
  .create-account-modal h2 {
    margin-top: 0; }
  .create-account-modal p {
    margin: 0; }
    .create-account-modal p.woocommerce-form-row {
      margin-bottom: 20px; }
      .create-account-modal p.woocommerce-form-row:last-child {
        margin-bottom: 0; }
  .create-account-modal input {
    display: block;
    width: 100%; }
  .create-account-modal button {
    width: 100%; }
  .create-account-modal label {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    padding-bottom: 5px; }
  .create-account-modal .woocommerce-password-strength {
    margin: 10px 0;
    font-size: 14px;
    color: red; }
  .create-account-modal .woocommerce-password-hint {
    display: block;
    line-height: 1; }
  .create-account-modal .woocommerce-privacy-policy-text p {
    font-size: 14px;
    margin-bottom: 20px;
    font-style: italic;
    color: rga(0, 0, 0, 0.5); }
    .create-account-modal .woocommerce-privacy-policy-text p a {
      color: #2C2C2C; }
      .create-account-modal .woocommerce-privacy-policy-text p a:active, .create-account-modal .woocommerce-privacy-policy-text p a:visited, .create-account-modal .woocommerce-privacy-policy-text p a:focus {
        color: #2C2C2C;
        text-decoration: none; }

.login-wrap {
  padding: 200px 0;
  text-align: center;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .login-wrap h2 {
    margin-top: 0;
    margin-bottom: 25px; }
  .login-wrap .input-wrap {
    position: relative;
    margin-bottom: 15px; }
  .login-wrap .create-account {
    color: #2C2C2C;
    margin-top: 15px;
    font-size: 14px; }
    .login-wrap .create-account:active, .login-wrap .create-account:visited, .login-wrap .create-account:focus {
      color: #2C2C2C;
      text-decoration: none; }
  .login-wrap form {
    max-width: 350px;
    width: 100%;
    padding: 0; }
    .login-wrap form .woocommerce-LostPassword.lost_password a {
      position: absolute;
      font-size: 10px;
      right: 12px;
      bottom: 17px;
      color: #2C2C2C; }
      .login-wrap form .woocommerce-LostPassword.lost_password a:active, .login-wrap form .woocommerce-LostPassword.lost_password a:visited, .login-wrap form .woocommerce-LostPassword.lost_password a:focus {
        color: #2C2C2C;
        text-decoration: none; }
      .login-wrap form .woocommerce-LostPassword.lost_password a:hover {
        opacity: .5; }
    .login-wrap form label {
      display: block;
      color: #404040;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 12px;
      text-align: left;
      padding-bottom: 5px; }
    .login-wrap form input {
      padding: 10px 14px;
      width: 100%;
      max-width: 100%;
      border: 1px solid rgba(196, 196, 196, 0.5);
      outline: 0;
      transition: ease all .2s;
      overflow: hidden;
      background-position: 100% 13px;
      font-size: 16px; }
    .login-wrap form button {
      width: 100%; }

.woocommerce-error {
  background-color: #f9f9f9;
  padding: 25px; }
  .woocommerce-error li {
    list-style: none; }

.woocommerce-form-login {
  padding: 20px;
  max-width: 100%;
  width: calc(50% - 20px);
  margin: auto;
  background: white; }
  @media screen and (max-width: 767px) {
    .woocommerce-form-login {
      width: calc(100% - 20px); } }

.woocommerce-form-login label {
  display: block;
  font-weight: 700;
  margin-top: 15px; }
.woocommerce-form-login input {
  width: 100%;
  display: block;
  padding: 10px 10px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #E3E3E3;
  outline: 0;
  transition: ease all .2s; }
.woocommerce-form-login a {
  color: #2C2C2C; }
.woocommerce-form-login .lost-pw a {
  display: block;
  text-align: center; }
.woocommerce-form-login button {
  width: 100%; }
.woocommerce-form-login p {
  margin-bottom: 0px; }
.woocommerce-form-login .woocommerce-form__label {
  displaY: none; }

.woocommerce-cart .cart-wrap {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 75px; }
  @media (max-width: 991.98px) {
    .woocommerce-cart .cart-wrap {
      display: block;
      padding: 0; } }
  .woocommerce-cart .cart-wrap .includes_tax {
    display: block; }
  .woocommerce-cart .cart-wrap .cart-items {
    flex: 0 0 60%;
    padding-right: 50px; }
    @media (max-width: 991.98px) {
      .woocommerce-cart .cart-wrap .cart-items {
        padding-right: 0; } }
    .woocommerce-cart .cart-wrap .cart-items .woocommerce-cart-form table {
      width: 100%; }
    .woocommerce-cart .cart-wrap .cart-items .woocommerce-cart-form .cart_item td {
      border-bottom: 1px solid #ebebeb;
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (min-width: 769px) {
        .woocommerce-cart .cart-wrap .cart-items .woocommerce-cart-form .cart_item td {
          padding-left: 15px; } }
    .woocommerce-cart .cart-wrap .cart-items .woocommerce-cart-form .cart_item .product-thumbnail img {
      max-height: 100px;
      width: auto; }
    .woocommerce-cart .cart-wrap .cart-items .woocommerce-cart-form .cart_item .product-name a {
      color: #404040;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: .5px;
      max-width: calc(100% - 20px); }
      .woocommerce-cart .cart-wrap .cart-items .woocommerce-cart-form .cart_item .product-name a:active, .woocommerce-cart .cart-wrap .cart-items .woocommerce-cart-form .cart_item .product-name a:visited, .woocommerce-cart .cart-wrap .cart-items .woocommerce-cart-form .cart_item .product-name a:focus {
        color: #404040;
        text-decoration: none; }
    .woocommerce-cart .cart-wrap .cart-items .woocommerce-cart-form .cart_item .product-remove a {
      color: #000; }
      .woocommerce-cart .cart-wrap .cart-items .woocommerce-cart-form .cart_item .product-remove a:active, .woocommerce-cart .cart-wrap .cart-items .woocommerce-cart-form .cart_item .product-remove a:visited, .woocommerce-cart .cart-wrap .cart-items .woocommerce-cart-form .cart_item .product-remove a:focus {
        color: #000;
        text-decoration: none; }
    .woocommerce-cart .cart-wrap .cart-items .woocommerce-cart-form .cart_item .striked {
      display: block;
      font-size: 14px;
      text-decoration: line-through;
      opacity: .5; }
    .woocommerce-cart .cart-wrap .cart-items .actions {
      padding-top: 25px; }
      .woocommerce-cart .cart-wrap .cart-items .actions button[name="update_cart"] {
        float: right;
        height: 50px;
        font-size: 14px;
        line-height: 50px;
        padding: 0 30px;
        margin: 0; }
  .woocommerce-cart .cart-wrap .cart-subtotal {
    flex: 0 0 40%; }
    @media (max-width: 991.98px) {
      .woocommerce-cart .cart-wrap .cart-subtotal {
        padding-left: 0;
        border-left: none;
        margin-top: 10px; } }
    .woocommerce-cart .cart-wrap .cart-subtotal .cart-collaterals {
      background: #fff;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
      padding: 50px;
      border-radius: 10px;
      margin-bottom: 20px; }
      @media (max-width: 768.98px) {
        .woocommerce-cart .cart-wrap .cart-subtotal .cart-collaterals {
          padding: 25px; } }
      .woocommerce-cart .cart-wrap .cart-subtotal .cart-collaterals h2 {
        font-size: 28px;
        margin-top: 0px; }
      .woocommerce-cart .cart-wrap .cart-subtotal .cart-collaterals .shop_table {
        width: 100%; }
        .woocommerce-cart .cart-wrap .cart-subtotal .cart-collaterals .shop_table td {
          padding: 5px 0;
          text-align: right; }
  .woocommerce-cart .cart-wrap th {
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 12px;
    text-align: left; }
    @media (min-width: 769px) {
      .woocommerce-cart .cart-wrap th {
        padding-left: 15px; } }

.coupon {
  display: inline-flex !important; }
  @media (max-width: 768.98px) {
    .coupon {
      width: 100%; } }
  .coupon label {
    display: none; }
  .coupon #coupon_code {
    height: 50px;
    border: 1px solid #333;
    border-radius: 3px 0 0 3px;
    padding: 0 20px;
    line-height: 50px;
    width: 180px;
    display: inline-flex;
    font-size: 16px; }
  .coupon button[name="apply_coupon"] {
    background: #404040;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 0 3px 3px 0;
    margin: 0;
    text-align: center; }
    @media (max-width: 991.98px) {
      .coupon button[name="apply_coupon"] {
        display: inline-flex !important;
        width: 100%;
        max-width: calc(100% - 184px);
        overflow: hidden; } }
    .coupon button[name="apply_coupon"]:hover {
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff; }

.wc-proceed-to-checkout {
  margin-top: 25px; }
  @media (max-width: 768.98px) {
    .wc-proceed-to-checkout {
      display: none; } }
  .wc-proceed-to-checkout a {
    width: 100%;
    text-align: center;
    border: 0px;
    border-radius: 3px;
    line-height: 1;
    cursor: pointer;
    transition: ease all .2s;
    display: inline-block;
    margin-bottom: 10px;
    padding: 18px 36px;
    font-size: 20px;
    min-width: 180px;
    text-align: center;
    margin-right: 10px;
    font-family: "Lato", Helvetica, Arial;
    text-decoration: none;
    background-color: #2C2C2C;
    color: white; }
    .wc-proceed-to-checkout a:active, .wc-proceed-to-checkout a:focus, .wc-proceed-to-checkout a:visited {
      background-color: #2C2C2C;
      color: white; }
    .wc-proceed-to-checkout a:hover {
      background-color: #000000;
      border-color: #000000; }

.cart-info {
  background: rgba(196, 196, 196, 0.1);
  padding: 25px; }
  .cart-info p {
    margin: 0;
    font-size: 14px;
    color: #404040;
    text-transform: uppercase; }
  .cart-info .info-row {
    display: flex;
    justify-content: space-between; }
    .cart-info .info-row span {
      font-weight: 500; }

.widget_shopping_cart_content {
  height: 100%; }

.woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  height: 72%;
  padding: 20px 40px;
  overflow-y: auto; }
  @media (max-width: 768.98px) {
    .woocommerce-mini-cart {
      padding: 20px; } }
  .woocommerce-mini-cart .woocommerce-mini-cart-item {
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0; }
    @media (max-width: 768.98px) {
      .woocommerce-mini-cart .woocommerce-mini-cart-item {
        padding: 10px 0; } }
    .woocommerce-mini-cart .woocommerce-mini-cart-item:last-child {
      border-bottom: none; }
    .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
      position: absolute;
      top: 20px;
      right: 0;
      color: red; }
      .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:active, .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:visited, .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:focus {
        color: red;
        text-decoration: none; }
    .woocommerce-mini-cart .woocommerce-mini-cart-item .mini-cart-item-thumbnail img {
      max-width: none;
      width: 40px;
      height: auto; }
      @media (max-width: 768.98px) {
        .woocommerce-mini-cart .woocommerce-mini-cart-item .mini-cart-item-thumbnail img {
          width: 30px; } }
    .woocommerce-mini-cart .woocommerce-mini-cart-item .mini-cart-item-content {
      padding-left: 20px; }
      .woocommerce-mini-cart .woocommerce-mini-cart-item .mini-cart-item-content .mini-cart-item-name a {
        color: #2C2C2C;
        font-size: 16px;
        font-weight: 500;
        padding-right: 10px; }
        .woocommerce-mini-cart .woocommerce-mini-cart-item .mini-cart-item-content .mini-cart-item-name a:active, .woocommerce-mini-cart .woocommerce-mini-cart-item .mini-cart-item-content .mini-cart-item-name a:visited, .woocommerce-mini-cart .woocommerce-mini-cart-item .mini-cart-item-content .mini-cart-item-name a:focus {
          color: #2C2C2C;
          text-decoration: none; }
        @media (max-width: 768.98px) {
          .woocommerce-mini-cart .woocommerce-mini-cart-item .mini-cart-item-content .mini-cart-item-name a {
            font-size: 13px; } }
      .woocommerce-mini-cart .woocommerce-mini-cart-item .mini-cart-item-content .quantity {
        margin-top: 5px;
        opacity: .5;
        display: block;
        font-size: 14px; }
        .woocommerce-mini-cart .woocommerce-mini-cart-item .mini-cart-item-content .quantity .striked {
          text-decoration: line-through;
          margin-right: 5px; }

.mini-cart-actions {
  height: 28%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(97, 103, 62, 0.1);
  text-align: center; }
  @media (max-width: 768.98px) {
    .mini-cart-actions {
      padding: 20px; } }
  .mini-cart-actions .woocommerce-mini-cart__total {
    line-height: 1;
    display: block; }
    .mini-cart-actions .woocommerce-mini-cart__total strong {
      font-weight: 400; }
    .mini-cart-actions .woocommerce-mini-cart__total .amount {
      font-family: "Lato", Helvetica, Arial;
      font-size: 24px; }
  .mini-cart-actions .woocommerce-mini-cart__buttons {
    text-align: center; }
    .mini-cart-actions .woocommerce-mini-cart__buttons .btn {
      display: block;
      text-align: center;
      margin: 0; }
      .mini-cart-actions .woocommerce-mini-cart__buttons .btn.btn-outline {
        display: inline-block;
        margin: 20px 0; }
        @media (max-width: 768.98px) {
          .mini-cart-actions .woocommerce-mini-cart__buttons .btn.btn-outline {
            margin: 15px 0; } }
  .mini-cart-actions .free-shipping-note {
    margin: 0;
    font-size: 12px;
    position: absolute;
    top: -40px;
    background: #e2de5b;
    color: #6e752a;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    right: 40px;
    font-weight: 600;
    padding: 10px;
    line-height: 1.3;
    transform: rotate(10deg); }
    @media (max-width: 768.98px) {
      .mini-cart-actions .free-shipping-note {
        height: 75px;
        width: 75px;
        font-size: 10px;
        right: 15px;
        top: -50px; } }

.fixed-add-to-cart {
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding: 20px;
  background: white;
  width: 100%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  z-index: 8; }
  @media (min-width: 769px) {
    .fixed-add-to-cart {
      display: none; } }
  .fixed-add-to-cart a {
    width: 100%;
    margin: 0px;
    text-align: center;
    padding: 20px; }

.woocommerce-mini-cart__empty-message {
  text-align: center;
  padding: 40px; }

.free-shipping-message {
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  padding: 10px 25px;
  display: block;
  margin: 0 15px;
  border-radius: 2px; }
  .free-shipping-message .btn {
    text-decoration: none; }

[data-measure=mtr] .plus, [data-measure=mtr] .minus {
  display: none !important; }

.ywgc_enter_code {
  padding: 0px;
  background: unset; }
  .ywgc_enter_code input {
    height: 50px;
    border: 1px solid #333;
    border-radius: 3px 0 0 3px;
    padding: 0 20px;
    line-height: 50px;
    width: 180px;
    display: inline-flex;
    font-size: 16px; }

#payment .payment_method_klarna_payments_pay_later, #payment .payment_method_klarna_payments_pay_over_time, #payment .payment_method_klarna_payments_pay_now {
  display: none !important; }

.logged-in #payment .payment_method_klarna_payments_pay_later, .logged-in #payment .payment_method_klarna_payments_pay_over_time, .logged-in #payment .payment_method_klarna_payments_pay_now {
  display: block !important; }

.woocommerce-order-received.woocommerce-checkout #primary {
  width: 100%;
  padding: 20px;
  padding-top: 50px;
  background-color: #F3F3F3;
  min-height: 100vh; }
.woocommerce-order-received.woocommerce-checkout .woocommerce {
  padding-top: 50px;
  display: flex;
  align-items: center;
  width: 100%; }
  .woocommerce-order-received.woocommerce-checkout .woocommerce .logo-wrap {
    width: 100%; }
    .woocommerce-order-received.woocommerce-checkout .woocommerce .logo-wrap img {
      max-width: 150px; }
    .woocommerce-order-received.woocommerce-checkout .woocommerce .logo-wrap a {
      display: block;
      font-family: "Lato", Helvetica, Arial;
      text-decoration: none;
      margin-bottom: 20px;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase; }
      .woocommerce-order-received.woocommerce-checkout .woocommerce .logo-wrap a svg {
        transform: translateY(2px);
        margin-right: 5px;
        transition: ease all .2s; }
      .woocommerce-order-received.woocommerce-checkout .woocommerce .logo-wrap a:hover svg {
        margin-right: 8px; }
  .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-order, .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-bacs-bank-details {
    max-width: 600px;
    margin: auto; }
    .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-order h2, .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-bacs-bank-details h2 {
      display: block;
      line-height: 1;
      margin-bottom: 20px;
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px solid rgba(27, 27, 27, 0.04); }
    .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-order .wc-bacs-bank-details-account-name, .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
      font-size: 24px;
      margin-bottom: 15px;
      color: black; }
    .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-overview, .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-order .wc-bacs-bank-details, .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-bacs-bank-details .woocommerce-order-overview, .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details {
      padding: 0px;
      margin: 0px;
      list-style: none;
      margin-bottom: 40px; }
      .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-overview li, .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-order .wc-bacs-bank-details li, .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-bacs-bank-details .woocommerce-order-overview li, .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li {
        font-weight: unset !important;
        font-family: "Lato", Helvetica, Arial;
        color: black;
        padding-bottom: 5px;
        margin-bottom: 5px; }
        .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-overview li:not(:last-child), .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-order .wc-bacs-bank-details li:not(:last-child), .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-bacs-bank-details .woocommerce-order-overview li:not(:last-child), .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li:not(:last-child) {
          border-bottom: 1px solid #eaeaea; }
        .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-overview li strong, .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-order .wc-bacs-bank-details li strong, .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-bacs-bank-details .woocommerce-order-overview li strong, .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong {
          font-weight: unset !important;
          font-family: "Lato", Helvetica, Arial; }
  .woocommerce-order-received.woocommerce-checkout .woocommerce .order_details {
    margin-bottom: 40px;
    display: block; }
  .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-order-details {
    text-align: left;
    display: none; }
    .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-order-details th {
      font-weight: unset;
      font-family: "Lato", Helvetica, Arial;
      color: black; }
    .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-order-details .product-total, .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-order-details td {
      text-align: right; }
  .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-customer-details {
    display: none; }
    .woocommerce-order-received.woocommerce-checkout .woocommerce .woocommerce-customer-details address {
      text-decoration: none;
      font-style: normal; }

.archive.woocommerce-page .woocommerce-message {
  display: none !important; }
.archive.woocommerce-page .col-subcats .label {
  display: block;
  font-size: 16px;
  color: black;
  border-top: 1px solid #CACACA;
  font-weight: 700;
  padding: 20px 0; }
@media (max-width: 768.98px) {
  .archive.woocommerce-page .col-subcats {
    display: none; } }
.archive.woocommerce-page .col-subcats .wcpf-inner {
  border-top: 1px solid #CACACA;
  padding-top: 20px; }
.archive.woocommerce-page .col-mobile-filter {
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  @media (min-width: 769px) {
    .archive.woocommerce-page .col-mobile-filter {
      display: none; } }
  .archive.woocommerce-page .col-mobile-filter .show-filters {
    padding: 16px;
    background: white;
    border: 1px solid black;
    border-radius: 4px;
    display: inline-flex;
    font-weight: 700;
    align-items: center;
    color: black;
    cursor: pointer;
    justify-content: center;
    width: calc(100% - 100px); }
    .archive.woocommerce-page .col-mobile-filter .show-filters svg {
      margin-left: 10px; }
  .archive.woocommerce-page .col-mobile-filter .custom-reset {
    padding: 0px;
    border: 0px;
    color: #A5A5A5;
    font-size: 16px; }

.products__item {
  display: block;
  margin-bottom: 30px;
  position: relative; }
  .products__item .woocommerce-loop-product__link {
    display: block;
    position: relative; }
  .products__item .onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 8px 15px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3; }
  .products__item img {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 4px; }
  .products__item .product-label {
    position: absolute;
    top: 0px;
    left: 0px;
    background: black;
    color: white;
    padding: 12px;
    font-size: 13px;
    font-weight: 300;
    pointer-events: none;
    border-radius: 4px 0 0 0; }
  .products__item .sku {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    color: #979797;
    margin-bottom: 15px; }
  .products__item .woocommerce-loop-product__title {
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    min-height: calc(2em * 1.2); }
  .products__item .price {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end; }
    .products__item .price ins {
      color: #B5453C;
      margin-right: 10px;
      text-decoration: none; }

.col-filters .filter-headline {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 769px) {
    .col-filters .filter-headline {
      display: none; } }
  .col-filters .filter-headline .toggle-filter {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -11px;
    top: -7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Ee-remove%3C/title%3E%3Cg stroke-linecap='square' stroke-linejoin='miter' stroke-width='2' fill='none' stroke='%23000000' stroke-miterlimit='10'%3E%3Cline x1='19' y1='5' x2='5' y2='19'%3E%3C/line%3E%3Cline x1='19' y1='19' x2='5' y2='5'%3E%3C/line%3E%3C/g%3E%3C/svg%3E"); }
@media (min-width: 769px) {
  .col-filters .filter-go {
    display: none; } }
@media (max-width: 768.98px) {
  .col-filters {
    display: none; } }
.col-filters .nm-toggle-filter {
  display: inline-flex; }
  .col-filters .nm-toggle-filter .box-toggle {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Edown-arrow%3C/title%3E%3Cg stroke-width='1' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='0.5 3.5 6 9.5 11.5 3.5'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    right: 16px; }
    .col-filters .nm-toggle-filter .box-toggle:before {
      display: none; }
  .col-filters .nm-toggle-filter .wcpf-inner .wcpf-field-title {
    padding: 16px 100px 16px 16px;
    background: white;
    margin-right: 16px;
    border: 1px solid #333;
    border-radius: 4px; }
    .col-filters .nm-toggle-filter .wcpf-inner .wcpf-field-title .text.active-filter:before {
      content: " ";
      width: 7px;
      height: 7px;
      display: inline-block;
      background: black;
      border-radius: 10px;
      margin-right: 8px;
      transform: translateY(-1px); }
  .col-filters .nm-toggle-filter .wcpf-inner .wcpf-product-counts {
    opacity: .5; }
  @media (min-width: 769px) {
    .col-filters .nm-toggle-filter .wcpf-inner .wcpf-content {
      position: absolute;
      padding: 20px;
      background: white;
      z-index: 4;
      border-radius: 4px;
      border: 1px solid #333;
      z-index: 2; } }
  .col-filters .nm-toggle-filter .wcpf-button-action-reset {
    padding: 0px;
    border: 0px;
    color: #A5A5A5;
    font-size: 16px; }
    .col-filters .nm-toggle-filter .wcpf-button-action-reset:hover {
      color: black;
      background: unset; }
  .col-filters .nm-toggle-filter .ui-slider .ui-slider-handle {
    background-color: black;
    border: 0px;
    transform: translateY(1px); }
  .col-filters .nm-toggle-filter .ui-slider .ui-slider-range {
    background-color: #BCB197; }
.col-filters.mobile-active {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  z-index: 5;
  height: 100%;
  background: white;
  padding: 30px;
  flex-direction: column; }
  .col-filters.mobile-active .wcpf-filter {
    width: 100%; }
    .col-filters.mobile-active .wcpf-filter .wcpf-filter-inner {
      display: flex;
      flex-direction: column; }
      .col-filters.mobile-active .wcpf-filter .wcpf-filter-inner .wcpf-field-item {
        width: 100%;
        margin-bottom: 0px; }
        .col-filters.mobile-active .wcpf-filter .wcpf-filter-inner .wcpf-field-item .wcpf-inner {
          width: 100%; }
          .col-filters.mobile-active .wcpf-filter .wcpf-filter-inner .wcpf-field-item .wcpf-inner .wcpf-content {
            border-bottom: 1px solid #333;
            padding: 30px 0;
            margin: 0px; }
            .col-filters.mobile-active .wcpf-filter .wcpf-filter-inner .wcpf-field-item .wcpf-inner .wcpf-content.wcpf-checkbox-list {
              padding: 15px 0; }
            .col-filters.mobile-active .wcpf-filter .wcpf-filter-inner .wcpf-field-item .wcpf-inner .wcpf-content .wcpf-item-inner .wcpf-item-label {
              padding: 5px 0;
              font-size: 16px; }
              .col-filters.mobile-active .wcpf-filter .wcpf-filter-inner .wcpf-field-item .wcpf-inner .wcpf-content .wcpf-item-inner .wcpf-item-label .wcpf-title {
                font-size: 18px; }
            .col-filters.mobile-active .wcpf-filter .wcpf-filter-inner .wcpf-field-item .wcpf-inner .wcpf-content .wcpf-item-inner .wcpf-input-container {
              transform: scale(1.2) translateX(3px);
              border-color: #333;
              margin-top: 4px; }
        .col-filters.mobile-active .wcpf-filter .wcpf-filter-inner .wcpf-field-item .wcpf-field-title {
          margin-bottom: 0px;
          border-top: 0px;
          width: 100%;
          margin-right: 0px;
          border-radius: 0px;
          border-left: 0px;
          border-right: 0px;
          padding-left: 0px;
          font-size: 18px; }
        .col-filters.mobile-active .wcpf-filter .wcpf-filter-inner .wcpf-field-item:first-child .wcpf-field-title {
          border-top: 1px solid; }
    .col-filters.mobile-active .wcpf-filter .wcpf-button-action-filter {
      padding: 20px;
      background: black;
      font-size: 16px;
      text-align: center;
      color: white;
      border-color: black; }

.archive-sorting {
  margin-bottom: 12px;
  border-top: 1px solid #cacaca;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  width: 100%; }
  .archive-sorting__results p {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    font-weight: bold; }
  .archive-sorting__ordering {
    display: flex; }
    @media (max-width: 768.98px) {
      .archive-sorting__ordering label {
        display: none; } }
    .archive-sorting__ordering label {
      margin-right: 5px; }
    .archive-sorting__ordering form select {
      font-weight: bold;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Edown-arrow%3C/title%3E%3Cg stroke-width='1' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='0.5 3.5 6 9.5 11.5 3.5'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
      background-position: right 15px center;
      background-repeat: no-repeat;
      font-family: "Lato", Helvetica, Arial;
      color: #2C2C2C;
      cursor: pointer;
      border: 0px;
      background-color: unset; }

.woocommerce-pagination {
  display: flex;
  justify-content: center;
  padding: 50px 0 50px; }
  .woocommerce-pagination ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-end; }
    .woocommerce-pagination ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      display: block;
      margin: 0 3px; }
      .woocommerce-pagination ul li .page-numbers {
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0;
        height: 50px;
        line-height: 48px;
        width: 50px;
        text-align: center;
        color: #000; }
        .woocommerce-pagination ul li .page-numbers:active, .woocommerce-pagination ul li .page-numbers:visited, .woocommerce-pagination ul li .page-numbers:focus {
          color: #000;
          text-decoration: none; }
        .woocommerce-pagination ul li .page-numbers.current {
          background: #2C2C2C;
          color: white; }
        .woocommerce-pagination ul li .page-numbers.dots {
          border: none;
          background: none;
          line-height: 1;
          height: auto;
          padding-bottom: 5px; }
          @media (max-width: 575.98px) {
            .woocommerce-pagination ul li .page-numbers.dots {
              width: auto;
              margin: 0; } }
        @media (max-width: 575.98px) {
          .woocommerce-pagination ul li .page-numbers {
            height: 35px;
            line-height: 33px;
            width: 35px;
            font-size: 12px; } }

.col-seotext h1, .col-seotext h2, .col-seotext h3, .col-seotext h4 {
  margin-top: 0px;
  line-height: 1.2;
  font-size: 24px; }
.col-seotext h1, .col-seotext h2 {
  margin-bottom: 20px; }
.col-seotext h3, .col-seotext h4 {
  margin-bottom: 10px; }
.col-seotext p {
  margin-top: 0px; }

.pswp {
  z-index: 99991; }

.single-product__summary {
  display: flex;
  align-items: flex-start; }
  .single-product__summary .onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 8px 15px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    display: none !important; }
  .single-product__summary .woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 30px; }
    @media screen and (max-width: 600px) {
      .single-product__summary .woocommerce-product-gallery {
        flex-direction: column;
        margin-bottom: 20px; } }
    .single-product__summary .woocommerce-product-gallery .flex-viewport {
      flex: 0 0 calc(100% - 100px); }
      @media screen and (max-width: 600px) {
        .single-product__summary .woocommerce-product-gallery .flex-viewport {
          flex: 0 0 100%; } }
    .single-product__summary .woocommerce-product-gallery .flex-control-nav {
      flex: 0 0 90px;
      padding: 0 10px 0 0;
      list-style: none; }
      @media screen and (max-width: 600px) {
        .single-product__summary .woocommerce-product-gallery .flex-control-nav {
          flex: 0 0 100%;
          display: flex;
          margin-top: 10px;
          padding-right: 0px; }
          .single-product__summary .woocommerce-product-gallery .flex-control-nav li {
            display: inline-flex;
            margin-right: 10px;
            width: 80px; } }
      .single-product__summary .woocommerce-product-gallery .flex-control-nav li {
        margin-bottom: 10px; }
        .single-product__summary .woocommerce-product-gallery .flex-control-nav li img {
          border-radius: 5px; }
          .single-product__summary .woocommerce-product-gallery .flex-control-nav li img.flex-active {
            border: 2px solid black; }
    .single-product__summary .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      display: none; }
    .single-product__summary .woocommerce-product-gallery figure {
      margin: 0; }
  @media (min-width: 769px) {
    .single-product__summary .summary {
      padding-left: 40px; } }
  .single-product__summary .summary .sku {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #979797;
    margin-bottom: 15px; }
  .single-product__summary .summary .product_title {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    width: 500px;
    max-width: 100%; }
    @media (max-width: 991.98px) {
      .single-product__summary .summary .product_title {
        font-size: 16px; } }
  .single-product__summary .summary .add-info {
    display: flex;
    width: 100%;
    margin: 30px 0; }
    @media screen and (max-width: 600px) {
      .single-product__summary .summary .add-info {
        margin-bottom: 15px; } }
    .single-product__summary .summary .add-info .col-info {
      flex: 0 0 50%;
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 600px) {
        .single-product__summary .summary .add-info .col-info {
          flex-direction: column-reverse; } }
      @media screen and (max-width: 600px) {
        .single-product__summary .summary .add-info .col-info:nth-child(2) {
          display: none; } }
      .single-product__summary .summary .add-info .col-info .info p {
        margin: 0 0 5px; }
      .single-product__summary .summary .add-info .col-info:first-child .info {
        display: flex; }
        .single-product__summary .summary .add-info .col-info:first-child .info:first-child {
          color: #979797;
          font-weight: 300; }
          @media screen and (min-width: 600px) {
            .single-product__summary .summary .add-info .col-info:first-child .info:first-child {
              text-transform: uppercase; } }
        .single-product__summary .summary .add-info .col-info:first-child .info:nth-child(2) {
          font-size: 16px;
          font-weight: bold; }
          .single-product__summary .summary .add-info .col-info:first-child .info:nth-child(2) .price {
            margin-bottom: 0px;
            font-size: 16px;
            font-weight: bold;
            display: flex;
            flex-direction: row-reverse; }
            .single-product__summary .summary .add-info .col-info:first-child .info:nth-child(2) .price ins {
              color: #B5453C;
              margin-right: 10px;
              text-decoration: none; }
      .single-product__summary .summary .add-info .col-info:nth-child(2) .info p {
        font-weight: 700;
        display: block;
        text-align: right; }
      .single-product__summary .summary .add-info .col-info:nth-child(2) .info .dot:before {
        content: " ";
        width: 12px;
        height: 12px;
        background: #333;
        border-radius: 50px;
        display: inline-block;
        margin-right: 10px; }
      .single-product__summary .summary .add-info .col-info:nth-child(2) .info .dot.dot-instock:before {
        background: #b0e5ae; }
      .single-product__summary .summary .add-info .col-info:nth-child(2) .info .dot.dot-sold:before {
        background: #efa5a5; }
  .single-product__summary .summary .col-mobile-info {
    margin-bottom: 15px; }
    @media screen and (min-width: 600px) {
      .single-product__summary .summary .col-mobile-info {
        display: none; } }
    .single-product__summary .summary .col-mobile-info .info p {
      font-weight: 700;
      display: block;
      margin-bottom: 0px;
      text-align: left; }
    .single-product__summary .summary .col-mobile-info .info .dot:before {
      content: " ";
      width: 12px;
      height: 12px;
      background: #333;
      border-radius: 50px;
      display: inline-block;
      margin-right: 10px; }
    .single-product__summary .summary .col-mobile-info .info .dot.dot-instock:before {
      background: #b0e5ae; }
    .single-product__summary .summary .col-mobile-info .info .dot.dot-sold:before {
      background: #efa5a5; }
  .single-product__summary .summary form {
    width: 630px;
    max-width: 100%;
    display: flex;
    margin-bottom: 15px;
    position: relative; }
    @media screen and (max-width: 600px) {
      .single-product__summary .summary form {
        position: relative;
        margin-bottom: 15px; } }
    .single-product__summary .summary form .plus, .single-product__summary .summary form .minus {
      display: none; }
    .single-product__summary .summary form .quantity {
      width: 120px;
      margin-right: 10px; }
      @media screen and (max-width: 600px) {
        .single-product__summary .summary form .quantity {
          width: 80px; } }
    .single-product__summary .summary form .button {
      width: calc(100% - 200px);
      margin-right: 10px; }
      @media screen and (max-width: 600px) {
        .single-product__summary .summary form .button {
          width: calc(100% - 90px);
          margin-right: 0px; } }
    .single-product__summary .summary form .quantity input, .single-product__summary .summary form .button, .single-product__summary .summary form .favor {
      height: 58px; }
    .single-product__summary .summary form button {
      height: 46px;
      line-height: 44px;
      border-radius: 4px;
      padding: 0 40px; }
    @media screen and (max-width: 600px) {
      .single-product__summary .summary form .favorite {
        position: absolute;
        bottom: calc(100% + 15px);
        right: 0px; } }
  .single-product__summary .summary .wrap-variants h4 {
    font-size: 16px;
    margin: 40px 0 30px 0;
    text-transform: uppercase;
    font-weight: bold; }
  .single-product__summary .summary .wrap-variants .the-variants {
    display: flex;
    margin: -10px;
    flex-wrap: wrap; }
    @media (max-width: 768.98px) {
      .single-product__summary .summary .wrap-variants .the-variants {
        flex-wrap: nowrap;
        overflow-x: auto; } }
    .single-product__summary .summary .wrap-variants .the-variants .variant {
      position: relative;
      flex: 0 0 calc(16.666% - 10px);
      border-radius: 4px;
      margin: 5px;
      background: #EBEBEB; }
      .single-product__summary .summary .wrap-variants .the-variants .variant .overlay {
        display: flex;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
        position: absolute; }
.single-product__data__attributes table {
  width: 100%;
  border-spacing: 0;
  border: none;
  border-collapse: separate; }
  .single-product__data__attributes table tr:nth-child(odd) {
    background: #f9f9f9; }
  .single-product__data__attributes table tr th {
    text-align: left;
    padding: 5px; }
  .single-product__data__attributes table tr td {
    text-align: left;
    padding: 15px 10px; }
    .single-product__data__attributes table tr td p {
      margin: 0; }
.single-product__data__description p:first-child {
  margin-top: 0; }
.single-product .woocommerce-message, .single-product .woocommerce-error {
  background: #00B67A;
  padding: 20px 80px 20px 20px;
  border-radius: 3px;
  color: white;
  position: relative;
  margin: 0px; }
  .single-product .woocommerce-message a, .single-product .woocommerce-error a {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 0px;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M1,7H8.586L6.293,9.293a1,1,0,1,0,1.414,1.414l4-4a1,1,0,0,0,0-1.416l-4-4A1,1,0,0,0,6.293,2.707L8.586,5H1A1,1,0,0,0,1,7Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat; }
.single-product .woocommerce-error {
  background: #ad4f4f; }

.gallery-disabled {
  align-self: flex-start; }
  .gallery-disabled .woocommerce-product-gallery {
    display: block; }
    .gallery-disabled .woocommerce-product-gallery img {
      width: 100%; }

.wrap-toggle-content {
  margin-top: 40px; }
  .wrap-toggle-content .the-toggle {
    margin-bottom: 0px; }
    .wrap-toggle-content .the-toggle:not(.active) .single-product__data__attributes {
      display: none;
      padding-bottom: 20px; }
    .wrap-toggle-content .the-toggle .single-product__data__attributes {
      padding-bottom: 20px; }
    .wrap-toggle-content .the-toggle h4 {
      font-size: 16px;
      font-weight: 700;
      display: block;
      border-top: 1px solid #ccc;
      padding: 20px 0;
      margin: 0 !important;
      cursor: pointer;
      position: relative; }
      .wrap-toggle-content .the-toggle h4:after {
        content: " ";
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect y='0.00012207' width='16' height='16' fill='url(%23pattern0_2108_4)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_2108_4' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2108_4' transform='scale(0.02)'/%3E%3C/pattern%3E%3Cimage id='image0_2108_4' width='50' height='50' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAv0lEQVR4nO3XSwqDMBRG4bOJG3T/O2lHfU3qoMtpETIQKSVqHjf0PyA48ML9zCiglFJKKaXUP3cC7kDAXwF4AOeUj6/AG5icYULcad7tkjJgwDMOvICx/I6bdxr2Do49Ijxh7CjCA8ZyIVpiLDeiBcZKIWpirDSiBqYaoiSmOqIEphkiJ6Y5IgfGDeIIxh1iD8YtYgvGPSIF0w3iF6Y7xLfb3LR693TrTGp5Ct2dxLr579/i091JKKWUUkophcs+GiV0FcyNP/cAAAAASUVORK5CYII='/%3E%3C/defs%3E%3C/svg%3E%0A");
        width: 16px;
        height: 16px;
        position: absolute;
        right: 0;
        transition: ease all .4s;
        top: calc(50% - 8px); }
    .wrap-toggle-content .the-toggle.active h4:after {
      transform: rotate(180deg); }

.quantity {
  margin-right: 10px;
  display: inline-flex;
  width: 80px;
  position: relative; }
  .quantity label {
    display: none; }
  .quantity .plus,
  .quantity .minus {
    position: absolute;
    height: 46px;
    width: 30px;
    opacity: .8;
    transition: ease all .2s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; }
  .quantity input {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    text-align: center;
    width: 100%;
    height: 46px;
    line-height: 44px;
    border-radius: 4px;
    border: 1px solid #707070; }
  .quantity .plus {
    right: 0; }
  .quantity .minus {
    left: 0; }

.paywithklarna {
  margin-bottom: 10px; }

.product-type-gift-card.single-product__summary .summary .add-info {
  display: none; }
.product-type-gift-card.single-product__summary .summary form .button {
  width: calc(100% - 134px);
  margin-right: 0; }

.ywgc_enter_code {
  margin-top: 10px;
  padding: 0;
  background: none; }
  .ywgc_enter_code:hover {
    background: unset; }
  @media (max-width: 991px) {
    .ywgc_enter_code {
      padding: 0 15px; } }
  .ywgc_enter_code .ywgc_enter_code_form {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
  .ywgc_enter_code .wc_gc_add_gift_card_form__notices {
    flex: 0 0 100%; }
  .ywgc_enter_code h4 {
    display: none; }
  .ywgc_enter_code .ywgc_enter_code_form input[type="text"] {
    height: 50px;
    border: 1px solid #666;
    border-radius: 5px 0 0 5px;
    padding: 0 20px;
    line-height: 50px;
    width: 180px;
    max-width: 180px;
    display: inline-flex;
    font-size: 16px; }
    @media (max-width: 991.98px) {
      .ywgc_enter_code .ywgc_enter_code_form input[type="text"] {
        font-size: 12px;
        width: calc(100% - 150px);
        max-width: none; } }
  .ywgc_enter_code .ywgc_apply_gift_card_button {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 0 5px 5px 0;
    margin: 0;
    text-align: center;
    min-width: 162px; }
    @media (max-width: 991.98px) {
      .ywgc_enter_code .ywgc_apply_gift_card_button {
        width: 150px;
        min-width: unset;
        font-size: 12px; } }
    .ywgc_enter_code .ywgc_apply_gift_card_button:hover {
      background: #2C2C2C;
      color: #fff; }

.gift-cards_form {
  margin-top: 25px; }
  .gift-cards_form .gift-card-content-editor {
    padding: 40px 0 10px; }
    .gift-cards_form .gift-card-content-editor .ywgc-single-recipient .ywgc-recipient-name,
    .gift-cards_form .gift-card-content-editor .ywgc-sender-name {
      margin-bottom: 10px; }
  .gift-cards_form .gift-cards-list {
    margin: 20px 0 20px; }
    .gift-cards_form .gift-cards-list .ywgc_select_amount_title {
      color: rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      letter-spacing: .5px;
      font-weight: 500;
      font-size: 12px;
      text-align: left; }
    .gift-cards_form .gift-cards-list .ywgc-manual-amount {
      border: none;
      width: 100%;
      position: relative;
      height: auto;
      display: block; }
      .gift-cards_form .gift-cards-list .ywgc-manual-amount #ywgc-manual-amount {
        background-color: #fff;
        width: 100%;
        height: 64px;
        padding: 20px;
        font-weight: 500;
        border-radius: 8px;
        border: 1px solid #666;
        box-shadow: 0px 7px 27px rgba(0, 0, 0, 0.04);
        margin: 0; }
      .gift-cards_form .gift-cards-list .ywgc-manual-amount .ywgc-manual-currency-symbol.right {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background: none;
        border-left: 1px solid #666;
        display: flex;
        align-items: center;
        padding: 20px;
        color: rgba(0, 0, 0, 0.5); }
  .gift-cards_form .ywgc_delivery_info_title {
    display: none; }
  .gift-cards_form .ywgc-single-recipient {
    margin-bottom: 20px; }
  .gift-cards_form .ywgc_recipient_info_title, .gift-cards_form .ywgc-sender-info-title {
    margin-top: 0 !important;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 12px;
    text-align: left; }
  .gift-cards_form .ywgc-empty-recipient-note {
    float: none;
    font-size: 12px;
    padding: 15px 0;
    display: block;
    font-style: italic;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px; }
  .gift-cards_form #ywgc-edit-message {
    min-height: 100px;
    resize: none;
    padding: 10px; }

@media (max-width: 991px) {
  .woocommerce-cart-form .woocommerce-cart-form__contents .actions {
    display: flex !important;
    flex-direction: column-reverse; }
    .woocommerce-cart-form .woocommerce-cart-form__contents .actions .coupon {
      margin-top: 15px;
      margin-bottom: -15px; }
      .woocommerce-cart-form .woocommerce-cart-form__contents .actions .coupon #coupon_code {
        width: calc(100% - 150px);
        font-size: 12px; }
      .woocommerce-cart-form .woocommerce-cart-form__contents .actions .coupon button[name="apply_coupon"] {
        width: 150px;
        font-size: 12px;
        max-width: none;
        text-align: center; } }
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  background: #fff;
  transition: .5s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .site-header.shrink .nav-wrap .main-navigation > ul > li > a {
    height: 70px;
    line-height: 70px; }
  .site-header.shrink .site-branding a img {
    height: 50px; }
  @media (max-width: 991.98px) {
    .site-header {
      height: 70px; } }
  .site-header .nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1600px;
    position: relative;
    padding: 0 15px;
    margin: auto; }
    .site-header .nav-wrap .main-navigation {
      display: flex;
      align-items: center;
      height: 100%; }
      @media (max-width: 991.98px) {
        .site-header .nav-wrap .main-navigation {
          display: none; } }
      .site-header .nav-wrap .main-navigation #menu-main-links-wrap {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        margin-left: 20px;
        padding-left: 20px;
        display: flex;
        align-items: center; }
      .site-header .nav-wrap .main-navigation > ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
        display: flex;
        align-items: center;
        height: 100%; }
        .site-header .nav-wrap .main-navigation > ul .btn-search {
          height: 20px;
          margin-left: 10px;
          margin-right: 10px; }
          .site-header .nav-wrap .main-navigation > ul .btn-search svg {
            height: 20px;
            cursor: pointer; }
        .site-header .nav-wrap .main-navigation > ul > li.menu-item-has-children {
          position: relative; }
          .site-header .nav-wrap .main-navigation > ul > li.menu-item-has-children > a:after {
            content: " ";
            background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99999 8.78132L11.3 5.48132L12.2427 6.42399L7.99999 10.6667L3.75732 6.42399L4.69999 5.48132L7.99999 8.78132Z' fill='black' fill-opacity='0.5'/%3E%3C/svg%3E ");
            display: inline-block;
            width: 16px;
            height: 10px;
            margin-left: 5px;
            transition: ease all .2s;
            background-position: center center; }
          .site-header .nav-wrap .main-navigation > ul > li.menu-item-has-children:hover .sub-menu {
            display: block; }
          .site-header .nav-wrap .main-navigation > ul > li.menu-item-has-children:hover a:after {
            transform: rotate(180deg); }
          .site-header .nav-wrap .main-navigation > ul > li.menu-item-has-children > ul {
            box-shadow: 0 0px 45px rgba(0, 0, 0, 0.08);
            position: absolute;
            top: 100%;
            list-style: none;
            z-index: 99999;
            flex-direction: column;
            background: #fff;
            height: auto;
            padding: 5px;
            display: none;
            animation: submenu-reveal;
            animation-duration: .3s; }
            .site-header .nav-wrap .main-navigation > ul > li.menu-item-has-children > ul > li:hover > ul, .site-header .nav-wrap .main-navigation > ul > li.menu-item-has-children > ul > li.focus > ul {
              left: 100%; }
            .site-header .nav-wrap .main-navigation > ul > li.menu-item-has-children > ul > li > a {
              width: 200px;
              display: flex;
              padding: 10px;
              line-height: 1;
              height: auto;
              margin: 0;
              font-size: 13px;
              font-weight: 500;
              transition: none; }
            .site-header .nav-wrap .main-navigation > ul > li.menu-item-has-children > ul > li li:hover > ul,
            .site-header .nav-wrap .main-navigation > ul > li.menu-item-has-children > ul > li li.focus > ul {
              left: auto; }
        .site-header .nav-wrap .main-navigation > ul > li.mega {
          position: unset; }
          .site-header .nav-wrap .main-navigation > ul > li.mega > .sub-menu {
            width: 100%;
            left: 0px;
            padding: 40px 30px;
            flex-direction: row; }
            .site-header .nav-wrap .main-navigation > ul > li.mega > .sub-menu > li {
              width: 20%;
              display: inline-flex;
              flex-direction: column;
              padding: 0 5px; }
              .site-header .nav-wrap .main-navigation > ul > li.mega > .sub-menu > li > a {
                width: 100%;
                font-size: 18px;
                color: #2C2C2C;
                display: block;
                align-items: center;
                border-radius: 0px;
                padding: 10px 0px;
                border-bottom: 1px solid #e2e2e2;
                margin-bottom: 10px;
                min-width: 100%; }
              .site-header .nav-wrap .main-navigation > ul > li.mega > .sub-menu > li > .sub-menu {
                padding-left: 0px;
                flex-direction: column;
                display: flex;
                list-style: none; }
                .site-header .nav-wrap .main-navigation > ul > li.mega > .sub-menu > li > .sub-menu > li > a {
                  width: 100%;
                  padding: 8px 0;
                  font-size: 16px;
                  color: black;
                  border-bottom: 1px solid #efefef;
                  border-radius: 0px;
                  padding: 5px 0px; }
                .site-header .nav-wrap .main-navigation > ul > li.mega > .sub-menu > li > .sub-menu > li:last-child > a {
                  border-bottom: 0px; }
        .site-header .nav-wrap .main-navigation > ul > li > a {
          line-height: 90px;
          height: 90px;
          display: block;
          text-decoration: none;
          color: #000;
          font-size: 14px;
          font-weight: 700;
          padding: 0;
          margin: 0 12px;
          transition: .4s ease-in-out; }
          .site-header .nav-wrap .main-navigation > ul > li > a:active, .site-header .nav-wrap .main-navigation > ul > li > a:visited, .site-header .nav-wrap .main-navigation > ul > li > a:focus {
            color: #000;
            text-decoration: none; }
          @media (max-width: 1120px) {
            .site-header .nav-wrap .main-navigation > ul > li > a {
              margin: 0 8px; } }
          .site-header .nav-wrap .main-navigation > ul > li > a:hover {
            color: rgba(0, 0, 0, 0.6); }
            .site-header .nav-wrap .main-navigation > ul > li > a:hover:active, .site-header .nav-wrap .main-navigation > ul > li > a:hover:visited, .site-header .nav-wrap .main-navigation > ul > li > a:hover:focus {
              color: rgba(0, 0, 0, 0.6);
              text-decoration: none; }

.trigger-mobile-menu {
  height: 30px;
  width: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-evenly;
  margin-left: 20px; }
  .trigger-mobile-menu.active span {
    top: 15px;
    right: 0;
    position: absolute;
    transform: rotate(-45deg); }
    .trigger-mobile-menu.active span:first-child {
      transform: rotate(45deg);
      left: 0;
      right: unset; }
    .trigger-mobile-menu.active span:last-child {
      opacity: 0; }
  .trigger-mobile-menu span {
    transition: transform .2s ease-in-out;
    height: 2px;
    width: 100%;
    background: #2C2C2C;
    display: block; }
    .trigger-mobile-menu span:last-child {
      width: 50%; }

.mobile-nav {
  display: flex; }
  @media (min-width: 992px) {
    .mobile-nav {
      display: none; } }

.fragtment-cart-free-delivery-old, .fragtment-cart-free-delivery-new {
  display: inline-flex;
  width: 210px;
  max-width: 100%; }
  @media (max-width: 991.98px) {
    .fragtment-cart-free-delivery-old, .fragtment-cart-free-delivery-new {
      width: unset;
      transform: translateY(-2px); } }
  .fragtment-cart-free-delivery-old .the-cart, .fragtment-cart-free-delivery-new .the-cart {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column; }
    .fragtment-cart-free-delivery-old .the-cart .mt-2, .fragtment-cart-free-delivery-new .the-cart .mt-2 {
      font-size: 14px;
      font-weight: bold;
      margin-top: 10px; }
    .fragtment-cart-free-delivery-old .the-cart .counter-bag, .fragtment-cart-free-delivery-new .the-cart .counter-bag {
      position: absolute;
      right: -15px;
      top: -15px;
      background-color: #000;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      min-width: 24px;
      height: 24px;
      padding-left: 4px;
      padding-right: 4px;
      border-radius: 50px;
      font-size: 12px;
      color: #fff; }
  .fragtment-cart-free-delivery-old .delivery-process, .fragtment-cart-free-delivery-new .delivery-process {
    padding-left: 18px;
    flex-direction: column;
    align-items: baseline;
    width: 100%;
    display: flex; }
    @media (max-width: 991.98px) {
      .fragtment-cart-free-delivery-old .delivery-process, .fragtment-cart-free-delivery-new .delivery-process {
        display: none; } }
    .fragtment-cart-free-delivery-old .delivery-process .explainer, .fragtment-cart-free-delivery-new .delivery-process .explainer {
      font-size: 16px;
      font-weight: 600;
      color: Black;
      padding-bottom: 6px; }
    .fragtment-cart-free-delivery-old .delivery-process .bar, .fragtment-cart-free-delivery-new .delivery-process .bar {
      height: 8px;
      width: 100%;
      background: #d9d9d9;
      border-radius: 100px;
      position: relative; }
      .fragtment-cart-free-delivery-old .delivery-process .bar .process, .fragtment-cart-free-delivery-new .delivery-process .bar .process {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 8px;
        background-color: rgba(121, 183, 106, 0.71);
        width: 44%;
        border-radius: 100px; }

#header-nav {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease, position 0.3s ease; }
  #header-nav.sticky {
    position: fixed;
    top: 0;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  #header-nav.hide {
    transform: translateY(-100%);
    opacity: 0; }

footer {
  background: #2C2C2C; }

.mobile-menu {
  position: fixed;
  top: 70px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  align-items: center;
  justify-content: center;
  display: none;
  opacity: 0;
  z-index: 9998;
  padding: 25px 25px 100px;
  overflow-y: auto; }
  .mobile-menu.hello-mobile-menu {
    display: block;
    opacity: 1;
    animation-name: hellomenu;
    animation-duration: .4s;
    animation-fill-mode: forwards; }
@keyframes hellomenu {
  0% {
    display: none;
    opacity: 0;
    transform: translateX(100%); }
  1% {
    display: block;
    opacity: 0; }
  100% {
    transform: translateX(0);
    display: block;
    opacity: 1; } }
  .mobile-menu ul {
    padding: 0px;
    margin: 0px; }
    .mobile-menu ul li {
      list-style: none; }
      .mobile-menu ul li a {
        display: block;
        width: 100%;
        line-height: 1;
        padding: 15px 0;
        color: #000;
        position: relative;
        font-size: 18px; }
      .mobile-menu ul li.menu-item-has-children > a::before {
        content: "";
        width: 22px;
        position: absolute;
        right: 0;
        top: 14px;
        height: 22px;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99999 8.78132L11.3 5.48132L12.2427 6.42399L7.99999 10.6667L3.75732 6.42399L4.69999 5.48132L7.99999 8.78132Z' fill='black' fill-opacity='1'/%3E%3C/svg%3E ");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 22px;
        transition: .2s ease-in-out; }
      .mobile-menu ul li.menu-item-has-children > a.dropdown-is-active::before {
        transform: rotate(180deg); }
      .mobile-menu ul li .sub-menu {
        display: none;
        margin-bottom: 25px; }
        .mobile-menu ul li .sub-menu li {
          padding-right: 0; }
          .mobile-menu ul li .sub-menu li a {
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            font-size: 16px;
            padding: 12px 0;
            color: rgba(0, 0, 0, 0.6); }

.wrap-intro {
  background: #E8E5DC; }
  .wrap-intro #breadcrumbs {
    font-size: 14px; }
  .wrap-intro .breadcrumb_last {
    opacity: .5; }
  .wrap-intro h1 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    font-size: 28px; }

.container-text-image .row {
  display: flex; }
  .container-text-image .row .col-text {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (min-width: 1100px) {
      .container-text-image .row .col-text {
        padding: 80px; } }
    .container-text-image .row .col-text h2, .container-text-image .row .col-text h3, .container-text-image .row .col-text h4 {
      font-size: 28px;
      color: black;
      margin: 0 0 30px;
      text-transform: uppercase;
      font-weight: bold; }
  .container-text-image .row .col-image img {
    border-radius: 4px; }

.container-shops .col-shop .row-shop {
  position: relative;
  margin-bottom: 20px; }
  .container-shops .col-shop .row-shop:before {
    content: " ";
    background: white;
    position: absolute;
    left: 16px;
    width: calc(100% - 32px);
    height: 100%; }
.container-shops .col-shop .col-image {
  position: relative;
  padding-top: 280px; }
  .container-shops .col-shop .col-image .img-contain {
    position: absolute;
    left: 16px;
    top: 0px;
    height: 100%;
    width: calc(100% - 56px);
    background-size: cover; }
    @media (max-width: 768.98px) {
      .container-shops .col-shop .col-image .img-contain {
        width: calc(100% - 32px); } }
.container-shops .col-shop .col-info, .container-shops .col-shop .col-open {
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 991.98px) {
    .container-shops .col-shop .col-info, .container-shops .col-shop .col-open {
      padding: 30px; } }
  .container-shops .col-shop .col-info h4, .container-shops .col-shop .col-open h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    font-weight: bold; }
  .container-shops .col-shop .col-info .addr, .container-shops .col-shop .col-open .addr {
    margin: 0 0 2px;
    opacity: .7; }
  .container-shops .col-shop .col-info table, .container-shops .col-shop .col-open table {
    margin-top: 10px; }
    @media (max-width: 768.98px) {
      .container-shops .col-shop .col-info table td, .container-shops .col-shop .col-open table td {
        width: 50%; } }
    .container-shops .col-shop .col-info table label, .container-shops .col-shop .col-open table label {
      font-weight: bold;
      margin: 0px;
      color: black; }
    .container-shops .col-shop .col-info table td:nth-child(2), .container-shops .col-shop .col-open table td:nth-child(2) {
      opacity: .7; }
@media (max-width: 768.98px) {
  .container-shops .col-shop .col-info {
    padding: 30px 30px 0 30px; } }
@media (max-width: 768.98px) {
  .container-shops .col-shop .col-open {
    padding: 10px 30px 30px 30px; } }

.wrap-cta {
  background: #E8E5DC; }
  .wrap-cta .col-12 {
    max-width: 680px;
    margin: auto; }
    .wrap-cta .col-12 h3 {
      font-size: 28px;
      text-transform: uppercase;
      margin: 0 0 30px;
      font-weight: 700;
      text-align: center; }
    .wrap-cta .col-12 p {
      text-align: center;
      line-height: 1.4; }
    .wrap-cta .col-12 .actions {
      margin-top: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      .wrap-cta .col-12 .actions .btn {
        margin: 5px; }

.container-blocks .col-block .wrap-img {
  width: 100%;
  padding-top: 100%;
  background: #fefefe;
  background-position: center center;
  background-size: cover; }
.container-blocks .col-block h4 {
  font-size: 18px;
  margin: 25px 0 15px;
  text-transform: uppercase;
  color: black;
  font-weight: bold; }
.container-blocks .col-block p {
  font-size: 16px;
  margin-bottom: 25px; }

.container-blocks-fifty .col-block .wrap-img {
  width: 100%;
  padding-top: 75%;
  background: #fefefe;
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: 340px; }
.container-blocks-fifty .col-block .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media (max-width: 768.98px) {
    .container-blocks-fifty .col-block .content {
      padding: 25px; } }
  .container-blocks-fifty .col-block .content h4 {
    font-size: 18px;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: white;
    font-weight: bold; }
  .container-blocks-fifty .col-block .content p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #E5E5E5;
    opacity: .8;
    text-align: center; }

.main-seo-text h1, .main-seo-text h2, .main-seo-text h3, .wrap-clerk-products h1, .wrap-clerk-products h2, .wrap-clerk-products h3 {
  text-transform: uppercase;
  color: black;
  font-weight: 700;
  margin: 0 0 15px; }
.main-seo-text h1, .wrap-clerk-products h1 {
  font-size: 28px; }
.main-seo-text h2, .wrap-clerk-products h2 {
  font-size: 26px; }
.main-seo-text h3, .wrap-clerk-products h3 {
  font-size: 22px; }
.main-seo-text p, .wrap-clerk-products p {
  margin-bottom: 15px; }

.used_in {
  margin-bottom: 70px; }
  @media screen and (max-width: 900px) {
    .used_in {
      margin-bottom: 50px; } }
  .used_in h3 {
    font-size: 18px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold; }
  .used_in .col-used_in .idea-inner {
    position: relative;
    margin-bottom: 24px; }
    .used_in .col-used_in .idea-inner .image {
      width: 100%;
      padding-top: 100%;
      background: #333;
      background-position: center center !important;
      background-size: cover !important; }
    .used_in .col-used_in .idea-inner .title {
      font-size: 18px;
      margin-top: 10px; }
    .used_in .col-used_in .idea-inner a {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }

.clerk_content_wrap .clerk_content_headline {
  margin-bottom: 20px;
  margin-top: 40px;
  color: black; }

.clerk_product_tile_p {
  min-width: calc(20%);
  max-width: calc(20%);
  background: unset; }
  @media (max-width: 1200px) {
    .clerk_product_tile_p {
      min-width: calc(25%);
      max-width: calc(25%); } }
  @media (max-width: 950px) {
    .clerk_product_tile_p {
      min-width: calc(33.33333%);
      max-width: calc(33.33333%); } }
  @media (max-width: 700px) {
    .clerk_product_tile_p {
      min-width: calc(50%);
      max-width: calc(50%); } }
  @media (max-width: 500px) {
    .clerk_product_tile_p {
      min-width: calc(100%);
      max-width: calc(100%); } }

.clerk_content_headline {
  padding-left: 6px;
  text-align: left; }

.clerk_product_wrapper {
  border: 1px solid black;
  padding: 0px;
  margin: 0 6px;
  display: flex;
  justify-content: space-between; }

.clerk_product_info_wrap {
  padding: 0px;
  margin: 0px; }

.clerk_product_sku, .clerk_product_name_container, .clerk_product_price_wrap {
  padding: 0 14px; }

.clerk_product_sku {
  padding-top: 10px; }

.clerk_image_wrapper {
  aspect-ratio: 1/1;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-bottom: 1px solid black; }
  .clerk_image_wrapper img {
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.clerk-slider-nav {
  border-radius: 0px;
  background: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important; }
  .clerk-slider-nav.clerk-slider-nav-next {
    right: 0px; }
  .clerk-slider-nav.clerk-slider-nav-prev {
    left: 0px; }
  .clerk-slider-nav:after {
    border-color: black; }

.wrap-header-frontpage .wrap-content {
  display: flex; }
  @media (max-width: 850px) {
    .wrap-header-frontpage .wrap-content {
      flex-direction: column-reverse; } }
  .wrap-header-frontpage .wrap-content .left {
    flex: 0 0 33.33%;
    padding: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 850px) {
      .wrap-header-frontpage .wrap-content .left {
        padding: 30px; } }
    .wrap-header-frontpage .wrap-content .left.font-dark .h3, .wrap-header-frontpage .wrap-content .left.font-dark p {
      color: black; }
    .wrap-header-frontpage .wrap-content .left.font-light .h3, .wrap-header-frontpage .wrap-content .left.font-light p {
      color: white; }
    .wrap-header-frontpage .wrap-content .left .h3 {
      font-weight: 700;
      line-height: 1.2;
      font-size: 28px; }
    .wrap-header-frontpage .wrap-content .left p {
      margin-top: 20px; }
    .wrap-header-frontpage .wrap-content .left .wrap-btn {
      margin-top: 20px; }
      .wrap-header-frontpage .wrap-content .left .wrap-btn .btn {
        margin: 0px; }
  .wrap-header-frontpage .wrap-content .right {
    flex: 1; }
    .wrap-header-frontpage .wrap-content .right img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 3 / 2; }

.wrap-highlights .col-hl .wrap-image {
  aspect-ratio: 3/2;
  margin-bottom: 12px; }
  .wrap-highlights .col-hl .wrap-image img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
.wrap-highlights .col-hl .h4 {
  font-size: 16px;
  font-weight: 700;
  color: black; }
.wrap-highlights .col-hl p {
  font-size: 16px;
  display: block;
  margin-top: 8px; }

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
body {
  font-family: 'Lato', sans-serif;
  background-color: #FAFAFA;
  padding: 0;
  overflow-x: hidden; }

#breadcrumbs {
  padding: 30px 0 10px 0;
  font-size: 14px; }
  #breadcrumbs .sep {
    color: #000000 !important; }
    #breadcrumbs .sep .fa {
      font-weight: bold; }
    #breadcrumbs .sep .breadcrumb_last {
      color: #8F8F8F; }

.my-container {
  max-width: 1400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.logo {
  width: 200px; }
  @media (max-width: 992px) {
    .logo {
      width: 173px; } }

.header-intro {
  background-color: #BCB197;
  font-size: 12px;
  color: #E9E9E9;
  text-transform: uppercase;
  padding: 11px 0; }

.header-nav {
  background-color: #ffffff;
  padding: 0; }

.header-main {
  background-color: #fff;
  padding: 30px 0;
  align-items: center; }
  @media (max-width: 768px) {
    .header-main {
      padding: 15px 0; } }
  .header-main .hamburger-icon {
    margin-right: 15px; }
    .header-main .hamburger-icon:hover {
      cursor: pointer; }

.check-img {
  padding: 0 3px 3px 0; }

.form-control {
  background-color: #FAFAFA;
  border-color: #FAFAFA;
  max-width: 770px;
  height: 52px;
  font-size: 16px;
  color: #707070;
  padding: 15px 21px;
  border-radius: 0; }
  .form-control::placeholder {
    color: #707070; }
  .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #FAFAFA;
    border-right: none; }
  @media (max-width: 1400px) {
    .form-control {
      max-width: 650px; } }
  @media (max-width: 1200px) {
    .form-control {
      max-width: 450px; } }
  @media (max-width: 992px) {
    .form-control {
      max-width: 300px;
      height: 44px;
      font-size: 14px;
      padding: 13px 15px; } }
  @media (max-width: 768px) {
    .form-control {
      max-width: 100%;
      margin-top: 15px; } }

.input-group {
  justify-content: center; }

.input-subscribe {
  height: 48px;
  max-width: 400px !important;
  margin-top: 15px;
  color: #000000;
  font-size: 14px !important;
  border: none !important; }
  .input-subscribe::placeholder {
    color: #000000; }

#btn-subscribe {
  height: 44px;
  width: 100px;
  font-size: 14px;
  margin-top: 15px;
  padding: 0;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000; }
  #btn-subscribe:hover {
    background-color: #212529; }
  #btn-subscribe:focus {
    box-shadow: none !important; }

.search-btn {
  height: 44px;
  width: 58px;
  border-color: #D8D8D8;
  background-color: #D8D8D8;
  color: #000;
  border-radius: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0; }
  .search-btn:hover {
    border-color: #000;
    background-color: #000; }
  .search-btn:active {
    box-shadow: none !important;
    border-color: #000 !important;
    background-color: #000 !important; }
  .search-btn:focus {
    box-shadow: none !important;
    border-color: #000 !important;
    background-color: #000 !important;
    color: #ffffff; }
  @media (max-width: 992px) {
    .search-btn {
      height: 44px; } }
  @media (max-width: 768px) {
    .search-btn {
      margin-top: 15px; } }

.shopping-like {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
  font-weight: bold; }
  .shopping-like .mt-2 {
    margin-top: 7px !important; }
  .shopping-like .counter-like {
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 50px;
    font-size: 12px;
    color: #fff; }
    @media (max-width: 992px) {
      .shopping-like .counter-like {
        right: -14px; } }

.shopping-bag {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold; }
  .shopping-bag .counter-bag {
    position: absolute;
    right: -10px;
    top: -2px;
    background-color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 50px;
    font-size: 12px;
    color: #fff; }
    @media (max-width: 992px) {
      .shopping-bag .counter-bag {
        right: -12px; } }

.header-navigation {
  border-top: 1px solid #A1A1A1;
  background-color: #FFFFFF;
  height: 65px;
  position: relative; }
  .header-navigation ul.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex; }
    .header-navigation ul.main-menu > li {
      height: 65px !important;
      display: flex;
      align-items: center; }
      .header-navigation ul.main-menu > li > a {
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center; }
    .header-navigation ul.main-menu li {
      margin-right: 20px;
      color: #000;
      height: 100%; }
      .header-navigation ul.main-menu li:hover {
        font-weight: bold; }
        .header-navigation ul.main-menu li:hover ul.sub-menu {
          display: flex; }
      .header-navigation ul.main-menu li ul.sub-menu {
        list-style: none;
        position: absolute;
        padding: 0.5em 1000em;
        margin: 0 -1000em;
        top: calc(100% - 1px);
        border: 1px solid #A1A1A1;
        padding-top: 70px;
        padding-bottom: 10px;
        background-color: #FAFAFA;
        max-height: 400px;
        z-index: 1000;
        width: 2000px;
        display: none;
        flex-direction: column;
        flex-wrap: wrap;
        left: 15px;
        font-weight: normal; }
        .header-navigation ul.main-menu li ul.sub-menu .sub-menu {
          display: none !important; }
        .header-navigation ul.main-menu li ul.sub-menu .heading {
          font-size: 21px;
          text-transform: uppercase;
          position: absolute;
          top: 20px; }
        @media (max-width: 1400px) {
          .header-navigation ul.main-menu li ul.sub-menu {
            max-height: 400px; } }
        .header-navigation ul.main-menu li ul.sub-menu li {
          width: 300px;
          margin-bottom: 15px; }
          @media (max-width: 1200px) {
            .header-navigation ul.main-menu li ul.sub-menu li {
              width: 260px; } }
          .header-navigation ul.main-menu li ul.sub-menu li:hover {
            font-weight: normal;
            text-decoration: underline; }
      .header-navigation ul.main-menu li:last-child {
        margin-right: 0; }
      .header-navigation ul.main-menu li a:hover {
        color: #B5453C;
        cursor: pointer; }

/**
 * FrontPage
 */
.wrapper-prod {
  height: 745px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr); }
  @media (max-width: 992px) {
    .wrapper-prod {
      height: 876px;
      gap: 12px;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(6, 1fr); } }
  .wrapper-prod .prod-group-1 {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    grid-column: 1/3;
    grid-row: 1/4;
    display: grid;
    align-items: center; }
  .wrapper-prod .prod-group-2 {
    background-size: cover !important;
    background-position: center center !important;
    grid-column: 3/4;
    grid-row: 1/3;
    display: grid;
    align-items: center; }
    @media (max-width: 992px) {
      .wrapper-prod .prod-group-2 {
        grid-column: 2/3;
        grid-row: 5/7; } }
  .wrapper-prod .prod-group-3 {
    background-size: cover !important;
    background-position: center center !important;
    grid-column: 3/4;
    grid-row: 3/4; }
    @media (max-width: 992px) {
      .wrapper-prod .prod-group-3 {
        grid-column: 1/2;
        grid-row: 6/7; } }
  .wrapper-prod .prod-group-4 {
    background-size: cover !important;
    background-position: center center !important;
    grid-column: 4/5;
    grid-row: 1/2; }
    @media (max-width: 992px) {
      .wrapper-prod .prod-group-4 {
        grid-column: 2/3;
        grid-row: 4/5; } }
  .wrapper-prod .prod-group-5 {
    background-size: cover !important;
    background-position: center center !important;
    grid-column: 4/5;
    grid-row: 2/4;
    display: grid;
    align-items: center; }
    @media (max-width: 992px) {
      .wrapper-prod .prod-group-5 {
        grid-column: 1/2;
        grid-row: 4/6; } }
  .wrapper-prod .prod-group-1:hover, .wrapper-prod .prod-group-2:hover, .wrapper-prod .prod-group-3:hover, .wrapper-prod .prod-group-4:hover, .wrapper-prod .prod-group-5:hover {
    text-decoration: none; }

.nolink {
  cursor: default; }

.info {
  text-align: center; }
  .info .diy {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .info .link {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase; }
  .info .dark {
    color: #212529; }

.shipping-details {
  background-color: #fff;
  margin: 24px 0;
  display: flex;
  align-items: center;
  padding: 30px 0;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 992px) {
    .shipping-details {
      margin: 12px 0; } }
  .shipping-details .shipping-item {
    align-items: center;
    text-align: center; }
    .shipping-details .shipping-item .shipping-item-heading {
      font-size: 16px;
      font-weight: bold;
      margin: 15px 0; }
      @media (max-width: 768px) {
        .shipping-details .shipping-item .shipping-item-heading {
          font-size: 14px; } }
    .shipping-details .shipping-item .shipping-item-text {
      font-size: 16px;
      font-weight: 300;
      color: #707070;
      padding: 0 20px; }

.section-heading {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 70px 0; }
  @media (max-width: 768px) {
    .section-heading {
      font-size: 24px;
      margin: 35px 0; } }

.subscribe-heading {
  text-transform: none;
  margin: 0 0 25px 0; }

.wrapper-new-arrivals {
  height: 566px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(8, 1fr); }
  @media (max-width: 768px) {
    .wrapper-new-arrivals {
      height: auto;
      gap: 12px;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(7, 1fr); } }
  .wrapper-new-arrivals .new-arrival-1 {
    background-size: cover !important;
    background-position: center center !important;
    grid-column: 1/3;
    grid-row: 1/9;
    display: grid;
    align-items: center; }
    @media (max-width: 768px) {
      .wrapper-new-arrivals .new-arrival-1 {
        grid-column: 1/3;
        grid-row: 1/5; } }
    .wrapper-new-arrivals .new-arrival-1:hover {
      text-decoration: none; }
  .wrapper-new-arrivals .new-arrival-2 {
    grid-column: 3/4;
    grid-row: 2/8; }
    @media (max-width: 768px) {
      .wrapper-new-arrivals .new-arrival-2 {
        grid-column: 1/2;
        grid-row: 5/8; } }
  .wrapper-new-arrivals .new-arrival-3 {
    grid-column: 4/5;
    grid-row: 2/8; }
    @media (max-width: 768px) {
      .wrapper-new-arrivals .new-arrival-3 {
        grid-column: 2/3;
        grid-row: 5/8; } }
  .wrapper-new-arrivals .product {
    position: relative; }
    .wrapper-new-arrivals .product .hearts-suit {
      position: absolute;
      top: 15px;
      right: 15px; }
  .wrapper-new-arrivals .item-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.inspiration-section {
  background-color: #D1C9B573;
  padding: 20px 0 90px 0;
  margin-top: 70px;
  margin-bottom: 20px; }

.wrapper-inspiration {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 992px) {
    .wrapper-inspiration {
      gap: 12px; } }
  .wrapper-inspiration .inspiration-item {
    height: 440px;
    background-size: cover; }
    @media (max-width: 1400px) {
      .wrapper-inspiration .inspiration-item {
        height: 400px; } }
    @media (max-width: 1400px) {
      .wrapper-inspiration .inspiration-item {
        height: 360px; } }
    @media (max-width: 992px) {
      .wrapper-inspiration .inspiration-item {
        height: 300px; } }
    @media (max-width: 768px) {
      .wrapper-inspiration .inspiration-item {
        height: 220px; } }
    @media (max-width: 550px) {
      .wrapper-inspiration .inspiration-item {
        height: 160px; } }

.wrapper-intagram-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 992px) {
    .wrapper-intagram-grid {
      gap: 12px;
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 576px) {
    .wrapper-intagram-grid {
      gap: 12px;
      grid-template-columns: repeat(2, 1fr); } }
  .wrapper-intagram-grid .item {
    aspect-ratio: 1/1;
    overflow: hidden; }
  .wrapper-intagram-grid .item-idea img {
    border-radius: 4px; }

.item-idea-title {
  font-size: 18px;
  margin: 10px 0 5px 0;
  color: #000000; }
  @media (max-width: 768px) {
    .item-idea-title {
      font-size: 16px; } }

.item-idea-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #333333; }

.main-button-link {
  position: relative;
  font-size: 16px;
  text-align: center;
  margin: 65px auto;
  border: 1px solid #707070;
  background-color: #FAFAFA;
  color: #434343;
  padding: 22px 40px;
  transition: all 0.4s;
  border-radius: 0;
  margin-left: 10px;
  margin-right: 10px; }
  @media (max-width: 992px) {
    .main-button-link {
      margin: 35px auto; } }
  @media (max-width: 768px) {
    .main-button-link {
      font-size: 14px;
      padding: 16px 30px; } }
  @media (max-width: 558px) {
    .main-button-link {
      display: block; } }
  .main-button-link:hover {
    cursor: pointer;
    border: 1px solid #707070;
    background-color: #212529;
    color: #fff;
    transition: all 0.4s; }

.wrapper-main-seo {
  padding: 120px 0 120px 230px; }
  @media (max-width: 1200px) {
    .wrapper-main-seo {
      padding-left: 110px; } }
  @media (max-width: 992px) {
    .wrapper-main-seo {
      padding: 65px 0; } }
  .wrapper-main-seo .main-seo-heading {
    font-size: 42px;
    line-height: 50px;
    font-weight: bold;
    color: #444444;
    text-align: left;
    width: 360px;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .wrapper-main-seo .main-seo-heading {
        font-size: 24px;
        line-height: 29px;
        width: 210px; } }
  .wrapper-main-seo .main-seo-text p {
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    text-align: left;
    width: 775px;
    margin-bottom: 35px; }
    @media (max-width: 992px) {
      .wrapper-main-seo .main-seo-text p {
        width: auto; } }
    @media (max-width: 768px) {
      .wrapper-main-seo .main-seo-text p {
        font-size: 14px;
        line-height: 24px; } }

/**
 * Category page
 */
.wrapper-idea-category {
  background-color: #FFFFFF !important; }

.wrapper-category {
  padding: 0px 15px 35px 15px; }
  @media (max-width: 768px) {
    .wrapper-category {
      padding-top: 0;
      padding-bottom: 0; } }
  .wrapper-category .category-row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .wrapper-category .category-row .category-image {
      align-self: flex-center; }
    .wrapper-category .category-row .category-name {
      font-size: 28px;
      text-transform: uppercase;
      color: #000; }
      @media (max-width: 768px) {
        .wrapper-category .category-row .category-name {
          display: none; } }
    .wrapper-category .category-row .category-description {
      font-size: 16px;
      color: #000;
      margin: 15px 0 25px 0; }
      @media (max-width: 768px) {
        .wrapper-category .category-row .category-description {
          display: none; } }
    .wrapper-category .category-row .category-link {
      background: #000;
      border-radius: 4px;
      color: #fff;
      font-size: 16px;
      padding: 15px 20px;
      text-align: center;
      display: inline-block; }
      .wrapper-category .category-row .category-link:hover {
        background: #252525;
        color: #fff;
        text-decoration: none;
        cursor: pointer; }
      @media (max-width: 768px) {
        .wrapper-category .category-row .category-link {
          display: none; } }
    .wrapper-category .category-row .category-image img {
      float: right;
      padding-left: 25px; }
      @media (max-width: 768px) {
        .wrapper-category .category-row .category-image img {
          display: none; } }

.wrapper-category-mobile {
  background-size: cover !important;
  background-position: center center !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px; }
  .wrapper-category-mobile .bg-eclipse {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 1; }
  .wrapper-category-mobile img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 2; }
  @media (min-width: 768px) {
    .wrapper-category-mobile {
      display: none; } }
  .wrapper-category-mobile .category-name {
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 3;
    text-align: center;
    margin-bottom: 10px; }
  .wrapper-category-mobile .category-link {
    background: #FFFFFF;
    border-radius: 4px;
    color: #000000;
    font-size: 16px;
    padding: 15px 20px;
    text-align: center;
    z-index: 3; }
    .wrapper-category-mobile .category-link:hover {
      cursor: pointer; }

.wrap-categories {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }

.wrapper-subcategory {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(6, 1fr); }
  @media (max-width: 1400px) {
    .wrapper-subcategory {
      grid-template-columns: repeat(5, 1fr); } }
  @media (max-width: 1150px) {
    .wrapper-subcategory {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 992px) {
    .wrapper-subcategory {
      gap: 12px; } }
  @media (max-width: 940px) {
    .wrapper-subcategory {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 700px) {
    .wrapper-subcategory {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1000px) {
    .wrapper-subcategory .slider-wrap {
      padding: 0 80px; } }
  .wrapper-subcategory .thumb {
    height: 208px;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 4px;
    background-color: #F1F0F0 !important; }
  .wrapper-subcategory .subcategory-name {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    display: block; }
    @media (max-width: 768px) {
      .wrapper-subcategory .subcategory-name {
        font-size: 14px; } }

.woocommerce-breadcrumb {
  color: #8F8F8F; }

.woocommerce-breadcrumb svg {
  margin: 0 5px; }

.wrapper-category-pruductlist {
  padding: 60px 15px; }

.subcategory-menu-heading {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline; }

ul.subcategory-menu-list {
  color: #474747;
  padding-inline-start: 20px;
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0; }
  ul.subcategory-menu-list li {
    margin-top: 20px; }

/**
 * Footer
 */
.footer-subscribe-section {
  background-color: #E8E5DC;
  padding: 75px 0;
  color: #000000; }
  .footer-subscribe-section p {
    font-size: 16px;
    line-height: 19px;
    text-align: center; }
    @media (max-width: 768px) {
      .footer-subscribe-section p {
        font-size: 14px;
        line-height: 17px; } }
  .footer-subscribe-section .private-policy {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    margin-top: 15px;
    color: #4E4E4E;
    font-weight: 300; }
    .footer-subscribe-section .private-policy a {
      color: #75A3B8; }

.form-control {
  background-color: #FAFAFA;
  border-color: #FAFAFA;
  max-width: 770px;
  height: 52px;
  font-size: 16px;
  color: #707070;
  padding: 15px 21px;
  border-radius: 0; }
  .form-control::placeholder {
    color: #707070; }
  .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #FAFAFA;
    border-right: none; }
  @media (max-width: 1400px) {
    .form-control {
      max-width: 650px; } }
  @media (max-width: 1200px) {
    .form-control {
      max-width: 450px; } }
  @media (max-width: 992px) {
    .form-control {
      max-width: 300px;
      height: 44px;
      font-size: 14px;
      padding: 13px 15px; } }
  @media (max-width: 768px) {
    .form-control {
      max-width: 100%;
      margin-top: 15px; } }

.input-group {
  justify-content: center; }

.search-btn {
  height: 44px;
  width: 58px;
  border-color: #D8D8D8;
  background-color: #D8D8D8;
  color: #000;
  border-radius: 0; }
  .search-btn:hover {
    border-color: #000;
    background-color: #000; }
  .search-btn:active {
    box-shadow: none !important;
    border-color: #000 !important;
    background-color: #000 !important; }
  .search-btn:focus {
    box-shadow: none !important;
    border-color: #000 !important;
    background-color: #000 !important;
    color: #ffffff; }
  @media (max-width: 992px) {
    .search-btn {
      height: 44px; } }
  @media (max-width: 768px) {
    .search-btn {
      margin-top: 15px; } }

footer {
  padding: 25px 0;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  color: #000000; }
  @media (max-width: 768px) {
    footer {
      font-size: 14px;
      line-height: 17px; } }
  footer .section-name {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 55px 0 25px 0; }
  footer .payment-method-wrapper {
    padding-right: 50px; }
    footer .payment-method-wrapper .payment-method-item {
      width: 52px;
      height: 37px;
      border-radius: 4px;
      background-color: #CECECE;
      margin-right: 13px;
      margin-bottom: 13px;
      display: inline-flex;
      overflow: hidden;
      padding: 3px 5px; }
      footer .payment-method-wrapper .payment-method-item img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  footer .contacts-wrapper {
    display: flex;
    align-items: center; }
    footer .contacts-wrapper .contacts-image {
      margin-right: 35px; }
    footer .contacts-wrapper .contacts-info {
      font-weight: normal; }
      footer .contacts-wrapper .contacts-info .phone {
        margin-bottom: 10px; }
  footer .work-hours {
    margin-top: 25px; }
  footer .shipping-wrapper .shipping-type {
    margin-right: 50px;
    display: inline-block; }
    footer .shipping-wrapper .shipping-type div {
      margin-bottom: 10px; }
  footer .shipping-wrapper .shipping-info {
    font-weight: bold;
    display: inline-block; }
    footer .shipping-wrapper .shipping-info div {
      margin-bottom: 10px; }
  footer .divider-1 {
    position: relative;
    width: 100%;
    margin: 55px 0 0 0;
    border-bottom: 1px dashed #E8E5DC; }
    footer .divider-1 .scissors-right {
      position: absolute;
      right: 10px;
      bottom: -12px; }
  footer .divider-2 {
    position: relative;
    width: 100%;
    margin: 55px 0 0 0;
    border-bottom: 1px dashed #E8E5DC; }
    footer .divider-2 .scissors-left {
      position: absolute;
      left: 10px;
      bottom: -12px;
      transform: scale(-1, 1); }
  footer .logo-footer {
    margin-top: 55px;
    margin-bottom: 25px; }
  footer .adress-line {
    color: #6A6A6A;
    font-weight: normal;
    margin-bottom: 10px; }
  footer .social-logo {
    display: inline-block;
    margin: 15px 10px 0 0; }
  footer ul.footer-submenu {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer ul.footer-submenu li a {
      margin-bottom: 10px;
      color: #7B7B7B;
      display: inline-block;
      font-weight: normal; }
      footer ul.footer-submenu li a:hover {
        color: #7B7B7B;
        cursor: pointer; }
  footer .copyright {
    font-weight: normal;
    margin-top: 25px; }
  footer .info-links {
    text-align: right; }
    @media (max-width: 768px) {
      footer .info-links {
        text-align: left; } }
  footer ul.info-link {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex; }
    footer ul.info-link li {
      margin-left: 20px; }
      @media (max-width: 768px) {
        footer ul.info-link li:first-child {
          margin-left: 0; } }
      footer ul.info-link li a {
        display: inline-block;
        font-weight: normal;
        margin-top: 25px;
        color: #000000; }

/*
* Idea page
*/
#expandedImg {
  transition: all ease-in 0.2s; }

.idea-gallery-head-image {
  height: 670px; }
  @media (max-width: 1400px) {
    .idea-gallery-head-image {
      height: 600px; } }
  @media (max-width: 1200px) {
    .idea-gallery-head-image {
      height: 450px; } }
  @media (max-width: 992px) {
    .idea-gallery-head-image {
      height: 400px; } }

.idea-gallery-thumbs .thumb-item {
  display: inline-block;
  padding: 10px 10px 10px 0; }
  .idea-gallery-thumbs .thumb-item img {
    width: 92px;
    height: 92px;
    opacity: 0.8;
    cursor: pointer; }
    @media (max-width: 1200px) {
      .idea-gallery-thumbs .thumb-item img {
        width: 80px;
        height: 80px; } }
    @media (max-width: 992px) {
      .idea-gallery-thumbs .thumb-item img {
        width: 70px;
        height: 70px; } }
    @media (max-width: 768px) {
      .idea-gallery-thumbs .thumb-item img {
        width: 60px;
        height: 60px; } }
    .idea-gallery-thumbs .thumb-item img:hover {
      opacity: 1; }

.idea-product-info {
  padding-left: 60px; }
  @media (max-width: 1400px) {
    .idea-product-info {
      padding-left: 40px; } }
  @media (max-width: 1200px) {
    .idea-product-info {
      padding-left: 0px; } }
  @media (max-width: 992px) {
    .idea-product-info {
      padding-left: 15px; } }
  @media (max-width: 768px) {
    .idea-product-info {
      margin-top: 40px; } }
  .idea-product-info .novelty-label {
    display: inline-block;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    padding: 5px 17px;
    background-color: #354B553B;
    border-radius: 4px; }
  .idea-product-info .idea-product-name {
    color: #000000;
    font-size: 31px;
    line-height: 39px;
    text-transform: uppercase;
    padding: 20px 0; }
    @media (max-width: 1200px) {
      .idea-product-info .idea-product-name {
        font-size: 28px;
        line-height: 36px; } }
    @media (max-width: 992px) {
      .idea-product-info .idea-product-name {
        font-size: 24px;
        line-height: 30px; } }
    @media (max-width: 768px) {
      .idea-product-info .idea-product-name {
        font-size: 22px;
        line-height: 26px; } }
  .idea-product-info .idea-product-subtitle {
    font-size: 24px;
    line-height: 29px;
    color: #3D3D3D;
    margin-bottom: 20px;
    font-weight: 300; }
    @media (max-width: 1200px) {
      .idea-product-info .idea-product-subtitle {
        font-size: 22px;
        line-height: 26px; } }
    @media (max-width: 992px) {
      .idea-product-info .idea-product-subtitle {
        font-size: 18px;
        line-height: 26px; } }
    @media (max-width: 768px) {
      .idea-product-info .idea-product-subtitle {
        font-size: 16px;
        line-height: 24px; } }
  .idea-product-info .idea-product-description {
    font-size: 18px;
    line-height: 31px;
    color: #5B5B5B;
    margin-bottom: 20px;
    font-weight: 300; }
    @media (max-width: 1200px) {
      .idea-product-info .idea-product-description {
        font-size: 18px;
        line-height: 26px; } }
    @media (max-width: 992px) {
      .idea-product-info .idea-product-description {
        font-size: 16px;
        line-height: 26px; } }
    @media (max-width: 768px) {
      .idea-product-info .idea-product-description {
        font-size: 14px;
        line-height: 22px; } }
  .idea-product-info .idea-buttons-wrapper {
    margin: 40px 0; }
    .idea-product-info .idea-buttons-wrapper .idea-btn {
      display: inline-block;
      width: 270px;
      border: 1px solid #000000;
      border-radius: 4px;
      font-size: 16px;
      padding: 18px 0;
      text-align: center;
      margin-right: 15px;
      margin-bottom: 15px; }
      @media (max-width: 992px) {
        .idea-product-info .idea-buttons-wrapper .idea-btn {
          width: 230px;
          padding: 14px 0; } }
      @media (max-width: 768px) {
        .idea-product-info .idea-buttons-wrapper .idea-btn {
          font-size: 14px;
          width: 200px;
          padding: 12px 0; } }
    .idea-product-info .idea-buttons-wrapper .idea-btn-download {
      color: #ffffff;
      background-color: #000000; }
      .idea-product-info .idea-buttons-wrapper .idea-btn-download:hover {
        background: #252525;
        text-decoration: none; }
    .idea-product-info .idea-buttons-wrapper .idea-btn-link {
      color: #000000; }
      .idea-product-info .idea-buttons-wrapper .idea-btn-link:hover {
        cursor: pointer;
        background: #eeeeee;
        text-decoration: none; }
  .idea-product-info .idea-support-wrapper {
    display: flex;
    align-items: center; }
    .idea-product-info .idea-support-wrapper .idea-support-image {
      padding-right: 20px; }
    .idea-product-info .idea-support-wrapper .idea-support-text {
      font-size: 16px;
      line-height: 28px; }
      @media (max-width: 768px) {
        .idea-product-info .idea-support-wrapper .idea-support-text {
          font-size: 14px; } }
      .idea-product-info .idea-support-wrapper .idea-support-text .first {
        font-weight: 300;
        color: #3D3D3D; }
      .idea-product-info .idea-support-wrapper .idea-support-text .second {
        color: #3D3D3D; }
        .idea-product-info .idea-support-wrapper .idea-support-text .second a {
          color: #338CB4;
          text-decoration: underline; }

.idea-video-wrapper {
  position: relative;
  margin: 65px 0; }
  .idea-video-wrapper .overlay {
    width: 100%;
    height: 99%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      .idea-video-wrapper .overlay {
        height: 98%; } }
    .idea-video-wrapper .overlay .idea-btn-play:hover {
      cursor: pointer; }
    @media (max-width: 768px) {
      .idea-video-wrapper .overlay .idea-btn-play img {
        max-width: 95%; } }
    .idea-video-wrapper .overlay .idea-video-text {
      display: block;
      margin-top: 30px;
      font-size: 22px; }
      @media (max-width: 768px) {
        .idea-video-wrapper .overlay .idea-video-text {
          margin-top: 5px;
          font-size: 16px; } }
  .idea-video-wrapper .overlay-true {
    opacity: 0.7;
    z-index: 999; }
  .idea-video-wrapper .overlay-false {
    opacity: 0;
    z-index: -999; }

.idea-add-to-cart, .idea-diy-info {
  padding: 35px 45px;
  background-color: #ffffff;
  border: 1px solid #C9C9C966;
  border-radius: 4px;
  margin-bottom: 20px; }

.idea-diy-info {
  font-size: 16px;
  line-height: 30px;
  color: #5B5B5B; }
  @media (max-width: 768px) {
    .idea-diy-info {
      font-size: 14px;
      line-height: 26px; } }

.idea-add-to-cart .heading {
  font-size: 16px;
  line-height: 19px;
  color: #757575;
  text-transform: uppercase; }
.idea-add-to-cart .total-price {
  margin-top: 28px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #1A1A1A;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .idea-add-to-cart .total-price {
      font-size: 16px; } }
.idea-add-to-cart .btn-add-to-cart {
  display: block;
  width: 100%;
  background-color: #000000;
  border-radius: 4px;
  padding: 20px 0;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
  margin-top: 35px; }
  .idea-add-to-cart .btn-add-to-cart:hover {
    background-color: #212529;
    text-decoration: none; }

.idea-product-list-heading {
  margin: 75px 0 55px 0;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .idea-product-list-heading {
      margin: 45px 0 30px 0;
      font-size: 18px; } }

.idea-product-list-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .idea-product-list-item {
      display: block;
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid #C9C9C966; } }
  .idea-product-list-item .idea-product-list-img {
    width: 25%;
    margin-right: 25px; }
    @media (max-width: 768px) {
      .idea-product-list-item .idea-product-list-img {
        width: auto; } }
    .idea-product-list-item .idea-product-list-img img {
      width: 208px;
      height: 208px; }
      @media (max-width: 1200px) {
        .idea-product-list-item .idea-product-list-img img {
          width: 180px;
          height: 180px; } }
      @media (max-width: 768px) {
        .idea-product-list-item .idea-product-list-img img {
          width: 150px;
          height: 150px; } }
  .idea-product-list-item .idea-product-list-info {
    width: 75%; }
    @media (max-width: 768px) {
      .idea-product-list-item .idea-product-list-info .idea-item-buy {
        margin-top: 20px; } }

.item-number {
  font-size: 14px;
  text-align: left;
  font-weight: 300;
  text-transform: uppercase;
  color: #979797;
  margin: 10px 0; }
  @media (max-width: 768px) {
    .item-number {
      font-size: 12px; } }

.item-name {
  font-size: 16px;
  text-align: left;
  font-weight: bold; }
  .item-name a {
    color: #212529; }
  @media (max-width: 768px) {
    .item-name {
      font-size: 14px; } }

.item-price p {
  font-size: 14px;
  text-align: left;
  margin-top: 10px; }

.in-stock {
  margin-top: 22px;
  font-size: 16px;
  line-height: 19px;
  color: #000000; }
  @media (max-width: 768px) {
    .in-stock {
      font-size: 14px; } }
  .in-stock .dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px; }
  .in-stock .dot-instock {
    background-color: #6CCF688C; }
  .in-stock .dot-not-instock {
    background-color: #fd8b98; }

input[type=checkbox].idea-product-check {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px; }

input[type=checkbox].idea-product-check:before {
  content: "";
  display: block;
  position: absolute;
  width: 58px;
  height: 58px;
  top: -5px;
  left: 0;
  border: 1px solid #707070;
  border-radius: 4px 4px 4px 4px;
  background-color: white; }
  @media (max-width: 768px) {
    input[type=checkbox].idea-product-check:before {
      width: 46px;
      height: 46px;
      top: -2px; } }

input[type=checkbox].idea-product-check:checked:after {
  content: "";
  display: block;
  width: 10px;
  height: 25px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 25px; }
  @media (max-width: 768px) {
    input[type=checkbox].idea-product-check:checked:after {
      width: 7px;
      height: 15px;
      left: 20px;
      top: 12px; } }

.idea-quantity input {
  height: 58px;
  border: 1px solid #707070; }
  @media (max-width: 768px) {
    .idea-quantity input {
      height: 46px; } }
.idea-quantity .plus, .idea-quantity .minus {
  height: 58px; }
  @media (max-width: 768px) {
    .idea-quantity .plus, .idea-quantity .minus {
      height: 46px; } }

.idea-total {
  text-align: left;
  font-size: 16px;
  color: #000000; }
  @media (max-width: 768px) {
    .idea-total {
      font-size: 14px; } }

.idea-sorting {
  text-align: right; }

/**
 * Mobile navigation
 */
.mobile-navigation {
  width: 300px;
  min-width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 24px 0;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
  background: #FFFFFF;
  color: #000;
  z-index: 2000; }
  .mobile-navigation .mobile-nav-heading {
    position: relative;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 0 21px 24px 21px;
    border-bottom: 1px solid #e7e7e7; }
  .mobile-navigation ul.mobile-main-menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .mobile-navigation ul.mobile-main-menu li {
      padding: 15px 0 15px 21px;
      color: #000;
      border-bottom: 1px solid #e7e7e7; }
      .mobile-navigation ul.mobile-main-menu li.parrent::before {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        right: 30px; }
      .mobile-navigation ul.mobile-main-menu li ul.sub-menu {
        display: none; }
      .mobile-navigation ul.mobile-main-menu li a:hover {
        color: #B5453C;
        cursor: pointer; }
  .mobile-navigation .mobile-bottom-menu-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #FAFAFA; }
  .mobile-navigation .close-btn {
    position: absolute;
    top: 0;
    width: 46px;
    height: 46px;
    background-color: #070707;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF; }
    .mobile-navigation .close-btn:hover {
      cursor: pointer; }
  .mobile-navigation .close-btn-hidden {
    right: 0; }
  .mobile-navigation .close-btn-show {
    right: -46px; }

.mobile-nav-hidden {
  left: -300px; }

.mobile-nav-show {
  left: 0; }

.mobile-navigation-level2 {
  width: 300px;
  min-width: 300px;
  height: 100%;
  position: fixed;
  overflow: scroll;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 24px 0;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
  background: #FFFFFF;
  color: #000;
  z-index: 4000; }
  .mobile-navigation-level2::-webkit-scrollbar {
    display: none; }
  .mobile-navigation-level2 .back-btn {
    position: relative;
    padding: 0 21px 24px 21px; }
    .mobile-navigation-level2 .back-btn:hover {
      cursor: pointer; }
  .mobile-navigation-level2 .submenu-heading {
    background-color: #FAFAFA;
    font-weight: bold;
    padding: 15px 21px; }
  .mobile-navigation-level2 ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .mobile-navigation-level2 ul li {
      padding: 15px 0 15px 21px;
      border-bottom: 1px solid #e7e7e7; }
      .mobile-navigation-level2 ul li:last-child {
        border-bottom: none; }
      .mobile-navigation-level2 ul li a {
        color: #000; }
        .mobile-navigation-level2 ul li a:hover {
          color: #B5453C;
          cursor: pointer; }

.single-product__data {
  padding: 50px 0; }

.woocommerce-breadcrumb {
  padding: 35px 0 10px 0; }
  @media (max-width: 768px) {
    .woocommerce-breadcrumb {
      padding-top: 20px; } }

.product-cat-breadcrumb .woocommerce-breadcrumb {
  padding: 0 0 10px 0; }
  @media (max-width: 768px) {
    .product-cat-breadcrumb .woocommerce-breadcrumb {
      padding-top: 10px; } }

.archive-sorting {
  margin-bottom: 12px; }

.products .favorite {
  background-color: #ffffff;
  width: 35px;
  height: 35px; }

.single-product__data {
  width: 100%; }

@media (max-width: 768px) {
  .single-product__data__description {
    margin-top: 20px; } }

.products__item .availability {
  position: absolute;
  top: 25%;
  padding: 10px 0;
  font-size: 14px;
  background-color: #FFFFFF;
  width: 100%;
  text-align: center; }

.category-idea-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px; }
  @media (max-width: 992px) {
    .category-idea-grid {
      grid-column-gap: 12px;
      grid-row-gap: 12px; } }
  @media (max-width: 768px) {
    .category-idea-grid {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(4, 1fr);
      margin-bottom: 12px; } }
  .category-idea-grid .div1 {
    grid-column: 1/2;
    grid-row: 1/2; }
    .category-idea-grid .div1 img {
      object-fit: cover;
      border-radius: 4px;
      width: 324px;
      height: 324px; }
      @media (min-width: 768px) and (max-width: 1200px) {
        .category-idea-grid .div1 img {
          max-height: 200px; } }
      @media (max-width: 768px) {
        .category-idea-grid .div1 img {
          max-height: 250px; } }
      @media (max-width: 550px) {
        .category-idea-grid .div1 img {
          height: 200px; } }
  .category-idea-grid .div2 {
    grid-column: 2/3;
    grid-row: 1/2; }
    .category-idea-grid .div2 img {
      object-fit: cover;
      border-radius: 4px;
      width: 324px;
      height: 324px; }
      @media (min-width: 768px) and (max-width: 1200px) {
        .category-idea-grid .div2 img {
          max-height: 200px; } }
      @media (max-width: 768px) {
        .category-idea-grid .div2 img {
          max-height: 250px; } }
      @media (max-width: 550px) {
        .category-idea-grid .div2 img {
          height: 200px; } }
  .category-idea-grid .div3 {
    grid-column: 3/5;
    grid-row: 1/3; }
    @media (max-width: 768px) {
      .category-idea-grid .div3 {
        grid-column: 1/3;
        grid-row: 2/3; } }
    .category-idea-grid .div3 img {
      object-fit: cover;
      border-radius: 4px;
      width: 100%;
      height: 750px; }
      @media (min-width: 768px) and (max-width: 1200px) {
        .category-idea-grid .div3 img {
          max-height: 480px; } }
      @media (max-width: 768px) {
        .category-idea-grid .div3 img {
          height: 250px; } }
      @media (max-width: 550px) {
        .category-idea-grid .div3 img {
          max-height: 200px; } }
  .category-idea-grid .div4 {
    grid-column: 1/3;
    grid-row: 2/4; }
    @media (max-width: 768px) {
      .category-idea-grid .div4 {
        grid-column: 1/3;
        grid-row: 3/4; } }
    .category-idea-grid .div4 img {
      object-fit: cover;
      border-radius: 4px;
      width: 100%;
      height: 750px; }
      @media (min-width: 768px) and (max-width: 1200px) {
        .category-idea-grid .div4 img {
          max-height: 480px; } }
      @media (max-width: 768px) {
        .category-idea-grid .div4 img {
          height: 250px; } }
      @media (max-width: 550px) {
        .category-idea-grid .div4 img {
          max-height: 200px; } }
  .category-idea-grid .div5 {
    grid-column: 3/5;
    grid-row: 3/4;
    background-color: #FFFFFF;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .category-idea-grid .div5 {
        grid-column: 1/3;
        grid-row: 4/5; } }
    .category-idea-grid .div5 .idea-support {
      display: inline-block;
      text-transform: uppercase;
      color: #000000;
      font-size: 18px;
      margin: 25px 0 10px 0;
      text-align: center; }
      @media (max-width: 768px) {
        .category-idea-grid .div5 .idea-support {
          font-size: 16px; } }
    .category-idea-grid .div5 a {
      font-size: 16px;
      color: #75A3B8;
      font-weight: 300; }
      @media (max-width: 768px) {
        .category-idea-grid .div5 a {
          font-size: 14px; } }

.idea-category-pagination {
  margin: 90px 0; }
  .idea-category-pagination .page-numbers {
    background-color: #FFFFFF;
    color: #000000;
    padding: 16px 20px; }
    @media (max-width: 768px) {
      .idea-category-pagination .page-numbers {
        font-size: 14px;
        padding: 10px 14px; } }
    .idea-category-pagination .page-numbers:hover {
      background-color: #eeeeee; }
    .idea-category-pagination .page-numbers.current {
      background-color: #000000;
      color: #FFFFFF; }
    .idea-category-pagination .page-numbers.dots {
      background: none; }

.products__diy {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px; }
  .products__diy div {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 15px; }
    .products__diy div span.diy {
      font-size: 16px; }
      @media (max-width: 768px) {
        .products__diy div span.diy {
          font-size: 14px; } }
    .products__diy div span.diy_title {
      font-size: 24px;
      margin-top: 20px;
      text-align: center; }
      @media (max-width: 768px) {
        .products__diy div span.diy_title {
          font-size: 16px; } }

/*# sourceMappingURL=collected.css.map */
