/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 03 2025 | 18:42:28 */
.topbar-content {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.topbar-content > span {
    min-width: 280px;
}

.widget_shopping_cart .total strong {
    font-size: 0;
}

.widget_shopping_cart .total strong:after {
    font-size: 14px !important;
    text-transform: none;
    content: 'Zwischensumme ohne MWST:';
    letter-spacing: -0.05px;
    font-weight: 500;
}

#wrap .toggle-wrapper {
	padding: 0 !important;
	max-width: fit-content;
	float: right !important;
}

.toggle-wrapper input[type="checkbox"] {
  display: none;
}

.toggle-wrapper label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 110px;
  height: 34px;
  background-color: #D4101C;
  border-radius: 17px;
  padding: 0 8px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.toggle-text-on {
  margin-right: -80px;
}

.toggle-text-off {
  margin-left: -80px;
}

.toggle-wrapper .toggle-text-on,
.toggle-wrapper .toggle-text-off {
  font-size: 12px;
  font-weight: 600;
  color: white;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.toggle-wrapper .toggle-text-on {
  opacity: 0;
}

.toggle-wrapper .toggle-text-off {
  opacity: 1;
}

.toggle-wrapper .toggle-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 28px;
  height: 28px;
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.toggle-wrapper input[type="checkbox"]:checked + label {
  background-color: #1BA97F;
}

.toggle-wrapper input[type="checkbox"]:checked + label .toggle-knob {
  left: calc(100% - 31px); /* 110 - padding sides (8*2) - 28 */
}

.toggle-wrapper input[type="checkbox"]:checked + label .toggle-text-on {
  opacity: 1;
}

.toggle-wrapper input[type="checkbox"]:checked + label .toggle-text-off {
  opacity: 0;
}
