/*
Theme Name: Laveri

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 (min-width: 768px) {
	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.woo-filters-opened {
	overflow: hidden;
}

@media (min-width: 992px) {
	body.woo-filters-opened {
		overflow: auto;
	}
}

body.woo-filters-opened::before {
	content: '';
	display: block;
	z-index: 100;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
	body.woo-filters-opened::before {
		display: none;
	}
}

ul.products {
	margin: 40px -15px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.products::after {
	content: "";
	flex: auto;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 5em;
	padding: 0 15px;
	width: 100%;
}

@media (min-width: 576px) {
	ul.products li.product {
		max-width: 50%;
	}
}

ul.products li.product img {
	display: block;
	width: 100%;
}

ul.products li.product .button {
	display: inline-block;
}

ul.products li.product a {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

ul.products li.product a h2 {
	font: 500 14px/1.3 "Spartan", sans-serif;
}

ul.products li.product .price {
	display: flex;
	justify-content: center;
	align-items: baseline;
	font: 500 16px/1 "Spartan", sans-serif;
	margin-top: 15px;
}

ul.products li.product .price del {
	margin-right: 5px;
}

ul.products li.product .price del .amount {
	font-size: 14px;
	color: #5C5C5C;
}

@media (min-width: 1200px) {
	ul.products.columns-2 li.product {
		max-width: 50%;
	}
}

@media (min-width: 1200px) {
	ul.products.columns-3 li.product {
		max-width: 33.33%;
	}
}

@media (min-width: 1200px) {
	ul.products.columns-4 li.product {
		max-width: 25%;
	}
}

@media (min-width: 1200px) {
	ul.products.columns-5 li.product {
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	ul.products.columns-6 li.product {
		max-width: 16.66%;
	}
}

@media (min-width: 1200px) {
	ul.products.columns-7 li.product {
		max-width: 14.28%;
	}
}

@media (min-width: 1200px) {
	ul.products.columns-8 li.product {
		max-width: 12.5%;
	}
}

.onsale {
	position: absolute;
	background: #990033;
	color: #fff;
	padding: 8px 10px 5px;
	top: 27px;
	line-height: 1;
	text-transform: uppercase;
	font-size: 12px;
	left: 27px;
	z-index: 5;
}

.pif-has-gallery .onsale {
	z-index: 8;
}

.woocommerce-result-count {
	display: none;
}

.woocommerce-products-header {
	display: none;
}

.archive ul.products li.product-category {
	width: 100%;
	max-width: none;
}

@media (min-width: 768px) {
	.archive ul.products li.product-category:nth-child(2) {
		margin-right: 0;
	}
	.archive ul.products li.product-category:nth-child(1), .archive ul.products li.product-category:nth-child(2), .archive ul.products li.product-category:nth-child(6n + 7), .archive ul.products li.product-category:nth-child(6n + 8) {
		width: 50%;
	}
	.archive ul.products li.product-category:nth-child(6n + 3) {
		width: 100%;
		margin-right: 0;
	}
	.archive ul.products li.product-category:nth-child(6n + 4), .archive ul.products li.product-category:nth-child(6n + 5), .archive ul.products li.product-category:nth-child(6n + 6) {
		width: 32%;
	}
	.archive ul.products li.product-category:nth-child(4), .archive ul.products li.product-category:nth-child(5) {
		margin-right: 2%;
	}
	.archive ul.products li.product-category:nth-child(6) {
		width: 32%;
		margin-right: 0;
	}
}

.woo-product-thumbnail-wrapper {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}

.woo-product-thumbnail-wrapper .product-item-info {
	position: absolute;
	bottom: 0;
	padding: 25px 15px;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	transition: all .15s ease-out;
	transform: translateY(100%);
}

.woo-product-thumbnail-wrapper .product-item-info .button {
	font: 400 14px/1 "Spartan", sans-serif;
	background: none;
	padding: 0;
	border: 0;
	width: auto;
	text-transform: none;
}

.woo-product-thumbnail-wrapper .product-item-info .button:hover {
	background: none;
	color: #000;
}

.woo-product-thumbnail-wrapper .add-to-cart-wrapper {
	text-align: center;
}

.woo-product-thumbnail-wrapper:hover .product-item-info {
	display: block;
	transform: none;
}

.added_to_cart.wc-forward {
	padding: 15px;
	display: block;
	font-size: 12px;
	font-weight: 500;
}

.woo-filtering-ordering {
	display: none;
}

.woo-filtering-ordering .filter-btn-wrap {
	display: flex;
	align-items: center;
}

@media (max-width: 575px) {
	.woo-filtering-ordering .filter-btn-wrap {
		margin-top: 30px;
	}
}

.woo-filtering-ordering .filter-btn-wrap span {
	display: inline-block;
	margin: 0 5px;
}

.woo-filtering-ordering .filter-btn-wrap .clear-filter-btn {
	text-decoration: none;
	color: #656565;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.woo-filtering-ordering .filter-btn-wrap .clear-filter-btn:before {
	content: '\2768';
}

.woo-filtering-ordering .filter-btn-wrap .clear-filter-btn:after {
	content: '\2769';
}

.woo-filtering-ordering .clear-filter-btn-light {
	text-decoration: none;
	color: #656565;
	font-weight: 500;
	display: none;
}

.woo-filtering-ordering .woocommerce-ordering select {
	border: none;
	font: 600 14px/1.25 "Spartan", sans-serif;
	text-transform: uppercase;
}

@media (min-width: 576px) {
	.display-type-products .woo-filtering-ordering {
		display: flex;
		align-items: center;
	}
}

@media (min-width: 576px) {
	.display-type-products .woo-filtering-ordering .woo-filtering-ordering-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
}

.filter-btn {
	font: 600 14px/1 "Spartan", sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	padding-right: 20px;
	margin-right: 8px;
}

.filter-btn::after {
	content: "";
	width: 2px;
	height: 12px;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 6px;
	margin: auto;
	background: #000;
}

.filter-btn::before {
	content: "";
	width: 12px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 6px;
	margin: auto;
	background: #000;
}

.filter-btn.active::after, .filter-btn.filtered::after {
	display: none;
}

.product-catalog-view-changer {
	font: 600 14px/1 "Spartan", sans-serif;
	display: none;
}

@media (min-width: 1200px) {
	.product-catalog-view-changer {
		display: block;
	}
}

.product-catalog-view-changer .product-catalog-view-title {
	text-transform: uppercase;
	margin-right: 10px;
}

.product-catalog-view-changer .columns-choice {
	margin-right: 10px;
	opacity: .5;
	transition: .3s;
	display: inline-block;
	padding: 4px;
}

.product-catalog-view-changer .columns-choice:hover {
	cursor: pointer;
	opacity: 1;
	color: #990033;
}

.product-catalog-view-changer .columns-choice.active {
	opacity: 1;
	color: #990033;
}

.product-catalog-view-changer .columns-choice:last-child {
	margin-right: 0;
}

.shop-filters-buttons {
	text-align: right;
}

.shop-filters-buttons span,
.shop-filters-buttons a {
	color: #7f7f7f;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin: 0 15px;
	font-weight: 600;
}

.shop-filters-buttons span.clear-filter-btn,
.shop-filters-buttons a.clear-filter-btn {
	text-decoration: none;
}

.shop-filters-buttons span.clear-filter-btn:after,
.shop-filters-buttons a.clear-filter-btn:after {
	content: '';
	position: absolute;
	width: 1px;
	background: #000;
	right: -16px;
	top: 4px;
	bottom: 0;
	height: 16px;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	left: auto;
	right: 30px;
	z-index: 7;
}

.product-category a {
	text-decoration: none;
	color: #000;
}

.product-category a h2 {
	text-align: center;
	font: 600 16px/1 "Spartan", sans-serif;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.woo-shop-wrapper.woo-shop-filters-sidebar ul.products li.product {
		width: calc(100% / 3);
		max-width: none;
	}
}

.woo-archive-header {
	padding: 15px;
	background: #F6F4F2;
	display: flex;
	align-items: center;
	min-height: 236px;
	margin-bottom: 45px;
}

@media (min-width: 992px) {
	.woo-archive-header {
		padding: 20px 60px;
	}
}

.woo-archive-header.has-image {
	min-height: 200px;
	display: flex;
	align-items: center;
	background-position: left;
	background-size: auto 100%;
}

@media (min-width: 768px) {
	.woo-archive-header.has-image {
		background-position: right;
		min-height: 250px;
	}
}

@media (min-width: 992px) {
	.woo-archive-header.has-image {
		min-height: 340px;
	}
}

.woo-archive-header-wrapper h2 {
	font: 30px/1.25 "Spartan", sans-serif;
	margin: 0 0 10px;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.woo-archive-header-wrapper h2 {
		font-size: 40px;
	}
}

.woocommerce-breadcrumb {
	color: #656565;
	font: 500 12px/1.5 "Spartan", sans-serif;
	text-transform: uppercase;
}

.woocommerce-breadcrumb a {
	color: #656565;
	text-decoration: none;
}

/**
 * Single product
 */
.single-product .woo-archive-header {
	min-height: 145px;
}

.single-product .product-summary-wrapper {
	position: sticky;
	top: 80px;
}

.single-product .product-summary-wrapper h1 {
	font: 400 40px/1.2 "Spartan", sans-serif;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.single-product .woocommerce-product-rating {
	display: flex;
	align-items: center;
}

.single-product .woocommerce-product-rating .woocommerce-review-link {
	color: #000000;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 5px;
}

@media (min-width: 768px) {
	.single-product .entry-summary {
		padding: 0 15px;
	}
}

@media (min-width: 992px) {
	.single-product .entry-summary {
		flex: 1 1 50%;
	}
}

.single-product .price {
	font: 500 22px/30px "Spartan", sans-serif;
}

.single-product del {
	font: 16px/30px "Spartan", sans-serif;
	color: #656565;
}

.single-product ins {
	color: #990033;
	text-decoration: none;
}

.single-product .cart .quantity:not(.hidden) {
	width: 100%;
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	.single-product .cart .quantity:not(.hidden) {
		max-width: 9.5em;
		padding-right: 1.75em;
		margin-bottom: 0;
	}
}

.single-product .cart .quantity:not(.hidden) input {
	width: auto;
}

@media (min-width: 1200px) {
	.single-product .cart .quantity:not(.hidden) input {
		width: 100%;
	}
}

.single-product .cart button[type="submit"] {
	background: #000;
	color: #fff;
	flex: 1;
}

.single-product .cart button[type="submit"]:hover {
	background: #990033;
}

.single-product .cart .add-to-cart-button-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.single-product .cart .add-to-cart-button-wrapper .size-guide-link {
	width: 100%;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 14px;
	color: #656565;
}

.single-product .cart .woocommerce-grouped-product-list {
	margin-bottom: 10px;
}

.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: 25px;
	right: 1em;
	display: flex;
	z-index: 9;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #656565;
	text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
	display: none !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	font-family: laveri-icons;
	content: '\f105';
}

.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: 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.79667%;
}

.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;
}

.single-product .woo-product-info-wrapper {
	margin: 0 auto 70px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.single-product .woo-product-info-wrapper {
		flex-direction: row;
	}
}

.single-product .woo-product-images-wrapper {
	position: relative;
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.single-product .woo-product-images-wrapper {
		max-width: 50%;
	}
}

@media (min-width: 992px) {
	.single-product .woo-product-images-wrapper {
		margin-bottom: 0;
		flex: 1 1 50%;
		margin-right: 60px;
		max-width: 50%;
	}
}

.single-product .woo-product-images-wrapper figure {
	margin: 0;
}

.single-product .related {
	margin-top: 100px;
}

.single-product .related h2 {
	text-align: center;
	font: 600 16px/1 "Spartan", sans-serif;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.single-product .related .slick-prev,
.single-product .related .slick-next {
	position: absolute;
	cursor: pointer;
	z-index: 11;
	height: 30px;
	width: 30px;
	margin: auto;
	top: 0;
	bottom: 20%;
}

.single-product .related .slick-prev:before,
.single-product .related .slick-next:before {
	color: #000000;
	font-size: 30px;
}

.single-product .related .slick-prev {
	right: -25px;
}

.single-product .related .slick-next {
	left: -25px;
}

.single-product .related .slick-slider {
	width: calc(100% - 50px);
	margin: 0 auto;
}

.single-product .related .slick-slide {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.single-product .related .slick-slide {
		margin-right: 35px;
		margin-left: 35px;
	}
}

.single-product .related .slick-slide h2 {
	margin: 0;
}

.single-product .variations td {
	border: none;
	display: block;
	padding: 0;
}

.single-product .variations td.label {
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

.single-product .variations td.label:after {
	content: '\003A';
}

.single-product .variations td.label .woo-selected-variation-item-name {
	display: none;
}

.single-product .variations td.value {
	margin-bottom: 25px;
}

.single-product .reset_variations {
	color: #656565;
	display: inline-block;
	margin-left: 10px;
}

.single-product .one-column-gallery figure {
	margin: 0 0 60px 0;
}

.single-product .one-column-gallery figure:last-child {
	margin-bottom: 0;
}

.single-product .one-column-gallery figure img {
	vertical-align: middle;
}

.single-product .one-column-gallery .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 25px;
	font-size: 24px;
	width: 25px;
	z-index: 14;
	cursor: pointer;
}

.single-product .one-column-gallery .slick-prev {
	right: 15px;
}

.single-product .one-column-gallery .slick-next {
	left: 15px;
}

.single-product .product-share-links {
	position: relative;
	margin-left: 25px;
}

.single-product .product-share-links .share-links-toggle {
	display: block;
	padding: 7px 5px;
	background: transparent;
	border: 0;
	font-size: 20px;
}

.single-product .product-share-links .share-links-wrapper {
	position: absolute;
	right: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	top: 150%;
	transition: .3s;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-wrap: wrap;
	width: 170px;
	padding: 10px;
}

.single-product .product-share-links .share-links-wrapper a {
	flex: 1 0 33.33%;
	padding: 10px;
	display: block;
	font-size: 20px;
	color: inherit;
	text-align: center;
}

.single-product .product-share-links .share-links-wrapper a:hover {
	color: #990033;
}

.single-product .product-share-links:focus .share-links-toggle, .single-product .product-share-links:hover .share-links-toggle {
	cursor: pointer;
	color: #990033;
}

.single-product .product-share-links:focus .share-links-wrapper, .single-product .product-share-links:hover .share-links-wrapper {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock, .stock.out-of-stock {
	color: #990033;
}

.quantity input {
	border: 1px solid #656565;
	padding: 10px;
	text-align: center;
}

.product_meta .sku_wrapper {
	display: block;
}

.woocommerce-variation {
	margin-bottom: 25px;
}

.product-accordion {
	margin-top: 45px;
	border-bottom: 1px solid #000;
}

.product-accordion .woocommerce-accordion-title {
	padding: 35px 0;
	border-top: 1px solid #000;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}

.product-accordion .woocommerce-accordion-title .accordion-item-icon {
	position: absolute;
	right: 15px;
	width: 16px;
	height: 16px;
	margin: auto;
	top: 0;
	bottom: 0;
}

.product-accordion .woocommerce-accordion-title .accordion-item-icon:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background: #000000;
	top: 0;
	bottom: 0;
	margin: auto;
}

.product-accordion .woocommerce-accordion-title .accordion-item-icon:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 16px;
	background: #000000;
	right: 7px;
}

.product-accordion .woocommerce-accordion-title.active .accordion-item-icon:after {
	display: none;
}

.woocommerce-accordion-content {
	margin: 0;
	display: none;
	font-size: 14px;
	padding-bottom: 35px;
}

.woocommerce-product-attributes td, .woocommerce-product-attributes th {
	border: none;
	padding: 0;
}

.woocommerce-product-attributes-item__value p {
	margin: 0;
}

.woocommerce-Reviews h2 {
	font-size: 32px;
}

.commentlist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.commentlist > li {
	margin-bottom: 20px;
}

.commentlist > li:last-child {
	margin-bottom: 0;
}

.commentlist .comment_container {
	border: 2px solid #F6F4F2;
	padding: 20px 20px 25px;
	background: #fff;
}

.commentlist .children {
	margin-left: 0;
	list-style: none;
}

.commentlist .children .woo-review-header {
	display: none;
}

.commentlist .woo-review-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.commentlist .avatar {
	margin-right: 30px;
	border-radius: 50%;
}

.commentlist .woo-review-meta {
	flex: 1 0 auto;
	position: relative;
}

.commentlist .star-rating {
	margin-bottom: 5px;
}

.commentlist .meta .woocommerce-review__dash {
	display: none;
}

.commentlist .meta .woocommerce-review__published-date {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
}

.commentlist .meta .woocommerce-review__author {
	font-weight: normal;
	color: #000000;
}

.commentlist .meta .woocommerce-review__author a {
	color: inherit;
}

.upsells.products h2 {
	text-align: center;
	font: 600 16px/1 "Spartan", sans-serif;
	text-transform: uppercase;
}

/**
 * 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%;
	}
}

.woocommerce-checkout main {
	max-width: 50em;
	margin: 0 auto;
}

.woocommerce-checkout h3 {
	font: 600 16px/1.2 "Spartan", sans-serif;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.woocommerce-checkout-review-order-table {
	margin-bottom: 50px;
}

.woocommerce-checkout-review-order-table thead tr th {
	font: 600 12px "Spartan", sans-serif;
	text-transform: uppercase;
}

.woocommerce-checkout-review-order-table tr th, .woocommerce-checkout-review-order-table tr td {
	color: #000;
	padding: 20px 25px;
	border-bottom: 1px solid #DADADA;
	font-size: 16px;
	text-transform: none;
}

.woocommerce-checkout-review-order-table tr th:first-child, .woocommerce-checkout-review-order-table tr td:first-child {
	border-left: 1px solid #DADADA;
}

.woocommerce-checkout-review-order-table tr th:last-child, .woocommerce-checkout-review-order-table tr td:last-child {
	border-right: 1px solid #DADADA;
}

.woocommerce-checkout-review-order-table tr td {
	font-weight: 500;
}

.woocommerce-checkout-review-order-table tr.cart-subtotal th, .woocommerce-checkout-review-order-table tr.cart-subtotal td {
	background: #F6F4F2;
	color: #990033;
}

.woocommerce-checkout-review-order-table tr.cart-subtotal td {
	text-align: right;
}

.woocommerce-checkout-review-order-table tr .product-total {
	text-align: right;
}

.woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
}

.woocommerce-shipping-methods,
.payment_methods {
	padding: 0;
	margin: 0;
}

.woocommerce-shipping-methods li,
.payment_methods li {
	list-style: none;
}

.woocommerce-shipping-methods li img,
.payment_methods li img {
	display: block;
	max-width: 200px;
}

.woocommerce-checkout-payment p {
	color: #656565;
}

.woocommerce-checkout-payment a {
	color: #990033;
}

.woocommerce-shipping-fields,
.woo-order-review {
	margin-top: 40px;
}

.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 20px;
}

.woocommerce-checkout .form-row {
	margin-bottom: 30px;
}

.woocommerce-checkout label {
	font-weight: 500;
	font-size: 14px;
}

#ship-to-different-address label {
	font-weight: 600;
}

.checkout_coupon {
	margin-top: 25px;
}

.woocommerce-checkout-payment label {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.woocommerce-checkout-payment .payment_box {
	padding-left: 26px;
	font-size: 14px;
	margin-top: 5px;
}

.woocommerce-terms-and-conditions-wrapper {
	margin-top: 25px;
	margin-bottom: 25px;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
	background: #F6F4F2;
	padding: 15px;
}

.woocommerce-terms-and-conditions-wrapper .form-row {
	margin: 25px 0 0;
}

.woocommerce-terms-and-conditions-wrapper .form-row label {
	text-transform: none;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

/**
 * Cart
 */
.woocommerce-cart-form td, .woocommerce-cart-form th {
	border-width: 0;
}

@media (min-width: 768px) {
	.woocommerce-cart-form td, .woocommerce-cart-form th {
		border-width: 1px;
	}
}

.woocommerce-cart-form th {
	padding: 25px 20px;
	text-transform: uppercase;
	font: 600 12px/1 "Spartan", sans-serif;
}

.woocommerce-cart-form tbody tr:last-child td {
	border: none;
	padding: 25px 0 0;
}

@media (max-width: 767px) {
	.woocommerce-cart-form table .cart_item td {
		padding: 5px 0;
	}
}

.woocommerce-cart-form .product-thumbnail {
	text-align: left;
}

.woocommerce-cart-form .product-thumbnail:before {
	display: none;
}

.woocommerce-cart-form .product-thumbnail a {
	display: inline-block;
	max-width: 200px;
}

@media (min-width: 768px) {
	.woocommerce-cart-form .product-thumbnail a {
		height: 70px;
		width: 70px;
		overflow: hidden;
	}
}

@media (min-width: 768px) {
	.woocommerce-cart-form .product-remove {
		padding: 0 5px 0 25px;
	}
}

.woocommerce-cart-form .product-remove a {
	display: block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 0;
	color: #656565;
	text-decoration: none;
}

.woocommerce-cart-form .product-remove a:before {
	display: block;
	content: '\e870';
	font-family: Linearicons-Free;
	line-height: 20px;
	font-size: 24px;
}

.woocommerce-cart-form .actions {
	position: relative;
}

.woocommerce-cart-form .actions .coupon {
	display: flex;
	width: 100%;
}

@media (min-width: 768px) {
	.woocommerce-cart-form .actions .coupon {
		max-width: calc(100% - 220px);
	}
}

.woocommerce-cart-form .actions .coupon label {
	display: none;
}

.woocommerce-cart-form .actions .coupon input {
	margin-right: 15px;
}

@media (max-width: 575px) {
	.woocommerce-cart-form .actions .coupon input {
		min-width: 50%;
	}
}

.woocommerce-cart-form .actions .coupon .button {
	background: #000000;
	color: #fff;
	min-width: 16em;
}

@media (max-width: 575px) {
	.woocommerce-cart-form .actions .coupon .button {
		padding: 10px 15px;
		font-size: 12px;
		line-height: 1.25;
		min-width: 10em;
	}
}

.woocommerce-cart-form .actions .coupon .button:hover {
	background: #990033;
}

.woocommerce-cart-form .actions .coupon + .button {
	margin-top: 25px;
	width: 100%;
}

@media (min-width: 768px) {
	.woocommerce-cart-form .actions .coupon + .button {
		position: absolute;
		right: 0;
		top: 25px;
		margin-top: 0;
		width: auto;
	}
}

@media (min-width: 768px) {
	.woocommerce-cart-form table.cart thead tr th:first-child, .woocommerce-cart-form table.cart thead tr td:first-child,
	.woocommerce-cart-form table.cart tbody tr.cart_item th:first-child,
	.woocommerce-cart-form table.cart tbody tr.cart_item td:first-child {
		border-left: 1px solid #DADADA;
	}
	.woocommerce-cart-form table.cart thead tr th:last-child, .woocommerce-cart-form table.cart thead tr td:last-child,
	.woocommerce-cart-form table.cart tbody tr.cart_item th:last-child,
	.woocommerce-cart-form table.cart tbody tr.cart_item td:last-child {
		border-right: 1px solid #DADADA;
	}
}

.woocommerce-cart .shop_table {
	font: 500 16px/1.25 "Spartan", sans-serif;
	margin-bottom: 25px;
}

.woocommerce-cart .shop_table td, .woocommerce-cart .shop_table th {
	color: #000;
}

.woocommerce-cart .shop_table .product-name a {
	color: #000000;
}

.woocommerce-cart .shop_table .quantity input {
	border: 1px solid #656565;
	text-align: center;
}

@media (max-width: 767px) {
	.woocommerce-cart .shop_table .quantity input {
		margin-top: 10px;
	}
}

.woocommerce-cart .cart-collaterals {
	margin-top: 75px;
}

.woocommerce-cart .cart-collaterals h2 {
	font-size: 30px;
}

.woocommerce-cart .cart-collaterals ul.products {
	margin-top: 0;
}

.cart_totals h2 {
	font-size: 30px;
}

.cart_totals table tr:first-child th, .cart_totals table tr:first-child td {
	border-top: 0;
}

.cart_totals table tr th:first-child {
	border-left: 0;
	padding-left: 0;
}

.cart_totals table tr td:last-child {
	border-right: 0;
}

@media (max-width: 767px) {
	.cart_totals table tr td {
		padding: 20px 0;
	}
}

.cart_totals table th {
	width: 30%;
}

.cart_totals table .cart-subtotal th,
.cart_totals table .shipping th {
	text-transform: uppercase;
	vertical-align: top;
	font-weight: 600;
}

.cart_totals table .woocommerce-shipping-methods li {
	margin-bottom: 20px;
}

.cart_totals table .woocommerce-shipping-methods li input {
	margin-right: 10px;
}

.cart_totals table .shipping-calculator-button {
	display: inline-block;
	margin-bottom: 25px;
}

.cart_totals table .shipping-calculator-form input {
	width: 100%;
	height: 75px;
}

.cart_totals table .order-total th, .cart_totals table .order-total td {
	border: none;
	font-weight: 500;
	text-transform: none;
	font-size: 16px;
}

.cart_totals table .order-total th strong, .cart_totals table .order-total td strong {
	font-weight: 500;
}

.return-to-shop {
	text-align: center;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
	/*position: relative;*/
	margin: 0;
	padding: 0;
}

.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: #990033;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	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: #990033;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #990033;
	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: #990033;
	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 {
	font-size: 32px;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #58bd8f;
}

.woocommerce-password-strength.short {
	color: #ffa895;
}

.woocommerce-password-strength.bad {
	color: #ffa895;
}

.woocommerce-password-strength.good {
	color: #F6F4F2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #58bd8f;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #ffa895;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #58bd8f;
	clear: both;
	padding: 15px;
	margin-bottom: 50px;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
	margin-right: 25px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #F6F4F2;
	padding: 15px;
}

.woocommerce-error {
	background-color: #ffa895;
	padding: 0;
	margin: 0;
}

.woocommerce-error li {
	list-style: none;
	padding: 15px;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #F6F4F2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	/**
     * Header cart
     */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		background: #fff;
		padding: 25px 15px;
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
	.site-header-cart .widget_shopping_cart_content {
		max-width: 1350px;
		margin: 0 auto;
	}
}

.woo-header-actions {
	display: flex;
	align-items: center;
	justify-content: center;
}

.woo-header-actions .site-header-product-search,
.woo-header-actions .site-header-cart,
.woo-header-actions .site-header-maps-point,
.woo-header-actions .site-header-wishlist,
.woo-header-actions .site-header-account {
	color: #000000;
	display: inline-block;
	margin: 0 14px;
	font-size: 20px;
}

.woo-header-actions a {
	color: #000000;
	text-decoration: none;
}

.woo-header-actions a:hover {
	color: #990033;
}

.woo-header-actions span.lnr {
	font-size: 18px;
}

.woocommerce-page .product-summary-wrapper > *,
.woocommerce-page .entry-content > * {
	max-width: 710px;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-page .product-summary-wrapper > *:last-child,
.woocommerce-page .entry-content > *:last-child {
	margin-bottom: 0;
}

.woocommerce-page main {
	margin: 0 auto;
	padding: 0 15px 8em;
}

@media (min-width: 992px) {
	.woocommerce-page main {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (min-width: 992px) {
	.woo-shop-wrapper {
		position: relative;
	}
	.woo-shop-wrapper.woo-shop-filters-sidebar {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.woo-shop-wrapper.woo-shop-filters-sidebar ul.products {
		margin-top: 90px;
	}
	.woo-shop-wrapper.woo-shop-filters-sidebar .woocommerce-widgets {
		width: 260px;
		padding-left: 60px;
		position: static;
		display: block;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.woo-shop-wrapper.woo-shop-filters-sidebar .woocommerce-widgets {
		padding-left: 180px;
		width: 460px;
	}
}

@media (min-width: 992px) {
	.woo-shop-wrapper.woo-shop-filters-sidebar .woo-filtering-ordering {
		width: 100vw;
		border-bottom: 1px solid #DADADA;
		margin: -20px -60px 0;
		padding: 0 60px 20px;
	}
	.woo-shop-wrapper.woo-shop-filters-sidebar .woo-filtering-ordering .filter-btn-wrap {
		display: none;
	}
	.woo-shop-wrapper.woo-shop-filters-sidebar .woo-shop-products-wrapper {
		width: calc(100% - 260px);
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.woo-shop-wrapper.woo-shop-filters-sidebar .woo-shop-products-wrapper {
		width: calc(100% - 460px);
	}
}

@media (min-width: 992px) {
	.woo-shop-wrapper.woo-shop-filters-sidebar .shop-filters {
		padding-top: 90px;
	}
	.woo-shop-wrapper.woo-shop-filters-sidebar .shop-filters .shop-filters-wrapper {
		flex-direction: column;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.woo-shop-wrapper.woo-shop-filters-sidebar .shop-filters .shop-filters-buttons {
		display: none;
	}
}

@media (min-width: 992px) {
	.woo-shop-wrapper.woo-shop-filters-sidebar .woo-filtering-ordering-wrap {
		width: calc(100% - 260px);
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.woo-shop-wrapper.woo-shop-filters-sidebar .woo-filtering-ordering-wrap {
		width: calc(100% - 460px);
	}
}

@media (min-width: 992px) {
	.woo-shop-wrapper.woo-shop-filters-sidebar .woocommerce-result-count {
		display: block;
		color: #656565;
		width: 260px;
		padding-left: 60px;
		font-weight: 500;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.woo-shop-wrapper.woo-shop-filters-sidebar .woocommerce-result-count {
		padding-left: 180px;
		width: 460px;
	}
}

@media (min-width: 992px) {
	.woo-shop-wrapper.woo-shop-filters-sidebar .clear-filter-btn-light {
		display: block;
	}
}

.woocommerce-products-header h1 {
	font-size: 50px;
	font-family: "Spartan", sans-serif;
}

.woocommerce-Message .button {
	margin-right: 15px;
}

.variation {
	display: flex;
	margin: 5px 0;
}

.variation dt {
	margin-right: 5px;
}

.variation dd {
	margin: 0;
}

.variation dd p {
	margin: 0;
}

.woocommerce-mini-cart__empty-message {
	width: 100%;
	text-align: center;
}

.site-header-cart-content {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	background: #fff;
	padding: 250px 50px 90px;
	transition: all 0.3s ease-in;
	opacity: 0;
	transform: translateY(-100%);
	z-index: -1;
	margin-top: -150px;
}

.site-header-cart-content.active {
	transform: none;
	opacity: 1;
}

.site-header-cart-content li {
	list-style: none;
	margin: 0 14px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-weight: 500;
}

.site-header-cart-content .product_list_widget {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -22px;
	padding: 0;
}

.site-header-cart-content .widget_shopping_cart {
	max-width: 1200px;
	margin: 0 auto;
}

.site-header-cart-content .widget_shopping_cart li a {
	color: #000;
	max-width: 160px;
	text-transform: uppercase;
	font-size: 14px;
}

.site-header-cart-content .widget_shopping_cart li a.remove {
	color: #666;
	font-size: 12px;
	letter-spacing: 0.05em;
}

.site-header-cart-content .widget_shopping_cart li a.remove span {
	margin-right: 7px;
}

.site-header-cart-content .widget_shopping_cart li img {
	max-width: 160px;
}

.site-header-cart-content .widget_shopping_cart li .quantity {
	font-size: 16px;
}

.site-header-cart-content .widget_shopping_cart_content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.site-header-cart-content .widget_shopping_cart_content {
		flex-wrap: nowrap;
	}
}

.site-header-cart-content .mini-cart-products-wrapper {
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.site-header-cart-content .mini-cart-products-wrapper {
		padding-right: 50px;
		margin-bottom: 0;
	}
}

.mini-cart-products-title-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.mini-cart-products-title-wrap .mini-cart-products-title {
	font: 600 16px/24px "Spartan", sans-serif;
	margin-right: 50px;
}

.mini-cart-products-title-wrap .mini-cart-products-subtitle {
	font: 500 12px/17px "Spartan", sans-serif;
}

.mini-cart-products-title-wrap .mini-cart-products-subtitle a {
	font: inherit;
}

.mini-cart-total {
	font: 600 12px/1.25 "Spartan", sans-serif;
	text-transform: uppercase;
	width: 100%;
}

@media (min-width: 768px) {
	.mini-cart-total {
		max-width: 284px;
	}
}

.mini-cart-total strong {
	font-weight: inherit;
}

.mini-cart-total .mini-cart-total-title {
	font: 600 16px/1.5 "Spartan", sans-serif;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 0;
}

.mini-cart-total .woocommerce-mini-cart__total-count {
	display: flex;
	justify-content: space-between;
	padding-bottom: 22px;
	margin-bottom: 25px;
	border-bottom: 1px solid #DADADA;
}

.mini-cart-total .woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
}

.mini-cart-total .woocommerce-mini-cart__total .amount {
	font: 500 16px/1 "Spartan", sans-serif;
	color: #990033;
}

.mini-cart-total .woocommerce-mini-cart__buttons {
	margin-top: 40px;
}

.mini-cart-total .woocommerce-mini-cart__buttons a {
	margin: 0 15px 0 0;
	background: #000;
	color: #fff;
}

.mini-cart-total .woocommerce-mini-cart__buttons a:hover {
	background: #990033;
}

.mini-cart-total .woocommerce-mini-cart__buttons a:not(.checkout) {
	display: none;
}

.site-header-cart a {
	color: #000;
}

.site-header-cart a span.count {
	color: #990033;
	font: 600 10px/1 "Spartan", sans-serif;
}

.site-header-cart .cart-contents {
	position: relative;
}

.site-header-cart .cart-contents .count {
	position: absolute;
	top: 2px;
	line-height: 1;
}

.product-search-form-wrapper {
	transform: translateY(-100%);
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 250px 25px 90px;
	background: #fff;
	transition: .3s;
	z-index: -1;
	margin-top: -150px;
}

.product-search-form-wrapper.active {
	transform: none;
	opacity: 1;
}

.product-search-form-wrapper .search-field {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-family: "Cormorant Garamond", sans-serif;
}

@media (max-width: 575px) {
	.header-bottom .product-search-form-wrapper {
		margin-top: 0;
	}
}

.page.woocommerce-wishlist .site-main > .hentry {
	padding-bottom: 0;
}

.page.woocommerce-wishlist .wishlist_table.mobile li {
	margin-bottom: 50px;
	position: relative;
}

.page.woocommerce-wishlist .wishlist_table.mobile .item-details table .item-details-table td {
	font-size: .8em;
}

@media (max-width: 767px) {
	.page.woocommerce-wishlist .wishlist_table {
		padding: 0;
	}
	.page.woocommerce-wishlist .product-name a {
		color: #000000;
		font-family: "Spartan", sans-serif;
		font-size: 14px;
	}
	.page.woocommerce-wishlist .additional-info-wrapper {
		padding-left: 75px;
	}
	.page.woocommerce-wishlist .product-remove {
		position: absolute;
		right: 0;
		top: 0;
	}
}

.page.woocommerce-wishlist .remove_from_wishlist {
	color: #656565;
}

.select2-container .selection .select2-selection--single {
	height: 50px;
	border-radius: 0;
	border-color: #fff #fff #000000 #fff;
}

.select2-container .selection .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
}

.select2-container .selection .select2-selection--single .select2-selection__arrow b {
	border-color: #000000 transparent transparent transparent;
	margin-top: -4px;
}

.select2-container .selection .select2-selection--single .select2-selection__arrow {
	height: 50px;
}

.select2-container.select2-container--open .selection .select2-selection--single {
	border-color: #000000;
}

.select2-container.select2-container--open .selection .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #000000 transparent;
}

.select2-container .select2-dropdown {
	border-radius: 0;
	border-color: #000;
}

.select2-container .select2-results__options li {
	margin: 0;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	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: 0.65em;
	height: 0.65em;
	cursor: ew-resize;
	outline: none;
	background: #990033;
	box-sizing: border-box;
	margin-top: -0.175em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -0.5em;
}

.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: #000000;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
	max-width: 12em;
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.25em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

.woocommerce-widgets {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	background: #fff;
	z-index: 100;
	width: 100%;
	max-width: 300px;
	overflow: auto;
	transition: .3s ease;
}

@media (min-width: 992px) {
	.woocommerce-widgets {
		left: 0;
		position: absolute;
		max-width: none;
		display: none;
		bottom: auto;
		top: 60px;
	}
}

.woocommerce-widgets.is-opened {
	right: 0;
	display: block;
}

.shop-filters {
	padding: 50px 30px;
}

@media (min-width: 992px) {
	.shop-filters {
		padding: 30px 0;
	}
}

.shop-filters .shop-filters-wrapper {
	width: 100%;
}

@media (min-width: 992px) {
	.shop-filters .shop-filters-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
}

.shop-filters .shop-filters-wrapper .chosen {
	font-weight: 500;
}

.shop-filters .shop-filters-wrapper .chosen:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 16px;
	border: solid #000;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	right: 15px;
	top: 4px;
}

.shop-filters .shop-filters-wrapper .widget {
	flex-basis: 25%;
	padding-right: 2%;
}

@media (min-width: 1200px) {
	.shop-filters .shop-filters-wrapper .widget {
		flex-basis: calc(100% / 6);
	}
}

@media (min-width: 1400px) {
	.shop-filters .shop-filters-wrapper .widget {
		flex-basis: calc(100% / 6);
		padding-right: 5%;
	}
}

.shop-filters .shop-filters-wrapper .widget .widget-title {
	font-size: 14px;
}

.shop-filters .shop-filters-wrapper .widget ul {
	padding: 0;
}

.shop-filters .shop-filters-wrapper .widget ul li {
	list-style: none;
	position: relative;
}

.shop-filters .shop-filters-wrapper .widget ul li a {
	text-decoration: none;
	color: #000000;
}

.product_list_widget {
	list-style: none;
	padding: 0;
	margin: 0;
}

.product_list_widget li:after {
	content: '';
	clear: both;
	display: table;
}

.product_list_widget a:not(.button):not(.remove) {
	display: block;
	color: #000000;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500;
}

.product_list_widget a:not(.button):not(.remove):hover {
	color: #990033;
	text-decoration: none;
}

.product_list_widget img {
	float: left;
	max-width: 70px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.product_list_widget ins {
	background: transparent;
}

.product_list_widget .variation {
	display: none;
}

.product_list_widget .remove {
	display: block;
	text-transform: uppercase;
	color: #656565;
	text-decoration: none;
	font-size: 12px;
}

.product_list_widget .remove .laveri-icon-times {
	margin-right: 10px;
}

.widgets-column .widget_shopping_cart .mini-cart-products-title-wrap {
	display: none;
}

.widgets-column .widget_shopping_cart .mini-cart-total {
	margin-top: 40px;
}

.widgets-column .woocommerce-Price-amount {
	font-weight: 500;
}

.widgets-column del {
	font-size: 12px;
	font-weight: 600;
	color: #656565;
}

.widgets-column ins {
	color: #990033;
	font-size: 14px;
	font-weight: 500;
}

.woocommerce-widget-layered-nav .variation-color {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	float: left;
	margin-right: 9px;
	margin-top: 3px;
	border: 1px solid transparent;
}

.woocommerce-widget-layered-nav .variation-color-white {
	border-color: #DADADA;
}

.widget_product_categories ul li {
	position: relative;
}

.widget_product_categories ul li.current-cat:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 16px;
	border: solid #000;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	right: 15px;
	top: 4px;
}

.widget_product_categories ul li.current-cat a {
	font-weight: 500;
}

.widget_product_categories ul li a {
	text-transform: none;
	margin-bottom: 15px;
}

.widget_product_categories ul li a, .widget_product_categories ul li span {
	font-size: 16px;
	font-weight: 400;
}

.widget_product_categories ul li ul {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

.widget_rating_filter ul li a {
	display: flex;
}

.widget_rating_filter ul li a .star-rating {
	margin-right: 5px;
}

/**
 * WooCommerce widgets
 */
.u-columns {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.u-columns {
		margin: 0 -30px;
	}
}

.u-columns > * {
	width: 100%;
}

@media (min-width: 768px) {
	.u-columns > * {
		width: 50%;
		padding: 0 30px;
	}
}

.woocommerce-MyAccount-navigation {
	border-bottom: 2px solid #000000;
	margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
	padding: 0;
	margin: 0;
}

.woocommerce-MyAccount-navigation ul a {
	font-family: "Spartan", sans-serif;
	color: #000000;
	font-size: 14px;
	padding: 16px 8px;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
}

.woocommerce-MyAccount-navigation ul a:hover {
	color: #990033;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul .is-active a {
	color: #990033;
}

@media (max-width: 575px) {
	.woocommerce-orders-table tr td {
		padding-left: 0;
		padding-right: 0;
		border-width: 0;
	}
	.woocommerce-orders-table tr td:first-child {
		border-top-width: 2px;
	}
	.woocommerce-orders-table tr td:last-child {
		border-bottom-width: 2px;
	}
}

.woocommerce-form-login .woocommerce-form-login__submit {
	display: block;
	margin-top: 20px;
}

.yith-wcwl-add-button .add_to_wishlist i {
	transition: .3s;
}

.yith-wcwl-add-button .add_to_wishlist i:hover {
	font-weight: 900;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
	font-size: .75em;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	display: block;
}

.yith_wcwl_wishlist_footer {
	margin-top: 40px;
	margin-bottom: 40px;
}

.yith_wcwl_wishlist_footer:after {
	content: '';
	display: table;
	clear: both;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	top: 27px;
	right: 27px;
}

.cart .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

.cart .yith-wcwl-add-to-wishlist.exists {
	width: 100%;
}

.cart .yith-wcwl-add-to-wishlist .add_to_wishlist {
	line-height: 50px;
	display: block;
	margin-left: 25px;
	font-size: 20px;
	min-width: 20px;
	color: #000000;
}

.cart .yith-wcwl-add-to-wishlist .add_to_wishlist i {
	margin: 0;
}

.cart .yith-wcwl-add-to-wishlist .add_to_wishlist span {
	display: none;
}

.cart .yith-wcwl-add-to-wishlist .add_to_wishlist.button {
	padding: 4px 15px 0;
	line-height: 46px;
}

.cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
	margin-top: 10px;
}

.cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	display: inline;
	text-decoration: underline;
}

.cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
	text-decoration: none;
}

.woo-product-images-wrapper .yith-wcwl-add-to-wishlist {
	position: absolute;
	left: 27px;
	top: 60px;
	font-size: 0;
}

.woo-product-images-wrapper .yith-wcwl-add-to-wishlist i {
	font-size: 20px;
}
