@charset "UTF-8";
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
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;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, 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;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
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 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 Chrome and Safari.
*/
summary {
  display: list-item;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
::-moz-selection {
  color: black;
  background: #dff1ce;
}
::selection {
  color: black;
  background: #dff1ce;
}

body,
html {
  margin: 0;
  padding: 0;
  color: #000;
  width: 100%;
}

body {
  font-size: 100%;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  font-family: "neuzeit-grotesk", "Avenir", Arial, sans-serif;
  font-weight: 400;
}

figure img {
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: none;
}

a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

h1 {
  font-size: 30px;
  clear: both;
}

h2,
h3 {
  font-size: 22px;
}

p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  font-weight: 400;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul > li {
  margin: 0;
}

label {
  font-weight: bold;
}

.no-transition {
  transition: none !important;
}

.centered {
  text-align: center;
}

#header {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  background-color: #fff;
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.7);
}
#header a {
  text-decoration: none;
}

@media (min-width: 768px) {
  #header {
    position: fixed;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1000px) {
  #header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1700px) {
  #header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
body.mobile-nav-open #header {
  position: absolute;
  top: 0;
}

.nav-content ul li:not(.nav-logo):not(.nav-cart) {
  display: none;
}
@media (min-width: 768px) {
  .nav-content ul li:not(.nav-logo):not(.nav-cart) {
    display: block;
  }
}

.nav-toggle {
  display: none;
}

.nav-toggle-label {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  max-height: 100px;
  z-index: 999;
  left: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .nav-toggle-label {
    display: none;
  }
}
.nav-toggle-label .nav-mobile {
  position: relative;
  font-size: 0;
}
.nav-toggle-label .nav-mobile:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: url(../icons/hamburger.svg);
  height: 20px;
  width: 25px;
}

.nav-toggle:checked ~ .nav-content ul li {
  display: block;
}

.nav-toggle:checked ~ .nav-content ul li.nav-shop {
  display: inline-block;
}

.nav-toggle:checked ~ .nav-toggle-label .nav-mobile:after {
  content: url(../icons/close.svg);
}

#main-nav {
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 10;
  text-align: center;
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  #main-nav {
    padding-top: 0;
    box-shadow: none;
  }
}
#main-nav > ul li {
  font-size: 22px;
}
@media (min-width: 768px) {
  #main-nav > ul li {
    font-size: 16px;
  }
}
#main-nav > ul li.nav-cart {
  font-size: 16px;
  position: absolute;
  top: 27px;
  right: 20px;
}
@media (min-width: 768px) {
  #main-nav > ul li.nav-cart {
    top: 0;
    right: 0;
    position: relative;
  }
}
#main-nav > ul li.nav-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#main-nav > ul li.nav-logo > a {
  max-width: 240px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #main-nav > ul li.nav-logo > a {
    all: unset;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  #main-nav > ul li.nav-logo {
    position: relative;
    display: flex;
    align-content: center;
    z-index: 1;
  }
}
#main-nav > ul li.nav-logo a {
  display: flex;
  align-items: center;
  width: 160px;
  height: 100px;
}
@media (min-width: 768px) {
  #main-nav > ul li.nav-logo a {
    width: 320px;
    height: auto;
  }
}
@media (min-width: 1700px) {
  #main-nav > ul li.nav-logo a {
    width: 420px;
  }
}

.img-desktop-logo {
  display: block;
  height: auto;
  width: 100%;
}

.nav-content .part1 {
  margin-top: 100px;
}
.nav-content .part2 {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .nav-content .part2 {
    margin-right: 10px;
  }
}

#main-nav .link a {
  font-size: 112.5%;
  height: 45px;
}
#main-nav .link a.spiesstheme-shop {
  width: 100%;
  text-transform: uppercase;
  font-size: 1rem !important;
}

@media screen and (min-width: 768px) {
  .spiesstheme-shop {
    margin-left: 55px;
  }
}
@media (min-width: 768px) {
  .nav-content .part1 {
    margin-top: 0;
  }
  .nav-content .part2 {
    margin-bottom: 0;
  }
  body.scrolled #main-nav > ul ul li {
    align-items: flex-end;
    padding-bottom: 15px;
  }
  #main-nav {
    max-width: 1700px;
    position: static;
    margin: auto;
    box-shadow: none;
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  #main-nav {
    height: 180px;
  }
}

#main-nav > ul {
	display: grid;
	height: 100%;
	grid-template-columns: 1fr 240px 1fr;
}

@media screen and (min-width: 768px) {
  #main-nav > ul {
    grid-template-columns: 1fr 320px 1fr;
  }
}
@media (min-width: 768px) {
  #main-nav > ul li {
    display: flex;
  }
  #main-nav > ul li ul {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #main-nav > ul li.part1 .nav-about {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  #main-nav > ul li.part2 {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main-nav > ul li.part2 li:not(.nav-cart) {
    margin-right: 10px;
  }
  #main-nav > ul li.part2 li.spiesstheme-login {
    margin-right: 25px;
  }
}
@media (min-width: 768px) {
  #main-nav > ul li ul li {
    display: block;
    display: flex;
    height: 100%;
    position: relative;
    align-self: flex-start;
    align-items: center;
  }
  #main-nav > ul li ul li a {
    color: #000;
    text-transform: uppercase;
  }
  #main-nav > ul li ul li.current a:after {
    border-bottom: 0.1875em solid #74B435;
  }
}
@media (min-width: 768px) {
  #main-nav .link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #main-nav .link a:not(.spiesstheme-cart) span {
    display: none;
  }
}
@media (min-width: 768px) {
  #main-nav .link a.spiesstheme-wishlist i:after {
    left: 2px;
    content: url(../icons/pin.svg);
  }
}
@media (min-width: 768px) {
  #main-nav .link a.spiesstheme-login i:after {
    content: url(../icons/home.svg);
  }
}
#main-nav .link a {
  position: relative;
}
#main-nav .link a i {
  display: none;
  position: relative;
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 768px) {
  #main-nav .link a i {
    display: inline-block;
  }
}
#main-nav .link a i:after {
  position: absolute;
  left: 0;
  top: -4px;
}
#main-nav .link a.spiesstheme-cart i {
  display: inline-block;
}
#main-nav .link a.spiesstheme-cart i:after {
  content: url(../icons/cart_50_02.svg);
  top: -9px;
}

.count_animation .cart-contents-count {
  -webkit-animation: CartZoom 0.5s ease-out;
          animation: CartZoom 0.5s ease-out;
}

@-webkit-keyframes CartZoom {
  0% {
    opacity: 0;
    transform: scale(2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes CartZoom {
  0% {
    opacity: 0;
    transform: scale(2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.spiesstheme-cart span {
  position: absolute;
  background: #dd1a1b;
  border-radius: 12px;
  text-align: center;
  color: white;
  top: -8px;
  right: -6px;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  z-index: 1;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .spiesstheme-login {
    margin-right: 5px;
  }
}
.spiesstheme-login button {
  margin-top: -9px;
  background: #dd1a1b;
  color: white;
  border: none;
  border-radius: 6px;
  height: 45px;
  cursor: pointer;
  padding: 0 1rem;
  font-family: "neuzeit-grotesk", "Avenir", Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  body.scrolled #main-nav .nav-logo {
    transform: scale(0.75);
    transform-origin: bottom;
    transition: transform 0.25s ease-in;
  }
  body.scrolled #main-nav .nav-logo a {
    transform: translateY(-20px);
    align-items: flex-end;
  }
  body.scrolled #header {
    transition: 0.25s ease-in;
    transform: translateY(-100px);
  }
  body.scrolled #main-nav {
    -webkit-animation: fadeInFromNone 0.25s ease-out;
            animation: fadeInFromNone 0.25s ease-out;
  }
  @-webkit-keyframes fadeInFromNone {
    0% {
      opacity: 0;
    }
    85% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeInFromNone {
    0% {
      opacity: 0;
    }
    85% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
#footer {
  margin-bottom: 100px;
  margin-top: 70px;
  font-size: 18px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#wrap .header-picture {
  margin-left: -1em;
  margin-right: -1em;
}
#wrap .header-picture figure {
  width: 100%;
  height: auto;
  position: relative;
}
#wrap .header-picture figure img {
  width: 100%;
  height: auto;
}
#wrap .header-picture figure figcaption {
  font-weight: 700;
  font-size: 175%;
  line-height: 1.1;
  margin-left: 0.5714375em;
  margin-right: 0.5714375em;
  margin-top: 0.5em;
  text-transform: uppercase;
}

#cc-window {
  font-family: "neuzeit-grotesk", "Avenir", Arial, sans-serif;
  font-weight: 400;
  background: white;
  border-radius: 0;
}
#cc-window.cc-window .cc-compliance .cc-btn.cc-accept-all {
  background: #dd1a1b !important;
  border: none;
  text-decoration: none;
  color: white !important;
  font-weight: normal;
}
#cc-window.cc-window .cc-compliance .cc-btn.cc-accept-all:hover {
  background: shade(#dd1a1b, 20) !important;
}
#cc-window.cc-type-categories.cc-floating:not(.cc-theme-edgeless) .cc-compliance .cc-dismiss,
#cc-window.cc-type-categories.cc-floating:not(.cc-theme-edgeless) .cc-compliance .cc-save {
  margin-top: 0 !important;
  text-decoration: underline;
}

#main {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
#main > *:not(ul) {
  padding: 0 20px;
  max-width: 1700px;
}

.single-product-wrap {
  padding-top: 77px;
  max-width: 1000px !important;
  margin-left: auto;
  margin-right: auto;
}

.top-margin-header {
  margin-top: 100px;
}
@media screen and (min-width: 1000px) {
  .top-margin-header {
    margin-top: 180px;
  }
}

.user-section-top {
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  min-height: 147px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.user-section-top.content {
  width: auto;
  margin-left: initial;
}
.user-section-top p {
  font-size: 16px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .user-section-top {
    height: 227px;
  }
  .user-section-top p {
    font-size: 22px;
    padding: 0;
  }
}

.article-list {
  margin-left: -2.1875em;
  margin-right: -2.1875em;
  margin-bottom: 4.375em;
  margin-top: 4.375em;
}
.article-list:after, .article-list:before {
  content: " ";
  display: table;
  clear: both;
}
.article-list article {
  float: left;
  position: relative;
  box-sizing: border-box;
  padding-left: 2.1875em;
  padding-right: 2.1875em;
  width: 100%;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.article-list article figure {
  margin-bottom: 1.25em;
}
.article-list article h1 {
  font-size: 112.5%;
  line-height: 1.2;
  font-weight: 500;
}
.article-list article p:first-of-type {
  margin-top: 15px;
}
.article-list:after, .article-list:before {
  content: " ";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .article-list {
    margin-top: 6.25em;
    margin-bottom: 0;
  }
  .article-list article {
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-left: 2.1875em;
    padding-right: 2.1875em;
    width: 33.33333333%;
    margin-top: 0;
    margin-bottom: 6.25em;
  }
  .article-list article h1 {
    font-size: 137.5%;
    line-height: 1.4;
  }
}
.page-section.default {
  position: relative;
  min-height: 66vh;
}
.page-section.default > h1 {
  font-size: 137.5%;
  line-height: 1.4;
  font-weight: 500;
}
.page-section.default .content {
  position: relative;
}
.page-section.default .content .woocommerce:not(.tinv-wraper) {
  display: inline-block;
  width: 100%;
}
.page-section.default .content blockquote,
.page-section.default .content dl,
.page-section.default .content ol,
.page-section.default .content p,
.page-section.default .content ul {
  margin-bottom: 15px;
}
.page-section.default .content blockquote:last-child,
.page-section.default .content dl:last-child,
.page-section.default .content ol:last-child,
.page-section.default .content p:last-child,
.page-section.default .content ul:last-child {
  margin-bottom: 0;
}

.page-title {
  display: none;
}

aside,
#wrap,
.single-product .content-area,
.single-product #footer,
.archive #footer {
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1700px) {
  aside,
#wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
body.mobile-nav-open #wrap {
  position: fixed;
  width: 100%;
}

@media (min-width: 768px) {
  body.mobile-nav-open #wrap {
    position: static;
  }
}
#wrap > .content {
  min-height: 100%;
  box-sizing: border-box;
  padding-top: 4.375em;
}
#wrap > .content h1.p1 {
  margin-top: 15px;
  font-size: 112.5%;
  line-height: 1.2;
  font-weight: 500;
}

@media (min-width: 768px) {
  #wrap > .content {
    padding-top: 5.5em;
  }
  #wrap > .content h1.p1 {
    font-size: 190%;
    line-height: 1.2;
  }
}
@media (min-width: 1700px) {
  #wrap > .content {
    padding-top: 10em;
  }
}
#frontheader {
  overflow: hidden;
}
#frontheader .metaslider .slides img {
  max-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 80%;
     object-position: center 80%;
}

#frontheader ul.slides {
  max-height: 650px;
  overflow: hidden;
}

#front-gallery__wrapper > div {
  position: relative;
}
#front-gallery__wrapper .blocks-gallery-item {
  margin: 0;
}
#front-gallery__wrapper .blocks-gallery-item img {
  min-width: 100%;
  height: auto;
}
#front-gallery__wrapper .front-buttons {
  max-width: 1000px;
  margin: auto;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 35%;
}
#front-gallery__wrapper .front-buttons .wp-block-columns {
  flex-wrap: nowrap;
}
#front-gallery__wrapper .wp-block-columns {
  flex-wrap: nowrap;
}
#front-gallery__wrapper .blocks-gallery-grid {
  display: contents;
}
#front-gallery__wrapper .wp-block-image {
  margin: 4px;
}
#front-gallery__wrapper .wp-block-image figcaption {
  margin-top: 0;
  text-align: center;
  color: white;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #front-gallery__wrapper .wp-block-image figcaption {
    font-size: 22px;
  }
}

#wrap .intro-text {
  font-size: clamp(19px, 3.7vw, 30px);
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  #wrap .intro-text {
    margin-top: 80px;
    margin-bottom: 130px;
  }
}

#menu-frontpagemenu {
  margin-top: 27px;
  margin-bottom: 80px;
}
#menu-frontpagemenu li {
  display: inline-block;
}
#menu-frontpagemenu li a {
  position: relative;
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 500;
}
#menu-frontpagemenu li a::after {
  position: absolute;
  content: "|";
  right: -12px;
}
#menu-frontpagemenu li a:hover {
  border-bottom: 3px solid #74B435;
}
#menu-frontpagemenu li:last-of-type a::after {
  content: "";
}
#menu-frontpagemenu li:first-of-type a {
  margin-left: 0;
}
#menu-frontpagemenu li.aktion a {
  color: #dd1a1b;
}

.front-columns .wp-block-column {
  margin-bottom: 37px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.front-columns .wp-block-column.address {
  display: inline-block;
}
.front-columns .wp-block-column.address span {
  display: inline-block;
  width: 33px;
}
@media (min-width: 1700px) {
  .front-columns .wp-block-column:not(:first-child) {
    margin-left: 65px;
  }
}
.front-columns .center {
  text-align: center;
}

.woocommerce-store-notice.demo_store {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  background: #dd1a1b;
  font-size: clamp(16px, 3vw, 20px);
  color: black;
  right: 0;
  left: 0;
  padding: 1rem 2rem 1rem 1rem;
  z-index: 1001;
}
.woocommerce-store-notice.demo_store a {
  color: white;
}

.woocommerce .content-area,
.page-template-default:not(.home) .page-section,
.product-template-default .page-section {
  margin-top: 124px;
}
@media screen and (min-width: 1000px) {
  .woocommerce .content-area,
.page-template-default:not(.home) .page-section,
.product-template-default .page-section {
    padding-top: 86px;
  }
}

.woocommerce .content-area {
  position: relative;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 60vh;
}
@media screen and (min-width: 1000px) {
  .woocommerce .content-area {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.woocommerce del,
.woocommerce ins,
.price del,
.price ins {
  font-weight: bold;
  color: #dd1a1b;
}

.cc-revoke,
.woocommerce-error,
.woocommerce-NoticeGroup,
.woocommerce-NoticeGroup-checkout,
.woocommerce-message {
  display: none !important;
}

#cc-window.cc-floating {
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.3);
}

.ttt-pnwc-wrapper {
  overflow-y: initial;
}

.ttt-pnwc-overlay {
  background: transparent;
  display: block;
  left: initial;
  bottom: initial;
  top: 195px;
  right: 15px;
  min-width: 33%;
}

.ttt-pnwc-container {
  border-radius: 0;
  min-height: 150px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.3);
}

.ttt-pnwc-notice:after {
  background: transparent;
}

.ttt-pnwc-notice .button {
  background: #dd1a1b;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
  margin-left: 15px;
}

.ttt-pnwc-notice .button:hover {
  background: #dd1a1b !important;
}

button.ttt-pnwc-close {
  right: 0 !important;
  top: 0 !important;
  background: transparent;
}
button.ttt-pnwc-close:hover {
  background: transparent;
  transform: none;
}

.ttt-pnwc-message {
  line-height: 1.2;
  font-size: 16px;
}

.ttt-pnwc-header .ttt-pnwc-close:before {
  content: url("../icons/close.svg");
  font-size: 25px;
}

.ttt-pnwc-notice .ttt-pnwc-notice-icon.default-icon:before {
  height: 45px;
  width: 45px;
  position: absolute;
  left: -23px;
  top: 2px;
}

.ttt-pnwc-notice.info .ttt-pnwc-notice-icon.default-icon:before {
  content: url(../icons/processing.svg);
}

.ttt-pnwc-notice.success .ttt-pnwc-notice-icon.default-icon:before {
  content: url(../icons/success.svg);
}

.ttt-pnwc-notice.error .ttt-pnwc-notice-icon.default-icon:before {
  content: url(../icons/error.svg);
}

.col-price del {
  display: none;
}

.simplefavorite-button {
  color: #dd1a1b;
}

.woocommerce-products-header .simplefavorite-button {
  display: none;
}

.spiesstheme-shop,
button[name=tinvwl-add-to-cart],
[type=button]:not(.tinvwl-button),
[type=reset],
[type=submit],
.reset__button button,
.button-next,
.button-prev,
.checkout-button,
.single_add_to_cart_button,
.add_to_cart_button,
.wc-forward,
.tinvwl-button:not(.tinvwl_move_product_button),
.ttt-pnwc-notice .button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dd1a1b;
  color: white !important;
  min-height: 45px !important;
  min-width: 45px;
  border: 0;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 20px;
  float: right;
}
.spiesstheme-shop.loading,
button[name=tinvwl-add-to-cart].loading,
[type=button]:not(.tinvwl-button).loading,
[type=reset].loading,
[type=submit].loading,
.reset__button button.loading,
.button-next.loading,
.button-prev.loading,
.checkout-button.loading,
.single_add_to_cart_button.loading,
.add_to_cart_button.loading,
.wc-forward.loading,
.tinvwl-button:not(.tinvwl_move_product_button).loading,
.ttt-pnwc-notice .button.loading {
  background: shade(#dd1a1b, 20);
}
.spiesstheme-shop.loading::before,
button[name=tinvwl-add-to-cart].loading::before,
[type=button]:not(.tinvwl-button).loading::before,
[type=reset].loading::before,
[type=submit].loading::before,
.reset__button button.loading::before,
.button-next.loading::before,
.button-prev.loading::before,
.checkout-button.loading::before,
.single_add_to_cart_button.loading::before,
.add_to_cart_button.loading::before,
.wc-forward.loading::before,
.tinvwl-button:not(.tinvwl_move_product_button).loading::before,
.ttt-pnwc-notice .button.loading::before {
  display: none;
}
.spiesstheme-shop.loading::after,
button[name=tinvwl-add-to-cart].loading::after,
[type=button]:not(.tinvwl-button).loading::after,
[type=reset].loading::after,
[type=submit].loading::after,
.reset__button button.loading::after,
.button-next.loading::after,
.button-prev.loading::after,
.checkout-button.loading::after,
.single_add_to_cart_button.loading::after,
.add_to_cart_button.loading::after,
.wc-forward.loading::after,
.tinvwl-button:not(.tinvwl_move_product_button).loading::after,
.ttt-pnwc-notice .button.loading::after {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  background: 0 0;
  vertical-align: baseline !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e980";
  -webkit-animation: icon-spin 0.75s infinite linear;
  animation: icon-spin 0.75s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 1;
  margin-left: -10px;
  margin-top: -10px;
}
.spiesstheme-shop[disabled],
button[name=tinvwl-add-to-cart][disabled],
[type=button]:not(.tinvwl-button)[disabled],
[type=reset][disabled],
[type=submit][disabled],
.reset__button button[disabled],
.button-next[disabled],
.button-prev[disabled],
.checkout-button[disabled],
.single_add_to_cart_button[disabled],
.add_to_cart_button[disabled],
.wc-forward[disabled],
.tinvwl-button:not(.tinvwl_move_product_button)[disabled],
.ttt-pnwc-notice .button[disabled] {
  background: #CCCCCC;
  cursor: default;
}
.spiesstheme-shop:not([disabled]):not(.loading):not([name=tinvwl-remove]):not([value=manage_remove]):hover,
button[name=tinvwl-add-to-cart]:not([disabled]):not(.loading):not([name=tinvwl-remove]):not([value=manage_remove]):hover,
[type=button]:not(.tinvwl-button):not([disabled]):not(.loading):not([name=tinvwl-remove]):not([value=manage_remove]):hover,
[type=reset]:not([disabled]):not(.loading):not([name=tinvwl-remove]):not([value=manage_remove]):hover,
[type=submit]:not([disabled]):not(.loading):not([name=tinvwl-remove]):not([value=manage_remove]):hover,
.reset__button button:not([disabled]):not(.loading):not([name=tinvwl-remove]):not([value=manage_remove]):hover,
.button-next:not([disabled]):not(.loading):not([name=tinvwl-remove]):not([value=manage_remove]):hover,
.button-prev:not([disabled]):not(.loading):not([name=tinvwl-remove]):not([value=manage_remove]):hover,
.checkout-button:not([disabled]):not(.loading):not([name=tinvwl-remove]):not([value=manage_remove]):hover,
.single_add_to_cart_button:not([disabled]):not(.loading):not([name=tinvwl-remove]):not([value=manage_remove]):hover,
.add_to_cart_button:not([disabled]):not(.loading):not([name=tinvwl-remove]):not([value=manage_remove]):hover,
.wc-forward:not([disabled]):not(.loading):not([name=tinvwl-remove]):not([value=manage_remove]):hover,
.tinvwl-button:not(.tinvwl_move_product_button):not([disabled]):not(.loading):not([name=tinvwl-remove]):not([value=manage_remove]):hover,
.ttt-pnwc-notice .button:not([disabled]):not(.loading):not([name=tinvwl-remove]):not([value=manage_remove]):hover {
  background: shade(#dd1a1b, 20);
}

.single_add_to_cart_button,
.add_to_cart_button,
.spiesstheme-shop,
[type=button].green {
  background: black;
  color: white;
  float: left;
}
.single_add_to_cart_button:hover,
.add_to_cart_button:hover,
.spiesstheme-shop:hover,
[type=button].green:hover {
  background: #4d4d4d !important;
}

.single_add_to_cart_button,
.add_to_cart_button {
  width: 45px;
}

.button-next,
.button-prev,
.button_back,
.single_add_to_cart_button,
#main .wc-product-table .cart .single_add_to_cart_button,
a.add_to_cart_button,
.thwmscf-cart-url {
  width: 45px !important;
  height: 45px !important;
  font-size: 0 !important;
}
.button-next:before,
.button-prev:before,
.button_back:before,
.single_add_to_cart_button:before,
#main .wc-product-table .cart .single_add_to_cart_button:before,
a.add_to_cart_button:before,
.thwmscf-cart-url:before {
  position: absolute;
  content: url("../icons/cart_45_02.svg");
  left: 0;
  top: -2px;
}
.button-next.added:before,
.button-prev.added:before,
.button_back.added:before,
.single_add_to_cart_button.added:before,
#main .wc-product-table .cart .single_add_to_cart_button.added:before,
a.add_to_cart_button.added:before,
.thwmscf-cart-url.added:before {
  content: url("../icons/ok-computer_45.svg");
}
.button-next.added:hover:before,
.button-prev.added:hover:before,
.button_back.added:hover:before,
.single_add_to_cart_button.added:hover:before,
#main .wc-product-table .cart .single_add_to_cart_button.added:hover:before,
a.add_to_cart_button.added:hover:before,
.thwmscf-cart-url.added:hover:before {
  content: url("../icons/cart_45_02.svg");
}

.single_add_to_cart_button.added:before {
  display: none;
}

.button-next,
.button-prev {
  position: relative;
  max-width: 200px;
  background: #CCCCCC;
  color: black !important;
}
.button-next:hover,
.button-prev:hover {
  background: shade(#CCCCCC, 20) !important;
}
.button-next:disabled,
.button-prev:disabled {
  background: #E7E7E7;
  color: white !important;
  pointer-events: none;
  display: none;
}

.thwmscf-cart-url,
.checkout-button.wc-forward {
  max-width: 320px;
}

.logged-in .wc-proceed-to-checkout {
  display: flex;
  justify-content: flex-end;
  margin-top: -68px;
}

.button_back {
  top: 0;
  position: absolute;
  text-decoration: none;
  display: inline-block;
  font-size: 18px !important;
  padding-left: 25px;
}
.button_back.small {
  margin-top: 19px;
  margin-bottom: 0;
}
.button_back:before {
  top: 2px;
  content: url("../icons/left_45.svg");
}

.product-info {
  font-weight: normal;
  color: #767676;
}

body.wholesale .products .add-to-cart-button {
  grid-template-columns: 45px auto 45px;
  grid-template-areas: "a b c";
}
body.wholesale .products .add-to-cart-button .price-wrapper {
  justify-content: center;
}

.products {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, 290px);
  justify-content: center;
  grid-gap: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.products .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 28px;
  position: relative;
}
.products a {
  text-decoration: none;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}
.products a.added_to_cart {
  display: none;
}
.products h2 {
  line-height: 1.2;
  padding: 5px 0;
  font-size: 18px;
}
.products .quantity label {
  display: none;
}
.products .add-to-cart-button {
  display: grid;
  grid-template-columns: 70px auto 45px;
  width: 100%;
  grid-template-areas: "a b c";
}
.products .add-to-cart-button button {
  grid-area: c;
}
.products .add-to-cart-button .quantity {
  grid-area: a;
}
.products .add-to-cart-button .price-wrapper {
  grid-area: b;
}
.products .price-wrapper {
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #767676;
}

.woocommerce-products-header {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
@media screen and (min-width: 1000px) {
  .woocommerce-products-header {
    margin-bottom: 50px;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}
.woocommerce-products-header .berocket_element_above_products {
  display: grid;
  grid-template-rows: 1fr;
  width: 100%;
  grid-gap: 5px;
  margin-bottom: 5px;
}
.woocommerce-products-header .berocket_element_above_products .reset__button {
  display: flex;
}
@media screen and (min-width: 768px) {
  .woocommerce-products-header .berocket_element_above_products {
    display: flex;
    margin: 0;
    min-width: calc(100vw - 165px);
  }
  .woocommerce-products-header .berocket_element_above_products .reset__button {
    display: inherit;
  }
}
@media screen and (min-width: 1000px) {
  .woocommerce-products-header .berocket_element_above_products {
    min-width: 50vw;
  }
}
.woocommerce-products-header .berocket_single_filter_widget.berocket_inline_filters {
  display: contents;
  padding-right: 0 !important;
}
.woocommerce-products-header .on-sale {
  display: flex;
  align-items: center;
  height: 45px;
  color: #dd1a1b;
}
.woocommerce-products-header .on-sale input[type=checkbox]::before, .woocommerce-products-header .on-sale input[type=radio]::before {
  top: -24px;
}

.bapf_head,
.on-sale ul li:nth-child(2) {
  display: none;
}

.dataTables_wrapper {
  position: initial !important;
}

.dataTables_wrapper .wc-product-table-controls > div {
  margin: 0;
}

.dataTables_wrapper .wc-product-table-controls.wc-product-table-below {
  margin-top: 20px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.product__view-search {
  display: flex;
}

.view__switcher {
  display: flex;
}
.view__switcher span {
  position: relative;
  width: 45px;
  height: 45px;
  display: block;
}
.view__switcher span:before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
}
.view__switcher span.liste:before {
  content: url("../icons/liste-norm.svg");
}
.view__switcher span.liste.active:before {
  content: url("../icons/liste-active.svg");
}
.view__switcher span.kachel:before {
  content: url("../icons/kachel-norm.svg");
}
.view__switcher span.kachel.active:before {
  content: url("../icons/kachel-active.svg");
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #CCCCCC;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #CCCCCC;
}

input::placeholder,
textarea::placeholder {
  color: #CCCCCC;
}

.bapf_sfilter {
  margin-bottom: 0;
}
.bapf_sfilter.bapf_slct {
  position: relative;
}
.bapf_sfilter.bapf_slct:after {
  position: absolute;
  content: url("../icons/dropdown_45.svg");
  top: 0;
  left: calc(100% - 45px);
  height: 45px;
  width: 45px;
  pointer-events: none;
}
.bapf_sfilter.bapf_slct select {
  border: 2px solid #E7E7E7;
  height: 45px;
  background: white;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: inherit;
  font-weight: bold;
  padding: 0 30px 0 5px;
  margin-right: 0px;
}
@media screen and (min-width: 1000px) {
  .bapf_sfilter.bapf_slct select {
    padding: 0 45px 0 10px;
  }
}

.variations td.value {
  padding: 0;
  position: relative;
  border: 2px solid #E7E7E7;
}
.variations td.value:after {
  position: absolute;
  content: url("../icons/dropdown_45.svg");
  top: -2px;
  right: 0;
  height: 100%;
  width: 45px;
  pointer-events: none;
}

.variations select {
  border: 0;
  width: 100%;
  height: 41px;
  background: white;
  color: #dd1a1b;
  padding: 5px 17px 5px 10px;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.thwcfd-field-textarea label {
  display: none;
}

.woocommerce-input-wrapper textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  border: 2px solid #E7E7E7;
}

#datepicker,
.woocommerce-billing-fields input,
.wc-product-table .cart .quantity:not(.buttons_added) .qty,
input.qty {
  width: 70px;
  height: 45px !important;
  max-height: inherit;
  max-width: inherit !important;
  border: 2px solid #E7E7E7;
  text-align: left;
  padding: 0 0 0 10px !important;
  font-weight: bold;
  margin: 0;
}
#datepicker:focus,
.woocommerce-billing-fields input:focus,
.wc-product-table .cart .quantity:not(.buttons_added) .qty:focus,
input.qty:focus {
  border-color: black;
  outline: 0;
}

#datepicker {
  width: 100%;
  text-align: left;
  padding-left: 10px;
  color: black;
}

#wpfBlock_4.wpfFilterWrapper .wpfCheckboxHier::after {
  display: none;
}

ul.woocommerce-shipping-methods li {
  margin-left: -11px;
}
ul.woocommerce-shipping-methods li input[type=radio] {
  position: absolute;
  visibility: hidden;
  cursor: pointer;
}
ul.woocommerce-shipping-methods li label {
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
  padding-left: 45px;
  cursor: pointer;
  font-size: 18px;
}
ul.woocommerce-shipping-methods li label::before {
  position: absolute;
  content: url("../icons/checkbox.svg");
  top: -5px;
  left: 0;
  height: 45px;
  width: 45px;
}
ul.woocommerce-shipping-methods li label[for=shipping_method_0_free_shipping6]::before {
  content: url("../icons/checkbox-active.svg");
}
ul.woocommerce-shipping-methods li input[type=radio]:checked + label {
  color: black;
}
ul.woocommerce-shipping-methods li input[type=radio]:checked + label::before {
  content: url("../icons/checkbox-active.svg");
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 0;
  padding-left: 50px;
}

@media screen and (min-width: 768px) {
  body.scrolled .dgwt-wcas-search-wrapp {
    top: 120px;
  }
}
.dgwt-wcas-suggestions-wrapp {
  width: 260px !important;
}

.dgwt-wcas-meta,
.js-dgwt-wcas-suggestion-more {
  display: none;
}

.dgwt-wcas-search-wrapp {
  max-width: initial !important;
  display: flex;
  min-width: 45px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  background: #E7E7E7;
  width: 45px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .dgwt-wcas-search-wrapp {
    position: absolute;
    z-index: 1;
    margin-bottom: 0;
    top: calc(50% - 22.5px);
  }
}
.dgwt-wcas-search-wrapp::before {
  pointer-events: none;
  position: absolute;
  content: url("../icons/search-big.svg");
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
  border-radius: 4px;
  background: #E7E7E7;
  z-index: 2;
}
.dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input {
  position: relative;
  width: 45px;
  height: 45px;
  border: 0;
  font-size: 16px;
}
.dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:not(:-moz-placeholder-shown) {
  position: absolute;
  z-index: 1;
  width: 100%;
  border-radius: 4px;
  background: #E7E7E7;
  box-shadow: none;
  -moz-transition: none;
  transition: none;
}
.dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:not(:-ms-input-placeholder) {
  position: absolute;
  z-index: 1;
  width: 100%;
  border-radius: 4px;
  background: #E7E7E7;
  box-shadow: none;
  -ms-transition: none;
  transition: none;
}
.dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:not(:placeholder-shown), .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:focus {
  position: absolute;
  z-index: 1;
  width: 100%;
  border-radius: 4px;
  background: #E7E7E7;
  box-shadow: none;
  transition: none;
}
@media screen and (min-width: 768px) {
  .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:not(:-moz-placeholder-shown) {
    width: 230px;
  }
  .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:not(:-ms-input-placeholder) {
    width: 230px;
  }
  .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:not(:placeholder-shown), .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:focus {
    width: 230px;
  }
}
@media screen and (min-width: 1000px) {
  .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:not(:-moz-placeholder-shown) {
    width: 260px;
  }
  .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:not(:-ms-input-placeholder) {
    width: 260px;
  }
  .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:not(:placeholder-shown), .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:focus {
    width: 260px;
  }
}
@media screen and (min-width: 1700px) {
  .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:not(:-moz-placeholder-shown) {
    width: 300px;
  }
  .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:not(:-ms-input-placeholder) {
    width: 300px;
  }
  .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:not(:placeholder-shown), .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:focus {
    width: 300px;
  }
}
.dgwt-wcas-search-wrapp [type=search]::-webkit-search-cancel-button,
.dgwt-wcas-search-wrapp [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-preloader {
  position: absolute;
  left: 215px;
  top: 22.5px;
  z-index: 2;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-preloader svg circle {
  stroke: #CCCCCC;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-preloader svg path {
  fill: black;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier {
  display: none;
}

.woocommerce .wc-product-table-controls input[type=search] {
  margin: 0;
  padding: 0;
  height: 45px !important;
  width: 100% !important;
  max-width: 514px;
  background-color: #FFF !important;
  border: 2px solid #E7E7E7 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1000px) {
  .woocommerce .wc-product-table-controls input[type=search] {
    position: absolute;
    width: 256px !important;
    left: -6px;
    top: 95px;
  }
}
.woocommerce .wc-product-table-controls + ::first-line {
  color: red;
}

.woocommerce .wc-product-table td {
  vertical-align: middle;
}
@media screen and (min-width: 724px) {
  .woocommerce .wc-product-table td {
    height: 90px;
  }
}
.woocommerce table.dataTable td.dataTables_empty {
  height: 60px;
}

.subnav--wrapper {
  display: flex;
  align-content: baseline;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.subnav--wrapper > * + * {
  margin-left: 10px;
}
@media screen and (min-width: 1700px) {
  .subnav--wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
  }
}
.subnav--wrapper .woocommerce-pagination {
  margin-top: 9px;
}
.subnav--wrapper .woocommerce-pagination ul {
  justify-content: flex-end;
}
.subnav--wrapper .woocommerce-result-count {
  font-size: 16px;
  line-height: 40px;
  width: 100%;
  text-align: center;
}

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

.variations_form.cart,
.products .product-type-simple .cart {
  width: 100%;
}

.variations .label,
.button.product_type_variable {
  display: none;
}

.single_variation_wrap {
  display: flex;
  flex-direction: column-reverse;
}

.woocommerce-result-count {
  width: 50%;
  float: left;
}

.woocommerce-pagination {
  margin-top: 20px;
}
.woocommerce-pagination ul {
  display: flex;
  gap: 2px;
  justify-content: center;
}
.woocommerce-pagination ul li > * {
  border-radius: 4px;
  min-width: 1.5em;
  padding: 5px 12px;
  text-align: center;
}
.woocommerce-pagination ul li .current {
  background: #E7E7E7;
}
.woocommerce-pagination ul li a {
  text-decoration: none;
}
.woocommerce-pagination ul li a:hover {
  background: #dd1a1b;
  color: white;
}

.theme-fleischhandel-chur .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 4px;
  border: none;
}
.theme-fleischhandel-chur .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .theme-fleischhandel-chur .dataTables_wrapper .dataTables_paginate .paginate_button.focus, .theme-fleischhandel-chur .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: #dd1a1b;
  border: none;
  color: white !important;
  box-shadow: none;
}
.theme-fleischhandel-chur .dataTables_wrapper .dataTables_paginate .paginate_button.current, .theme-fleischhandel-chur .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #E7E7E7;
  cursor: inherit;
  border: none;
}
.theme-fleischhandel-chur .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  display: none;
}

.woocommerce .wc-product-table-wrapper {
  margin-top: 0;
}

.attachment-woocommerce_thumbnail,
.woocommerce-placeholder {
  width: 100%;
  height: auto;
}

.woocommerce-product-gallery--without-images figure {
  height: 100%;
}
.woocommerce-product-gallery--without-images figure img {
  min-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.dataTables_wrapper .wc-product-table .multi-cart {
  padding-right: 0;
}
.dataTables_wrapper .wc-product-table td.col-add-to-cart {
  text-align: left;
}
.dataTables_wrapper .wc-product-table .fhchur__summary {
  position: relative;
}
.dataTables_wrapper .wc-product-table .fhchur--bestelleh {
  position: absolute;
  left: 80px;
  top: 13px;
}

.woocommerce .wc-product-table .cart .single_add_to_cart_button + a.added_to_cart,
.wc-product-table .wc-pao-addon .wc-pao-addon-name,
.wc-product-table .quantity label {
  display: none !important;
}

.wc-product-table .multi-cart .multi-cart-check {
  position: relative !important;
  width: 15px;
  padding-left: 15px;
}

div.wc-product-table-wrapper .wc-forward,
div.wc-product-table-wrapper .added_to_cart {
  position: absolute;
  top: 0;
  right: calc(100% + 2px);
  background: #dd1a1b;
  width: 210px;
  padding-left: 45px;
  text-align: left;
  line-height: 2.5;
  color: white !important;
}
div.wc-product-table-wrapper .wc-forward:after,
div.wc-product-table-wrapper .added_to_cart:after {
  display: none;
}

.dataTables_wrapper table.dataTable thead th,
.dataTables_wrapper table.dataTable thead td {
  border-color: #E7E7E7;
}
.dataTables_wrapper table.dataTable thead th {
  padding: 15px 10px 5px 20px;
  background-position-x: left;
  background-position-y: 15px;
}
.dataTables_wrapper table.dataTable thead th.sorting_disabled {
  padding-left: 10px;
  text-align: left;
}

.wc-product-table [data-slug=publik],
.weisse-arena .wc-product-table [data-slug=spital-chur],
.spital-chur .wc-product-table [data-slug=weisse-arena] {
  display: none;
}

.wc-product-table {
  border-collapse: collapse !important;
}
.wc-product-table .fhchur--summe,
.wc-product-table .fhchur__suwrap {
  display: none;
}
.wc-product-table th {
  text-transform: uppercase;
  font-size: 14px;
}
.wc-product-table .add-to-cart-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.wc-product-table form.cart {
  display: grid;
  width: 100%;
  grid-gap: 10px;
}
@media screen and (min-width: 550px) {
  .wc-product-table form.cart {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 549px) {
  .wc-product-table .col-add-to-cart {
    display: flex;
    flex-direction: column;
  }
}
.wc-product-table tr {
  border-bottom: 1px solid #E7E7E7;
  position: relative;
  transform: scale(1);
}
.wc-product-table a {
  text-decoration: none;
}
.wc-product-table form.cart .add-to-cart-button {
  position: relative;
  display: grid;
  grid-template-columns: 135px 50px;
  grid-template-areas: "a b";
  gap: 10px;
  height: 45px;
}
.wc-product-table .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0;
  margin-right: -10px;
}
.wc-product-table .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button span {
  border-bottom: 1px black solid;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-right: -6px;
}
.wc-product-table .tinv-wraper {
  grid-area: b;
  padding-left: 5px;
  margin-left: 50px;
}
.wc-product-table td.col-cats,
.wc-product-table td.col-categories {
  min-width: 180px;
}
.wc-product-table td.col-name {
  font-weight: bold;
  min-width: 180px;
}
.wc-product-table td.col-add-to-cart {
  overflow: visible;
}
.wc-product-table td.col-pa_fakturaeinheit,
.wc-product-table td.col-regular_price,
.wc-product-table td.col-price,
.wc-product-table td.col-weight {
  white-space: nowrap;
  padding: 0;
  padding-right: 10px;
}
.wc-product-table td.col-regular_price,
.wc-product-table td.col-price {
  text-align: right;
  padding-right: 0;
}
.wc-product-table .col-weight .dtr-data > span {
  display: none;
}
.wc-product-table td.col-weight {
  color: #CCCCCC;
}
.wc-product-table td.col-image {
  line-height: 0;
  height: 90px;
  background: #EFEFEF;
  background-clip: border-box;
  max-width: 90px;
  min-width: 90px;
  background-clip: content-box;
  display: block;
}
@media screen and (min-width: 724px) {
  .wc-product-table td.col-pa_bestelleinheit {
    position: absolute;
    right: 100px;
    top: 33px;
    width: 45px;
    display: block !important;
  }
}
.wc-product-table .addons-inline form .wc-pao-addon {
  margin: 0;
  margin-right: 12px;
  width: 100%;
}
.wc-product-table .addons-inline form .wc-pao-addon .form-row {
  width: 100%;
}
.wc-product-table .addons-inline form .wc-pao-addon textarea {
  border: 2px solid #E7E7E7;
  font-size: 1rem !important;
  padding: 0.5rem;
  display: block;
  height: 45px;
  min-height: 45px;
  width: 100%;
  min-width: 200px;
  resize: vertical;
  padding-right: 30px;
  line-height: 25px;
}
.wc-product-table .addons-inline form .wc-pao-addon textarea:focus, .wc-product-table .addons-inline form .wc-pao-addon textarea :active {
  outline: none;
  border-color: black;
}
.wc-product-table form .button.added {
  background: shade(#dd1a1b, 20);
}
.wc-product-table form .button.added::after {
  position: absolute;
  content: url("../icons/ok-computer_45.svg");
  left: 0;
  top: -2px;
}
.wc-product-table form .button.added:hover::after {
  content: url("../icons/cart_45_02.svg");
}

table.wc-product-table.dtr-inline.collapsed > tbody > tr > td.dtr-control::before {
  top: calc(50% - 0.5em) !important;
  color: black !important;
}

.wc-product-table-controls.wc-product-table-above {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: initial;
  margin-bottom: 0;
}
.wc-product-table-controls.wc-product-table-above .dataTables_paginate {
  align-self: flex-end;
}
.wc-product-table-controls.wc-product-table-above .dataTables_info {
  margin-top: 10px;
  text-align: center;
}
.wc-product-table-controls.wc-product-table-above .dataTables_filter {
  color: white;
}
.wc-product-table-controls.wc-product-table-above .dataTables_filter label {
  position: relative;
  display: grid;
  line-height: 0;
  color: transparent;
  margin-top: 10px;
}
.wc-product-table-controls.wc-product-table-above .dataTables_length {
  display: none;
}
@media screen and (min-width: 1000px) {
  .wc-product-table-controls.wc-product-table-above {
    display: grid;
    padding-left: 253px;
    grid-template-columns: 2fr 0 1fr 2fr;
    grid-template-areas: "a b c d";
    padding-bottom: 17px;
  }
  .wc-product-table-controls.wc-product-table-above .dataTables_info,
.wc-product-table-controls.wc-product-table-above .dataTables_paginate {
    align-self: inherit;
  }
  .wc-product-table-controls.wc-product-table-above .dataTables_info {
    display: initial;
    text-align: center;
    margin-left: -253px;
  }
  .wc-product-table-controls.wc-product-table-above .dataTables_filter label {
    font-size: 0;
    position: inherit;
  }
  .wc-product-table-controls.wc-product-table-above .dataTables_filter label input {
    font-size: 16px !important;
  }
  .wc-product-table-controls.wc-product-table-above .dataTables_length {
    display: inherit;
  }
}

.dataTables_wrapper .wc-product-table-controls .dataTables_length .select2-container,
.dataTables_wrapper .wc-product-table-controls .dataTables_length select {
  border: 2px solid #E7E7E7 !important;
  border-radius: 0;
  height: 45px !important;
  width: 60px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.dataTables_wrapper .wc-product-table-controls .select2-container .select2-selection--single {
  height: 45px !important;
  border: 0;
  background: transparent;
}

.dataTables_wrapper .wc-product-table-controls .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: black;
}

.wc-product-table-controls .select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}

table.wc-product-table.dtr-inline.collapsed > tbody > tr[role=row] > td.dtr-control::before {
  color: black !important;
  top: 50% !important;
  margin-top: -7px !important;
}

.dataTables_wrapper .wc-product-table-wrapper .blockUI.blockOverlay::before {
  top: 83px;
}

table.dataTable.no-footer {
  border: none !important;
}

.theme-fleischhandel-chur table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 0;
  padding: 0;
  min-height: 28px;
}

.wc-product-table tr.child li.col-pa_bestelleinheit {
  font-size: 0;
}
.wc-product-table tr.child li.col-pa_bestelleinheit a {
  font-size: initial;
  padding-left: 3px;
}

.logged-in:not(.wholesale) .single-product-wrap .product .fhchur__summary {
  grid-template-columns: 70px 1fr 1fr 1fr 45px 45px;
  grid-template-areas: "q e d s w b";
}

.wholesale .tinv-wraper {
  display: none;
}

.single-product-wrap .product {
  display: grid;
  grid-gap: 60px;
  position: relative;
  max-width: 470px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .single-product-wrap .product {
    grid-template-columns: 1fr 1fr;
    max-width: initial;
  }
}
@media (min-width: 1000px) {
  .single-product-wrap .product > div:nth-of-type(2) > div {
    max-width: 480px;
  }
}
.single-product-wrap .product figure {
  text-align: right;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  line-height: 0;
}
.single-product-wrap .product .fhchur__summary {
  display: grid;
  grid-template-columns: 70px 1fr 1fr 1fr 45px;
  gap: 0px 0px;
  grid-template-areas: "q d w s b";
  align-items: center;
}
.single-product-wrap .product .fhchur__summary .tinv-wraper {
  grid-area: w;
  text-align: right;
}
.single-product-wrap .product .fhchur__summary .tinvwl_add_to_wishlist-text {
  display: none;
}
.single-product-wrap .product .fhchur__summary .fhchur--bestelleh {
  padding-left: 10px;
}
.single-product-wrap .product .fhchur__summary button {
  grid-area: b;
  justify-self: flex-end;
}
.single-product-wrap .product .fhchur__summary .fhchur--summe {
  grid-area: s;
  text-align: center;
}
.single-product-wrap .product .fhchur__summary .fhchur__suwrap {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.single-product-wrap .product .fhchur__summary .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  margin-top: 0;
}
.single-product-wrap .product .summary {
  position: relative;
}
.single-product-wrap .product .simplefavorite-button {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 22px;
  cursor: pointer;
}
.single-product-wrap .product .wc-pao-addon {
  margin-top: 20px;
}
.single-product-wrap .product .product_title {
  margin-bottom: 5px;
}
.single-product-wrap .product .product_meta {
  display: flex;
  flex-direction: column;
}
.single-product-wrap .product .product_meta > span {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 26px;
}
.single-product-wrap .product .product_meta > span > span {
  font-size: 16px;
}
.single-product-wrap .product .product_meta > span > * {
  font-weight: normal;
  text-transform: initial;
  position: absolute;
  left: 170px;
}
.single-product-wrap .product .product_meta > span:first-of-type {
  min-width: 170px;
}
.single-product-wrap .product .product_meta strong {
  text-transform: uppercase;
  font-size: 14px;
}
.single-product-wrap .product .quantity label,
.single-product-wrap .product .reset_variations,
.single-product-wrap .product td.label {
  display: none !important;
}
.single-product-wrap .product .woocommerce-variation-add-to-cart {
  clear: both;
  padding-top: 10px;
}
.single-product-wrap .product input.qty {
  padding-left: 0;
}
.single-product-wrap .product .entry-summary > p {
  margin: 35px 0;
}
.single-product-wrap .product .shop_attributes {
  border-spacing: 0;
}
.single-product-wrap .product .shop_attributes th {
  min-width: 170px;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
}
.single-product-wrap .product p.price,
.single-product-wrap .product .woocommerce-product-attributes-item__value p {
  font-size: 100%;
}
.single-product-wrap .product .woocommerce-product-attributes-item__value a {
  text-decoration: none;
  pointer-events: none;
}
.single-product-wrap .product .variations_form.cart {
  margin-top: 47px;
}
.single-product-wrap .product .wc-pao-addon-container > label {
  font-weight: bold;
  text-transform: uppercase;
  min-width: 170px;
  font-size: 14px;
}
.single-product-wrap .product .wc-pao-addon-container .form-row-wide, .single-product-wrap .product .wc-pao-addon-container textarea {
  width: 100%;
}
.single-product-wrap .product .wc-pao-addon-container textarea {
  border: 2px solid #E7E7E7;
  padding: 0.5rem;
  height: 86px;
  resize: vertical;
  font-size: 1rem;
  max-width: 100%;
}
.single-product-wrap .product #product-addons-total {
  display: none;
}

.woocommerce-cart-form__cart-item.cart_item .attachment-woocommerce_thumbnail {
  height: 90px;
  width: auto;
}
@media screen and (min-width: 1700px) {
  .woocommerce-cart-form__cart-item.cart_item .attachment-woocommerce_thumbnail {
    height: 100px;
  }
}
.woocommerce-cart-form__cart-item.cart_item thead {
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce-cart-form__cart-item.cart_item tr {
  vertical-align: top;
}
.woocommerce-cart-form__cart-item.cart_item th,
.woocommerce-cart-form__cart-item.cart_item td {
  padding: 8px 5px;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart-form__cart-item.cart_item th,
.woocommerce-cart-form__cart-item.cart_item td {
    padding: 8px 10px;
  }
}
.woocommerce-cart-form__cart-item.cart_item th.product-sku, .woocommerce-cart-form__cart-item.cart_item th.product-name,
.woocommerce-cart-form__cart-item.cart_item td.product-sku,
.woocommerce-cart-form__cart-item.cart_item td.product-name {
  text-align: left;
}
.woocommerce-cart-form__cart-item.cart_item th.product-remove, .woocommerce-cart-form__cart-item.cart_item th.product-thumbnail,
.woocommerce-cart-form__cart-item.cart_item td.product-remove,
.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
  text-align: center;
}
.woocommerce-cart-form__cart-item.cart_item th.product-remove,
.woocommerce-cart-form__cart-item.cart_item td.product-remove {
  width: 45px;
}
.woocommerce-cart-form__cart-item.cart_item th.product-custom-meta,
.woocommerce-cart-form__cart-item.cart_item td.product-custom-meta {
  color: #CCCCCC;
}
.woocommerce-cart-form__cart-item.cart_item th .product-qty-wrapper,
.woocommerce-cart-form__cart-item.cart_item td .product-qty-wrapper {
  display: flex;
  align-items: center;
}
.woocommerce-cart-form__cart-item.cart_item th .product-qty-wrapper span,
.woocommerce-cart-form__cart-item.cart_item td .product-qty-wrapper span {
  padding-left: 10px;
  min-width: 70px;
  text-align: left;
}

.shop_table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.shop_table .item__legend,
.shop_table thead {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #E7E7E7;
}
.shop_table .item__legend .product-thumbnail,
.shop_table thead .product-thumbnail {
  height: 10px;
}
.shop_table .product-total {
  text-align: right;
}
.shop_table .shipping th {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .shop_table .product-sku, .shop_table:not(.woocommerce-checkout-review-order-table) .product-price {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .shop_table .product-thumbnail {
    display: none;
  }
}
.shop_table tbody tr:not(.cart_item):not(.order):not(.order_item):last-of-type {
  border: none;
}
.shop_table tbody tr {
  border-bottom: 1px solid #E7E7E7;
}
.shop_table td {
  vertical-align: middle;
}
.shop_table tr > td:last-of-type .tinv-wishlist a.button {
  min-width: 320px;
}
.shop_table th.product-subtotal {
  text-align: right;
}
.shop_table th.product-name {
  text-align: left;
}
.shop_table input.qty {
  width: 70px;
}
.shop_table .product-name a {
  text-decoration: none;
  font-weight: 600;
}
.shop_table .product-thumbnail,
.shop_table .wp-post-image {
  height: 90px;
  width: 90px;
  line-height: 0;
}
.shop_table .variation {
  display: flex;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .shop_table .variation {
    flex-direction: column;
    align-items: flex-start;
  }
}
.shop_table .variation p {
  font-size: 1rem;
  line-height: 1.2;
}
.shop_table .variation dd {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .shop_table .variation dd {
    margin-left: 10px;
  }
}
.shop_table .product-remove a {
  position: relative;
  width: 45px;
  height: 45px;
  font-size: 0;
}
.shop_table .product-remove a:before {
  content: url("../icons/delete.svg");
  height: 45px;
  width: 45px;
}
.shop_table .tinvwl-cart-add-to-cart {
  padding: 0;
  padding-right: 30px;
  float: right;
}
.shop_table td.actions > * {
  display: inline-block;
  margin: 20px 10px 0 0;
}
.shop_table td.actions > .button {
  margin-right: 0;
}
.shop_table .woocommerce-shipping-methods {
  float: right;
}
.shop_table .woocommerce-shipping-methods li {
  display: flex;
}
.shop_table .woocommerce-shipping-methods li input {
  margin: 0 10px;
}
.shop_table .woocommerce-shipping-destination {
  display: none;
}
.shop_table .product-quantity label {
  display: none;
}
.shop_table .tinvwl_cart_to_wishlist_button {
  position: relative;
  border-bottom: 1px black solid;
}
.shop_table .tinvwl_cart_to_wishlist_button img {
  display: none !important;
}
.shop_table .tinvwl_cart_to_wishlist_button:after {
  position: absolute;
  content: url("../icons/pin.svg");
  top: -8px;
  left: calc(100% - 5px);
  height: 45px;
  width: 45px;
}
.shop_table .tinvwl_all_cart_to_wishlist_button {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.shop_table td.product-subtotal {
  text-align: right;
}

.cart-collaterals {
  float: right;
  max-width: 500px;
}
.cart-collaterals .shop_table {
  text-align: left;
  font-weight: 400 !important;
}
.cart-collaterals h2 {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E7E7E7;
}
.cart-collaterals td {
  height: inherit;
  padding: 0 10px;
}
.cart-collaterals tr {
  border: none;
}

.woocommerce-MyAccount-content mark {
  background: transparent;
}
.woocommerce-MyAccount-content p {
  font-weight: bold;
}

.woocommerce-order-details__title {
  display: none;
}

.woocommerce-order-details .product-quantity {
  width: 45px;
  text-align: right;
}
.woocommerce-order-details .product-name {
  padding-left: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .woocommerce-order-details .product-info,
.woocommerce-order-details .product-price,
.woocommerce-order-details .product-notiz {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .woocommerce-order-details .product-notiz {
    display: none;
  }
}
.woocommerce-order-details table.summary {
  padding-top: 20px;
  float: right;
  text-align: right;
}
.woocommerce-order-details table.summary th, .woocommerce-order-details table.summary td {
  vertical-align: top;
  font-weight: normal;
  max-width: 42ch;
}
.woocommerce-order-details table.summary + .date--notes {
  padding-top: 40px;
  float: left;
  text-align: left;
  width: auto;
}
.woocommerce-order-details table.summary + .date--notes th, .woocommerce-order-details table.summary + .date--notes td {
  font-weight: bold;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .validate-email.form-row {
  display: none;
}

.woocommerce-checkout-review-order-table td {
  vertical-align: middle;
}
.woocommerce-checkout-review-order-table .product-bestelleh {
  color: #CCCCCC;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout-review-order-table .product-bestelleh,
.woocommerce-checkout-review-order-table .product-price {
    font-size: 0;
  }
}
.woocommerce-checkout-review-order-table .variation {
  display: none;
}
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .tax-total td,
.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}

input.input-text:not(.qty) {
  color: black;
  width: 100%;
  height: 45px;
  border: 2px solid #E7E7E7;
  padding-left: 10px;
}

input.input-text[readonly=readonly] {
  border-color: transparent;
}

.my-radio-class > span {
  display: grid;
  grid-template-columns: 45px 1fr;
}
.my-radio-class > span label {
  height: 45px;
  display: flex;
  align-items: center;
}
.my-radio-class > span input::before {
  top: -3px;
}

#ui-datepicker-div {
  background: #dd1a1b;
  color: white;
  width: 360px;
  font-size: 18px;
  text-align: center;
  cursor: default;
}
#ui-datepicker-div a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-prev {
  float: left;
  padding: 10px 0 10px 10px;
}
#ui-datepicker-div .ui-datepicker-next {
  float: right;
  padding: 10px 10px 10px 0;
}
#ui-datepicker-div .ui-datepicker-title {
  font-weight: 500;
  padding: 10px 0;
}
#ui-datepicker-div table {
  width: 100%;
}
#ui-datepicker-div .ui-state-disabled {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#ui-datepicker-div .ui-datepicker-today,
#ui-datepicker-div .ui-state-highlight {
  color: #dd1a1b;
  background: white;
}

table.wc-product-table .wc-pao-addon input[type=email],
table.wc-product-table .wc-pao-addon input[type=number],
table.wc-product-table .wc-pao-addon input[type=text] {
  height: 45px !important;
  min-width: 145px;
}

.wc-pao-addon-notizen p {
  position: relative;
}
.wc-pao-addon-notizen p::before {
  pointer-events: none;
  position: absolute;
  content: url("../icons/note.svg");
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
}

.wc-pao-addon-datum {
  position: relative;
}
.wc-pao-addon-datum::before {
  pointer-events: none;
  position: absolute;
  content: url("../icons/calendar.svg");
  right: 0;
  bottom: 0;
  height: 45px;
  width: 45px;
}

#thwmscf-tab-panels {
  position: relative;
  margin-bottom: 50px;
  padding: 0;
}
#thwmscf-tab-panels .woocommerce-checkout {
  display: flex;
  flex-flow: column-reverse;
}

.thwmscf-buttons {
  display: flex;
}
.thwmscf-buttons > * {
  margin-right: 20px;
}

.checkout_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 200px;
  margin-top: 50px;
  margin-bottom: 32px;
}
.checkout_header p {
  font-size: 22px;
  text-align: center;
}

.logged-in .woocommerce-checkout .col-1 {
  display: none;
}

.woocommerce-checkout-payment button {
  margin-top: 25px;
}
.woocommerce-checkout-payment p.form-row {
  margin-top: 25px;
}

.woocommerce-billing-fields label {
  width: calc(33.336% - 5px);
  display: inline-block;
}
.woocommerce-billing-fields .woocommerce-input-wrapper,
.woocommerce-billing-fields input {
  width: calc(66.667% - 5px);
  display: inline-block;
  color: black;
  text-align: left;
  padding: 0 10px;
}
.woocommerce-billing-fields .thwcfd-field-country {
  display: none;
}

.abholung_content {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: calc(33.334% - 5px) calc(66.667% - 5px);
}

#thwmscf_wrapper ul.thwmscf-tabs {
  margin-bottom: 0;
}
#thwmscf_wrapper ul.thwmscf-tabs li {
  margin-right: 0;
  margin-bottom: 0;
}
#thwmscf_wrapper ul.thwmscf-tabs li a {
  position: relative;
  padding: 0;
  padding-right: 20px;
  pointer-events: none;
}
#thwmscf_wrapper ul.thwmscf-tabs li a:after {
  position: absolute;
  right: 5px;
  top: 0;
  color: #CCCCCC;
  content: ">";
}
#thwmscf_wrapper ul.thwmscf-tabs li:last-of-type a:after {
  content: "";
}
#thwmscf_wrapper .payment_box.payment_method_cod {
  display: none !important;
}
#thwmscf_wrapper .wc_payment_method.payment_method_cod {
  text-align: right;
}

.woocommerce-shipping-totals,
#order_review_heading {
  display: none;
}

#order_review .product-name {
  text-align: left;
  font-weight: bold;
}

#order_review .order-total {
  border-top: solid 2px #CCCCCC;
  border-bottom: solid 2px #CCCCCC;
}
#order_review .order-total .wc_payment_methods {
  padding-bottom: 40px;
}

.woocommerce-NoticeGroup-checkout {
  color: #dd1a1b;
  margin-top: -15px;
  right: 0;
  left: 0;
  font-size: 16px;
  position: absolute;
  background: white;
}

.woocommerce-invalid input {
  border-color: #dd1a1b !important;
}
.woocommerce-invalid #checkout_checkbox {
  outline: 2px solid red;
  outline-offset: 2px;
}

.woocommerce-order-overview__payment-method {
  display: none;
}

.after__shopping {
  display: flex;
  gap: 10px;
  width: 100%;
  padding-top: 20px;
  justify-content: flex-end;
}

.woocommerce-additional-fields__field-wrapper label,
.woocommerce-checkout-payment .wc_payment_methods,
.woocommerce-billing-fields > h3,
#billing_country_field,
#billing_state_field {
  display: none !important;
}

.woocommerce-terms-and-conditions-wrapper {
  margin: 50px 0;
}

.spiesstheme-login-tasks {
  display: flex;
  align-content: baseline;
  justify-content: space-between;
  font-size: 18px;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.spiesstheme-login-tasks label {
  font-weight: normal;
}
.spiesstheme-login-tasks .button {
  width: 180px;
}

input[type=checkbox] {
  transform: scale(1.5);
}

.bapf_body li input,
.woocommerce-form__label-for-checkbox input {
  margin-right: 10px !important;
  margin-left: 5px;
}

.bapf_body li input {
  margin-left: 10px;
}

input[type=radio] {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-left: 35px;
  cursor: pointer;
}
input[type=radio] + span {
  cursor: pointer;
}
input[type=radio]:before {
  position: absolute;
  height: 45px;
  width: 45px;
  left: -40px;
  content: url("../icons/checkbox.svg");
  top: -30px;
}
input[type=radio]:checked:before {
  content: url("../icons/checkbox-active.svg");
}

.woocommerce-EditAccountForm,
.woocommerce-MyAccount-content,
.woocommerce-form-login {
  width: 100%;
}
.woocommerce-EditAccountForm > form,
.woocommerce-MyAccount-content > form,
.woocommerce-form-login > form {
  width: 100%;
}
.woocommerce-EditAccountForm > .woocommerce-form-row,
.woocommerce-EditAccountForm .form-row,
.woocommerce-MyAccount-content > .woocommerce-form-row,
.woocommerce-MyAccount-content .form-row,
.woocommerce-form-login > .woocommerce-form-row,
.woocommerce-form-login .form-row {
  display: flex;
  align-items: baseline;
  width: 100%;
}
.woocommerce-EditAccountForm > .woocommerce-form-row > *:first-child,
.woocommerce-EditAccountForm .form-row > *:first-child,
.woocommerce-MyAccount-content > .woocommerce-form-row > *:first-child,
.woocommerce-MyAccount-content .form-row > *:first-child,
.woocommerce-form-login > .woocommerce-form-row > *:first-child,
.woocommerce-form-login .form-row > *:first-child {
  flex-basis: 33.3333333333%;
}
.woocommerce-EditAccountForm > .woocommerce-form-row > *:nth-child(2),
.woocommerce-EditAccountForm .form-row > *:nth-child(2),
.woocommerce-MyAccount-content > .woocommerce-form-row > *:nth-child(2),
.woocommerce-MyAccount-content .form-row > *:nth-child(2),
.woocommerce-form-login > .woocommerce-form-row > *:nth-child(2),
.woocommerce-form-login .form-row > *:nth-child(2) {
  flex-basis: 66.6666666667%;
}
.woocommerce-EditAccountForm fieldset,
.woocommerce-MyAccount-content fieldset,
.woocommerce-form-login fieldset {
  padding: 0;
  margin: 75px 0 50px;
  border: none;
}
.woocommerce-EditAccountForm fieldset legend,
.woocommerce-MyAccount-content fieldset legend,
.woocommerce-form-login fieldset legend {
  display: none;
}

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 50px;
}

.account_kundennr {
  margin-bottom: 15px;
}
.account_kundennr .label-first {
  display: inline-block;
  width: 33.3333333333%;
}
.account_kundennr .label-first + span {
  padding-left: 10px;
  font-weight: normal;
}

.login-title {
  text-align: center;
  padding: 15px;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 50px;
}
.woocommerce-MyAccount-navigation ul > li {
  display: inline-block;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .woocommerce-MyAccount-navigation ul > li {
    padding: 15px 0;
  }
}
.woocommerce-MyAccount-navigation ul > li.is-active a {
  border-bottom: solid 3px black;
}
.woocommerce-MyAccount-navigation ul > li a {
  text-decoration: none;
  font-size: 18px;
  margin-right: 10px;
}
@media screen and (min-width: 550px) {
  .woocommerce-MyAccount-navigation ul > li a {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce-MyAccount-navigation ul > li a {
    margin-right: 30px;
  }
}

#billing_address_2_field,
#account_display_name + span {
  display: none !important;
}

label[for=account_first_name] .required,
label[for=account_last_name] .required {
  display: none;
}

.woocommerce-MyAccount-orders thead {
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
}
.woocommerce-MyAccount-orders tbody tr {
  height: 60px;
}
.woocommerce-MyAccount-orders tr {
  border-bottom: 1px solid #E7E7E7;
}
.woocommerce-MyAccount-orders.shop_table {
  text-align: left;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-status {
  font-weight: bold;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a {
  text-decoration: none;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a {
  margin-right: 20px;
  font-weight: bold;
}

.b2b-cart {
  position: relative;
}
.b2b-cart .result {
  position: absolute;
  right: 0;
  top: -50px;
}

.flex-table {
  display: flex;
  flex-direction: column;
}
.flex-table .row {
  position: relative;
  display: flex;
  width: 100%;
  margin: 6px 0;
  align-items: center;
}
.flex-table .row.form__header {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .flex-table .row:not(:first-of-type) {
    min-height: 90px;
  }
}
.flex-table .row:not(.form__header):not(.item__legend):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  border-bottom: 1px solid #E7E7E7;
}
.flex-table .form__header {
  position: relative;
  padding: 0 5px;
  background: #EFEFEF;
  cursor: pointer;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  height: 95px;
  transition: background-color 100ms ease;
}
.flex-table .form__header:hover {
  background: #e5e5e5;
}
@media screen and (min-width: 768px) {
  .flex-table .form__header {
    padding-left: 15px;
    flex-direction: row;
    height: 55px;
    align-items: center;
  }
}
.flex-table .form__header h2 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  padding-left: 45px;
  white-space: nowrap;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .flex-table .form__header h2 {
    min-height: auto;
    padding-left: 30px;
    margin-top: 0;
  }
}
.flex-table .form__header div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
}
.flex-table .form__header div.header--title {
  max-width: 310px;
}
.flex-table .item__legend {
  height: 23px;
  min-height: initial;
  margin: 0;
}
.flex-table .noline {
  border-bottom: 0;
}
.flex-table .order_comments {
  max-width: calc(100% - 175px);
  width: 45px;
  min-height: 41px;
  padding: 0 5px;
  text-overflow: ellipsis;
  border: none;
  border-radius: 4px;
  background-color: white;
  background-image: url(../icons/note.svg);
  background-repeat: no-repeat;
  background-position: 2px -2px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .flex-table .order_comments {
    margin-right: 5px;
    margin-left: auto;
  }
}
.flex-table .order_comments::-moz-placeholder {
  color: transparent;
  text-overflow: ellipsis;
}
.flex-table .order_comments:-ms-input-placeholder {
  color: transparent;
  text-overflow: ellipsis;
}
.flex-table .order_comments::placeholder {
  color: transparent;
  text-overflow: ellipsis;
}
.flex-table .order_comments:not(:-moz-placeholder-shown) {
  width: 100%;
  padding-left: 45px;
}
.flex-table .order_comments:not(:-ms-input-placeholder) {
  width: 100%;
  padding-left: 45px;
}
.flex-table .order_comments:not(:placeholder-shown) {
  width: 100%;
  padding-left: 45px;
}
.flex-table .order_comments:focus-within {
  width: 100%;
  background-color: white;
  cursor: text;
  padding-left: 45px;
}
.flex-table .order_comments:focus-within::-moz-placeholder {
  color: #CCC;
}
.flex-table .order_comments:focus-within:-ms-input-placeholder {
  color: #CCC;
}
.flex-table .order_comments:focus-within::placeholder {
  color: #CCC;
}
.flex-table .order__btn {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .flex-table .order__btn {
    margin-left: 0;
  }
}
.flex-table .product-show {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 30px;
}
@media screen and (min-width: 1000px) {
  .flex-table .product-show {
    width: 135px;
  }
}
.flex-table .product-show input {
  margin-left: 5px;
}
.flex-table .product-show label {
  padding-left: 10px;
  display: none;
}
@media screen and (min-width: 768px) {
  .flex-table .product-show label {
    display: flex;
  }
}
.flex-table .product-show input, .flex-table .product-show label {
  cursor: pointer;
}
.flex-table .product-remove,
.flex-table .product-remove a {
  width: 30px;
}
@media screen and (min-width: 1000px) {
  .flex-table .product-remove,
.flex-table .product-remove a {
    width: 40px;
  }
}
.flex-table .product-thumbnail {
  line-height: 0;
  width: 90px;
}
.flex-table .product-sku {
  width: 75px;
  padding: 0 5px 0 10px;
}
@media screen and (min-width: 768px) {
  .flex-table .product-name {
    min-width: 210px;
  }
}
.flex-table .product-cat {
  min-width: 145px;
  overflow: hidden;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "…";
  display: none;
}
.flex-table .product-cat span[data-slug] {
  color: #767676;
}
@media screen and (min-width: 1000px) {
  .flex-table .product-cat {
    display: inline;
  }
}
.flex-table .product-preiseinheit {
  margin: 5px;
  display: none;
}
@media screen and (min-width: 768px) {
  .flex-table .product-preiseinheit {
    display: inline;
    min-width: 112px;
  }
}
.flex-table .product-quantity {
  margin: 0 5px;
  margin-left: auto;
  width: 69px;
}
@media screen and (min-width: 768px) {
  .flex-table .product-quantity {
    width: 125px;
  }
}
.flex-table .product-quantity .bestelleh {
  padding-left: 5px;
}
.flex-table .bestelleh {
  display: none;
}
@media screen and (min-width: 768px) {
  .flex-table .bestelleh {
    display: inline;
  }
}
.flex-table .product-qty-wrapper {
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.flex-table .product-date {
  width: 134px;
}
.flex-table .product-date input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
@media screen and (min-width: 768px) {
  .flex-table .product-date {
    width: 154px;
  }
  .flex-table .product-date input[type=date]::-webkit-calendar-picker-indicator {
    display: initial;
  }
}

.form__header::after {
  position: absolute;
  content: url("../icons/plus.svg");
  height: 45px;
  width: 45px;
  left: 0;
  opacity: 0.25;
}

.form__header:hover::after {
  opacity: 1;
}

.acc__content {
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  line-height: 1.45;
  box-sizing: border-box;
  transform-origin: top;
  transform: scale(1, 0);
  transition: transform ease 125ms;
}
.acc__content .acc--header {
  display: none;
}
@media screen and (min-width: 768px) {
  .acc__content .acc--header {
    display: flex;
  }
}

input[name=acc]:checked ~ .acc__content {
  height: auto;
  transform: scale(1, 1);
  padding: 8px 0 36px;
}

input[name=acc]:checked ~ label .form__header::after {
  content: url("../icons/minus.svg");
}

input[name=acc] {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.processing-anim {
  z-index: 1000;
  border: medium none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: -20px;
  left: 0px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  opacity: 0.572443;
  position: absolute;
}
.processing-anim::before {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  background: 0 0;
  vertical-align: baseline !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e980";
  -webkit-animation: icon-spin 0.75s infinite linear;
  animation: icon-spin 0.75s infinite linear;
  position: absolute;
  top: 103px;
  left: 50%;
  height: 30px;
  width: 30px;
  font-size: 30px;
  line-height: 1;
  margin-left: -15px;
  margin-top: -15px;
}


.text-cart {
	display: none;
}

@media screen and (min-width: 768px) {
	.text-cart {
		display: block;
	}
}