/*
Theme Name: Enable Cookies

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}
table.shop_table_responsive tbody th {
	display: none;
}
table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}
table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}
table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
	display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
	display: none;
}
table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td::before {
		display: none;
	}
}
/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}
ul.products li.product {
	list-style: none;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	justify-content: center;
}
ul.products li.product a {
	text-decoration: none;
}

.packs .products li a {
	pointer-events: none;
	cursor: default;
}

@media screen and (min-width: 585px) {
	ul.products li.product {
		flex: 0 0 calc(50% - 1rem);
		max-width: calc(50% - 1rem);
	}
}
@media (min-width: 62.5em) {
	ul.products li.product {
		flex: 0 0 calc(33.3% - 1rem);
		max-width: calc(33.3% - 1rem);
	}
}
/**
 * Single product
 */
.single.single-product .product {
	padding: 2rem 1rem 3rem 1rem;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}
.single.single-product .product a {
	display: block;
	margin-right: 50%;
}
.single.single-product .product div.entry-summary .product_title {
	color: #1C1009;
}
.single.single-product .product div.entry-summary > h2 {
	display: none;
}
.single.single-product .product div.entry-summary > p {
	margin: 0 0 3rem 0;
}
.single.single-product .product div.entry-summary section.dietary-information {
	padding: 0;
}
.single.single-product .product div.entry-summary section.dietary-information h2 {
	font-family: "Playpen Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #723f18;
}
@media (min-width: 46.875em) {
	.single.single-product .product {
		flex-flow: row wrap;
	}
	.single.single-product .product .entry-summary {
		width: 50%;
		margin: 0 2rem 0 0;
	}
	.single.single-product .product img {
		width: calc(50% - 3rem);
		height: auto;
		-o-object-fit: contain;
		   object-fit: contain;
	}
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}
.site-header-cart .cart-contents {
	text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
	display: none;
}
.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}
.star-rating::before {
	content: "SSSSS";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}
.star-rating span::before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
	color: #7f120a;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}
p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "S";
	color: #1C1009;
	text-indent: 0;
	opacity: 0.25;
}
p.stars a:hover ~ a::before {
	content: "S";
	color: #1C1009;
	opacity: 0.25;
}
p.stars:hover a::before {
	content: "S";
	color: #7f120a;
	opacity: 1;
}
p.stars.selected a.active::before {
	content: "S";
	color: #7f120a;
	opacity: 1;
}
p.stars.selected a.active ~ a::before {
	content: "S";
	color: #1C1009;
	opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
	content: "S";
	color: #7f120a;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}
.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}
.woocommerce-password-strength.strong {
	color: #0f834d;
}
.woocommerce-password-strength.short {
	color: #e2401c;
}
.woocommerce-password-strength.bad {
	color: #e2401c;
}
.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
	float: left;
}
.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #7f120a;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #7f120a;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}
/*# sourceMappingURL=sass/woocommerce.css.map */
