/*
Theme Name: LaSala

WooCommerce styles override
*/
@font-face {
	font-family: 'Sora';
	src: url("fonts/Sora-VariableFont_wght.woff");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Cyrene';
	src: url("fonts/Cyrene-Regular-Advanced.woff");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url("fonts/HelveticaNeue-Light.woff");
	font-style: normal;
	font-weight: normal;
}

:root {
	--siteMargin: 1rem;
}

@media (min-width: 1200px) {
	:root {
		--siteMargin: 2rem;
	}
}

/**
 * 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;
	clear: both;
}

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
 */
body.woocommerce-shop li.product.blue .woocommerce-LoopProduct-link {
	background-color: #545FBE !important;
	display: block;
}

body.woocommerce-shop li.product.red .woocommerce-LoopProduct-link {
	background-color: #DA1007 !important;
	display: block;
}

body.woocommerce-shop li.product.green .woocommerce-LoopProduct-link {
	background-color: #27B93A !important;
	display: block;
}

body.woocommerce-shop li.product.yellow .woocommerce-LoopProduct-link {
	background-color: #F9CC0E !important;
	display: block;
}

body.woocommerce-shop li.product.purple .woocommerce-LoopProduct-link {
	background-color: #CF32B6 !important;
	display: block;
}

body.woocommerce-shop li.product.pink .woocommerce-LoopProduct-link {
	background-color: #FFAEAE !important;
	display: block;
}

body.woocommerce-shop li.product.brown .woocommerce-LoopProduct-link {
	background-color: #98360D !important;
	display: block;
}

body.woocommerce-shop li.product.bw .woocommerce-LoopProduct-link {
	background-color: #999999 !important;
	display: block;
}

.woocommerce-breadcrumb {
	display: none;
}

.woocommerce-products-header {
	text-align: center;
}

.woocommerce-products-header h1 {
	margin-bottom: 0.25em;
}

.woocommerce-products-header .page-description {
	max-width: 14em;
	margin: 0 auto calc(var(--siteMargin) * 2) auto;
}

.woocommerce-shop ul.products {
	margin: 0;
	padding: 0;
}

.woocommerce-shop ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: var(--siteMargin);
	width: 100%;
}

@media (min-width: 1200px) {
	.woocommerce-shop ul.products li.product {
		width: calc((100% - 3 * 32px) / 4);
	}
}

.woocommerce-shop ul.products li.product img {
	display: block;
	width: 100%;
}

.woocommerce-shop ul.products li.product .product-artist {
	margin-top: 0.5em;
}

.woocommerce-shop ul.products li.product h2 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

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

.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link {
	position: relative;
}

.woocommerce-pagination ul {
	list-style: none;
	text-align: center;
}

.woocommerce-pagination ul li {
	display: inline-block;
	padding: 0 0.5em;
	height: 1.5em;
}

.woocommerce-pagination ul li .next,
.woocommerce-pagination ul li .prev {
	display: inline-block;
	text-indent: -9999em;
	background: transparent url("images/arrow-right.svg") center no-repeat;
	background-size: contain;
	height: 1.5em;
	width: 1.5em;
}

.woocommerce-pagination ul li .prev {
	transform: rotate(180deg);
}

li.product .product-artist {
	text-transform: uppercase;
}

li.product .product-artist a {
	text-decoration: none;
}

.shop-meta-wrapper {
	border-bottom: 1px solid black;
	margin-bottom: var(--siteMargin);
	padding-bottom: var(--siteMargin);
}

@media (min-width: 1200px) {
	.shop-meta-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.shop-meta-wrapper > * {
		flex: 1;
	}
	.shop-meta-wrapper .woocommerce-notices-wrapper {
		/* Fill the div horizontally when not empty */
		flex-grow: 1;
	}
	.shop-meta-wrapper .woocommerce-result-count, .shop-meta-wrapper .woocommerce-ordering {
		/* Position on the same row, opposite sides */
		flex: 0 0 50%;
	}
	.shop-meta-wrapper .woocommerce-result-count {
		text-align: left;
		margin: 0;
	}
	.shop-meta-wrapper .woocommerce-ordering {
		text-align: right;
	}
}

body.woocommerce-shop {
	--filterWidth: 250px;
}

body.woocommerce-shop .shop-outer-wrapper {
	margin-bottom: 6em;
}

@media (min-width: 1200px) {
	body.woocommerce-shop .shop-outer-wrapper {
		display: grid;
		grid-template-columns: var(--filterWidth) 1fr;
		gap: var(--siteMargin);
	}
}

.category-artist li.product .productPreview,
.related.products li.product .productPreview {
	display: none;
}

body.woocommerce-shop ul.products li.product .productPreview {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

body.woocommerce-shop ul.products li.product .productPreview img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

body.woocommerce-shop ul.products li.product .productPreview:hover {
	opacity: 1;
}

body.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link img {
	opacity: 0;
	transition: opacity 2s;
}

body.woocommerce-shop ul.products li.product.in-view .woocommerce-LoopProduct-link img {
	opacity: 1;
}

@media (max-width: 768px) {
	.wpfMainWrapper {
		border: 1px solid #ccc;
		padding: var(--siteMargin);
		margin-bottom: 2em;
	}
}

.wpfMainWrapper .wpfFilterWrapper {
	margin-bottom: 1em;
}

.wpfMainWrapper .wpfFilterTitle {
	margin-bottom: 0.5rem;
}

.wpfMainWrapper .wpfFilterLayoutHor {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.wpfMainWrapper .wpfFilterLayoutHor li {
	padding-bottom: 1rem;
}

.wpfMainWrapper .wpfFilterLayoutHor li .wpfCheckbox,
.wpfMainWrapper .wpfFilterLayoutHor li .wpfDisplay {
	display: block;
}

.wpfMainWrapper .wpfFilterLayoutHor li .wpfCheckbox {
	padding-bottom: 0.25rem;
}

.wpfMainWrapper .wpfFilterLayoutHor li .wpfValue {
	padding-left: 0 !important;
}

.wpfTitleToggle.fa-minus::before,
.wpfTitleToggle.fa-plus::before {
	display: none;
}

.wpfTitleToggle {
	background: transparent url("images/arrow-open-right.svg") center no-repeat;
	background-size: contain;
	width: 1em;
	height: 1em;
	transform: rotate(90deg);
	transition: transform 0.5s;
}

.wpfTitleToggle.fa-plus {
	transform: rotate(0);
}

ul.products .spinner,
.la-spinner,
.wpfIconPreview .spinner,
.wpfLoaderIconTemplate,
.woobewoo-filter-loader.spinner {
	background-image: url("images/heart.svg") !important;
}

.wpfFilterWrapper:first-child {
	margin-top: 0;
	padding-top: 0;
}

body.woocommerce-shop ul.products li.product .button.addonify-add-to-wishlist-btn {
	display: none;
}

.wpfFilterWrapper li[data-term-slug="blue"] .wpfCheckbox label::before,
.wpfFilterWrapper li[data-term-slug="blue"] .wpfCheckbox label::after {
	background-color: #545FBE !important;
	border-radius: 50%;
	border: none;
}

.wpfFilterWrapper li[data-term-slug="blue"] .wpfCheckbox input[type="checkbox"]:checked + label::before {
	background-color: #545FBE !important;
	border: 2px solid black;
}

.wpfFilterWrapper li[data-term-slug="red"] .wpfCheckbox label::before,
.wpfFilterWrapper li[data-term-slug="red"] .wpfCheckbox label::after {
	background-color: #DA1007 !important;
	border-radius: 50%;
	border: none;
}

.wpfFilterWrapper li[data-term-slug="red"] .wpfCheckbox input[type="checkbox"]:checked + label::before {
	background-color: #DA1007 !important;
	border: 2px solid black;
}

.wpfFilterWrapper li[data-term-slug="green"] .wpfCheckbox label::before,
.wpfFilterWrapper li[data-term-slug="green"] .wpfCheckbox label::after {
	background-color: #27B93A !important;
	border-radius: 50%;
	border: none;
}

.wpfFilterWrapper li[data-term-slug="green"] .wpfCheckbox input[type="checkbox"]:checked + label::before {
	background-color: #27B93A !important;
	border: 2px solid black;
}

.wpfFilterWrapper li[data-term-slug="yellow"] .wpfCheckbox label::before,
.wpfFilterWrapper li[data-term-slug="yellow"] .wpfCheckbox label::after {
	background-color: #F9CC0E !important;
	border-radius: 50%;
	border: none;
}

.wpfFilterWrapper li[data-term-slug="yellow"] .wpfCheckbox input[type="checkbox"]:checked + label::before {
	background-color: #F9CC0E !important;
	border: 2px solid black;
}

.wpfFilterWrapper li[data-term-slug="purple"] .wpfCheckbox label::before,
.wpfFilterWrapper li[data-term-slug="purple"] .wpfCheckbox label::after {
	background-color: #CF32B6 !important;
	border-radius: 50%;
	border: none;
}

.wpfFilterWrapper li[data-term-slug="purple"] .wpfCheckbox input[type="checkbox"]:checked + label::before {
	background-color: #CF32B6 !important;
	border: 2px solid black;
}

.wpfFilterWrapper li[data-term-slug="pink"] .wpfCheckbox label::before,
.wpfFilterWrapper li[data-term-slug="pink"] .wpfCheckbox label::after {
	background-color: #FFAEAE !important;
	border-radius: 50%;
	border: none;
}

.wpfFilterWrapper li[data-term-slug="pink"] .wpfCheckbox input[type="checkbox"]:checked + label::before {
	background-color: #FFAEAE !important;
	border: 2px solid black;
}

.wpfFilterWrapper li[data-term-slug="brown"] .wpfCheckbox label::before,
.wpfFilterWrapper li[data-term-slug="brown"] .wpfCheckbox label::after {
	background-color: #98360D !important;
	border-radius: 50%;
	border: none;
}

.wpfFilterWrapper li[data-term-slug="brown"] .wpfCheckbox input[type="checkbox"]:checked + label::before {
	background-color: #98360D !important;
	border: 2px solid black;
}

.wpfFilterWrapper li[data-term-slug="bw"] .wpfCheckbox label::before,
.wpfFilterWrapper li[data-term-slug="bw"] .wpfCheckbox label::after {
	background-color: #999999 !important;
	border-radius: 50%;
	border: none;
}

.wpfFilterWrapper li[data-term-slug="bw"] .wpfCheckbox input[type="checkbox"]:checked + label::before {
	background-color: #999999 !important;
	border: 2px solid black;
}

/**
 * Single product
 */
body.single-product main {
	padding-left: 0;
	padding-right: 0;
}

body.single-product main .woocommerce-notices-wrapper,
body.single-product main .entry-summary,
body.single-product main .relatedHeader,
body.single-product main .related.products,
body.single-product main .single-product-details {
	padding-left: var(--siteMargin);
	padding-right: var(--siteMargin);
}

.single-product div.product {
	position: relative;
	margin-top: calc(2 * var(--siteMargin));
}

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

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 8;
}

.single-product div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
	margin-bottom: var(--siteMargin);
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: var(--siteMargin);
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
	background-color: black;
	height: 100vh;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
	text-align: center;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	margin: 0 calc(var(--siteMargin) * 0.5);
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product .summary {
	margin-bottom: var(--siteMargin);
}

.single-product .price {
	font-size: 22px;
}

.single-product h1 {
	margin-bottom: 0;
}

.single-product .product-artist {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: var(--siteMargin);
}

.single-product .custom-summary {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: var(--siteMargin);
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 50em;
}

.single-product .custom-summary label {
	text-transform: uppercase;
	width: 9em;
	display: inline-block;
}

.single-product .custom-summary li {
	display: inline-block;
}

@media (max-width: 1200px) {
	.single-product .custom-summary li {
		padding-bottom: 1em;
	}
}

.single-product button.single_add_to_cart_button {
	background-color: transparent;
	color: black;
	border-color: black;
}

.single-product button.single_add_to_cart_button:hover {
	background-color: black;
	color: white;
}

.single-product form.cart,
.single-product .addonify-add-to-wishlist-btn-wrapper {
	display: inline-block;
}

@media (max-width: 1200px) {
	.single-product form.cart {
		width: 100%;
	}
}

.single-product form.cart .quantity {
	display: none;
}

.single-product form.cart button, .single-product form.cart .button {
	margin-right: calc(var(--siteMargin) * 0.8);
}

@media (max-width: 1200px) {
	.single-product form.cart button, .single-product form.cart .button {
		margin-right: 0;
		display: block;
		margin-bottom: 1em;
		width: 100%;
		text-align: center;
	}
}

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

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

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

h2.relatedHeader {
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 1em;
	margin-top: 4em;
}

h2.relatedHeader::after {
	display: block;
	content: '';
	width: calc(2 * var(--siteMargin));
	margin-top: 1em;
	border-bottom: 1px solid #000;
}

.related.products {
	height: 350px;
}

.related.products h2:first-child {
	display: none;
}

.related.products ul.products {
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: var(--siteMargin);
}

.related.products li.product {
	height: 100%;
	flex-basis: 25%;
}

.related.products li.product a {
	display: block;
	height: 100%;
	overflow: hidden;
}

.related.products li.product a img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 100%;
	transition: transform 1s;
}

.related.products li.product a:hover img {
	transform: scale(1.05);
}

.related.products li.product .price,
.related.products li.product .product-artist,
.related.products li.product .woocommerce-loop-product__title {
	display: none;
}

.single-product-details {
	margin: 6em 0;
}

.single-product-details h3 {
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 1em;
}

.single-product-details h3::after {
	display: block;
	content: '';
	width: calc(2 * var(--siteMargin));
	margin-top: 1em;
	border-bottom: 1px solid #000;
}

.single-product-details .single-product-details-artist {
	margin-bottom: 2em;
}

@media (min-width: 1200px) {
	.single-product-details {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: var(--siteMargin);
	}
	.single-product-details .single-product-details-artist {
		margin-bottom: 0;
	}
	.single-product-details .artist-info {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: var(--siteMargin);
	}
}

body.single-product ul.products li.product .button.addonify-add-to-wishlist-btn {
	display: none;
}

.single-product div.product .summary button.addonify-add-to-wishlist-btn {
	background: transparent url("images/heart.svg") center no-repeat;
	background-size: contain;
	width: 2rem;
	height: 2rem;
	text-indent: -9999em;
}

.single-product div.product .summary button.addonify-add-to-wishlist-btn:hover {
	background: transparent url("images/heart.svg") center no-repeat;
	background-size: contain;
	transform: scale(1.1);
}

/**
 * Checkout
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	list-style: none;
}

.woocommerce-message .button.wc-forward,
.woocommerce-info .button.wc-forward,
.woocommerce-error .button.wc-forward {
	display: block;
	margin-bottom: 2em;
}

body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-error {
	max-width: 40em;
}

.cart-subtotal th {
	width: 15em;
}

form.checkout {
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: calc(2 * var(--siteMargin));
}

form.checkout label {
	display: block;
	padding-bottom: 0.5em;
}

form.checkout input:not([type="submit"]),
form.checkout textarea {
	width: 100%;
	padding: 0.5em 1em;
}

form.checkout .select2-container--default .select2-selection--single {
	border-color: black;
}

form.checkout #order_review_heading {
	display: none;
}

form.checkout .woocommerce-billing-fields h3,
form.checkout .custom-order-summary h3#order_review_heading {
	display: block;
	border-bottom: 1px solid black;
	padding-bottom: 1em;
	margin-top: 4em;
}

form.checkout .woocommerce-terms-and-conditions-wrapper {
	margin: 2em 0;
}

form.checkout .cart-subtotal th {
	width: 50%;
}

.woocommerce-checkout-review-order-table {
	margin-bottom: 4em;
}

.woocommerce-checkout-review-order-table th {
	text-align: left;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
	font-weight: bold;
}

.woocommerce-checkout-review-order-table tfoot {
	display: block;
	padding-top: 2em;
}

ul.wc_payment_methods {
	list-style: none;
}

@media (max-width: 1200px) {
	.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
		width: 50%;
	}
	.woocommerce-cart-form__cart-item.cart_item .product-remove {
		position: absolute;
		right: var(--siteMargin);
	}
	.woocommerce-cart-form__cart-item.cart_item .product-price {
		display: none;
	}
}

.cart-collaterals {
	border: 1px solid black;
	padding: var(--siteMargin);
	margin-bottom: calc(2 * var(--siteMargin));
}

table.cart .actions {
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.product-remove .remove {
	display: inline-block;
	text-decoration: none;
	background: transparent url("images/close.svg") center no-repeat;
	background-size: contain;
	border: none;
	width: var(--siteMargin);
	height: var(--siteMargin);
	text-indent: -9999em;
}

.product-thumbnail {
	width: 150px;
}

.product-thumbnail img {
	width: calc(100% - var(--siteMargin));
}

.return-to-shop {
	text-align: center;
	margin-top: calc(2 * var(--siteMargin));
}

@media (max-width: 768px) {
	.return-to-shop .button {
		width: 100%;
		text-align: center;
	}
}

@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
 */
/**
 * Wishlist
 */
#addonify-wishlist-table th {
	text-align: left;
}

.trash-2:before {
	display: none;
}

#addonify-wishlist-page-container #addonify-wishlist-table td.remove button.adfy-wishlist-btn {
	display: inline-block;
	text-decoration: none;
	background: transparent url("images/close.svg") center no-repeat;
	background-size: contain;
	border: none;
	width: var(--siteMargin);
	height: var(--siteMargin);
	text-indent: -9999em;
}

#addonify-wishlist-page-container #addonify-wishlist-page-toolbar {
	justify-content: center;
}

#addonify-wishlist-empty #addonify-empty-wishlist-para {
	margin-top: 4em;
	flex-direction: column;
	gap: var(--siteMargin);
}

/**
 * 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: "\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: #000;
}

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: #000;
	text-indent: 0;
	opacity: 0.25;
}

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

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

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

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

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #000;
	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: transparent !important;
	clear: both;
	padding: 1em 2em;
	border: 1px solid #ccc;
	max-width: 30em;
	margin: 0 auto;
	text-align: center;
}

.woocommerce-message:not(:first-child),
.woocommerce-info:not(:first-child),
.woocommerce-error:not(:first-child),
.woocommerce-noreviews:not(:first-child),
p.no-comments:not(:first-child) {
	margin-top: 2em;
}

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

/**
* Search results
*/
body.search-results .woocommerce-products-header__title {
	font-size: 22px;
	margin: calc(2 * var(--siteMargin)) 0;
}

body.search-no-results .woocommerce-products-header__title {
	text-align: left;
	font-size: 22px;
	margin: calc(2 * var(--siteMargin)) 0;
}

body.search-no-results .shop-sidebar-wrapper {
	display: none;
}

body.search-no-results .shop-outer-wrapper {
	display: block;
}

body.search-no-results .woocommerce-info {
	margin: 0;
}

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

.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=woocommerce.css.map */