/*
Theme Name: Emet

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;
}
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: 30.7966666667%;
		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.7966666667%;
	}
	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.4933333333%;
	}
}
.product-loop {
	margin-bottom: 0 !important;
}
@media (max-width: 768px) {
	.product-loop > a {
		width: 100%;
	}
}

.pswp__bg {
	transition: all ease-in-out 500ms !important;
	background-color: rgba(0, 0, 0, 0.8);
}

.pswp__caption {
	top: 0 !important;
	max-height: 50px;
	z-index: 0;
}
.pswp__caption .pswp__caption__center {
	text-align: center;
	font-size: 30px;
}

.pswp__top-bar {
	z-index: 2;
	background-color: transparent;
}

/**
 * Single product
 */
.single-product .site-main {
	padding-top: 114px;
}
@media (max-width: 992px) {
	.single-product .site-main {
		margin-top: 65px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.single-product .site-main {
		margin-top: 75px;
	}
}
@media (min-width: 1200px) {
	.single-product .site-main {
		margin-top: 100px;
	}
}
.single-product div.product {
	position: relative;
	margin-bottom: 85px;
}
.single-product div.product .summary.entry-summary {
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 992px) {
	.single-product div.product .summary.entry-summary {
		margin-top: 50px;
		width: 100%;
		max-width: 513px;
	}
}
@media (min-width: 992px) {
	.single-product div.product .summary.entry-summary {
		width: 405px;
	}
}
.single-product div.product .summary.entry-summary > .price {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.4em;
}
@media (max-width: 992px) {
	.single-product div.product .summary.entry-summary .woocommerce-breadcrumb {
		display: none;
	}
}
.single-product div.product .product_title.entry-title {
	margin-top: 16px;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #474747;
}
.single-product div.product .woocommerce-breadcrumb {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: -34px;
	color: #888888;
	letter-spacing: 0.05em;
}
.single-product div.product .woocommerce-breadcrumb a {
	color: #888888;
}
.single-product div.product .woocommerce-product-gallery {
	float: none;
	position: relative;
}
@media (min-width: 1200px) {
	.single-product div.product .woocommerce-product-gallery {
		position: sticky;
		position: -webkit-sticky;
		align-self: flex-start;
		top: 100px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.single-product div.product .woocommerce-product-gallery {
		position: sticky;
		position: -webkit-sticky;
		align-self: flex-start;
		top: 80px;
	}
}
@media (max-width: 992px) {
	.single-product div.product .woocommerce-product-gallery {
		max-width: 100%;
		margin: auto;
	}
}
.single-product div.product .woocommerce-product-gallery__image img {
	-o-object-fit: contain;
	   object-fit: contain;
	background-color: lightgray;
}
@media (min-width: 576px) {
	.single-product div.product .woocommerce-product-gallery__image img {
		width: 513px;
		height: 513px;
	}
}
@media (max-width: 576px) {
	.single-product div.product .woocommerce-product-gallery__image img {
		width: calc(100vw - 30px);
	}
}
.single-product div.product .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 1em;
	z-index: 99;
	width: 100%;
	text-align: right;
}
@media (min-width: 576px) {
	.single-product div.product .woocommerce-product-gallery__trigger {
		height: 513px;
	}
}
@media (max-width: 576px) {
	.single-product div.product .woocommerce-product-gallery__trigger {
		height: calc(100vw - 30px);
	}
}
.single-product div.product .woocommerce-product-gallery__wrapper {
	margin-top: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 23px;
	width: 513px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport figure {
	margin: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (min-width: 992px) {
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		width: 513px;
	}
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: none;
	width: 110px;
	margin-bottom: 20px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
	width: 110px;
}
.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: 48.1%;
}
.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: 30.7966666667%;
}
.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: 22.15%;
}
.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: 16.96%;
}
.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;
}

#bundle-form {
	position: relative;
	margin-bottom: 0 !important;
}
#bundle-form .loading-layer {
	position: absolute;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
}

.sub-product-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 2px solid #b8b8b7;
	margin-bottom: 16px;
	position: relative;
}
.sub-product-item__thumbnail {
	width: 100px;
	margin-right: 16px;
}
.sub-product-item__thumbnail img {
	height: 100px;
	width: 100px;
	display: block;
}
.sub-product-item__title {
	font-weight: 500;
	font-size: 18px;
	color: #1a1a1a;
	text-transform: uppercase;
	flex-grow: 1;
}
.sub-product-item__toggler {
	position: absolute;
	height: 100px;
	width: 100%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	top: 0;
}
.sub-product-item__toggler a {
	font-size: 1.5em;
	color: #b8b8b7;
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-decoration: none;
}
.sub-product-item__toggler.collapsed + .sub-product-item__bulk-table {
	max-height: 0;
}
.sub-product-item__bulk-table {
	width: 100%;
	max-height: 1000px;
	overflow: hidden;
	transition: max-height ease-in-out 500ms;
}
.sub-product-item__bulk-table table {
	width: 100%;
}
.sub-product-item__bulk-table table thead th {
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.05em;
	color: #b8b8b7;
	line-height: 1em;
	padding-top: 14px;
	padding-bottom: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #b8b8b7;
	text-align: center;
}
.sub-product-item__bulk-table table tbody td {
	padding-top: 8px;
	text-align: center;
}
.sub-product-item__bulk-table table tbody input[type=number] {
	width: 100px;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}

.cart.grouped_form {
	display: none;
}

.woocommerce-product-gallery--without-images {
	width: 50%;
}

/**
 * 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%;
	}
}
div.woocommerce-cart-form__cart-item {
	position: relative;
	margin-bottom: 40px;
	display: flex;
}
div.woocommerce-cart-form__cart-item .product-data {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
div.woocommerce-cart-form__cart-item div.product-remove {
	position: absolute;
	top: 0;
	right: 0;
}
div.woocommerce-cart-form__cart-item div.product-remove a {
	color: #eb5757;
	font-size: 21px;
}
@media (min-width: 576px) {
	div.woocommerce-cart-form__cart-item div.product-thumbnail {
		width: 170px;
		height: 170px;
		min-width: 170px;
	}
	div.woocommerce-cart-form__cart-item div.product-thumbnail img {
		width: 170px;
		height: 170px;
	}
}
@media (max-width: 576px) {
	div.woocommerce-cart-form__cart-item div.product-thumbnail {
		width: 150px;
		height: 150px;
		min-width: 150px;
	}
	div.woocommerce-cart-form__cart-item div.product-thumbnail img {
		width: 150px;
		height: 150px;
	}
}
div.woocommerce-cart-form__cart-item div.product-price-quantity {
	background: #f9f9f9;
	padding: 13px 8px;
	display: flex;
	width: 100%;
	align-items: center;
	letter-spacing: 0.05em;
	flex-wrap: wrap;
}
@media (max-width: 768px) {
	div.woocommerce-cart-form__cart-item div.product-price-quantity {
		flex-direction: column;
		font-size: 0.8em;
	}
}
div.woocommerce-cart-form__cart-item div.product-price-quantity label {
	font-size: 1em;
	text-transform: uppercase;
	color: #71716f;
	margin-bottom: 0;
}
div.woocommerce-cart-form__cart-item div.product-price-quantity .product-quantity {
	display: flex;
}
div.woocommerce-cart-form__cart-item div.product-price-quantity .product-quantity label {
	line-height: 30px;
}
div.woocommerce-cart-form__cart-item div.product-price-quantity .product-quantity input {
	width: 64px;
	text-align: right;
	line-height: 2em;
	height: 2em;
}
div.woocommerce-cart-form__cart-item div.product-price-quantity .product-quantity input.p-0 {
	padding: 0 !important;
}
div.woocommerce-cart-form__cart-item div.product-price-quantity button {
	padding: 0;
	margin-left: 10px;
	font-weight: 500;
	font-size: 1em;
}
div.woocommerce-cart-form__cart-item div.product-price-quantity button:not(:disabled):not(.disabled) {
	color: #dbbc90;
}
div.woocommerce-cart-form__cart-item div.product-name {
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.woocommerce-cart-form__cart-item div.product-name a {
	color: #1a1a1a;
}

.cart_totals h2 {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.cart_totals h2 + div {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.cart-subtotal,
.order-total {
	letter-spacing: 0.05em;
	font-weight: normal;
}
.cart-subtotal td,
.order-total td {
	text-align: right !important;
}
.cart-subtotal th,
.order-total th {
	font-size: 16px;
	line-height: 30px;
	/* identical to box height, or 187% */
}

.cart-subtotal th,
.cart-subtotal td {
	padding-top: 16px;
}

.order-total th,
.order-total td {
	padding-bottom: 16px;
}

.cart_totals {
	margin-bottom: 85px;
}

.woocommerce-checkout h3 {
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

#order_review_heading {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding-bottom: 0.25rem !important;
	border-bottom: 2px solid #b8b8b7;
}

#order_review .form-row.place-order {
	margin-left: 0;
	margin-right: 0;
}

.wc_payment_methods {
	list-style: none;
	padding: 5px;
}

.woocommerce-checkout-review-order-table {
	letter-spacing: 0.05em;
	font-weight: normal;
	border-bottom: 2px solid #71716f;
	font-size: 16px;
	line-height: 30px;
}
.woocommerce-checkout-review-order-table .product-total {
	text-align: right;
}

.woocommerce-checkout-payment .wc_payment_methods {
	margin-left: 0;
	padding: 0;
}

#order_comments_field label {
	margin-bottom: 0rem;
	display: block;
	width: 100%;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: #888888;
}
#order_comments_field textarea {
	height: 264px;
}

/**
 * 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: #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: "S";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}
p.stars a:hover ~ a::before {
	content: "S";
	color: #404040;
	opacity: 0.25;
}
p.stars:hover a::before {
	content: "S";
	color: #4169e1;
	opacity: 1;
}
p.stars.selected a.active::before {
	content: "S";
	color: #4169e1;
	opacity: 1;
}
p.stars.selected a.active ~ a::before {
	content: "S";
	color: #404040;
	opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
	content: "S";
	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-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-notices-wrapper {
	display: block;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	margin-bottom: 2.617924em;
	background-color: #0f834d;
	margin-left: 0;
	border-radius: 2px;
	color: #fff;
	clear: both;
	border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
	padding: 1em 2em 1em 2em;
	position: relative;
	list-style: none outside;
}

.woocommerce-message::before,
.woocommerce-message::after,
.woocommerce-info::before,
.woocommerce-info::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-noreviews::before,
.woocommerce-noreviews::after,
p.no-comments::before,
p.no-comments::after {
	content: "";
	display: table;
}

.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after,
.woocommerce-noreviews::after,
p.no-comments::after {
	clear: both;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
	color: #fff;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
	color: #fff;
	opacity: 0.7;
}

.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
	opacity: 1;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
	float: right;
	padding: 0;
	background: none;
	color: #fff;
	box-shadow: none;
	line-height: 1.618;
	margin-left: 1em;
	padding-left: 1em;
	border-width: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(255, 255, 255, 0.25) !important;
	border-radius: 0;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
	background: none;
	color: #fff;
	opacity: 0.7;
}

.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
	background-color: rgba(0, 0, 0, 0.1);
}

.site-content > .col-full > .woocommerce > .woocommerce-message:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
	margin-top: 2.617924em;
}

.woocommerce-error {
	list-style: none;
}

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

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

.woocommerce-EditAccountForm,
.woocommerce-address-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: 15px;
}
.woocommerce-EditAccountForm fieldset,
.woocommerce-address-fields__field-wrapper fieldset {
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
	width: 100%;
}
.woocommerce-EditAccountForm fieldset legend,
.woocommerce-address-fields__field-wrapper fieldset legend {
	text-transform: uppercase;
	letter-spacing: 0.07em;
}
.woocommerce-EditAccountForm fieldset p > span.password-input,
.woocommerce-address-fields__field-wrapper fieldset p > span.password-input {
	display: block;
}
@media (min-width: 992px) {
	.woocommerce-EditAccountForm fieldset p > span.password-input,
	.woocommerce-address-fields__field-wrapper fieldset p > span.password-input {
		width: calc(50% - 7px);
	}
}
@media (max-width: 992px) {
	.woocommerce-EditAccountForm fieldset p > span.password-input,
	.woocommerce-address-fields__field-wrapper fieldset p > span.password-input {
		width: 100%;
	}
}
.woocommerce-EditAccountForm button.woocommerce-Button,
.woocommerce-address-fields__field-wrapper button.woocommerce-Button {
	text-transform: uppercase;
	font-weight: normal;
}

.woocommerce-address-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-form-row {
	margin-left: 0;
	margin-right: 0;
}
.woocommerce-address-fields__field-wrapper.form-row-first,
.woocommerce-address-fields__field-wrapper .form-row-first,
.woocommerce-billing-fields__field-wrapper.form-row-first,
.woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-form-row.form-row-first,
.woocommerce-form-row .form-row-first {
	margin-right: auto;
}
@media (min-width: 992px) {
	.woocommerce-address-fields__field-wrapper.form-row-first,
	.woocommerce-address-fields__field-wrapper .form-row-first,
	.woocommerce-billing-fields__field-wrapper.form-row-first,
	.woocommerce-billing-fields__field-wrapper .form-row-first,
	.woocommerce-form-row.form-row-first,
	.woocommerce-form-row .form-row-first {
		width: calc(50% - 7px);
	}
}
@media (max-width: 992px) {
	.woocommerce-address-fields__field-wrapper.form-row-first,
	.woocommerce-address-fields__field-wrapper .form-row-first,
	.woocommerce-billing-fields__field-wrapper.form-row-first,
	.woocommerce-billing-fields__field-wrapper .form-row-first,
	.woocommerce-form-row.form-row-first,
	.woocommerce-form-row .form-row-first {
		width: 100%;
	}
}
.woocommerce-address-fields__field-wrapper.form-row-last,
.woocommerce-address-fields__field-wrapper .form-row-last,
.woocommerce-billing-fields__field-wrapper.form-row-last,
.woocommerce-billing-fields__field-wrapper .form-row-last,
.woocommerce-form-row.form-row-last,
.woocommerce-form-row .form-row-last {
	margin-left: auto;
}
@media (min-width: 992px) {
	.woocommerce-address-fields__field-wrapper.form-row-last,
	.woocommerce-address-fields__field-wrapper .form-row-last,
	.woocommerce-billing-fields__field-wrapper.form-row-last,
	.woocommerce-billing-fields__field-wrapper .form-row-last,
	.woocommerce-form-row.form-row-last,
	.woocommerce-form-row .form-row-last {
		width: calc(50% - 8px);
	}
}
@media (max-width: 992px) {
	.woocommerce-address-fields__field-wrapper.form-row-last,
	.woocommerce-address-fields__field-wrapper .form-row-last,
	.woocommerce-billing-fields__field-wrapper.form-row-last,
	.woocommerce-billing-fields__field-wrapper .form-row-last,
	.woocommerce-form-row.form-row-last,
	.woocommerce-form-row .form-row-last {
		width: 100%;
	}
}
.woocommerce-address-fields__field-wrapper.form-row-wide,
.woocommerce-address-fields__field-wrapper .form-row-wide,
.woocommerce-billing-fields__field-wrapper.form-row-wide,
.woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-form-row.form-row-wide,
.woocommerce-form-row .form-row-wide {
	width: 100%;
}
.woocommerce-address-fields__field-wrapper.form-row,
.woocommerce-address-fields__field-wrapper .form-row,
.woocommerce-billing-fields__field-wrapper.form-row,
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-form-row.form-row,
.woocommerce-form-row .form-row {
	color: #888888;
	margin-left: 0;
}
@media (max-width: 992px) {
	.woocommerce-address-fields__field-wrapper.form-row,
	.woocommerce-address-fields__field-wrapper .form-row,
	.woocommerce-billing-fields__field-wrapper.form-row,
	.woocommerce-billing-fields__field-wrapper .form-row,
	.woocommerce-form-row.form-row,
	.woocommerce-form-row .form-row {
		margin-bottom: 1rem;
	}
}
.woocommerce-address-fields__field-wrapper.form-row label,
.woocommerce-address-fields__field-wrapper .form-row label,
.woocommerce-billing-fields__field-wrapper.form-row label,
.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-form-row.form-row label,
.woocommerce-form-row .form-row label {
	display: block;
	width: 100%;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}
.woocommerce-address-fields__field-wrapper.form-row span.woocommerce-input-wrapper,
.woocommerce-address-fields__field-wrapper .form-row span.woocommerce-input-wrapper,
.woocommerce-billing-fields__field-wrapper.form-row span.woocommerce-input-wrapper,
.woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper,
.woocommerce-form-row.form-row span.woocommerce-input-wrapper,
.woocommerce-form-row .form-row span.woocommerce-input-wrapper {
	display: block;
	width: 100%;
}
.woocommerce-address-fields__field-wrapper.form-row input,
.woocommerce-address-fields__field-wrapper .form-row input,
.woocommerce-billing-fields__field-wrapper.form-row input,
.woocommerce-billing-fields__field-wrapper .form-row input,
.woocommerce-form-row.form-row input,
.woocommerce-form-row .form-row input {
	width: 100%;
}
.woocommerce-address-fields__field-wrapper.form-row .select2-container--default .select2-selection--single,
.woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single,
.woocommerce-billing-fields__field-wrapper.form-row .select2-container--default .select2-selection--single,
.woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single,
.woocommerce-form-row.form-row .select2-container--default .select2-selection--single,
.woocommerce-form-row .form-row .select2-container--default .select2-selection--single {
	border-radius: 0 !important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.07em;
	background-color: #fff;
	border: 1px solid #ccc;
}
@media (max-width: 992px) {
	.woocommerce-address-fields__field-wrapper.form-row .select2-container--default .select2-selection--single,
	.woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single,
	.woocommerce-billing-fields__field-wrapper.form-row .select2-container--default .select2-selection--single,
	.woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single,
	.woocommerce-form-row.form-row .select2-container--default .select2-selection--single,
	.woocommerce-form-row .form-row .select2-container--default .select2-selection--single {
		padding: 8px 16px 8px 12px !important;
		line-height: 46px;
		height: 46px;
	}
}
@media (min-width: 992px) {
	.woocommerce-address-fields__field-wrapper.form-row .select2-container--default .select2-selection--single,
	.woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single,
	.woocommerce-billing-fields__field-wrapper.form-row .select2-container--default .select2-selection--single,
	.woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single,
	.woocommerce-form-row.form-row .select2-container--default .select2-selection--single,
	.woocommerce-form-row .form-row .select2-container--default .select2-selection--single {
		padding: 12px 16px 8px 12px !important;
		line-height: 30px;
		height: 56px;
	}
}
@media (min-width: 992px) {
	.woocommerce-address-fields__field-wrapper.form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
	.woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
	.woocommerce-billing-fields__field-wrapper.form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
	.woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
	.woocommerce-form-row.form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
	.woocommerce-form-row .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 56px;
	}
}
@media (max-width: 992px) {
	.woocommerce-address-fields__field-wrapper.form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
	.woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
	.woocommerce-billing-fields__field-wrapper.form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
	.woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
	.woocommerce-form-row.form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
	.woocommerce-form-row .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 46px;
	}
}
.woocommerce-address-fields__field-wrapper.form-row .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-address-fields__field-wrapper .form-row .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields__field-wrapper.form-row .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields__field-wrapper .form-row .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-form-row.form-row .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-form-row .form-row .select2-container .select2-selection--single .select2-selection__rendered {
	text-transform: uppercase;
	padding-left: 0;
}

.register-form-container .select2-container--default .select2-selection--single {
	border-radius: 0 !important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.07em;
	background-color: #fff;
	border: 1px solid #ccc;
}
@media (max-width: 992px) {
	.register-form-container .select2-container--default .select2-selection--single {
		padding: 8px 16px 8px 12px !important;
		line-height: 46px;
		height: 46px;
	}
}
@media (min-width: 992px) {
	.register-form-container .select2-container--default .select2-selection--single {
		padding: 12px 16px 8px 12px !important;
		line-height: 30px;
		height: 56px;
	}
}
@media (min-width: 992px) {
	.register-form-container .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 56px;
	}
}
@media (max-width: 992px) {
	.register-form-container .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 46px;
	}
}
.register-form-container .select2-container .select2-selection--single .select2-selection__rendered {
	text-transform: uppercase;
	padding-left: 0;
}
.register-form-container p#billing_country_field {
	margin: 0 !important;
}
.register-form-container .woocommerce-input-wrapper,
.register-form-container .select2-container {
	width: 100% !important;
}

.col2-set {
	display: flex;
}
.col2-set .col-1,
.col2-set .col-2 {
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 992px) {
	.col2-set > .col-1 {
		width: calc(50% - 7px);
		min-width: calc(50% - 7px);
		max-width: calc(50% - 7px);
		margin-right: auto;
	}
	.col2-set > .col-2 {
		width: calc(50% - 8px);
		min-width: calc(50% - 8px);
		max-width: calc(50% - 8px);
		margin-left: auto;
	}
}
@media (max-width: 992px) {
	.col2-set {
		flex-direction: column;
	}
	.col2-set > .col-1,
	.col2-set > .col-2 {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 992px) {
	.woocommerce-Addresses.col2-set {
		flex-direction: column;
	}
	.woocommerce-Addresses.col2-set .woocommerce-Address.col-1, .woocommerce-Addresses.col2-set .woocommerce-Address.col-2 {
		width: 100%;
		min-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

.woocommerce-additional-fields__field-wrapper p {
	margin-left: 0;
	display: block;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 1.5em;
}

/**
 * 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%;
}

/**
 * WooCommerce pages
 */
body.page-template-template-my-account .woocommerce {
	display: flex;
	margin-left: 15px;
	margin-right: 15px;
}
body.page-template-template-my-account header .woocommerce {
	flex-direction: column;
}
body.page-template-template-my-account header .woocommerce ul.woocommerce-error {
	margin-bottom: 0;
}

.my-account-main-container {
	margin-bottom: 0;
}
.my-account-main-container .woocommerce {
	margin: 0 !important;
}
@media (max-width: 768px) {
	.my-account-main-container .woocommerce {
		display: flex;
		flex-direction: column;
	}
}
.my-account-main-container .entry-content {
	margin-top: 0;
}

@media (min-width: 768px) {
	.woocommerce-MyAccount-navigation {
		margin-right: 15px;
		padding-top: 3rem;
		padding-bottom: 3rem;
		border-right: 1px solid #b8b8b7;
	}
}
@media (max-width: 768px) {
	.woocommerce-MyAccount-navigation {
		margin-top: 2em;
		border-right: 1px solid #b8b8b7;
		border-left: 1px solid #b8b8b7;
		border-top: 1px solid #b8b8b7;
	}
}
.woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	min-width: 250px;
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li {
	display: block;
	position: relative;
	transition: border ease-in-out 250ms;
	border-bottom: 1px solid #b8b8b7;
}
@media (min-width: 768px) {
	.woocommerce-MyAccount-navigation ul li {
		padding: 15px 1rem 16px 1rem;
	}
}
@media (max-width: 768px) {
	.woocommerce-MyAccount-navigation ul li {
		padding: 9px 1rem 10px 1rem;
	}
}
.woocommerce-MyAccount-navigation ul li:last-child:after {
	display: none;
}
@media (min-width: 768px) {
	.woocommerce-MyAccount-navigation ul li:last-child {
		padding-bottom: 15px;
		border-bottom: 0;
	}
	.woocommerce-MyAccount-navigation ul li:last-child:after {
		display: none;
	}
}
.woocommerce-MyAccount-navigation ul li a {
	color: #404040;
	display: block;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-MyAccount-navigation ul li:hover {
	border-right: 3px solid #dbbc90;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard {
	display: none;
}

.woocommerce-MyAccount-content {
	width: 100%;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
	.woocommerce-MyAccount-content {
		margin-left: 15px;
	}
}
.woocommerce-MyAccount-content h3 {
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-size: 1.5em;
	line-height: 2em;
}

.woocommerce-Addresses.col2-set {
	display: flex;
}
.woocommerce-Addresses.col2-set .woocommerce-Address {
	width: 50%;
	max-width: 50%;
	flex: 0 0 50%;
}

.my-account-template header.entry-header {
	position: relative;
	display: flex;
}
@media (max-width: 768px) {
	.my-account-template header.entry-header {
		padding-top: 70px;
	}
}
@media (min-width: 768px) {
	.my-account-template header.entry-header {
		padding-top: 100px;
	}
}
.my-account-template header.entry-header.user-logged-in {
	min-height: 60vh;
	justify-content: center;
	align-items: center;
}
.my-account-template header.entry-header.user-logged-in h1 {
	position: relative;
	z-index: 2;
	font-size: 5em;
	font-style: normal;
	font-weight: 900;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	color: white;
}
.my-account-template header.entry-header.user-logged-out {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.my-account-template header.entry-header.user-logged-out .woocommerce-notices-wrapper {
	width: 100%;
	max-width: 1080px;
	position: relative;
}
.my-account-template header.entry-header.user-logged-out .woocommerce-notices-wrapper:empty {
	display: none;
}
@media (max-width: 1200px) {
	.my-account-template header.entry-header.user-logged-out .woocommerce-notices-wrapper {
		margin-left: 30px;
		margin-right: 30px;
	}
}
@media (min-width: 1200px) {
	.my-account-template header.entry-header.user-logged-out .woocommerce-notices-wrapper {
		margin-left: auto;
		margin-right: auto;
	}
}
.my-account-template header.entry-header.user-logged-out .woocommerce-notices-wrapper ul {
	padding: 0;
	list-style: none;
	margin-left: 0;
	margin-right: 0;
}
.my-account-template header.entry-header.user-logged-out .woocommerce-notices-wrapper ul li {
	padding: 15px 30px;
}
.my-account-template header.entry-header.user-logged-out .woocommerce-notices-wrapper .woocommerce-error {
	color: white;
}
.my-account-template header.entry-header.user-logged-out .woocommerce-notices-wrapper .woocommerce-error a {
	color: white;
	text-decoration: underline;
}
.my-account-template header.entry-header .post-thumbnail {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
}
.my-account-template header.entry-header .post-thumbnail img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: 0.4;
}

.register-form-container,
.login-form-container,
.reset-form-container {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
@media (min-width: 992px) {
	.register-form-container form,
	.login-form-container form,
	.reset-form-container form {
		width: 620px;
	}
}
@media (max-width: 768px) {
	.register-form-container form.woocommerce-form-login .form-control,
	.login-form-container form.woocommerce-form-login .form-control,
	.reset-form-container form.woocommerce-form-login .form-control {
		height: 40px;
		padding-top: 16px;
		padding-right: 16px;
	}
}
.register-form-container form select,
.login-form-container form select,
.reset-form-container form select {
	text-transform: uppercase;
}
.register-form-container h2,
.login-form-container h2,
.reset-form-container h2 {
	position: relative;
	z-index: 2;
	font-size: 5em;
	font-style: normal;
	font-weight: 900;
	line-height: 1em;
	text-transform: uppercase;
	color: white;
	padding-top: 0.5em;
}
@media (max-width: 576px) {
	.register-form-container h2,
	.login-form-container h2,
	.reset-form-container h2 {
		font-size: 2.5em;
	}
}
@media (min-width: 576px) and (max-width: 992px) {
	.register-form-container h2,
	.login-form-container h2,
	.reset-form-container h2 {
		font-size: 3.6em;
	}
}
@media (min-width: 992px) {
	.register-form-container h2,
	.login-form-container h2,
	.reset-form-container h2 {
		font-size: 5em;
	}
}
.register-form-container h2 strong,
.register-form-container h2 span,
.login-form-container h2 strong,
.login-form-container h2 span,
.reset-form-container h2 strong,
.reset-form-container h2 span {
	color: #dbbc90;
}
.register-form-container p,
.login-form-container p,
.reset-form-container p {
	font-style: normal;
	font-weight: 500;
	line-height: 1.125em;
	color: #f9f9f9;
	letter-spacing: 0.07em;
}
@media (min-width: 992px) {
	.register-form-container p,
	.login-form-container p,
	.reset-form-container p {
		max-width: 620px;
	}
}
@media (min-width: 576px) {
	.register-form-container p:not(.small), .register-form-container p:not(.medium),
	.login-form-container p:not(.small),
	.login-form-container p:not(.medium),
	.reset-form-container p:not(.small),
	.reset-form-container p:not(.medium) {
		font-size: 18px;
	}
}
.register-form-container p.medium,
.login-form-container p.medium,
.reset-form-container p.medium {
	font-size: 1em;
}
.register-form-container p.woocommerce-LostPassword,
.login-form-container p.woocommerce-LostPassword,
.reset-form-container p.woocommerce-LostPassword {
	font-size: 16px;
}
.register-form-container p.footer-login-form,
.login-form-container p.footer-login-form,
.reset-form-container p.footer-login-form {
	font-size: 16px !important;
}
.register-form-container p a,
.login-form-container p a,
.reset-form-container p a {
	color: #fff;
}
.register-form-container p.footer-login-form a,
.login-form-container p.footer-login-form a,
.reset-form-container p.footer-login-form a {
	text-decoration: underline;
}
.register-form-container label,
.login-form-container label,
.reset-form-container label {
	color: white;
}
.register-form-container input.input-email, .register-form-container input.input-password,
.login-form-container input.input-email,
.login-form-container input.input-password,
.reset-form-container input.input-email,
.reset-form-container input.input-password {
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 16px;
	padding-left: 46px !important;
}
.register-form-container input.input-email,
.login-form-container input.input-email,
.reset-form-container input.input-email {
	background-image: url(../../dist/images/b2552d540d10aaefc11a.svg);
}
.register-form-container input.input-password,
.login-form-container input.input-password,
.reset-form-container input.input-password {
	background-image: url(../../dist/images/bffaacbb8db06d93de59.svg);
}
