/*
 Theme Name:   ÖKO-RANCH Theme
 Description:  Offizielles ÖKO-RANCH WordPress Theme
 Author:       Felix Baumgärtner
 Author URI:   https://felixbaumgaertner.de
 Template:     generatepress
 Version:      1.0
*/


/* GLOBAL */
* {
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
}


/* NAV */

nav#site-navigation {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


/* WOOCOMMERCE CHECKOUT */

h3#order_review_heading {
	float: left;
}


/* MISC */

#product-515 .flex-viewport:before, .featured > a:before {
	position: absolute;
	width: 67px;
	height: 67px;
	top: 15px;
	left: 15px;
	padding: 17px 7px 7px 7px;
	content: 'TOP\aProdukt';
	white-space: pre-wrap;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	background-color: var(--accent);
	border-radius: 50%;
	z-index: 20;
}
.featured > a:before {
	top: -15px;
	right: -15px;
	left: auto;
}

.price-summary {
	display: none !important;
}
.summary .price-summary {
	display: block !important;
}


/* QiBlocks */
@media (max-width: 1024px) {
	.qodef-gutenberg-section.qodef-content--predefined > .qodef-gutenberg-row {
		max-width: 100%;
	}
}