/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------- Colors -------- */


:root {
  --grund-primary: #B67E4F;
  --grund-secondary: #6e7962;
  --grund-border: rgb(182 126 80 / 20%);
  --grund-light: #F0EAD6;
  --grund-text-muted: #c69a75;
  --grund-shadow: 1px 1px 20px rgb(0 0 0 / 15%);
}

@font-face {
	font-family: 'Sanita';
	font-weight: 400;
	font-style: normal;
	src: 	url(/wp-content/themes/goya-child/fonts/SanitaRegular.woff2) format('woff2'),
			url(/wp-content/themes/goya-child/SanitaRegular.woff) format('woff');
	font-display: auto;
}
/* 
@font-face {
	font-family: 'Amatic SC';
	font-weight: 400;
	font-style: normal;
	src: 	url(/wp-content/uploads/2023/07/amatic-sc-v24-latin-regular.woff2) format('woff2'),
			url(/wp-content/uploads/2023/07/amatic-sc-v24-latin-regular.woff2) format('woff');
	font-display: auto;
}

@font-face {
	font-family: 'Poppins';
	font-weight: 300;
	font-style: normal;
	src: 	url(/wp-content/uploads/2023/07/poppins-v20-latin-300.woff2) format('woff2'),
			url(/wp-content/uploads/2023/07/poppins-v20-latin-300.woff2) format('woff');
	font-display: auto;
}

@font-face {
	font-family: 'Poppins';
	font-weight: 400;
	font-style: normal;
	src: 	url(/wp-content/uploads/2023/07/poppins-v20-latin-regular.woff2) format('woff2'),
			url(/wp-content/uploads/2023/07/poppins-v20-latin-regular.woff2) format('woff');
	font-display: auto;
}

@font-face {
	font-family: 'Poppins';
	font-weight: 600;
	font-style: normal;
	src: 	url(/wp-content/uploads/2023/07/poppins-v20-latin-600.woff2) format('woff2'),
			url(/wp-content/uploads/2023/07/poppins-v20-latin-600.woff2) format('woff');
	font-display: auto;
}

@font-face {
	font-family: 'Poppins';
	font-weight: 700;
	font-style: normal;
	src: 	url(/wp-content/uploads/2023/07/poppins-v20-latin-700.woff2) format('woff2'),
			url(/wp-content/uploads/2023/07/poppins-v20-latin-700.woff2) format('woff');
	font-display: auto;
}

*/

.small-text p, 
.small-text  {
	font-size: 12px;
	line-height: 1.3;
}

.vc_custom_heading {
	font-weight: bold;
}

.headline-hashtag {
	font-family: 'Sanita', sans-serif;
	font-size: 34px;
	font-weight: normal;
	color: var(--grund-primary);
	margin-bottom: -20px;
}
h2.vc_custom_heading, 
.woocommerce-checkout h3, 
.order_review_heading, 
.woocommerce-Address-title h3, 
.woocommerce-MyAccount-content h3, 
.woocommerce-MyAccount-content legend, 
.et-portfolio .type-portfolio h3,
.related h2, 
.up-sells h2, 
.cross-sells h2, 
.full_description .wc-description-title, 
.product-details-vertical.woocommerce-tabs .wc-tab > .container > .row > div > h2, 
.product-details-vertical.woocommerce-tabs .wc-tab .woocommerce-Reviews-title, 
.product-details-accordion .woocommerce-Reviews-title {
	font-size: 40px;
	font-weight: bold;
}

h2.widgettitle {
	font-size: 1.5rem;
	letter-spacing: 0;
}

.subtitle-sanita, 
.shop-intro-text, 
.woocommerce-products-header .term-description {
	font-size: 50px !important;
	font-family: 'Sanita', sans-serif !important;
	margin-bottom: -10px !important;
	color: var(--grund-light) !important;
	text-shadow: 1px 1px 1px rgb(57 31 9 / 44%);
	font-weight: normal !important;
	text-transform: lowercase;
}
.shop-intro-text, .woocommerce-products-header .term-description {
	margin-top: -140px;
	margin-bottom: 30px;
}
.hero-headline-poppins, h1.et-shop-title.woocommerce-products-header__title.page-title {
	color: var(--grund-light) !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 50px !important;
	text-transform: uppercase;
	font-weight: 100 !important;
	letter-spacing: 1px;
	line-height: 1;
	max-width: 800px;
	margin: 0 auto 2rem auto;
	text-shadow: 1px 1px 1px rgb(57 31 9 / 44%);
}
@media (max-width: 640px) {
	.hero-headline-poppins, 
	h1.et-shop-title.woocommerce-products-header__title.page-title {
		font-size: 30px !important;
	}
	.mobile-spacer {
		height: 40px !important;
	}
	.footer-middle .gallery .gallery-item {
		min-width: 25%;
	}
	.footer-middle .gallery {
		flex-wrap: wrap;
	}
	p.woocommerce-store-notice.demo_store {
		display: none !important; 
	}
}

.et_btn.solid {
	font-family: Amatic SC;
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: 700;
	color: var(--grund-primary);
	text-decoration: none;
	position: relative;
	display: inline-block;
	background-color: transparent;
	padding: 0;
}
.et_btn.solid:hover {
	color: var(--grund-primary);
	opacity: 1;
}

.et_btn.solid.color-light, .et_btn.solid.color-light:hover {
	color: var(--grund-light);
	background-color: transparent;
	text-shadow: 1px 1px 1px rgb(57 31 9 / 44%);
}

.et_btn.solid:after {
	content: '';
	background-color: var(--grund-primary);
	height: 1.5px;
	width: 40px;
	display: block;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	transition: width 0.4s ease-in-out;
	filter: blur(0.6px);
}
 .et_btn.solid.color-light:after {
	background-color: var(--grund-light);
	box-shadow: 1px 1px 1px rgb(57 31 9 / 44%);
}
.et_btn.solid:hover:after {
	width: 100%;
}

.et-product-detail .single_add_to_cart_button, .et-product-detail.et-cart-mixed .summary .yith-wcwl-add-to-wishlist > div > a, 
a.woocommerce-Button.button {
	font-family: 'Amatic SC';
	font-size: 30px;
	padding: 0;
	line-height: 1;
	border-radius: 5px;
	padding: 5px 10px;
	height: 55px;
}

a.btn-primary, 
.btn-primary-widget a {
	font-family: 'Amatic SC';
	font-size: 20px;
	border-radius: 5px !important;
	padding: 5px 10px !important;
	height: 55px;
	background-color: var(--grund-primary);
	color: #fff;
	line-height: 1 !important;
}
.btn-primary-widget a {
	height: auto !important;
}
.background-swirl:after {
	background-image: url('https://aus-gutem-grund.eu/wp-content/uploads/2023/11/kringel.png');
	background-size: contain;
	position: absolute;
	left: -15%;
	right: -10%;
	top: -10%;
	bottom: -10%;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.1;
	transform: rotate(15deg);
	width: 100%;
}

.button.outlined, .button.outlined:hover, .button.outlined:focus, .button.outlined:active, .woocommerce-Reviews .comment-reply-title:hover {
	border-radius: 5px;
}

/* Header */

header.page-header {
	display: none;
}
.mobile-menu .menu-label, .et-header-menu .menu-label {
	vertical-align: text-top;
}

.menu-item {
	font-size: 28px;
	font-weight: 600;
	font-family: 'Amatic SC', sans-serif;
}

.sliding-menu-panel-root .sliding-menu-nav:before {
	margin-top: 18px;
}

li.account-link--downloads.menu-item {
	display: none !important;
}

#top-bar {
	font-family: 'Amatic SC', sans-serif;
	font-size: 25px;
}

.title-item > a {
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 13px !important;
	letter-spacing: 1px !important;
	color: rgb(182 126 79 / 70%) !important;
}
.et-header-menu .sub-menu {
	line-height: 1.3;
}

.et-header-menu > li > .sub-menu:before {
	border-color: var(--grund-border);
}

/* Product Boxes */

.et-listing-style1 .product-title {
	text-align: center;
	font-weight: 600;
}

.et-listing-style1 .price {
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	margin-bottom: 0;
}
.products.show-rating .product_after_shop_loop_price .price, 
.products .et-listing-style1 .product-title h2 {
	margin-left: auto;
}
.et-listing-style1 .price:after {
	content: 'inkl. MwSt.';
	font-size: 10px;
	font-weight: normal;
	display: block;
	margin-top: -7px;
}

@media only screen and (max-width: 575px) {
	.products .product .product-inner {
		height: 100%;
	}
}

.products .product_after_shop_loop_price .price .woocommerce-Price-amount, 
.et-listing-style1 .price del {
	color: #000 !important;
}
.et-listing-style1 .price del {
	font-size: 12px;
}
.price>span {
	vertical-align: baseline;
}
.products .product .caption {
	padding: 20px;	
}

.product-inner {
	box-shadow: 1px 1px 20px rgb(0 0 0 / 15%);
}
.et-listing-style1 .wgm-info {
	display: none !important;
}

a.button.product_type_variable.add_to_cart_button {
	display: none !important;
}
.et-product-detail .product_meta {
	color: 
}
.products .product .product_thumbnail.et-image-hover .product_thumbnail_hover {
	object-fit: contain;
	background-color: #fff;
}

/* Listing */

.shop-views button {
	color: #b67e50;
}
.shop_bar button, .shop_bar .woocommerce-ordering .select2-container--default .select2-selection--single, .shop_bar .shop-filters .orderby, .shop_bar .woocommerce-ordering:after {
	color: #b67e50;
}
.hero-light-title .hero-header .hero-title.parallax_image:before {
	content: none;
}

.cat-seo-text {
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 14px;
}

/* Product Detail */

@media (max-width: 991px) {
	.thumbnails-mobile-dots .flex-control-nav .slick-track {
		display: none !important; 
	}
}

.et-product-detail .summary h1.product_title {
	font-weight: bold;
	color: #b67e50;
}
.et-product-detail .single_add_to_cart_button {
	font-weight: bold;
}
.et-product-detail.et-cart-mixed .summary .yith-wcwl-add-to-wishlist > div > a {
	background-color: rgb(238 227 214);
}
.et-heart-fill:before {
	color: #b67e50;
}
.tabs-accordion .tab-title a {
	line-height: 1;
	font-family: 'Amatic SC';
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 10px;
}

.et-product-detail.et-variation-style-table .summary .variations tr td, 
.et-product-detail .product-showcase, 
.et-product-detail .product_meta, 
.tabs-accordion .tab-title a, 
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	border-color: var(--grund-border);
}
.et-product-detail .summary .price {
	font-size: 36px;
	display: flex;
	justify-content: start;
	align-items: center;
}

#german-market-variation-price span.price {
	flex-direction: row-reverse;
}

.wgm-info {
	clear: both;
}
.legacy-itemprop-offers .woocommerce-Price-amount {
	margin-left: 10px;
}
.et-product-detail .summary .price del {
	font-size: 14px;
}
.et-product-detail .summary .price ins span, 
.et-product-detail .summary .price {
	color: #b67e50;
}

.tabs-accordion .woocommerce-Tabs-panel p, 
.tabs-accordion .woocommerce-Tabs-panel ul {
	font-size: 14px;
}
.tabs-accordion .woocommerce-Tabs-panel ul {
	margin-left: 0;
}

.postline-medium:before, .postline-large:before, .related h2:before, .up-sells h2:before, .cross-sells h2:before, .full_description .wc-description-title:before, .product-details-vertical.woocommerce-tabs .wc-tab > .container > .row > div > h2:before, .product-details-vertical.woocommerce-tabs .wc-tab .woocommerce-Reviews-title:before, .product-details-accordion .woocommerce-Reviews-title:before, .woocommerce-billing-fields h3:before, .woocommerce-checkout-review-order h3:before, .side-menu .widgettitle:before {
	width: 0;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before, 
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before {
	background-image: url('/wp-content/uploads/2023/11/aus-gutem-grund-nicht-verfuegbar.png');
	height: 220%;
	width: 160%;
	background-size: contain;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
}
.woo-variation-swatches .variable-items-wrapper li.variable-item.button-variable-item:not(.selected) {
	border-color: var(--grund-border);
}

.wvs-style-squared .variable-item:not(.radio-variable-item).button-variable-item.selected, 
.wvs-style-squared .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock), 
.wvs-style-squared .variable-item:not(.radio-variable-item).button-variable-item:hover {
	color: #fff !important;
	background-color: #b67e50 !important;
	border-color: #b67e50 !important;
}

.woocommerce-variation.single_variation {
	display: none !important;
}

.woo-variation-swatches.wvs-show-label .variations th {
	display: none;
}
.woocommerce .et-product-detail .summary .quantity {
	border: 1px solid var(--grund-border);
}
.et-product-detail .product_meta {
	color: var(--grund-text-muted);
}

.shirtigo-product-image {
	padding: 30px;
	background-color: #fff;
}

.product-image-model-sizing {
	position: absolute;
	padding: 10px;
	font-size: 12px;
	line-height: 1.1;
	top: 0;
	width: 140px;
	right: 0;
	text-align: right;
}

.size-table-popup {
	position: fixed;
	left: 0;
	top: 20%;
	bottom: auto;
	right: 0;
	z-index: 99999999;
	background-color: #fff;
	max-width: 1000px;
	width: 80vh;
	margin: auto;
	text-align: center;
	padding: 50px;
	box-shadow: var(--grund-shadow);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
}
.size-table-popup.visible {
	opacity: 1;     /* Volle Opazität */
	visibility: visible; /* Sichtbar machen */
}

.size-table-popup img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: auto;
}

.size-table-close {
	position: absolute;
	right: 11px;
	top: 0;
	font-size: 30px;
	cursor: pointer;
}

/* Blog */


.blog-post .animation {
	box-shadow: 1px 1px 20px rgb(0 0 0 / 15%);
}
.blog-post ul.post-categories, 
.blog-post .post-title, 
.blog-post .post-meta {
	padding: 0 20px;
}
.blog-post .post-content {
	padding: 0 20px 30px 20px;
}

.blog-post ul.post-categories a {
	background-color: var(--grund-secondary);
	padding: 5px;
	border-radius: 4px;
	color: #f3eee3;
	font-family: 'Amatic SC', sans-serif;
	line-height: 1;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 0;
}
.blog-post ul.post-categories {
	text-align: center;
}
.theme-goya .post .post-title h3 {
	font-family: 'Amatic SC', sans-serif;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.blog-post .post-content {
	font-size: 14px;
	text-align: center;
}
.blog-post .post-meta {
	color: none;
}
.blog-post.type-post .post-meta, .blog-post.type-post .post-meta a {
	color: rgb(182 126 79 / 70%) !important;
	text-align: center;
}

.post-share {
	display: none;
}

/* Projekte */

.single-portfolio .post-detail.hero-title.featured-gallery.single-image .et-portfolio-excerpt {
	display: none;
}
.light-title .hero-title.header-parallax .post-featured.title-wrap:before, .hero-light-title .hero-title.header-parallax .post-featured.title-wrap:before {
	background: linear-gradient(0deg, rgb(0 0 0) 10%, transparent 39%);
	opacity: 0.5;
}

/* Footer */
.footer-middle.footer-widgets {
	background-color: #f3eee3;
	border-top: 1px solid var(--grund-border);
}
.site-footer.dark .footer-middle h3 {
	color: #000;
	font-weight: bold;
}
.social-icons li a {
	font-size: 25px;
	padding-left: 0;´
}

.footer-middle .gallery {
	max-width: 1000px;
	padding-bottom: 0;
}
.footer-middle .gallery img {
	width: 80px;
}

.footer-middle .gallery .gallery-item:first-child {
	padding-left: 0;
}
.site-footer.dark .footer-widgets a {
	color: rgba(255,255,255,0.5);
}
.site-footer.dark .footer-widgets a:hover {
	color: #fff;
}

/* Content */

.et-iconbox.icon-style-image-default .et-feature-icon img {
	height: 80px;
}
.et-iconbox .subtitle {
	color: rgb(182 126 79 / 70%) !important;
}
.et-iconbox .title {
	font-size: 35px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
	font-size: 30px;
}

/* Forms */
.sidebar .ff-default .ff-el-form-control, 
.ff-default .ff-el-form-control  {
	border: 1px solid var(--grund-border);
	border-radius: 0;
	padding: 0;
	color: #000;
	font-family: Poppins, sans-serif;
}
.sidebar .ff-default .ff-el-form-control::placeholder, 
.ff-default .ff-el-form-control::placeholder {
	color: var(--grund-text-muted) !important;
	opacity: 1;
}
.sidebar .ff-default .ff-el-form-control:focus, 
.ff-default .ff-el-form-control:focus {
	border-color: var(--grund-primary);
	background-color: transparent;
	color: #000;

}

button[type=submit].ff-btn-submit {
	font-family: 'Amatic SC';
	font-size: 30px;
	line-height: 1;
	border-radius: 5px;
	padding: 5px 40px;
	width: 100%;
}
.shipping_de.shipping_de_string {
	line-height: 1.3;
}

/* Cart */

.product-quantity .wgm-info.woocommerce-de_price_taxrate {
	display: none;
}
.et-cart-panel-item-subtotal .wgm-tax {
	line-height: 1.2 !important;
	display: block;
	font-size: 12px;
	white-space: nowrap;
}
.side-panel .side-panel-title .minicart-counter {
	background: #b67e50;
	color: #fff;
}
.woocommerce-cart .product-price {
	font-size: 13px;
}
.woocommerce-cart .product-price:before {
	content: "Einzelpreis: ";
}

.products .product .product_thumbnail img, 
.goya-search .autocomplete-wrapper li a img {
	aspect-ratio: 4 / 5;
	object-fit: contain;
	background: #fff;
}

.variations_form .reset_variations, .variations_form_loop .reset_variations {
	padding: 8px 10px;
	border: 1px solid var(--grund-border);
	color: #000 !important;
	border-radius: 2px;
	margin-top: 10px;
	display: inline-block;
	float: right;
}

.recently-viewed-products {
	display: none;
}
#german_market_privacy_declaration {
	width: auto;
}
.comment-form p input#submit {
	font-family: 'Amatic SC';
	font-size: 30px;
	padding: 0;
	line-height: 1;
	border-radius: 5px;
	padding: 5px 10px;
	height: 55px;
}
textarea#comment {
	border: 1px solid var(--grund-border);
	border-radius: 0;
	padding: 0;
	color: #000;
	font-family: Poppins, sans-serif;
}
.comment-form-rating {
	text-align: left;
	background: transparent;
	padding: 0;
}

#reply-title {
	font-family: 'Amatic SC';
	font-size: 30px;
	line-height: 1;
	border-radius: 5px;
	padding: 10px 5px 10px;
	height: 55px;
	background: #eee3d6;
	border-color: #eee3d6;
}
.commentlist .comment-body, .commentlist .comment-text {
	border-color: var(--grund-border);
}
.search.post-type-archive-product .hero-header .hero-title {  
	background-image: url('/wp-content/uploads/2023/12/aus-gutem-grund-neuheiten.jpg'); 
	background-position: center;
	min-height: 50vh;
}
.search.post-type-archive-product .hero-header-container, 
.tax-product_cat .hero-header-container, 
.post-type-archive-product  .hero-header-container {
	align-self: end;
}
p.woocommerce-store-notice.demo_store {
	background-color: #f3eee3;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.popmake-content h3 {
	font-family: 'Amatic SC';
	margin-bottom: 1rem;
}
.popmake-content p {
	font-size: 14px;
}
.container.hero-header-container {
	padding-bottom: 30px;
}
.janolaw-paragraph {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1rem;
}
.wpb_text_column a:not([class]):after {
	width: 100%;
	background-color: var(--grund-text-muted);
	bottom: 2px;
}
.wpb_text_column a:not([class]):hover:after {
	background-color: var(--grund-primary);
}
@media (max-width: 640px) {
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
	padding: 10px 10px 20px 10px;
}
}
.postid-112 figure.post-featured.single-image.title-wrap.parallax_image.vh-height {
	background-image: url(https://aus-gutem-grund.eu/wp-content/uploads/2023/11/mission-erde-1.jpg) !important;
}
hr.wp-block-separator.has-alpha-channel-opacity.is-style-wide {
	color: var(--grund-border);
}
span.post-author {
	display: none;
}

.fairwear-absolute {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
}