/*
Theme Name: muesli

WooCommerce styles override
*/


.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: var(--green);
}



/* Store archive
--------------------------------------------- */

.archive.woocommerce header.woocommerce-products-header {
	margin-top: 2em;
}

.archive.woocommerce header.woocommerce-products-header .page-description {
	font-size: 1.5em;
	width: 80%;
}

.archive.woocommerce article {
	margin-bottom: 2.5em;
}

.archive.woocommerce article .prev-thumbnail {
	max-height: 300px;
}

.archive.woocommerce article .prev-content {
	justify-content: space-evenly;
}

.archive.woocommerce article .prev-content header {
	flex-direction: row;
}

.archive.woocommerce article .entry-title {
	font-size: 2em;
}

.archive.woocommerce article .entry-content {
	flex: unset;
}

.archive.archive.woocommerce article .entry-footer {
	flex-direction: column;
	justify-content: space-evenly;
}

.archive.archive.woocommerce article .entry-footer a {
	font-size: 1.3em;
	margin-bottom: 10px;
	padding: 5px;
}

.archive.archive.woocommerce article .entry-footer img {
	height: 20px;
	margin: 0 10px;
}


@media screen and (min-width: 800px) {
	.archive.woocommerce header.woocommerce-products-header .top {
		flex-direction: row;
	}

	.archive.woocommerce header.woocommerce-products-header .top .left {
		width: 40%;
	}
	
	.archive.woocommerce header.woocommerce-products-header .top .right {
		width: 40%;
	}

	.archive.woocommerce article {
		height: 580px;
	}

	.archive.woocommerce article .prev-thumbnail {
		max-height: unset;
	}

	.archive.woocommerce article .prev-content {
		border-left: 4px solid #000;
	}

	.archive.woocommerce article .prev-content header {
		border: none;
	}

	.archive.woocommerce article .entry-title {
		font-size: 3em;
	}

	.archive.woocommerce article .entry-content {
		width: 80%;
	}

	.archive.archive.woocommerce article .entry-footer a {
		font-size: 1.5em;
	}

	.archive.archive.woocommerce .load_more-wrapper {
		margin: 40px 0;
	}

}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

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;
		text-align: right;
		clear: both;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

.woocommerce .price {
	font-family: 'brothers';
	text-transform: uppercase;
	margin: 0;
	font-size: 1.5em;
}

.woocommerce .discount {
	font-size: 1.3em;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */

.onsale {
	display: none;
}

.single-product h1 {
	font-size: 2.5em;
}

.single-product .price {
	font-size: 1.5em;
}

.single-product .genre {
	font-weight: 500;
}

.single-product .muesli_button img {
	width: 20px;
	margin-left: 10px;
}

.single-product div.product {
	position: relative;
}

.single-product #product-top {
	padding: 5% 5% 0;
}

.single-product #product-mid {
	display: flex;
	flex-direction: column;
	padding: 5%;
}

.single-product #product-mid .summary {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 2em;
}

.single-product #product-mid .summary > * {
	margin-top: 0;
	margin-bottom: 2vw;
}

.single-product #product-mid .summary,
.single-product #product-mid #product-gallery {
	width: 100%;
}

/* Product image gallery */

.single-product #product-mid #product-gallery {
	display: flex;
	justify-content: space-between;
	height: max-content;
	flex-direction: column;
}

.single-product #product-mid #product-gallery #gallery {
	width: 100%;
	height: max-content;
}

.single-product #product-mid #product-gallery .gall-content {
	max-width: 600px;
	max-height: 600px;
	border: 4px solid #000;
	background-color: #000;
}

.single-product #product-mid #product-gallery .gall-content img {
	display: none;
	height: 100%;
	width: auto;
}

.single-product #product-mid #product-gallery .gall-content > :first-child {
	display: block;
}

.single-product #product-mid #product-gallery #gall-thumbnail {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.single-product #product-mid #product-gallery #gall-thumbnail .thumb {
	display: flex;
	padding: 0.2em;
}

.single-product #product-mid #product-gallery #gall-thumbnail .thumb img {
	border: 4px solid #000;
	opacity: 0.5;
}

.single-product #product-mid #product-gallery #gall-thumbnail .thumb img.active,
.single-product #product-mid #product-gallery #gall-thumbnail .thumb img.init-active {
	opacity: 1;
}

.single-product #product-mid #product-gallery #gall-thumbnail .thumb img.inactive {
	opacity: 0.5;
}

.single-product #product-mid #product-gallery #gall-thumbnail a {
	display: contents;
}

.single-product #product-video {
	padding: 5%;
}

.single-product #product-video video {
	width: 100%;
}

.single-product #product-bottom .wrapper {
	padding: 0 5%;
	display: flex;
	flex-direction: column;
}

.single-product #product-bottom h2 {
	display: none;
}

.single-product #product-bottom .left,
.single-product #product-bottom .right {
	width: 50%;
}

.single-product #product-bottom p {
	line-height: 2.5em;
	margin: 0;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Cart page header and Checkout header
 */

.woocommerce-cart article header,
.woocommerce-checkout article header {
	display: flex;
	margin-top: 2em;
	margin-bottom: 2em;
}

.woocommerce-cart article header > div,
.woocommerce-checkout article header > div {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.woocommerce-cart article header .left,
.woocommerce-checkout article header .left {
	align-items: start;
	justify-content: space-between;
}

.woocommerce-cart article header .right,
.woocommerce-checkout article header .right {
	display: none;
}

.woocommerce-cart article header h1,
.woocommerce-checkout article header h1 {
	font-size: 4em;
	line-height: 1em;
}


@media screen and (min-width: 800px) {
	
	.single-product h1 {
		font-size: 3em;
	}

	.single-product #product-top {
		margin: 3em 80px 2em;
		padding: 0 2%;
	}

	.single-product #product-mid {
		margin: 0 80px 3em;
		padding: 0 2%;
		flex-direction: row;
	}
	
	.single-product #product-mid .summary {
		margin-bottom: unset;
	}

	.single-product #product-mid .summary,
	.single-product #product-mid #product-gallery {
		width: 50%;
	}

	.single-product h1 {
		font-size: 3em;
		line-height: 1em;
	}

	.single-product .price {
		font-size: 3vw;
	}

	.single-product .description {
		width: 80%;
		font-size: 1.3vw;
	}

	/* Product image gallery */
	.single-product #product-mid #product-gallery {
		flex-direction: row;
	}

	.single-product #product-mid #product-gallery #gallery {
		width: 80%;
	}

	.single-product #product-mid #product-gallery #gall-thumbnail {
		flex-direction: column;
		width: 18%;
	}

	.single-product #product-mid #product-gallery #gall-thumbnail .thumb:nth-child(1) {
		padding-top: 0;
	}

	.single-product #product-mid #product-gallery #gall-thumbnail .thumb:nth-child(4) {
		padding-bottom: 0;
	}
	
	.single-product #product-video {
		margin: 0 80px;
		padding: 2% 2% 4%;
	}

	.single-product #product-bottom {
		border-top: 4px solid #000;
		background-color: var(--green);
	}

	.single-product #product-bottom .wrapper {
		margin: 3em 80px 0;
		padding: 0 2% 3%;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.single-product #product-bottom h2 {
		width: 100%;
		text-transform: uppercase;
		font-size: 2vw;
		display: block;
	}

	.single-product #product-bottom p {
		line-height: 2.5em;
		margin: 1.5em 0;
	}

	/**
 	* Cart page header and Checkout header
 	*/

	.woocommerce-cart article header,
	.woocommerce-checkout article header {
		min-height: 150px;
		margin-top: 3em;
		margin-bottom: 3em;
	}

	.woocommerce-cart article header .right,
	.woocommerce-checkout article header .right {
		 align-items: end;
		 justify-content: end;
		 display: flex;
	}

	.woocommerce-cart article header h1,
	.woocommerce-checkout article header h1 {
		font-size: 5em;
	}
}


/**
 * Cart page
 */

.woocommerce-cart article .woocommerce-cart-form .cart_item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 4px solid #000;
	padding: 6%;
}

.woocommerce-cart article .woocommerce-cart-form .cart_item .left {
	width: 50%;
	order: 2;
}

.woocommerce-cart article .woocommerce-cart-form .cart_item .left .product-thumbnail a {
	display: flex;
}

.woocommerce-cart article .woocommerce-cart-form .cart_item .mid {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 1em;
}

.woocommerce-cart article .woocommerce-cart-form .cart_item .mid .price {
	font-size: 1.3em;
}

.woocommerce-cart article .woocommerce-cart-form .cart_item .mid .product-name {
	font-size: 1.5em;
	font-family: 'brothers';
	text-transform: uppercase;
}

.woocommerce-cart article .woocommerce-cart-form .cart_item .right {
	width: 50%;
	order: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: right;
}

.woocommerce-cart article .woocommerce-cart-form .cart_item .right .product-remove a {
	margin-left: 10px;
	font-weight: 700;
}

.woocommerce-cart article .woocommerce-cart-form .cart_item .right .product-subtotal {
	text-transform: capitalize;
}

.woocommerce-cart article .woocommerce-cart-form .cart_item .right .product-subtotal bdi {
	font-family: 'brothers';
	font-size: 1.5em;
	margin-left: 10px;
}

.woocommerce-cart article .woocommerce-cart-form .cart_item .right .product-quantity {
	display: flex;
	justify-content: end;
	align-items: center;
}

.woocommerce-cart article .woocommerce-cart-form .cart_item .right .product-quantity .quantity input {
	border: 4px solid #000;
	line-height: 30px;
	padding-left: 10px;
	margin-left: 10px;
	color: #000;
	font-weight: 700;
}

.woocommerce-cart article .entry-content .product-thumbnail img {
	border: 4px solid #000;
}

.woocommerce-cart article .woocommerce-cart-form #cart-footer {
	border-top: 4px solid #000;
	background-color: var(--green);
	padding: 2% 6%;
}

.woocommerce-cart article .woocommerce-cart-form #cart-footer .actions {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 2%;
}

.woocommerce-cart article .woocommerce-cart-form #cart-footer .actions .coupon {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2em;
}

.woocommerce-cart article .woocommerce-cart-form #cart-footer .actions .coupon label {
	width: 100%;
	margin: 1em 0;
}

.woocommerce-cart article .woocommerce-cart-form #cart-footer .actions .coupon input {
	border: 4px solid #000;
	background-color: var(--green);
	padding: 0;
	margin-right: 10px;
	margin-bottom: 1em;
}

.woocommerce-cart article .woocommerce-cart-form #cart-footer .actions .coupon button {
	padding: 5px 20px;
}

.woocommerce-cart article .woocommerce-cart-form #cart-footer .actions button[name="update_cart"],
.woocommerce-cart article .woocommerce-cart-form #cart-footer .actions input[name="update_cart"] {
	display: none;
}

.woocommerce-cart article .woocommerce-cart-form #cart-footer .cart_totals h2 {
	display: none;
}

.woocommerce-cart article .woocommerce-cart-form #cart-footer .cart_totals table tr {
	display: flex;
	justify-content: flex-end;
	border-bottom: 4px solid #000;
	margin-bottom: 30px;
	align-items: end;
}

.woocommerce-cart article .woocommerce-cart-form #cart-footer .cart_totals table th {
	font-weight: 400;
}

.woocommerce-cart article .woocommerce-cart-form #cart-footer .cart_totals table bdi {
	font-family: 'brothers';
	font-weight: 700;
	font-size: 1.5em;
}

.woocommerce-cart article .woocommerce-cart-form #cart-footer .cart_totals table tr:nth-child(2) bdi {
	font-size: 2em;
}

.woocommerce-cart article .woocommerce-cart-form #cart-footer .cart_totals .wc-proceed-to-checkout {
	text-align: right;
	margin-bottom: 30px;
}

@media screen and (min-width: 800px) {

	.woocommerce-cart article .woocommerce-cart-form .cart_item {
		flex-wrap: unset;
		padding: 2% 6%;
	}

	.woocommerce-cart article .woocommerce-cart-form .cart_item .left {
		width: 20%;
		order: unset;
	}

	.woocommerce-cart article .woocommerce-cart-form .cart_item .mid {
		width: 60%;
		margin-bottom: 0;
	}

	.woocommerce-cart article .woocommerce-cart-form .cart_item .mid .product-name {
		font-size: 2em;
	}

	.woocommerce-cart article .woocommerce-cart-form .cart_item .right {
		width: 20%;
		order: unset;
	}

	.woocommerce-cart article .woocommerce-cart-form #cart-footer .actions .coupon input {
		margin-bottom: 0;
	}

	.woocommerce-cart article .woocommerce-cart-form #cart-footer .cart_totals table tr {
		justify-content: space-between;
	}

}

/**
 * Checkout page
 */

.woocommerce-checkout article .entry-content {
	border-top: 4px solid #000;
}

.woocommerce-checkout article .entry-content #customer_details {
	padding: 0 6%;
}

.woocommerce-checkout article .entry-content .checkout input,
.woocommerce-checkout article .entry-content .checkout .select2-container--default .select2-selection--single {
	border: 4px solid #000;
	border-radius: 0;
	height: 3em;
}

.woocommerce-checkout article .entry-content .checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: normal;
}

.woocommerce-checkout article .entry-content .checkout h3 {
	font-size: 2em;
	margin: 20px 0;
}

.woocommerce-checkout article .entry-content .checkout .woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce-checkout article .entry-content .checkout p {
	margin-bottom: 1em;
}

.woocommerce-checkout article .entry-content .checkout .col-1 p {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
}

.woocommerce-checkout article .entry-content .checkout p input {
	width: 100%;
}

.woocommerce-checkout article .entry-content .checkout p > label,
.woocommerce-checkout article .entry-content .checkout p > span {
	height: 50%;
}

.woocommerce-checkout article .entry-content .checkout .col-2 p textarea {
	height: 100px;
	border: 4px solid #000;
}

.woocommerce-checkout article .entry-content .checkout #checkout-footer {
	background-color: var(--green);
	border-top: 4px solid #000;
	margin-top: 3em;
}

.woocommerce-checkout article .entry-content .checkout #checkout-footer > h3,
.woocommerce-checkout article .entry-content .checkout #checkout-footer > div {
	padding: 2% 6%;
}

.woocommerce-checkout article .entry-content .checkout #checkout-footer .woocommerce-checkout-review-order-table > div {
 display: flex;
}

.woocommerce-checkout article .entry-content .checkout #checkout-footer .woocommerce-checkout-review-order-table .top {
	justify-content: space-between;
	font-weight: 500;
}

.woocommerce-checkout article .entry-content .checkout #checkout-footer .woocommerce-checkout-review-order-table .mid {
	flex-wrap: wrap;
}

.woocommerce-checkout article .entry-content .checkout #checkout-footer .woocommerce-checkout-review-order-table .mid .cart_item {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.woocommerce-checkout article .entry-content .checkout #checkout-footer #order_review > div {
	margin-bottom: 20px;
}

.woocommerce-checkout article .entry-content .checkout #checkout-footer #order_review bdi {
	font-family: 'brothers';
}

.woocommerce-checkout article .entry-content .checkout #checkout-footer .woocommerce-checkout-review-order-table .mid .cart_item .product-name {
	flex-direction: row;
}

.woocommerce-checkout article .entry-content .checkout #checkout-footer .woocommerce-checkout-review-order-table .bottom {
	flex-direction: column;
}

.woocommerce-checkout article .entry-content .checkout #checkout-footer .woocommerce-checkout-review-order-table .bottom .cart-subtotal,
.woocommerce-checkout article .entry-content .checkout #checkout-footer .woocommerce-checkout-review-order-table .bottom .order-total {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 4px solid #000;
}

.woocommerce-checkout article .entry-content .checkout #checkout-footer .woocommerce-checkout-review-order-table .bottom .cart-subtotal p,
.woocommerce-checkout article .entry-content .checkout #checkout-footer .woocommerce-checkout-review-order-table .bottom .order-total p {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

.woocommerce-checkout article .entry-content .checkout #checkout-footer .woocommerce-checkout-review-order-table .bottom .cart-subtotal p bdi,
.woocommerce-checkout article .entry-content .checkout #checkout-footer .woocommerce-checkout-review-order-table .bottom .order-total p bdi {
	font-weight: 400;
}

.woocommerce-checkout article .entry-content .checkout #checkout-footer .woocommerce-checkout-review-order-table .bottom .cart-subtotal p bdi {
	font-size: 1.5em;
}

.woocommerce-checkout article .entry-content .checkout #checkout-footer .woocommerce-checkout-review-order-table .bottom .order-total p bdi {
	font-size: 2em;
}


.woocommerce-checkout article .entry-content .checkout #checkout-footer #payment .place-order {
	text-align: right;
}

.woocommerce-checkout article .entry-content .checkout #checkout-footer #payment .place-order button {
	border: 4px solid #000;
	border-radius: 0;
	padding: 0 10px;
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: 'brothers';
	font-weight: 500;
	background-color: #fff;
	color: #000;
	width: max-content;
	height: max-content;
}

@media screen and (min-width: 800px) {

	.woocommerce-checkout article .entry-content #customer_details {
		margin: 0 80px;
		padding: 0 2%;
	}

	.woocommerce-checkout article .entry-content .checkout .col-1 p:nth-child(1),
	.woocommerce-checkout article .entry-content .checkout .col-1 p:nth-child(2),
	.woocommerce-checkout article .entry-content .checkout .col-1 p:nth-child(3) {
		width: 33%;
	}

	.woocommerce-checkout article .entry-content .checkout .col-1 p:nth-child(4) {
		width: 19%;
	}

	.woocommerce-checkout article .entry-content .checkout .col-1 p:nth-child(5),
	.woocommerce-checkout article .entry-content .checkout .col-1 p:nth-child(6) {
		width: 40%;
	}

	.woocommerce-checkout article .entry-content .checkout .col-1 p:nth-child(7),
	.woocommerce-checkout article .entry-content .checkout .col-1 p:nth-child(8),
	.woocommerce-checkout article .entry-content .checkout .col-1 p:nth-child(9),
	.woocommerce-checkout article .entry-content .checkout .col-1 p:nth-child(10),
	.woocommerce-checkout article .entry-content .checkout .col-1 p:nth-child(11),
	.woocommerce-checkout article .entry-content .checkout .col-1 p:nth-child(12) {
		width: 33%;
	}

	.woocommerce-checkout article .entry-content .checkout #checkout-footer > h3,
	.woocommerce-checkout article .entry-content .checkout #checkout-footer > div {
		padding: 2%;
		margin: 0 80px;
	}

}

/**
 * General WooCommerce components
 */

.checkout-button {
	border: 4px solid #000;
	padding: 5px 20px;
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: 'brothers';
	font-weight: 500;
	background-color: #fff;
	color: #000;
	width: max-content;
	height: max-content;
}

.checkout-button:hover {
	background-color: #000;
	color: #fff;
}

/**
 * Header cart
 */
.site-header-cart {
	display: none;
	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;
}

@media screen and (min-width:800px) {
	/* 
	.site-header-cart {
		display: block;
	} */
}

/**
 * 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: "\53\53\53\53\53";
	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: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

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: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	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-NoticeGroup {
	padding: 1% 2%;
}

.woocommerce-notices-wrapper {
	margin: 2em calc(80px + 2vw);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	clear: both;
	border: 4px solid #000;
	background-color: var(--green);
	padding: 1% 3%;
}

.woocommerce-message {
	display: flex;
	flex-direction: column;
}

.woocommerce-message a {
	border: 4px solid #000;
	border-radius: 0;
	padding: 0 10px;
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: 'brothers';
	font-weight: 500;
	background-color: #fff;
	color: #000;
	width: max-content;
	height: max-content;
	margin: 0.5em 0;
}

.woocommerce-message a:hover {
	background-color: #000;
	color: #fff;
}

.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-message,
	.woocommerce-info,
	.woocommerce-error,
	.woocommerce-noreviews,
	p.no-comments {
		padding: 1% 2%;
	}
}

/**
 * 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: #4169e1;
	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: #4169e1;
}

.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%;
}
