.et-button{
    background-color: #BD224D;
    color: white !important;
    border: none;
}
.et-grey{
    background-color: grey;
    color: white !important;
    border: none;
}
a:hover {
    color: #BD224D;
    text-decoration: underline;
}
.fe-zusatz{
    box-shadow: none;
    font-size: 14px;
    height: 43px;
    padding-left: 20px;
    margin-right: 100%;
    position: relative;
    -webkit-appearance: none;
    margin-bottom: 15px;
    background: rgba(0, 0, 0, 0) url(../../assets/img/icon-img/4.png) no-repeat scroll right 20px center;
    border: 2px solid #dcdcdc;
    color: #222222;
}
.icon {
    .cart {
        display: none;
    }
    :hover .cart {
        display: block
    }
    :hover .cart2 {
        display: none;
    }
    .wish {
        display: none;
    }
    :hover .wish {
        display: block;
    }
    :hover .wish2 {
        display: none;
    }
    .home {
        display: none;
    }
    :hover .home {
        display: block;
    }
    :hover .home2 {
        display: none;
    }
    .person {
        display: none;
    }
    :hover .person {
        display: block;
    }
    :hover .person2{
        display: none;
    }
}
.et-nav{
    z-index: 9999 !important;
    position: sticky;
    top:  0;
    background-color: white;

}
.white{
    color: white !important;
}
.title-blue{
    color: #01589F;
    font-weight: bold
}
.center{
    text-align: center;
}
.et-blue{
    background-color: #01589F;
}
.label-variant::after{
    content: '\A';
    white-space: pre;

}
.border {
    border: 2px solid #dee2e6 !important;
}
.border-top {
    border-top: 2px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 2px solid #dee2e6 !important;
}
.w-60 {
    width: 60% !important;
}
.w-50 {
    width: 50% !important;
}
.w-70 {
    width: 70% !important;
}
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 90% !important;
}
.w-10 {
    width: 10% !important;
}
.mr-n{
    margin-right: -5em;
}
.zusatzartikel{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 13px;
    color: #383838;
}
.Artikelbezeichnung{
    font-size: 20px;
    font-weight: 600;
    color: #383838;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    background-color: #888888;
    border: 1px solid #888888;
    border-radius: 0;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: auto;
    height: 48px;
}
.spinner{
    display: none; /* Anfangszustand: versteckt */
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(255, 255, 255, 0.8); /* halbtransparentes Weiß */
z-index: 9999; /* über alles */
}
  .spinner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body.loading {
    overflow: hidden; /* optional: Scrollen verhindern */
  }
  .popup-overlay {
    display: none; /* Anfangszustand: versteckt */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5); /* Dunkles Overlay hinter dem Popup */
    z-index: 9999; /* Über dem Ladeoverlay */
    justify-content: center;
    align-items: center;
    display: flex; /* Verwendet Flexbox, um das Popup zu zentrieren */
  }

  /* Popup-Container */
  .popup-content {
    background: white;
    padding: 20px 30px;;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 400px;
    max-width: 90%; /* Damit das Popup auf kleinen Bildschirmen auch noch gut aussieht */
  }

  /* Popup Text */
  .popup-content h3 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #333;
    font-weight: 700;
  }
.fw-600{
    font-weight: 600;
}
.owl-next {
    width: 35px;
    height: 100px;
    position: absolute;
    top: 35%;
    font-size: 80px !important;
    color: white !important;
    right: 40px;
    display: block !important;
    border: 0px solid black;
}
.owl-prev {
    width: 35px;
    height: 100px;
    position: absolute;
    top: 35%;
    font-size: 80px !important;
    color: white !important;
    left: 40px;
    display: block !important;
    border: 0px solid black;
}
.img-wh-cover, .product-img-3-b img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.card-body h4:hover {
  color: #BD224D !important;
  cursor: pointer;
}
.Logo {
    height: 120px;
    max-width: 100%;
}
.searchfield {
    font-size: 12px;
    padding: 10px;
    border: 2px solid #dee2e6;
    min-width: 30%;
}

.LogoOrder { 
    order: 1; 
    margin-right: 3rem !important;
    margin-left: .25rem !important;
}
.SearchOrder { 
    order: 2; 
    min-width: 30%;
    margin-bottom: auto !important;
    margin-top: auto !important;
    margin-left: 3rem !important;
    margin-right: 3rem !important;

}
.ProductOrder { 
    order: 3; 
    cursor: pointer;
    margin-bottom: auto !important;
    margin-top: auto !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.LoginOrder { 
    order: 4; 
    margin-bottom: auto !important;
    margin-top: auto !important;
    margin-left: 1.5rem !important;
    margin-right: 1rem !important;
}
.IconOrder { 
    order: 5; 
    margin-right: 3rem !important;
}
.LoginIcon{
    display: none;
}
.live-search-container {
    border: 2px solid #dee2e6;
    margin-left: -0.8vh;
}
.hr-black-2{
    border-top: 2px solid #dee2e6;
    margin-bottom: 0px !important;
    margin-top: 0px !important;

}
.select-variant{
    width: 60% !important;
}
.payment{
    width: 70% !important;
    
}
.download{
    min-width: 50%!important;
    max-width: fit-content!important;
}
.slider-content-4 {
    background-color: rgb(1 88 159 / 50%);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
}
.paymentmethod{
    justify-content: center;
}
.red{
    color: red;
}
.green{
    color: green;
}
.datenschutzLink{
    float: none !important;
    background: none !important;
    padding: 0 10px !important;
    color: black!important;
}
@media (max-width: 1736px) {
.LogoOrder { 
    order: 1; 
    margin-right: 3rem !important;
    margin-left: .25rem !important;
}
.SearchOrder { 
    order: 2; 
    font-size: 12px;
    padding: 10px;
    border: 2px solid #dee2e6;
    min-width: 30%;
    margin-bottom: auto !important;
    margin-top: auto !important;
    margin-left: 3rem !important;
    margin-right: 3rem !important;

}
.ProductOrder { 
    display: none;
}
.LoginOrder { 
    display: none;
}
.IconOrder { 
    order: 3; 
    margin-right: 0rem !important;
}
.Logo{
    height: 80px;
}
.LoginIcon{
    display: block;
}

}

@media (max-width: 1200px) {
.LogoOrder { 
    order: 1; 
    margin-right: 0rem !important;
    margin-left: .25rem !important;
}


.SearchOrder { 
    order: 2; 
    font-size: 12px;
    padding: 10px;
    border: 2px solid #dee2e6;
    min-width: 30%;
    margin-bottom: auto !important;
    margin-top: auto !important;
    margin-left: 0rem !important;
    margin-right: 3rem !important;

}
.ProductOrder { 
    display: none;
}
.LoginOrder { 
    display: none;
}
.IconOrder { 
    order: 3; 
    margin-right: 0rem !important;
}
.Logo{
    height: 60px;
}
.LoginIcon{
    display: block;
}
.owl-prev{
    display: none !important;
}
.owl-next{
    display: none !important;
}
.slider-content-4 {
    background-color: rgb(1 88 159 / 50%);
    padding: 1rem;
    margin-left: 3rem;
}
.slider-content-4 h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}
.slider-content-4 h3 {
    font-size: 1.25rem;
}
}
@media (min-width: 1200px) {
.live-search-container{
	top: 94px !important;
}
}
@media (min-width: 1700px) {
.live-search-container{
	top: 94px !important;
    left: 36% !important;
    width: 50% !important;
}
}
@media (max-width: 576px) {
.live-search-container{
	top: 320px !important;
}
.product-list-info > h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.product-list-info > h5 {
    color: #191919;
    font-size: 15px;

}
.product-list-info > span {
    color: #191919;
    font-size: 15px;
}
.live-search-container .product-content-list {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 70%;
}
.select-variant{
    width: 100% !important;
}
}
@media (max-width: 768px) {

.slider-content-4 {
    background-color: rgb(1 88 159 / 50%);
    padding: 1rem;
    margin-left: 3rem;
}
.slider-content-4 h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.slider-content-4 h4 {
    font-size: 12px;
    letter-spacing: 2px;
}
.slider-content-4 h3 {
    font-size: 1.25rem;
}
.payment{
    width: 100% !important;
}

}
@media (min-width: 576px) {
    .cart-preview {
        left: unset;
        right: 0;
    }
}

@media (max-width:992px ){
.paymentmethod{
    justify-content: start;
    overflow-y: scroll;

}

}