.bg-compass {
	background-image: url("../images/banner-compass.jpg");
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 220px;
}

.bg-presenter {
	background-image: url("../images/banner-presenter.jpg");
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 220px;
}


.woocommerce-message {
/*	height: 60px!important;*/
}
.woocommerce-notices-wrapper .woocommerce-message {
	padding-bottom: 10px!important;
}
div.woocommerce-message > a {
	margin-top: -6px!important;
}

.form-control:focus {
	box-shadow: none!important;
	border-color: black!important;

}
.select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container .select2-selection--single {
    height: 42px !important;
}
.select2-selection__arrow {
    height: 41px !important;
}
/* Icons */
i.fa-user {
	font-size: 1.25em;
	vertical-align: middle;
}
.wc-cart-hover i.fa.fa-shopping-bag {
	font-size: 1.25em;
	vertical-align: middle;
}
.primary-bg {
	color: var(--primary-bg);
}
.button-primary-bg {
	background-color: var(--primary-bg);
	color: white;
}
.button-primary-bg:hover {
	color: white;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
	background-color: var(--primary-bg) !important;
}

@media screen and (max-width: 401px) and (min-width: 1px) {
	ul.products.columns-4 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	ul.products.columns-4 li.product{
		width: 100%!important;
	}
}

@media screen and (max-width: 769px) and (min-width: 641px) {
	ul.products.columns-4 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	ul.products.columns-4 li.product{
		width: 32%!important;
	}
}


@media screen and (max-width: 992px) {
	/* Warenkorb Seite, Coupon + Buttons */
	#coupon-code {
		width: 100%!important;
		margin-bottom: 1em;
	}
	div.coupon button.btn.btn-outline-primary {
		width: 100%;
	}
	tr td.actions button.btn.btn-outline-primary {
		width: 100%;
	}
	/* Zur Kasse Button Responsiv*/
	div.wc-proceed-to-checkout > a {
		width: 100%;
	}
	/* Header Icons */
	i.primary-bg   {
		padding: 15px;
	}
}
@media screen and (min-width: 769px) {
	#coupon-code {
		width: 8em!important;
	}
	.tax-product_cat .woocommerce-breadcrumb{
		width:50%;
		float:left;
	}
	.tax-product_cat .woocommerce-filters{
		width:50%;
		float:right;
	}
}


.entry-title {
	display: none;
}
body {
	overflow-x: hidden;
}
html {
	overflow-x: hidden;
}
/* Typografie */
h2.primary-bg {
	font-size: 28px;
	font-family: "Lato";
	color: var(--primary-bg, #520c48);
	line-height: 0.964;
	font-weight: 900;
	text-align: center;
	width: 100%;
}
h3#ship-to-different-address label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
	font-size: 1rem;
}
/* Mein Konto / Bestellübersicht */
.my-orders > h2 {
	font-size: 28px;
	font-family: "Lato";
	color: rgb(20, 19, 19);
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
}
.col_name {
	width: 80%;
	vertical-align: top;
}
.col_name > a {
	color: var(--primary-bg);
}
.order-product_table {
	margin-top: 1rem;
	margin-bottom: 2rem;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.wc-proceed-to-checkout > a.btn { /* PayPal Buttons */
	margin-bottom: 0.5em;
}
/* Paypal Buttons zentrieren */
.form-row.place-order.wc-gzd-place-order {
	text-align: center!important;
}
/* Nach Bestellung */
ul.order_details > li {
	margin-top: 0.5em;
}
/* Mein Konto */
.woocommerce-MyAccount-content a {
	color: var(--primary-bg);
}
.btn-outline-primary {
	background-color: var(--primary-bg)!important;
	color: var(--primary-fg, #FFFFFF)!important;
	border-color: var(--primary-bg)!important;
}
a.woocommerce-Button.button {
	background-color: var(--primary-bg)!important;
	color: var(--primary-fg, #FFFFFF)!important;
	border-color: var(--primary-bg)!important;
}

/* SUCHE */
.suche-lupe {
	background-image: url("../images/search.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 39px;
	border: 0;
	box-shadow: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0 4px 4px 0;
	color: transparent;
	cursor: pointer;
}
div.wrapper-suche {
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 4px;
}
.search-popover {
	position: absolute;
	z-index: 20;
	background: #FFF;
	display: none;
	border: 1px solid #d3ced2;
	padding: 5px;
	text-align: left;
	border-radius: 5px;
	color: #000;
	width: 14em;
	right: -6em;
}
div.search-hover:hover > .search-popover {
		display: block;
}
.search-hover {
	position: relative;
	display: inline-block;
	width: auto;
	z-index: 5;
	vertical-align: middle;
}
#search-icon {
	width: 25px;
	height: 26px;
}

/* Header */
div.wrapper-icons i {
	font-size: 24px!important;
}
#my-account {
	padding: 10px;
}
#my-cart {
	padding: 10px;
}
#small-logo{
	margin-left: 15px;
	margin-top: -5px;
}
.wrapper-icons {
	white-space: nowrap;
	height: 46px;
}

/* Global - Woo Banner */
.woocommerce-message {
	color: var(--primary-bg, #0f5132)!important;
	background-color: var(--light-bg, #d1e7dd)!important;
	border-color: var(--primary-bg, #badbcc)!important;
}
.woocommerce-info {
	color: var(--primary-bg, #0f5132)!important;
	background-color: var(--light-bg, #d1e7dd)!important;
	border-color: var(--primary-bg, #badbcc)!important;

}
.woocommerce-info::before {
	color: var(--primary-bg, #0f5132)!important;
	background-color: var(--light-bg, #d1e7dd)!important;
	border-color: var(--primary-bg, #badbcc)!important;

}
.woocommerce-message::before {
	color: var(--primary-bg, #8fae1b)!important;
}
.woocommerce-notices-wrapper .woocommerce-message a.button {
	color: #fff;
	background-color: var(--primary-bg, #198754)!important;
	border-color: var(--primary-bg, #198754)!important;
}

/* Footer */
#wrapper-footer {
	position: relative;
	z-index: 1;
	background-color: #242424;
	color: #FFFFFF;
	overflow: visible;
	padding-top: 65px;
	padding-left: 20px;
	margin-top: 6em;
}
.footer-logo img {
	position: absolute;
	top: -125px;
	left: 50%;
	margin-left: -75px;
}
.footer-logo {
	position: relative;
}
#colophon {
	position: relative;
	z-index: 5;
	background-color: #2e2e2e;
	font-size: 12px;
	padding: 1em;
}
#colophon .nav-link {
	color: #FFFFFF;
}                         ]
.footer-credit {
	font-size:12px;
	text-decoration: none;
}
.footer-credit > a{
	font-size:12px;
	text-decoration: none;
	color: white;
}
.footer-mitte  {
	padding: 3em;
}

.widget_block > h3 {
	font-size: 16px;
	font-family: 'Lato';
	font-weight: 900;
	color: #fff;
	padding: 3px 0px;
	line-height: 21px;
	line-height: 1.625;
}

.frontpage-letzte-chance {
	font-size: 28px;
	font-family: "Lato";
	color: rgb(83, 7, 73);
	font-weight: 900;
	padding: 14px 0px 28px 20px;
	text-transform: uppercase;
	color: var(--primary-bg);
}


.newsletter {
	background-color: var(--light-bg, #e4d4dd);
	color: var(--primary-bg, #FFF);
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
	width: auto;
	padding-top: 1em;
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom: 3em;
}

.newsletter span {
	float: left;
	padding-bottom: 35px;
	text-align: left;
	line-height: normal;
	font-size: 18px;
	font-family: "Lato";
	color: var(--primary-bg, #520c48);
	font-weight: bold;
	text-transform: uppercase;
}
 .newsletter-submit {
	margin: 0;
	width: 100%;
	max-width: 260px;
	height: 40px;
	background-color: var(--primary-bg, #e4d4dd);
	font-family: 'Lato';
	font-weight: 900;
	text-align: right;
	padding-right: 15px;
	border: 1px solid #e4d4dd;
	color: white;

}
.newsletter .newsletter-email {
	margin: auto 0;
	width: 100%;
	max-width: 345px;
	height: 40px;
	box-sizing: border-box;
	padding: 5px 15px;
	/* margin-left: 15px; */
	box-shadow: none;
	margin-bottom: 1em;
}
.newsletter-privacy > label > a {
	color: var(--primary-bg, #520c48);
}
.newsletter-privacy  {
	color: var(--primary-bg, #520c48);
}

.frontpage-radio-section {
	margin-bottom: 60px;
	margin-top: 33px;
	text-align: center;
}
/* Header: Navbar */
#wrapper-navbar {
	/*margin-top: 1em;*/
	border-bottom: groove 2px grey;
}

@media screen and (max-width: 1199px) {
	#top-logo{
		position: absolute;
		z-index: 3;
		top: -6em;
		left: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#top-logo {
		position: absolute;
		z-index: 3;
		top: -60px;
		left: 20px;
	}
}



ul#main-menu > li.menu-item > a.nav-link {
	color: #000;
	display: block;
	line-height: 3.333em;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Lato';
	font-weight: 800;
	font-size: 14px;
}

ul#main-menu > li:first-child > a.nav-link{
    padding-left:0;
}

.container {
	margin: 0 auto;
	max-width: 1200px !important;
	position: relative;
}
.navbar-toggler {
	color: var(--primary-bg, #520c48);
	position: relative;
	display: inline-block;
	width: auto;
	z-index: 5;
	vertical-align: middle;
}
.navbar-toggler-icon {
	padding: 5px;
}
/* Product Tile */
.banderole {
	background-color: var(--primary-bg, #520c48);
	color: var(--primary-fg, #FFFFFF);
	margin-left: 0;
	margin-right:0;
	margin-top: -1em;
}

.product-title {
	font-size: 18px;
	color: var(--primary-bg, #520c48);
	text-decoration: none;
	padding: 0;
	font-family: 'Lato';
	font-weight: 900;
	width: 100%;
	white-space: pre-line;
}

.onsale {
	display: none;
}
p.wc-gzd-additional-info.wc-gzd-additional-info-loop.tax-info {
	display: none;
}
p.wc-gzd-additional-info.wc-gzd-additional-info-loop.shipping-costs-info {
	display: none;
}
/* Producte Tile: (Streich)Price */
.product ins > .amount > bdi {
	padding: 0 0 7px;
	font-size: 17px;
	font-family: 'Lato';
	font-weight: 900;
	color: #2d9b00;
	line-height: normal;
	float: right;
}

.title-price ins {
	text-decoration: none;
}


.product  del > .amount > bdi {
	font-size: 13px;
	color: #6d6d6d;
	font-family: 'Lato';
	font-weight: 700;
	text-decoration: line-through;
	float: right;
}
.tile-description {
	color: #000;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.625;
	font-family: Arial, Helvetica, sans-serif;
}
.summary > .price {
	width: 0;
}

.woocommerce-products-header {
	display: none;
}
.woocommerce-result-count  {
	display: none;
}
.woocommerce-ordering {
	display: none;
}

nav.woocommerce-breadcrumb {
	font-size:14px;
	margin: 1em 0em 1em!important;
}

.woocommerce-breadcrumb > span > a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
.woocommerce-breadcrumb span:last-child {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #40a52b;
}

/* Header: Login Hover */
.wc-login-hover {
	position: relative;
	display: inline-block;
	width: auto;
	z-index: 5;
	vertical-align: middle;
}
.wc-login-hover > span {
	vertical-align: middle;
	color: #000;
	line-height: 3.333em;
	padding: 0 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Lato';
	font-weight: 700;
	font-size: 16px;
}
.wc-login-hover > a > span {
	vertical-align: middle;
	color: #000;
	line-height: 3.333em;
	padding: 0 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Lato';
	font-weight: 700;
	font-size: 16px;
}


.wc-login-popover {
	position: absolute;
	z-index: 20;
	background: #FFF;
	display: none;
	border: 1px solid #d3ced2;
	padding: 5px;
	text-align: left;
	border-radius: 5px;
	color: #000;
	width: 14em;
	left: -4em;
	max-width: 87vw;
	white-space: normal;
}

.wc-login-popover > .woocommerce-notices-wrapper {
	display: none;
}

#account_menu > li > a {
	background: #FFF;
	color: var(--dark-font, #000);
}
#account_menu > li > a:hover {
	text-decoration: underline;
}

.wc-login-popover > form.login {
	border: none;
	margin: 0;
	padding: 8px;
}



.wc-login-popover > form.login > .form-row {
	width: 100%;
}

span.wc-login-hover:hover > .wc-login-popover {
		display: block;
}

.wc-login-popover > form > p > button {
	background-color: var(--primary-bg, #520c48);
	color: var(--primary-fg, #FFFFFF);
	width: 100%;
	text-transform: uppercase;

}
.wc-login-popover > form > p > button:hover {
	background-color: var(--primary-bg, #520c48)!important;
	color: var(--primary-fg, #FFFFFF);
	width: 100%;
	text-transform: uppercase;
}

.wc-login-popover > form > p > a {
	color: var(--primary-bg, #520c48) !important;
	text-decoration: none;
}
.wc-login-hover:hover .wc-login-popover {
    display:block;
}
.login-register-link > a {
	color: var(--primary-bg, #520c48) !important;
	text-decoration: none;
}
.login-register-link  {
		margin-top: -1.5em!important;
}
p.lost_password > a {
	color: var(--primary-bg, #520c48) !important;
	text-decoration: none;
}
#customer_login {
	margin: auto;
}
label.wpsg_register {
	display: inline;
	word-break: break-word;
}
/* Header: Cart Popover */
.wc-cart-popover {
	position: absolute;
	z-index: 20;
	background: #FFF;
	width: 20em;
	display: none;
	border: 1px solid #d3ced2;
	padding: 20px 4px;
	text-align: left;
	border-radius: 5px;
	right:0;
	max-width: 70vw;
	white-space:normal;
}

.wc-cart-hover > span {
	vertical-align: middle;
	color: #000;
	line-height: 3.333em;
	padding: 0 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Lato';
	font-weight: 700;
	font-size: 16px;
	display: inline-block;
}
.wc-cart-hover > span{
padding-right:0;
}
.wc-cart-hover {	
    position: relative;
	display: inline-block;
	width: auto;
	z-index: 5;
	vertical-align: middle;
}
.wc-cart-hover:hover> .wc-cart-popover {
		display: block;
}
div.minicart_over {
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 14px;
}
a.cart-link {
	font-weight: 900;
	text-decoration: none;
	color: var(--primary-bg, #520c48);
}

.minicart-item-price {
	font-size: 15px;
}
.minicart-subtotal {
	font-size: 14px;
}
.minicart-button {
	background-color: var(--primary-bg, #520c48);
	color: var(--primary-fg, #FFFFFF);
	width: 100%;
	text-transform: uppercase;
}
.minicart-button:hover {
	background-color: var(--primary-bg, #520c48);
	color: var(--primary-fg, #FFFFFF);
	width: 100%;
	text-transform: uppercase;
}
.minicart-widget {
	margin-top: 1rem;
}


/* Slider Overay und Buttons */

.slider-bestellen {
	font-size: 15px;
	padding: 15px 20px 15px 20px;
	background-color: var(--primary-bg);
	color: #dad9da;
	text-decoration: none;
	margin-right: 15px;
	font-family: 'Lato';
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	border: none;
}
.slider-warenkorb {
	font-size: 15px;
	padding: 0px 20px 0px 50px;
	background-color: rgba(0,0,0,0.3);
	background-image: url("../images/addto.png");
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center left;
	border: 1px solid #fff;
	color: #dad9da;
	text-decoration: none;
	margin-left: 15px;
	font-family: 'Lato';
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 220px;
	text-align: left;
	text-transform: uppercase;
	line-height: 23px;
}
.slider-warenkorb-btn {
	background:none;
	border: 0;
	box-shadow: none;
	color: #fff;
	font-size: 15px;
	word-break: break-word;
	white-space: inherit;
	display: block;
	width: 100%;
	text-align: left;
	line-height: 23px;
	cursor: pointer;
	font-weight: bold;
	-ms-word-break: break-all;
}
.slider-button-wrapper {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 50px;
}

.slider-preis > .streichpreis {
	display: inline-block;
	font-size: 30px;
	color: #dad9da;
	font-family: 'Lato';
	font-weight: 700;
	text-shadow: 1px 1px 2px black;
	text-decoration: line-through;
}
.slider-preis > .preis {
	display: inline-block;
	font-size: 40px;
	color: #fff;
	font-family: 'Lato';
	font-weight: 900;
	line-height: inherit;
	text-shadow: 1px 1px 2px black;
	padding: 0 0 7px;
}
.slider-title {
	font-size: 35px;
	color: #fff;
	font-family: 'Lato';
	font-weight: 900;
	width: 670px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	line-height: normal;
	white-space: pre-line;
	word-break: break-word;
	text-shadow: 1px 1px 2px black;
}

.slider-desc {
	font-size: 20px;
	color: #fff;
	font-family: 'Lato';
	font-weight: 700;
	display: block;
	line-height: normal;
	text-shadow: 1px 1px 2px black;
	width: 670px;
	margin: 0 auto;
}


/* Nutzer Backend */
input.input-text {
	padding: 11px;
}

/* Login Page */
#customer_login h2 {
	padding-top: 50px;
	font-size: 28px;
	font-family: "Lato";
	color: var(--primary-bg, rgb(83, 7, 73));
	line-height: 0.964;
	font-weight: 900;
	text-align: center;
}
#customer_login .btn  {
	background-color: var(--primary-bg, #520c48)!important;
	color: var(--primary-fg, #FFFFFF);
	width: 100%;
	text-transform: uppercase;
}

/* Passwort vergessen */
form.lost_reset_password  button {
	background-color: var(--primary-bg, #520c48)!important;
	color: var(--primary-fg, #FFFFFF);
	width: 100%;
	text-transform: uppercase;
}
form.lost_reset_password button.show-password-input {
  background: transparent !important;
  width: auto;
}

/* Warenkorb Cart Page */
.cart_item a {
	font-weight: 900;
	text-decoration: none;
	color: var(--primary-bg, #520c48);
	text-transform: uppercase;
}
.actions button {
	background-color: var(--primary-bg, #520c48)!important;
	color: var(--primary-fg, #FFFFFF)!important;
	text-transform: uppercase;
}
div.wc-proceed-to-checkout > a {
	background-color: var(--primary-bg, #520c48)!important;
	color: var(--primary-fg, #FFFFFF)!important;
	text-transform: uppercase;
}
.woocommerce-gzd-legal-checkbox-text > a {
	color: var(--primary-bg, #520c48);
}
.product-name > a {
	color: var(--primary-bg, #520c48);
}
.woocommerce-order-details > h2 {
	font-size: 18px;
	font-family: 'Lato';
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.625;
	display: inherit;
	color: var(--primary-bg, #520c48);
	text-transform: uppercase;
}
h2.woocommerce-column__title {
	font-size: 18px;
	font-family: 'Lato';
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.625;
	display: inherit;
	color: var(--primary-bg, #520c48);
	text-transform: uppercase;
}

td.product-quantity {
	display: flex!important;
}
td.product-price {
	text-align: center;
}
td.product-quantity > div.quantity {
	display: flex!important;
	margin-right: 20px;
	margin-left: auto;
}
td.product-quantity::before {
	display: flex;
	align-self: center;
}
th {
	text-align: center;
}

/* Produkt Page */
.produkt_sticky {
	position: fixed;
	background: #FFF;
	z-index: 3;
	width: 100%;
}

.slider-banderole  {
	background-color: var(--primary-bg, #520c48);
	color: var(--primary-fg, #FFFFFF);
	width: 272px;
	position:absolute;
	height: 60px;
	z-index: 33;
	bottom: 0;
	max-width: 100%;
	padding-top: 2px;
}
.slider-banderole > div {
	vertical-align: middle;
	display: inline;
}
/* Hide Tabs Like "Beschreibung" */
.wc-tabs {
	display: none;
}
.woocommerce-tabs > #tab-description > div > h2 {
	color: var(--primary-bg, #520c48);
	font-size: 18px;
	font-family: 'Lato';
	font-weight: 900;
	margin-bottom: 5px;
	margin-top: 1em;
	text-transform: uppercase;
}

.detail-address {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	padding: 0 30px 0 50px;
	position: relative;
}
.detail-address::after {
	content: "\f3c5";
	width: 30px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 48px;
	color: var(--primary-bg);
}
.detail-phone {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	padding: 0 30px 0 50px;
	position: relative;
}
.detail-phone::after {
	content: "\f3cf";
	width: 30px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 48px;
	color: var(--primary-bg);
}
.detail-email {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	padding: 0 30px 0 50px;
	position: relative;
}
.detail-email::after {
	content: "\f0e0";
	width: 30px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 40px;
	color: var(--primary-bg);
}

.detail-website {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	padding: 0 30px 0 50px;
	position: relative;
}
.detail-website::after {
	content: "\f0ac";
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 40px;
	color: var(--primary-bg);
}
.detail-website > p > a {
	color: var(--dark-font, #000);
	text-decoration: none;
}
.detail-email > p > a {
	color: var(--dark-font, #000);
	text-decoration: none;
}
.detail-phone > p > a {
	color: var(--dark-font, #000);
	text-decoration: none;
}
.detail-address > p > a {
	color: var(--dark-font, #000);
	text-decoration: none;
}




.regular-price {
	font-size: 19px;
	color: #6d6d6d;
	font-family: 'Lato';
	font-weight: 700;
	text-decoration: line-through;
	line-height: 1;
}
.sale-price {
	font-size: 25px;
	font-family: 'Lato';
	font-weight: 900;
	color: #2d9b00;
	line-height: 1.625;
}
input.qty {
	margin-top: 5px;
	width: 130px !important;
	text-align: left!important;
	height: 40px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	border: 1px solid #cfcfcf;
	font-size: 18px;
	padding-right: 5px;
	-moz-appearance: textfield;
}
.woocommerce div.product form.cart {
	 margin-bottom: 0!important;
}

section.related.products > h2 {
	font-size: 18px;
	font-family: "Lato";
	color: var(--primary-bg, #520c48);
	font-weight: 900;
	text-transform: uppercase;
}


/* Remove Up/Down Browser Arrows */
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.add_basket {
/*	background-image: url('../images/koshi2.png');
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center left;*/
	border: none;
	color: #FFF;
	text-transform: uppercase;
	font-size: 22px;
	padding: 15px 20px 15px 20px;
	height: 63px;
	width: 330px;
	cursor: pointer;
	font-family: 'Lato';
	font-weight: 500;
	float: inherit !important;
	margin: 25px 0 !important;
	text-align: left;
}

.produkt_preishinweis {
	color: #5a5a5a;
	text-decoration: none;
}
.produkt_preishinweis > a {
	color: #5a5a5a;
	text-decoration: none;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    top: 0;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
}
.quantity-button.quantity-up-cart {
    position: absolute;
    top: 0;
}

.quantity-button.quantity-down-cart {
    position: absolute;
    bottom: -1px;
}

.quantity-up {
    background-image: url('../images/arrowUp.png');
    background-size: cover;
    width: 22px;
    height: 20px;
    right: -42px;
}

.quantity-down {
    background-image: url('../images/arrowDown.png');
    background-size: cover;
    width: 22px;
    height: 20px;
    right: -42px;
}
.quantity-up-cart {
    background-image: url('../images/arrowUp.png');
    background-size: cover;
    width: 22px;
    height: 20px;
    right: -28px;
}

.quantity-down-cart {
    background-image: url('../images/arrowDown.png');
    background-size: cover;
    width: 22px;
    height: 20px;
    right: -28px;
}



.produkt_stock {
	margin-top: 1em;
	margin-bottom: 1em;
}
h1.product_title {
	font-size: 21px;
	font-family: 'Lato';
	font-weight: 900;
	color: var(--primary-bg, #701261);
	margin-bottom: 25px;
	text-transform: uppercase;
	line-height: 1.625;
	display: inherit;
}
#gmaps {
	margin-bottom: 3em;
}
.detail-zeit {
	width: 26px;
	height: 26px;
	margin-top: 8px;
	color: var(--primary-bg);
}

@media (min-width: 769px) { /* Only move if there is enough space */
	.movetop {
		top: 35px !important;
		position: fixed;
		right: 7px;
		width:48%;
	}
	.moveAbsolute {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
.entry-summary {
	z-index: 100!important;
	background-color: white;
}
.woocommerce-product-details__short-description {
	display: none;
}


/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
nav.woocommerce-pagination  {
	margin-bottom: 2.5em;
}
.page-numbers.current {
	font-weight: bold!important;
	background-color: white!important;
	color: var(--primary-bg, #520c48)!important;
}
.page-numbers {
	border: none;
	background-color: white!important;
	color: var(--primary-bg, #520c48)!important;
	vertical-align:middle;
	text-decoration: none;
}
.page-numbers > li {
	border-right: none!important;
}
.ausverkauft {
	position: absolute;
	top: -10px;
	height: 420px;
	overflow: visible;
	margin: auto;
	left: 0;
	right: 0;
}
.ausverkauft > img {
	width: 90%!important;
	margin: auto!important;
	margin-top: 25%!important;
}
.kontaktButton a {
	white-space: nowrap;
	margin: 0;
	margin-top: 35px;
	margin-right: 30px;
	margin-left: 5px;
	width: 100%;
	max-width: 210px;
	padding: 11px 20px 11px 50px;
	background-image: url("../images/kontakt.png");
border-radius: 2px;

	background-position: center left;
	background-size: inherit;
	background-repeat: no-repeat;
	font-family: 'Lato';
	font-weight: 900;
	text-align: right;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	background-color:var(--primary-bg, #520c48)
}
/* lato-100 - latin */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/lato-v14-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Lato Hairline'), local('Lato-Hairline'),
       url('../fonts/lato-v14-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('../fonts/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v14-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
       url('../fonts/lato-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}
html *
{
   font-family: Lato;
}

h2.dh-mb5{
	font-size: 21px!important;
	font-weight: 900!important;
	margin-bottom: 30px!important;
	margin-top: 35px!important;
}

.dh-entry-title {
	padding-top: 50px;
	font-size: 28px;
	font-family: "Lato";
		color: var(--primary-bg, #520c48)!important;
	line-height: 0.964;
	font-weight: 900;
	text-align: center;
}

.entry-content{
padding: 1.625em 0 0!important;


}

.pum-overlay.pum-active,
.pum-overlay.pum-active .popmake.active {
opacity: 1 !important;
display: block !important;
z-index: 1000 !important;
}

.ui-autocomplete{
	background-color:#fff;
	width:576px;
	list-style:none;
	padding:0;
	box-shadow: 2px 2px 5px #ddd;
}
.ui-autocomplete li {
	padding: 0.375rem 0.75rem;
}
.ui-autocomplete li:hover {
	background-color:#ccc;
	cursor:pointer;
}
.woocommerce-filters{
    margin-bottom:1em;
}
.muted{
	color:#ccc;
}
.woocommerce-no-products-found{
	clear:both;
}