.attribute-label {
  font-size: 14px;
}

.woocommerce textarea,
.woocommerce input.input-text,
.woocommerce input.input-checkbox {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: auto;
  font-size: 15px;
  line-height: 1.25em;
  padding: 13px 11px;
  color: #333333;
  background: none;
}
.woocommerce textarea:focus, .woocommerce textarea:focus-visible,
.woocommerce input.input-text:focus,
.woocommerce input.input-text:focus-visible,
.woocommerce input.input-checkbox:focus,
.woocommerce input.input-checkbox:focus-visible {
  border-width: 1px;
  border-color: #197bbd;
  outline: 1px solid #197bbd;
}
.woocommerce a.button.alt,
.woocommerce button.button {
  display: inline-block;
  background-color: #212121;
  color: #FFFFFF;
  height: auto;
  width: auto;
  padding: 14px 30px;
  line-height: 1.25em;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover {
  color: #FFFFFF;
  background: #423f3f;
}
.woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button:disabled[disabled]:hover {
  padding: 14px 30px;
  color: #FFFFFF;
  background: #423f3f;
}
.woocommerce span.onsale {
  display: none;
}
.woocommerce .accordion.accordion-single-product .accordion-button:not(.collapsed) {
  background-color: white;
}
.woocommerce .accordion.accordion-single-product .accordion-item {
  border-top: 1px solid #B6B6B6;
  border-bottom: 1px solid #B6B6B6;
}
.woocommerce .accordion.accordion-single-product .accordion-button {
  box-shadow: none !important;
  font-weight: 600;
}
.woocommerce .accordion.accordion-single-product .accordion-item:last-child {
  border-bottom: 1px solid #B6B6B6;
}
.woocommerce .select2-container .select2-selection--single {
  height: auto;
  border: 1px solid #d9d9d9;
  text-align: left;
}
.woocommerce .select2-container .select2-selection__rendered {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2em;
  padding: 13px 11px;
  padding-right: 40px;
}
.woocommerce .select2-container .select2-selection__arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 20px;
  border-left: 1px rgba(179, 179, 179, 0.5) solid;
}
.woocommerce .select2-container .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-top: -1px;
}
.woocommerce .select2-container .select2-selection__placeholder {
  color: #757575;
}
.woocommerce-page.columns-3 ul.products,
.woocommerce.columns-3 ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.woocommerce-page.columns-3 ul.products:after, .woocommerce-page.columns-3 ul.products:before,
.woocommerce.columns-3 ul.products:after,
.woocommerce.columns-3 ul.products:before {
  display: none;
}
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
  flex: 1 0 calc(33.33% - 20px);
  margin: 0 0 30px;
  border: 0;
}
.woocommerce-page.columns-3 ul.products li.product .woocommerce-loop-product__title,
.woocommerce.columns-3 ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}
.woocommerce-page.columns-3 ul.products li.product .woocommerce-loop-product__title br,
.woocommerce.columns-3 ul.products li.product .woocommerce-loop-product__title br {
  display: none;
}
.woocommerce-page.columns-3 ul.products li.product .price,
.woocommerce.columns-3 ul.products li.product .price {
  font-size: 16px;
  font-weight: 700;
}

.woocommerce-shop article.page .entry-content {
  padding-top: 50px;
}
.woocommerce-shop .woocommerce-ordering {
  display: inline-block;
  border: 1px solid #d0cfcf;
  padding-right: 10px;
  display: none;
}
.woocommerce-shop .woocommerce-ordering select {
  padding: 10px 20px;
  color: #423f3f;
  background: #FFFFFF;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 15px;
  border: none;
}
.woocommerce-shop .woocommerce-ordering select:focus, .woocommerce-shop .woocommerce-ordering select:focus-visible {
  outline: none;
}
.woocommerce-shop .woocommerce-ordering select:before, .woocommerce-shop .woocommerce-ordering select:after {
  transform: scale(1.2);
  margin-right: 10px;
}
.woocommerce-shop ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.woocommerce-shop ul.products:before, .woocommerce-shop ul.products:after {
  display: none;
}
.woocommerce-shop ul.products li.product {
  position: relative;
  float: none !important;
  flex: 0 0 33%;
  margin: 20px 0 !important;
  padding: 0 10px;
}
.woocommerce-shop ul.products li.product a img {
  margin: 0 0 5px;
}
.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
  font-size: 15px;
  color: #423f3f;
  font-weight: 500;
}
.woocommerce-shop ul.products li.product .price {
  font-size: 13px;
  color: #423f3f;
  font-weight: 700;
}
.woocommerce-shop ul.products li.product .button {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  margin: 10px;
  background-color: #FFFFFF;
  color: #212121;
  border: 1px solid #212121;
  padding: 13px 30px;
  line-height: 1.25em;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, transform 0.3s;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(-3px);
}
.woocommerce-shop ul.products li.product .button:hover {
  background: #212121;
  color: #FFFFFF;
}
.woocommerce-shop ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce-shop ul.products li.product:hover .price {
  opacity: 0;
}
.woocommerce-shop ul.products li.product:hover .button {
  opacity: 1;
  transform: translateY(0);
}
.woocommerce-shop ul.products li.product .added_to_cart {
  display: none;
}
.woocommerce-shop ul.products li.product .onsale {
  display: none;
}

.request-a-quote {
  display: flex;
  align-items: center;
  position: relative;
}

.quote-icon {
  font-size: 18px;
  margin-right: 5px;
}

.quote-count {
  background-color: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  padding: 4px 7px;
  margin-left: 5px;
}

.woocommerce.single-product .entry-header {
  display: none;
}
.woocommerce.single-product .entry-title {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
}
.woocommerce.single-product .entry-content {
  margin: 0;
}
.woocommerce.single-product .single-product .product {
  padding: 0px 20px 0px 0px;
  background-color: #fff;
}
.woocommerce.single-product .single-product .product .summary.entry-summary * {
  font-family: "Inter", sans-serif;
}
.woocommerce.single-product .woocommerce-select-attributes-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
}
.woocommerce.single-product .woocommerce-select-attributes-group .woocommerce-select-attribute-item {
  background-color: transparent;
  display: flex;
  border: 1px solid #AEAEAF;
  align-items: center;
  padding: 8px 0px;
  min-width: 90px;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: 0.3s;
  font-size: 11px;
  border-radius: 5px;
}
.woocommerce.single-product .woocommerce-select-attributes-group .woocommerce-select-attribute-item.selected,
.woocommerce.single-product .woocommerce-select-attributes-group .woocommerce-select-attribute-item:hover {
  background-color: #FFFFFF;
  border: 2px solid #874A3B;
  color: #874A3B;
}
.woocommerce.single-product .product-detail-column {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.woocommerce.single-product .product-detail-gallery {
  width: calc(100% - 500px - 50px);
}
.woocommerce.single-product .product-detail-gallery-mobile {
  display: none;
  width: 100%;
  position: relative;
}
.woocommerce.single-product .product-detail-gallery-mobile .product-swiper-slider {
  height: 350px;
  margin-bottom: 20px;
}
.woocommerce.single-product .product-detail-gallery-mobile .product-swiper-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.woocommerce.single-product .product-detail-gallery-mobile .product-swiper-slider .swiper-scrollbar {
  background-color: #ddd;
  width: 70%;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  right: 80px;
  margin: 0 auto;
  height: 5px;
}
.woocommerce.single-product .product-detail-gallery-mobile .product-swiper-slider .navigation-wrapper {
  z-index: 2;
  gap: 20px;
  position: absolute;
  display: flex;
  flex-direction: row;
  right: 90px;
  bottom: 10px;
}
.woocommerce.single-product .product-detail-gallery-mobile .product-swiper-slider .navigation-wrapper img {
  cursor: pointer;
  width: 20px;
  height: auto;
  transition: transform 0.2s;
}
.woocommerce.single-product .product-detail-gallery-mobile .product-swiper-slider .navigation-wrapper img:hover {
  transform: scale(1.1);
}
.woocommerce.single-product .dec-mobile {
  display: none;
}
.woocommerce.single-product .product-detail-summary {
  position: -webkit-sticky;
  /* For Safari support */
  position: sticky;
  top: 20px;
  /* Adjust this value as per the space you want from the top of the viewport */
  width: 700px;
  height: 100%;
}
.woocommerce.single-product .product-detail-title h2 {
  font-weight: 400;
  font-family: "Neue Haas Display Medium", sans-serif;
  font-size: 25px;
  line-height: 1em;
  /* Adjusted line height to increase vertical space */
}
.woocommerce.single-product .product-detail-title h2 span {
  display: block;
  font-size: 14px;
}
.woocommerce.single-product .product-detail-title .sub-title {
  display: none;
}
.woocommerce.single-product .product-detail-title .sub-title p {
  font-size: 16px;
}
.woocommerce.single-product .product-detail-bottom,
.woocommerce.single-product .pdc-close {
  display: none;
}
.woocommerce.single-product .product-detail-price-content > .price:first-child {
  display: none;
}
.woocommerce.single-product div.product:after {
  content: "";
  clear: both;
  display: table;
}
.woocommerce.single-product div.product .woocommerce-product-gallery {
  float: none;
  width: 100%;
}
.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-nav {
  display: none;
}
.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}
.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  flex: 1 1 50%;
  cursor: pointer;
}
.woocommerce.single-product div.product .woocommerce-product-gallery .zoomImg {
  opacity: 0 !important;
}
.woocommerce.single-product div.product .summary {
  float: none;
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
}
.woocommerce.single-product div.product .summary .price {
  text-align: right;
  font-size: 19px;
  color: #808080;
  font-weight: 500;
  margin: 0;
  position: relative;
}
.woocommerce.single-product div.product .summary .price:before {
  content: "Ab";
  display: inline-block;
  float: left;
}
.woocommerce.single-product div.product .summary .price:after {
  content: "6% bei Vorauskasse";
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: rgb(66, 63, 63);
}
.woocommerce.single-product div.product .product-detail-price-content {
  margin-top: 10px;
}
.woocommerce.single-product div.product .product-detail-price-content .cart label {
  font: weight 500 !important;
}
.woocommerce.single-product div.product .variations,
.woocommerce.single-product div.product .mi-option-table {
  table-layout: fixed;
  border-bottom: 3px solid #fff;
  margin-bottom: 45px;
}
.woocommerce.single-product div.product .variations tr:last-child select,
.woocommerce.single-product div.product .mi-option-table tr:last-child select {
  margin-bottom: 25px;
}
.woocommerce.single-product div.product .variations label,
.woocommerce.single-product div.product .mi-option-table label {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.woocommerce.single-product div.product .variations ul,
.woocommerce.single-product div.product .mi-option-table ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  gap: 10px;
}
.woocommerce.single-product div.product .variations li,
.woocommerce.single-product div.product .mi-option-table li {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  position: relative;
  border: 1.8px solid #ccc;
  padding: 10px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  background: #fff;
  color: #000;
  line-height: 1em;
  min-width: 110px;
}
.woocommerce.single-product div.product .variations li:hover, .woocommerce.single-product div.product .variations li.active,
.woocommerce.single-product div.product .mi-option-table li:hover,
.woocommerce.single-product div.product .mi-option-table li.active {
  border-color: var(--woc-product-category-color);
  outline: 1px solid var(--woc-product-category-color);
  font-weight: 700;
}
.woocommerce.single-product div.product .variations th label,
.woocommerce.single-product div.product .mi-option-table th label {
  position: relative;
  top: 0;
  left: 15px;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #9c9c9c;
  margin: 0;
  display: inline-block;
  width: 300px;
  text-align: left;
}
.woocommerce.single-product div.product .variations td,
.woocommerce.single-product div.product .mi-option-table td {
  width: 100%;
}
.woocommerce.single-product div.product .variations td:after,
.woocommerce.single-product div.product .mi-option-table td:after {
  position: absolute;
  content: "";
  display: none;
  right: 30px;
  top: 30px;
  margin: auto 0;
  color: #000;
  font-weight: bold;
  width: 12px;
  height: 8px;
  background: url(../img/icons/select-arrow.png) no-repeat;
}
.woocommerce.single-product div.product .variations td select,
.woocommerce.single-product div.product .mi-option-table td select {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  background: #fff;
  border-radius: 16px;
  padding: 24px 18px 4px;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #9c9c9c;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.woocommerce.single-product div.product .variations td select option,
.woocommerce.single-product div.product .mi-option-table td select option {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 2em;
}
.woocommerce.single-product div.product .variations .reset_variations,
.woocommerce.single-product div.product .mi-option-table .reset_variations {
  display: none !important;
}
.woocommerce.single-product div.product .mi-option-table th label {
  top: -23px;
  left: 18px;
}
.woocommerce.single-product div.product .monthly-info .mi-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 5px;
}
.woocommerce.single-product div.product .monthly-info .mip-text {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1em;
}
.woocommerce.single-product div.product .monthly-info .mip-text a {
  font-size: 14px;
  text-decoration: underline;
  color: #212121;
  font-weight: 400;
}
.woocommerce.single-product div.product .monthly-info .mip-price {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  display: flex;
  align-items: end;
  line-height: 1.2em;
  justify-content: center;
  margin-bottom: 4px;
}
.woocommerce.single-product div.product .monthly-info .mip-price * {
  line-height: 1em;
}
.woocommerce.single-product div.product .monthly-info .mip-price .mp-price {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  margin-left: 7px;
  margin-bottom: -3px;
  content: replace-text(content, "Infinity", "0");
}
@media (max-width: 576px) {
  .woocommerce.single-product div.product .monthly-info .mip-price .mp-price {
    font-size: 19px;
  }
}
.woocommerce.single-product div.product .monthly-info .mip-price .mp-currency {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Inter", sans-serif;
  margin-bottom: -2px;
}
@media (max-width: 576px) {
  .woocommerce.single-product div.product .monthly-info .mip-price .mp-currency {
    font-size: 19px;
  }
}
.woocommerce.single-product div.product .price-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.woocommerce.single-product div.product .price-info .pi-term {
  width: 110px;
  font-weight: 400;
  font-size: 10px;
}
.woocommerce.single-product div.product .price-info .pi-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
}
.woocommerce.single-product div.product .price-info .pi-price {
  font-size: 0;
  line-height: 1.2em;
  font-family: "Inter", sans-serif;
  text-align: right;
  font-weight: bold;
}
.woocommerce.single-product div.product .price-info .pi-price .woocommerce-Price-amount:nth-child(2) {
  display: none;
}
.woocommerce.single-product div.product .price-info .pi-price .woocommerce-Price-amount {
  font-size: 32px;
  font-weight: 800;
}
.woocommerce.single-product div.product .price-info .pi-price .woocommerce-Price-currencySymbol {
  font-size: 28px;
  margin-right: 5px;
}
.woocommerce.single-product div.product .price-info .pi-price del .woocommerce-Price-amount {
  font-size: 28px;
}
.woocommerce.single-product div.product .price-info .pi-price del .woocommerce-Price-currencySymbol {
  display: none;
}
.woocommerce.single-product div.product .price-info .pi-price + * {
  clear: both;
}
.woocommerce.single-product div.product .term-info {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.woocommerce.single-product div.product .woocommerce-variation-price {
  display: none;
  text-align: right;
  margin-bottom: 25px;
}
.woocommerce.single-product div.product .woocommerce-variation-price .price {
  border: none;
}
.woocommerce.single-product div.product .product-showroom-info {
  margin-top: 0.5rem;
}
.woocommerce.single-product div.product .product-showroom-info a {
  display: inline-block;
  width: 100%;
  background: transparent;
  color: #874A3B;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #874A3B;
  text-align: center;
  padding: 10px;
}
.woocommerce.single-product div.product form.cart {
  margin-bottom: 0;
}
.woocommerce.single-product div.product form.cart .quantity {
  display: none !important;
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce.single-product div.product form.cart input {
  border-radius: 4px;
  padding: 10px;
  border-radius: 4px;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  width: 100%;
  text-align: center;
  line-height: 1em;
}
.woocommerce.single-product div.product form.cart .single_add_to_cart_button {
  float: none;
  width: 100%;
  background: #874A3B;
  color: #FFFFFF;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #874A3B;
  margin: 0px !important;
  text-align: center;
}
.woocommerce.single-product div.product .product_meta {
  display: none;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.woocommerce.single-product div.product .woocommerce-tabs .wc-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.woocommerce.single-product div.product .woocommerce-tabs .wc-tabs li {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #dedede;
}
.woocommerce.single-product div.product .woocommerce-tabs .wc-tabs li::before, .woocommerce.single-product div.product .woocommerce-tabs .wc-tabs li::after {
  display: none !important;
}
.woocommerce.single-product div.product .woocommerce-tabs .wc-tabs li.active {
  border-color: #000;
}
.woocommerce.single-product div.product .woocommerce-tabs .wc-tabs li.active a {
  font-weight: 700;
  color: #000;
}
.woocommerce.single-product div.product .woocommerce-tabs .wc-tabs a {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  padding: 20px 35px;
  color: #000;
  font-weight: 400;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 20px 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel th,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel td {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  border-bottom: 2px solid #dedede;
  padding: 20px 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel th p,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel td p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel th {
  font-weight: normal;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel td {
  font-family: "Inter", sans-serif;
  text-align: right;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--description {
  border-bottom: 2px solid #dedede;
}
.woocommerce.single-product .woc-detail .wd-content {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #dedede;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.woocommerce.single-product .woc-detail .wd-label {
  font-weight: normal;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}
.woocommerce.single-product .woc-detail .wd-value {
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.woocommerce.single-product .woc-media-category {
  display: flex;
}
.woocommerce.single-product .woc-media-category .block-1 {
  width: 100%;
}
.woocommerce.single-product .woc-media-category .block-2 {
  width: 50%;
}
.woocommerce.single-product .woc-media-category .block-3 {
  width: 33%;
}
.woocommerce.single-product .woc-media-category .block-4 {
  width: 25%;
}
.woocommerce.single-product .woc-media-category .wmc-item {
  padding: 10px;
}
.woocommerce.single-product .woc-media-category .wmc-content {
  position: relative;
}
.woocommerce.single-product .woc-media-category .wmc-image {
  padding-top: 75%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)) 0 0 no-repeat, linear-gradient(to right, var(--woc-product-category-color), var(--woc-product-category-color)) 0 0 no-repeat;
}
.woocommerce.single-product .woc-media-category .wmc-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.woocommerce.single-product .woc-media-category .wmc-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  font-size: 16px;
  text-align: left;
  font-family: "Inter", sans-serif;
}
.woocommerce.single-product .section-service {
  background-color: #ECEAEA;
  padding: 0;
}
.woocommerce.single-product .section-service .content {
  padding: 90px 60px;
}
.woocommerce.single-product .entry-footer {
  display: none;
}
.woocommerce.single-product .post-navigation {
  display: none;
}
.woocommerce.single-product .related.products {
  display: none;
}
.woocommerce.single-product .footer {
  clear: both;
}
.woocommerce.single-product .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce.single-product .woocommerce-product-details__short-description {
  display: none;
}
.woocommerce.single-product .woocommerce-variation-price {
  display: none;
}
.woocommerce.single-product .woc-product-category-link {
  margin-bottom: 30px;
}
.woocommerce.single-product .woc-product-category-link a {
  color: #b79987;
  font-size: 18px;
}
.woocommerce.single-product .woc-product-category-link a:hover {
  color: #423f3f;
}
.woocommerce.single-product .woc-product-short-desc {
  display: none;
  margin-top: 60px;
}
.woocommerce.single-product .woc-product-short-desc p {
  font-size: 18px;
  color: #808080;
}
.woocommerce.single-product .woc-product-book-link {
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce.single-product .woc-product-book-link a {
  display: block;
  background-color: #b4a59c;
  color: #FFFFFF;
  width: 100%;
  height: auto;
  padding: 14px 30px;
  line-height: 1.25em;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}
.woocommerce.single-product .woc-product-book-link a:hover {
  background-color: #423f3f;
}
.woocommerce.single-product .woc-variations-info {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce.single-product .woc-product-categories {
  padding: 100px 90px;
}
.woocommerce.single-product .woc-product-categories .wpc-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce.single-product .woc-product-categories .wpc-head h3 {
  font-size: 27px;
  font-weight: 600;
  margin: 0;
}
.woocommerce.single-product .woc-product-categories .wpc-head a {
  font-size: 16.5px;
  font-weight: 600;
  text-decoration: none;
  color: #423f3f;
}
.woocommerce.single-product .woc-product-categories .wpc-head a::after {
  content: "";
  display: block;
  background: #423f3f;
  width: 0%;
  opacity: 0;
  height: 2px;
  margin-top: 2px;
  transition: width 0.3s cubic-bezier(0, 0.14, 0.19, 1), opacity 0.3s;
}
.woocommerce.single-product .woc-product-categories .wpc-head a:hover::after {
  opacity: 1;
  width: 100%;
}
.woocommerce.single-product .woc-product-categories ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px 0;
}
.woocommerce.single-product .woc-product-categories ul.products:before, .woocommerce.single-product .woc-product-categories ul.products:after {
  display: none;
}
.woocommerce.single-product .woc-product-categories ul.products li.product {
  flex: 1;
  float: none;
  padding: 0 10px;
  margin: 0;
  border: none;
}
.woocommerce.single-product .woc-product-categories ul.products a {
  position: relative;
  display: block;
  padding-top: 125%;
  overflow: hidden;
}
.woocommerce.single-product .woc-product-categories ul.products a:before {
  content: " ";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 rgba(0, 0, 0, 0.1411764706);
  transition: background 0.4s ease-out;
  z-index: 2;
}
.woocommerce.single-product .woc-product-categories ul.products img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  margin: 0;
  transform: scale(1);
  transition: transform 0.6s ease-out;
}
.woocommerce.single-product .woc-product-categories ul.products h2 {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(calc(-50% + 40px));
  left: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  transition: transform 0.5s;
}
.woocommerce.single-product .woc-product-categories ul.products h2 mark {
  display: block;
  background: none;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  margin: 5px 0 10px;
  opacity: 0;
  transition: opacity 0.5s;
}
.woocommerce.single-product .woc-product-categories ul.products h2 mark::after {
  content: " Produkte";
  display: inline;
}
.woocommerce.single-product .woc-product-categories ul.products h2::after {
  display: block;
  content: "Ansehen";
  height: auto;
  width: 250px;
  font-size: 16px;
  padding: 18px 30px;
  line-height: 1.25em;
  font-weight: 400;
  background: #FFFFFF;
  border-radius: 4px;
  color: #423f3f;
  opacity: 0;
  transition: opacity 0.5s;
  margin: 0 auto;
}
.woocommerce.single-product .woc-product-categories ul.products li:hover a:before {
  background: rgba(0, 0, 0, 0.2);
}
.woocommerce.single-product .woc-product-categories ul.products li:hover img {
  transform: scale(1.07);
}
.woocommerce.single-product .woc-product-categories ul.products li:hover h2 {
  transform: translateY(-50%);
}
.woocommerce.single-product .woc-product-categories ul.products li:hover h2 mark {
  opacity: 1;
}
.woocommerce.single-product .woc-product-categories ul.products li:hover h2:after {
  opacity: 1;
}
.woocommerce.single-product .woc-product-faqs {
  background: #e8e4df;
  padding: 100px 0;
  text-align: left;
}
.woocommerce.single-product .woc-product-faqs .wpf-content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce.single-product .woc-product-faqs .wpf-head,
.woocommerce.single-product .woc-product-faqs .wpf-body {
  width: 90%;
  margin: 0 auto;
}
.woocommerce.single-product .woc-product-faqs .wpf-head h3 {
  font-size: 27px;
  font-weight: 600;
  color: #423f3f;
  margin: 0;
}
.woocommerce.single-product .woc-product-faqs .wpf-body p {
  margin: 0;
}
.woocommerce.single-product .woc-product-faqs .wpf-body .wp-block-heading {
  color: #423f3f;
  margin: 40px 0 10px;
}
.woocommerce.single-product .woc-product-faqs .wpf-body .c-accordion__title--button {
  overflow: hidden;
}
.woocommerce.single-product .woc-product-faqs .wpf-body .c-accordion__item {
  border-bottom: 1px solid #423f3f;
}
.woocommerce.single-product .woc-product-faqs .wpf-body .c-accordion__title {
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
}
.woocommerce.single-product .woc-product-faqs .wpf-body .c-accordion__title:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 2px;
  background-color: currentColor;
  transition: 0.3s ease;
  transition-property: transform, opacity;
  transform: rotate(-90deg);
}
.woocommerce.single-product .woc-product-faqs .wpf-body .c-accordion__title:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 2px;
  background-color: currentColor;
  transition: 0.3s ease;
  transition-property: transform, opacity;
  transform: none;
  color: inherit;
}
.woocommerce.single-product .woc-product-faqs .wpf-body .is-open > .c-accordion__title:before {
  transform: rotate(90deg);
  opacity: 0;
}
.woocommerce.single-product .woc-product-faqs .wpf-body .is-open > .c-accordion__title:after {
  transform: rotate(180deg);
}
.woocommerce.single-product .woc-product-faqs .wpf-body .c-accordion__content {
  padding-bottom: 20px;
}
.woocommerce.single-product .woc-product-faqs .faq-sidebar {
  display: none;
}
.woocommerce.single-product .woc-product-faqs .reading-width {
  display: block;
  max-width: none;
  gap: 0;
}
.woocommerce.single-product .woc-product-faqs .inline-mini-form {
  display: none;
}
.woocommerce.single-product .woc-product-faqs .featured-collection {
  display: none;
}

.woocommerce-cart article.page {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px;
}
.woocommerce-cart article.page .entry-title {
  color: #423f3f;
}
.woocommerce-cart article.page .entry-content {
  margin: 0;
  padding: 0;
}
.woocommerce-cart article.page h1 {
  font-size: 27px;
  font-weight: 600;
  margin: 0;
  color: #423f3f;
}
.woocommerce-cart .site-main {
  text-align: center;
}
.woocommerce-cart .wc-empty-cart-message .woocommerce-info {
  border: none;
  background: none;
  padding: 0;
  margin: 15px 0;
}
.woocommerce-cart .wc-empty-cart-message .woocommerce-info::before {
  display: none;
}
.woocommerce-cart .return-to-shop {
  text-align: center;
  margin: 15px 0 0;
}
.woocommerce-cart .return-to-shop a {
  background: none;
  border: none;
  color: #b79987;
  border-bottom: 1px solid #b79987;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
}
.woocommerce-cart .return-to-shop a:hover {
  color: #423f3f;
  border-bottom: 1px solid #423f3f;
  background: none;
}
.woocommerce-cart .woocommerce-cart-form input.input-text#coupon_code {
  width: auto;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.25em;
  padding: 13px 11px;
  color: #333333;
  background: none;
}
.woocommerce-cart .woocommerce-cart-form input.input-text#coupon_code:focus, .woocommerce-cart .woocommerce-cart-form input.input-text#coupon_code:focus-visible {
  border-width: 1px;
  border-color: #197bbd;
  outline: 1px solid #197bbd;
}
.woocommerce-cart .woocommerce-cart-form table {
  border: none;
  margin: 20px 0;
}
.woocommerce-cart .woocommerce-cart-form table th {
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(66, 63, 63, 0.2);
}
.woocommerce-cart .woocommerce-cart-form table th:first-child {
  padding-left: 0;
}
.woocommerce-cart .woocommerce-cart-form table th:last-child {
  padding-right: 0;
}
.woocommerce-cart .woocommerce-cart-form table td {
  padding: 15px 12px;
  border: none;
}
.woocommerce-cart .woocommerce-cart-form table td:first-child {
  padding-left: 0;
}
.woocommerce-cart .woocommerce-cart-form table td:last-child {
  padding-right: 0;
}
.woocommerce-cart .woocommerce-cart-form table td a {
  font-size: 15px;
  font-weight: 600;
  color: #423f3f;
  text-decoration: none;
}
.woocommerce-cart .woocommerce-cart-form table .product-remove a {
  color: #423f3f !important;
  font-weight: 500;
}
.woocommerce-cart .woocommerce-cart-form table .product-remove a:hover {
  color: #212121 !important;
  background: none;
  border-radius: 0;
}
.woocommerce-cart .woocommerce-cart-form table .variation {
  font-size: 15px;
  font-weight: 600;
  color: #423f3f;
  text-decoration: none;
}
.woocommerce-cart .woocommerce-cart-form table .variation dt {
  font-weight: 500;
}
.woocommerce-cart .woocommerce-cart-form table .variation p {
  display: inline;
  font-weight: 500;
}
.woocommerce-cart .woocommerce-cart-form table .product-thumbnail img {
  width: 66px;
  height: 44px;
  object-fit: cover;
  object-position: center center;
}
.woocommerce-cart .woocommerce-cart-form table .product-quantity {
  text-align: center;
}
.woocommerce-cart .woocommerce-cart-form table .product-price,
.woocommerce-cart .woocommerce-cart-form table .product-subtotal {
  text-align: right;
}
.woocommerce-cart .woocommerce-cart-form table .quantity .qty {
  width: 65px;
}
.woocommerce-cart .woocommerce-cart-form table td.actions .coupon .input-text {
  width: 110px;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  border: none;
  margin-bottom: 20px;
  border-radius: 0;
  border-top: 1px solid #212121 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border: none !important;
  border-bottom: 1px solid #212121 !important;
  border-radius: 0;
  padding: 15px;
  font-size: 19px;
  font-weight: 600;
  padding-left: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border: none !important;
  border-bottom: 1px solid #212121 !important;
  border-radius: 0;
  padding: 15px;
  font-size: 19px;
  font-weight: 600;
  padding-right: 0;
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td strong {
  font-weight: 600;
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping .shipping-calculator-button:after {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping th {
  font-size: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping td {
  font-size: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping .woocommerce-shipping-destination {
  margin-top: 10px;
}
.woocommerce-cart .entry-footer {
  display: none;
}
.woocommerce-cart .checkout-button {
  padding: 18px 30px !important;
}

.woocommerce-checkout {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  line-height: 1.3em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
}
.woocommerce-checkout *,
.woocommerce-checkout *:before,
.woocommerce-checkout *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.woocommerce-checkout .main-header {
  display: none;
}
.woocommerce-checkout .checkout-header {
  display: block;
  padding: 21px 0;
  background: #333 url(../content/checkout-banner.png) center center;
  background-size: cover;
}
.woocommerce-checkout .checkout-header .ch-wrap {
  display: block;
  margin: 0 auto;
  max-width: 40em;
}
.woocommerce-checkout .checkout-header .ch-logo {
  display: block;
}
.woocommerce-checkout .checkout-header .ch-logo img {
  max-height: 40px;
}
.woocommerce-checkout .entry-header {
  display: none;
}
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none !important;
}
.woocommerce-checkout article.page .entry-content {
  display: block;
  margin: 0 auto;
  max-width: 40em;
}
.woocommerce-checkout article.page .entry-content *,
.woocommerce-checkout article.page .entry-content *:before,
.woocommerce-checkout article.page .entry-content *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce-checkout article.page h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.woocommerce-checkout .woocommerce-billing-fields {
  padding-top: 2em;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  margin-top: 1.5em;
}
.woocommerce-checkout .woocommerce-shipping-fields {
  display: none;
}
.woocommerce-checkout .woocommerce-additional-fields {
  margin: 40px 0;
}
.woocommerce-checkout .woocommerce-additional-fields h3 {
  margin-bottom: 20px !important;
}
.woocommerce-checkout .woocommerce form .form-row {
  padding: 0;
}
.woocommerce-checkout .woocommerce .col-1 {
  float: none;
  width: 100%;
}
.woocommerce-checkout .woocommerce .col-2 {
  float: none;
  width: 100%;
}
.woocommerce-checkout .checkout {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout #customer_details {
  width: 52%;
  padding-right: 6%;
}
.woocommerce-checkout #order_review_heading {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  flex: 1;
  background: #fafafa;
  box-shadow: 1px 0 0 #e1e1e1 inset;
  padding: 2em;
  padding-left: 4%;
}
.woocommerce-checkout .woocommerce-checkout-review-order table {
  border-radius: 0;
  border: none;
  position: relative;
}
.woocommerce-checkout .woocommerce-checkout-review-order table td,
.woocommerce-checkout .woocommerce-checkout-review-order table th {
  border-left: none;
  border-right: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order table th:first-child,
.woocommerce-checkout .woocommerce-checkout-review-order table td:first-child {
  text-align: left;
  padding-left: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order table th:last-child,
.woocommerce-checkout .woocommerce-checkout-review-order table td:last-child {
  text-align: right;
  padding-right: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order table p {
  display: inline;
}
.woocommerce-checkout .woocommerce-checkout-review-order table thead {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order table .variation dt {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tbody td {
  border: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order table .product-name {
  width: 60%;
}
.woocommerce-checkout .woocommerce-checkout-review-order table .order-total {
  position: relative;
}
.woocommerce-checkout .woocommerce-checkout-review-order table .order-total .amount {
  top: 0;
  font-size: 24px;
  right: 0;
  padding: 10px 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals {
  display: none;
}
.woocommerce-checkout .woo-commerce-subscription-opt-in {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-payment#payment {
  background: none;
  padding: 0;
  text-align: center;
}
.woocommerce-checkout .woocommerce-checkout-payment#payment div.form-row {
  padding: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment#payment button.button.alt {
  float: none;
  width: 100%;
  padding: 1.4em 1.7em;
  background: #197bbd;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-checkout-payment#payment button.button.alt:hover {
  background: #135e90;
}
.woocommerce-checkout .woocommerce-checkout-payment#payment #place_order {
  float: none;
}
.woocommerce-checkout .woocommerce-checkout-payment#payment .woocommerce-privacy-policy-text {
  margin-bottom: 40px;
}
.woocommerce-checkout .woocommerce-checkout-payment#payment .woocommerce-terms-and-conditions {
  text-align: left;
}
.woocommerce-checkout .woocommerce-checkout-payment#payment .woocommerce-terms-and-conditions ul,
.woocommerce-checkout .woocommerce-checkout-payment#payment .woocommerce-terms-and-conditions ol {
  margin-left: 0;
  line-height: 1.6em;
  padding-left: 10px;
}

.woocommerce-order-received {
  position: relative;
}
.woocommerce-order-received .woocommerce-order:after {
  content: "";
  clear: both;
  display: table;
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
  position: relative;
  width: 58%;
  padding-right: 6%;
  margin-top: 56px;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 70px;
}
.woocommerce-order-received .woocommerce-thankyou-order-received:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='none' stroke='%23197bbd' stroke-width='2' class='checkmark'%3E%3Cpath class='checkmark__circle' d='M25 49c13.255 0 24-10.745 24-24S38.255 1 25 1 1 11.745 1 25s10.745 24 24 24z'%3E%3C/path%3E%3Cpath class='checkmark__check' d='M15 24.51l7.307 7.308L35.125 19'%3E%3C/path%3E%3C/svg%3E");
}
.woocommerce-order-received .woocommerce-thankyou-order-details {
  padding: 0;
  padding-left: 70px;
  margin-top: 10px;
  width: 58%;
  padding-right: 6%;
  display: inline-block;
}
.woocommerce-order-received .woocommerce-thankyou-order-details .email {
  border-right: none;
}
.woocommerce-order-received .woocommerce-thankyou-order-details .total {
  display: none;
}
.woocommerce-order-received .woocommerce-order-details {
  float: right;
  width: 42%;
  background: #fafafa;
  box-shadow: 1px 0 0 #e1e1e1 inset;
  margin-top: -84px;
  padding: 2em;
  padding-left: 4%;
  margin-bottom: 0;
}
.woocommerce-order-received .woocommerce-order-details h2 {
  display: none;
}
.woocommerce-order-received .woocommerce-order-details table.order_details {
  border-radius: 0;
  border: none;
  position: relative;
}
.woocommerce-order-received .woocommerce-order-details table.order_details td,
.woocommerce-order-received .woocommerce-order-details table.order_details th {
  border-left: none;
  border-right: none;
}
.woocommerce-order-received .woocommerce-order-details table.order_details th:first-child,
.woocommerce-order-received .woocommerce-order-details table.order_details td:first-child {
  text-align: left;
  padding-left: 0;
}
.woocommerce-order-received .woocommerce-order-details table.order_details th:last-child,
.woocommerce-order-received .woocommerce-order-details table.order_details td:last-child {
  text-align: right;
  padding-right: 0;
}
.woocommerce-order-received .woocommerce-order-details table.order_details p {
  display: inline;
}
.woocommerce-order-received .woocommerce-order-details table.order_details thead {
  display: none;
}
.woocommerce-order-received .woocommerce-order-details table.order_details .product-name a {
  color: #423f3f;
  text-decoration: none;
}
.woocommerce-order-received .woocommerce-order-details table.order_details .wc-item-meta {
  margin: 10px 0 0;
  padding: 0;
}
.woocommerce-order-received .woocommerce-order-details table.order_details .wc-item-meta .wc-item-meta-label {
  font-weight: 400;
}
.woocommerce-order-received .woocommerce-order-details table.order_details tbody td {
  border: none;
}
.woocommerce-order-received .woocommerce-order-details table.order_details .order-total {
  position: relative;
}
.woocommerce-order-received .woocommerce-order-details table.order_details .order-total .amount {
  top: 0;
  font-size: 24px;
  right: 0;
  padding: 10px 0;
}
.woocommerce-order-received .woocommerce-order-details table.order_details tfoot th {
  font-weight: 400;
}
.woocommerce-order-received .woocommerce-order-details table.order_details tfoot tr:last-child {
  position: relative;
}
.woocommerce-order-received .woocommerce-order-details table.order_details tfoot tr:last-child .amount {
  top: 0;
  font-size: 24px;
  font-weight: 500;
  right: 0;
  padding: 10px 0;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-shipping-totals {
  display: none;
}
.woocommerce-order-received .appointment-iframe,
.woocommerce-order-received .woocommerce-customer-details {
  float: left;
  width: 58%;
  padding-right: 6%;
  margin-top: 20px;
}
.woocommerce-order-received .appointment-iframe h2,
.woocommerce-order-received .woocommerce-customer-details h2 {
  font-size: 18px;
  font-weight: 400;
}
.woocommerce-order-received .woocommerce-columns--addresses {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce-columns--addresses h2 {
  font-size: 18px;
  font-weight: 400;
}
.woocommerce-order-received .woocommerce-columns--addresses address {
  padding: 0;
  border: none;
}
.woocommerce-order-received .woocommerce-column--shipping-address {
  display: none;
}

.woocommerce-collection [class*="woocommerce columns-"],
.woocommerce-page:not(.single-product) [class*="woocommerce columns-"] {
  text-align: center;
}
.woocommerce-collection .wc-block-grid__products .wc-block-grid__product-image img,
.woocommerce-page:not(.single-product) .wc-block-grid__products .wc-block-grid__product-image img {
  width: 100%;
}
.woocommerce-collection .wc-block-grid__product,
.woocommerce-collection .product,
.woocommerce-page:not(.single-product) .wc-block-grid__product,
.woocommerce-page:not(.single-product) .product {
  margin-top: 40px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: relative;
}
.woocommerce-collection .wc-block-grid__product .wp-block-post-title,
.woocommerce-collection .product .wp-block-post-title,
.woocommerce-page:not(.single-product) .wc-block-grid__product .wp-block-post-title,
.woocommerce-page:not(.single-product) .product .wp-block-post-title {
  font-size: 15px;
  color: #423f3f;
  font-weight: 500;
  text-align: left;
}
.woocommerce-collection .wc-block-grid__product .wp-block-post-title a,
.woocommerce-collection .product .wp-block-post-title a,
.woocommerce-page:not(.single-product) .wc-block-grid__product .wp-block-post-title a,
.woocommerce-page:not(.single-product) .product .wp-block-post-title a {
  font-size: 15px;
  color: #423f3f;
  font-weight: 500;
  text-align: left;
}
.woocommerce-collection .wc-block-grid__product a,
.woocommerce-collection .product a,
.woocommerce-page:not(.single-product) .wc-block-grid__product a,
.woocommerce-page:not(.single-product) .product a {
  color: #423f3f;
  text-decoration: none;
  text-align: left;
}
.woocommerce-collection .wc-block-grid__product a .wc-block-grid__product-title,
.woocommerce-collection .product a .wc-block-grid__product-title,
.woocommerce-page:not(.single-product) .wc-block-grid__product a .wc-block-grid__product-title,
.woocommerce-page:not(.single-product) .product a .wc-block-grid__product-title {
  font-weight: 500;
}
.woocommerce-collection .wc-block-grid__product .wc-block-grid__product-price,
.woocommerce-collection .product .wc-block-grid__product-price,
.woocommerce-page:not(.single-product) .wc-block-grid__product .wc-block-grid__product-price,
.woocommerce-page:not(.single-product) .product .wc-block-grid__product-price {
  text-align: left;
}
.woocommerce-collection .wc-block-grid__product .add_to_cart_button,
.woocommerce-collection .wc-block-grid__product .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button,
.woocommerce-collection .wc-block-grid__product .button.product_type_simple,
.woocommerce-collection .product .add_to_cart_button,
.woocommerce-collection .product .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button,
.woocommerce-collection .product .button.product_type_simple,
.woocommerce-page:not(.single-product) .wc-block-grid__product .add_to_cart_button,
.woocommerce-page:not(.single-product) .wc-block-grid__product .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button,
.woocommerce-page:not(.single-product) .wc-block-grid__product .button.product_type_simple,
.woocommerce-page:not(.single-product) .product .add_to_cart_button,
.woocommerce-page:not(.single-product) .product .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button,
.woocommerce-page:not(.single-product) .product .button.product_type_simple {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  margin: 10px 0;
  background-color: #FFFFFF;
  color: #212121;
  border: 1px solid #212121;
  padding: 13px 30px;
  line-height: 1.25em;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, transform 0.3s;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(-3px);
}
.woocommerce-collection .wc-block-grid__product:hover .woocommerce-loop-product__title,
.woocommerce-collection .wc-block-grid__product:hover .price,
.woocommerce-collection .wc-block-grid__product:hover .wc-block-grid__product-title,
.woocommerce-collection .wc-block-grid__product:hover .wp-block-post-title,
.woocommerce-collection .wc-block-grid__product:hover .wc-block-grid__product-price,
.woocommerce-collection .product:hover .woocommerce-loop-product__title,
.woocommerce-collection .product:hover .price,
.woocommerce-collection .product:hover .wc-block-grid__product-title,
.woocommerce-collection .product:hover .wp-block-post-title,
.woocommerce-collection .product:hover .wc-block-grid__product-price,
.woocommerce-page:not(.single-product) .wc-block-grid__product:hover .woocommerce-loop-product__title,
.woocommerce-page:not(.single-product) .wc-block-grid__product:hover .price,
.woocommerce-page:not(.single-product) .wc-block-grid__product:hover .wc-block-grid__product-title,
.woocommerce-page:not(.single-product) .wc-block-grid__product:hover .wp-block-post-title,
.woocommerce-page:not(.single-product) .wc-block-grid__product:hover .wc-block-grid__product-price,
.woocommerce-page:not(.single-product) .product:hover .woocommerce-loop-product__title,
.woocommerce-page:not(.single-product) .product:hover .price,
.woocommerce-page:not(.single-product) .product:hover .wc-block-grid__product-title,
.woocommerce-page:not(.single-product) .product:hover .wp-block-post-title,
.woocommerce-page:not(.single-product) .product:hover .wc-block-grid__product-price {
  opacity: 0;
}
.woocommerce-collection .wc-block-grid__product:hover .add_to_cart_button,
.woocommerce-collection .wc-block-grid__product:hover .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button,
.woocommerce-collection .wc-block-grid__product:hover .button.product_type_simple,
.woocommerce-collection .product:hover .add_to_cart_button,
.woocommerce-collection .product:hover .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button,
.woocommerce-collection .product:hover .button.product_type_simple,
.woocommerce-page:not(.single-product) .wc-block-grid__product:hover .add_to_cart_button,
.woocommerce-page:not(.single-product) .wc-block-grid__product:hover .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button,
.woocommerce-page:not(.single-product) .wc-block-grid__product:hover .button.product_type_simple,
.woocommerce-page:not(.single-product) .product:hover .add_to_cart_button,
.woocommerce-page:not(.single-product) .product:hover .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button,
.woocommerce-page:not(.single-product) .product:hover .button.product_type_simple {
  opacity: 1;
  transform: translateY(0);
}
.woocommerce-collection .wc-block-grid__product .price,
.woocommerce-collection .product .price,
.woocommerce-page:not(.single-product) .wc-block-grid__product .price,
.woocommerce-page:not(.single-product) .product .price {
  font-size: 13px;
  color: #423f3f !important;
  font-weight: 500;
}
.woocommerce-collection .wc-block-grid__product-onsale,
.woocommerce-page:not(.single-product) .wc-block-grid__product-onsale {
  display: none;
}
.woocommerce-collection .woocommerce-ordering,
.woocommerce-collection .schlossatelier-filter-stock,
.woocommerce-page:not(.single-product) .woocommerce-ordering,
.woocommerce-page:not(.single-product) .schlossatelier-filter-stock {
  display: inline-block;
  border: 1px solid #d0cfcf;
  padding-right: 10px;
  float: none;
  vertical-align: top;
  margin-left: 30px;
  margin-bottom: 10px;
}
.woocommerce-collection .woocommerce-ordering select,
.woocommerce-collection .schlossatelier-filter-stock select,
.woocommerce-page:not(.single-product) .woocommerce-ordering select,
.woocommerce-page:not(.single-product) .schlossatelier-filter-stock select {
  padding: 10px 20px;
  color: #423f3f;
  background: #FFFFFF;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 15px;
  border: none;
}
.woocommerce-collection .woocommerce-ordering select:focus, .woocommerce-collection .woocommerce-ordering select:focus-visible,
.woocommerce-collection .schlossatelier-filter-stock select:focus,
.woocommerce-collection .schlossatelier-filter-stock select:focus-visible,
.woocommerce-page:not(.single-product) .woocommerce-ordering select:focus,
.woocommerce-page:not(.single-product) .woocommerce-ordering select:focus-visible,
.woocommerce-page:not(.single-product) .schlossatelier-filter-stock select:focus,
.woocommerce-page:not(.single-product) .schlossatelier-filter-stock select:focus-visible {
  outline: none;
}
.woocommerce-collection .woocommerce-ordering select:before, .woocommerce-collection .woocommerce-ordering select:after,
.woocommerce-collection .schlossatelier-filter-stock select:before,
.woocommerce-collection .schlossatelier-filter-stock select:after,
.woocommerce-page:not(.single-product) .woocommerce-ordering select:before,
.woocommerce-page:not(.single-product) .woocommerce-ordering select:after,
.woocommerce-page:not(.single-product) .schlossatelier-filter-stock select:before,
.woocommerce-page:not(.single-product) .schlossatelier-filter-stock select:after {
  transform: scale(1.2);
  margin-right: 10px;
}
.woocommerce-collection .woocommerce-result-count,
.woocommerce-page:not(.single-product) .woocommerce-result-count {
  display: none;
}

.woocommerce-page:not(.single-product) .entry-title {
  color: #423f3f !important;
  text-align: center;
}

.collection-filter-stock {
  max-width: 217px;
  margin: 0 auto;
  margin-top: calc(0.75em + 60px);
  margin-bottom: 20px;
}
.collection-filter-stock .wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
  border-radius: 0;
  border: 1px solid #d0cfcf;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 19px;
}

.result-price-mobile {
  display: none;
}

.related-products-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.related-products-slider .swiper-container {
  height: 300px;
}
.related-products-slider .swiper-container .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
}
.related-products-slider .swiper-container .swiper-slide {
  flex: 0 0 auto;
  text-align: center;
}
.related-products-slider .swiper-container .swiper-scrollbar {
  background-color: #ddd;
  width: 70%;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  right: 80px;
  margin: 0 auto;
  height: 4px;
}
.related-products-slider .navigation-wrapper {
  z-index: 2;
  gap: 30px;
  position: absolute;
  display: flex;
  flex-direction: row;
  right: 160px;
  bottom: 10px;
}
.related-products-slider .navigation-wrapper .swiper-button-prev,
.related-products-slider .navigation-wrapper .swiper-button-next {
  cursor: pointer;
  margin-left: 10px;
}
.related-products-slider .navigation-wrapper .swiper-button-prev img,
.related-products-slider .navigation-wrapper .swiper-button-next img {
  width: 30px;
  height: 30px;
  transition: transform 0.2s;
}
.related-products-slider .navigation-wrapper .swiper-button-prev img:hover,
.related-products-slider .navigation-wrapper .swiper-button-next img:hover {
  transform: scale(1.1);
}

.custom-products-grid {
  overflow: hidden;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .custom-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .custom-products-grid {
    grid-template-columns: 3fr;
    grid-template-rows: repeat(1, 1fr);
    overflow-y: auto;
  }
}

.custom-product-item {
  overflow: hidden;
  text-align: left;
  padding: 15px;
  border-radius: 8px;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.custom-product-item:hover {
  transform: scale(1.05);
}
.custom-product-item img {
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  margin: 0;
}
.custom-product-item .custom-product-title {
  margin-bottom: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #000000;
  line-height: 1.4;
}
.custom-product-item .custom-product-title a {
  text-decoration: none;
  color: inherit;
}
.custom-product-item .custom-product-title a:hover {
  color: #798c94;
}
.custom-product-item .custom-product-title a .first-word {
  font-size: 14px;
  color: #212121;
  display: block;
}
.custom-product-item .custom-product-title a .first-word:hover {
  color: #798c94;
}
.custom-product-item .custom-pagination {
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: 10px;
  justify-items: center;
}
.custom-product-item .custom-pagination a,
.custom-product-item .custom-pagination span {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.custom-product-item .custom-pagination a:hover,
.custom-product-item .custom-pagination span:hover {
  background-color: #798c94;
  color: #fff;
}
.custom-product-item .custom-pagination .current {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 769px) {
  .custom-product-item .custom-pagination {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-template-rows: unset;
  }
}
.custom-product-item .custom-product-price {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-product-item .custom-product-price .custom-product-price {
  text-decoration: line-through;
  color: #888;
  font-size: 12px;
}
.custom-product-item .custom-product-price .custom-product-sale-price {
  color: #000000;
  font-weight: bold;
}

.elementor img {
  height: auto;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.custom-product-price .woocommerce-Price-currencySymbol {
  display: none !important;
}

.swiper-scrollbar-drag {
  background-color: #874A3B !important;
}

.woocommerce .woocommerce-result-count {
  display: none;
}

.woocommerce .woocommerce-ordering {
  display: none;
}

.woocommerce.columns-3 ul.products li.product .woocommerce-loop-product__title {
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  color: #000;
  margin-bottom: 5px;
}

.first-word {
  font-weight: normal;
  display: block;
}

.second-line {
  display: block;
}

.woocommerce ul.products li.product .button {
  display: none;
}

.woocommerce ul.products li.product .price {
  color: #000;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: white !important;
}

.addify-quote-form {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.addify-quote-form .product-thumbnail img {
  width: 170px !important;
  height: auto !important;
  max-width: 200px;
  display: flex;
}

.adf-quote-detail-wrap {
  width: 132%;
}

.template-two .product-name a {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

@media (max-width: 1200px) {
  .woocommerce.single-product .product-detail-summary {
    width: 500px;
  }
  .woocommerce-shop ul.products li.product {
    flex: 0 0 50%;
  }
  .woocommerce.single-product .woc-product-categories {
    padding: 100px 70px;
  }
  .related-products-slider .navigation-wrapper {
    right: 100px;
  }
}
@media (max-width: 992px) {
  .woocommerce.single-product .product-detail-gallery {
    width: 100%;
  }
  .woocommerce.single-product .product-detail-summary {
    width: 100%;
  }
  .woocommerce.single-product .woc-product-categories {
    padding: 50px 20px;
  }
  .woocommerce.single-product .woc-product-categories ul.products li.product {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
  .woocommerce.single-product .related-products-slider .navigation-wrapper {
    right: 80px;
  }
  .woocommerce-checkout article.page .entry-content,
  .woocommerce-checkout article.page.has-post-thumbnail .entry-content {
    padding-top: 2em;
  }
  .woocommerce-checkout .checkout {
    display: flex;
  }
  .woocommerce-checkout #customer_details {
    width: 100%;
    padding-right: 0;
  }
  .woocommerce-checkout .woocommerce-checkout-review-order {
    box-shadow: none;
  }
  .woocommerce-order-received .woocommerce-thankyou-order-received,
  .woocommerce-order-received .woocommerce-thankyou-order-details {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
  .woocommerce-order-received .woocommerce-order-details {
    float: none;
    width: 100%;
    margin-top: 0;
    box-shadow: none;
  }
  .woocommerce-order-received .appointment-iframe,
  .woocommerce-order-received .woocommerce-customer-details {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .adf-quote-detail-wrap {
    width: auto;
  }
  .addify-quote-form {
    flex-direction: column !important;
  }
  .woocommerce table.shop_table_responsive tr td::before {
    content: none !important;
  }
  .product-thumbnail {
    display: block !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
  }
  .woocommerce.single-product .product-detail-column {
    flex-direction: column;
  }
  .dec-mobile {
    display: block !important;
  }
  .product-detail-gallery {
    display: none;
  }
  .product-detail-gallery-mobile {
    display: block !important;
  }
  .product-detail-gallery-mobile .navigation-wrapper {
    right: 45px !important;
    bottom: 10px !important;
  }
  .woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
  .woocommerce ul.products li.product:hover .price {
    opacity: 1;
  }
  .woocommerce ul.products li.product .button {
    display: none;
  }
  .woocommerce .single-product .product {
    padding: 0px 20px 50px !important;
  }
  .woocommerce .single-product .section-service .content {
    padding: 50px 20px;
  }
  .woocommerce .single-product .related-products-slider .navigation-wrapper {
    right: 50px;
  }
  .woocommerce-shop article.page .entry-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .woocommerce-shop ul.products li.product:hover .woocommerce-loop-product__title,
  .woocommerce-shop ul.products li.product:hover .price {
    opacity: 1;
  }
  .woocommerce-shop ul.products li.product .button {
    display: none;
  }
  .woocommerce.single-product .single-product {
    padding: 0px;
  }
  .woocommerce.single-product .entry-header {
    float: none;
    width: 100%;
    padding: 0 20px;
    margin-top: 0;
  }
  .woocommerce.single-product div.product .woocommerce-product-gallery {
    flex: none;
    width: 100%;
    padding-left: 0;
  }
  .woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-nav {
    display: block;
  }
  .woocommerce.single-product div.product .summary {
    float: none;
    width: 100%;
  }
  .woocommerce.single-product div.product .related-products-slider {
    margin-top: 20px;
  }
  .woocommerce.single-product .woocommerce-tabs {
    float: none;
    width: 100%;
  }
  .woocommerce.single-product .result-price {
    display: none;
  }
  .woocommerce.single-product .result-price-mobile {
    display: block;
  }
  .woocommerce.single-product .woc-product-categories ul.products h2 {
    transform: translateY(-50%);
    transition: none;
  }
  .woocommerce.single-product .woc-product-categories ul.products h2 mark {
    display: none;
  }
  .woocommerce.single-product .woc-product-categories ul.products h2:after {
    display: none;
  }
  .woocommerce.single-product .woc-detail .wd-content {
    flex-direction: column;
    padding-bottom: 10px;
    border-width: 1px;
    margin-bottom: 10px;
  }
  .woocommerce.single-product .woc-detail .wd-label {
    font-size: 14px;
  }
  .woocommerce.single-product .woc-detail .wd-value {
    font-size: 14px;
    text-align: left;
  }
  .woocommerce-cart article {
    padding: 50px 20px;
  }
  .woocommerce-cart .woocommerce-cart-form table .product-thumbnail {
    display: block !important;
  }
  .woocommerce-cart .woocommerce-cart-form table .product-thumbnail::before {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form table .product-remove {
    position: absolute;
    background: none !important;
  }
  .woocommerce-cart .woocommerce-cart-form table td:last-child {
    padding-right: 12px;
  }
  .woocommerce-cart .woocommerce-cart-form table .actions {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .woocommerce-cart .wc-proceed-to-checkout {
    text-align: center;
  }
  .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    width: 100%;
  }
  .woocommerce-collection .woocommerce-ordering,
  .woocommerce-collection .schlossatelier-filter-stock {
    border: 1px solid #000;
    margin-left: 0;
  }
  .woocommerce-collection .woocommerce-ordering select,
  .woocommerce-collection .schlossatelier-filter-stock select {
    font-weight: 500;
  }
  .woocommerce-collection ul.products li.product:hover .woocommerce-loop-product__title,
  .woocommerce-collection ul.products li.product:hover .price {
    opacity: 1;
  }
  .woocommerce-collection ul.products li.product .button {
    display: none;
  }
  body.search .search-result .sr-item:hover .sr-checkout {
    display: none;
  }
  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    flex: 100%;
  }
}
@media (max-width: 576px) {
  .woocommerce.single-product .woocommerce-select-attributes-group .woocommerce-select-attribute-item {
    font-size: 10px;
  }
  .woocommerce.single-product .related-products-slider {
    display: none;
    padding-bottom: 60px;
  }
  .woocommerce.single-product .related-products-slider .navigation-wrapper {
    gap: 10px;
    right: 10px;
  }
  .woocommerce.single-product .product-detail-title h2 span {
    font-size: 14px;
  }
  .woocommerce.single-product .product-detail-title h2 {
    padding: 0px !important;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
  }
  .woocommerce.single-product .product-detail-title h2 br {
    display: none;
  }
  .woocommerce.single-product .product-detail-title .sub-title {
    display: block;
  }
  .woocommerce.single-product .product-detail-title .sub-title p {
    border-bottom: 1px solid #757575;
    padding-bottom: 35px;
    margin-bottom: 25px;
  }
  .woocommerce.single-product div.product .product-detail-price-content {
    margin-top: 30px;
  }
  .woocommerce.single-product div.product .pc-active .product-detail-content {
    margin-top: 0;
  }
  .woocommerce.single-product div.product .product-detail-content .entry-summary {
    height: 100%;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .woocommerce.single-product div.product .product-detail-content form.cart .price-info {
    bottom: 70px;
  }
  .woocommerce.single-product div.product .product-detail-content form.cart .term-info {
    bottom: 10px;
  }
  .woocommerce.single-product div.product .product-detail-price-content {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .woocommerce.single-product div.product .product-detail-gallery-mobile {
    display: block !important;
  }
  .woocommerce.single-product div.product .product-detail-gallery-mobile .navigation-wrapper {
    right: 5px !important;
    bottom: 14px !important;
  }
  .woocommerce.single-product div.product .product-detail-bottom {
    color: #212121;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 20px 15px;
    background: #fff;
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.2);
    z-index: 99;
  }
  .woocommerce.single-product div.product .product-detail-bottom .monthly-info .mi-price {
    align-items: center;
    margin-bottom: 8px;
  }
  .woocommerce.single-product div.product .product-detail-bottom .monthly-info .mip-text {
    font-weight: 400;
    font-size: 14px;
    padding: 0;
  }
  .woocommerce.single-product div.product .product-detail-bottom .monthly-info .mip-price {
    font-size: 14px;
    padding: 0;
  }
  .woocommerce.single-product div.product .product-detail-bottom .monthly-info .mip-price .mp-price {
    font-size: 18px;
    margin-bottom: -1px;
  }
  .woocommerce.single-product div.product .product-detail-bottom .monthly-info .mip-price .mp-currency {
    margin-bottom: 2px;
  }
  .woocommerce.single-product div.product .product-detail-bottom .single_add_to_cart_button {
    font-size: 16px;
    padding: 10px 24px;
    width: 100%;
    background: #000;
    color: #FFFFFF;
    border-radius: 30px;
    font-weight: 400;
    border: 1px solid #000;
  }
  .attribute-label {
    font-size: 13px;
  }
  .accordion-body {
    padding: 0px 0px 10px !important;
  }
  .ui-front {
    z-index: 2100;
  }
  .accordion-button::after {
    background-image: url("/wp-content/themes/schlossatelier/assets/img/plus.png") !important;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("/wp-content/themes/schlossatelier/assets/img/minus.png") !important;
  }
}
#description-collapse-mobile .accordion-button {
  padding: 0px;
  box-shadow: none;
  font-weight: 600;
}

.accordion-body {
  padding: 20px;
}
.accordion-body div {
  margin-bottom: 1em;
  line-height: 1.6;
}
.accordion-body ul {
  padding-left: 20px;
  margin-top: 1em;
}
.accordion-body ul li {
  margin-bottom: 0.5em;
}
.accordion-body strong {
  display: block;
  margin-top: 1em;
  font-weight: bold;
}

#description-collapse-mobile .accordion-button {
  padding: 10px 0px;
  box-shadow: none;
  font-weight: 600;
}

@media (min-width: 769px) {
  .woocommerce.single-product .woocommerce-product-gallery .flex-viewport {
    height: auto !important;
  }
  .woocommerce.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    width: auto !important;
    flex-wrap: wrap;
    margin: 0 -10px !important;
    transform: none !important;
  }
  .woocommerce.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
    flex: 1 1 100%;
    margin-bottom: 6px;
    padding: 0 3px;
  }
}
@media (min-width: 1000px) {
  .woocommerce-checkout .checkout-header {
    padding-top: 84px;
    padding-bottom: 28px;
  }
  .woocommerce-checkout .checkout-header .ch-wrap {
    padding: 0 5%;
    width: 90%;
    max-width: 78.5714285714em;
  }
  .woocommerce-checkout .checkout-header .ch-logo {
    line-height: 1.3em;
  }
  .woocommerce-checkout .checkout-header .ch-logo img {
    max-height: 60px;
  }
  .woocommerce-checkout article.page .entry-content {
    padding: 0 5%;
    width: 90%;
    max-width: 78.5714285714em;
  }
}
@media (min-width: 1300px) {
  .woocommerce-order-received .woocommerce-thankyou-order-received {
    padding-left: 0;
  }
  .woocommerce-order-received .woocommerce-thankyou-order-received:before {
    left: -69px;
  }
  .woocommerce-order-received .woocommerce-thankyou-order-details {
    padding-left: 0;
  }
}

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