:root {
  --ci: #eec936;
  --dci: #ebbf14;
  --hci: #fbf4d7;
  --text: #000;
  --hgrau: #f8f9fa;
  --mgrau: #495057;
  --dgrau: #1d2124;
}

html {
  scroll-padding-top: 200px;
  scroll-behavior: smooth
}

body {
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--text);
}

.container-max {
  max-width: 1810px;
}

.bg-color-grau {
  background-color: #e3e7eb;
  padding: 5px;
}

.btn-primary {
  background-color: var(--hci);
  border-color: var(--hci);
  color: var(--text);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--ci);
  border-color: var(--ci);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--ci);
  border-color: var(--ci);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ===== CHECKOUT START ===== */
#add-item-to-basket-overlay .modal {
  background: #00000045;
}

#add-item-to-basket-overlay .modal-dialog {
  max-width: 840px;
}

.addItemToBasketRow {
  display: flex;
  justify-content: center;
}

.addItemToBasketDivOne {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 300px;
}

#add-item-to-basket-overlay .modal-header, .basket-preview-header {
  border-bottom: none;
}

#add-item-to-basket-overlay .basketModalHeadline {
  font-weight: 700;
}

#add-item-to-basket-overlay .basketModalHeadlineBr {
  display: none;
}

#add-item-to-basket-overlay .basketModalQuantity {
  font-weight: 400;
}

@media (max-width: 400px) {
  #add-item-to-basket-overlay .basketModalQuantity {
    display: block;
  }
}

#add-item-to-basket-overlay .basketModalHeadline:before {
  display: inline-block;
  content: '✓';
  height: 30px;
  width: 30px;
  left: 5px;
  top: -1px;
  position: relative;
}

#add-item-to-basket-overlay .basketModalItemName {
  font-size: 1rem;
  margin-bottom: 0;
}

#add-item-to-basket-overlay .basketModalAttributes,
.page-basket .basketListAttributes,
.page-checkout .basketListAttributes {
  font-size: 95% !important;
}

.addItemToBasketAccessory {
  margin-bottom: 0;
}

#add-item-to-basket-overlay .basketModalPrice {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0;
}

#add-item-to-basket-overlay .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .75rem;
  border-top: none;
  flex-wrap: unset;
  flex-direction: column;
}

#add-item-to-basket-overlay .modalBasketButton {
  width: 97%;
  height: 45px;
  border-radius: 5px;
  position: relative;
  left: 3px;
}

#add-item-to-basket-overlay .modal-footer .btn-outline-primary {
  border-color: transparent;
  background: #eaeaea;
}

#add-item-to-basket-overlay .modal-footer .btn-outline-primary,
#add-item-to-basket-overlay .modal-footer .btn-primary {
  font-size: 1.15rem;
  align-content: center;
}

#add-item-to-basket-overlay .modal-footer .btn-primary {
  background-color: var(--ci);
}

#add-item-to-basket-overlay .modal-footer .btn-primary:hover {
  background-color: #ffda48;
}

@media (max-width: 660px) {
  .addItemToBasketRow {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 500px) {

  #add-item-to-basket-overlay .modal-body .basketModalItemName,
  #add-item-to-basket-overlay .basketModalAttributes,
  .page-basket .basketListAttributes,
  .page-checkout .basketListAttributes {
    font-size: 1.2rem;
  }

  #add-item-to-basket-overlay .modal-footer .btn-outline-primary,
  #add-item-to-basket-overlay .modal-footer .btn-primary {
    font-size: 1.2rem;
  }
}

#add-item-to-basket-overlay .expressButtonText,
.page-basket .expressButtonText {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 10px;
}

.paypalSmartButtons div {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page-basket .paypalSmartButtons.btn,
.basket-preview-wrapper .paypalSmartButtons.btn {
  padding: .5rem 0 !important;
}

.basket-preview-wrapper .basket-preview-content .item-list {
  max-height: 55vh;
}

.basket-preview-wrapper .basket-preview-content {
  background: linear-gradient(to bottom, white 60%, #f8f9fa 0%);
}

#add-item-to-basket-overlay .expressButtonText::before,
#add-item-to-basket-overlay .expressButtonText::after,
.page-basket .expressButtonText::before,
.page-basket .expressButtonText::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #c2c2c2;
}

#add-item-to-basket-overlay .expressButtonText::before,
.page-basket .expressButtonText::before {
  margin-right: 10px;
}

#add-item-to-basket-overlay .expressButtonText::after,
.page-basket .expressButtonText::after {
  margin-left: 10px;
}

.basket-preview-wrapper .basket-preview-footer>* {
  -webkit-box-flex: 1;
  -ms-flex: unset;
  flex: 1 0 40%;
}

/* .basket-preview-wrapper .btn-outline-primary,
.basket-preview-wrapper .btn-primary {
  width: 92%;
  margin-left: 25px;
} */
.page-basket .basketContainerMax,
.page-login .checkoutContainer,
.page-checkout .checkoutContainer,
.page-register .checkoutContainer {
  max-width: 1450px !important;
}

.page-login .checkoutFooterContainer,
.page-register .checkoutFooterContainer,
.page-checkout .checkoutFooterContainer {
  max-width: 900px !important;
  display: flex;
  flex-direction: column;
  margin-top: 10rem;
  margin-bottom: 2rem;
}

.page-login .checkoutFooterContainer img,
.page-register .checkoutFooterContainer img,
.page-checkout .checkoutFooterContainer img {
  width: 25%;
}

.page-basket .basketSumBlock,
.page-checkout .basketSumBlock,
.page-confirmation .basketSumBlock {
  background-color: #f6f6f6 !important;
}

.page-basket .basketSumBlockHeadline,
.page-basket .totalSum dt,
.page-basket .totalSum dt,
.page-checkout .basketSumBlockHeadline,
.page-checkout .totalSum dt,
.page-checkout .totalSum dt,
.basket-preview-wrapper .totalSum dt,
.basket-preview-wrapper .totalSum dt,
.page-confirmation .basketSumBlockHeadline,
.page-confirmation .totalSum dt,
.page-confirmation .totalSum dt {
  font-weight: 700;
  font-size: 1.2rem;
}

.page-basket .basketSumBlockSubline,
.page-checkout .basketSumBlockSubline {
  font-size: .8rem;
}

.page-basket .basketPaymentIcons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px 0;
}

.page-basket .basket-payment-icon {
  width: 100%;
  height: 30px;
  padding: 6px;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0 rgb(0 0 0 / 40%);
}

.page-basket .basketSumBlockNote,
.page-checkout .basketSumBlockNote {
  text-align: center;
  font-size: .9rem;
  color: #008100;
  margin: 30px 0 200px 0;
}

.page-basket .basketSumBlockNote:before,
.page-checkout .basketSumBlockNote:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/schloss-icon.svg);
  background-repeat: no-repeat;
  height: 15px;
  width: 20px;
  left: 0px;
  top: 1px;
  position: relative;
  filter: invert(20%) sepia(94%) saturate(4098%) hue-rotate(106deg) brightness(97%) contrast(105%);
}

.headerSafeShopping {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 2px;
  margin-bottom: 0;
}

.headerSafeShopping:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/schloss-icon.svg);
  background-repeat: no-repeat;
  height: 15px;
  width: 20px;
  left: 0px;
  top: 1px;
  position: relative;
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(80deg) brightness(107%) contrast(101%);
}

.page-login header #page-header-parent,
.page-register header #page-header-parent,
.page-checkout header #page-header-parent {
  padding-top: 10px !important;
}

.page-category-content #page-body {
  margin-top: 115px;
}

.page-checkout div#page-body,
.page-checkout div.footer,
.page-basket div#page-body,
.page-basket div.footer {
  overflow-x: unset;
}

.page-checkout .basketSumBlock {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  width: 100%;
}

.page-basket .pageBasketSticky {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  width: 100%;
}

@media (max-width:545px) {

  .page-login header #page-header-parent,
  .page-register header #page-header-parent,
  .page-checkout header #page-header-parent {
    height: 90px !important;
  }

  .page-login .login-view-title,
  .page-register h1 {
    font-size: 1.25rem !important;
  }

  .page-login .btn-primary,
  .page-basket .btn-primary,
  .page-checkout .btn-primary {
    height: 35px !important;
  }
}

.page-basket .basket-list-item .image-container,
.page-checkout .basket-list-item .image-container {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  margin-right: 30px;
}

.page-checkout .basket-list-item .image-container {
  width: 120px;
}

.basket-preview-wrapper .basket-list-item .image-container {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 75px;
  margin-right: 15px;
}

.basket-preview-wrapper .basketListAttributes {
  font-size: 85% !important;
}

.basket-preview-wrapper .item-name {
  font-size: .9rem !important;
}

@media (max-width: 575px) {

  .basket-preview-wrapper .item-name,
  .basket-preview-wrapper .basketListAttributes {
    font-size: 1rem !important;
  }
}

.basket-preview-wrapper .basketReservationNote {
  display: none;
}

.basket-preview-wrapper .qty-box-container {
  height: 31px;
}

.basket-preview-wrapper .qty-box {
  margin-left: 0;
}

.basket-preview-wrapper .basketItemDelete {
  margin-top: 5px;
  display: block;
}

.page-basket .item-name,
.page-checkout .item-name,
.page-confirmation .item-name {
  font-size: 1rem;
}

.page-basket .text-primary,
.page-basket .color-primary,
.page-basket a.text-primary:hover,
.page-basket a.text-primary:focus,
.page-basket a.color-primary:focus,
.page-checkout .text-primary,
.page-checkout .color-primary,
.page-checkout a.text-primary:hover,
.page-checkout a.text-primary:focus,
.page-checkout a.color-primary:focus {
  color: #1b1b1b !important;
}

.page-basket .qty-box,
.page-checkout .qty-box {
  margin-left: unset;
}

.page-basket .qty-box .qty-input,
.page-checkout .qty-box .qty-input {
  width: 40px;
  height: 32px;
}

.page-basket .basketItemDelete,
.page-checkout .basketItemDelete {
  color: #9CA9B9;
  display: block;
}

.page-basket .basketReservationNote,
.page-login .basketReservationNote {
  font-size: .875rem;
  color: #6c757d;
}

.page-checkout .basketReservationNote {
  display: none;
}

.page-basket .basketReservationNote:before,
.page-checkout .basketReservationNote:before,
.page-login .basketReservationNote:before {
  display: inline-block;
  content: 'i';
  color: #ffffff;
  background-color: #a2aebd;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  font-size: 13px;
  left: -2px;
  margin-right: 2px;
  top: 1px;
  position: relative;
}

.basketListPrice {
  font-size: 1rem;
}

.progress-container {
  width: 100%;
  margin: 5px 0 20px 0;
  display: flex;
  justify-content: center;
  background: white;
}

.progress {
  display: flex;
  align-items: center;
  width: 80%;
  height: auto;
  position: relative;
  margin-top: 15px;
  background: #fff;
}

.progress-step {
  flex: 1;
  text-align: center;
  position: relative;
}

.progress-step>a,
.progress-step>a:hover,
.progress-step>a:active,
.progress-step>a:focus {
  color: #1b1b1b;
  display: inline;
}

.progress-step:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  top: 29%;
  left: 0%;
  transform: translateX(50%);
  z-index: 1;
}

@media (max-width: 610px) {
  .progress-step:not(:last-child)::after {
    top: 22%;
  }
}

@media (max-width: 420px) {
  .page-checkout .basket-list-item .image-container {
    margin-right: 15px;
  }
}

.progress-circle {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.progress-step.active .progress-circle {
  background-color: var(--ci);
  color: #fff;
  border-color: var(--ci);
}

.progress-step.completed .progress-circle {
  background-color: var(--ci);
  color: #1b1b1b;
  border-color: var(--ci);
  position: relative;
}

.progress-step.completed .progress-circle::before {
  content: '✓';
  color: #fff;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.progress-label {
  margin-top: 2px;
  font-size: 14px;
  color: #666;
}

.progress-step.active .progress-label {
  color: #1b1b1b;
}

.page-basket #ppButton {
  text-align: center;
}

.page-basket .btn-primary,
.page-checkout .btn-primary {
  background-color: var(--ci);
  border-color: var(--ci);
  color: #fff;
  height: 40px;
  align-content: center;
  font-size: 1.2rem;
}

.page-confirmation .bg-primary {
  background-color: var(--ci);
}

.page-basket .basketListButtonNote {
  font-weight: 700;
  margin: 10px 0;
  text-align: center;
}

.basket-preview-wrapper .btn-outline-primary {
  color: #000;
  border-color: transparent;
  align-content: center;
  background: #d9d9d9;
}

.basket-preview-wrapper .fa-shopping-cart {
  color: #1b1b1b !important;
}

.page-basket .basketListAttributesGroup .basketListAttributes:last-of-type .basketListAttributesPipe {
  visibility: hidden;
}

/* Netto-Werte ausblenden */
.cmp-totals .component-loading [data-testing="item-sum-net"],
.cmp-totals .component-loading [data-testing="shipping-amount-net"],
.cmp-totals .component-loading [data-testing="basket-sub-amount"],
.cmp-totals .component-loading [data-testing="basket-amount-net"],
.cmp-totals .component-loading [data-testing="vat-amount"],
/* Die dt-Elemente, die vor den versteckten dd-Elementen stehen */
.cmp-totals .component-loading dt:has(+ dd[data-testing="item-sum-net"]),
.cmp-totals .component-loading dt:has(+ dd[data-testing="shipping-amount-net"]),
.cmp-totals .component-loading dt:has(+ dd[data-testing="basket-sub-amount"]),
.cmp-totals .component-loading dt:has(+ dd[data-testing="vat-amount"]),
.cmp-totals .component-loading dt:has(+ dd[data-testing="basket-amount-net"]) {
  display: none;
}

/* Zwischensumme und anderen Trennlinien ausblenden außer der letzten */
.cmp-totals .component-loading hr:not(.totalSum hr) {
  display: none;
}

/* Gewichtung für Versandkosten anpassen - sowohl dt als auch dd */
.cmp-totals .component-loading dt:has(+ dd[data-testing="shipping-amount"]),
.cmp-totals .component-loading [data-testing="shipping-amount"] {
  font-weight: 400 !important;
}

/* Gutschein Style */
.cmp-totals .component-loading dt:has(+ dd[data-testing="promotion-coupon"]),
.cmp-totals .component-loading [data-testing="promotion-coupon"] {
  color: green !important;
}

/*
.page-basket .cmp-totals .component-loading dt:nth-of-type(1),
.page-basket .cmp-totals .component-loading dt:nth-of-type(3),
.page-basket .cmp-totals .component-loading dt:nth-of-type(5),
.page-basket .cmp-totals .component-loading dt:nth-of-type(6),
.page-basket .cmp-totals .component-loading dd:nth-of-type(1),
.page-basket .cmp-totals .component-loading dd:nth-of-type(3),
.page-basket .cmp-totals .component-loading dd:nth-of-type(5),
.page-basket .cmp-totals .component-loading dd:nth-of-type(6),
.page-basket .cmp-totals .component-loading .item-sum.net,
.page-basket .cmp-totals .component-loading .shipping-amount-net,
.page-basket .cmp-totals .component-loading .basket-sub-amount,
.page-basket .cmp-totals .component-loading .vat-amount,
.basket-preview-wrapper .cmp-totals .component-loading dt:nth-of-type(1),
.basket-preview-wrapper .cmp-totals .component-loading dt:nth-of-type(3),
.basket-preview-wrapper .cmp-totals .component-loading dt:nth-of-type(5),
.basket-preview-wrapper .cmp-totals .component-loading dt:nth-of-type(6),
.basket-preview-wrapper .cmp-totals .component-loading dd:nth-of-type(1),
.basket-preview-wrapper .cmp-totals .component-loading dd:nth-of-type(3),
.basket-preview-wrapper .cmp-totals .component-loading dd:nth-of-type(5),
.basket-preview-wrapper .cmp-totals .component-loading dd:nth-of-type(6),
.basket-preview-wrapper .cmp-totals .component-loading .item-sum.net,
.basket-preview-wrapper .cmp-totals .component-loading .shipping-amount-net,
.basket-preview-wrapper .cmp-totals .component-loading .basket-sub-amount,
.basket-preview-wrapper .cmp-totals .component-loading .vat-amount,
.page-basket .cmp-totals .component-loading .totalSum hr,
.basket-preview-wrapper .cmp-totals .component-loading .totalSum hr,
.basket-preview-wrapper .totals.d-flex.flex-nowrap.flex-column.px-3.pt-3>hr,
.page-checkout .cmp-totals .component-loading dt:nth-of-type(1),
.page-checkout .cmp-totals .component-loading dt:nth-of-type(3),
.page-checkout .cmp-totals .component-loading dt:nth-of-type(5),
.page-checkout .cmp-totals .component-loading dt:nth-of-type(6),
.page-checkout .cmp-totals .component-loading dd:nth-of-type(1),
.page-checkout .cmp-totals .component-loading dd:nth-of-type(3),
.page-checkout .cmp-totals .component-loading dd:nth-of-type(5),
.page-checkout .cmp-totals .component-loading dd:nth-of-type(6),
.page-checkout .cmp-totals .component-loading .item-sum.net,
.page-checkout .cmp-totals .component-loading .shipping-amount-net,
.page-checkout .cmp-totals .component-loading .basket-sub-amount,
.page-checkout .cmp-totals .component-loading .vat-amount,
.page-checkout .cmp-totals .component-loading .totalSum hr {
  display: none;
}

.page-basket .cmp-totals .component-loading dt:nth-of-type(4),
.page-basket .cmp-totals .component-loading dd:nth-of-type(4),
.page-checkout .cmp-totals .component-loading dt:nth-of-type(4),
.page-checkout .cmp-totals .component-loading dd:nth-of-type(4) {
  font-weight: 400 !important;
}
*/

.wish-container {
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 1.5rem;
}

.wish-checkbox {
  display: none;
}

.wish-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 10px;
}

.wish-label h5 {
  margin: 0;
}

.wish-label::after {
  font-family: "FontAwesome";
  content: "\f078";
  font-size: 12px;
  transition: transform 0.3s ease;
  position: relative;
  left: 10px;
  color: #6c757d;
}

.wish-checkbox:checked+.wish-label::after {
  transform: rotate(180deg);
}

.wish-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0;
}

.page-checkout .cmp-contact {
  margin-bottom: 10px;
  max-height: 50px;
}

.wish-checkbox:checked+.wish-label+.wish-content {
  max-height: 70px;
}

.wish-content p {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}

.page-basket .component-loading.with-icon.refreshing dl,
.basket-preview-wrapper .component-loading.with-icon.refreshing dl,
.page-checkout .component-loading.with-icon.refreshing dl {
  margin-bottom: 0;
}

.buyBoxVat {
  margin-bottom: 1rem;
  font-size: .85rem;
  color: #6c757d !important
}

.coupon-checkbox {
  display: none;
}

.coupon-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.coupon-label span {
  margin: 0;
}

.coupon-label::after {
  font-family: "FontAwesome";
  content: "\f078";
  font-size: 12px;
  transition: transform 0.3s ease;
  position: absolute;
  right: 0;
  color: #6c757d;
}

.coupon-checkbox:checked+.coupon-label::after {
  transform: rotate(180deg);
}

.coupon-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.coupon-checkbox:checked+.coupon-label+.coupon-content {
  max-height: 35px;
}

.page-checkout .adressHeadline,
.page-checkout .paymentHeadline,
.page-checkout .checkoutProductHeadline,
.page-checkout .wishHeadline {
  font-weight: bold;
}

.page-checkout .shipping-method-select {
  margin-bottom: 15px;
}

.page-checkout .checkoutProductHeadline,
.page-checkout .checkoutProduct {
  padding: 0;
}

.checkout-rightside {
  margin-top: 55px;
}

.page-basket .add-item .btn-primary,
.page-checkout .add-item .btn-primary {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
  height: 32px;
  align-content: center;
  font-size: 1rem;
  margin-top: 0 !important;
  min-width: 11rem;
}

.page-checkout .coupon-content .btn-primary {
  background-color: var(--mgrau);
  border-color: var(--mgrau);
  color: #fff;
  height: auto;
  align-content: center;
  font-size: 1rem;
}

.page-basket .add-item .btn-primary:hover,
.page-checkout .add-item .btn-primary:hover,
.page-basket .add-item .btn-primary:active,
.page-checkout .add-item .btn-primary:active,
.page-basket .add-item .btn-primary:focus,
.page-checkout .add-item .btn-primary:focus {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  color: #fff;
}

.page-checkout .coupon-content .btn-primary:hover,
.page-checkout .coupon-content .btn-primary:active,
.page-checkout .coupon-content .btn-primary:focus {
  background-color: var(--ci);
  border-color: var(--ci);
  color: #fff;
}

.page-checkout .checkoutLawLink {
  text-decoration: underline;
  cursor: pointer;
}

.checkoutFooterContainer .checkout-link {
  cursor: pointer;
}

.page-checkout .add-item {
  top: .5em;
  right: .5em;
}

.page-checkout .cmp-address-list .items>div:first-child {
  min-height: 135px;
  margin-bottom: 0;
}

.page-basket #vue-app,
.page-confirmation #vue-app {
  margin-top: 100px;
}

.page-login #vue-app,
.page-checkout #vue-app,
.page-register #vue-app {
  margin-top: 63px;
}

@media (max-width: 991px) {
  .page-basket #vue-app {
    margin-top: 0;
  }

  .page-confirmation #vue-app {
    margin-top: 20px;
  }

  .page-login #vue-app,
  .page-checkout #vue-app,
  .page-register #vue-app {
    margin-top: 63px;
  }

  .page-checkout #page-body {
    margin-top: 25px;
  }

  .checkout-rightside {
    margin-top: 0;
  }
}

@media (max-width: 545px) {

  .page-login #vue-app,
  .page-checkout #vue-app,
  .page-register #vue-app {
    margin-top: 22px;
  }

  .page-checkout #page-body {
    margin-top: 90px;
  }
}

.registerBlock {
  background-color: #f6f7f9;
}

.registerBlock,
.loginBlock {
  padding: 15px;
}

.page-login .btn-guestLogin,
.page-login .modal-dialog .btn-primary {
  background-color: var(--ci) !important;
  border-color: var(--ci) !important;
  color: #fff !important;
  height: 40px;
  align-content: center;
  font-size: 1.2rem;
}

.page-login .btn-guestLogin:hover,
.page-login .btn-guestLogin:focus,
.page-login .btn-guestLogin:active,
.page-login .modal-dialog .btn-primary:hover,
.page-login .modal-dialog .btn-primary:focus,
.page-login .modal-dialog .btn-primary:active {
  background-color: var(--dci) !important;
  border-color: var(--dci) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.page-login .btn-primary {
  border-color: var(--grau);
  background-color: transparent;
  color: #212529;
  height: 40px;
  align-content: center;
  font-size: 1.2rem;
}

.page-login .btn-primary:hover,
.page-login .btn-primary:focus,
.page-login .btn-primary:active {
  background-color: var(--grau);
  border-color: var(--grau);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.page-confirmation .card.smal {
  min-height: 463px;
}

.page-confirmation .card-body .orderConfirmationText {
  font-size: 1rem;
}

.page-confirmation article {
  text-align: left !important;
}

.page-confirmation .cmp-order-item .item-image {
  -ms-flex: 0 1 7.7em;
  flex: 0 1 7.7em;
}

.page-confirmation .itemSummary {
  font-weight: 700;
}

@media (max-width: 1300px) {
  .page-checkout .add-item .btn-primary {
    height: 28px;
    font-size: .8rem;
    min-width: 8.8rem;
  }

  .page-checkout .add-item {
    top: .2em;
    right: .2em;
  }
}

@media (max-width: 990px) {

  .page-basket .item-name,
  .page-basket .basketListPrice {
    font-size: 1rem;
  }

  .page-basket .basketListAttributes {
    font-size: 80% !important;
  }
}

@media (max-width: 767px) {

  .page-basket .basket-item-container-right,
  .page-checkout .basket-item-container-right {
    display: none;
  }

  .progress-label {
    font-size: .8rem;
  }

  .page-checkout .cmp-address-list .items>div:first-child {
    min-height: auto !important;
  }
}

@media (max-width: 610px) {
  .progress-label {
    min-height: 34px;
  }
}

@media (max-width: 460px) {

  .page-basket .item-name,
  .page-basket .basketListPrice,
  .page-basket .basketSumBlockNote,
  .page-checkout .item-name,
  .page-checkout .basketListPrice,
  .page-checkout .basketSumBlockNote {
    font-size: .85rem;
  }

  .page-basket .basketListAttributes,
  .page-checkout .basketListAttributes {
    font-size: 80% !important;
  }

  .page-basket .basketSumBlockNote:before,
  .page-checkout .basketSumBlockNote:before {
    height: 15px;
    width: 20px;
    top: 2px;
  }

  .progress {
    width: 100%;
  }

  .page-confirmation .card-body .orderConfirmationText {
    font-size: .9rem;
  }

  .page-checkout .basket-list-item .image-container {
    width: 80px;
  }
}

/* ===== CHECKOUT END ===== */
.btn-secondary {
  background-color: #e3e7eb;
  border-color: #e3e7eb;
  color: var(--text);
  border-radius: 5px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: var(--ci);
  border-color: var(--ci);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single .btn-secondary:hover,
.single .btn-secondary:focus,
.single .btn-secondary:active {
  background-color: var(--mgrau);
  border-color: var(--mgrau);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single .btn-secondary:hover img,
.single .btn-secondary:focus img,
.single .btn-secondary:active img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(183deg) brightness(104%) contrast(101%);
}

.control-basket .toggle-basket-preview {
  background-color: transparent;
}

header#page-header {
  background-color: var(--mgrau);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header #page-header-parent {
  height: 63px;
  padding-top: 6px;
  padding-bottom: 10px;
}

#logo {
  padding: 10px 0;
}

header #search {
  flex: 1 1 0;
  max-width: 820px;
}

header .control-user .fa-user {
  color: #fff;
}

header #controlsList .nav-link>.fa {
  font-size: 20px;
  color: #fff;
}

header #controlsList .nav-link[aria-expanded="true"]>.fa {
  color: #fff;
}

header .border-bottom {
  border-bottom: 0 !important;
}

.controls-list .nav-link:hover {
  color: #fff;
  background-color: var(--dgrau);
}

.main-navbar-collapsable .mainmenu {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  font-weight: bold;
}

.main-navbar-collapsable .mainmenu>li>a {
  padding: 0.5rem 1rem;
  color: var(--text);
}

#vue-app {
  background-color: #fff;
}

.page-home #page-body {
  margin-top: 97px;
  background-color: #fff;
}

.page-category-item #page-body,
.page-singleitem #page-body {
  margin-top: 128px;
  background-color: #fff;
}

.page-basket #page-body {
  margin-top: 95px;
}

.page-login #page-body {
  margin-top: 120px;
}

.page-checkout #page-body {
  margin-top: 95px;
}

.page-contact #page-body {
  margin-top: 108px;
  margin-bottom: 55px;
}

.borderSolidBlack {
  border: 1px solid var(--text);
}

.headerPic {
  position: relative;
}

.categoryHeaderPic {
  margin-top: -6px;
}

.headerPic .container-max {
  position: absolute;
  bottom: 50px;
  right: 0;
}

.headerPic .headline {
  background-color: var(--ci);
  padding: 10px 60px;
  color: var(--text);
  font-weight: bold;
  font-size: 20px;
  display: inline;
}

.homeFirst2Categories {
  position: relative;
}

.homeFirst2CategoriesContent {
  position: absolute;
  right: 16px;
  bottom: 15px;
  background-color: var(--ci);
  padding: 10px 20px;
}

.homeFirst2CategoriesContent p {
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
}

.homeCategories .box {
  border: 1px solid var(--text);
  padding-bottom: 10px;
  display: block;
  height: 100%;
  margin-bottom: 20px;
}

.homeCategories .box img {
  margin-bottom: 10px;
}

.homeCategories .box p {
  margin-bottom: 0;
  font-size: 16px;
  color: var(--text);
}

.text-img-caption {
  /* text-align: center; */
  margin-top: 5px;
}

.homeFAQheadline,
.homeServices {
  background-color: var(--hci);
  padding: 15px 0;
}

.homeFAQheadline p.h3 {
  font-weight: bold;
}

.homeServices img {
  padding-bottom: 10px;
  max-height: 75px;
  width: auto;
}

.homeServices img.reverse {
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.homeFAQheadline h2,
.homeFAQheadline h3,
.homeServices p {
  color: var(--text);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.sideBarHeadline {
  margin-top: 30px;
}

.sideBarHeadline,
.filter-toggle {
  background: var(--dci);
  display: block;
  text-align: start;
  background-color: var(--dci);
  border-radius: 5px;
  padding: 3px 5px 3px 10px;
  color: #fff;
  font-weight: 700;
}

.filter-toggle:hover,
.filter-toggle:focus,
.filter-toggle:active {
  text-decoration: none;
  cursor: default;
  color: #fff;
}

@media (max-width: 991px) {

  .sideBarHeadline,
  .filter-toggle {
    padding: 10px;
    text-align: center;
  }
}

.product-list select {
  border: solid 1px var(--hgrau);
}

footer .headline {
  font-weight: bold;
}

footer .footerTop {
  padding: 40px 0;
  background-color: var(--mgrau);
  color: #fff;
}

footer .footerTop a:hover {
  color: #fff;
}

footer .footerBottom {
  padding: 20px 0;
  text-align: center;
  background-color: var(--hgrau);
  color: #000;
}

footer .footerBottom p {
  margin-bottom: 5px;
}

footer a {
  color: #fff;
}

footer .social-media a {
  color: #fff;
}

footer .tabStop {
  width: 100px;
  display: inline-block;
}

footer .icons ul {
  display: flex;
  flex-wrap: wrap;
}

footer .icons ul li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

footer .icons ul li img {
  margin-bottom: 10px;
  margin-right: 10px;
}

footer .social-media ul li {
  flex: 0 0 40px;
  max-width: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

footer .social-media ul li i {
  display: block;
  height: 40px;
  text-align: center;
  padding: 8px;
  color: #fff;
  font-size: 25px;
}

footer .social-media ul li.facebook i {
  background-color: #0654a1;
}

footer .social-media ul li.instagram i {
  background-color: #973464;
}

footer .social-media ul li.whatsapp i {
  background-color: #42d855;
}

footer .social-media ul li.youtube i {
  background-color: #ce1629;
}

.pagination {
  align-items: center;
  justify-content: center;
}

.product-list {
  display: block;
  margin: 0 -15px;
}

.product-list li {
  float: left;
}

.product-list::after {
  content: "";
  display: table;
  clear: both;
}

.cmp-product-thumb {
  border: 1px solid #777777;
  border-radius: 2px;
  padding: 10px 10px 0;
  display: block;
  margin-bottom: 20px;
}

.cmp-product-thumb:hover .img-fluid {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cmp-product-thumb .thumb-title {
  color: var(--text);
  min-height: 47px;
}

.single .singleItemRechts {
  padding: 15px 30px 0px 30px;
  box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 15%);
  overflow: hidden;
  min-height: 734px;
}

.single .cmp-product-thumb .thumb-title {
  min-height: 47px;
}

.cmp-product-thumb .prices {
  justify-content: center;
  line-height: normal;
  align-items: center;
  min-height: 25px;
}

/* .cmp-product-thumb .price,
.cmp-product-thumb .artSold,
.cmp-product-thumb .price-view-port {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
} */
.cmp-product-thumb .price {
  color: var(--text) !important;
}

.cmp-product-thumb .artSold {
  color: red;
  font-size: .81em;
  display: none;
}

.single .artSold {
  color: red;
  font-size: .81em;
  display: none;
}

.cmp-product-thumb .artSold p {
  margin-bottom: 0;
}

.cmp-product-thumb .itemStock {
  text-align: center;
  margin-bottom: 5px;
  min-height: 1px;
}

.single .itemStock {
  display: flex;
  align-items: center;
}

.cmp-product-thumb .itemStock .dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: red;
  border-radius: 11px;
  margin-right: 2px;
}

.single .itemStock .dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: red;
  border-radius: 11px;
  margin-right: 10px;
}

.cmp-product-thumb .itemStock.green .dot {
  background: #28a745;
}

.cmp-product-thumb .itemStock.orange .dot {
  background: orange;
}

.single .itemStock.green .dot {
  background: #28a745;
}

.single .itemStock.orange .dot {
  background: orange;
}

.cmp-product-thumb .special-tags {
  padding: 0 !important;
}

.cmp-product-thumb .special-tags .badge {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  display: block;
  padding: 5px 8px;
  font-size: 14px;
}

.cmp-product-thumb .special-tags .badge-primary {
  background-color: var(--ci);
}

.filter-wrapper {
  width: 100%;
}

.filter-wrapper .card {
  border: 0;
  border-top: solid 1px var(--text);
}

.filter-wrapper .card:first-child {
  border-top: 0;
}

.filter-wrapper .card-columns {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  orphans: 1;
  widows: 1;
}

.filter-wrapper .h3 {
  font-size: 18px;
}

.filter-wrapper .form-check-label {
  display: block;
}

.filter-wrapper .card .pic {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 39px;
}

.filter-wrapper .filter-badge {
  min-width: 1px;
  width: 24px;
  padding: 3px 0;
  height: 24px;
}

.cat-control .list-sort .custom-select {
  border: 1px solid #bebebe;
  border-radius: 0;
  padding: 5px 30px 5px 10px;
  height: 33.5px;
}

.cat-control p {
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
}

.cat-control .list-sort {
  margin-left: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.asideHeadline {
  background-color: #495057;
  border-radius: 5px;
  padding: 3px 5px 3px 10px;
  color: #fff;
  font-weight: 700;
}

.page-category-item .custom-select {
  padding: .5rem .75rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin-bottom: 15px;
  border-radius: 5px;
}

.categoriegridList {
  margin-top: 15px;
}

.categoryTxtFreeShipping {
  font-size: .9rem;
}

@media (max-width: 780px) and (min-width: 768px) {

  .categoryTxtFreeShipping,
  .cmp-product-thumb .itemStock {
    font-size: .88rem;
  }
}

@media (max-width: 385px) {

  .categoryTxtFreeShipping,
  .cmp-product-thumb .itemStock {
    font-size: .85rem;
  }

  .cmp-product-thumb .thumb-title {
    font-size: .9rem;
  }
}

@media (max-width: 1600px) and (min-width: 1120px) {
  .categoryCols .col-lg-10 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .categoryCols .col-lg-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .categoryCols .product-list .col-lg-3 {
    max-width: 33.333%;
    flex: 0 0 33.333%;
  }
}

@media (max-width: 1119px) and (min-width: 992px) {
  .categoryCols .col-lg-10 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .categoryCols .col-lg-2 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .categoryCols .product-list .col-lg-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 580px) {
  .cat-control p {
    font-size: 14px;
  }
}

.single .title {
  line-height: 1;
  margin-bottom: 3px;
}

.single .shortdescription {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.single .seo-subline {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: .3rem;
}

.single .vat,
.page-singleitem .vat {
  margin-bottom: 0;
}

.single .crossprice {
  display: none;
}

.single .downloads {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  /* min-height: 123px; */
}

.single .btn-download {
  padding: 5px 15px;
  font-size: 18px;
  text-align: left;
}

.single .btn-download>img {
  max-width: 34px;
  padding-right: 10px;
}

.single .btn-download>.fa {
  float: none;
  font-size: 30px;
  padding-right: 10px;
}

.single .nav-tabs {
  border-bottom: 0;
  margin: 0 -15px;
}

.single .nav-tabs .nav-item {
  float: none;
  flex: 1 1 auto;
  padding: 0 15px;
}

.single .nav-tabs .nav-link {
  border: 0;
  background: #e3e7eb;
  text-align: center;
  color: var(--text);
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
}

.single .nav-tabs .nav-link:hover,
.single .nav-tabs .nav-link:focus,
.single .nav-tabs .nav-link:active,
.single .nav-tabs .nav-link.active {
  border: 0;
  background: var(--ci);
  color: #fff;
}

.single .nav-tabs .nav-link .fa {
  float: right;
  font-size: 30px;
}

.single .bulletpoints ul {
  padding-left: 0;
}

.single .bulletpoints li {
  color: var(--text);
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.single .bulletpoints li::before {
  background-color: var(--ci);
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}

.single .bulletpoints li a {
  color: var(--text);
}

.single .v-s-boxes.images .v-s-box:not(.empty-option) {
  width: 70px;
  height: 70px;
}

.v-s-boxes .v-s-box {
  border-radius: 5px;
}

.v-s-boxes .v-s-box.invalid {
  position: relative;
  border-style: solid;
}

.v-s-boxes .v-s-box.invalid>span,
.v-s-boxes .v-s-box.invalid img {
  opacity: 1;
}

.v-s-boxes .v-s-box.invalid::after {
  display: none;
}

.v-s-boxes.py-3.images {
  padding-top: 0 !important;
}

.v-s-boxes .v-s-box.active {
  color: #eec936;
  border-radius: 5px;
  border: 2px solid #eec936;
}

.single .pipe {
  border-right: 1px solid var(--text);
  padding-left: 4px;
  margin-right: 4px;
  display: inline-block;
  width: 5px;
  height: 14px;
  margin-bottom: -2px;
}

.single .crossSellingHeadline {
  font-size: 20px;
  margin-bottom: 30px;
}

.single .single-carousel {
  max-height: 450px;
}

.single-carousel .owl-item img {
  max-height: 730px;
  margin: 0 auto;
}

.single .owl-thumbs .owl-thumb {
  border: 1px solid #000;
}

.single hr {
  border-top: 1px solid var(--mgrau);
}

.single .price, .page-singleitem .price {
  display: inline;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--dci);
}

.single .incl {
  font-size: .85rem;
  display: block;
  margin-bottom: .3rem;
}

.single .crossSellingLinkText {
  color: var(--text);
  font-weight: bold;
}

.single .crossSellingLinkText:hover,
.single .crossSellingLinkText:focus,
.single .crossSellingLinkText:active {
  color: var(--dci);
}

.single .tab-content .row {
  margin-right: 0;
  margin-left: 0;
  color: var(--text)
}

.single .crossSelling .price {
  /* min-height: 40px; */
  font-size: 1.2rem;
}

.single .cmp-product-thumb .prices {
  min-height: 41px;
}

.single .cmp-product-thumb .itemStock {
  min-height: 42px;
}

/* ============================
FEEDBACK BEWERTUNG STERNE
===============================
*/
.feedback-stars-average.feedback-category-view {
  margin-top: 5px;
  margin-left: 0px;
  width: 85px;
}

.single .feedback-stars-average {
  height: 20px !important;
}

#feedback-stars {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#feedback-stars .fa-star {
  margin: 0 3px;
}

.cmp-product-thumb #feedback-stars.star-0 .feedback-star {
  color: transparent;
}

#feedback-stars.star-1 .feedback-star:first-child,
#feedback-stars.star-2 .feedback-star:first-child,
#feedback-stars.star-2 .feedback-star:nth-child(2),
#feedback-stars.star-3 .feedback-star:first-child,
#feedback-stars.star-3 .feedback-star:nth-child(2),
#feedback-stars.star-3 .feedback-star:nth-child(3),
#feedback-stars.star-4 .feedback-star:first-child,
#feedback-stars.star-4 .feedback-star:nth-child(2),
#feedback-stars.star-4 .feedback-star:nth-child(3),
#feedback-stars.star-4 .feedback-star:nth-child(4),
#feedback-stars.star-5 .feedback-star:first-child,
#feedback-stars.star-5 .feedback-star:nth-child(2),
#feedback-stars.star-5 .feedback-star:nth-child(3),
#feedback-stars.star-5 .feedback-star:nth-child(4),
#feedback-stars.star-5 .feedback-star:nth-child(5) {
  color: #d2a24a;
}

.single .feedback-stars-average .feedback-star {
  height: 30px;
  width: 24px;
  line-height: 32px;
  font-size: 24px;
  float: left;
  text-align: center;
  color: #d2a24a;
}

.single .feedback-container .feedback-list .feedback .feedback-comment .feedback-rating .full {
  color: #d2a24a;
}

.single .feedback-container input.star:checked~label.star:before,
.single .feedback-container input.star-rated:checked~label.star-rated:before {
  content: "";
  color: #d2a24a;
}

.single .feedback-container label.star:hover:before {
  color: #d2a24a !important;
}

.single .feedback-container label.star:hover~label.star:before {
  color: #d2a24a;
}

.single .crossSelling article #feedback-stars,
.single .crossSelling article .shortDesc {
  display: none
}

.single .widget-primary .bg-appearance {
  color: #212529 !important;
  background-color: #d2a24a !important;
}

@media (max-width: 400px) {
  #feedback-stars {
    position: relative;
    min-height: 22px
  }

  .feedback-stars-overlay-wrap {
    position: absolute;
    top: 0;
  }

  #feedback-stars-average .feedback-star {
    display: inline-block;
  }

  .feedback-stars-overlay-wrap .feedback-star {
    color: #d2a24a;
  }

  .feedback-stars-average .feedback-stars-background .feedback-star {
    color: rgba(0, 0, 0, 0.1);
  }
}

/*
==============================
FEEDBACK BEWERTUNG STERNE ENDE
==============================
*/
#add-item-to-basket-overlay a:not([href]) {
  color: var(--text);
}

#add-item-to-basket-overlay a:not([href]):hover,
#add-item-to-basket-overlay a:not([href]):focus,
#add-item-to-basket-overlay a:not([href]):active {
  color: #fff;
}

.newsbox {
  position: relative;
}

.newsBoxAktuell {
  color: #d3ad18;
}

.newsBoxContent img {
  position: absolute;
  top: 0;
  left: 0;
}

.newsBoxContentTopLeft {
  position: absolute;
  top: 15px;
  left: 15px;
}

.newsBoxContentTopRight {
  position: absolute;
  top: 15px;
  right: 15px;
}

.newsBoxContentCenter {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 85px;
  font-size: 18px;
}

.newsBoxContentBottomLeft {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.newsBoxContentBottomRight {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.newsBoxContentBottomLeft p,
.newsBoxContentBottomRight p {
  margin-bottom: 0;
}

.timesNewRoman {
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
}

.singleItemDeliveryInfo {
  background: #eaf2ed;
  border-radius: 5px;
  padding: 5px 15px;
}

.singleItemDeliveryInfoInner {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.singleItemDeliveryInfoInner:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/regenwasserzisterne/img/gratis-versand-lkw-icon-grau.svg);
  background-size: 35px 35px;
  height: 35px;
  width: 35px;
  margin-right: 15px;
  background-repeat: no-repeat;
  position: relative;
  vertical-align: bottom;
}

.deliveryTextOne {
  font-weight: 700;
  color: #435e54;
}

.deliveryConditions a {
  text-decoration: underline;
}

.add-to-basket-container .quantity-input-container {
  margin-right: 0;
}

.add-to-basket-container .btn-primary {
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  margin-left: 5px;
}

.add-to-basket-container .btn-primary .fa-shopping-cart {
  font-size: 30px;
  padding-left: 20px;
  float: none;
}

.add-to-basket-container .btn-primary .fa-shopping-cart:before {
  content: "\f105"
}

.seoImages img {
  margin-bottom: 10px;
  padding: 10px;
}

.seoImages p {
  text-align: center;
  background: var(--hci);
  padding: 5px;
  margin-bottom: 0;
  font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

.breadcrumb-item a {
  color: #000;
}

.page-category-content .breadcrumbs {
  display: none !important;
}

body.basket-open,
.modal-open {
  overflow: visible;
  padding-right: 0 !important
}

.page-login form[id^="login"]::after,
#login-modal-wrapper .modal-body::after {
  content: '* Pflichtfelder';
  margin-top: 10px;
  display: block;
}

.singleItemHeadlines {
  text-align: center;
  font-size: 16px;
  margin: 15px 0 15px 0;
  font-weight: bold;
}

.singleItemTrenner {
  border-top: 2px solid #495057 !important;
  width: 10%;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#thumb-carousel .owl-stage-outer.owl-height .owl-stage {
  transform: translate3d(0px, 0px, 0px);
  transition: all 0s ease 0s;
  width: 700px;
  height: 150px;
}

.single .owl-thumbs .owl-thumb {
  border: 1px solid #212529;
}

.owl-carousel .owl-single-item-control {
  font-size: 2rem;
  color: var(--ci);
  text-shadow: none;
}

.owl-carousel .carousel-control:hover i {
  color: var(--ci);
}

.owl-carousel:hover .owl-single-item-nav {
  opacity: .9;
}

.owl-theme .owl-dots {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.single .single-carousel,
.page-singleitem .single-carousel {
  background: var(--white);
}

.single-carousel.owl-carousel.owl-theme.owl-single-item.mt-0.owl-loaded.owl-drag .owl-stage {
  transform: translate3d(0px, 0px, 0px);
  transition: all 0s ease 0s;
  width: 750px;
  height: 700px;
}

.single .btn-primary {
  background-color: var(--ci);
  border-color: var(--ci);
  color: var(--text);
  border-radius: 5px;
}

.single .btn-primary:hover,
.single .btn-primary:focus,
.single .btn-primary:active {
  background-color: #ffda48;
  border-color: #ffda48;
  color: #404040;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single .qty-box .qty-input {
  width: 40px;
  padding: 5px 0;
  border: 1px solid #ced4da;
  border-right: 0;
  outline: none;
  -webkit-transition: all .2s cubic-bezier(0, 0, 0.26, 1);
  transition: all .2s cubic-bezier(0, 0, 0.26, 1);
}

.single .single-carousel {
  max-height: 730px;
}

@media (max-width: 1502px) {
  .owl-thumbs {
    display: none;
    margin-top: 1.8rem;
  }
}

@media (max-width: 1500px) {
  .owl-wrap {
    display: flex;
    flex-direction: column;
  }

  div#thumb-carousel {
    order: 2;
  }
}

@media (min-width: 1501px) {
  div#thumb-carousel {
    max-width: 750px;
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    top: -7px;
    right: 15px;
    overflow: hidden;
  }

  img.owl-thumb {
    transform: rotate(270deg);
  }

  .owl-wrap {
    position: relative;
    max-width: 750px;
    margin-left: 145px;
  }
}

.sw-tabelle-noborder {
  width: 80%;
  background: #f1f1f1;
}

.sw-tabelle-noborder tbody td {
  font-size: 15px;
}

.sw-tabelle-noborder td, .sw-tabelle-noborder th {
  padding: 4px 10px;
}

.sw-tabelle-noborder tr:nth-child(even) {
  background: var(--white);
}

/*--------------------------------
  TELEFONABFRAGE WIDGET
--------------------------------*/
.telefonabfrageWidget .widget {
  margin-bottom: 1rem;
}

.telefonabfrageWidget #addPhoneWidget {
  background: #f6f6f6;
}

.telefonabfrageWidget #addPhoneWidget .h2 {
  font-weight: 700;
  font-size: 1.2rem;
}

.telefonabfrageWidget #addPhoneWidget .btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: var(--ci);
  border-color: var(--ci);
}

.telefonabfrageWidget #addPhoneWidget .btn.disabled, .btn:disabled {
  opacity: 1;
}

.telefonabfrageWidget #addPhoneWidget .btn-link {
  color: var(--ci) !important;
}

/*--------------------------------
 RESPONSIVE
--------------------------------*/
@media (max-width: 1705px) {
  .newsBoxContentCenter {
    padding: 25px 85px;
  }

  .single .cmp-product-thumb .thumb-title {
    min-height: 55px;
  }
}

@media (max-width: 1600px) {
  .add-to-basket-container .quantity-input-container {
    top: -80px;
  }
}

@media (max-width: 1575px) {
  .newsBoxContentCenter {
    font-size: 14px;
  }

  .timesNewRoman {
    font-size: 18px;
  }
}

/* @media (max-width: 1510px) {
  .cmp-product-thumb .itemStock {
    min-height: 45px;
  }
} */
@media(max-width: 1460px) {
  .single .cmp-product-thumb .itemStock {
    min-height: 45px;
  }

  .single .cmp-product-thumb .thumb-title {
    min-height: 70px;
  }
}

@media (max-width: 1375px) {
  .newsBoxContentCenter {
    font-size: 14px;
    padding: 25px 45px;
  }

  .timesNewRoman {
    font-size: 16px;
  }

  .newsBoxContentBottomLeft {
    display: none;
  }

  .newsBoxContentBottomRight {
    display: none;
  }

  .cmp-product-thumb .thumb-title {
    min-height: 45px;
  }

  /* .cmp-product-thumb .itemStock {
    min-height: 45px;
  } */
}

@media(max-width: 1290px) {
  .single .cmp-product-thumb .itemStock {
    min-height: 65px;
  }
}

@media (max-width: 1280px) {
  .add-to-basket-container .quantity-input-container {
    top: -80px;
  }
}

@media(max-width: 1200px) {

  .cmp-product-thumb .price,
  .cmp-product-thumb .artSold,
  .cmp-product-thumb .price-view-port {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .newsBoxContentCenter {
    padding: 15px 25px;
  }

  .newsBoxContentCenter p {
    margin-bottom: 5px;
  }

  .newsBoxContentTopLeft {
    display: none;
  }

  .newsBoxContentTopRight {
    display: none;
  }

  .single .cmp-product-thumb .itemStock {
    min-height: 85px;
  }

  .single .cmp-product-thumb .thumb-title {
    min-height: 85px;
  }

  .deliveryConditions,
  .deliveryConditionsTime {
    font-size: .9rem;
  }
}

@media (max-width: 1160px) {
  .single .v-s-boxes.images .v-s-box:not(.empty-option) {
    width: 61px;
    height: 61px;
  }

  .v-s-boxes .v-s-box {
    margin: .3rem;
  }
}

@media (max-width: 1120px) {
  .single .pipe {
    display: none;
  }

  .deliveryConditions a {
    display: block;
  }
}

@media (max-width: 1140px) {
  .cmp-product-thumb .thumb-title {
    min-height: 62px;
  }
}

@media (max-width: 1061px) and (min-width: 576px) {
  footer .contact .tabStop {
    display: block;
  }
}

@media (max-width: 1050px) {
  .newsBoxText1 {
    display: none;
  }

  .newsBoxText2 {
    display: none;
  }

  .cmp-product-thumb .thumb-title {
    min-height: 65px;
  }
}

@media (max-width: 849px) and (min-width: 576px) {
  footer .openingHours .tabStop {
    display: block;
  }
}

@media(max-width: 991px) {

  .single .shortdescription,
  .single .bulletpoints li,
  .single .itemStock,
  .single .articlenumber {
    font-size: .9rem;
  }

  .single .price, .page-singleitem .price {
    font-size: 1.5rem;
  }

  .single .singleItemRechts h1 {
    font-size: 1.3rem !important;
  }

  .add-to-basket-container .btn-primary,
  .single .btn-download {
    font-size: 16px;
    height: 40px;
  }

  .toggleOnMobile {
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.3s;
  }

  .toggleOnMobile.open {
    height: auto;
  }

  header #search {
    position: fixed;
    top: 60px;
    z-index: 9;
    background: var(--ci);
    width: 100%;
    flex: 0 0 100%;
    left: 0;
    max-width: 100%;
    padding: 0;
    height: 0;
    visibility: hidden;
    transition: 0.3s;
    overflow: hidden;
  }

  header #search.open {
    height: auto;
    visibility: visible;
    padding: 5px 0;
  }

  header #search .search-input {
    padding: 12px 10px !important;
  }

  .product-list {
    display: flex;
  }

  .product-list li {
    float: none;
  }

  #page-body {
    margin-top: 95px;
  }

  .homeHeaderPic {
    margin-top: -32px;
  }

  .categoryHeaderPic {
    margin-top: -1px;
  }

  .page-sigleitem #page-body {
    margin-top: 95px;
  }

  .mobile-navigation .breadcrumb {
    color: #fff;
  }

  .headerPic .headline {
    display: block;
    width: 47%;
    max-width: max-content;
    margin-left: auto;
    padding: 10px 20px;
  }

  .headerPic .container-max {
    bottom: 0;
  }

  .newsBoxContentCenter {
    padding: 5px 25px;
    font-size: 12px;
  }
}

@media (max-width: 986px) {
  .add-to-basket-container .quantity-input-container {
    top: -103px;
  }

  .v-s-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .v-s-box {
    width: calc(33.33% - 1rem) !important;
    height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single .price {
    float: none;
  }
}

@media (max-width: 814px) {
  .homeFirst2CategoriesContent {
    width: 80%;
  }
}

@media(max-width: 768px) {
  .single .singleItemRechts {
    margin-top: 15px;
  }

  .single .nav-tabs .nav-item {
    margin-top: 20px;
  }

  .single .nav-tabs .nav-item:first-child {
    flex: 0 0 100%;
    margin-top: 0;
  }

  .bulletpoints ul {
    padding-left: 2px;
  }

  .single .px-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  footer .footerTop {
    background-size: cover;
  }

  .newsBoxContentTopLeft {
    display: block;
  }

  .newsBoxContentTopRight {
    display: block;
  }

  .newsBoxContentCenter {
    padding: 50px 25px;
    font-size: 16px;
  }

  .newsBoxContentBottomLeft {
    display: block;
  }

  .newsBoxContentBottomRight {
    display: block;
  }

  .timesNewRoman {
    font-size: 20px;
  }

  .add-to-basket-container .quantity-input-container {
    top: -80px;
  }

  .single .seo-subline {
    margin-top: 10px;
  }
}

@media(max-width: 575px) {

  ul.breadcrumb .breadcrumb-item,
  ul.breadcrumb .breadcrumb-item:nth-last-child(2)::before {
    display: none;
  }

  ul.breadcrumb .breadcrumb-item:nth-last-child(2),
  ul.breadcrumb .breadcrumb-item:last-child {
    display: list-item;
  }

  .single .crossSelling .price {
    min-height: 10px;
  }

  .cmp-product-thumb {
    padding: 10px;
  }

  .cmp-product-thumb .prices {
    display: block;
  }

  .headerPic .container-max {
    position: relative;
    bottom: 0;
    right: 0;
    transform: translateX(0);
  }

  .headerPic {
    display: flex;
    flex-direction: column-reverse;
  }

  .headerPic .container-max {
    padding: 0;
  }

  .headerPic .headline {
    display: block;
    text-align: center;
    width: 100%;
    max-width: none;
    padding: 10px 20px;
  }

  .newsBoxContentCenter {
    padding: 40px 25px;
    font-size: 16px;
  }

  .newsBoxContentTopLeft {
    display: none;
  }

  .newsBoxContentTopRight {
    display: none;
  }

  .newsBoxContentBottomLeft {
    display: none;
  }

  .newsBoxContentBottomRight {
    display: none;
  }

  .timesNewRoman {
    font-size: 20px;
  }

  .add-to-basket-container .quantity-input-container {
    top: -108px;
  }
}

@media(max-width: 545px) {
  #page-body {
    margin-top: 145px;
  }

  header#page-header {
    background-size: contain;
    height: 120px;
  }

  header #page-header-parent {
    height: 111px;
  }

  header #search {
    top: 110px;
  }

  .homeHeaderPic {
    margin-top: -25px;
  }

  .categoryHeaderPic {
    margin-top: -3px;
  }

  .page-basket #page-body {
    margin-top: 110px;
  }

  .page-login #page-body {
    margin-top: 135px;
  }

  .page-checkout #page-body {
    margin-top: 110px;
  }

  #page-header-parent>.row {
    flex-direction: column;
  }

  .controls-list .nav-link {
    padding: 15px 25px;
  }

  .newsBoxContentCenter {
    padding: 20px 25px;
    font-size: 14px;
  }

  .timesNewRoman {
    font-size: 18px;
  }
}

@media (max-width: 460px) {
  .newsBoxContentCenter {
    padding: 5px 20px;
    font-size: 12px;
  }

  .timesNewRoman {
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .single .singleItemRechts {
    padding: 10px 10px 0px 10px;
    box-shadow: unset;
  }

  .single .singleItemUnten {
    padding: 20px 10px 0px 10px;
  }

  .my-5.singleItemUnten {
    margin-top: 1rem !important;
    border-top: 1px solid;
  }

  .single .nav-tabs .nav-item {
    margin-top: 10px;
  }

  .single .nav-tabs .nav-link {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .newsBoxContentCenter {
    padding: 5px 20px;
    font-size: 12px;
  }

  .timesNewRoman {
    font-size: 14px;
  }
}

@media (max-width: 300px) {
  .homeFirst2CategoriesContent {
    width: 90%;
  }

  .homeFirst2CategoriesContent p:last-child {
    display: none;
  }
}

@media (max-width: 266px) {
  .add-to-basket-container .quantity-input-container {
    top: -129px;
  }
}

/*--------------------------------
 RESPONSIVE ENDE
--------------------------------*/