/*
Theme Name: naturel

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.79667%;
		float: left;
		margin-right: 3.8%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

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

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

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

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

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

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: left;
	margin-top: 20px;
	font-size: 12px;
	margin-bottom: 12px;
	font-weight: 700;
}

.woocommerce-password-strength.strong {
	color: #5eb979;
}

.woocommerce-password-strength.short {
	color: #dd0050;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

.woocommerce-password-hint {
	font-size: 12px;
	line-height: 0.8 !important;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	border-left: 2px solid #5eb979;
}

.form-row.woocommerce-invalid input.input-text {
	border-left: 2px solid #dd0050;
}

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


@charset "UTF-8";

.widget_shopping_cart_content .blockUI.blockOverlay,
.woocommerce-checkout-review-order .blockUI.blockOverlay {
	background-color: #fff !important;
	opacity: 0.6 !important;
}

.widget_shopping_cart_content .blockUI.blockOverlay::before,
.woocommerce-checkout-review-order .blockUI.blockOverlay::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	content: "";
	line-height: 1;
	text-align: center;
	font-size: 2em;
	border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
	border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
	border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
	pointer-events: none;
	border-left: 3px solid #446084;
	-webkit-animation: spin 0.6s infinite linear;
	animation: spin 0.6s infinite linear;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.category-page-row {
	padding-top: 30px;
}

.price_slider_amount input {
	display: none;
}

.woocommerce-result-count {
	display: inline-block;
	margin: 0 1em 0 auto;
}

.woocommerce-ordering,
.woocommerce-ordering select {
	margin: 5px 0;
	display: inline-block;
}

.add_to_cart_button.added {
	display: none;
}

a.added_to_cart {
	display: inline-block;
	font-size: 0.9em;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 700;
}

a.added_to_cart::after {
	content: " →";
}

.grid-style-3 .title-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 15px;
	min-width: 60%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.grid-style-3 .price-wrapper {
	text-align: right;
}

.grid-style-3 .star-rating {
	margin: 0.2em 0;
	text-align: right;
}

.grid-style-3 .price del {
	display: block;
}

.grid-style-3 .price del span.amount {
	margin: 0;
}

.products .box-vertical .box-text {
	font-size: 1.1em;
}

.page-numbers.button.current {
	pointer-events: none;
	opacity: 0.6;
}

.grid-tools {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0 !important;
	margin-bottom: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	white-space: nowrap;
}

.grid-tools a {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	opacity: 0.95;
	display: block;
	width: 100%;
	padding: 0.4em 0 0.5em;
	font-size: 0.85em;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #446084;
	color: #f1f1f1;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.grid-tools a + a {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.grid-tools a:hover {
	color: #fff;
	opacity: 1;
}

.grid-tools .add-to-cart-grid {
	width: 0;
}

@media (max-width: 849px) {

	.category-filter-row {
		padding: 10px 0;
	}
}

.filter-button {
	display: inline-block;
	margin-top: 0.5em;
}

.box-image .out-of-stock-label {
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	padding: 20px 0;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	opacity: 0.9;
}

.featured-title .woocommerce-result-count {
	display: none;
}

.widget_product_categories > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.widget_product_categories > ul > li span {
	font-size: 0.85em;
	opacity: 0.4;
}

.widget_product_categories > ul > li ul span.count {
	display: none;
}

.message-wrapper + .login {
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.03);
}

.woocommerce-form-login .button {
	margin-bottom: 0;
}

.woocommerce-billing-fields {
	padding-top: 15px;
	border-top: 2px solid #ddd;
}

.woocommerce-billing-fields p {
	margin-bottom: 0.5em;
}

form.checkout h3 {
	font-size: 1.1em;
	overflow: hidden;
	padding-top: 10px;
	font-weight: bolder;
	text-transform: uppercase;
}

form.checkout input[type="checkbox"] {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0.5em;
}

.payment_methods li + li {
	padding-top: 7px;
	border-top: 1px solid #ececec;
}

.payment_methods p {
	font-size: 0.9em;
}

.payment_method_paypal img {
	max-width: 130px;
	margin: 0 10px;
}

a.about_paypal {
	font-size: 0.8em;
}

.woocommerce-privacy-policy-text {
	font-size: 85%;
}

p.form-row-wide {
	clear: both;
}

p.form-row-push {
	margin-top: -15px;
}

@media (min-width: 550px) {

	p.form-row-first,
	p.form-row-last {
		width: 48%;
		float: left;
	}

	p.form-row-first {
		margin-right: 4%;
	}
}

input#place_order {
	font-size: 1.2em;
	white-space: normal;
	line-height: 1.2;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#ship-to-different-address {
	padding-top: 0;
}

#ship-to-different-address label {
	text-transform: none;
	font-weight: 400;
}

#billing_address_2_field > label,
#shipping_address_2_field > label {
	width: 0;
	opacity: 0;
	overflow: hidden;
	white-space: nowrap;
}

@media (max-width: 549px) {

	#billing_address_2_field > label,
	#shipping_address_2_field > label {
		display: none;
	}
}

.wc-terms-and-conditions {
	margin-top: -15px;
	border-top: 1px solid #ececec;
	padding: 15px 0;
}

.wc-terms-and-conditions input {
	margin-bottom: 0;
}

.wc-terms-and-conditions label {
	font-weight: 400;
}

div.create-account {
	clear: both;
}

.form-row.create-account {
	font-size: 1.1em;
	margin: 0;
}

.form-row.create-account label {
	font-weight: 400;
}

.page-checkout-simple {
	padding: 3% 0;
}

.js_active .woocommerce-account-fields p.create-account + div.create-account,
.js_active .woocommerce-shipping-fields #ship-to-different-address + div.shipping_address {
	display: none;
}

.widget_price_filter form {
	margin: 0;
}

.widget_price_filter .price_slider {
	margin-bottom: 1em;
	background: #f1f1f1;
}

.widget_price_filter .price_label {
	padding-top: 6px;
}

.widget_price_filter span {
	font-weight: 700;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 1;
	font-size: 0.8751em;
}

.widget_price_filter .price_slider_amount .button {
	border-radius: 99px;
	background-color: #666;
	float: left;
	font-size: 0.85em;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 15px;
	height: 15px;
	cursor: pointer;
	outline: none;
	top: -5px;
	border-radius: 999px;
	background-color: #666;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -10px;
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	opacity: 0.5;
	border-radius: 99px;
	z-index: 1;
	font-size: 10px;
	display: block;
	border: 0;
	background-color: #666;
}

.widget_price_filter .ui-slider-horizontal {
	height: 5px;
	border-radius: 99px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.widget li.chosen a::before {
	content: "x";
	display: inline-block;
	opacity: 0.6;
	color: currentcolor;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.wc-layered-nav-term.chosen > a::before {
	background-color: #f1f1f1;
	border: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 12px;
	width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 99px;
}

.dark .wc-layered-nav-term.chosen > a::before {
	background-color: rgba(0, 0, 0, 0.5);
}

.widget_layered_nav_filters ul li.chosen {
	display: inline-block;
	margin-right: 10px;
	border: 0 !important;
}

.widget_layered_nav_filters ul li.chosen a {
	display: inline-block;
	background-color: #f1f1f1;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 99px;
	opacity: 0.9;
	padding: 0 7px;
	font-size: 0.85em;
	font-weight: 400;
}

.dark .widget_layered_nav_filters ul li.chosen a {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}

.widget_layered_nav_filters ul li.chosen a::before {
	content: "x";
	opacity: 0.4;
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.widget_layered_nav_filters ul li.chosen a:hover::before {
	opacity: 1;
}

.woocommerce-product-gallery figure {
	margin: 0;
}

.message-wrapper {
	margin: 0;
	padding-bottom: 0.5em;
}

#wrapper > .message-wrapper {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	margin-bottom: 10px;
	font-size: 1.1em;
}

ul.message-wrapper li {
	list-style: none;
}

.message-container span {
	font-weight: 700;
}

.message-container .wc-forward {
	display: none;
}

.message-container a {
	margin: 0 15px 0 0;
}

.container .message-container {
	padding-left: 0;
	padding-right: 0;
}

.message-wrapper + main .product-main {
	padding-top: 0;
}

.demo_store {
	padding: 5px;
	margin: 0;
	text-align: center;
	background-color: #000;
	color: #fff;
}

.has-transparent + main > .message-wrapper {
	position: fixed;
	z-index: 999;
	width: 100%;
	bottom: 0;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}

.form-row input[type="submit"] {
	margin: 0;
}

.form-row input[type="submit"] + label {
	margin-left: 15px;
}

.my-account-header.featured-title .page-title-inner {
	min-height: 100px;
}

.my-account-header .button {
	margin-top: 5px;
	margin-bottom: 5px;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
	margin-bottom: 1.5em;
}

form.lost_reset_password {
	padding: 30px 0;
}

.dashboard-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
	font-size: 1.3em;
	list-style: none;
}

.dashboard-links a {
	display: block;
	border-radius: 5px;
	padding: 20px 0;
	border: 1px solid #ddd;
	text-align: center;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.dashboard-links .active {
	display: none;
}

.dashboard-links a:hover {
	background-color: #333;
	color: #fff;
}

.dashboard-links li {
	width: 33.333%;
}

@media (max-width: 849px) {

	.dashboard-links li {
		width: 50%;
	}
}

@media (max-width: 549px) {

	.dashboard-links li {
		width: 100%;
	}
}

.price {
	line-height: 1;
}

.product-info .price {
	font-size: 1.5em;
	margin: 0.5em 0;
	font-weight: bolder;
}

.woocommerce-variation-price {
	border-top: 1px dashed #ddd;
	font-size: 0.8em;
	padding: 7.5px 0;
}

.price-wrapper .price {
	display: block;
}

span.amount {
	white-space: nowrap;
	color: #111;
	font-weight: 700;
}

.dark .price,
.dark .price del,
.dark span.amount {
	color: #fff;
}

.header-cart-title span.amount {
	color: currentcolor;
}

del span.amount {
	opacity: 0.6;
	font-weight: 400;
	margin-right: 0.3em;
}

.no-prices .amount {
	display: none !important;
}

ul.product_list_widget li {
	list-style: none;
	padding: 10px 0 5px 75px;
	min-height: 80px;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	line-height: 1.33;
}

ul.product_list_widget li + li {
	border-top: 1px solid #ececec;
}

.dark ul.product_list_widget li {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget_shopping_cart ul.product_list_widget li {
	padding-right: 30px;
}

ul.product_list_widget li > span.reviewer {
	font-size: 0.8em;
}

ul.product_list_widget li a:not(.remove) {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 1.3;
}

ul.product_list_widget li a.remove {
	position: absolute;
	right: 0;
	z-index: 9;
}

ul.product_list_widget li dl {
	margin: 0;
	line-height: 1;
	font-size: 0.7em;
}

ul.product_list_widget li img {
	top: 10px;
	position: absolute;
	left: 0;
	width: 60px;
	height: 60px;
	margin-bottom: 5px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

ul.product_list_widget li .quantity {
	display: block;
	margin-top: 3px;
	font-size: 0.85em;

	/* opacity: .6; */
}

.product-main {
	padding: 40px 0;
}

.page-title:not(.featured-title) + main .product-main {
	padding-top: 15px;
}

.product-info {
	padding-top: 10px;
}

.product-summary .woocommerce-Price-currencySymbol {
	font-size: 0.75em;
	vertical-align: top;
	margin-top: 0.05em;
}

.product-summary .quantity {
	margin-bottom: 1em;
}

.product-summary .variations_button {
	padding: 0.5em 0;
}

.product-summary table tr + tr {
	border-top: 1px dashed #ddd;
}

.product_meta {
	font-size: 0.8em;
	margin-bottom: 1em;
}

.product_meta > span {
	display: block;
	border-top: 1px dotted #ddd;
	padding: 5px 0;
}

.product-info p.stock {
	margin-bottom: 1em;
	line-height: 1.3;
	font-size: 0.8em;
	font-weight: 700;
}

p.in-stock {
	color: #7a9c59;
}

.group_table .quantity {
	margin: 0;
}

.group_table .price {
	font-size: 1em;
}

.group_table .label label {
	padding: 0;
	margin: 0;
}

.product-gallery,
.product-thumbnails .col {
	padding-bottom: 0 !important;
}

.product-thumbnails img,
.product-gallery-slider img {
	width: 100%;
}

.product-gallery-wide {
	position: relative;
}

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

	.product-gallery-stacked {
		white-space: normal !important;
		overflow: auto !important;
		width: auto !important;
	}

	.product-gallery-stacked .flickity-slider,
	.product-gallery-stacked .flickity-viewport {
		height: auto !important;
	}

	.product-gallery-stacked .slide,
	.product-gallery-stacked .flickity-slider {
		position: relative !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		left: 0 !important;
		right: 0 !important;
	}

	.product-gallery-stacked .slide {
		overflow: hidden;
	}

	.product-gallery-stacked .slide:not(:last-child) {
		margin-bottom: 1.5em;
	}

	.product-stacked-info {
		padding: 5vh 5% 2vh;
	}
}

.product-thumbnails {
	padding-top: 0;
}

.product-thumbnails a {
	overflow: hidden;
	display: block;
	border: 1px solid transparent;
	background-color: #fff;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.product-thumbnails a:hover,
.product-thumbnails .is-nav-selected a {
	border-color: rgba(0, 0, 0, 0.2);
}

.product-thumbnails img {
	margin-bottom: -5px;
	opacity: 0.5;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	-o-transition: transform 0.6s, opacity 0.6s;
	transition: transform 0.6s, opacity 0.6s;
	transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}

.product-thumbnails a:hover img,
.product-thumbnails .is-nav-selected a img {
	border-color: rgba(0, 0, 0, 0.3);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	opacity: 1;
}

.vertical-thumbnails .row-slider:not(.flickity-enabled) {
	opacity: 0;
}

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

	.vertical-thumbnails {
		overflow-x: hidden;
		overflow-y: auto;
	}

	.vertical-thumbnails .col {
		position: relative !important;
		left: 0 !important;
		max-width: 100% !important;
		min-height: 0 !important;
		margin-left: 1px;
		width: 95% !important;
		right: 0 !important;
		padding: 0 0 15px !important;
	}

	.vertical-thumbnails .flickity-slider,
	.vertical-thumbnails .flickity-viewport {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		overflow: visible !important;
		height: auto !important;
	}
}

.product-footer .woocommerce-tabs {
	padding: 30px 0;
	border-top: 1px solid #ececec;
}

.product-footer .woocommerce-tabs > .nav-line-grow,
.product-footer .woocommerce-tabs > .nav-line:not(.nav-vertical) {
	margin-top: -31px;
}

#product-sidebar .next-prev-thumbs {
	margin: -0.5em 0 3em;
}

.product-sidebar-small {
	font-size: 0.9em;
}

.product-sidebar-small .widget-title {
	text-align: center;
}

.product-sidebar-small .is-divider {
	margin-left: auto;
	margin-right: auto;
}

.product-sidebar-small ul.product_list_widget li {
	padding-left: 60px;
}

.product-sidebar-small ul.product_list_widget li img {
	width: 50px;
	height: 50px;
}

.product-section {
	border-top: 1px solid #ececec;
}

.easyzoom-notice {
	display: none;
}

.easyzoom-flyout {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation: stuckfadein 0.6s;
	animation: stuckFadeIn 0.6s;
}

@media (max-width: 849px) {

	.easyzoom-flyout {
		display: none !important;
	}
}

.product-gallery-slider .slide .easyzoom-flyout img {
	max-width: 1000px !important;
	width: 1000px !important;
}

.woocommerce-product-gallery__trigger {
	display: none;
}

.product-info .composite_form .composite_navigation .page_button {
	font-size: 1em;
	line-height: 1.2;
	font-weight: 400;
}

.woocommerce-pagination ul.links li {
	margin-left: inherit;
}

.has-sticky-product-cart {
	padding-bottom: 60px;
}

.has-sticky-product-cart .back-to-top.active {
	bottom: 10px;
}

.sticky-add-to-cart__product {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3px;
}

.sticky-add-to-cart__product .product-title-small {
	margin-right: 1em;
	max-width: 180px;
	line-height: 1;
}

.sticky-add-to-cart__product img {
	width: 45px;
	height: 45px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	margin-right: 1em;
	border-radius: 5px;
}

.sticky-add-to-cart--active {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0.9em;
	background-color: rgba(255, 255, 255, 0.9);
	border-top: 1px solid #ddd;
	-webkit-animation: stuckmoveup 0.6s;
	animation: stuckMoveUp 0.6s;
}

.sticky-add-to-cart--active .woocommerce-variation-description,
.sticky-add-to-cart--active .variations {
	display: none;
}

.sticky-add-to-cart--active .woocommerce-variation-add-to-cart,
.sticky-add-to-cart--active .single_variation_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: no-wrap;
	flex-wrap: no-wrap;
}

.sticky-add-to-cart--active .woocommerce-variation-price,
.sticky-add-to-cart--active .product-page-price {
	margin-top: 0;
	margin-right: 0.9em;
	margin-bottom: 0;
	font-size: 15px;
	padding: 0;
	border: 0;
}

.sticky-add-to-cart--active .quantity,
.sticky-add-to-cart--active form,
.sticky-add-to-cart--active button {
	margin-bottom: 0;
}

.sticky-add-to-cart--active .sticky-add-to-cart__product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 550px) {

	.sticky-add-to-cart--active {
		font-size: 0.8em;
	}
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	cursor: pointer;
}

.flex-viewport a {
	display: block;
}

.flex-viewport img {
	width: 100%;
}

.flex-control-thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px -5px 0 -5px;
}

.flex-control-thumbs li {
	list-style: none;
	width: 25%;
	padding: 0 5px;
	cursor: pointer;
}

.flex-control-thumbs li img {
	opacity: 0.6;
}

.flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.text-center .quantity,
.quantity {
	opacity: 1 !important;
	display: inline-block;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1em;
	white-space: nowrap;
	vertical-align: top;
}

.text-center .button + .quantity,
.button + .quantity {
	margin-right: 0;
}

.quantity + .button {
	margin-right: 0;
	font-size: 1em;
}

.quantity .button.minus {
	border-right: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.quantity .button.plus {
	border-left: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.quantity .minus,
.quantity .plus {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.quantity input {
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.quantity input[type="number"] {
	max-width: 2.5em;
	width: 2.5em;
	text-align: center;
	border-radius: 0 !important;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	font-size: 1em;
}

@media (max-width: 549px) {

	.quantity input[type="number"] {
		width: 2em;
	}
}

.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cart-icon {
	display: inline-block;
}

.cart-icon strong {
	border-radius: 0;
	font-weight: 700;
	margin: 0.3em 0;
	border: 2px solid #446084;
	color: #446084;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 2.2em;
	height: 2.2em;
	font-size: 1em;
	line-height: 1.9em;
	font-family: Helvetica, Arial, sans-serif;
}

.cart-icon strong::after {
	-webkit-transition: height 0.1s ease-out;
	-o-transition: height 0.1s ease-out;
	transition: height 0.1s ease-out;
	bottom: 100%;
	margin-bottom: 0;
	margin-left: -7px;
	height: 8px;
	width: 14px;
	left: 50%;
	content: " ";
	position: absolute;
	pointer-events: none;
	border: 2px solid #446084;
	border-top-left-radius: 99px;
	border-top-right-radius: 99px;
	border-bottom: 0;
}

.current-dropdown .cart-icon strong,
.cart-icon:hover strong {
	background-color: #446084;
	color: #fff;
}

.current-dropdown .cart-icon strong::after,
.cart-icon:hover strong::after {
	height: 10px;
}

.nav-small .cart-icon {
	font-size: 0.66em;
}

.nav-dark .cart-icon strong {
	color: #fff;
	border-color: #fff;
}

.nav-dark .current-dropdown .cart-icon strong,
.nav-dark .cart-icon:hover strong {
	background-color: #fff;
	color: #446084;
}

.nav-dark .cart-icon strong::after {
	border-color: #fff;
}

.woocommerce-mini-cart__empty-message {
	text-align: center;
}

.loading .cart-icon strong,
.loading .cart-icon strong::after {
	border-color: #7a9c59;
	color: #7a9c59;
}

.loading .cart-icon:hover strong {
	background-color: #7a9c59;
	color: #fff;
}

.header-cart-icon {
	position: relative;
}

@media (min-width: 850px) {

	.off-canvas .off-canvas-cart {
		width: 320px;
	}
}

.cross-sells h2 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

.shop_table ul li,
.checkout ul li {
	list-style: none;
	margin: 0;
}

.shop_table .quantity {
	margin: 0;
}

td.product-name {
	word-break: break-word;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

td.product-thumbnail {
	min-width: 60px;
	max-width: 90px;
	width: 90px;
}

td.product-remove {
	width: 20px;
	padding: 0;
}

.shop_table tfoot th {
	font-size: 16px;
	text-transform: inherit;
	letter-spacing: 0;
	color: #151d23;
}

td.product-total,
.shop_table tfoot tr td,
.cart_totals tbody tr td,
.shop_table thead tr th:last-of-type,
.shop_table tr td:last-of-type {
	text-align: right;
}

.shop_table thead th,
.shop_table .order-total td,
.shop_table .order-total th {
	border-width: 2px;
	border-color: #151d23;
	font-family: "BPG Mrgvlovani Caps";
	font-weight: 700;
}

.shop_table th:last-child {
	border-right: 0;
}

.shop_table .cart_item td {
	padding-top: 15px;
	padding-bottom: 15px;
}

.shop_table .actions {
	border: 0;
	padding: 15px 0 10px;
}

.shop_table .submit-col {
	padding-left: 30px;
}

@media (max-width: 849px) {

	.shop_table {
		font-size: 0.9em;
	}

	.shop_table tr.shipping th {
		width: 50%;
	}

	.shop_table .product-name {
		min-width: 80px;
	}

	.shop_table .product-remove {
		position: relative;
		width: 0;
	}

	.shop_table .product-remove a {
		position: absolute;
		top: 10px;
		left: 0;
		width: 24px;
		height: 24px;
		line-height: 18px !important;
		font-size: 18px !important;
	}

	.shop_table .mobile-product-price {
		margin: 0.5em 0;
	}
}

@media (max-width: 549px) {

	.shop_table .product-price {
		display: none;
	}

	.shop_table .product-subtotal {
		display: none;
	}

	.product-quantity {
		text-align: right;
	}

	.cross-sells {
		overflow: hidden;
	}
}

.cart_totals tbody th {
	font-size: 0.9em;
	text-transform: inherit;
	letter-spacing: 0;
	font-weight: 400;
}

.cart_totals > h2 {
	display: none;
}

.cart_totals .button {
	min-width: 100%;
	margin-right: 0;
	display: block;
}

.cart_totals .wc-proceed-to-checkout {
	margin: 1.5em 0;
}

.shipping__table {
	margin: 0;
}

.shipping__inner {
	border: 0;
	padding: 0;
	font-size: 1em;
}

.shipping__list {
	margin-bottom: 0;
}

.shipping__list_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 2em;
}

.shipping__list_label {
	font-weight: 400;
	margin: 0;
	padding: 0.5em 0;
	opacity: 0.8;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.shipping.shipping--boxed .shipping__list {
	padding: 0;
}

.shipping.shipping--boxed .shipping__list_item {
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0.3em 0.6em;
	border-radius: 3px;
	margin-bottom: 5px;
	min-height: 2.4em;
}

.shipping__table--multiple {
	display: block;
	text-align: left;
}

.shipping__table--multiple tbody,
.shipping__table--multiple tr,
.shipping__table--multiple th,
.shipping__table--multiple td {
	display: block;
	text-align: left;
	padding-left: 0;
}

.shipping__table--multiple th {
	border: 0;
}

.shipping__table--multiple .shipping__list {
	padding: 0 0.2em;
}

.shipping__table--multiple .woocommerce-shipping-calculator,
.shipping__table--multiple .woocommerce-shipping-destination {
	text-align: left;
}

.shipping__table--multiple .shipping__list_label {
	text-align: left;
}

tr.shipping input:checked + label,
tr.shipping input:hover + label,
tr.shipping label:hover {
	opacity: 1;
}

tr.shipping input:checked + label {
	font-weight: 700;
}

tr.shipping input {
	margin-bottom: 0;
	margin-top: -2px;
}

tr.shipping span.amount {
	margin-left: 0.2em;
}

.woocommerce-shipping-calculator {
	margin-top: 0.5em;
	margin-bottom: 0;
}

.woocommerce-shipping-destination,
.shipping-calculator-button {
	font-size: 0.9em;
}

.shipping-calculator-form {
	background-color: rgba(0, 0, 0, 0.03);
	padding: 15px 15px 10px;
	border-radius: 5px;
	margin-top: 5px;
}

.cart-discount {
	background-color: rgba(122, 156, 89, 0.2);
	font-size: 0.85em;
}

.cart-discount th,
.cart-discount td {
	padding: 10px 5px;
}

.cart-sidebar .widget-title {
	border-bottom: 3px solid #ececec;
	font-size: 0.95em;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

th,
td {
	padding: 10px 0;
	text-align: left;
	border-bottom: 0.7px solid #ececec;
	line-height: 1.3;
	font-size: 16px;
}

.widget_shopping_cart .button {
	width: 100%;
	margin: 0.5em 0 0;
}

.widget_shopping_cart li.empty {
	padding: 0 10px !important;
	margin: 0;
	min-height: 0;
	text-align: center;
}

.widget_shopping_cart p.total {
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ececec;
	border-bottom: 2px solid #ececec;
	margin-bottom: 0.5em;
}

.dark .widget_shopping_cart p.total {
	border-color: rgba(255, 255, 255, 0.2);
}

.nav-dropdown .product_list_widget {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 500px;
	max-height: 50vh;
}

.tagcloud {
	padding-bottom: 15px;
}

.tagcloud a {
	font-size: 0.8em !important;
	display: inline-block;
	border: 1px solid currentcolor;
	opacity: 0.8;
	margin: 0 3px 5px 0;
	padding: 2px 5px;
	border-radius: 3px;
}

.tagcloud a:hover {
	opacity: 1;
	border-color: #446084;
	background-color: #446084;
	color: #fff;
}

.variations {
	position: relative;
}

.variations th,
.variations td {
	vertical-align: middle;
	padding: 0.2em 0;
	border: 0;
	text-transform: none;
	letter-spacing: normal;
}

.variations .reset_variations {
	position: absolute;
	right: 0;
	bottom: 95%;
	color: currentcolor;
	opacity: 0.6;
	font-size: 11px;
	text-transform: uppercase;
}

dl.variation dt {
	float: left;
	clear: both;
}

dl.variation dd {
	display: block;
}

.wc-item-meta {
	margin-top: 1.3em;
}
