/* Artikeldetails */
.quick-view-content h6.subtitle {
	margin-top: -7px;
}
/* Artikeldetails: Auswahl der Mengeneinheiten */
.cart-unit {
    padding: 0 8px;
    height: 48px;
	min-width: 80px;
    border-radius: 0;
    margin: 0 0 0 10px;
    border-color: #dcdcdc;
    word-break: normal;
}
.quickview-btn-cart .form-cart form {
	display: flex;
}
.quickview-btn-cart .form-cart .btn-cart {
	background-color: #A0C93D ;
	margin-left: 10px;
	transition: background-color 0.3s ease 0s;
}
.quickview-btn-cart .form-cart .btn-cart:hover {
	background-color: #106cb4;
}
.quickview-btn-cart {
	margin: 0;
    margin-right: 15px;
}
@media (min-width: 768px) {
	.quickview-btn-cart {
		margin-right: 30px;
	}
}
.quickview-btn-cart .form-cart {
    background-color: #fff;
    color: #fff;
}
.quickview-btn-wishlist {
    height: 48px;
}
/* 26.07.2023: :has() funktioniert aktuell in Firefox noch nicht */
.add-to-cart-container:has(.cart-unit) {
	width: 100%;
	margin-bottom: 1rem;
}
@media (min-width: 600px) {
	.add-to-cart-container:has(.cart-unit) {
		width: auto;
		margin-bottom: 0;
	}
}

/* Hauptmenu unangemeldet ohne Abstand nach links */
.main-menu nav.no-catalog-menu > ul {
    padding-left: 0;
}

/* Google reCAPTCHA v2 beim Kontaktformular */
.buttons-cart input[type="submit"]:disabled, .order-button-payment input[type=submit]:disabled {
    background: #aaa;
    cursor: not-allowed;
}

/* Wunschliste - Suche */
#wishlist-search.form-control,
#wishlist-search-reset {
	font-size: 14px;
	border-radius: 0;
}
#wishlist-search-reset {
    padding-left: 25px;
    position: relative;	
}
#wishlist-search-reset:hover,
#wishlist-search-reset:not(:disabled):not(.disabled).active, #wishlist-search-reset:not(:disabled):not(.disabled):active {
	background-color: #99b202;
    border-color: #99b202;
}
#wishlist-search-reset:not(:disabled):not(.disabled).active, #wishlist-search-reset:not(:disabled):not(.disabled):active {
	box-shadow: 0 0 0 0.2rem rgb(153 178 2 / 50%);
}
#wishlist-search.form-control:focus {
    border-color: #106cb4;
    box-shadow: 0 0 0 0.2rem rgb(16 108 180 / 25%);
}
#wishlist-search-reset:before {
    content: "\e680";
    font-size: 22px;
	position: absolute;
    top: 6px;
	left: 5px;
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Formular: Vermissen Sie einen Artikel? */
.missing-product-open-modal {
	position: fixed;
    z-index: 900;
	right: 0;
	top: 50%;
    transform: rotate(-90deg) translate(50%, -100%);
	transform-origin: 100% 0;
	border-radius: 0;
	background: #fff;
	color: #686868;
	border-color: #686868;
	border-bottom: 0;
	display: none;
}
@media (min-width: 1200px) {
	.missing-product-open-modal {
		display: inherit;
	}
}

.missing-product-open-modal:hover,
.missing-product-open-modal:not(:disabled):not(.disabled).active, .missing-product-open-modal:not(:disabled):not(.disabled):active {
	background-color: #99b202;
    border-color: #99b202;
	color: #fff;
}
.missing-product-open-modal:not(:disabled):not(.disabled).active, .missing-product-open-modal:not(:disabled):not(.disabled):active,
.missing-product-open-modal:not(:disabled):not(.disabled).active:focus, .missing-product-open-modal:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgb(153 178 2 / 50%);
}
.missing-product-open-modal:focus {
	box-shadow: 0 0 0 0.2rem rgb(104 104 104 / 50%);
}
@media (min-width: 1200px) {
	#missing-product-modal .modal-lg {
		max-width: 850px;
	}
}
#missing-product-modal-close {
	font-size: 14px;
	border-radius: 0;
}
#missing-product-modal-close {
    padding-left: 25px;
    position: relative;	
}
#missing-product-modal-close:hover,
#missing-product-modal-close:not(:disabled):not(.disabled).active, #missing-product-modal-close:not(:disabled):not(.disabled):active {
	background-color: #99b202;
    border-color: #99b202;
}
#missing-product-modal-close:not(:disabled):not(.disabled).active, #missing-product-modal-close:not(:disabled):not(.disabled):active {
	box-shadow: 0 0 0 0.2rem rgb(153 178 2 / 50%);
}
#missing-product-modal-close:before {
    content: "\e680";
    font-size: 22px;
	position: absolute;
    top: 6px;
	left: 5px;
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}