/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

a {
	color: unset;
}

.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--e-global-color-secondary)
}
.woocommerce ul.products li.product .price {
	font-family: var(--e-global-typography-primary-font-family), sans-serif;
	font-size: 1rem;
	margin-bottom: 16px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--e-global-typography-secondary-font-family), sans-serif;
	padding: 0;
	margin-top: 16px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	border-radius: 0;
	font-family: var(--e-global-typography-primary-font-family), sans-serif;
	font-weight: normal;
	
}

.woocommerce ul.products li.product a { 
text-align: center;
background: var(--e-global-color-dfe40ff);
	border: 1px solid var(--e-global-color-21d15df);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title::after {
	content: " ";
	display: block;
	border-top: 4px solid var( --e-global-color-primary );
	max-width: 2rem;
	margin: 16px auto;
}

.related.products {
	text-align: center;
}

.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(--e-global-color-primary);
}

.product .quantity button {
	background-color: #F9F9F9;
	color: black;
	font-weight: bold;
	padding: 8px 16px !important;
	margin-left: 0 !important;
	cursor: pointer;
}
.product .quantity {
	display: flex;
}
.product .quantity input {
	border-left-width: 0;
	border-right-width: 0;
}


a {
	color: unset;
}

.pretzel-types .swiper-slide {
	list-style: none;
	flex: 0 0 150px;
}
.pretzel-types a {
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 1.5rem;
	color: var(--e-global-color-secondary);
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
		gap: 8px;
	text-decoration: none;
	text-align: center;
}
.pretzel-types a:hover {
	text-decoration: underline;
}

.swiper-container {
		overflow-x: hidden;
}
.pretzel-types img {
	width: 150px;
}

#dcj-carousel {
	display: flex;
	align-items: center;
	gap: 16px;
}
#dcj-carousel svg {
	cursor: pointer;
	fill: var(--e-global-color-primary);
	width: 2rem;
	height: 2rem;
	flex: 1 0 2rem;
}

.elementor-loop-container .type-product a {
	text-decoration: none;
}
#wpadminbar {
	z-index: 99999999999;
}

.elementor-widget-n-menu .e-n-menu-content {
	z-index: 10000 !important;
}