/*
Theme Name: elmercatcultural.cat

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: 980px) {

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

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

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

	ul.products li.product {
		width: 16.98436vw;
		float: left;
	}

	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: 10.95257vw;
	}

	ul.products.columns-3 li.product {
		width: 16.98436vw;
	}

	ul.products.columns-4 li.product {
		width: 23.01614vw;
	}

	ul.products.columns-5 li.product {
		width: 29.04793vw;
	}

	ul.products.columns-6 li.product {
		width: 35.07971vw;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

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

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

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

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

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.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 div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 10.95257vw;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n + 1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 16.98436vw;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n + 1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 23.01614vw;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 29.04793vw;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n + 1) {
	clear: both;
}

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

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

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

/**
 * Checkout
 */
.woocommerce .woocommerce-billing-fields__field-wrapper .required-fields__message p {
	font-style: italic;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .required-fields__message p .required-simbol {
	color: red;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details {
	display: flex;
	padding: 0;
	flex-direction: column;
	align-items: center;
}

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

	.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details,
	.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details,
	.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details {
		margin-top: 2rem;
		justify-content: space-between;
		flex-direction: row;
		align-items: flex-start;
	}
}

.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details:first-child,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details:first-child,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details:first-child {
	margin-top: 2rem;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details .form-row,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details .form-row,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details .form-row {
	position: relative;
	width: 100%;
}

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

	.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details .form-row,
	.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details .form-row,
	.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details .form-row {
		width: unset;
	}
}

.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details .form-row:not(#billing_postcode_field)::before,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details .form-row:not(#billing_postcode_field)::before,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details .form-row:not(#billing_postcode_field)::before {
	content: "* ";
	position: relative;
	display: inline-block;
	top: 0;
	color: red;
	position: absolute;
	left: -0.5em;
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details .form-row:not(.veina-radio-input)::after,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details .form-row:not(.veina-radio-input)::after,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details .form-row:not(.veina-radio-input)::after {
	content: ">";
	position: relative;
	display: inline-block;
	right: 10px;
	top: 0;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details .form-row abbr.required,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details .form-row abbr.required,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details .form-row abbr.required {
	display: none;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details .form-row #billing_DNI.wrong,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details .form-row #billing_birthday.wrong,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details .form-row #billing_DNI.wrong,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details .form-row #billing_birthday.wrong,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details .form-row #billing_DNI.wrong,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details .form-row #billing_birthday.wrong {
	color: red;
}

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

	.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details .form-row,
	.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details .form-row,
	.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details .form-row {
		margin-top: 2rem;
		justify-content: space-between;
		position: relative;
		flex-direction: row;
		align-items: flex-start;
	}
}

.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details .form-row input,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details .form-row input,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details .form-row input {
	width: calc(100% - 0.75em);
}

.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details .phone-input-wrapper,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details .phone-input-wrapper,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details .phone-input-wrapper {
	position: relative;
	width: 100%;
}

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

	.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details .phone-input-wrapper,
	.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details .phone-input-wrapper,
	.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details .phone-input-wrapper {
		width: unset;
	}
}

.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details .phone-input-wrapper .more-info,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details .phone-input-wrapper .more-info,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details .phone-input-wrapper .more-info {
	position: absolute;
	left: 0;
	top: calc(100% - 1em);
	width: 1em;
	height: 1em;
	background-image: url(/wp-content/themes/elmercatcultural.cat/assets/images/interrogant-icon.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details .phone-input-wrapper .more-info:hover .popup-wrapper p,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details .phone-input-wrapper .more-info:hover .popup-wrapper p,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details .phone-input-wrapper .more-info:hover .popup-wrapper p {
	display: block;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details .phone-input-wrapper .more-info .popup-wrapper,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details .phone-input-wrapper .more-info .popup-wrapper,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details .phone-input-wrapper .more-info .popup-wrapper {
	position: relative;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-contact-details .phone-input-wrapper .more-info .popup-wrapper p,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-customer-details .phone-input-wrapper .more-info .popup-wrapper p,
.woocommerce .woocommerce-billing-fields__field-wrapper .elmercat-form-field-adress-details .phone-input-wrapper .more-info .popup-wrapper p {
	display: none;
	padding: 1em 2em;
	background-color: white;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	box-shadow: 2px 2px 5px #0003;
	font-size: 0.75em;
	width: 300px;
}

.woocommerce .woocommerce-billing-fields__field-wrapper #billing_neighbour_field {
	margin-left: 0;
	margin-bottom: 1rem;
	width: 100%;
}

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

	.woocommerce .woocommerce-billing-fields__field-wrapper #billing_neighbour_field {
		width: 23.01614vw;
		margin-bottom: 3rem;
	}
}

.woocommerce .woocommerce-billing-fields__field-wrapper #billing_neighbour_field .woocommerce-input-wrapper {
	margin-top: 0.5em;
	display: block;
}

.woocommerce .woocommerce-billing-fields__field-wrapper #billing_neighbour_field .woocommerce-input-wrapper input {
	visibility: hidden;
	width: 0 !important;
}

.woocommerce .woocommerce-billing-fields__field-wrapper #billing_neighbour_field .woocommerce-input-wrapper label {
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Krona One", sans-serif;
}

.woocommerce .woocommerce-billing-fields__field-wrapper #billing_neighbour_field .woocommerce-input-wrapper label:last-child {
	margin-left: 1rem;
}

.woocommerce .woocommerce-billing-fields__field-wrapper #billing_neighbour_field .woocommerce-input-wrapper label.clicked {
	color: #e3d0b9;
	text-decoration: underline 3px;
}

.woocommerce .woocommerce-billing-fields__field-wrapper #ws_opt_in_field input {
	width: fit-content;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .field-remove {
	display: none;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .form-row-placeholder {
	width: 23.01614vw;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #e3d0b9;
	outline: none;
}

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

	.woocommerce .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
		width: 24.2225vw;
	}
}

.woocommerce .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-validated input,
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-invalid input {
	box-shadow: none;
}

.woocommerce .woocommerce-billing-fields__field-wrapper #billing_neighbour_field .woocommerce-input-wrapper input {
	width: fit-content;
}

.woocommerce .extra-fields p {
	margin-top: 0;
	margin-bottom: 4rem;
}

.woocommerce .extra-fields p select {
	width: 40%;
	margin-left: 2rem;
	height: 32px;
	border: 1px solid #e3d0b9;
	border-radius: 0.25em;
	padding: 0.25em 0.5em;
	cursor: pointer;
	background-color: white;
}

#order_review_heading {
	text-transform: uppercase;
	border-bottom: 2px solid #e3d0b9;
	padding-bottom: 2rem;
}

#order_review table {
	margin: 3rem 0;
	padding-bottom: 3rem;
	border-collapse: collapse;
}

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

	#order_review table {
		border-bottom: none;
	}
}

#order_review table tr th,
#order_review table tr td {
	text-align: left;
}

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

	#order_review table tr th:not(:last-child),
	#order_review table tr td:not(:last-child) {
		border-right: 2px solid #e3d0b9;
	}
}

#order_review table tr th {
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 1.2rem;
}

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

	#order_review table tr th {
		padding-bottom: 1.6rem;
	}
}

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

	#order_review table tr th {
		border-right: 2px solid #e3d0b9;
		padding-top: 0.5rem;
	}

	#order_review table tr th:first-child {
		width: 50.15918vw;
		padding-right: 1.90489vw;
	}

	#order_review table tr th:nth-child(2) {
		width: 23.01614vw;
		padding: 0 1.90489vw;
	}

	#order_review table tr th:last-child {
		width: 7.93668vw;
		padding-left: 1.90489vw;
		border-right: none;
	}
}

#order_review table tbody td {
	text-transform: uppercase;
	font-weight: 600;
	vertical-align: baseline;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}

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

	#order_review table tbody td {
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
	}
}

#order_review table tbody td:first-child {
	padding-right: 1.90489vw;
}

#order_review table tbody td:nth-child(2) {
	padding: 0 1.90489vw;
}

#order_review table tbody td:last-child {
	padding-left: 1.90489vw;
	border-right: none;
}

#order_review #payment {
	border-top: 2px solid #e3d0b9;
	padding-top: 2rem;
}

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

	#order_review #payment {
		border-top: 0;
	}
}

#order_review #payment ul.wc_payment_methods.not-admin {
	display: none;
}

#order_review #payment .place-order {
	text-align: center;
}

#order_review #payment .place-order #privacy_checkbox_field .woocommerce-input-wrapper label,
#order_review #payment .place-order #policy_checkbox_field .woocommerce-input-wrapper label {
	font-weight: 600;
}

#order_review #payment .place-order #privacy_checkbox_field .woocommerce-input-wrapper label a,
#order_review #payment .place-order #policy_checkbox_field .woocommerce-input-wrapper label a {
	text-decoration: underline;
}

#order_review #payment .place-order #newsletter_checkbox_field {
	font-weight: 600;
}

#order_review #payment .place-order .wp-element-button {
	margin-top: 4rem;
}

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

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: mediumblue;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: mediumblue;
	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: mediumblue;
	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;
}

@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: mediumblue;
	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: mediumblue;
}

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

/**
 * WooCommerce cart
 */
@media only screen and (max-width: 812px) {

	.page-id-403 .site-main.page .type-wc-cart .cart-collaterals > div {
		padding: 0 0;
	}
}

.site-main.page .type-wc-cart .page-header {
	border-bottom: 2px solid #e3d0b9;
}

.site-main.page .type-wc-cart .woocommerce-notices-wrapper {
	margin-bottom: 4rem;
}

.site-main.page .type-wc-cart .woocommerce-cart-form .cart_item {
	position: relative;
}

.site-main.page .type-wc-cart .woocommerce-cart-form .cart_item:nth-child(n + 2) {
	margin-top: 1rem;
	padding-top: 1rem;
}

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

	.site-main.page .type-wc-cart .woocommerce-cart-form .cart_item:nth-child(n + 2) {
		margin-top: unset;
	}

	.site-main.page .type-wc-cart .woocommerce-cart-form .cart_item:nth-child(n + 2) td {
		padding-top: 1rem;
	}
}

@media screen and (min-width: 0) and (max-width: 980px) {

	.site-main.page .type-wc-cart .woocommerce-cart-form .cart_item:nth-child(n + 2) .product-remove {
		top: 1rem;
	}
}

.site-main.page .type-wc-cart .woocommerce-cart-form table {
	margin-bottom: 2.5rem;
}

.site-main.page .type-wc-cart .woocommerce-cart-form table tr {
	display: grid;
}

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

	.site-main.page .type-wc-cart .woocommerce-cart-form table tr {
		display: table-row;
	}
}

.site-main.page .type-wc-cart .woocommerce-cart-form table th {
	text-transform: uppercase;
	padding: 0.2em 0 1em;
	font-weight: 400;
	border-right: 2px solid #e3d0b9;
}

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

	.site-main.page .type-wc-cart .woocommerce-cart-form table th {
		width: 12.06357vw;
	}

	.site-main.page .type-wc-cart .woocommerce-cart-form table th:nth-child(n + 2) {
		padding-right: 2em;
		padding-left: 2em;
		width: 15.07946vw;
	}

	.site-main.page .type-wc-cart .woocommerce-cart-form table th:nth-last-child(2) {
		padding-right: 0;
		width: 9.04768vw;
	}

	.site-main.page .type-wc-cart .woocommerce-cart-form table th:last-child {
		display: none;
	}
}

.site-main.page .type-wc-cart .woocommerce-cart-form table th.product-cover {
	font-weight: bold;
	width: 59.20686vw;
}

.site-main.page .type-wc-cart .woocommerce-cart-form table th:nth-last-child(-n + 2) {
	border: none;
}

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

	.site-main.page .type-wc-cart .woocommerce-cart-form table td {
		border-right: 2px solid #e3d0b9;
	}

	.site-main.page .type-wc-cart .woocommerce-cart-form table td:nth-child(n + 2) {
		padding: 0 2em;
		width: 15.07946vw;
	}

	.site-main.page .type-wc-cart .woocommerce-cart-form table td:nth-last-child(2) {
		padding-right: 0;
		width: 9.04768vw;
	}
}

.site-main.page .type-wc-cart .woocommerce-cart-form table td.product-cover {
	display: flex;
	flex-flow: column-reverse;
}

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

	.site-main.page .type-wc-cart .woocommerce-cart-form table td.product-cover {
		width: 61.42886vw;
		align-items: center;
	}
}

.site-main.page .type-wc-cart .woocommerce-cart-form table td.product-cover .product-thumbnail img {
	width: 100%;
}

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

	.site-main.page .type-wc-cart .woocommerce-cart-form table td.product-cover .product-thumbnail img {
		width: 250px;
		height: 250px;
		object-fit: cover;
	}
}

.site-main.page .type-wc-cart .woocommerce-cart-form table td.product-cover .product-name {
	text-align: left;
	margin-bottom: 1em;
	padding: 0 2rem 0 0;
}

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

	.site-main.page .type-wc-cart .woocommerce-cart-form table td.product-cover .product-name {
		margin: 0;
		padding: 0 0 0 2rem;
	}
}

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

	.site-main.page .type-wc-cart .woocommerce-cart-form table td.product-cover {
		flex-flow: unset;
	}
}

.site-main.page .type-wc-cart .woocommerce-cart-form table td.product-cover::before {
	display: none;
}

.site-main.page .type-wc-cart .woocommerce-cart-form table td.product-remove {
	position: absolute;
	top: 0;
	right: 0;
}

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

	.site-main.page .type-wc-cart .woocommerce-cart-form table td.product-remove {
		top: 50%;
		left: calc(100% + 1em);
		transform: translateY(-50%);
		height: fit-content;
		width: fit-content;
		z-index: 10;
		padding: 0;
	}
}

.site-main.page .type-wc-cart .woocommerce-cart-form table td.product-remove .remove {
	line-height: 0.5;
	font-size: 2rem;
	display: block;
	margin-top: 0.1em;
}

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

	.site-main.page .type-wc-cart .woocommerce-cart-form table td.product-remove .remove {
		line-height: 1;
	}
}

.site-main.page .type-wc-cart .woocommerce-cart-form table td:nth-last-child(-n + 2) {
	border: none;
}

.site-main.page .type-wc-cart .woocommerce-cart-form table .actions {
	display: none;
}

.site-main.page .type-wc-cart .cart-collaterals {
	display: flex;
	flex-direction: column;
	border-top: 2px solid #e3d0b9;
}

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

	.site-main.page .type-wc-cart .cart-collaterals {
		padding-top: 2.5rem;
		flex-direction: row;
	}
}

.site-main.page .type-wc-cart .cart-collaterals table.shop_table_responsive tr td::before {
	text-align: left;
}

.site-main.page .type-wc-cart .cart-collaterals .emc-cart-discount-concepts {
	margin-left: 1.5em;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

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

	.site-main.page .type-wc-cart .cart-collaterals .emc-cart-discount-concepts {
		display: block;
	}
}

.site-main.page .type-wc-cart .cart-collaterals h3 {
	text-align: center;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

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

	.site-main.page .type-wc-cart .cart-collaterals h3 {
		width: 100%;
		text-align: left;
	}
}

.site-main.page .type-wc-cart .cart-collaterals > div {
	padding: 0 2rem;
}

.site-main.page .type-wc-cart .cart-collaterals .coupon {
	border-bottom: 2px solid #e3d0b9;
	padding-top: 1rem;
	padding-bottom: 4rem;
	display: flex;
	flex-direction: column;
}

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

	.site-main.page .type-wc-cart .cart-collaterals .coupon {
		border-bottom: none;
		border-right: 2px solid #e3d0b9;
		padding-right: 3.01589vw;
		padding-left: 0;
		width: 20.00025vw;
	}
}

.site-main.page .type-wc-cart .cart-collaterals .coupon > p,
.site-main.page .type-wc-cart .cart-collaterals .coupon .checkbox-input-wrapper {
	width: 100%;
	text-align: center;
}

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

	.site-main.page .type-wc-cart .cart-collaterals .coupon > p,
	.site-main.page .type-wc-cart .cart-collaterals .coupon .checkbox-input-wrapper {
		text-align: start;
	}
}

.site-main.page .type-wc-cart .cart-collaterals .coupon > p input[type="checkbox"],
.site-main.page .type-wc-cart .cart-collaterals .coupon .checkbox-input-wrapper input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
	z-index: -1;
}

.site-main.page .type-wc-cart .cart-collaterals .coupon > p .checkbox-input__labels,
.site-main.page .type-wc-cart .cart-collaterals .coupon .checkbox-input-wrapper .checkbox-input__labels {
	text-align: center;
}

.site-main.page .type-wc-cart .cart-collaterals .coupon > p label,
.site-main.page .type-wc-cart .cart-collaterals .coupon .checkbox-input-wrapper label {
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Krona One", sans-serif;
}

.site-main.page .type-wc-cart .cart-collaterals .coupon > p label:last-child,
.site-main.page .type-wc-cart .cart-collaterals .coupon .checkbox-input-wrapper label:last-child {
	margin-left: 1rem;
}

.site-main.page .type-wc-cart .cart-collaterals .coupon > p label.clicked,
.site-main.page .type-wc-cart .cart-collaterals .coupon .checkbox-input-wrapper label.clicked {
	color: #e3d0b9;
	text-decoration: underline 3px;
}

.site-main.page .type-wc-cart .cart-collaterals .cart_totals {
	padding-top: 1rem;
	padding-bottom: 2rem;
	width: 100%;
}

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

	.site-main.page .type-wc-cart .cart-collaterals .cart_totals {
		width: 62.22275vw;
		padding-left: 9.04768vw;
		padding-bottom: 4rem;
	}
}

.site-main.page .type-wc-cart .cart-collaterals .cart_totals ul {
	margin: 0;
	list-style: none;
}

.site-main.page .type-wc-cart .cart-collaterals .cart_totals table tr th,
.site-main.page .type-wc-cart .cart-collaterals .cart_totals table tr td {
	padding: 1rem 0;
}

.site-main.page .type-wc-cart .cart-collaterals .cart_totals table tr th {
	font-weight: 400;
}

.site-main.page .type-wc-cart .cart-collaterals .cart_totals table tr td .amount {
	font-weight: bold;
}

.site-main.page .type-wc-cart .cart-collaterals .cart_totals table tr td:last-child {
	text-align: right;
}

.site-main.page .type-wc-cart .cart-collaterals .cart_totals .woocommerce-remove-coupon {
	display: none;
}

.site-main.page .type-wc-cart .return-to-shop,
.site-main.page .type-wc-cart .wc-proceed-to-checkout {
	margin-top: 2.5rem;
	text-align: center;
}

/**
 * WooCommerce notices
 */
.woocommerce-notices-wrapper {
	display: block;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error,
.woocommerce-noreviews {
	border: 2px solid;
	padding: 0.8rem 1.2rem;
	border-radius: 5px;
	font-weight: bold;
	font-size: 0.75rem;
}

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

	.woocommerce-info,
	.woocommerce-message,
	.woocommerce-error,
	.woocommerce-noreviews {
		font-size: 1rem;
	}
}

.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-noreviews a {
	display: block;
	text-transform: unset;
}

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

	.woocommerce-info a,
	.woocommerce-message a,
	.woocommerce-error a,
	.woocommerce-noreviews a {
		float: right;
	}
}

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

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

.woocommerce-error {
	color: #e2401c;
	list-style: none;
	margin: 0;
}

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

/**
 * WooCommerce order review
 */
.woocommerce-order h3,
.woocommerce-order .title {
	margin-bottom: 3rem;
}

.woocommerce-order .woocommerce-order-overview {
	margin: 0;
	margin-bottom: 3rem;
}

/**
 * WooCommerce customer login
 */
.woocommerce-form-login-toggle .woocommerce-info {
	color: #000;
}

.woocommerce-form-login-toggle .woocommerce-info {
	border: none !important;
	color: #000 !important;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
	display: block;
	margin-top: 20px;
}

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

	.woocommerce-form-login-toggle .woocommerce-info a {
		float: none;
		margin-top: 20px;
	}
}

.woocommerce-form-login-toggle .woocommerce-info {
	padding: 0;
}

input#password,
input#username,
input#reg_email {
	margin: 10px 0;
	display: block;
	width: 300px;
}

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

	.page-id-405 .site-main .page-header,
	.site-main .post-header {
		padding-top: 3rem;
	}
}

.page-id-405 .u-column2.col-2.woocommerce-Address {
	display: none !important;
}

.page-id-405 li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
	display: none !important;
}

.page-id-405 li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
	display: none;
}

.page-id-405 mark,
ins {
	background: none;
	text-decoration: none;
}

.page-id-405 .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
	display: none;
}

.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
	display: none;
}

button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
	color: #000;
	text-decoration: none !important;
	border: 2px solid !important;
	outline: none !important;
	background-color: transparent !important;
	font-family: "Krona One", sans-serif !important;
	cursor: pointer;
	padding: 0.8rem 1rem !important;
	text-transform: uppercase !important;
	height: 3rem !important;
	width: fit-content !important;
	border-radius: 5px !important;
}

.page-id-405 h2,
.page-id-405 .title.is-2 {
	clear: both;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0;
}

.page-id-405 th {
	text-align: left;
}

.page-id-405 th.woocommerce-table__product-table.product-total {
	display: none;
}

input#createaccount {
	transform: scale(2);
	margin-right: 10px;
}

p.form-row.form-row-wide.create-account.woocommerce-validated {
	font-weight: 600;
	margin-bottom: 3em;
}
