/*!
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: 1200px) {
    .container {
      max-width: 1320px; } }

.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: 1200px) {
  .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: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: 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: 1200px) {
  .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; } }
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }
  .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none; }
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

@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: 500; }

/**
 * 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.
 */
[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;
  background: #111; }

*,
*: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: 170px;
  max-width: 1920px;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    body {
      padding-top: 110px; } }
  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; }
      @media (max-width: 991.98px) {
        body.fade-out::before {
          top: 110px; } }

#page::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  left: auto;
  width: 100%;
  height: 130px;
  max-width: 1920px;
  background: linear-gradient(135deg, #131520 0%, #161834 100%); }
  @media (max-width: 991.98px) {
    #page::before {
      display: none; } }

p a {
  text-decoration: underline; }

nm-focus {
  color: #ca171b; }

.text-center {
  text-align: center; }

.overline {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: .4;
  display: block;
  font-family: "Inter", Helvetica, Arial;
  font-weight: 400; }

.bg-gradient {
  background: linear-gradient(180deg, rgba(19, 21, 32, 0.05) 0%, rgba(19, 21, 32, 0) 100%); }

.bg-dark {
  background: linear-gradient(135deg, #131520 0%, #171A3F 100%);
  color: rgba(255, 255, 255, 0.7); }
  .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
    color: #fff; }
  .bg-dark p, .bg-dark li {
    color: rgba(255, 255, 255, 0.7); }
  .bg-dark a {
    color: #fff; }
    .bg-dark a:active, .bg-dark a:visited, .bg-dark a:focus {
      color: #fff;
      text-decoration: none; }
    .bg-dark a:hover {
      color: #fff; }

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
  color: #fff; }
.text-white p, .text-white li {
  color: rgba(255, 255, 255, 0.7); }
.text-white a {
  color: #fff; }
  .text-white a:active, .text-white a:visited, .text-white a:focus {
    color: #fff;
    text-decoration: none; }
  .text-white a:hover {
    color: #fff; }

@media (max-width: 991.98px) {
  .m-hide {
    display: none; } }

@media (min-width: 992px) {
  .d-hide {
    display: none; } }

@media (min-width: 1200px) {
  .container.container--wide {
    max-width: 1480px; } }
.inline-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  background-color: #FFE5B2;
  color: #503600;
  line-height: 1;
  letter-spacing: 1px;
  padding: 7px 12px;
  text-transform: uppercase;
  margin-bottom: 0; }

.page-id-6445 .productslider {
  background: none;
  padding-top: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: rgba(19, 21, 32, 0.8);
  font-family: "Inter", Helvetica, Arial;
  line-height: 1.6;
  font-weight: 400;
  font-size: 18px; }
  @media (max-width: 768.98px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 16px; } }

p {
  margin: 15px 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

h1, h2, h3, h4, h5 {
  font-family: "Elza", "Inter", Helvetica, Arial;
  color: #131520;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 1.1; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child {
    margin-bottom: 0; }

h1, .h1 {
  font-size: 54px;
  font-weight: 500;
  letter-spacing: -1px; }
  @media (max-width: 991.98px) {
    h1, .h1 {
      font-size: 38px; } }
  @media (max-width: 575.98px) {
    h1, .h1 {
      font-size: 32px;
      letter-spacing: 0; } }

h2, .h2 {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.5px; }
  @media (max-width: 991.98px) {
    h2, .h2 {
      font-size: 30px; } }
  @media (max-width: 575.98px) {
    h2, .h2 {
      font-size: 26px;
      letter-spacing: 0; } }

h3, .h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0; }
  @media (max-width: 991.98px) {
    h3, .h3 {
      font-size: 22px; } }
  @media (max-width: 575.98px) {
    h3, .h3 {
      font-size: 22px; } }

h4, .h4 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0; }
  @media (max-width: 991.98px) {
    h4, .h4 {
      font-size: 22px; } }
  @media (max-width: 575.98px) {
    h4, .h4 {
      font-size: 20px; } }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #ca171b;
  text-decoration: none; }
  a:visited {
    color: #ca171b; }
  a:hover, a:focus, a:active {
    color: #ca171b; }
  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: 140px;
  padding-bottom: 140px; }
  @media (max-width: 991.98px) {
    .padding-xl {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 768.98px) {
    .padding-xl {
      padding-top: 60px;
      padding-bottom: 60px; } }

.padding-l {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (max-width: 991.98px) {
    .padding-l {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 768.98px) {
    .padding-l {
      padding-top: 60px;
      padding-bottom: 60px; } }

.padding-m {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .padding-m {
      padding-top: 30px;
      padding-bottom: 30px; } }

.padding-s {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 768.98px) {
    .padding-s {
      padding-top: 15px;
      padding-bottom: 15px; } }

.padding-top-none {
  padding-top: 0 !important; }

.padding-bottom-none {
  padding-bottom: 0 !important; }

#main section:last-child {
  padding-bottom: 120px; }
  @media (max-width: 991.98px) {
    #main section:last-child {
      padding-bottom: 60px; } }

/*--------------------------------------------------------------
# CSS Animations
--------------------------------------------------------------*/
@keyframes submenu-reveal {
  0% {
    opacity: 0;
    transform: translateY(-20%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
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: none;
  height: 60px;
  line-height: 58px;
  width: 100%;
  border-radius: 0;
  padding: 0 20px;
  font-size: 16px; }
  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 {
  background: #fff;
  width: 100%;
  height: 60px;
  border: none;
  padding: 0 20px;
  font-size: 16px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6336 18.6333L6.50029 6.5M19.4999 6.5L19.4999 19.5L6.49989 19.5' stroke='%23131520' stroke-opacity='0.5' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  cursor: pointer; }

textarea {
  width: 100%;
  max-height: 150px;
  resize: none; }

button,
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0px;
  border-radius: 0;
  line-height: 1;
  cursor: pointer;
  transition: ease all .2s;
  display: inline-block;
  text-decoration: none;
  user-select: none;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-right: 10px;
  margin-top: 15px;
  background-color: #ca171b;
  color: white;
  clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 20px); }
  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: #ca171b;
    color: white; }
  button:hover,
  .btn:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%, 0% 0%);
    color: white; }
  button.btn-l,
  .btn.btn-l,
  input[type="button"].btn-l,
  input[type="reset"].btn-l,
  input[type="submit"].btn-l {
    padding: 15px 30px;
    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: 12px 20px;
    font-size: 14px;
    margin-right: 7px;
    clip-path: polygon(14px 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 14px);
    margin-top: 0; }
    button.btn-s::hover,
    .btn.btn-s::hover,
    input[type="button"].btn-s::hover,
    input[type="reset"].btn-s::hover,
    input[type="submit"].btn-s::hover {
      clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0% 100%, 0% 0%); }
  button.btn-sec,
  .btn.btn-sec,
  input[type="button"].btn-sec,
  input[type="reset"].btn-sec,
  input[type="submit"].btn-sec {
    background: #fff;
    color: #131520; }
    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: #fff;
      color: #131520; }
    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: #fff;
      color: #131520; }
  button.has-icon,
  .btn.has-icon,
  input[type="button"].has-icon,
  input[type="reset"].has-icon,
  input[type="submit"].has-icon {
    display: flex;
    align-items: center;
    padding-right: 10px; }
    button.has-icon:hover,
    .btn.has-icon:hover,
    input[type="button"].has-icon:hover,
    input[type="reset"].has-icon:hover,
    input[type="submit"].has-icon:hover {
      clip-path: polygon(0 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 0); }
    button.has-icon::after,
    .btn.has-icon::after,
    input[type="button"].has-icon::after,
    input[type="reset"].has-icon::after,
    input[type="submit"].has-icon::after {
      content: "";
      display: block;
      background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8667 6.13354L6.8461 16.155' stroke='%23444444' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M5.88776 5.61328H17.3878V17.1133' stroke='%23444444' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      margin-left: 15px;
      background-size: 24px; }
  button.btn-outline,
  .btn.btn-outline,
  input[type="button"].btn-outline,
  input[type="reset"].btn-outline,
  input[type="submit"].btn-outline {
    border: 1px solid;
    border-color: rgba(19, 21, 32, 0.05);
    color: #131520;
    background-color: unset; }
    button.btn-outline:active, button.btn-outline:focus, button.btn-outline:visited,
    .btn.btn-outline:active,
    .btn.btn-outline:focus,
    .btn.btn-outline:visited,
    input[type="button"].btn-outline:active,
    input[type="button"].btn-outline:focus,
    input[type="button"].btn-outline:visited,
    input[type="reset"].btn-outline:active,
    input[type="reset"].btn-outline:focus,
    input[type="reset"].btn-outline:visited,
    input[type="submit"].btn-outline:active,
    input[type="submit"].btn-outline:focus,
    input[type="submit"].btn-outline:visited {
      background-color: #ca171b;
      color: #131520; }
    button.btn-outline:hover,
    .btn.btn-outline:hover,
    input[type="button"].btn-outline:hover,
    input[type="reset"].btn-outline:hover,
    input[type="submit"].btn-outline:hover {
      background-color: #ca171b;
      border-color: #ca171b;
      color: white; }
  button.btn-inline,
  .btn.btn-inline,
  input[type="button"].btn-inline,
  input[type="reset"].btn-inline,
  input[type="submit"].btn-inline {
    display: inline-block; }

.woocommerce-breadcrumb {
  padding-top: 40px;
  font-size: 14px; }

#breadcrumbs {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 575.98px) {
    #breadcrumbs {
      font-size: 12px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  #breadcrumbs svg {
    width: 8px;
    height: 9px;
    opacity: .75;
    margin: 0 2px; }
  #breadcrumbs a {
    color: rgba(19, 21, 32, 0.8);
    text-decoration: none; }
    #breadcrumbs a:active, #breadcrumbs a:visited, #breadcrumbs a:focus {
      color: rgba(19, 21, 32, 0.8);
      text-decoration: none; }

.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-button-prev,
  .slider-wrap .swiper-button-next {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 50%;
    background: #fff;
    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; }
    @media (max-width: 575.98px) {
      .slider-wrap .swiper-button-prev,
      .slider-wrap .swiper-button-next {
        width: 50px;
        height: 50px;
        background-size: 24px; } }
  .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.5' transform='translate(0.5 0.5)' fill='none' stroke='%23131520' 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: -30px;
    transform: translate(-100%, 0);
    background-position: 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.5' transform='translate(0.5 0.5)' fill='none' stroke='%23131520' 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: -30px;
    transform: translate(100%, 0);
    background-position: center; }

.single-product__related .related__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px; }
  .single-product__related .related__header h2 {
    margin-bottom: 0;
    padding-bottom: 0; }

.nav-in-title {
  display: flex; }
  .nav-in-title .swiper-button-prev,
  .nav-in-title .swiper-button-next {
    display: block;
    width: 70px;
    height: 70px;
    position: relative;
    border: 1px solid rgba(19, 21, 32, 0.05);
    display: flex;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 38px;
    cursor: pointer;
    user-select: none; }
    .nav-in-title .swiper-button-prev.swiper-button-disabled,
    .nav-in-title .swiper-button-next.swiper-button-disabled {
      opacity: .3; }
    @media (max-width: 768.98px) {
      .nav-in-title .swiper-button-prev,
      .nav-in-title .swiper-button-next {
        width: 60px;
        height: 60px; } }
  .nav-in-title .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.5' transform='translate(0.5 0.5)' fill='none' stroke='%23131520' 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");
    background-position: center; }
  .nav-in-title .swiper-button-next {
    margin-left: 10px;
    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.5' transform='translate(0.5 0.5)' fill='none' stroke='%23131520' 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");
    background-position: center; }

.swiper-button-prev,
.swiper-button-next {
  display: block;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 24px;
  cursor: pointer;
  user-select: none;
  background-position: center;
  margin-left: 10px; }

.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5449 4.58398L8.18129 11.0007L14.5449 17.4173' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E%0A"); }

.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.45508 17.416L15.8187 10.9993L9.45508 4.58268' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E%0A"); }

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: auto;
  max-height: 90%;
  overflow-y: auto;
  background: #fff;
  padding: 40px;
  z-index: 9;
  animation: .25s modal-slide-up ease-out;
  max-width: 700px;
  border-radius: 3px; }
  @media (max-width: 768.98px) {
    .modal {
      padding: 20px; } }
  .modal.active {
    display: block; }
  .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }
  .modal__content {
    text-align: left; }
    .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;
      width: 100%; }
    .modal__content img {
      display: block;
      margin: 10px 0 20px; }
    .modal__content .modal-upsell {
      font-size: 14px; }
      .modal__content .modal-upsell h2, .modal__content .modal-upsell h3, .modal__content .modal-upsell h4 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px; }

.modal-trig {
  cursor: pointer; }

@keyframes modal-slide-up {
  0% {
    transform: translate(-50%, -45%); }
  100% {
    transform: translate(-50%, -50%); } }
@keyframes html-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.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: 0;
    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: #ca171b;
          display: inline-block; }
      .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: "Elza", "Inter", 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: "Inter", 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 {
      padding: 20px;
      margin: 0 2px; } }
.cross-modal .logo img {
  width: 60px;
  height: auto; }
.cross-modal h3 {
  margin-bottom: 0 !important;
  padding: 30px 0; }
  .cross-modal h3 span {
    display: block;
    color: #ca171b; }
  @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 .btn-wrap {
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 20px;
  width: 100%; }
  .cross-modal .btn-wrap .btn {
    margin: 0 5px 5px 5px; }

.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; }

.wpcf7-form label {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 12px;
  text-align: left; }
  .wpcf7-form label.half {
    display: inline-block;
    width: calc(50% - 10px); }
    .wpcf7-form label.half:nth-child(even) {
      margin-right: 15px; }
    @media (max-width: 575.98px) {
      .wpcf7-form label.half {
        width: 100%;
        margin-right: 0; } }
  .wpcf7-form label > span {
    display: block;
    font-size: 14px;
    color: #ca171b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding-bottom: 10px; }
    .wpcf7-form label > span .wpcf7-not-valid-tip {
      font-size: 12px;
      transform: translateY(-9px);
      font-weight: 700;
      letter-spacing: 1px;
      position: absolute;
      top: calc(100% - 20px);
      width: 100%; }
  .wpcf7-form label input, .wpcf7-form label textarea {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid rgba(19, 21, 32, 0.05);
    background: rgba(23, 26, 63, 0.01);
    padding: 12px;
    line-height: 1.5;
    height: unset;
    transition: ease all .2s; }
    .wpcf7-form label input.wpcf7-not-valid, .wpcf7-form label textarea.wpcf7-not-valid {
      margin-bottom: 35px; }
  .wpcf7-form label textarea {
    max-height: 120px; }
.wpcf7-form .wpcf7-response-output {
  margin: 0px !important;
  padding: 10px 15px !important;
  border: 0px;
  background: #fbe29e;
  border-radius: 3px;
  font-size: 14px !important;
  border: 0px !important;
  color: #4d3d10; }
.wpcf7-form.sent .wpcf7-response-output {
  color: #117125;
  background: #d2eab5; }

.nm-faq {
  margin-top: 60px; }

.nm-faq-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px 0;
  margin: 0;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  border-top: 1px solid rgba(19, 21, 32, 0.05);
  font-family: "Elza", "Inter", Helvetica, Arial;
  line-height: 1; }
  @media (max-width: 575.98px) {
    .nm-faq-toggle {
      padding: 30px 0; } }
  .nm-faq-toggle svg {
    transition: .2s;
    margin-left: 15px;
    width: 24px; }
  .nm-faq-toggle h3 {
    margin: 0;
    font-size: 24px; }
    @media (max-width: 575.98px) {
      .nm-faq-toggle h3 {
        font-size: 20px; } }
  .nm-faq-toggle.toggle-active svg {
    transform: rotate(90deg); }
    .nm-faq-toggle.toggle-active svg path:last-child {
      opacity: 0; }
  .nm-faq-toggle:hover {
    text-decoration: none; }

.nm-faq-content {
  overflow: hidden;
  display: none;
  padding: 0;
  text-align: left;
  padding-bottom: 30px;
  max-width: 1000px; }
  .nm-faq-content .product-data-row {
    padding: 20px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 575.98px) {
      .nm-faq-content .product-data-row {
        font-size: 14px;
        padding: 15px; } }
    .nm-faq-content .product-data-row p {
      margin: 0; }
    .nm-faq-content .product-data-row:nth-child(odd) {
      background-color: #f9f9f9; }

.megamenu__inner {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: .4s;
  display: flex;
  box-shadow: 0 35px 60px rgba(0, 0, 0, 0.2); }
  .megamenu__inner.mega-active {
    visibility: visible;
    transform: translateY(0);
    opacity: 1; }
  .megamenu__inner__content {
    flex: 0 0 70%;
    padding: 50px; }
    .megamenu__inner__content > span {
      color: rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 500;
      font-size: 12px;
      text-align: left;
      letter-spacing: 2px; }
  .megamenu__inner__product {
    background-color: #F1F1F1;
    flex: 0 0 30%; }
    .megamenu__inner__product a {
      display: block;
      padding: 30px;
      position: relative;
      color: #131520; }
      .megamenu__inner__product a img {
        min-height: 250px;
        width: 100%;
        object-fit: cover;
        max-width: none;
        display: block; }
      .megamenu__inner__product a span {
        color: rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 12px;
        text-align: left;
        font-size: 8px; }
      .megamenu__inner__product a .menu-content {
        background-color: #F1F1F1;
        z-index: 1;
        position: relative;
        display: block;
        margin-top: -70px;
        width: 75%;
        padding: 15px 15px 15px 20px;
        position: relative;
        transition: .2s; }
        .megamenu__inner__product a .menu-content:before {
          content: "";
          position: absolute;
          background-color: #F1F1F1;
          bottom: 0;
          left: 0;
          right: 0;
          top: 0;
          z-index: -1;
          transition: all .15s ease-in-out; }
        .megamenu__inner__product a .menu-content svg {
          position: absolute;
          top: 15px;
          right: 15px;
          transition: .15s ease-in-out; }
        .megamenu__inner__product a .menu-content p {
          font-size: 10px;
          color: rgba(19, 21, 32, 0.8);
          margin-top: 10px;
          margin-bottom: 0;
          max-width: 150px; }
          .megamenu__inner__product a .menu-content p.title {
            font-size: 14px;
            font-weight: 500;
            margin: 0; }
      .megamenu__inner__product a:hover .menu-content::before {
        right: -20px;
        top: -20px; }
      .megamenu__inner__product a:hover svg {
        top: -5px;
        right: -5px; }
  .megamenu__inner ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    padding-top: 20px; }
    .megamenu__inner ul li {
      flex: 0 0 33.33%;
      flex-wrap: wrap;
      padding: 20px;
      padding-left: 0;
      list-style: none; }
      .megamenu__inner ul li a {
        color: #131520;
        font-weight: 500;
        font-size: 14px;
        display: flex;
        align-items: center;
        line-height: 1.3; }
        .megamenu__inner ul li a:active, .megamenu__inner ul li a:visited, .megamenu__inner ul li a:focus {
          color: #131520;
          text-decoration: none; }
        .megamenu__inner ul li a span {
          display: block;
          width: 45px;
          height: 45px;
          margin-right: 15px; }
        .megamenu__inner ul li a:hover {
          opacity: .8;
          color: #131520; }
        .megamenu__inner ul li a.inner-showall {
          color: #ca171b;
          line-height: 1; }
          .megamenu__inner ul li a.inner-showall:active, .megamenu__inner ul li a.inner-showall:visited, .megamenu__inner ul li a.inner-showall:focus {
            color: #ca171b;
            text-decoration: none; }
          .megamenu__inner ul li a.inner-showall:hover {
            opacity: 1; }
            .megamenu__inner ul li a.inner-showall:hover svg {
              margin-left: 7px; }
          .megamenu__inner ul li a.inner-showall svg {
            margin-left: 5px;
            transition: .1s ease-in-out; }

.wrap-upsell {
  margin-top: 30px; }
  .wrap-upsell label {
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    font-size: 14px; }
    @media (max-width: 575.98px) {
      .wrap-upsell label {
        font-size: 12px; } }
  .wrap-upsell ul {
    padding: 0px;
    margin-top: 15px; }
    .wrap-upsell ul .upsell-item {
      list-style: none;
      display: flex;
      align-items: center;
      padding: 0;
      border: 1px solid rgba(19, 21, 32, 0.05);
      margin-bottom: 10px;
      height: 70px;
      position: relative; }
      .wrap-upsell ul .upsell-item__image {
        flex: 0 0 70px;
        height: 100%; }
      .wrap-upsell ul .upsell-item__info {
        display: flex;
        flex: 0 0 calc(100% - 180px);
        flex-direction: column;
        padding-left: 20px; }
        .wrap-upsell ul .upsell-item__info .title {
          font-size: 14px;
          font-weight: 500; }
          .wrap-upsell ul .upsell-item__info .title a {
            color: #131520; }
            .wrap-upsell ul .upsell-item__info .title a:active, .wrap-upsell ul .upsell-item__info .title a:visited, .wrap-upsell ul .upsell-item__info .title a:focus {
              color: #131520;
              text-decoration: none; }
          .wrap-upsell ul .upsell-item__info .title span {
            display: inline-block;
            margin-left: 4px;
            transform: translateY(3px); }
            .wrap-upsell ul .upsell-item__info .title span svg circle {
              fill: #fcf1f1;
              fill-opacity: 1; }
            @media (max-width: 575.98px) {
              .wrap-upsell ul .upsell-item__info .title span {
                position: absolute;
                left: 2px;
                top: 2px;
                border-radius: 50%;
                border: 1px solid rgba(0, 0, 0, 0.1); } }
          @media (max-width: 575.98px) {
            .wrap-upsell ul .upsell-item__info .title {
              font-size: 12px;
              line-height: 1.1; } }
        .wrap-upsell ul .upsell-item__info .price {
          font-size: 12px;
          opacity: .8;
          margin-top: 5px; }
          .wrap-upsell ul .upsell-item__info .price ins {
            text-decoration: none; }
          .wrap-upsell ul .upsell-item__info .price .from-price {
            font-size: 16px; }
      .wrap-upsell ul .upsell-item__action {
        flex: 0 0 100px;
        text-align: right; }
        .wrap-upsell ul .upsell-item__action button {
          padding: 14px 20px;
          display: flex;
          align-items: center;
          margin-right: 0px;
          margin-top: 0;
          clip-path: none; }
          .wrap-upsell ul .upsell-item__action button:active, .wrap-upsell ul .upsell-item__action button:focus {
            background: white;
            color: #ca171b; }
          .wrap-upsell ul .upsell-item__action button:before {
            content: " ";
            display: inline-block;
            height: 10px;
            width: 10px;
            margin-right: 5px;
            background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_347_198)'%3E%3Cpath d='M5 0.832031V9.16536' stroke='%23201C2A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.835938 5H9.16927' stroke='%23201C2A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_347_198'%3E%3Crect width='10' height='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }
          .wrap-upsell ul .upsell-item__action button:hover {
            background: #ca171b;
            color: white; }
            .wrap-upsell ul .upsell-item__action button:hover:before {
              filter: invert(1); }
          .wrap-upsell ul .upsell-item__action button.added {
            background: #33ac51 !important;
            color: white !important;
            border: 1px solid #33ac51 !important; }
            .wrap-upsell ul .upsell-item__action button.added:before {
              background-size: 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%3Echeck-single%3C/title%3E%3Cg fill='%23ffffff'%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='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }

.aws-container {
  width: 100%;
  max-width: 480px;
  position: relative;
  transition: .2s ease-in-out;
  height: 42px; }
  @media (max-width: 991.98px) {
    .aws-container {
      position: fixed;
      top: 110px;
      left: 0;
      right: 0;
      visibility: hidden;
      opacity: 0; } }
  .aws-container.active {
    width: 100%;
    visibility: visible;
    opacity: 1; }
  .aws-container .aws-wrapper::after {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1436_708)'%3E%3Cpath d='M20.1667 20.1667L14.3513 14.3513' stroke='%23CA1419' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.16671 16.5C13.2168 16.5 16.5 13.2167 16.5 9.16665C16.5 5.11656 13.2168 1.83331 9.16671 1.83331C5.11662 1.83331 1.83337 5.11656 1.83337 9.16665C1.83337 13.2167 5.11662 16.5 9.16671 16.5Z' stroke='%23CA1419' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1436_708'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    content: "";
    position: absolute;
    right: 14px;
    width: 22px;
    height: 22px;
    display: block;
    top: 8px;
    background-size: contain; }
  .aws-container .aws-search-form .aws-search-clear {
    right: 38px; }
  .aws-container .aws-search-form .aws-wrapper .aws-loader {
    right: 38px; }
  .aws-container .aws-search-field {
    color: #131520;
    font-size: 14px; }

.less500.aws-search-result .aws_result_price {
  text-align: left; }

.header-search {
  position: relative; }
  .header-search .trigger-search {
    cursor: pointer; }
    .header-search .trigger-search .open {
      display: block; }
    .header-search .trigger-search .close {
      display: none; }
    .header-search .trigger-search.active .open {
      display: none; }
    .header-search .trigger-search.active .close {
      display: block; }

.contact-modal {
  width: 100%;
  max-width: 350px;
  position: fixed;
  bottom: 15px;
  right: 15px; }
  .contact-modal h4 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px; }
  .contact-modal .modal-btn {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer; }
  .contact-modal p {
    font-size: 14px;
    margin: 0; }
  .contact-modal__intro {
    display: flex;
    padding: 25px; }
    .contact-modal__intro .img img {
      border-radius: 50%;
      max-width: 80px;
      height: auto;
      margin-right: 20px; }

input[type="file"] {
  height: 120px;
  width: 100%;
  padding: 40px;
  cursor: pointer; }

.wrap-file-input {
  position: relative;
  margin-bottom: 25px; }
  .wrap-file-input .wrap-inner-file {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #f6f6f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
    padding: 10px;
    border: 2px dashed rgba(19, 21, 32, 0.05);
    border-radius: 0;
    pointer-events: none; }
    .wrap-file-input .wrap-inner-file .icon {
      display: flex;
      flex-direction: column;
      align-items: center;
      color: rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 500;
      font-size: 12px;
      text-align: left;
      font-size: 14px; }
      .wrap-file-input .wrap-inner-file .icon:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.86' height='22.302' viewBox='0 0 31.86 22.302'%3E%3Cpath id='Icon_awesome-cloud-upload-alt' data-name='Icon awesome-cloud-upload-alt' d='M26.762,11.937a4.785,4.785,0,0,0-4.46-6.5,4.755,4.755,0,0,0-2.653.806A7.966,7.966,0,0,0,4.779,10.215c0,.134,0,.269.01.4a7.17,7.17,0,0,0,2.38,13.934H25.488a6.372,6.372,0,0,0,1.274-12.614Zm-7.178,3.057H16.328v5.575a.8.8,0,0,1-.8.8H13.142a.8.8,0,0,1-.8-.8V14.994H9.09a.8.8,0,0,1-.563-1.359l5.247-5.247a.8.8,0,0,1,1.125,0l5.247,5.247a.8.8,0,0,1-.563,1.359Z' transform='translate(0 -2.25)' fill='%23ca1419'/%3E%3C/svg%3E%0A");
        width: 32px;
        height: 23px;
        content: " ";
        display: inline-block;
        background-repeat: no-repeat;
        margin-bottom: 10px; }
    .wrap-file-input .wrap-inner-file .overline {
      margin-top: 10px !important;
      margin-bottom: 0px !important; }
  .wrap-file-input.file-has-content .icon:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.86' height='22.302' viewBox='0 0 31.86 22.302'%3E%3Cpath id='Icon_awesome-cloud-upload-alt' data-name='Icon awesome-cloud-upload-alt' d='M26.762,11.937a4.785,4.785,0,0,0-4.46-6.5,4.755,4.755,0,0,0-2.653.806A7.966,7.966,0,0,0,4.779,10.215c0,.134,0,.269.01.4a7.17,7.17,0,0,0,2.38,13.934H25.488a6.372,6.372,0,0,0,1.274-12.614Zm-7.178,3.057H16.328v5.575a.8.8,0,0,1-.8.8H13.142a.8.8,0,0,1-.8-.8V14.994H9.09a.8.8,0,0,1-.563-1.359l5.247-5.247a.8.8,0,0,1,1.125,0l5.247,5.247a.8.8,0,0,1-.563,1.359Z' transform='translate(0 -2.25)' fill='%2356ab25'/%3E%3C/svg%3E%0A"); }

.fancybox-slide--image .fancybox-content {
  background-color: #f1f1f1; }

html:before {
  content: "";
  opacity: 0;
  transition: .4s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background: #000;
  visibility: hidden; }
html.active {
  overflow: hidden; }
  html.active:before {
    visibility: visible;
    opacity: .8; }

.offer-sidebar__product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px; }
  .offer-sidebar__product__img {
    background-color: #F1F1F1;
    flex: 0 0 25%; }
    @media (max-width: 575.98px) {
      .offer-sidebar__product__img {
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 20px; } }
  .offer-sidebar__product__content {
    padding-left: 30px;
    flex: 0 0 100%; }
    @media (max-width: 575.98px) {
      .offer-sidebar__product__content {
        padding-left: 0; } }
    .offer-sidebar__product__content .overline {
      font-size: 14px;
      margin-bottom: 10px; }
    .offer-sidebar__product__content p {
      font-size: 16px;
      margin-top: 5px; }
    .offer-sidebar__product__content h3 {
      margin: 0;
      margin-top: 5px; }
      @media (min-width: 576px) {
        .offer-sidebar__product__content h3 {
          font-size: 26px; } }
.offer-sidebar--mark .offer-sidebar__product__content {
  padding: 0; }
.offer-sidebar--mark .wrap-file-input .wrap-inner-file {
  background: #fcfcfc;
  margin-bottom: 15px; }

.sidebar {
  width: 90%;
  max-width: 900px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 10;
  transition: 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transform: translate(100%, 0);
  visibility: hidden; }
  @media (max-width: 768.98px) {
    .sidebar {
      width: 95%; } }
  .sidebar.active {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible; }
  .sidebar__header {
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media (max-width: 768.98px) {
      .sidebar__header {
        padding: 25px;
        left: -13px;
        top: -13px; } }
    .sidebar__header .sidebar-close {
      height: 50px;
      width: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: .2s;
      z-index: 99; }
      @media (max-width: 768.98px) {
        .sidebar__header .sidebar-close {
          height: 42px;
          width: 42px; } }
      .sidebar__header .sidebar-close svg {
        transition: .3s ease-in-out; }
  .sidebar__content {
    padding: 100px;
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: .2s linear; }
    @media (max-width: 768.98px) {
      .sidebar__content {
        padding: 75px 25px 25px 25px;
        overflow-x: hidden; } }

.single-product-offer {
  margin-top: 30px;
  background: #F6F6F8;
  border: 1px solid rgba(19, 21, 32, 0.05);
  padding: 30px; }
  .single-product-offer .price {
    margin-bottom: 20px !important;
    padding-top: 0; }
  .single-product-offer p {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important; }
  .single-product-offer button {
    display: block;
    height: 70px;
    line-height: 68px;
    border-radius: 0;
    padding: 0 40px;
    margin: 0;
    width: 100%;
    text-align: center; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.blog-header {
  position: relative;
  margin-bottom: 50px; }
  @media (max-width: 768.98px) {
    .blog-header {
      margin-bottom: 0; } }
  .blog-header__bg {
    width: 100%;
    height: 600px;
    position: relative; }
    @media (max-width: 991.98px) {
      .blog-header__bg {
        height: auto; } }
    .blog-header__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blog-header__content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    @media (max-width: 991.98px) {
      .blog-header__content {
        position: relative; } }
    .blog-header__content .meta {
      margin-bottom: 20px; }
      .blog-header__content .meta a {
        color: #131520;
        border: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        font-size: 12px;
        line-height: 1;
        padding: 8px 12px;
        color: #131520;
        z-index: 2;
        display: inline-block;
        position: relative;
        margin-right: 5px; }
        .blog-header__content .meta a:active, .blog-header__content .meta a:visited, .blog-header__content .meta a:focus {
          color: #131520;
          text-decoration: none; }
  .blog-header__inner {
    background: #fff;
    padding: 50px 80px;
    padding-bottom: 0; }
    @media (max-width: 768.98px) {
      .blog-header__inner {
        padding: 25px 0; } }

.blog-content {
  line-height: 1.8;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 120px; }
  @media (max-width: 768.98px) {
    .blog-content {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0; } }
  .blog-content section {
    padding: 30px 50px; }
    @media (max-width: 768.98px) {
      .blog-content section {
        padding-left: 0;
        padding-right: 0; } }
    .blog-content section:first-child p:first-child {
      font-weight: 500;
      font-size: 20px;
      color: #131520; }
      @media (max-width: 768.98px) {
        .blog-content section:first-child p:first-child {
          font-size: 18px; } }
    .blog-content section.blog-image, .blog-content section.blog-video {
      padding-left: 0;
      padding-right: 0; }
      .blog-content section.blog-image img, .blog-content section.blog-video img {
        width: 100%;
        display: block; }
      .blog-content section.blog-image figcaption, .blog-content section.blog-video figcaption {
        font-size: 16px;
        font-style: italic;
        margin-top: 10px; }
        @media (max-width: 768.98px) {
          .blog-content section.blog-image figcaption, .blog-content section.blog-video figcaption {
            font-size: 14px; } }
      .blog-content section.blog-image .video__wrap, .blog-content section.blog-video .video__wrap {
        margin-top: 0; }

.blog-sidebar {
  padding-top: 30px; }
  .blog-sidebar__col {
    margin-bottom: 60px; }
    .blog-sidebar__col--cta {
      margin-bottom: 0;
      padding-bottom: 0 !important; }
    @media (max-width: 991.98px) {
      .blog-sidebar__col--meta {
        margin-left: 80px; } }
    @media (max-width: 768.98px) {
      .blog-sidebar__col--meta, .blog-sidebar__col--cta {
        margin-bottom: 0;
        margin-left: 0; } }
    .blog-sidebar__col.blog-cta {
      padding-left: 0;
      padding-right: 0; }
      .blog-sidebar__col.blog-cta .sidebar-cta__content {
        padding: 40px; }
        .blog-sidebar__col.blog-cta .sidebar-cta__content p {
          font-size: 14px; }
          .blog-sidebar__col.blog-cta .sidebar-cta__content p.title {
            font-size: 20px; }
        .blog-sidebar__col.blog-cta .sidebar-cta__content .links a {
          font-size: 14px; }

.sidebar-date {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  font-size: 16px; }
  @media (max-width: 768.98px) {
    .sidebar-date {
      font-size: 14px; } }

.sidebar-share {
  display: flex;
  margin-top: 10px; }
  .sidebar-share a {
    height: 50px;
    width: 50px;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px; }
    @media (max-width: 768.98px) {
      .sidebar-share a {
        height: 40px;
        width: 40px; } }
    .sidebar-share a svg {
      display: block;
      width: 18px;
      height: auto; }

.sidebar-cta {
  display: flex; }
  @media (max-width: 768.98px) {
    .sidebar-cta {
      flex-direction: column; } }
  .sidebar-cta__image {
    flex: 0 0 25%; }
    .sidebar-cta__image img {
      object-fit: cover;
      display: block;
      width: 100%;
      height: 100%; }
  .sidebar-cta__content {
    flex: 0 0 75%;
    padding: 20px; }
    .sidebar-cta__content p {
      font-size: 12px;
      margin-top: 10px; }
      .sidebar-cta__content p.title {
        margin: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 500; }
    .sidebar-cta__content .links {
      display: flex;
      align-items: center; }
      @media (max-width: 768.98px) {
        .sidebar-cta__content .links {
          flex-direction: column;
          align-items: flex-start; } }
      .sidebar-cta__content .links a {
        font-size: 12px;
        color: #fff;
        display: flex;
        align-items: center;
        margin-right: 10px; }
        .sidebar-cta__content .links a:active, .sidebar-cta__content .links a:visited, .sidebar-cta__content .links a:focus {
          color: #fff;
          text-decoration: none; }
        .sidebar-cta__content .links a:last-child {
          margin-right: 0; }
        .sidebar-cta__content .links a svg {
          width: 16px;
          height: 16px;
          margin-right: 10px; }

.sidebar-related__img {
  margin: -20px;
  margin-right: 20px;
  width: 80px;
  flex-shrink: 0; }
  .sidebar-related__img img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
.sidebar-related a {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #F1F1F1;
  margin-bottom: 10px; }
  .sidebar-related a p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #131520; }
    .sidebar-related a p:active, .sidebar-related a p:visited, .sidebar-related a p:focus {
      color: #131520;
      text-decoration: none; }
  .sidebar-related a svg {
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 25px; }

.sidebar-case a {
  position: relative;
  display: block; }
  .sidebar-case a img {
    width: 100%;
    display: block; }
  .sidebar-case a span {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 0; }
    .sidebar-case a span svg {
      margin-left: 15px; }
  .sidebar-case a:hover .btn {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 0); }

.contact-wrap {
  display: flex; }
  .contact-wrap .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(22, 25, 57, 0.05);
    width: 72px;
    height: 72px;
    flex: 0 0 80px; }
    .contact-wrap .icon svg {
      flex-shrink: 0;
      flex-grow: 0; }
  .contact-wrap__content {
    padding-left: 30px;
    padding-top: 20px;
    color: #131520; }
    .contact-wrap__content a {
      text-decoration: underline;
      display: block;
      margin-top: 5px; }
    .contact-wrap__content .label {
      color: rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 500;
      font-size: 12px;
      text-align: left;
      font-size: 14px;
      margin-top: 15px;
      display: block; }
    .contact-wrap__content ul {
      padding: 0; }
      .contact-wrap__content ul li {
        list-style: none; }

.find-us .border {
  height: 1px;
  width: 100%;
  display: block;
  background: rgba(19, 21, 32, 0.05);
  margin-bottom: 100px; }

.contactus__content {
  padding-right: 30px;
  padding-bottom: 20px; }
  .contactus__content ul {
    margin-top: 30px;
    padding: 0; }
    .contactus__content ul li {
      list-style: none;
      position: relative;
      padding-left: 36px;
      font-size: 16px;
      font-weight: 500;
      color: #131520;
      line-height: 1.4;
      margin-bottom: 10px;
      padding-top: 0px; }
      .contactus__content ul li:before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23CA1419' fill-opacity='0.06'/%3E%3Cpath d='M8.53906 12.0463L10.8449 14.3051L15.4567 9.69336' stroke='%23CA1419' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        left: 0; }
.contactus__form {
  background-color: #fff;
  padding: 50px; }
  .contactus__form p {
    font-size: 14px;
    margin-top: 0;
    font-style: italic;
    opacity: .6; }

.employees .employee {
  margin-bottom: 30px; }
  .employees .employee__img {
    width: 100%;
    aspect-ratio: 9/10; }
    .employees .employee__img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      display: block; }
  .employees .employee h3 {
    font-size: 20px;
    margin-bottom: 0; }
  .employees .employee .jobtitle {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    opacity: .5; }
  .employees .employee a {
    font-size: 16px;
    display: block; }

.case-grid a {
  color: #131520; }
  .case-grid a:active, .case-grid a:visited, .case-grid a:focus {
    color: #131520;
    text-decoration: none; }
  .case-grid a:hover .content:before {
    right: -20px;
    top: -20px; }
  .case-grid a:hover svg {
    top: 10px;
    right: 10px; }
.case-grid__single {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin-bottom: 30px; }
  .case-grid__single .case-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%; }
  .case-grid__single .case-logo {
    position: absolute;
    top: 0;
    left: 30px;
    top: 30px;
    max-width: 100px;
    filter: grayscale(1); }
  .case-grid__single .case-type {
    position: absolute;
    right: 30px;
    top: 30px;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    background: #000;
    color: #fff;
    padding: 8px 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 1; }
  .case-grid__single .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    background: #fff;
    padding: 30px;
    z-index: 1; }
    .case-grid__single .content::before {
      content: "";
      position: absolute;
      background: #fff;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      transition: .15s ease-in-out; }
    .case-grid__single .content__top .overline {
      font-size: 14px;
      display: block;
      padding-bottom: 15px;
      font-weight: 500; }
    .case-grid__single .content__top h3 {
      margin: 0;
      font-size: 24px; }
    .case-grid__single .content__top svg {
      position: absolute;
      top: 30px;
      right: 30px;
      transition: .15s ease-in-out; }

.single-case .testimonials__wrap {
  margin: 0; }
.single-case .productslider {
  padding-bottom: 0; }
.single-case .video__wrap {
  margin: 0; }
.single-case .image img {
  display: block;
  margin: 0 auto; }
.single-case section.text, .single-case section.video, .single-case section.image {
  padding: 0;
  margin: 120px 0; }

.offer__sidebar {
  height: 100%;
  padding: 80px; }
  .offer__sidebar .overline {
    font-size: 14px; }
  .offer__sidebar h3 {
    margin-bottom: 0; }
.offer__form {
  background: #fff;
  padding: 80px 100px; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/**
 * Checkout
 */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  text-align: center; }
.woocommerce-checkout #payment {
  margin-bottom: 100px; }
.woocommerce-checkout .checkout-step {
  display: flex;
  align-items: center; }
  .woocommerce-checkout .checkout-step span {
    background-color: #fcf1f1;
    display: flex;
    border-radius: 50%;
    color: #ca171b;
    margin-right: 10px;
    font-weight: 500;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding-top: 3px;
    transform: translateY(-2px); }
.woocommerce-checkout .checkout-box {
  background: #fff;
  margin-top: 25px;
  padding: 30px; }
  @media (max-width: 575.98px) {
    .woocommerce-checkout .checkout-box {
      margin-top: 20px;
      padding: 30px 15px; } }
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  position: fixed;
  z-index: 1;
  bottom: 10px;
  background: #131522;
  color: #fff;
  left: 15px;
  font-size: 14px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 6px;
  min-width: 300px; }
  .woocommerce-checkout .woocommerce-NoticeGroup-checkout ul {
    padding: 0; }
.woocommerce-checkout #order_review > h3 {
  display: none; }
.woocommerce-checkout .bundled_table_item {
  display: none !important; }
.woocommerce-checkout #main {
  position: relative;
  background: #F1F1F1;
  border-bottom: 1px solid rgba(19, 21, 32, 0.05); }
  .woocommerce-checkout #main > .container {
    max-width: 1000px; }
    @media (max-width: 575.98px) {
      .woocommerce-checkout #main > .container {
        padding: 0; } }
.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: "Inter", Helvetica, Arial;
      font-weight: unset; }
.woocommerce-checkout .coupon-trig {
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 20px; }
.woocommerce-checkout .checkout_coupon {
  display: block !important;
  padding: 30px 0; }
  .woocommerce-checkout .checkout_coupon .wrap-coupon {
    display: flex;
    margin-top: 15px;
    align-items: center;
    margin: 15px auto 0 auto; }
    .woocommerce-checkout .checkout_coupon .wrap-coupon .form-row {
      height: 60px;
      margin: 0 !important; }
      .woocommerce-checkout .checkout_coupon .wrap-coupon .form-row input {
        width: 100%;
        border: 1px solid rgba(19, 21, 32, 0.05); }
      .woocommerce-checkout .checkout_coupon .wrap-coupon .form-row button {
        margin: 0px;
        margin-left: 10px;
        height: 60px; }
.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 #billing_country_field,
.woocommerce-checkout #shipping_country_field {
  display: none; }
.woocommerce-checkout #order_comments_field {
  min-width: 100%; }
  .woocommerce-checkout #order_comments_field label {
    display: none; }
.woocommerce-checkout .container-checkout {
  margin-top: 25px; }
  @media (max-width: 575.98px) {
    .woocommerce-checkout .container-checkout {
      margin-top: 20px; } }
  .woocommerce-checkout .container-checkout h3 {
    font-size: 24px;
    margin: 0 0 30px 0; }
  .woocommerce-checkout .container-checkout .col-info {
    background: #fff;
    padding: 30px;
    position: relative; }
    @media (max-width: 575.98px) {
      .woocommerce-checkout .container-checkout .col-info {
        padding: 30px 15px; } }
    .woocommerce-checkout .container-checkout .col-info .mc-optin.has-border {
      border-top: 1px solid rgba(19, 21, 32, 0.05);
      padding-top: 15px;
      margin-top: 8px;
      display: block; }
    .woocommerce-checkout .container-checkout .col-info .mc-optin label {
      cursor: pointer;
      display: block; }
      .woocommerce-checkout .container-checkout .col-info .mc-optin label input {
        margin-right: 10px;
        display: none; }
        .woocommerce-checkout .container-checkout .col-info .mc-optin label input:checked ~ span::before {
          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='%23ca171b'%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='%23ca171b'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: 10px;
          background-position: center; }
      .woocommerce-checkout .container-checkout .col-info .mc-optin label span {
        font-size: 14px; }
        .woocommerce-checkout .container-checkout .col-info .mc-optin label span a {
          text-decoration: underline; }
        @media (max-width: 575.98px) {
          .woocommerce-checkout .container-checkout .col-info .mc-optin label span {
            font-size: 12px; } }
        .woocommerce-checkout .container-checkout .col-info .mc-optin label span::before {
          flex-shrink: 0;
          flex-grow: 0;
          content: " ";
          width: 18px;
          height: 18px;
          border: 2px solid #d2d1d1;
          position: relative;
          display: inline-block;
          border-radius: 50px;
          transition: ease all .2s;
          margin-right: 8px;
          transform: translateY(3px); }
  .woocommerce-checkout .container-checkout #billing_login {
    text-align: right;
    position: absolute;
    right: 30px;
    top: 30px;
    margin: 0; }
    @media (max-width: 768.98px) {
      .woocommerce-checkout .container-checkout #billing_login {
        position: relative;
        top: unset;
        right: unset;
        text-align: left;
        margin-bottom: 20px;
        margin-top: -15px; } }
    .woocommerce-checkout .container-checkout #billing_login span {
      color: #ca171b;
      font-size: 14px;
      text-decoration: underline; }
  .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /** Validation **/ }
    .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper p,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper p {
      margin: 0 0 15px; }
    .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .form-row,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
      flex: 0 0 49%; }
    .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper #billing_customer_type_field,
    .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
    .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper #billing_ean_field,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper #billing_customer_type_field,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper #billing_address_1_field,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper #billing_ean_field {
      flex: 0 0 100%; }
    .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .logo-wrap,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .logo-wrap {
      width: 100%;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid rgba(27, 27, 27, 0.04); }
      .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .logo-wrap a,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .logo-wrap a {
        display: block;
        font-family: "Elza", "Inter", Helvetica, Arial;
        text-decoration: none;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase; }
        .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .logo-wrap a svg,
        .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .logo-wrap a svg {
          transform: translateY(3px);
          margin-right: 5px;
          transition: ease all .2s; }
        .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .logo-wrap a:hover svg,
        .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .logo-wrap a:hover svg {
          margin-right: 8px; }
      .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .logo-wrap img,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .logo-wrap img {
        max-width: 100px; }
    .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-invalid input,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .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 .woocommerce-billing-fields__field-wrapper .woocommerce-invalid input:active, .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-invalid input:focus,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-invalid input:active,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-invalid input:focus {
        box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1); }
    .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-invalid .inline-error,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-invalid .inline-error {
      display: block !important;
      color: #d95858;
      font-size: 12px;
      margin-bottom: 2px; }
    .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-validated input,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .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 .woocommerce-billing-fields__field-wrapper .woocommerce-validated input:active, .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-validated input:focus,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-validated input:active,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-validated input:focus {
        box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1); }
    .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper label,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper label {
      font-weight: 500;
      text-transform: uppercase;
      color: rgba(19, 21, 32, 0.8);
      letter-spacing: .3px;
      font-size: 12px;
      display: block;
      padding-bottom: 5px; }
      .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper label .required,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper label .required {
        display: none; }
    .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper [type=text], .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper [type=email], .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper [type=tel], .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper textarea, .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper select,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper [type=text],
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper [type=email],
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper [type=tel],
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper textarea,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper select {
      padding: 10px;
      width: 100%;
      max-width: 100%;
      border: 1px solid #E3E3E3;
      outline: 0;
      transition: ease all .2s;
      overflow: hidden;
      background-position: 100% 13px;
      height: 46px;
      font-size: 14px;
      color: #131520; }
      .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper [type=text]:active, .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper [type=text]:focus, .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper [type=email]:active, .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper [type=email]:focus, .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper [type=tel]:active, .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper [type=tel]:focus, .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper textarea:active, .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper textarea:focus, .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper select:active, .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper select:focus,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper [type=text]:active,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper [type=text]:focus,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper [type=email]:active,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper [type=email]:focus,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper [type=tel]:active,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper [type=tel]:focus,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper textarea:active,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper textarea:focus,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper select:active,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper select:focus {
        box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1); }
    .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .checkout-customertype span,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .checkout-customertype span {
      display: flex;
      border-radius: 6px;
      background: #f6f6f8;
      padding: 20px; }
      @media (max-width: 575.98px) {
        .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .checkout-customertype span,
        .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .checkout-customertype span {
          padding: 20px 15px; } }
      .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .checkout-customertype span label,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .checkout-customertype span label {
        text-align: center;
        font-size: 14px;
        padding: 0 !important;
        margin-bottom: 0;
        display: block;
        transition: ease all .2s;
        cursor: pointer;
        position: relative;
        font-weight: 500;
        text-transform: none;
        user-select: none;
        color: #131520;
        opacity: 1;
        margin-right: 16px;
        display: flex;
        letter-spacing: 0; }
        .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .checkout-customertype span label::before,
        .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .checkout-customertype span label::before {
          content: " ";
          width: 18px;
          height: 18px;
          border: 2px solid #d2d1d1;
          position: relative;
          display: inline-block;
          border-radius: 50px;
          transition: ease all .2s;
          margin-right: 6px;
          transform: translateY(3px);
          background-color: #fff; }
        .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .checkout-customertype span label:last-child,
        .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .checkout-customertype span label:last-child {
          border-right: 0; }
      .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .checkout-customertype span input,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .checkout-customertype span input {
        display: none; }
        .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .checkout-customertype span input:checked + label::before,
        .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .checkout-customertype span input:checked + label::before {
          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='%23ca171b'%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='%23ca171b'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: 10px;
          background-position: center; }
    .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper .optional,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper .optional {
      display: none; }
    .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper #EAN_field,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper #EAN_field {
      width: 100% !important;
      display: none; }
      .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper #EAN_field label,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper #EAN_field label {
        width: 100%; }
      .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper #EAN_field input,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper #EAN_field input {
        width: 100%; }
      .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper #EAN_field .optional,
      .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper #EAN_field .optional {
        display: none; }
    .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper #billing_address_2 {
      display: none !important; }
    .woocommerce-checkout .container-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
    .woocommerce-checkout .container-checkout .woocommerce-shipping-fields__field-wrapper #billing_address_2_field {
      display: none !important; }
  .woocommerce-checkout .container-checkout .woocommerce-additional-fields h3 {
    display: none; }
  .woocommerce-checkout .container-checkout .shipping_address {
    margin-top: 10px; }
  .woocommerce-checkout .container-checkout #ship-to-different-address label {
    cursor: pointer;
    display: block; }
    .woocommerce-checkout .container-checkout #ship-to-different-address label input {
      margin-right: 10px;
      display: none; }
      .woocommerce-checkout .container-checkout #ship-to-different-address label input:checked ~ span::before {
        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='%23ca171b'%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='%23ca171b'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: center; }
    .woocommerce-checkout .container-checkout #ship-to-different-address label span {
      font-size: 14px;
      font-weight: 500;
      color: #131520;
      display: inline-flex; }
      .woocommerce-checkout .container-checkout #ship-to-different-address label span::before {
        content: " ";
        width: 18px;
        height: 18px;
        border: 2px solid #d2d1d1;
        position: relative;
        display: inline-block;
        border-radius: 50px;
        transition: ease all .2s;
        margin-right: 8px;
        transform: translateY(3px); }
  .woocommerce-checkout .container-checkout #nm_package_instruction_field {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(19, 21, 32, 0.05);
    padding-bottom: 20px; }
    .woocommerce-checkout .container-checkout #nm_package_instruction_field label {
      font-weight: 500;
      text-transform: uppercase;
      color: rgba(19, 21, 32, 0.8);
      letter-spacing: .3px;
      font-size: 12px;
      display: block;
      padding-bottom: 5px; }
      .woocommerce-checkout .container-checkout #nm_package_instruction_field label .required, .woocommerce-checkout .container-checkout #nm_package_instruction_field label .optional {
        display: none; }
    .woocommerce-checkout .container-checkout #nm_package_instruction_field input {
      padding: 10px;
      width: 100%;
      max-width: 100%;
      border: 1px solid #E3E3E3;
      outline: 0;
      transition: ease all .2s;
      overflow: hidden;
      background-position: 100% 13px;
      height: 46px;
      font-size: 14px;
      color: #131520; }
      .woocommerce-checkout .container-checkout #nm_package_instruction_field input:active, .woocommerce-checkout .container-checkout #nm_package_instruction_field input:focus {
        box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1); }
  .woocommerce-checkout .container-checkout #ean_payment_fields {
    margin-bottom: 20px;
    background: #f6f6f8;
    padding: 20px;
    margin-top: 5px;
    border: 1px solid #e3e3e3;
    border-radius: 4px; }
    .woocommerce-checkout .container-checkout #ean_payment_fields label {
      font-weight: 500;
      text-transform: uppercase;
      color: rgba(19, 21, 32, 0.8);
      letter-spacing: .3px;
      font-size: 12px;
      display: block;
      padding-bottom: 5px; }
      .woocommerce-checkout .container-checkout #ean_payment_fields label .required {
        display: none; }
    .woocommerce-checkout .container-checkout #ean_payment_fields input {
      padding: 10px;
      width: 100%;
      max-width: 100%;
      border: 1px solid #E3E3E3;
      outline: 0;
      transition: ease all .2s;
      overflow: hidden;
      background-position: 100% 13px;
      height: 46px;
      font-size: 14px;
      color: #131520; }
      .woocommerce-checkout .container-checkout #ean_payment_fields input:active, .woocommerce-checkout .container-checkout #ean_payment_fields input:focus {
        box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1); }
  .woocommerce-checkout .container-checkout .col-shipping ul {
    margin-bottom: 25px; }
    .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 {
        font-weight: 400;
        color: rgba(19, 21, 32, 0.8);
        display: block; }
  .woocommerce-checkout .container-checkout .col-shipping #order_review .cart-service {
    padding: 20px 0;
    border: none;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px; }
    .woocommerce-checkout .container-checkout .col-shipping #order_review .cart-service h4 {
      font-size: 18px;
      margin-bottom: 10px; }
  .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table {
    width: 100%;
    font-size: 16px !important;
    font-family: "Inter", Helvetica, Arial !important; }
    .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total {
      font-size: 20px !important;
      color: #131520; }
    .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);
      font-size: 14px; }
      .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart_item.wooco-cart-child .product-name {
        font-style: italic;
        font-weight: 400; }
      .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart_item .product-name {
        padding: 7px 0;
        font-weight: 500; }
      .woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart_item span {
        font-weight: 500; }
    .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: 500;
      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: "Elza", "Inter", 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: "Elza", "Inter", 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: "Elza", "Inter", 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: 500; }
  .woocommerce-checkout .container-checkout #shipping_method {
    list-style: none;
    padding: 0px; }
  .woocommerce-checkout .container-checkout #payment li.shipping-free_shipping1, .woocommerce-checkout .container-checkout #shipping_method li.shipping-free_shipping1 {
    display: none; }
  .woocommerce-checkout .container-checkout #payment li:last-child:first-child label, .woocommerce-checkout .container-checkout #shipping_method li:last-child:first-child label {
    background-color: #131520;
    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 #131520; }
    .woocommerce-checkout .container-checkout #payment li:last-child:first-child label:before, .woocommerce-checkout .container-checkout #shipping_method li:last-child:first-child label:before {
      opacity: 0;
      pointer-events: none; }
  .woocommerce-checkout .container-checkout #payment li label, .woocommerce-checkout .container-checkout #shipping_method li label {
    position: relative;
    padding: 14px 20px;
    cursor: pointer;
    display: block;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    color: #131520;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px; }
    .woocommerce-checkout .container-checkout #payment li label:hover, .woocommerce-checkout .container-checkout #shipping_method li label:hover {
      background-color: #f6f6f8; }
    .woocommerce-checkout .container-checkout #payment li label::after, .woocommerce-checkout .container-checkout #shipping_method li label::after {
      content: " ";
      width: 18px;
      height: 18px;
      border: 2px solid #d2d1d1;
      position: absolute;
      right: 20px;
      top: calc(50% - 9px);
      border-radius: 50px;
      transition: ease all .2s; }
  .woocommerce-checkout .container-checkout #payment li input, .woocommerce-checkout .container-checkout #shipping_method li input {
    display: none; }
  .woocommerce-checkout .container-checkout #payment li input:checked + label, .woocommerce-checkout .container-checkout #shipping_method li input:checked + label {
    border-color: #131520;
    background-repeat: no-repeat;
    background-size: 14px; }
    .woocommerce-checkout .container-checkout #payment li input:checked + label:after, .woocommerce-checkout .container-checkout #shipping_method li input:checked + label:after {
      background-color: #fff;
      border-color: #fff;
      opacity: 1;
      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='%23ca171b'%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='%23ca171b'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
      background-size: 14px;
      background-repeat: no-repeat;
      background-position: center; }
  .woocommerce-checkout .container-checkout #payment li.payment_method_ean label, .woocommerce-checkout .container-checkout #shipping_method li.payment_method_ean label {
    margin-bottom: 0; }
  .woocommerce-checkout .container-checkout .shipping h3 {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f3f3f3; }
  .woocommerce-checkout .container-checkout #payment ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px; }
    .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 ul li.wc_payment_method.payment_method_dibs_easy label {
      display: flex;
      padding-top: 12px !important;
      padding-bottom: 11px !important; }
      .woocommerce-checkout .container-checkout #payment ul li.wc_payment_method.payment_method_dibs_easy label img {
        display: block;
        height: 27px;
        margin-left: 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: #ca171b; }
  .woocommerce-checkout .container-checkout #payment .woocommerce-terms-and-conditions-checkbox-text, .woocommerce-checkout .container-checkout #payment .mc-optin {
    font-size: 14px; }
    .woocommerce-checkout .container-checkout #payment .woocommerce-terms-and-conditions-checkbox-text a, .woocommerce-checkout .container-checkout #payment .mc-optin a {
      color: #ca171b;
      text-decoration: underline; }
  .woocommerce-checkout .container-checkout #payment .mc-optin {
    margin-top: 12px;
    display: inline-block; }
  .woocommerce-checkout .container-checkout .place-order {
    text-align: center; }
  .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: #ca171b; }
  .woocommerce-checkout .container-checkout .order-total {
    background: #fcf1f1;
    padding: 20px;
    text-align: center;
    margin-top: 20px; }
    .woocommerce-checkout .container-checkout .order-total p {
      font-size: 14px;
      margin: 0; }
    .woocommerce-checkout .container-checkout .order-total .amount {
      font-size: 20px;
      font-weight: 700; }
  .woocommerce-checkout .container-checkout #place_order {
    padding: 20px 40px;
    font-size: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px; }
.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: #ca171b; }
.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: 10px; }
  .woocommerce-checkout .woocommerce-form-login .lost_password {
    font-size: 14px; }
.woocommerce-checkout .woocommerce-form-login label {
  font-weight: 500;
  text-transform: uppercase;
  opacity: .7;
  letter-spacing: .3px;
  font-size: 10px;
  display: block;
  padding-bottom: 5px;
  margin: 0; }
.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;
  height: 44px;
  font-size: 14px;
  color: #131520; }
.woocommerce-checkout .woocommerce-form-login a {
  color: #ca171b; }
.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 #order_comments label {
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(19, 21, 32, 0.8);
  letter-spacing: .3px;
  font-size: 12px;
  display: block;
  padding-bottom: 5px; }
.woocommerce-checkout #order_comments input {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #E3E3E3;
  outline: 0;
  transition: ease all .2s;
  overflow: hidden;
  background-position: 100% 13px;
  height: 46px;
  font-size: 14px;
  color: #131520; }
  .woocommerce-checkout #order_comments input:active, .woocommerce-checkout #order_comments input:focus {
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1); }

.cart-extra-check input {
  display: none; }
.cart-extra-check p {
  margin: 0;
  font-size: 14px; }
  @media (max-width: 575.98px) {
    .cart-extra-check p {
      font-size: 12px; } }
.cart-extra-check label {
  position: relative;
  padding: 14px 20px;
  cursor: pointer;
  display: block;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 10px;
  padding-right: 50px; }
  .cart-extra-check label::after {
    content: " ";
    width: 18px;
    height: 18px;
    border: 2px solid #d2d1d1;
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    border-radius: 50px;
    transition: ease all .2s; }
.cart-extra-check input:checked + label {
  border-color: #131520;
  background-repeat: no-repeat;
  background-size: 14px; }
  .cart-extra-check input:checked + label:after {
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
    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='%23ca171b'%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='%23ca171b'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center; }

.cart-extra-label {
  color: #131520;
  font-size: 14px;
  font-weight: 500; }

.cart-extra-dropdown {
  display: block;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 10px; }
  .cart-extra-dropdown .cart-extra-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 14px 20px; }
    .cart-extra-dropdown .cart-extra-label::after {
      transition: .1s;
      display: block;
      width: 24px;
      height: 24px;
      content: "";
      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 fill='%23000' stroke-linecap='square' stroke-linejoin='miter' transform='translate(0.25 0.25)' stroke-miterlimit='10'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.5' points='10,8 14,12 10,16 ' transform='translate(0, 0)'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"); }
  .cart-extra-dropdown.active {
    border-color: #131520; }
    .cart-extra-dropdown.active .cart-extra-label::after {
      transform: rotate(90deg); }
  .cart-extra-dropdown .cart-extra-content {
    display: none;
    padding: 0 20px 20px; }
    .cart-extra-dropdown .cart-extra-content textarea {
      padding: 0;
      min-height: 80px;
      line-height: 1.5;
      font-size: 14px;
      outline: none; }

.tooltip-icon {
  cursor: pointer;
  position: relative;
  color: #ca1430;
  margin-left: 3px;
  background: #fcf1f1;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  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%3Einfo%3C/title%3E%3Cg fill='%23ca1430'%3E%3Ccircle cx='6' cy='1.5' r='1.5' fill='%23ca1430'%3E%3C/circle%3E%3Cpath d='M6,5A1,1,0,0,0,5,6v5a1,1,0,0,0,2,0V6A1,1,0,0,0,6,5Z' fill='%23ca1430'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: baseline;
  transform: translateY(3px); }
  .tooltip-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #131520;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: 10;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    max-width: 400px;
    width: max-content; }
    @media (max-width: 1200px) {
      .tooltip-icon::after {
        max-width: 300px;
        width: fit-content;
        min-width: 200px; } }

.tooltip-icon.hover-visible:hover::after,
.tooltip-icon.click-visible::after {
  opacity: 1;
  visibility: visible; }

.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: #ca171b;
      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: #ca171b;
        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: 1px;
      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; }
  table.woocommerce-cart-form__contents .product-subtotal {
    border-bottom: none !important; } }
.woocommerce-MyAccount-content {
  min-height: 500px;
  padding-bottom: 80px;
  max-width: 800px;
  margin: 0 auto; }
  .woocommerce-MyAccount-content .woocommerce-Addresses {
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
    .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
      flex: 0 0 50%;
      max-width: 100%; }
  .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: #ca171b;
      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: #ca171b;
      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: #131520;
      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: #ca171b;
    text-decoration: underline; }
    .woocommerce-Address header a:active, .woocommerce-Address header a:visited, .woocommerce-Address header a:focus {
      color: #ca171b;
      text-decoration: none; }
.woocommerce-Address address {
  background: #ca171b;
  color: #fff;
  padding: 40px; }

.page-divider {
  height: 1px;
  background: black;
  margin: 50px 0;
  opacity: .1; }

.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-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: 1px;
    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: 1px;
    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: #ca171b; }
      .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: #ca171b;
        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: #ca171b;
    margin-top: 15px;
    font-size: 14px; }
    .login-wrap .create-account:active, .login-wrap .create-account:visited, .login-wrap .create-account:focus {
      color: #ca171b;
      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: #ca171b; }
      .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: #ca171b;
        text-decoration: none; }
      .login-wrap form .woocommerce-LostPassword.lost_password a:hover {
        opacity: .5; }
    .login-wrap form label {
      display: block;
      color: rgba(19, 21, 32, 0.8);
      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: #ca171b; }
.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 200px;

        @include media-breakpoint-down(md) {
            display: block;
            padding: 0;
        }
        
        .includes_tax {
            display:block;
        }
        .cart-items {
            flex: 0 0 60%;
            padding-right: 50px;

            @include media-breakpoint-down(md) {
                padding-right: 0;
            }
            
            .woocommerce-cart-form {

                table {
                    width: 100%;
                }
               

                .cart_item {

                    td {
                        border-bottom: 1px solid $color__border;
                        padding-top: 20px;
                        padding-bottom: 20px;
                    }

                    .product-thumbnail {
                        img {
                            max-height: 100px;
                            width: auto;
                        }
                    }

                    .product-name {
                        a {
                            @include a__color($color__text-main);
                            //font-family: $font__headline;
                            font-size: 16px;
                            font-weight: 500;
                            letter-spacing: .5px;
                        }
                    }

                    .product-remove {
                        a {
                            @include a__color(#000);
                        }
                    }

                    .striked {
                        display: block;
                        font-size: 14px;
                        text-decoration: line-through;
                        opacity: .5;
                    }
                }
            }

            .actions {
               // width: 100%;
                //display: flex;
                padding-top: 25px;

                button[name="update_cart"] {
                    float: right;
                    height: 50px;
                    font-size: 14px;
                    line-height: 50px;
                    padding: 0 30px;
                    margin: 0;
                }

               
            }
        }

        .cart-subtotal {
            flex: 0 0 40%;
            

            @include media-breakpoint-down(md) {
                padding-left: 0;
                border-left: none;
                margin-top: 10px;
            }
           
            .cart-collaterals {
                background: #fff;
                box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
                padding: 60px;
                border-radius: 10px;
                margin-bottom:20px;

                @include media-breakpoint-down(sm) {
                    padding:25px;
                    
                }
               

                h2 {
                    font-size: 28px;
                    margin-top:0px;
                }

                .shop_table {
                    width: 100%;

                    td {
                        padding: 5px 0;
                        text-align:right;
                    }
                }
            }
        }

        th {
            color: rgba(0,0,0,.3);
            text-transform: uppercase;
            letter-spacing: .5px;
            font-weight: 500;
            font-size: 12px;
            text-align: left;
        }

    }

  
}

.coupon {
    display: inline-flex!important;

    @include media-breakpoint-down(sm) {
        width:100%;
    }
    
    label {
        display: none;
    }

    #coupon_code {
        height: 50px;
        border: 1px solid $color__border;
        border-radius: 3px 0 0 3px;
        padding: 0 20px;
        line-height: 50px;
        width:180px;
        display:inline-flex;
        font-size: 16px;
    }

    button[name="apply_coupon"] {
        background: $color__text-main;
        height: 50px;
        font-size: 14px;
        line-height: 50px;
        padding: 0 20px;
        border-radius: 0 3px 3px 0;
        margin: 0;
        text-align:center;
        
        @include media-breakpoint-down(md) {
            display:inline-flex!important;
            width:100%;
            max-width:calc(100% - 184px);
            overflow:hidden;
        }

        &:hover {
            background-color: rgba(0,0,0,0.7);
            color: #fff;
        }
    }
}

.wc-proceed-to-checkout {
    margin-top: 25px;

    @include media-breakpoint-down(sm) {
        display:none;
    }

    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;

	// Medium size as default
	padding: 18px 36px;
	font-size: 20px;
	min-width: 180px;
	text-align: center;
	margin-right: 10px;
	font-family: $font__headline;
    text-decoration: none;

	// Primary colors and style + hover
	background-color: $color__prim;
	color: $color__button-prim;

        &:active,
        &:focus, 
        &:visited {
            background-color: $color__prim;
            color: $color__button-prim;
            
        }

        &:hover {
            background-color: $color__sec;
            border-color: $color__sec;
            color: $color__prim;
        }
}
}

.cart-info {
    background: rgba(196, 196, 196, 0.1);
    padding: 25px;

    p { 
        margin: 0;
        font-size: 14px;
        color: $color__text-main;
        text-transform: uppercase;
    }

    .info-row {
        display: flex;
        justify-content: space-between;

        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;

    @include media-breakpoint-down(sm) {
        padding: 20px;
    }

    .woocommerce-mini-cart-item {
        position: relative;
        list-style: none;
        display: flex;
        align-items: center;
        border-bottom: 1px solid $color__border;
        padding: 20px 0;

        @include media-breakpoint-down(sm) {
            padding: 10px 0;
        }

        &:last-child {
            border-bottom: none;
        }
        
        

        .remove {
            position: absolute;
            top: 20px;
            right: 0;
            @include a__color($color__error);
        }

        .mini-cart-item-thumbnail {
            img {
                max-width: none;
                width: 40px;
                height: auto;

                @include media-breakpoint-down(sm) {
                    width: 30px;
                }
 
            }
        }

        .mini-cart-item-content {

            padding-left: 20px;

            .mini-cart-item-name {
                a {
                    @include a__color($color__prim); 
                    font-size: 16px;
                    font-weight: 500;
                    padding-right: 10px;

                    @include media-breakpoint-down(sm) {
                        font-size: 13px;
                    }
                }
            }

            .quantity {
                margin-top: 5px;
                opacity: .5;
                display: block;
                font-size: 14px;

                .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;

    @include media-breakpoint-down(sm) {
        padding: 20px;
    }

    .woocommerce-mini-cart__total {
        line-height: 1;
        display: block;

        strong {
            font-weight: 400;
        }

        .amount {
            font-family: $font__headline;
            font-size: 24px;
            
        }
    }


    .woocommerce-mini-cart__buttons {
        text-align: center;

        .btn {
            display: block;
            text-align: center;
            margin: 0;

            &.btn-outline {
                display: inline-block;
                margin: 20px 0;
                //margin: 0 auto;

                @include media-breakpoint-down(sm) {
                    margin: 15px 0;
                }
            }
        }
    }

    .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);

        @include media-breakpoint-down(sm) {
            height: 75px;
            width: 75px;
            font-size: 10px;
            right: 15px;
            top: -50px;
        }
    }
}



.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;

    .btn {
        text-decoration: none;
        
    }
}
*/
.woocommerce-remove-coupon {
  font-size: 16px; }

.woocommerce-checkout .woocommerce {
  padding-top: 20px; }
  @media (max-width: 768.98px) {
    .woocommerce-checkout .woocommerce {
      padding-top: 10px; } }

.woocommerce-cart .cart-bottom, .woocommerce-checkout .cart-bottom {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(19, 21, 32, 0.05);
  padding-top: 20px; }
  @media (max-width: 768.98px) {
    .woocommerce-cart .cart-bottom, .woocommerce-checkout .cart-bottom {
      flex-direction: column-reverse; } }
  .woocommerce-cart .cart-bottom__left, .woocommerce-checkout .cart-bottom__left {
    flex: 0 0 50%; }
    @media (max-width: 768.98px) {
      .woocommerce-cart .cart-bottom__left, .woocommerce-checkout .cart-bottom__left {
        flex: 0 0 100%; } }
  .woocommerce-cart .cart-bottom__right, .woocommerce-checkout .cart-bottom__right {
    flex: 0 0 50%; }
    @media (max-width: 768.98px) {
      .woocommerce-cart .cart-bottom__right, .woocommerce-checkout .cart-bottom__right {
        flex: 0 0 100%; } }
.woocommerce-cart .coupon, .woocommerce-checkout .coupon {
  display: flex !important;
  position: relative; }
  @media (max-width: 768.98px) {
    .woocommerce-cart .coupon, .woocommerce-checkout .coupon {
      width: 100%; } }
  .woocommerce-cart .coupon label, .woocommerce-checkout .coupon label {
    display: none; }
  .woocommerce-cart .coupon #coupon_code, .woocommerce-checkout .coupon #coupon_code {
    height: 44px;
    border: 1px solid rgba(19, 21, 32, 0.05);
    padding: 0 20px;
    line-height: 56px;
    width: 100%;
    display: block;
    font-size: 14px;
    outline: none; }
  .woocommerce-cart .coupon button[name="apply_coupon"], .woocommerce-checkout .coupon button[name="apply_coupon"] {
    background: #131520;
    position: absolute;
    right: 0;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding: 0 20px;
    margin: 0;
    text-align: center;
    clip-path: polygon(16px 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 16px); }
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper, .woocommerce-checkout .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
  outline: none; }
  .woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-checkout .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    background-color: #ca171b;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    outline: none; }
    .woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message a, .woocommerce-checkout .woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
      color: #fff;
      text-decoration: underline; }
.woocommerce-cart .woocommerce-cart-form, .woocommerce-checkout .woocommerce-cart-form {
  width: 100%;
  padding: 30px;
  background: #fff; }
  @media (max-width: 768.98px) {
    .woocommerce-cart .woocommerce-cart-form, .woocommerce-checkout .woocommerce-cart-form {
      padding: 30px 15px; } }
  .woocommerce-cart .woocommerce-cart-form .cart-header, .woocommerce-cart .woocommerce-cart-form .cart-item, .woocommerce-checkout .woocommerce-cart-form .cart-header, .woocommerce-checkout .woocommerce-cart-form .cart-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #f6f6f8;
    padding: 10px 0;
    position: relative; }
    @media (max-width: 768.98px) {
      .woocommerce-cart .woocommerce-cart-form .cart-header, .woocommerce-cart .woocommerce-cart-form .cart-item, .woocommerce-checkout .woocommerce-cart-form .cart-header, .woocommerce-checkout .woocommerce-cart-form .cart-item {
        padding: 20px 0; } }
    .woocommerce-cart .woocommerce-cart-form .cart-header.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child, .woocommerce-cart .woocommerce-cart-form .cart-item.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child, .woocommerce-checkout .woocommerce-cart-form .cart-header.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child, .woocommerce-checkout .woocommerce-cart-form .cart-item.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child {
      font-size: 14px;
      padding-top: 0; }
      .woocommerce-cart .woocommerce-cart-form .cart-header.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child .cart-product, .woocommerce-cart .woocommerce-cart-form .cart-item.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child .cart-product, .woocommerce-checkout .woocommerce-cart-form .cart-header.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child .cart-product, .woocommerce-checkout .woocommerce-cart-form .cart-item.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child .cart-product {
        padding-left: 100px; }
        @media (max-width: 768.98px) {
          .woocommerce-cart .woocommerce-cart-form .cart-header.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child .cart-product, .woocommerce-cart .woocommerce-cart-form .cart-item.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child .cart-product, .woocommerce-checkout .woocommerce-cart-form .cart-header.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child .cart-product, .woocommerce-checkout .woocommerce-cart-form .cart-item.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child .cart-product {
            padding-left: 0; } }
      .woocommerce-cart .woocommerce-cart-form .cart-header.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child .cart-eta, .woocommerce-cart .woocommerce-cart-form .cart-item.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child .cart-eta, .woocommerce-checkout .woocommerce-cart-form .cart-header.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child .cart-eta, .woocommerce-checkout .woocommerce-cart-form .cart-item.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child .cart-eta {
        display: none; }
      .woocommerce-cart .woocommerce-cart-form .cart-header.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child .cart-remove, .woocommerce-cart .woocommerce-cart-form .cart-item.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child .cart-remove, .woocommerce-checkout .woocommerce-cart-form .cart-header.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child .cart-remove, .woocommerce-checkout .woocommerce-cart-form .cart-item.wooco-cart-item.wooco-cart-child.wooco-item-child.cart-item--child .cart-remove {
        flex: 0 0 24px; }
    @media (max-width: 768.98px) {
      .woocommerce-cart .woocommerce-cart-form .cart-header, .woocommerce-cart .woocommerce-cart-form .cart-item, .woocommerce-checkout .woocommerce-cart-form .cart-header, .woocommerce-checkout .woocommerce-cart-form .cart-item {
        flex-wrap: wrap; } }
    .woocommerce-cart .woocommerce-cart-form .cart-header .cart-image, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-image, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-image, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-image {
      flex: 0 0 100px; }
      @media (max-width: 768.98px) {
        .woocommerce-cart .woocommerce-cart-form .cart-header .cart-image, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-image, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-image, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-image {
          flex: 0 0 90px;
          padding-right: 10px !important; } }
      .woocommerce-cart .woocommerce-cart-form .cart-header .cart-image a, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-image a, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-image a, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-image a {
        background: #F6F6F8;
        display: flex;
        align-items: center;
        justify-content: center; }
        .woocommerce-cart .woocommerce-cart-form .cart-header .cart-image a img, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-image a img, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-image a img, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-image a img {
          max-height: 100px;
          height: auto;
          width: auto; }
          @media (max-width: 768.98px) {
            .woocommerce-cart .woocommerce-cart-form .cart-header .cart-image a img, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-image a img, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-image a img, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-image a img {
              max-height: 100px; } }
    .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product {
      flex: 1 1 100%;
      line-height: 1.2; }
      .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product .variation, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product .variation, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product .variation, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product .variation {
        font-size: 14px;
        margin-top: 0;
        display: flex; }
        .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product .variation dd, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product .variation dd, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product .variation dd, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product .variation dd {
          margin: 0;
          margin-right: 8px; }
      @media (max-width: 768.98px) {
        .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product {
          flex: 0 0 calc(100% - 100px);
          padding-right: 0 !important; } }
      .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product a, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product a, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product a, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product a {
        font-weight: 500;
        font-size: 14px;
        color: #131520; }
        .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product a:active, .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product a:visited, .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product a:focus, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product a:active, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product a:visited, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product a:focus, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product a:active, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product a:visited, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product a:focus, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product a:active, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product a:visited, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product a:focus {
          color: #131520;
          text-decoration: none; }
      .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product .wrap-price, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product .wrap-price, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product .wrap-price, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product .wrap-price {
        display: block;
        margin-top: 0; }
        @media (max-width: 575.98px) {
          .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product .wrap-price, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product .wrap-price, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product .wrap-price, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product .wrap-price {
            margin-top: 2px; } }
        .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product .wrap-price .amount, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product .wrap-price .amount, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product .wrap-price .amount, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product .wrap-price .amount {
          color: #131520;
          font-weight: 500;
          line-height: 1.2;
          font-size: 14px; }
          .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product .wrap-price .amount:active, .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product .wrap-price .amount:visited, .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product .wrap-price .amount:focus, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product .wrap-price .amount:active, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product .wrap-price .amount:visited, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product .wrap-price .amount:focus, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product .wrap-price .amount:active, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product .wrap-price .amount:visited, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product .wrap-price .amount:focus, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product .wrap-price .amount:active, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product .wrap-price .amount:visited, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product .wrap-price .amount:focus {
            color: #131520;
            text-decoration: none; }
          @media (max-width: 575.98px) {
            .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product .wrap-price .amount, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product .wrap-price .amount, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product .wrap-price .amount, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product .wrap-price .amount {
              font-size: 12px; } }
        .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product .wrap-price .piece, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product .wrap-price .piece, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product .wrap-price .piece, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product .wrap-price .piece {
          margin-left: 6px;
          font-size: 10px;
          background: #f1f1f1;
          font-weight: 700;
          padding: 2px 6px;
          border-radius: 4px;
          transform: translateY(-2px) !important;
          display: inline-block; }
        .woocommerce-cart .woocommerce-cart-form .cart-header .cart-product .wrap-price .striked, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-product .wrap-price .striked, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-product .wrap-price .striked, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-product .wrap-price .striked {
          opacity: .4;
          text-decoration: line-through;
          margin-right: 6px; }
    .woocommerce-cart .woocommerce-cart-form .cart-header .cart-eta, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-eta, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-eta, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-eta {
      flex: 0 0 120px; }
      @media (max-width: 768.98px) {
        .woocommerce-cart .woocommerce-cart-form .cart-header .cart-eta, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-eta, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-eta, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-eta {
          order: 5;
          flex: 0 0 auto;
          padding-right: 0 !important;
          padding-top: 10px; } }
      .woocommerce-cart .woocommerce-cart-form .cart-header .cart-eta .eta-wrap, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-eta .eta-wrap, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-eta .eta-wrap, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-eta .eta-wrap {
        white-space: nowrap;
        display: flex;
        align-items: center;
        font-size: 14px; }
        @media (max-width: 768.98px) {
          .woocommerce-cart .woocommerce-cart-form .cart-header .cart-eta .eta-wrap, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-eta .eta-wrap, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-eta .eta-wrap, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-eta .eta-wrap {
            font-size: 10px;
            background: #f6f6f8;
            padding: 5px;
            border-radius: 5px; } }
        .woocommerce-cart .woocommerce-cart-form .cart-header .cart-eta .eta-wrap svg, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-eta .eta-wrap svg, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-eta .eta-wrap svg, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-eta .eta-wrap svg {
          width: 18px;
          height: 18px;
          display: block;
          margin-right: 10px; }
          @media (max-width: 768.98px) {
            .woocommerce-cart .woocommerce-cart-form .cart-header .cart-eta .eta-wrap svg, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-eta .eta-wrap svg, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-eta .eta-wrap svg, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-eta .eta-wrap svg {
              width: 16px;
              height: 16px;
              margin-right: 5px; } }
    .woocommerce-cart .woocommerce-cart-form .cart-header .cart-quantity, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-quantity, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-quantity, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-quantity {
      flex: 0 0 120px;
      text-align: center; }
      @media (max-width: 768.98px) {
        .woocommerce-cart .woocommerce-cart-form .cart-header .cart-quantity, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-quantity, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-quantity, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-quantity {
          flex: 0 0 90px;
          padding-right: 10px !important; } }
      @media (max-width: 768.98px) {
        .woocommerce-cart .woocommerce-cart-form .cart-header .cart-quantity, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-quantity, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-quantity, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-quantity {
          padding-top: 10px; } }
      .woocommerce-cart .woocommerce-cart-form .cart-header .cart-quantity .quantity, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-quantity .quantity, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-quantity .quantity, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-quantity .quantity {
        width: 100%; }
      .woocommerce-cart .woocommerce-cart-form .cart-header .cart-quantity input, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-quantity input, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-quantity input, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-quantity input {
        height: 46px;
        line-height: 46px;
        font-size: 14px; }
      .woocommerce-cart .woocommerce-cart-form .cart-header .cart-quantity .plus, .woocommerce-cart .woocommerce-cart-form .cart-header .cart-quantity .minus, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-quantity .plus, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-quantity .minus, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-quantity .plus, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-quantity .minus, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-quantity .plus, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-quantity .minus {
        height: 46px;
        width: 26px; }
        .woocommerce-cart .woocommerce-cart-form .cart-header .cart-quantity .plus svg, .woocommerce-cart .woocommerce-cart-form .cart-header .cart-quantity .minus svg, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-quantity .plus svg, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-quantity .minus svg, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-quantity .plus svg, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-quantity .minus svg, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-quantity .plus svg, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-quantity .minus svg {
          opacity: .8;
          width: 10px;
          height: 10px; }
    .woocommerce-cart .woocommerce-cart-form .cart-header .cart-subtotal, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-subtotal, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-subtotal, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-subtotal {
      flex: 0 0 150px;
      font-size: 14px;
      color: #131520; }
      .woocommerce-cart .woocommerce-cart-form .cart-header .cart-subtotal:active, .woocommerce-cart .woocommerce-cart-form .cart-header .cart-subtotal:visited, .woocommerce-cart .woocommerce-cart-form .cart-header .cart-subtotal:focus, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-subtotal:active, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-subtotal:visited, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-subtotal:focus, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-subtotal:active, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-subtotal:visited, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-subtotal:focus, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-subtotal:active, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-subtotal:visited, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-subtotal:focus {
        color: #131520;
        text-decoration: none; }
      @media (max-width: 768.98px) {
        .woocommerce-cart .woocommerce-cart-form .cart-header .cart-subtotal, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-subtotal, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-subtotal, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-subtotal {
          padding-top: 10px; } }
      .woocommerce-cart .woocommerce-cart-form .cart-header .cart-subtotal .amount, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-subtotal .amount, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-subtotal .amount, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-subtotal .amount {
        font-weight: 500;
        font-size: 14px;
        color: #131520; }
        .woocommerce-cart .woocommerce-cart-form .cart-header .cart-subtotal .amount:active, .woocommerce-cart .woocommerce-cart-form .cart-header .cart-subtotal .amount:visited, .woocommerce-cart .woocommerce-cart-form .cart-header .cart-subtotal .amount:focus, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-subtotal .amount:active, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-subtotal .amount:visited, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-subtotal .amount:focus, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-subtotal .amount:active, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-subtotal .amount:visited, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-subtotal .amount:focus, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-subtotal .amount:active, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-subtotal .amount:visited, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-subtotal .amount:focus {
          color: #131520;
          text-decoration: none; }
      .woocommerce-cart .woocommerce-cart-form .cart-header .cart-subtotal .tax_label, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-subtotal .tax_label, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-subtotal .tax_label, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-subtotal .tax_label {
        display: block;
        font-weight: 400; }
    .woocommerce-cart .woocommerce-cart-form .cart-header .cart-remove, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-remove, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-remove, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-remove {
      flex: 0 0 20px;
      text-align: right; }
      @media (max-width: 768.98px) {
        .woocommerce-cart .woocommerce-cart-form .cart-header .cart-remove, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-remove, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-remove, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-remove {
          position: absolute;
          top: 5px;
          left: -5px; } }
      .woocommerce-cart .woocommerce-cart-form .cart-header .cart-remove a, .woocommerce-cart .woocommerce-cart-form .cart-item .cart-remove a, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-remove a, .woocommerce-checkout .woocommerce-cart-form .cart-item .cart-remove a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffd3d3;
        border-radius: 5px; }
    .woocommerce-cart .woocommerce-cart-form .cart-header > div:not(:last-child), .woocommerce-cart .woocommerce-cart-form .cart-item > div:not(:last-child), .woocommerce-checkout .woocommerce-cart-form .cart-header > div:not(:last-child), .woocommerce-checkout .woocommerce-cart-form .cart-item > div:not(:last-child) {
      padding-right: 20px; }
    .woocommerce-cart .woocommerce-cart-form .cart-header > div:last-child, .woocommerce-cart .woocommerce-cart-form .cart-item > div:last-child, .woocommerce-checkout .woocommerce-cart-form .cart-header > div:last-child, .woocommerce-checkout .woocommerce-cart-form .cart-item > div:last-child {
      padding-right: 0px; }
    .woocommerce-cart .woocommerce-cart-form .cart-header--child, .woocommerce-cart .woocommerce-cart-form .cart-item--child, .woocommerce-checkout .woocommerce-cart-form .cart-header--child, .woocommerce-checkout .woocommerce-cart-form .cart-item--child {
      padding: 10px 0;
      justify-content: space-between;
      border-top: none; }
      @media (max-width: 768.98px) {
        .woocommerce-cart .woocommerce-cart-form .cart-header--child, .woocommerce-cart .woocommerce-cart-form .cart-item--child, .woocommerce-checkout .woocommerce-cart-form .cart-header--child, .woocommerce-checkout .woocommerce-cart-form .cart-item--child {
          justify-content: flex-start; } }
      .woocommerce-cart .woocommerce-cart-form .cart-header--child .cart-image, .woocommerce-cart .woocommerce-cart-form .cart-item--child .cart-image, .woocommerce-checkout .woocommerce-cart-form .cart-header--child .cart-image, .woocommerce-checkout .woocommerce-cart-form .cart-item--child .cart-image {
        display: none; }
      .woocommerce-cart .woocommerce-cart-form .cart-header--child .cart-product, .woocommerce-cart .woocommerce-cart-form .cart-item--child .cart-product, .woocommerce-checkout .woocommerce-cart-form .cart-header--child .cart-product, .woocommerce-checkout .woocommerce-cart-form .cart-item--child .cart-product {
        width: 100%;
        flex: 1 1 auto; }
  .woocommerce-cart .woocommerce-cart-form .cart-item, .woocommerce-checkout .woocommerce-cart-form .cart-item {
    transition: ease all .2s; }
    .woocommerce-cart .woocommerce-cart-form .cart-item:hover, .woocommerce-checkout .woocommerce-cart-form .cart-item:hover {
      background-color: #fdfdfd; }
  .woocommerce-cart .woocommerce-cart-form .cart-header, .woocommerce-checkout .woocommerce-cart-form .cart-header {
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: .5;
    padding-bottom: 20px;
    font-size: 14px; }
    @media (max-width: 768.98px) {
      .woocommerce-cart .woocommerce-cart-form .cart-header, .woocommerce-checkout .woocommerce-cart-form .cart-header {
        display: none; } }
    .woocommerce-cart .woocommerce-cart-form .cart-header .cart-quantity, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-quantity {
      opacity: 0; }
    .woocommerce-cart .woocommerce-cart-form .cart-header .cart-remove, .woocommerce-checkout .woocommerce-cart-form .cart-header .cart-remove {
      font-size: 0px; }
.woocommerce-cart .woocommerce-cart-actions, .woocommerce-checkout .woocommerce-cart-actions {
  width: 100%;
  padding-left: 40px; }
  @media (max-width: 768.98px) {
    .woocommerce-cart .woocommerce-cart-actions, .woocommerce-checkout .woocommerce-cart-actions {
      padding-left: 0; } }
  @media (max-width: 991.98px) {
    .woocommerce-cart .woocommerce-cart-actions, .woocommerce-checkout .woocommerce-cart-actions {
      top: unset;
      position: relative;
      max-width: none;
      margin-left: 0; } }
  .woocommerce-cart .woocommerce-cart-actions h4, .woocommerce-checkout .woocommerce-cart-actions h4 {
    font-size: 20px;
    margin-bottom: 15px; }
.woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {
  border: 1px solid #f6f6f8;
  background-color: #f6f6f8;
  padding: 30px;
  width: 100%; }
  .woocommerce-cart .cart-collaterals h4, .woocommerce-checkout .cart-collaterals h4 {
    display: none; }
  @media (max-width: 768.98px) {
    .woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {
      width: 100%; } }
  .woocommerce-cart .cart-collaterals .cart-totals, .woocommerce-checkout .cart-collaterals .cart-totals {
    font-size: 14px; }
    .woocommerce-cart .cart-collaterals .cart-totals > div, .woocommerce-checkout .cart-collaterals .cart-totals > div {
      display: flex;
      justify-content: space-between;
      color: rgba(19, 21, 32, 0.8); }
      .woocommerce-cart .cart-collaterals .cart-totals > div:active, .woocommerce-cart .cart-collaterals .cart-totals > div:visited, .woocommerce-cart .cart-collaterals .cart-totals > div:focus, .woocommerce-checkout .cart-collaterals .cart-totals > div:active, .woocommerce-checkout .cart-collaterals .cart-totals > div:visited, .woocommerce-checkout .cart-collaterals .cart-totals > div:focus {
        color: rgba(19, 21, 32, 0.8);
        text-decoration: none; }
      .woocommerce-cart .cart-collaterals .cart-totals > div strong, .woocommerce-checkout .cart-collaterals .cart-totals > div strong {
        color: rgba(19, 21, 32, 0.8);
        font-weight: 400; }
        .woocommerce-cart .cart-collaterals .cart-totals > div strong:active, .woocommerce-cart .cart-collaterals .cart-totals > div strong:visited, .woocommerce-cart .cart-collaterals .cart-totals > div strong:focus, .woocommerce-checkout .cart-collaterals .cart-totals > div strong:active, .woocommerce-checkout .cart-collaterals .cart-totals > div strong:visited, .woocommerce-checkout .cart-collaterals .cart-totals > div strong:focus {
          color: rgba(19, 21, 32, 0.8);
          text-decoration: none; }
      .woocommerce-cart .cart-collaterals .cart-totals > div.order-total, .woocommerce-checkout .cart-collaterals .cart-totals > div.order-total {
        margin-top: 10px; }
        .woocommerce-cart .cart-collaterals .cart-totals > div.order-total strong, .woocommerce-checkout .cart-collaterals .cart-totals > div.order-total strong {
          font-weight: 500;
          color: #131520; }
          .woocommerce-cart .cart-collaterals .cart-totals > div.order-total strong:active, .woocommerce-cart .cart-collaterals .cart-totals > div.order-total strong:visited, .woocommerce-cart .cart-collaterals .cart-totals > div.order-total strong:focus, .woocommerce-checkout .cart-collaterals .cart-totals > div.order-total strong:active, .woocommerce-checkout .cart-collaterals .cart-totals > div.order-total strong:visited, .woocommerce-checkout .cart-collaterals .cart-totals > div.order-total strong:focus {
            color: #131520;
            text-decoration: none; }
      .woocommerce-cart .cart-collaterals .cart-totals > div small, .woocommerce-checkout .cart-collaterals .cart-totals > div small {
        display: none; }
  .woocommerce-cart .cart-collaterals .btn, .woocommerce-checkout .cart-collaterals .btn {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    margin-right: 0px; }

.fixed-add-to-cart {
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding: 15px;
  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; }

.free-shipping-progress-bar-container {
  margin-bottom: 20px;
  background-color: #f6f6f8;
  padding: 20px; }
  @media (max-width: 768.98px) {
    .free-shipping-progress-bar-container {
      margin-top: 20px; } }

.free-shipping-text {
  font-size: 14px;
  margin-bottom: 12px; }
  .free-shipping-text svg {
    display: inline-block;
    margin-right: 8px;
    width: 22px;
    height: 22px;
    vertical-align: bottom; }
  .free-shipping-text .amount {
    font-weight: 500;
    color: #131520; }

.progress-bar-wrapper {
  background-color: #e1e1e1;
  border-radius: 5px;
  height: 8px;
  width: 100%;
  position: relative; }

.progress-bar {
  background-color: #000;
  height: 100%;
  border-radius: 5px;
  position: relative;
  transition: width 0.3s ease; }

.woocommerce-order-received.woocommerce-checkout #primary {
  width: 100%;
  padding: 20px;
  padding-top: 50px;
  background-color: #F3F3F3;
  min-height: 100vh; }
.woocommerce-order-received.woocommerce-checkout #main:before {
  display: none; }
.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: "Elza", "Inter", 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: "Elza", "Inter", 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: "Inter", 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: "Elza", "Inter", 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; }

.products__item {
  display: block;
  margin-bottom: 30px; }
  .products__item .product {
    height: 100%; }
  .products__item .woocommerce-loop-product__link {
    display: block;
    position: relative;
    background-color: #F1F1F1;
    padding: 0;
    height: 100%;
    border: 1px solid #F1F1F1; }
    @media (min-width: 992px) {
      .products__item .woocommerce-loop-product__link:hover .arrow {
        top: 30px;
        right: 30px; } }
  .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 .image-container {
    margin: 0;
    background-color: #fff; }
  .products__item .imageratio {
    position: relative;
    width: 100%;
    aspect-ratio: 10/9; }
    .products__item .imageratio img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .products__item.img-has-transparency .imageratio img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 360px;
    margin: 0 auto; }
  .products__item__meta {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px; }
    @media (min-width: 769px) {
      .products__item__meta {
        margin-bottom: -8px; } }
    .products__item__meta .item-meta {
      color: #131520;
      font-size: 12px;
      font-weight: 500;
      display: flex;
      align-items: center;
      margin-right: 15px;
      margin-bottom: 8px;
      line-height: 1; }
      .products__item__meta .item-meta:active, .products__item__meta .item-meta:visited, .products__item__meta .item-meta:focus {
        color: #131520;
        text-decoration: none; }
      .products__item__meta .item-meta svg {
        margin-right: 8px;
        flex-shrink: 0;
        flex-grow: 0; }
  .products__item .hover-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out; }
    .products__item .hover-image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      max-width: none; }
  .products__item img {
    display: block; }
  .products__item .product-badges {
    position: absolute;
    left: 30px;
    top: 30px;
    opacity: .5;
    z-index: 1; }
    @media (max-width: 768.98px) {
      .products__item .product-badges {
        left: 25px;
        top: 25px; } }
  .products__item .product-label {
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #503600;
    background-color: #FFE5B2;
    display: inline-block;
    line-height: 1;
    padding: 8px 10px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px; }
  .products__item .product-info {
    position: relative;
    transition: .2s ease-in-out;
    padding: 30px; }
    @media (max-width: 768.98px) {
      .products__item .product-info {
        flex-direction: column;
        align-items: flex-start; } }
    @media (max-width: 768.98px) {
      .products__item .product-info__content {
        height: auto;
        max-width: none;
        padding-right: 0; } }
    .products__item .product-info__content .teaser {
      font-size: 14px;
      color: rgba(19, 21, 32, 0.8);
      font-weight: 400;
      margin-top: 10px; }
      .products__item .product-info__content .teaser:active, .products__item .product-info__content .teaser:visited, .products__item .product-info__content .teaser:focus {
        color: rgba(19, 21, 32, 0.8);
        text-decoration: none; }
      @media (max-width: 768.98px) {
        .products__item .product-info__content .teaser {
          font-size: 12px;
          margin-top: 4px; } }
  .products__item .woocommerce-loop-product__title {
    color: #131520;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0;
    display: block; }
    .products__item .woocommerce-loop-product__title:active, .products__item .woocommerce-loop-product__title:visited, .products__item .woocommerce-loop-product__title:focus {
      color: #131520;
      text-decoration: none; }
    @media (max-width: 768.98px) {
      .products__item .woocommerce-loop-product__title {
        font-size: 16px; } }
  .products__item .price {
    color: #131520;
    display: block;
    font-weight: 500;
    line-height: 1.2;
    font-size: 18px;
    position: relative;
    margin-top: 20px; }
    .products__item .price:active, .products__item .price:visited, .products__item .price:focus {
      color: #131520;
      text-decoration: none; }
    .products__item .price .woocommerce-price-suffix {
      opacity: .5;
      font-size: 10px; }
    @media (max-width: 768.98px) {
      .products__item .price {
        font-size: 16px;
        margin-top: 10px;
        margin-left: auto; } }
    .products__item .price .price-prefix {
      text-transform: uppercase;
      opacity: .5;
      font-size: 60%;
      position: relative;
      display: block;
      margin-bottom: 3px; }
  .products__item .cat-cta {
    position: relative;
    height: 100%;
    padding: 60px;
    z-index: 0;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 768.98px) {
      .products__item .cat-cta {
        padding: 40px 30px; } }
    .products__item .cat-cta h2 {
      margin-bottom: 30px; }
    .products__item .cat-cta .btn-link {
      display: flex;
      align-items: center;
      font-size: 26px;
      margin: 15px 0; }
      @media (max-width: 768.98px) {
        .products__item .cat-cta .btn-link {
          font-size: 18px; } }
      .products__item .cat-cta .btn-link svg {
        display: block;
        margin-right: 15px; }
        @media (max-width: 768.98px) {
          .products__item .cat-cta .btn-link svg {
            width: 30px;
            height: auto; } }
    .products__item .cat-cta .btn {
      margin-top: 30px; }
    .products__item .cat-cta::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(105deg, rgba(19, 21, 32, 0.9) 0%, rgba(23, 26, 63, 0.9) 99.12%);
      z-index: -1; }
  .products__item .cat-testimonial {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    height: 100%;
    border: 1px solid #F1F1F1; }
    @media (max-width: 575.98px) {
      .products__item .cat-testimonial {
        padding: 30px; } }
    .products__item .cat-testimonial__inner {
      max-width: 480px; }
    .products__item .cat-testimonial__top {
      display: flex;
      padding-bottom: 30px; }
      @media (max-width: 575.98px) {
        .products__item .cat-testimonial__top {
          align-items: center; } }
      .products__item .cat-testimonial__top svg {
        display: block;
        margin-right: 30px; }
        @media (max-width: 575.98px) {
          .products__item .cat-testimonial__top svg {
            width: 30px;
            margin-right: 20px; } }
      .products__item .cat-testimonial__top span {
        color: rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 12px;
        text-align: left;
        font-size: 16px; }
        @media (max-width: 575.98px) {
          .products__item .cat-testimonial__top span {
            font-size: 12px; } }
    .products__item .cat-testimonial__quote {
      font-size: 20px;
      color: #131520;
      letter-spacing: -1px;
      font-weight: 400;
      line-height: 1.7; }
      @media (max-width: 768.98px) {
        .products__item .cat-testimonial__quote {
          font-size: 20px; } }
  .products__item .arrow {
    position: absolute;
    top: 40px;
    right: 40px;
    transition: .2s ease-in-out;
    width: 32px;
    height: 32px; }
    @media (max-width: 768.98px) {
      .products__item .arrow {
        right: 20px;
        top: 20px;
        width: 28px;
        height: 28px; } }

.archive-title {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  padding-bottom: 20px;
  font-size: 14px; }
  @media (max-width: 768.98px) {
    .archive-title {
      padding-top: 20px; } }

.archive-sorting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .archive-sorting {
      flex-direction: column; } }
  .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) {
    margin: 0;
    width: 100%; }
    .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container {
      width: 100%; }
      .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container form {
        width: 100%;
        display: flex;
        flex-direction: column; }
        @media (max-width: 991.98px) {
          .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container form {
            flex-direction: column; } }
      .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter {
        margin-bottom: 0;
        width: 100%;
        margin-right: 15px; }
        .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-title {
          margin-bottom: 0;
          font-size: 16px;
          font-weight: 500;
          height: 60px;
          line-height: 60px;
          padding: 0 30px;
          border-radius: 0;
          border: 1px solid rgba(19, 21, 32, 0.05);
          color: #131520;
          font-family: "Inter", Helvetica, Arial;
          margin-right: 0;
          user-select: none;
          margin-bottom: 10px; }
          @media (max-width: 991.98px) {
            .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-title {
              margin-bottom: 10px; } }
          @media (max-width: 575.98px) {
            .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-title {
              font-size: 14px;
              height: 50px;
              line-height: 50px;
              padding: 0 20px;
              margin-bottom: 6px; } }
          .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-title::after {
            background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6336 18.6333L6.50028 6.5M19.4999 6.5L19.4999 19.5L6.49988 19.5' stroke='%23131520' stroke-opacity='0.4' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
            width: 24px;
            height: 24px;
            background-size: contain;
            top: calc(50% - 12px); }
            @media (max-width: 575.98px) {
              .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-title::after {
                width: 20px;
                height: 20px;
                background-size: contain;
                top: calc(50% - 10px); } }
          .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-title span.filter-count {
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            color: #fff;
            background-color: #ca171b;
            border: none;
            font-size: 12px;
            display: inline-block;
            padding: 0;
            vertical-align: middle;
            margin-bottom: 2px;
            margin-left: 10px; }
          .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-title.opened {
            box-shadow: none; }
            .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-title.opened + .filter-content {
              box-shadow: none;
              border-radius: 0;
              border: 1px solid rgba(19, 21, 32, 0.05);
              border-top: none; }
        .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-content .filter-items {
          margin-top: 0; }
          .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-content .filter-items .filter-item {
                    /*
                    display:none;

                    &.active {
                        display:block;
                    }
                    */ }
            .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-content .filter-items .filter-item label input {
              display: none; }
            .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-content .filter-items .filter-item label a {
              color: #131520;
              font-size: 16px;
              display: flex;
              line-height: 1.4;
              padding: 5px 0; }
              .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-content .filter-items .filter-item label a:active, .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-content .filter-items .filter-item label a:visited, .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-content .filter-items .filter-item label a:focus {
                color: #131520;
                text-decoration: none; }
              .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-content .filter-items .filter-item label a:before {
                content: "";
                display: inline-block;
                width: 24px;
                height: 24px;
                border-radius: 50%;
                background-color: #F1F1F1;
                margin-right: 10px; }
              .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-content .filter-items .filter-item label a .item-count {
                margin-left: 5px; }
            .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-content .filter-items .filter-item.active > label > a:before {
              background-color: #ca171b;
              border-color: #ca171b;
              background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6L4.5 8.5L10 3' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
              background-position: center;
              background-repeat: no-repeat; }
          .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-content .filter-items.matching-items .filter-item a {
            font-size: 16px;
            display: flex;
            line-height: 1.4;
            padding: 5px 0; }
          .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-content .filter-items.matching-items .filter-item.active a {
            color: #ca171b;
            font-weight: 500; }
        .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-content .filter-content-footer {
          padding: 0;
          margin: 0;
          margin-top: 20px; }
          .archive-sorting .yith-wcan-filters.horizontal:not(.filters-modal) .filters-container .yith-wcan-filter .filter-content .filter-content-footer .apply-filters {
            background-color: #ca171b;
            color: #fff;
            display: block;
            text-align: center;
            padding: 12px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer; }
  .archive-sorting__results {
    margin-bottom: 30px; }
    .archive-sorting__results p {
      font-size: 14px;
      font-weight: 500;
      color: #131520;
      line-height: 1;
      margin: 0; }
    @media (max-width: 991.98px) {
      .archive-sorting__results {
        display: block;
        text-align: left;
        width: 100%;
        margin-top: 20px; } }
  .archive-sorting__ordering form select {
    -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-size: 10px;
    background-repeat: no-repeat;
    padding: 0 32px 0 18px;
    font-family: "Elza", "Inter", Helvetica, Arial;
    color: #ca171b;
    height: 70px;
    line-height: 68px;
    border-radius: 0;
    cursor: pointer; }

.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;
        border-radius: 25px;
        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: #ca171b;
          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 {
  font-size: 14px; }
  @media (min-width: 769px) {
    .col-seotext {
      columns: 2;
      column-gap: 60px; } }
  .col-seotext img {
    width: 100%; }
  .col-seotext a {
    text-decoration: underline; }

.term-description {
  max-width: 900px;
  padding-top: 40px;
  font-size: 18px;
  font-weight: 500; }
  @media (max-width: 575.98px) {
    .term-description {
      padding-top: 0;
      font-size: 14px; } }

.archive .product-cta {
  margin-bottom: 30px; }

.woocommerce-no-products-found {
  padding: 50px 0 100px;
  font-style: italic; }

.sticky-sidebar {
  position: sticky;
  top: 190px; }
  @media (max-width: 768.98px) {
    .sticky-sidebar {
      position: relative;
      top: unset; } }

.pswp {
  z-index: 99991; }

.single-product .product-label {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #503600;
  background-color: #FFE5B2;
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px; }
.single-product .product-badges {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  gap: 20px; }
  @media (max-width: 575.98px) {
    .single-product .product-badges {
      padding: 8px;
      gap: 8px; } }
  .single-product .product-badges img {
    margin: 0; }
.single-product__gallery {
  width: 100%; }
  .single-product__gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 14px 0;
    background-color: #F1F1F1; }
    @media (max-width: 575.98px) {
      .single-product__gallery-slider {
        margin-bottom: 4px; } }
    .single-product__gallery-slider .swiper-slide {
      width: 100%; }
      .single-product__gallery-slider .swiper-slide img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto; }
    .single-product__gallery-slider .swiper-button-prev {
      left: 0;
      transform: translate(0, 50%);
      margin-left: 0; }
    .single-product__gallery-slider .swiper-button-next {
      right: 0;
      transform: translate(0, 50%); }
  .single-product__gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden; }
    .single-product__gallery-thumbs .swiper-wrapper {
      margin-left: -7px;
      margin-right: -7px;
      box-sizing: inherit;
      width: auto; }
    .single-product__gallery-thumbs .swiper-slide {
      flex: 0 0 25%;
      max-width: 25%;
      width: 25%;
      height: 140px;
      text-align: center;
      overflow: hidden;
      margin: 0 !important;
      padding: 0 7px; }
      @media (max-width: 575.98px) {
        .single-product__gallery-thumbs .swiper-slide {
          flex: 0 0 25%;
          height: 100px;
          max-width: 25%;
          width: 25%;
          aspect-ratio: 1;
          height: auto;
          padding: 0 4px; } }
      .single-product__gallery-thumbs .swiper-slide .swiper-thumb {
        background-color: #F1F1F1;
        position: relative;
        width: 100%;
        height: 100%; }
      .single-product__gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
        opacity: 1; }
      .single-product__gallery-thumbs .swiper-slide img {
        height: 100%;
        object-fit: cover;
        width: 100%; }
.single-product .product-quote {
  background-color: #f6f6f8;
  padding: 40px;
  margin-top: 14px;
  border: 1px solid rgba(19, 21, 32, 0.05); }
  @media (max-width: 575.98px) {
    .single-product .product-quote {
      padding: 30px; } }
  .single-product .product-quote__top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px; }
    .single-product .product-quote__top label {
      font-size: 12px;
      letter-spacing: 1px;
      color: rgba(0, 0, 0, 0.5);
      font-weight: 500;
      text-transform: uppercase; }
  .single-product .product-quote__wrap {
    position: relative; }
    .single-product .product-quote__wrap p {
      font-size: 16px;
      color: #131520;
      letter-spacing: -0.5px; }
      @media (max-width: 575.98px) {
        .single-product .product-quote__wrap p {
          font-size: 14px;
          margin-bottom: 5px; } }
    .single-product .product-quote__wrap span {
      font-size: 12px;
      display: block; }
      @media (max-width: 575.98px) {
        .single-product .product-quote__wrap span {
          font-size: 10px; } }
.single-product .video__embed {
  margin-top: 14px; }
.single-product__summary {
  display: flex; }
  .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; }
  @media (max-width: 768.98px) {
    .single-product__summary .summary {
      padding-top: 30px; } }
  @media (min-width: 769px) {
    .single-product__summary .summary {
      padding-left: 50px; } }
  .single-product__summary .summary .product_title {
    margin: 0 0 15px;
    font-size: 32px;
    letter-spacing: 0; }
    @media (max-width: 575.98px) {
      .single-product__summary .summary .product_title {
        font-size: 28px; } }
  .single-product__summary .summary .price {
    color: #131520;
    display: block;
    font-weight: 500;
    line-height: 1.2;
    font-size: 22px;
    margin-top: 5px;
    letter-spacing: -0.5px; }
    .single-product__summary .summary .price:active, .single-product__summary .summary .price:visited, .single-product__summary .summary .price:focus {
      color: #131520;
      text-decoration: none; }
    .single-product__summary .summary .price .woocommerce-price-suffix {
      opacity: .5;
      font-size: 12px; }
    @media (max-width: 575.98px) {
      .single-product__summary .summary .price {
        margin-top: 15px; } }
  .single-product__summary .summary .stock {
    display: none; }
  .single-product__summary .summary .woocommerce-product-details__short-description p {
    font-size: 16px; }
  .single-product__summary .summary .woocommerce-product-details__short-description h3 {
    font-size: 18px; }
  .single-product__summary .summary .woocommerce-product-details__short-description ul {
    padding: 0;
    margin: 15px 0; }
    .single-product__summary .summary .woocommerce-product-details__short-description ul li {
      list-style: none;
      position: relative;
      padding-left: 36px;
      font-size: 16px;
      font-weight: 500;
      color: #131520;
      line-height: 1.4;
      margin-bottom: 12px;
      padding-top: 0px; }
      @media (max-width: 575.98px) {
        .single-product__summary .summary .woocommerce-product-details__short-description ul li {
          font-size: 14px;
          padding-top: 1px; } }
      .single-product__summary .summary .woocommerce-product-details__short-description ul li:before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23CA1419' fill-opacity='0.06'/%3E%3Cpath d='M8.53906 12.0463L10.8449 14.3051L15.4567 9.69336' stroke='%23CA1419' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        left: 0; }
        @media (max-width: 575.98px) {
          .single-product__summary .summary .woocommerce-product-details__short-description ul li:before {
            width: 22px;
            height: 22px;
            background-size: contain; } }
  .single-product__summary .summary .product-badges {
    margin-top: 30px; }
    .single-product__summary .summary .product-badges img {
      margin-right: 15px;
      height: 70px; }
    @media (max-width: 575.98px) {
      .single-product__summary .summary .product-badges {
        margin-bottom: 30px; }
        .single-product__summary .summary .product-badges img {
          height: 60px; } }
  .single-product__summary .summary .mark-variation {
    margin-top: 0; }
    .single-product__summary .summary .mark-variation .label {
      color: rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 500;
      font-size: 12px;
      text-align: left;
      font-size: 14px;
      margin-bottom: 6px;
      display: block; }
      .single-product__summary .summary .mark-variation .label .variation-title {
        color: #131520;
        font-weight: 600; }
      .single-product__summary .summary .mark-variation .label .modal-trig {
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle; }
    .single-product__summary .summary .mark-variation__options {
      display: flex; }
      .single-product__summary .summary .mark-variation__options label {
        height: 56px;
        line-height: 56px;
        padding: 0 15px;
        font-size: 16px;
        font-weight: 500;
        color: #131520;
        min-width: 60px;
        margin-right: 10px;
        text-align: center;
        cursor: pointer;
        margin-right: 15px;
        box-shadow: inset 0 0 0 1px rgba(19, 21, 32, 0.05);
        margin-top: 5px; }
        .single-product__summary .summary .mark-variation__options label:hover {
          box-shadow: inset 0 0 0 1px #131520; }
        @media (max-width: 575.98px) {
          .single-product__summary .summary .mark-variation__options label {
            height: 48px;
            line-height: 48px;
            font-size: 14px;
            margin-bottom: 10px;
            margin-top: 0; } }
      .single-product__summary .summary .mark-variation__options input {
        display: none; }
      .single-product__summary .summary .mark-variation__options input:checked + label {
        background: #131520;
        color: #fff; }
  .single-product__summary .summary .mark-custom-wrap {
    display: none; }
    .single-product__summary .summary .mark-custom-wrap .btn-offer {
      margin-top: 0;
      margin-right: 0;
      height: 70px;
      line-height: 68px;
      border-radius: 0;
      padding: 0 40px;
      display: block;
      text-align: center;
      width: 100%; }
  .single-product__summary .summary .mark-custom-content {
    background-color: #fcf1f1;
    padding: 25px 30px;
    margin-bottom: 30px;
    font-size: 14px;
    margin-top: 30px; }
    .single-product__summary .summary .mark-custom-content p {
      margin: 10px 0; }
  .single-product__summary .summary form.cart {
    display: flex; }
    .single-product__summary .summary form.cart.variations_form {
      display: block; }
      .single-product__summary .summary form.cart.variations_form .price {
        margin-bottom: 0;
        display: block; }
        .single-product__summary .summary form.cart.variations_form .price del {
          margin-right: 5px; }
      .single-product__summary .summary form.cart.variations_form .woocommerce-variation-add-to-cart {
        display: flex;
        margin-top: 25px; }
      .single-product__summary .summary form.cart.variations_form .variations {
        margin-top: 25px; }
        .single-product__summary .summary form.cart.variations_form .variations .label {
          color: rgba(0, 0, 0, 0.5);
          text-transform: uppercase;
          letter-spacing: 1px;
          font-weight: 500;
          font-size: 12px;
          text-align: left;
          font-size: 14px;
          margin-bottom: 6px;
          display: block; }
          .single-product__summary .summary form.cart.variations_form .variations .label .variation-title {
            color: #131520;
            font-weight: 600; }
          .single-product__summary .summary form.cart.variations_form .variations .label .modal-trig {
            display: inline-block;
            margin: 0 5px;
            vertical-align: middle; }
        .single-product__summary .summary form.cart.variations_form .variations .value select {
          border: 1px solid rgba(19, 21, 32, 0.05);
          height: 68px;
          line-height: 68px;
          font-weight: 500;
          margin-bottom: 15px; }
        .single-product__summary .summary form.cart.variations_form .variations .reset_variations {
          font-size: 14px;
          display: block;
          text-align: right;
          text-decoration: underline;
          display: none !important; }
        .single-product__summary .summary form.cart.variations_form .variations__row {
          margin-bottom: 25px; }
          .single-product__summary .summary form.cart.variations_form .variations__row .nm-variation-radios {
            display: flex;
            flex-wrap: wrap; }
            .single-product__summary .summary form.cart.variations_form .variations__row .nm-variation-radios label {
              cursor: pointer;
              margin-right: 15px;
              box-shadow: inset 0 0 0 1px rgba(19, 21, 32, 0.05);
              margin-top: 5px; }
              .single-product__summary .summary form.cart.variations_form .variations__row .nm-variation-radios label:hover {
                box-shadow: inset 0 0 0 1px #131520; }
            .single-product__summary .summary form.cart.variations_form .variations__row .nm-variation-radios input:checked + label {
              box-shadow: inset 0 0 0 1px #131520; }
            .single-product__summary .summary form.cart.variations_form .variations__row .nm-variation-radios--colors label {
              border-radius: 50%;
              opacity: .8;
              display: block;
              width: 50px;
              height: 50px;
              border-radius: 50%; }
              .single-product__summary .summary form.cart.variations_form .variations__row .nm-variation-radios--colors label:hover {
                opacity: 1; }
            .single-product__summary .summary form.cart.variations_form .variations__row .nm-variation-radios--colors input:checked + label {
              opacity: 1; }
            .single-product__summary .summary form.cart.variations_form .variations__row .nm-variation-radios--boxes label {
              height: 56px;
              line-height: 56px;
              padding: 0 15px;
              font-size: 16px;
              font-weight: 500;
              color: #131520;
              min-width: 60px;
              margin-right: 10px;
              text-align: center; }
              @media (max-width: 575.98px) {
                .single-product__summary .summary form.cart.variations_form .variations__row .nm-variation-radios--boxes label {
                  height: 48px;
                  line-height: 48px;
                  font-size: 14px;
                  margin-bottom: 10px;
                  margin-top: 0; } }
            .single-product__summary .summary form.cart.variations_form .variations__row .nm-variation-radios--boxes input:checked + label {
              background: #131520;
              color: #fff; }
    .single-product__summary .summary form.cart .quantity {
      width: 140px; }
      .single-product__summary .summary form.cart .quantity .plus, .single-product__summary .summary form.cart .quantity .minus {
        width: 40px; }
      @media (max-width: 575.98px) {
        .single-product__summary .summary form.cart .quantity {
          width: 100px; }
          .single-product__summary .summary form.cart .quantity input, .single-product__summary .summary form.cart .quantity .plus, .single-product__summary .summary form.cart .quantity .minus {
            height: 60px;
            line-height: 60px; }
          .single-product__summary .summary form.cart .quantity .plus, .single-product__summary .summary form.cart .quantity .minus {
            width: 30px; } }
    .single-product__summary .summary form.cart button {
      height: 70px;
      line-height: 68px;
      border-radius: 0;
      padding: 0 40px;
      margin: 0;
      width: 100%;
      text-align: center; }
      @media (max-width: 575.98px) {
        .single-product__summary .summary form.cart button {
          padding: 0 10px;
          height: 60px;
          line-height: 58px; } }
      .single-product__summary .summary form.cart button::before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_920_184)'%3E%3Cpath d='M6.41211 6.57136L8.49494 1.48877' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M17.097 6.16064L15.4414 1.48877' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M22.3806 6.82812H1.55225V10.8326H22.3806V6.82812Z' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M19.6057 13.502V19.5087C19.6057 20.0397 19.3862 20.549 18.9956 20.9244C18.605 21.2999 18.0752 21.5109 17.5228 21.5109H6.41438C5.86197 21.5109 5.3322 21.2999 4.94159 20.9244C4.55098 20.549 4.33154 20.0397 4.33154 19.5087V13.502' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_920_184'%3E%3Crect width='23.9259' height='23' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin-right: 15px;
        background-size: 24px;
        vertical-align: middle;
        background-position: center;
        margin-bottom: 4px; }
        @media (max-width: 575.98px) {
          .single-product__summary .summary form.cart button::before {
            height: 20px;
            width: 20px;
            margin-right: 10px;
            background-size: 20px; } }
  .single-product__summary .summary .wooco_components {
    margin-top: 0; }
    .single-product__summary .summary .wooco_components .wooco_component {
      border-bottom: none; }
      .single-product__summary .summary .wooco_components .wooco_component .wooco_component_name {
        color: rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 12px;
        text-align: left;
        font-size: 14px;
        display: flex;
        justify-content: space-between; }
        @media (max-width: 575.98px) {
          .single-product__summary .summary .wooco_components .wooco_component .wooco_component_name {
            font-size: 12px; } }
        .single-product__summary .summary .wooco_components .wooco_component .wooco_component_name a {
          font-size: 12px;
          text-decoration: underline;
          text-transform: none;
          letter-spacing: 0; }
        .single-product__summary .summary .wooco_components .wooco_component .wooco_component_name::after {
          display: none; }
      .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-select {
        border: 1px solid rgba(19, 21, 32, 0.05); }
        .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-select .dd-selected {
          display: flex;
          justify-content: space-between;
          height: 58px;
          align-items: center;
          padding: 0 70px 0 20px;
          user-select: none; }
          @media (max-width: 575.98px) {
            .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-select .dd-selected {
              padding: 0 32px 0 15px; } }
          .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-select .dd-selected label {
            font-size: 16px;
            color: #131520;
            font-weight: 500; }
            @media (max-width: 575.98px) {
              .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-select .dd-selected label {
                font-size: 14px; } }
          .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-select .dd-selected .dd-selected-description {
            color: #131520;
            font-weight: 500;
            font-size: 14px; }
            @media (max-width: 575.98px) {
              .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-select .dd-selected .dd-selected-description {
                font-size: 12px; } }
        .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-select .dd-pointer {
          background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6337 18.6333L6.5004 6.5M19.5 6.5L19.5 19.5L6.5 19.5' stroke='%23131520' stroke-opacity='0.5' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
          width: 26px;
          height: 26px;
          border: none;
          margin-top: 0;
          right: 20px;
          top: calc(50% - 13px);
          background-size: 26px;
          transition: .1s; }
          .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-select .dd-pointer.dd-pointer-up {
            border: none !important;
            transform: rotate(-90deg); }
          @media (max-width: 575.98px) {
            .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-select .dd-pointer {
              width: 20px;
              height: 20px;
              background-size: 20px;
              top: calc(50% - 10px);
              right: 15px; } }
      .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-options {
        border: solid 1px rgba(19, 21, 32, 0.05);
        border-top: none; }
        .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-options li .dd-option {
          display: flex;
          justify-content: space-between;
          height: 58px;
          align-items: center;
          padding: 0 20px 0 20px;
          user-select: none;
          border-bottom: solid 1px rgba(19, 21, 32, 0.05); }
          .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-options li .dd-option label {
            font-size: 14px;
            color: #131520;
            font-weight: 500; }
            @media (max-width: 575.98px) {
              .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-options li .dd-option label {
                font-size: 14px; } }
          .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-options li .dd-option .dd-option-description {
            color: #131520;
            font-weight: 500;
            font-size: 14px; }
            @media (max-width: 575.98px) {
              .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-options li .dd-option .dd-option-description {
                font-size: 12px; } }
          .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-options li .dd-option:hover, .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-options li .dd-option .dd-option-selected {
            background: rgba(19, 21, 32, 0.05); }
        .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .dd-options li:last-child > .dd-option {
          border-bottom: none; }
      .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .woocommerce-price-suffix {
        display: none; }
      .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .wooco_component_product_selection_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
      .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .wooco_component_product_selection_list_item {
        padding: 0;
        height: 60px;
        border: 1px solid rgba(19, 21, 32, 0.05);
        border-radius: 0;
        user-select: none;
        transition: .1s;
        flex: 0 0 49%; }
        .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .wooco_component_product_selection_list_item:hover {
          border-color: rgba(0, 0, 0, 0.3); }
        .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_image {
          width: 60px;
          height: 100%;
          flex: none;
          padding: 0; }
          .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_image img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
        .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_info {
          width: 100%;
          padding-left: 20px;
          color: #131520; }
          .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_info .wooco_component_product_selection_list_item_name {
            font-weight: 500;
            font-size: 14px;
            line-height: 1.1; }
          .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_info .wooco_component_product_selection_list_item_desc {
            font-size: 12px;
            font-weight: 500;
            opacity: .8; }
        .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_choose {
          order: 3;
          padding-right: 17px;
          width: auto;
          flex: 0 0 auto; }
          .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_choose span::before {
            content: "";
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background-color: #F1F1F1;
            border: none; }
        .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .wooco_component_product_selection_list_item.wooco_item_selected {
          border-color: #131520; }
          .single-product__summary .summary .wooco_components .wooco_component .wooco_component_product .wooco_component_product_selection .wooco_component_product_selection_list_item.wooco_item_selected .wooco_component_product_selection_list_item_choose span:before {
            background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.6001 6.19983L4.39999 8.99972L11.3997 2' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-position: center;
            background-color: #ca171b; }
  .single-product__summary .summary .wooco_count.wooco-count {
    display: none !important; }
  .single-product__summary .summary .price, .single-product__summary .summary .wooco_wrap {
    margin: 0;
    padding: 0; }
  .single-product__summary .summary .divider {
    display: block;
    width: auto;
    height: 1px;
    background-color: rgba(19, 21, 32, 0.05);
    margin: 20px -30px; }
  .single-product__summary .summary .wooco_wrap {
    display: block;
    width: auto; }
  .single-product__summary .summary p.price {
    font-size: 18px;
    color: rgba(19, 21, 32, 0.8);
    padding-top: 10px; }
    .single-product__summary .summary p.price .amount {
      font-size: 24px;
      color: #131520;
      font-weight: 500;
      letter-spacing: -1px; }
    @media (max-width: 575.98px) {
      .single-product__summary .summary p.price {
        font-size: 16px;
        padding: 20px 25px; }
        .single-product__summary .summary p.price .amount {
          font-size: 20px; } }
  .single-product__summary .summary .wooco_total {
    font-size: 18px;
    color: rgba(19, 21, 32, 0.8);
    display: flex;
    align-items: baseline; }
    .single-product__summary .summary .wooco_total .amount {
      font-size: 24px;
      color: #131520;
      font-weight: 500;
      letter-spacing: -1px;
      margin-left: auto; }
    .single-product__summary .summary .wooco_total .woocommerce-price-suffix {
      opacity: .5;
      font-size: 12px;
      margin-left: 5px;
      transform: translateY(-1px); }
    @media (max-width: 575.98px) {
      .single-product__summary .summary .wooco_total {
        font-size: 12px; }
        .single-product__summary .summary .wooco_total .woocommerce-price-suffix {
          font-size: 10px; }
        .single-product__summary .summary .wooco_total .amount {
          font-size: 20px; } }
  .single-product__summary .summary .wooco-wrap .wooco-text {
    margin: 0; }
  .single-product__summary .summary p.price {
    justify-content: flex-start; }
    .single-product__summary .summary p.price del {
      margin-right: 5px;
      opacity: .3; }
    .single-product__summary .summary p.price .woocommerce-price-suffix {
      margin-left: auto; }
.single-product__usp {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 991.98px) {
    .single-product__usp {
      padding-top: 30px; } }
  .single-product__usp .usp-single {
    flex: 0 0 25%;
    display: flex;
    align-items: center;
    padding-right: 20px;
    padding-right: 20px; }
    @media (max-width: 991.98px) {
      .single-product__usp .usp-single {
        flex: 0 0 50%;
        margin-bottom: 15px; } }
    @media (max-width: 768.98px) {
      .single-product__usp .usp-single {
        flex: 0 0 100%; } }
    .single-product__usp .usp-single .icon {
      background: rgba(22, 25, 57, 0.1);
      width: 76px;
      height: 76px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      flex-grow: 0;
      margin-right: 20px; }
      .single-product__usp .usp-single .icon svg {
        display: block;
        width: 28px;
        height: 28px; }
      @media (max-width: 575.98px) {
        .single-product__usp .usp-single .icon {
          width: 60px;
          height: 60px; }
          .single-product__usp .usp-single .icon svg {
            width: 24px;
            height: 24px; } }
    .single-product__usp .usp-single .content p {
      color: #131520;
      margin: 0;
      font-size: 16px;
      font-weight: 500; }
      .single-product__usp .usp-single .content p:last-child {
        font-size: 14px;
        font-weight: 400; }
      @media (max-width: 575.98px) {
        .single-product__usp .usp-single .content p {
          font-size: 14px; } }
.single-product__cta {
  display: flex;
  margin-top: 80px; }
  @media (max-width: 991.98px) {
    .single-product__cta {
      margin-top: 30px;
      flex-direction: column; } }
  .single-product__cta__img {
    flex: 0 0 280px;
    position: relative; }
    @media (max-width: 991.98px) {
      .single-product__cta__img {
        flex: 0 0 100%; } }
    .single-product__cta__img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      max-width: none; }
  .single-product__cta__content {
    padding: 50px 80px; }
    @media (max-width: 991.98px) {
      .single-product__cta__content {
        padding: 40px 30px; } }
    .single-product__cta__content .content {
      display: flex;
      font-size: 16px; }
      @media (max-width: 991.98px) {
        .single-product__cta__content .content {
          flex-direction: column; } }
      .single-product__cta__content .content p {
        margin-bottom: 0; }
      .single-product__cta__content .content .links {
        margin-left: 100px; }
        @media (max-width: 991.98px) {
          .single-product__cta__content .content .links {
            margin-left: 0; } }
        .single-product__cta__content .content .links a {
          white-space: nowrap;
          display: flex;
          font-size: 24px;
          letter-spacing: -1px; }
          @media (max-width: 991.98px) {
            .single-product__cta__content .content .links a {
              font-size: 20px; } }
          .single-product__cta__content .content .links a:first-child {
            margin-bottom: 20px; }
            @media (max-width: 991.98px) {
              .single-product__cta__content .content .links a:first-child {
                margin: 15px 0 10px; } }
          .single-product__cta__content .content .links a svg {
            margin-right: 20px;
            flex: 0 0 auto; }
            @media (max-width: 768.98px) {
              .single-product__cta__content .content .links a svg {
                width: 26px;
                height: auto; } }
.single-product__data {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .single-product__data__content {
    flex: 0 0 66.66%;
    width: 100%; }
    @media (max-width: 991.98px) {
      .single-product__data__content {
        flex: 0 0 100%;
        padding-top: 30px; } }
  .single-product__data__nav {
    position: sticky;
    top: 180px;
    padding-right: 80px;
    z-index: 1;
    flex: 0 0 33.33%; }
    @media (max-width: 991.98px) {
      .single-product__data__nav {
        flex: 0 0 100%;
        padding-right: 0;
        top: 110px;
        background: #fff;
        border-bottom: 1px solid rgba(19, 21, 32, 0.05);
        overflow-x: auto; } }
    .single-product__data__nav ul {
      margin: 0;
      padding: 0; }
      @media (max-width: 991.98px) {
        .single-product__data__nav ul {
          display: flex;
          padding-right: 0;
          margin-left: -20px; } }
      .single-product__data__nav ul li {
        list-style: none;
        padding: 0;
        margin: 0; }
        @media (max-width: 991.98px) {
          .single-product__data__nav ul li {
            padding: 0 20px; } }
        .single-product__data__nav ul li a {
          color: #131520;
          display: block;
          font-size: 18px;
          font-weight: 500;
          line-height: 1;
          padding: 20px 0;
          border-top: 1px solid rgba(19, 21, 32, 0.05);
          position: relative; }
          .single-product__data__nav ul li a:active, .single-product__data__nav ul li a:visited, .single-product__data__nav ul li a:focus {
            color: #131520;
            text-decoration: none; }
          .single-product__data__nav ul li a::after {
            background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_920_535)'%3E%3Cpath d='M5.31604 9.21594H13.7162' stroke='%23CA1419' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M9.21582 13.7161L4.71574 9.21599L9.21582 4.71591' stroke='%23CA1419' stroke-width='1.5' stroke-linecap='square'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_920_535'%3E%3Crect width='12.7281' height='12.7281' fill='white' transform='translate(9 18.0002) rotate(-135)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
            content: "";
            position: absolute;
            right: 0;
            top: calc(50% - 10px);
            opacity: 0;
            transform: translateX(10px);
            transition: .2s;
            display: block;
            width: 20px;
            height: 20px;
            background-size: 20px; }
          @media (max-width: 991.98px) {
            .single-product__data__nav ul li a {
              border-top: none;
              font-size: 16px;
              padding: 30px 0; }
              .single-product__data__nav ul li a::after {
                right: -25px; } }
        .single-product__data__nav ul li.active a {
          color: #ca171b; }
          .single-product__data__nav ul li.active a:active, .single-product__data__nav ul li.active a:visited, .single-product__data__nav ul li.active a:focus {
            color: #ca171b;
            text-decoration: none; }
          .single-product__data__nav ul li.active a::after {
            opacity: 1;
            transform: translateX(0); }
  .single-product__data-section {
    padding-bottom: 100px; }
    @media (max-width: 575.98px) {
      .single-product__data-section {
        padding-bottom: 30px; } }
    .single-product__data-section:last-child {
      padding-bottom: 0; }
    .single-product__data-section .title {
      color: rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 500;
      font-size: 12px;
      text-align: left;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 30px;
      display: block; }
  .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: #F6F6F6; }
    .single-product__data__attributes table tr th {
      text-align: left;
      padding: 20px 30px;
      font-size: 18px;
      font-weight: 400;
      opacity: .6; }
      @media (max-width: 575.98px) {
        .single-product__data__attributes table tr th {
          padding: 10px;
          font-size: 14px;
          vertical-align: top; } }
    .single-product__data__attributes table tr td {
      text-align: right;
      padding: 20px 30px;
      font-weight: 500;
      font-size: 18px;
      color: #131520; }
      @media (max-width: 575.98px) {
        .single-product__data__attributes table tr td {
          padding: 10px;
          font-size: 14px;
          text-align: left;
          vertical-align: top; } }
      .single-product__data__attributes table tr td p {
        margin: 0; }
  .single-product__data__description {
    font-size: 16px; }
    .single-product__data__description h2 {
      font-size: 30px; }
    @media (max-width: 575.98px) {
      .single-product__data__description h2 {
        font-size: 26px; } }
    .single-product__data__description p:first-child {
      margin-top: 0; }
    .single-product__data__description a {
      font-weight: 400;
      text-decoration: underline; }
      .single-product__data__description a strong {
        font-weight: 400; }
  .single-product__data__downloads a {
    display: flex;
    background: #F6F6F6;
    font-size: 18px;
    font-weight: 500;
    padding: 24px;
    color: #131520;
    margin-bottom: 15px;
    justify-content: space-between;
    transition: .1s;
    align-items: flex-start; }
    .single-product__data__downloads a:active, .single-product__data__downloads a:visited, .single-product__data__downloads a:focus {
      color: #131520;
      text-decoration: none; }
    @media (max-width: 575.98px) {
      .single-product__data__downloads a {
        font-size: 14px; } }
    .single-product__data__downloads a span {
      display: flex;
      align-items: center;
      font-size: 16px;
      flex-shrink: 0;
      flex-grow: 0;
      margin-left: 25px; }
      @media (max-width: 575.98px) {
        .single-product__data__downloads a span {
          font-size: 14px; }
          .single-product__data__downloads a span svg {
            width: 16px;
            height: auto; } }
      .single-product__data__downloads a span svg {
        margin-left: 10px; }
    .single-product__data__downloads a:hover {
      background: #F1F1F1; }
.single-product__related {
  overflow-x: hidden; }
  .single-product__related h2 {
    padding-bottom: 30px; }
  .single-product__related .swiper {
    overflow: visible; }
@media (min-width: 769px) {
  .single-product .nm-faq-content {
    padding-left: 50px;
    padding-top: 20px; } }
.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; }

.product-cta {
  background-color: #F1F1F1;
  margin-top: 30px;
  padding-left: 0;
  display: flex; }
  .product-cta__img {
    max-width: 150px; }
    .product-cta__img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      display: block; }
  .product-cta__content {
    padding: 25px 30px; }
  .product-cta p {
    font-size: 14px;
    margin: 4px 0 10px; }
    .product-cta p.title {
      font-size: 16px;
      margin: 0;
      color: #fff;
      font-weight: 500; }
  .product-cta__links {
    font-size: 14px; }

.goto-specs {
  border-bottom: 1px solid #ca171b;
  font-size: 16px;
  font-weight: 500; }
  .goto-specs svg {
    width: 12px;
    height: 12px; }

.add-to-cart-wrap {
  margin-top: 30px;
  background: #F6F6F8;
  border: 1px solid rgba(19, 21, 32, 0.05);
  padding: 30px; }
  @media (max-width: 575.98px) {
    .add-to-cart-wrap {
      padding: 20px; } }
  .add-to-cart-wrap .product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    font-size: 12px; }
    .add-to-cart-wrap .product-meta .delivery {
      display: flex;
      align-items: center;
      gap: 5px; }
    .add-to-cart-wrap .product-meta .indicator {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      display: inline-block; }
      .add-to-cart-wrap .product-meta .indicator--stock {
        background-color: #47CF40; }
      .add-to-cart-wrap .product-meta .indicator--backorder {
        background-color: orange; }

.woocommerce-variation-price {
  display: none !important; }

.featured-data {
  margin-top: 30px; }
  .featured-data h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Inter", Helvetica, Arial;
    font-weight: 600; }
  .featured-data .nm-faq-row:first-child .nm-faq-toggle {
    border-top: none; }
  .featured-data .nm-faq-toggle {
    padding: 20px 0; }
  .featured-data .nm-faq-content {
    font-size: 14px;
    padding-left: 0 !important;
    padding-top: 0 !important; }
  .featured-data .nm-faq-toggle.toggle-active svg path:last-child {
    opacity: 1; }

.quantity {
  margin-right: 10px;
  display: inline-flex;
  width: 80px;
  position: relative;
  background: #fff;
  flex-shrink: 0; }
  .quantity label {
    display: none; }
  .quantity .plus,
  .quantity .minus {
    position: absolute;
    height: 70px;
    width: 30px;
    opacity: .8;
    transition: ease all .2s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; }
    .quantity .plus svg,
    .quantity .minus svg {
      opacity: .3; }
  .quantity input {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    text-align: center;
    width: 100%;
    height: 70px;
    line-height: 68px;
    border-radius: 0;
    color: #131520;
    font-weight: 500;
    border: 1px solid rgba(19, 21, 32, 0.05); }
  .quantity .plus {
    right: 0;
    border-left: 1px solid rgba(19, 21, 32, 0.05); }
  .quantity .minus {
    left: 0;
    border-right: 1px solid rgba(19, 21, 32, 0.05); }

.badge {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 25px; }
  @media (max-width: 575.98px) {
    .badge {
      font-size: 10px;
      padding: 8px;
      margin-top: 3px; } }
  .badge--discount {
    background: #F7EDD3;
    color: #AF944E; }

.product-badges {
  display: flex; }
  .product-badges--vertical {
    flex-direction: column;
    align-items: flex-start; }
    .product-badges--vertical img {
      margin-bottom: 10px; }
  .product-badges--horisontal {
    flex-direction: row; }
    .product-badges--horisontal img {
      margin-right: 10px; }
  .product-badges img {
    display: block;
    height: 50px;
    width: auto; }
    @media (max-width: 768.98px) {
      .product-badges img {
        height: 40px; } }

.price del {
  opacity: .5; }
.price ins {
  text-decoration: none; }
.price .from {
  text-transform: uppercase;
  font-size: 60%;
  vertical-align: top;
  opacity: .5;
  margin-right: 6px;
  display: inline-block;
  margin-top: 3px; }

.cart-service {
  border: 1px solid #f6f6f8;
  padding: 40px 30px;
  width: 100%;
  margin-bottom: 15px; }
  .cart-service p {
    font-size: 16px; }
  .cart-service label {
    font-size: 16px;
    font-weight: 500;
    color: #131520;
    cursor: pointer; }
    .cart-service label input {
      margin-right: 10px; }

.shop__filter {
  padding-right: 30px; }
  @media (max-width: 768.98px) {
    .shop__filter {
      padding-right: 0; } }
  .shop__filter .wcpf-filter .wcpf-field-item {
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    border-radius: 10px; }
    .shop__filter .wcpf-filter .wcpf-field-item.wcpf-box-hide .wcpf-heading-label .box-toggle::before {
      transform: rotate(0); }
    .shop__filter .wcpf-filter .wcpf-field-item .wcpf-heading-label {
      padding: 20px; }
      .shop__filter .wcpf-filter .wcpf-field-item .wcpf-heading-label .text {
        text-transform: none;
        font-size: 16px;
        font-weight: 500;
        user-select: none; }
      .shop__filter .wcpf-filter .wcpf-field-item .wcpf-heading-label .box-toggle {
        right: 20px; }
        .shop__filter .wcpf-filter .wcpf-field-item .wcpf-heading-label .box-toggle::before {
          content: "" !important;
          width: 16px;
          height: 16px;
          display: block;
          transform: rotate(180deg);
          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='M8.71929 11.2077L13.7193 6.21633C13.9014 6.02805 14.0022 5.77588 14 5.51414C13.9977 5.25239 13.8925 5.00201 13.7071 4.81692C13.5217 4.63183 13.2709 4.52685 13.0087 4.52457C12.7465 4.5223 12.4939 4.62292 12.3053 4.80476L8.01229 9.09037L3.71929 4.80476C3.62704 4.70942 3.5167 4.63337 3.39469 4.58105C3.27269 4.52873 3.14147 4.50119 3.00869 4.50004C2.87591 4.49889 2.74423 4.52414 2.62133 4.57434C2.49844 4.62453 2.38679 4.69866 2.29289 4.79239C2.199 4.88612 2.12475 4.99758 2.07447 5.12026C2.02419 5.24295 1.99888 5.3744 2.00004 5.50695C2.00119 5.6395 2.02878 5.7705 2.08119 5.89229C2.1336 6.01408 2.20978 6.12424 2.30529 6.21633L7.30529 11.2077C7.49282 11.3949 7.74712 11.5 8.01229 11.5C8.27745 11.5 8.53176 11.3949 8.71929 11.2077Z' fill='%2353525B'/%3E%3C/svg%3E%0A"); }
    .shop__filter .wcpf-filter .wcpf-field-item .wcpf-content {
      padding: 20px;
      padding-top: 0; }
    .shop__filter .wcpf-filter .wcpf-field-item .wcpf-checkbox-list .wcpf-checkbox-item.checked .wcpf-checkbox-label .wcpf-input-container {
      background-color: #ca171b;
      border-color: #ca171b; }
      .shop__filter .wcpf-filter .wcpf-field-item .wcpf-checkbox-list .wcpf-checkbox-item.checked .wcpf-checkbox-label .wcpf-input-container:after {
        border: none;
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6L4.5 8.5L10 3' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        transform: none;
        background-position: center; }
    .shop__filter .wcpf-filter .wcpf-field-item .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-checkbox-label {
      color: rgba(19, 21, 32, 0.8); }
      .shop__filter .wcpf-filter .wcpf-field-item .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-checkbox-label .wcpf-input-container {
        border: 1px solid rgba(59, 58, 73, 0.2);
        width: 20px;
        height: 20px;
        border-radius: 4px; }
      .shop__filter .wcpf-filter .wcpf-field-item .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-checkbox-label .wcpf-title-container {
        width: calc(100% - 20px); }
        .shop__filter .wcpf-filter .wcpf-field-item .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-checkbox-label .wcpf-title-container .wcpf-title {
          font-size: 16px;
          font-weight: 400; }
        .shop__filter .wcpf-filter .wcpf-field-item .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-checkbox-label .wcpf-title-container .wcpf-product-counts {
          opacity: .6; }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.top-bar {
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: #e4c678;
  background: linear-gradient(117deg, #e4c678 5%, #ffe5b2 50%, #e4c678 95%);
  color: #503600;
  position: relative;
  transition: .3s linear; }
  @media (max-width: 991.98px) {
    .top-bar {
      height: 30px; } }
  .top-bar a {
    display: block;
    text-align: center;
    color: #503600;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1; }
    .top-bar a:active, .top-bar a:visited, .top-bar a:focus {
      color: #503600;
      text-decoration: none; }
    @media (max-width: 575.98px) {
      .top-bar a {
        font-size: 10px; } }
    .top-bar a:hover {
      color: #503600; }
    .top-bar a strong {
      font-weight: 700; }
    .top-bar a svg {
      display: block;
      margin-left: 5px; }
  .top-bar__content {
    display: flex;
    align-items: center;
    justify-content: center; }
  .top-bar ul {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0;
    padding: 0; }
    @media (max-width: 575.98px) {
      .top-bar ul {
        justify-content: space-between; } }
    .top-bar ul li {
      font-size: 12px;
      font-weight: 400;
      line-height: 40px;
      list-style: none;
      padding: 0;
      margin-right: 20px;
      display: flex;
      align-items: center;
      color: #503600;
      white-space: nowrap; }
      @media (max-width: 991.98px) {
        .top-bar ul li {
          font-size: 10px;
          line-height: 30px;
          margin-right: 10px; } }
      @media (max-width: 440px) {
        .top-bar ul li:first-child {
          display: none; } }
      .top-bar ul li::before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        margin-right: 6px;
        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%3Echeck%3C/title%3E%3Cg fill='%23ca171b'%3E%3Cpath fill='%23ca171b' d='M14.3,2.3L5,11.6L1.7,8.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l4,4C4.5,13.9,4.7,14,5,14s0.5-0.1,0.7-0.3 l10-10c0.4-0.4,0.4-1,0-1.4S14.7,1.9,14.3,2.3z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 12px; }
        @media (max-width: 991.98px) {
          .top-bar ul li::before {
            width: 10px;
            height: 10px;
            background-size: 10px;
            margin-right: 5px; } }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  transition: .5s ease-in-out;
  max-width: 1920px;
  margin: 0 auto;
  background: linear-gradient(135deg, #131520 0%, #161834 100%); }
  @media (min-width: 992px) {
    .site-header.shrink .top-bar {
      height: 0;
      opacity: 0; } }
  @media (max-width: 991.98px) {
    .site-header.shrink .site-branding a img {
      height: 60px;
      width: auto;
      max-width: none; } }
  .site-header__inner {
    display: flex;
    padding: 10px 0; }
  .site-header__right {
    padding-left: 30px;
    width: 100%; }
  @media (max-width: 991.98px) {
    .site-header {
      height: 110px; } }
  .site-header .site-branding {
    flex-shrink: 0; }
    .site-header .site-branding a img {
      width: auto;
      height: 110px;
      display: block;
      transition: .3s linear; }
      @media (max-width: 991.98px) {
        .site-header .site-branding a img {
          height: 60px;
          width: auto;
          max-width: none; } }
  .site-header .nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    height: 66px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: .3s linear; }
    @media (max-width: 991.98px) {
      .site-header .nav-top {
        height: 0;
        border: none; } }
    .site-header .nav-top__right {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding-left: 20px; }
    .site-header .nav-top .header-contact {
      display: flex;
      align-items: center;
      line-height: 1.4;
      white-space: nowrap;
      color: #fff;
      color: #fff;
      font-size: 14px; }
      @media (max-width: 1160px) {
        .site-header .nav-top .header-contact {
          display: none; } }
      .site-header .nav-top .header-contact:active, .site-header .nav-top .header-contact:visited, .site-header .nav-top .header-contact:focus {
        color: #fff;
        text-decoration: none; }
      .site-header .nav-top .header-contact svg {
        display: block;
        flex-shrink: 0;
        flex-grow: 0;
        margin-right: 10px; }
      .site-header .nav-top .header-contact span {
        font-size: 10px;
        opacity: .8;
        display: block; }
    @media (max-width: 1120px) {
      .site-header .nav-top__menu {
        display: none; } }
    .site-header .nav-top__menu ul {
      display: flex;
      margin: 0;
      padding: 0; }
      .site-header .nav-top__menu ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-left: 15px; }
        .site-header .nav-top__menu ul li a {
          font-size: 14px;
          font-weight: 500;
          white-space: nowrap; }
          .site-header .nav-top__menu ul li a:hover {
            opacity: .9; }
        @media (max-width: 1210px) {
          .site-header .nav-top__menu ul li {
            margin-left: 14px; }
            .site-header .nav-top__menu ul li a {
              font-size: 13px; } }
  .site-header .nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    position: relative; }
    @media (max-width: 991.98px) {
      .site-header .nav-wrap {
        justify-content: flex-end;
        border-bottom: none;
        height: 100%; } }
    .site-header .nav-wrap__right {
      display: flex;
      align-items: center; }
      .site-header .nav-wrap__right a {
        margin-left: 25px;
        display: block; }
        .site-header .nav-wrap__right a svg {
          display: block;
          flex-shrink: 0;
          flex-grow: 0; }
        @media (min-width: 992px) {
          .site-header .nav-wrap__right a.header-search {
            display: none; } }
        .site-header .nav-wrap__right a.header-cart {
          position: relative; }
          .site-header .nav-wrap__right a.header-cart .cart-quantity {
            position: absolute;
            bottom: -10px;
            right: -5px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #ca171b;
            color: #fff;
            font-size: 12px;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center; }
    .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:first-child .megamenu {
          margin-left: 0; }
        .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: #ca171b;
                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 > .megamenu {
          margin: 0 12px; }
          .site-header .nav-wrap .main-navigation > ul > li > .megamenu.no-subs > a svg {
            display: none; }
          .site-header .nav-wrap .main-navigation > ul > li > .megamenu > a {
            display: block;
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            padding: 21px 0;
            margin: 0;
            transition: .1s ease-in-out;
            white-space: nowrap; }
            .site-header .nav-wrap .main-navigation > ul > li > .megamenu > a:active, .site-header .nav-wrap .main-navigation > ul > li > .megamenu > a:visited, .site-header .nav-wrap .main-navigation > ul > li > .megamenu > a:focus {
              color: #fff;
              text-decoration: none; }
            @media (max-width: 1210px) {
              .site-header .nav-wrap .main-navigation > ul > li > .megamenu > a {
                font-size: 13px; } }
            .site-header .nav-wrap .main-navigation > ul > li > .megamenu > a svg {
              width: 10px;
              height: 10px;
              margin-left: 8px;
              transition: .1s ease-in-out;
              opacity: .4; }
            .site-header .nav-wrap .main-navigation > ul > li > .megamenu > a:hover {
              color: #fff; }
              .site-header .nav-wrap .main-navigation > ul > li > .megamenu > a:hover:active, .site-header .nav-wrap .main-navigation > ul > li > .megamenu > a:hover:visited, .site-header .nav-wrap .main-navigation > ul > li > .megamenu > a:hover:focus {
                color: #fff;
                text-decoration: none; }
              .site-header .nav-wrap .main-navigation > ul > li > .megamenu > a:hover svg {
                transform: rotate(90deg); }

.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: #fff;
    display: block; }
    .trigger-mobile-menu span:last-child {
      width: 50%; }

.mobile-nav {
  display: flex; }
  @media (min-width: 1121px) {
    .mobile-nav {
      display: none; } }

.sustain-category {
  padding: 20px 25px;
  display: block;
  margin-top: 25px;
  background-color: #E8F3E2;
  padding-right: 100px;
  position: relative;
  overflow: hidden; }
  .sustain-category svg {
    margin-right: 20px;
    width: 100px;
    height: auto;
    display: block;
    position: absolute;
    right: -40px;
    bottom: -20px;
    opacity: .1; }
  .sustain-category p {
    font-size: 12px;
    color: #223616;
    margin: 0;
    margin-bottom: 10px; }
    .sustain-category p.title {
      font-weight: 500;
      font-size: 14px; }

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(19, 21, 32, 0.05); }
  @media (max-width: 991.98px) {
    .footer__top {
      flex-direction: column; } }
  .footer__top .l img {
    display: block;
    width: 80px; }
  .footer__top .r {
    display: flex;
    align-items: center; }
    @media (max-width: 991.98px) {
      .footer__top .r {
        flex-direction: column;
        align-items: flex-start; } }
    .footer__top .r a {
      color: #131520;
      font-size: 24px;
      font-weight: 500;
      display: flex;
      align-items: center;
      margin-left: 50px; }
      .footer__top .r a:active, .footer__top .r a:visited, .footer__top .r a:focus {
        color: #131520;
        text-decoration: none; }
      @media (max-width: 991.98px) {
        .footer__top .r a {
          margin-left: 0;
          margin-top: 30px; } }
      .footer__top .r a svg {
        display: block;
        margin-right: 15px; }
.footer__bottom {
  border-top: 1px solid rgba(19, 21, 32, 0.05);
  padding-top: 60px;
  margin-top: 60px; }
  @media (max-width: 768.98px) {
    .footer__bottom {
      text-align: center;
      padding-top: 30px;
      margin-top: 30px; } }
  .footer__bottom__links {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media (max-width: 768.98px) {
      .footer__bottom__links {
        justify-content: center; } }
    .footer__bottom__links a {
      display: block;
      margin-left: 15px; }
  .footer__bottom img {
    margin: 0 auto;
    display: block; }
    @media (max-width: 768.98px) {
      .footer__bottom img {
        margin: 20px auto; } }
  .footer__bottom p {
    font-size: 14px;
    text-transform: uppercase; }
.footer .title {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  font-size: 14px;
  display: block; }
  @media (max-width: 768.98px) {
    .footer .title {
      text-align: center; } }
.footer .footer-menu {
  font-size: 16px;
  margin-top: 20px; }
  @media (max-width: 768.98px) {
    .footer .footer-menu {
      text-align: center; } }
  @media (max-width: 768.98px) {
    .footer .footer-menu {
      margin-bottom: 40px; } }
  .footer .footer-menu ul {
    padding: 0;
    margin: 0; }
    .footer .footer-menu ul li {
      list-style: none;
      margin-bottom: 6px; }
  .footer .footer-menu a {
    color: currentColor; }

.mobile-menu {
  position: fixed;
  top: 110px;
  right: 0px;
  width: 100%;
  height: 100%;
  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 .menu-label {
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    display: block;
    color: #fff;
    opacity: .4;
    margin-bottom: 10px; }
  .mobile-menu ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px; }
    .mobile-menu ul.menu-products > li > a {
      display: flex;
      justify-content: space-between; }
    .mobile-menu ul li {
      list-style: none; }
      .mobile-menu ul li.has-subs > a {
        display: flex;
        justify-content: space-between; }
      .mobile-menu ul li.no-subs > a svg {
        display: none; }
      .mobile-menu ul li a {
        display: block;
        width: 100%;
        line-height: 1;
        padding: 15px 0;
        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 {
            font-size: 16px;
            padding: 12px 0;
            opacity: .7; }

.header {
  position: relative;
  padding-top: 20px; }
  .header--nousp {
    padding-bottom: 60px; }
    @media (max-width: 768.98px) {
      .header--nousp {
        padding-bottom: 30px; } }
    .header--nousp::before {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg width='534' height='359' viewBox='0 0 534 359' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='239.047' width='410.621' height='119.523' fill='url(%23paint0_linear_772_6)' fill-opacity='0.04'/%3E%3Crect x='410.621' y='119.523' width='123.379' height='119.523' fill='white' fill-opacity='0.04'/%3E%3Crect x='212.057' width='198.563' height='119.523' fill='white' fill-opacity='0.04'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_772_6' x1='384.5' y1='253.07' x2='27.5' y2='372.57' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: right bottom;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .header--text-video {
    padding-top: 120px; }
  .header .overline {
    font-weight: 500;
    font-size: 16px; }
  .header__textonly {
    padding-bottom: 0; }
  .header__usp {
    margin-top: 60px; }
    .header__usp .usp-single {
      font-size: 16px;
      display: flex;
      align-items: flex-start; }
      @media (max-width: 768.98px) {
        .header__usp .usp-single {
          margin-bottom: 20px;
          font-size: 14px; } }
      .header__usp .usp-single svg {
        flex-shrink: 0;
        flex-grow: 0;
        margin-right: 20px;
        width: 40px;
        height: auto; }
        @media (max-width: 768.98px) {
          .header__usp .usp-single svg {
            width: 30px; } }
      .header__usp .usp-single__col p {
        color: #fff;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5; }
        .header__usp .usp-single__col p:last-child {
          font-size: 14px;
          font-weight: 400;
          color: rgba(255, 255, 255, 0.7); }
        @media (max-width: 575.98px) {
          .header__usp .usp-single__col p {
            font-size: 14px; } }
  .header .watermark {
    position: absolute;
    bottom: 160px;
    right: 0;
    z-index: 0; }
    @media (max-width: 575.98px) {
      .header .watermark {
        width: 60%; } }
  .header__bg {
    position: relative;
    width: 100%;
    z-index: 1; }
    .header__bg--text {
      padding: 100px 0; }
      @media (max-width: 768.98px) {
        .header__bg--text {
          padding: 0; } }
    .header__bg img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      object-position: center center; }
    .header__bg #video {
      width: 100%;
      height: auto; }
      @media (max-width: 768.98px) {
        .header__bg #video {
          position: absolute;
          object-fit: cover;
          object-position: center;
          width: 100%;
          height: 100%; } }
    .header__bg__filter {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
    .header__bg__content {
      position: absolute;
      left: 120px;
      bottom: 120px;
      max-width: 600px; }
      .header__bg__content--center {
        bottom: unset;
        position: relative; }
      @media (max-width: 768.98px) {
        .header__bg__content {
          position: relative;
          left: unset;
          bottom: unset;
          padding: 40px 25px; } }
    @media (max-width: 575.98px) {
      .header__bg--product {
        padding-top: 15px;
        padding-bottom: 15px; } }
  .header--slider .swiper {
    height: calc(100vh - 230px);
    z-index: 0;
    max-height: 800px; }
    @media (max-width: 768.98px) {
      .header--slider .swiper {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto; } }
    .header--slider .swiper .swiper-slide img {
      transform: scale(1.15);
      transition: 7.5s linear; }
    .header--slider .swiper .swiper-slide.swiper-slide-active img {
      transform: scale(1); }
  .header--slider h1 {
    font-weight: 900;
    opacity: .9;
    line-height: 1;
    font-size: 38px;
    margin-bottom: 0; }
    @media (min-width: 769px) {
      .header--slider h1 {
        font-size: 68px;
        margin-bottom: 10px; } }
  .header--slider p {
    font-weight: 500; }
    @media (max-width: 575.98px) {
      .header--slider p {
        font-size: 14px; } }
  @media (min-width: 769px) {
    .header--slider .header__bg__content {
      left: 80px;
      bottom: 80px; } }
  @media (max-width: 768.98px) {
    .header--slider .header__bg__content {
      padding-top: 140px; } }
  .header--text-only .watermark {
    bottom: 0;
    max-height: 250px;
    width: auto; }
  .header--product {
    padding: 0;
    padding-bottom: 60px; }
    @media (max-width: 768.98px) {
      .header--product .header__bg__content {
        padding-top: 30px; } }
    .header--product #video {
      object-fit: cover;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      object-position: center center; }
    .header--product .header__bg__content {
      left: unset; }
  .header .header__bg .header__watermark {
    position: absolute;
    width: 200px;
    height: auto;
    top: unset;
    left: unset;
    bottom: 40px;
    right: 40px;
    opacity: .3; }
    @media (max-width: 768.98px) {
      .header .header__bg .header__watermark {
        width: auto;
        height: 55px;
        bottom: 56px; } }

.featured-categories h2 {
  margin-bottom: 60px;
  text-align: center; }
.featured-categories a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  transition: .2s;
  position: relative; }
  .featured-categories a .image-wrap {
    background: #f1f1f1;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 50px; }
    .featured-categories a .image-wrap::after {
      content: "";
      background-color: #ca171b;
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: .2s; }
    .featured-categories a .image-wrap img {
      flex-grow: 0;
      flex-shrink: 0; }
    .featured-categories a .image-wrap .icon {
      position: absolute;
      top: 30px;
      left: 30px;
      z-index: 1; }
      .featured-categories a .image-wrap .icon svg {
        display: block;
        height: 46px;
        width: auto; }
  .featured-categories a .content {
    transition: .3s;
    padding: 20px 25px;
    height: 80px; }
    .featured-categories a .content .title {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px; }
      .featured-categories a .content .title h3 {
        margin-bottom: 0;
        word-wrap: break-word;
        transition: .3s; }
      .featured-categories a .content .title svg {
        flex-grow: 0;
        flex-shrink: 0;
        transform: translateY(-3px);
        transition: .2;
        width: 36px;
        height: 36px; }
    .featured-categories a .content p {
      margin: 0;
      opacity: 0;
      transition: .3s;
      color: rgba(255, 255, 255, 0.7);
      font-size: 16px; }
  .featured-categories a:hover h3 {
    color: #fff; }
  .featured-categories a:hover p {
    color: rgba(255, 255, 255, 0.7); }
  .featured-categories a:hover .image-wrap::after {
    opacity: 1; }
  .featured-categories a:hover .content {
    transform: translateY(calc(-100% - 100px)); }
    .featured-categories a:hover .content p {
      opacity: 1; }
    .featured-categories a:hover .content svg path {
      stroke: #fff; }

.popular-categories__row {
  display: flex;
  margin-left: -10px;
  margin-right: -10px; }
  @media (max-width: 1199.98px) {
    .popular-categories__row {
      overflow-x: auto;
      margin-right: -15px;
      padding-bottom: 15px; } }
.popular-categories__element {
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 calc(100% / 7);
  min-width: 180px; }
  .popular-categories__element a {
    display: block;
    background: #F1F1F1;
    text-align: center;
    height: 100%;
    padding: .75em;
    transition: .1s linear;
    color: #131520; }
    .popular-categories__element a:active, .popular-categories__element a:visited, .popular-categories__element a:focus {
      color: #131520;
      text-decoration: none; }
    .popular-categories__element a:hover {
      transform: scale(1.08); }
    .popular-categories__element a img {
      max-width: 100px;
      aspect-ratio: 1/1;
      object-fit: contain; }
    .popular-categories__element a p {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.5px;
      line-height: 1.2;
      margin-top: 5px; }

.featured-cases__swiper {
  padding-bottom: 150px;
  position: relative; }
.featured-cases .watermark {
  position: absolute;
  bottom: 100px;
  left: 50px; }
.featured-cases__nav {
  position: absolute;
  left: 0;
  right: 150px;
  bottom: 150px;
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 768.98px) {
    .featured-cases__nav {
      bottom: 30px;
      right: 0; } }
.featured-cases__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%; }
  @media (max-width: 768.98px) {
    .featured-cases__image {
      margin-right: -15px;
      margin-left: -15px;
      position: relative;
      height: 250px;
      margin-bottom: 30px; } }
  .featured-cases__image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    opacity: 0; }
    .featured-cases__image img.active {
      opacity: 1; }
.featured-cases__content {
  padding-top: 100px; }
  @media (min-width: 769px) {
    .featured-cases__content {
      padding: 200px 200px 150px; } }
  .featured-cases__content h2 {
    margin-top: 0; }
  .featured-cases__content .case-logo {
    display: block;
    max-width: 100px;
    opacity: .5;
    position: absolute;
    transform: translateY(-100%);
    margin-top: -50px;
    filter: brightness(0) invert(1); }
  .featured-cases__content .btn {
    margin-top: 30px; }

.business h2 {
  text-align: center;
  margin-bottom: 60px; }
.business .business__inner {
  display: block; }
  @media (max-width: 991.98px) {
    .business .business__inner {
      margin-bottom: 30px; } }
  .business .business__inner .img-wrap {
    position: relative;
    height: 480px;
    width: 100%;
    transition: .3s; }
    @media (max-width: 991.98px) {
      .business .business__inner .img-wrap {
        aspect-ratio: 4/3;
        height: auto; } }
    .business .business__inner .img-wrap img {
      display: block;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .business .business__inner .title {
    display: flex;
    align-items: flex-start;
    margin-top: 35px;
    margin-bottom: 15px; }
    @media (max-width: 991.98px) {
      .business .business__inner .title {
        margin-top: 30px; } }
    .business .business__inner .title h3 {
      margin: 0; }
    .business .business__inner .title svg {
      flex-grow: 0;
      flex-shrink: 0;
      margin-left: 15px;
      margin-top: -4px;
      display: block; }
      @media (max-width: 991.98px) {
        .business .business__inner .title svg {
          width: 28px;
          height: auto; } }
  .business .business__inner p {
    margin: 0;
    color: rgba(19, 21, 32, 0.8);
    font-size: 16px; }
  @media (min-width: 769px) {
    .business .business__inner:hover .img-wrap {
      height: 430px; } }
.business .btn-row {
  margin-top: 40px;
  display: flex; }

.meeting {
  position: relative; }
  .meeting p {
    margin-bottom: 30px; }
  .meeting a:not(.btn) {
    display: flex;
    font-size: 30px;
    margin-bottom: 10px;
    align-items: center; }
    @media (max-width: 768.98px) {
      .meeting a:not(.btn) {
        font-size: 18px; } }
    .meeting a:not(.btn) svg {
      flex-shrink: 0;
      flex-grow: 0;
      margin-right: 20px; }
      @media (max-width: 991.98px) {
        .meeting a:not(.btn) svg {
          width: 32px;
          height: auto; } }
  .meeting .btn {
    margin-top: 30px; }
    @media (max-width: 991.98px) {
      .meeting .btn {
        margin-bottom: 30px; } }
  .meeting .meeting-proces {
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 991.98px) {
      .meeting .meeting-proces {
        margin-top: 30px; } }
    .meeting .meeting-proces__step {
      flex: 0 0 33.33%;
      padding-right: 60px;
      position: relative; }
      @media (max-width: 991.98px) {
        .meeting .meeting-proces__step {
          padding-right: 0; } }
      @media (max-width: 991.98px) {
        .meeting .meeting-proces__step {
          flex: 0 0 100%;
          display: flex; } }
      .meeting .meeting-proces__step::before {
        content: "";
        display: block;
        border: 1px dashed rgba(255, 255, 255, 0.3);
        position: absolute;
        left: 70px;
        right: 30px;
        top: 25px; }
        @media (max-width: 991.98px) {
          .meeting .meeting-proces__step::before {
            display: none; } }
      .meeting .meeting-proces__step:last-child::before {
        display: none; }
      .meeting .meeting-proces__step span {
        font-family: "Elza", "Inter", Helvetica, Arial;
        color: #fff;
        font-weight: 500;
        font-size: 36px; }
        @media (max-width: 991.98px) {
          .meeting .meeting-proces__step span {
            margin-right: 20px; } }
      .meeting .meeting-proces__step p {
        font-size: 20px;
        margin-top: 10px; }
  .meeting .watermark {
    position: absolute;
    right: 0;
    bottom: 20%; }

@media (min-width: 769px) {
  .textimg__img {
    padding: 0 30px; } }
@media (min-width: 769px) {
  .textimg__img--slim {
    padding: 0 90px; } }
.textimg__img img {
  width: 100%;
  display: block; }
  @media (max-width: 768.98px) {
    .textimg__img img {
      margin-top: 30px; } }
@media (min-width: 769px) {
  .textimg__content {
    padding-left: 30px; } }
@media (min-width: 769px) {
  .textimg__left {
    padding-left: 80px;
    padding-top: 100px; } }
@media (max-width: 991.98px) {
  .textimg__left {
    padding-top: 30px;
    padding-bottom: 30px; } }
@media (min-width: 769px) {
  .textimg__right {
    padding-left: 100px; } }
.textimg ul {
  padding: 0; }
  .textimg ul li {
    list-style: none;
    color: #131520;
    position: relative;
    padding-left: 0;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    margin-bottom: 8px; }
    .textimg ul li::before {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23CA1419' fill-opacity='0.08'/%3E%3Cpath d='M11.4023 15.0491L13.8023 17.4001L18.6023 12.6001' stroke='%23CA1419' stroke-width='2.2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
      width: 30px;
      height: 30px;
      margin-right: 10px; }
.textimg blockquote {
  margin: 40px 0;
  position: relative;
  padding-left: 50px; }
  .textimg blockquote::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='23' viewBox='0 0 33 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.29154 22.9167H9.16654L13.7499 13.75V0H-0.00012207V13.75H6.87488L2.29154 22.9167ZM20.6249 22.9167H27.4999L32.0832 13.75V0H18.3332V13.75H25.2082L20.6249 22.9167Z' fill='%23DA5A5E'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat; }
  .textimg blockquote p:not(:last-child) {
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
    color: #131520;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .textimg blockquote p:not(:last-child) {
        font-size: 20px; } }

.featured-blog h2 {
  text-align: center;
  margin-bottom: 60px; }
.featured-blog__single {
  display: block;
  position: relative;
  margin-bottom: 30px; }
  .featured-blog__single > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block; }
  .featured-blog__single .img-wrap {
    position: relative;
    height: 300px;
    width: 100%;
    transition: .3s;
    margin-bottom: 20px;
    overflow: hidden; }
    @media (max-width: 768.98px) {
      .featured-blog__single .img-wrap {
        height: 230px; } }
    .featured-blog__single .img-wrap img {
      display: block;
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: center center;
      transition: .3s; }
    .featured-blog__single .img-wrap span {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 15px 20px;
      transition: .2s ease-in-out;
      background: #fff;
      clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 20px); }
      .featured-blog__single .img-wrap span svg {
        display: block; }
  .featured-blog__single .meta {
    margin-bottom: 20px; }
    .featured-blog__single .meta a {
      color: #131520;
      border: 1px solid rgba(0, 0, 0, 0.1);
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 600;
      font-size: 12px;
      line-height: 1;
      padding: 8px 12px;
      color: #131520;
      z-index: 2;
      display: inline-block;
      position: relative;
      margin-right: 5px; }
      .featured-blog__single .meta a:active, .featured-blog__single .meta a:visited, .featured-blog__single .meta a:focus {
        color: #131520;
        text-decoration: none; }
  .featured-blog__single h3 {
    margin-bottom: 0; }
  .featured-blog__single p {
    font-size: 16px; }
  .featured-blog__single:hover .img-wrap img {
    width: 103%;
    height: 103%; }
.featured-blog .btn {
  margin-top: 60px; }

.logobanner {
  padding-top: 120px; }
  @media (max-width: 991.98px) {
    .logobanner {
      padding-top: 60px; } }
  .logobanner__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 575.98px) {
      .logobanner__wrap {
        flex-wrap: wrap;
        justify-content: space-evenly; } }
  .logobanner__single {
    max-width: 90px;
    width: 100%;
    position: relative;
    height: 50px; }
    @media (max-width: 575.98px) {
      .logobanner__single {
        flex: 0 0 21%;
        margin-bottom: 20px;
        max-width: none; } }
    .logobanner__single img {
      position: relative;
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
      filter: grayscale(1);
      opacity: .6; }
      @media (max-width: 575.98px) {
        .logobanner__single img {
          max-width: 55px; } }

.featured-product__images {
  position: relative; }
  .featured-product__images .swiper-slide {
    position: relative;
    height: 750px; }
    @media (max-width: 768.98px) {
      .featured-product__images .swiper-slide {
        height: auto;
        aspect-ratio: 3/4; } }
    .featured-product__images .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .featured-product__images .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    margin: 0; }
.featured-product__content {
  padding-top: 70px; }
  @media (min-width: 992px) {
    .featured-product__content {
      padding-right: 70px; } }
  .featured-product__content .intro {
    margin: 40px 0 50px; }
  .featured-product__content h2 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .featured-product__content .price {
    font-size: 30px;
    font-family: "Elza", "Inter", Helvetica, Arial;
    color: #131520;
    letter-spacing: -1px;
    font-weight: 500; }
.featured-product .swiper-pagination {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 1;
  display: flex; }
  .featured-product .swiper-pagination span {
    width: 10px;
    height: 10px;
    display: block;
    background: #fff;
    opacity: .3;
    border-radius: 50%;
    margin: 0 5px; }
    .featured-product .swiper-pagination span.swiper-pagination-bullet-active {
      opacity: 1; }

.testimonials__wrap {
  padding: 80px 100px;
  position: relative; }
  .testimonials__wrap .watermark {
    position: absolute;
    bottom: 0;
    right: 0; }
  @media (max-width: 768.98px) {
    .testimonials__wrap {
      padding: 40px;
      margin-top: 0;
      margin-bottom: 0; } }
.testimonials__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px; }
  .testimonials__top .overline {
    display: flex;
    align-items: center;
    margin: 0; }
    .testimonials__top .overline svg {
      margin-right: 30px;
      display: block; }
.testimonials__nav {
  display: flex; }
  @media (max-width: 768.98px) {
    .testimonials__nav {
      display: none; } }
.testimonials__quote {
  position: relative; }
  .testimonials__quote p {
    font-size: 24px;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 1.7;
    max-width: 840px; }
    @media (max-width: 768.98px) {
      .testimonials__quote p {
        font-size: 20px; } }
.testimonials__bottom {
  margin-top: 60px;
  display: flex;
  align-items: center; }
  @media (max-width: 768.98px) {
    .testimonials__bottom {
      margin-top: 30px; } }
.testimonials__img {
  width: 90px;
  height: 90px;
  flex: 0 0 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px; }
  .testimonials__img img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
.testimonials__content p {
  margin: 0; }
  @media (max-width: 768.98px) {
    .testimonials__content p {
      font-size: 14px; } }
  .testimonials__content p:first-child {
    font-size: 20px;
    font-weight: 500;
    color: #fff; }
    @media (max-width: 768.98px) {
      .testimonials__content p:first-child {
        font-size: 16px; } }
.testimonials .btn {
  margin-top: 0; }
.testimonials .swiper-slide {
  width: 100%; }

.video__wrap {
  margin-top: 60px; }
.video__embed {
  position: relative;
  overflow: hidden; }
  .video__embed img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .video__embed iframe {
    aspect-ratio: 16/9;
    width: 100%;
    display: block; }
  .video__embed .play {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .video__embed .play__btn {
      background: #fff;
      display: block;
      width: 90px;
      height: 90px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      pointer-events: none;
      padding-left: 5px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); }
      .video__embed .play__btn svg {
        width: 18px;
        height: 18px;
        display: block; }

.newsletter__img {
  position: relative;
  width: 100%;
  height: 100%; }
  .newsletter__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.newsletter__content {
  position: relative;
  padding: 80px;
  padding-right: 120px; }
  @media (max-width: 991.98px) {
    .newsletter__content {
      padding: 35px;
      padding-right: 35px; } }
  .newsletter__content .watermark {
    position: absolute;
    right: 0;
    top: 0; }
  .newsletter__content__input {
    padding-top: 30px; }
    .newsletter__content__input input {
      margin-bottom: 30px;
      border: 1px solid #fff;
      outline: none; }
      @media (max-width: 991.98px) {
        .newsletter__content__input input {
          margin-bottom: 15px; } }
    .newsletter__content__input select {
      border: 1px solid #fff; }
      @media (max-width: 991.98px) {
        .newsletter__content__input select {
          margin-bottom: 15px; } }
    .newsletter__content__input button {
      margin: 0;
      width: 100%;
      height: 60px; }
    .newsletter__content__input__accept {
      margin-top: 25px;
      font-size: 14px; }
      .newsletter__content__input__accept a {
        text-decoration: underline; }
      .newsletter__content__input__accept input {
        margin: 0; }

.grid a {
  display: block;
  color: rgba(19, 21, 32, 0.8);
  margin: 35px 0; }
  .grid a:active, .grid a:visited, .grid a:focus {
    color: rgba(19, 21, 32, 0.8);
    text-decoration: none; }
  .grid a .grid-img {
    aspect-ratio: 3/2;
    width: 100%;
    transition: .3s; }
    .grid a .grid-img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .grid a h3 {
    font-size: 24px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px; }
    .grid a h3 svg {
      width: 28px;
      height: 28px;
      margin-top: -3px;
      margin-left: 20px;
      flex-shrink: 0;
      flex-grow: 0; }
  .grid a p {
    font-size: 16px; }
  .grid a:hover .grid-img {
    aspect-ratio: 3/1.8; }

.global-cta .single-product__cta {
  margin-top: 0; }

.productslider {
  overflow: hidden; }
  .productslider__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px; }
    .productslider__header h2 {
      margin-bottom: 0;
      padding-bottom: 0; }
  .productslider .swiper-slide {
    height: auto; }
  .productslider .slider-wrap .swiper .products__item {
    height: calc(100% - 30px ); }
  .productslider .swiper {
    overflow: visible; }

.page-id-1957 #main {
  margin-bottom: 120px; }

.links.flex-links {
  padding: 30px 0;
  margin: 90px 0; }
.links__grid a {
  display: flex;
  background: #F6F6F6;
  font-size: 18px;
  font-weight: 500;
  color: #131520;
  margin-bottom: 15px;
  justify-content: space-between;
  transition: .1s; }
  .links__grid a:active, .links__grid a:visited, .links__grid a:focus {
    color: #131520;
    text-decoration: none; }
  .links__grid a:hover {
    background: #F1F1F1; }
.links__img {
  aspect-ratio: 3/2;
  overflow: hidden;
  flex: 0 0 150px; }
  .links__img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%; }
.links__content {
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  font-size: 20px; }
  .links__content span {
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #fff;
    background-color: #131520;
    display: inline-block;
    line-height: 1;
    padding: 8px 10px;
    margin: 0 0 5px 0;
    font-size: 10px; }
.links__cta {
  display: flex;
  align-items: center;
  font-size: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-right: 30px; }
  .links__cta svg {
    margin-left: 10px; }

.featured-cat__left {
  height: 100%;
  position: relative; }
  .featured-cat__left img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%; }
.featured-cat .overline {
  font-size: 14px; }
.featured-cat__topimg {
  position: relative; }
  .featured-cat__topimg img {
    object-fit: cover;
    display: block; }
.featured-cat__content {
  background-color: #fff;
  margin-left: -150px;
  padding: 3em 4em;
  padding-bottom: 0;
  clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 50px); }
  .featured-cat__content h2 {
    margin: .2em 0 .4em; }
.featured-cat--reversed .featured-cat__content {
  margin-left: unset;
  margin-right: -150px;
  clip-path: polygon(calc(100% - 50px) 0%, 100% 50px, 100% 100%, 100% 100%, 0% 100%, 0% 0%); }
@media (max-width: 768.98px) {
  .featured-cat .featured-cat__topimg {
    display: none; }
  .featured-cat .featured-cat__content {
    margin-left: 0;
    margin-right: 50px;
    margin-top: -80px;
    padding: 2em;
    padding-left: 0;
    clip-path: polygon(calc(100% - 30px) 0%, 100% 30px, 100% 100%, 100% 100%, 0% 100%, 0% 0%); } }
