/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Woocommerce Part
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Woocommerce Part
--------------------------------------------------------------*/
/**
 * woocommerce-theme.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 *
 */
/**
 *
 * IMPORT STYLES and VARIABLES FOR WOOPAGES(cart, checkout, my-account)
 *
 */
/**
 * variables-wootheme.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 *
 */
/**
 *  Woo-Variables
 */
/**
 * woocommerce-theme.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 *
 */
/**
 * Woo-elements
 * Cart page
 *
 */
.return-to-shop {
	padding-bottom: 40px;
}

.woocommerce .wc-proceed-to-checkout {
	padding: 2.2em 0 1em;
	text-align: right;
}

.woocommerce a.remove {
	font-weight: 400;
	margin-left: 10px;
	font-size: 0;
	line-height: 1;
}

.woocommerce a.remove:hover {
	background: transparent;
}

.woocommerce a.remove:before {
	content: '\e14c';
	font-family: 'Material Icons';
	font-size: 21px;
}

.woocommerce table.shop_table {
	width: 100%;
	margin: 61px 0 30px;
	border: 1px solid #e6e8e8;
	border-collapse: collapse;
}

@media (min-width: 600px) {
	.woocommerce table.shop_table {
		border: none;
	}
	.woocommerce table.shop_table.customer_details {
		border: 1px solid #e6e8e8;
	}
	.woocommerce table.shop_table.customer_details td {
		border-bottom: 1px solid #e6e8e8;
	}
}

@media (max-width: 768px) {
	.woocommerce table.shop_table .product-thumbnail {
		display: none;
	}
}

.woocommerce table.shop_table thead {
	border-top: 1px solid #e6e8e8;
	border-bottom: 1px solid #e6e8e8;
}

.woocommerce table.shop_table thead th:not(.product-name) {
	border: none;
	font-weight: 700;
	text-align: left;
	text-transform: capitalize;
	font-size: 16px;
	border-left: 1px solid #e6e8e8;
}

#page .woocommerce table.shop_table thead th:not(.product-name) {
	padding: 10px 20px;
}

.woocommerce table.shop_table thead th:not(.product-name):first-child, .woocommerce table.shop_table thead th:not(.product-name).product-thumbnail {
	border: none;
}

.woocommerce table.shop_table tbody tr td {
	border: none;
	padding: 20px 10px 28px;
	vertical-align: middle;
}

@media (min-width: 900px) {
	.woocommerce table.shop_table tbody tr td {
		padding: 50px 10px 58px;
	}
}

.woocommerce table.shop_table tbody tr td.product-remove {
	width: 50px;
	padding: 0;
	position: relative;
	border-right: 1px solid #e6e8e8;
}

.woocommerce table.shop_table tbody tr td.product-remove a.remove {
	position: absolute;
	left: 5px;
	top: 20%;
}

@media (min-width: 600px) {
	.woocommerce table.shop_table tbody tr td.product-remove a.remove {
		left: -15px;
		top: 41%;
	}
}

.woocommerce table.shop_table tbody tr td.product-remove a.remove:before {
	display: inline-block;
	font-family: 'nc-icon-outline';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\ed2c";
	font-size: 30px;
}

.woocommerce table.shop_table tbody tr td.product-price, .woocommerce table.shop_table tbody tr td.product-quantity {
	border-right: none;
}

@media (min-width: 600px) {
	.woocommerce table.shop_table tbody tr td.product-price, .woocommerce table.shop_table tbody tr td.product-quantity {
		border-right: 1px solid #e6e8e8;
	}
}

.woocommerce table.shop_table tbody tr td.product-remove, .woocommerce table.shop_table tbody tr td.product-thumbnail, .woocommerce table.shop_table tbody tr td.product-name, .woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-total, .woocommerce table.shop_table tbody tr td.product-price {
	border-bottom: 1px solid #e6e8e8;
}

.woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-total, .woocommerce table.shop_table tbody tr td.product-price {
	text-align: center;
	border-bottom: 1px solid #e6e8e8;
}

.woocommerce table.shop_table tbody tr td.product-subtotal .amount, .woocommerce table.shop_table tbody tr td.product-quantity .amount, .woocommerce table.shop_table tbody tr td.product-total .amount, .woocommerce table.shop_table tbody tr td.product-price .amount {
	font-size: 16.875px;
	font-size: 1.125rem;
}

@media (min-width: 900px) {
	.woocommerce table.shop_table tbody tr td.product-subtotal .amount, .woocommerce table.shop_table tbody tr td.product-quantity .amount, .woocommerce table.shop_table tbody tr td.product-total .amount, .woocommerce table.shop_table tbody tr td.product-price .amount {
		font-size: 22.5px;
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-price {
		width: 232px;
	}
}

.woocommerce table.shop_table tbody tr td.product-subtotal:before, .woocommerce table.shop_table tbody tr td.product-quantity:before, .woocommerce table.shop_table tbody tr td.product-price:before {
	margin-top: 0;
}

@media (min-width: 600px) {
	.woocommerce table.shop_table tbody tr td.product-subtotal:before, .woocommerce table.shop_table tbody tr td.product-quantity:before, .woocommerce table.shop_table tbody tr td.product-price:before {
		margin-top: 9px;
	}
}

.woocommerce table.shop_table tbody tr td.product-quantity {
	width: 100%;
}

@media (min-width: 900px) {
	.woocommerce table.shop_table tbody tr td.product-quantity {
		width: 100px;
	}
}

.woocommerce table.shop_table tbody tr td.product-quantity .qty {
	width: 60px;
}

.woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-price {
	width: 100%;
}

@media (min-width: 900px) {
	.woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-price {
		width: 185px;
	}
}

#page .woocommerce table.shop_table tbody tr td.product-subtotal .woocommerce-Price-amount, #page .woocommerce table.shop_table tbody tr td.product-price .woocommerce-Price-amount {
	font-size: 26px;
	font-weight: 700;
}

.woocommerce table.shop_table tbody tr td.product-thumbnail {
	min-width: 175px;
}

#page .woocommerce table.shop_table tbody tr td.product-thumbnail {
	padding-left: 20px;
	padding-right: 20px;
}

.woocommerce table.shop_table tbody tr td.product-thumbnail a {
	display: block;
}

.woocommerce table.shop_table tbody tr td.product-thumbnail img {
	display: block;
	width: auto;
	max-width: 100%;
}

.woocommerce table.shop_table tbody tr td.product-name {
	border-right: none;
	padding-left: 25px;
	width: 100%;
}

@media (min-width: 900px) {
	.woocommerce table.shop_table tbody tr td.product-name {
		border-right: 1px solid #e6e8e8;
		width: 465px;
	}
}

.woocommerce table.shop_table tbody tr td.product-name .mini_cart_item_title,
.woocommerce table.shop_table tbody tr td.product-name a {
	font-size: 14px;
	font-weight: 400 !important;
	text-decoration: none;
}

.woocommerce table.shop_table tbody tr td.product-name h5 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation {
	margin: 5px 0 0;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation dt {
	margin: 0 5px 0 0;
	padding: 0;
	font: inherit;
	font-size: 12px;
	font-style: italic;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation dd {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-size: 12px;
	font-style: italic;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation dd p {
	margin: 0;
}

.woocommerce table.shop_table tbody tr td input[type="number"] {
	width: 80px;
	padding: 7px;
}

@media (min-width: 900px) {
	.woocommerce table.shop_table tbody tr td input[type="number"] {
		width: 115px;
		padding: 14px;
	}
}

.woocommerce table.shop_table tbody tr td.actions {
	padding: 20px 0;
	border-bottom: 1px solid #e6e8e8;
}

@media (min-width: 900px) {
	.woocommerce table.shop_table tbody tr td.actions {
		padding: 50px 0 28px;
	}
}

.woocommerce table.shop_table tbody tr td.actions .coupon input.button {
	padding: 22px 25px;
	border-radius: 0;
}

.woocommerce table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code {
	width: 100%;
	padding: 19px 20px 21px 55px;
	margin-bottom: 10px;
	border-color: #efefef;
}

@media (min-width: 600px) {
	.woocommerce table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code {
		width: auto;
		margin-right: 12px;
	}
}

.woocommerce table.shop_table tbody tr td.actions input.btn {
	padding: 22px 25px;
	border-radius: 0;
}

.woocommerce table.shop_table tbody tr.cart_item, .woocommerce table.shop_table tbody tr.order_item {
	background: none;
}

.woocommerce table.shop_table tbody tr.cart_item td:before, .woocommerce table.shop_table tbody tr.order_item td:before {
	margin-right: 15px;
}

.woocommerce table.shop_table tbody tr.cart-subtotal, .woocommerce table.shop_table tbody tr.order-total, .woocommerce table.shop_table tbody tr.tax-total, .woocommerce table.shop_table tbody tr.tax-rate {
	background: none;
	border: none;
	display: block;
	text-align: right;
	line-height: 1.2em;
}

.woocommerce table.shop_table tbody tr.cart-subtotal th,
.woocommerce table.shop_table tbody tr.cart-subtotal td, .woocommerce table.shop_table tbody tr.order-total th,
.woocommerce table.shop_table tbody tr.order-total td, .woocommerce table.shop_table tbody tr.tax-total th,
.woocommerce table.shop_table tbody tr.tax-total td, .woocommerce table.shop_table tbody tr.tax-rate th,
.woocommerce table.shop_table tbody tr.tax-rate td {
	display: inline;
	padding: 0;
}

.woocommerce table.shop_table tbody tr.cart-subtotal td:before, .woocommerce table.shop_table tbody tr.order-total td:before, .woocommerce table.shop_table tbody tr.tax-total td:before, .woocommerce table.shop_table tbody tr.tax-rate td:before {
	display: none;
}

.woocommerce table.shop_table tbody tr.cart-subtotal, .woocommerce table.shop_table tbody tr.tax-total, .woocommerce table.shop_table tbody tr.tax-rate {
	margin-bottom: 7px;
}

.woocommerce table.shop_table tbody tr.cart-subtotal th,
.woocommerce table.shop_table tbody tr.cart-subtotal td,
.woocommerce table.shop_table tbody tr.cart-subtotal .amount, .woocommerce table.shop_table tbody tr.order-total th,
.woocommerce table.shop_table tbody tr.order-total td,
.woocommerce table.shop_table tbody tr.order-total .amount, .woocommerce table.shop_table tbody tr.tax-total th,
.woocommerce table.shop_table tbody tr.tax-total td,
.woocommerce table.shop_table tbody tr.tax-total .amount, .woocommerce table.shop_table tbody tr.tax-rate th,
.woocommerce table.shop_table tbody tr.tax-rate td,
.woocommerce table.shop_table tbody tr.tax-rate .amount {
	font-size: 14px;
	line-height: 24px;
	font-weight: 800;
}

.woocommerce table.shop_table tbody tr.cart-subtotal .amount, .woocommerce table.shop_table tbody tr.order-total .amount, .woocommerce table.shop_table tbody tr.tax-total .amount, .woocommerce table.shop_table tbody tr.tax-rate .amount {
	font-size: 22px;
}

.woocommerce table.shop_table tbody th {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: right;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
	border: none;
	padding: 10px;
	font-weight: normal;
}

.woocommerce table.shop_table tfoot tr:first-child th,
.woocommerce table.shop_table tfoot tr:first-child td {
	padding-top: 30px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	margin-top: 32px;
	margin-bottom: 36px;
}

@media (min-width: 600px) {
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
		margin-bottom: 32px;
	}
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr td {
	text-align: left;
	padding: 11px 10px 15px;
}

@media (min-width: 600px) {
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr th,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr td {
		padding: 21px 0 30px;
	}
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
	padding: 21px 10px 27px;
}

@media (min-width: 600px) {
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
		padding: 31px 0 37px;
	}
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
	padding: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-total,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-total {
	text-align: right;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot {
	padding-top: 0;
}

#page .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, #page .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	padding-top: 20px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th span,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th .amount, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td span,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td .amount {
	font-size: 22px;
}

#page .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, #page .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	padding-top: 10px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th span,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th .amount, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td span,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td .amount {
	font-size: 28px;
	font-weight: 700;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr th > span:after {
	content: ":";
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate {
	background: none;
	border: none;
	text-align: right;
	line-height: 1.2em;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate td {
	border: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate td {
	padding-right: 10px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal .amount, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total .amount, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total .amount, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate .amount {
	font-size: 14px;
	line-height: 24px;
	font-weight: 800;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate th {
	font-weight: 900;
	line-height: 30px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal .amount, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total .amount, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total .amount, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate .amount {
	font-size: 22px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	padding-top: 25px;
}

@media (min-width: 600px) {
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
		padding-top: 45px;
	}
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate td {
	padding-top: 10px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	padding-top: 17px;
	padding-bottom: 20px;
}

@media (min-width: 600px) {
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
		padding-bottom: 0;
	}
}

@media (max-width: 768px) {
	.woocommerce table.shop_table.shop_table_responsive tbody tr td {
		padding: 15px 10px;
	}
	.woocommerce table.shop_table.shop_table_responsive tbody tr td:before {
		margin: 0;
		font-size: 13.125px;
		font-size: 0.875rem;
	}
	.woocommerce table.shop_table.shop_table_responsive tbody tr td:last-child {
		border-bottom: none;
	}
	.woocommerce table.shop_table.shop_table_responsive tbody tr td.product-remove {
		width: 100%;
		padding-top: 15px;
		border: none;
	}
	.woocommerce table.shop_table.shop_table_responsive tbody tr td.product-remove a {
		margin-left: 0;
	}
	.woocommerce table.shop_table.shop_table_responsive tbody tr td.product-quantity:before {
		margin-top: 8px;
	}
	.woocommerce table.shop_table.shop_table_responsive tbody tr td.product-name a {
		width: 50%;
		margin-left: 20px;
		display: inline-block;
	}
}

.woocommerce .cart-collaterals {
	padding-top: 8px;
	padding-bottom: 4em;
}

.woocommerce .cart-collaterals div.cart_totals table {
	margin: 0;
	border: none;
}

.woocommerce .cart-collaterals div.cart_totals table tbody tr,
.woocommerce .cart-collaterals div.cart_totals table tbody td,
.woocommerce .cart-collaterals div.cart_totals table tbody td,
.woocommerce .cart-collaterals div.cart_totals table tbody th {
	border: none;
	padding: 5px 0 5px;
	text-transform: none;
}

.woocommerce .cart-collaterals div.cart_totals table tbody td {
	text-align: right;
}

.woocommerce .cart-collaterals div.cart_totals table tr:nth-child(2n) td {
	background: none;
}

.woocommerce .cart-collaterals div.cart_totals .checkout-button {
	border-radius: 0;
}

@media (min-width: 900px) {
	.woocommerce .cart-collaterals div.cart_totals .checkout-button {
		padding: 13px 39px 13px;
	}
}

.woocommerce .cart-collaterals .cross-sells {
	width: 100%;
	padding-top: 50px;
	float: none;
	clear: both;
	text-align: center;
}

/**
 * Woo-elements
 * Checkout page
 *
 */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

#page .woocommerce-form__label-for-checkbox {
	padding-left: 20px;
	font-size: 15px;
	font-weight: 400;
}

#page .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
	width: 15px;
	height: 15px;
	border-radius: 0;
	background: #e6e8e8;
	top: 3px;
}

#page .woocommerce-account-fields .woocommerce-form__label.woocommerce-form__label-for-checkbox {
	padding-left: 0;
}

#page .woocommerce-account-fields .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
	top: 0;
}

form.login.woocommerce-form-login {
	padding-top: 13px;
}

#page form.login.woocommerce-form-login .button {
	border-radius: 0;
	padding: 15px 30px;
}

.woocommerce-checkout .entry-content {
	padding-top: 0;
}

.woocommerce-checkout .woocommerce-info {
	border: none;
	border-top: 1px solid #e6e8e8;
	background: none;
	padding: 58px 0 0 0 !important;
	margin-bottom: .95em !important;
	font-style: normal;
}

.woocommerce-checkout .woocommerce-info:first-child {
	border-top: none;
	padding-top: 0 !important;
	margin-top: 0;
}

.woocommerce-checkout .woocommerce-info > a {
	font-size: 14px;
	margin-left: 8px;
}

.woocommerce-checkout .woocommerce-info:before {
	display: none;
}

.woocommerce-message a.button {
	float: right;
}

#page .woocommerce-message a.button {
	padding: 3px 0;
}

.select2-drop-active {
	border: 1px solid #ECECEE;
}

.select2-drop-active .select2-results {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce .form .form-row.woocommerce-invalid select {
	border-color: #ea3d4e;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #41a33a;
}

.woocommerce-cart .woocommerce form label,
.woocommerce-checkout .woocommerce form label {
	font-size: 16px;
	padding-left: 10px;
}

.woocommerce form.woocommerce-checkout {
	padding-top: 57px;
	margin-top: 25px;
	border-top: 1px solid #e6e8e8;
}

.woocommerce form .form-row {
	max-width: 570px;
	padding: 0;
	margin-bottom: 15px;
}

.woocommerce form .form-row.validate-postcode {
	margin-bottom: 25px;
}

.woocommerce form .form-row.create-account input {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	display: inline-block;
	top: 1px;
	position: relative;
	cursor: pointer;
}

.woocommerce form .form-row.create-account label.checkbox {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	line-height: 25px;
	position: relative;
	border: none;
	top: 1px;
}

.woocommerce form .form-row .select2-container.country_to_state {
	-webkit-appearance: none;
	border: none;
	border-radius: 2px;
	font-size: 13.125px;
	font-size: 0.875rem;
	line-height: 1.2143;
	font-style: italic;
	-webkit-transition: .3s;
	transition: .3s;
}

.woocommerce form .form-row .select2-container.country_to_state .select2-choice {
	padding: 11.5px 19px;
	border: 1px solid #ECECEE;
	background-color: #f2f2f2;
	box-shadow: none;
}

.woocommerce form .form-row .select2-container.country_to_state .select2-choice .select2-arrow b:after {
	display: inline-block;
	font-family: 'nc-icon-outline';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\ee47";
	border: none;
	font-size: 16px;
	line-height: 23px;
	margin: -12px 0 0 -24px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
	float: none;
	width: auto;
}

.woocommerce form.login {
	padding-bottom: 0.8em;
	margin-bottom: 1em;
}

.woocommerce form.login .form-row-last {
	margin-bottom: 39px;
}

.woocommerce form.login .form-row label.inline {
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	line-height: 25px;
	padding-left: 30px;
	margin: 16px 0 0 28px;
}

.woocommerce form.login .form-row label.inline input {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	border: none;
	outline: 0;
	background: #000000;
}

.woocommerce form.login .lost_password {
	padding-top: 25px;
	font-size: 14px;
	line-height: 20px;
}

.woocommerce form.checkout_coupon {
	width: 570px;
	padding: 0.5em 0 2em;
	margin-bottom: 1.2em;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 600px) {
	.woocommerce form.checkout_coupon {
		padding: 0.8em 0 2em;
	}
}

.woocommerce form.checkout_coupon .form-row-first {
	-webkit-box-flex: 1;
	-moz-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: 185px;
}

@media (min-width: 600px) {
	.woocommerce form.checkout_coupon .form-row-first {
		-webkit-box-flex: 5;
		-moz-flex: 5 1 185px;
		-ms-flex: 5 1 185px;
		flex: 5 1 185px;
	}
}

.woocommerce form.checkout_coupon .form-row-first input {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 50px;
}

.woocommerce form.checkout_coupon .form-row-last {
	-webkit-box-flex: 0;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative;
}

@media (min-width: 600px) {
	.woocommerce form.checkout_coupon .form-row-last {
		margin-left: 0;
	}
}

.woocommerce form.checkout_coupon .form-row-last input {
	padding: 15px 29px 15px 50px;
}

.woocommerce form.checkout_coupon .form-row-last::before {
	content: '\ebc1';
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	pointer-events: none;
}

.woocommerce form.checkout_coupon .form-row-last .button {
	line-height: 1.2 !important;
	padding-left: 50px !important;
}

.woocommerce .entry-content table.shop_table.order_details, .woocommerce .entry-content table.shop_table.customer_details,
.woocommerce table.shop_table.order_details,
.woocommerce table.shop_table.customer_details {
	margin: 10px 0 50px;
}

.woocommerce .entry-content table.shop_table.order_details thead tr th.product-total, .woocommerce .entry-content table.shop_table.customer_details thead tr th.product-total,
.woocommerce table.shop_table.order_details thead tr th.product-total,
.woocommerce table.shop_table.customer_details thead tr th.product-total {
	text-align: right;
}

.woocommerce .entry-content table.shop_table.order_details tbody tr th,
.woocommerce .entry-content table.shop_table.order_details tbody tr td, .woocommerce .entry-content table.shop_table.order_details tfoot tr th,
.woocommerce .entry-content table.shop_table.order_details tfoot tr td, .woocommerce .entry-content table.shop_table.customer_details tbody tr th,
.woocommerce .entry-content table.shop_table.customer_details tbody tr td, .woocommerce .entry-content table.shop_table.customer_details tfoot tr th,
.woocommerce .entry-content table.shop_table.customer_details tfoot tr td,
.woocommerce table.shop_table.order_details tbody tr th,
.woocommerce table.shop_table.order_details tbody tr td,
.woocommerce table.shop_table.order_details tfoot tr th,
.woocommerce table.shop_table.order_details tfoot tr td,
.woocommerce table.shop_table.customer_details tbody tr th,
.woocommerce table.shop_table.customer_details tbody tr td,
.woocommerce table.shop_table.customer_details tfoot tr th,
.woocommerce table.shop_table.customer_details tfoot tr td {
	padding: 10px;
	text-align: right;
}

.woocommerce .entry-content table.shop_table.order_details tfoot tr th, .woocommerce .entry-content table.shop_table.customer_details tfoot tr th,
.woocommerce table.shop_table.order_details tfoot tr th,
.woocommerce table.shop_table.customer_details tfoot tr th {
	font-weight: 900;
	padding: 0;
	font-size: 14px;
	line-height: 30px;
}

.woocommerce .entry-content table.shop_table.order_details tfoot tr td, .woocommerce .entry-content table.shop_table.customer_details tfoot tr td,
.woocommerce table.shop_table.order_details tfoot tr td,
.woocommerce table.shop_table.customer_details tfoot tr td {
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 800;
}

.woocommerce .entry-content table.shop_table.order_details tfoot tr td .amount, .woocommerce .entry-content table.shop_table.customer_details tfoot tr td .amount,
.woocommerce table.shop_table.order_details tfoot tr td .amount,
.woocommerce table.shop_table.customer_details tfoot tr td .amount {
	font-size: 22px;
	line-height: 24px;
	font-weight: 800;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	border-bottom: 1px solid #e6e8e8;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
	width: auto;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	padding-right: 0;
	padding-right: 15px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	padding-left: 0;
	padding-left: 15px;
}

.woocommerce .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2,
.woocommerce-page .col2-set .col-1 {
	float: none;
	-webkit-box-flex: 0;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

@media (min-width: 600px) {
	.woocommerce .col2-set .col-2,
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2,
	.woocommerce-page .col2-set .col-1 {
		-webkit-box-flex: 0;
		-moz-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}
}

.woocommerce-checkout-payment#payment {
	border-top: 1px solid #e6e8e8;
	padding: 0;
}

.woocommerce-checkout-payment#payment ul.payment_methods {
	padding: 0;
	border: none;
}

.woocommerce-checkout-payment#payment ul.payment_methods li {
	padding-top: 35px;
	padding-bottom: 35px;
}

.woocommerce-checkout-payment#payment ul.payment_methods li:last-child {
	border-bottom: 1px solid #e6e8e8;
}

.woocommerce-checkout-payment#payment ul.payment_methods li label {
	font-size: 22px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

@media (min-width: 600px) {
	.woocommerce-checkout-payment#payment ul.payment_methods li label {
		padding: 0 0 27px 0;
	}
}

.woocommerce-checkout-payment#payment ul.payment_methods li .payment_box {
	font-size: 15px;
	font-style: normal;
}

.woocommerce-checkout-payment#payment ul.payment_methods li + li {
	border-top: 1px solid #e6e8e8;
}

.woocommerce-checkout-payment#payment ul.payment_methods li.payment_method_paypal {
	position: relative;
}

.woocommerce-checkout-payment#payment ul.payment_methods li.payment_method_paypal img {
	max-height: 100%;
	display: block;
}

.woocommerce-checkout-payment#payment ul.payment_methods li.payment_method_paypal .about_paypal {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	letter-spacing: 1px;
}

.woocommerce-checkout-payment#payment div.form-row {
	padding: 0;
	max-width: none;
}

.woocommerce-checkout-payment#payment div.form-row.place-order {
	padding-top: 40px;
	margin-bottom: 0;
}

.woocommerce-cart h3 {
	text-align: center;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	border-radius: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	line-height: 20px;
	padding: 15px 27px;
	background: rgba(134, 203, 238, 0.3);
	border: 1px solid #86cbee;
	border-radius: 0;
	margin-bottom: 1em;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
	display: none;
}

/**
 * Woo-elements
 * Order details page
 *
 */
.woocommerce-checkout .woocommerce-thankyou-order-details {
	background: #e6faf5;
	padding: 15px;
	position: relative;
}

.woocommerce-checkout .woocommerce-thankyou-order-details li strong {
	font-weight: 500;
	display: block;
	padding-top: 10px;
}

.woocommerce-checkout .woocommerce-thankyou-order-details li strong .amount {
	font-size: 24px;
	line-height: 1em;
}

.woocommerce-checkout .woocommerce-thankyou-order-details li.method:after {
	position: absolute;
	right: 1em;
	top: .7em;
	display: inline-block;
	font-family: 'nc-icon-outline';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\ebda";
	font-size: 30px;
}

.woocommerce-page form .form-row textarea.input-text {
	border: 1px solid transparent;
}

.woocommerce-page form .form-row textarea.input-text:focus {
	border-color: #ECECEC;
}

/**
 * Woo-elements
 * Account page
 *
 */
.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-table--customer-details tbody th {
	border-top-width: 0 !important;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-table--customer-details tbody td {
	border: none !important;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-table--order-details tfoot {
	border-bottom: 1px solid #e6e8e8;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-table--order-details tfoot th {
	padding-right: 20px;
	border-right: 1px solid #e6e8e8;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-table--order-details tfoot tr td,
.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-table--order-details tfoot tr th {
	padding: 8px 10px 8px 20px;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-table--order-details tfoot tr:nth-child(even) {
	background: #f6f6f6;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-table--order-details tfoot td {
	text-align: left;
	padding-left: 20px;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-table--order-details tfoot td,
.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-table--order-details tfoot td .amount {
	font-size: 16px;
	font-weight: 400;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-table__product-total {
	text-align: left;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-table__product-total .woocommerce-Price-amount {
	font-size: 16px;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .order-number,
.woocommerce-account.logged-in .entry-content > .woocommerce .order-date,
.woocommerce-account.logged-in .entry-content > .woocommerce .order-status {
	background: transparent;
	font-style: normal;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-order-details {
	margin-top: 30px;
}

@media (min-width: 900px) {
	.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-customer-details h2,
	.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-order-details__title {
		font-size: 22px;
	}
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-order-details__title {
	margin-bottom: 25px;
}

.woocommerce-account.logged-in .entry-content > .woocommerce table.shop_table {
	margin-top: 10px;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation {
	text-transform: uppercase;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul,
.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation li:last-child {
	margin-bottom: 0;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation li {
	width: 100%;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation li + li {
	margin-top: 8px;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation li a {
	padding: 18px 19px;
	display: block;
	border-radius: 3px;
	text-transform: none;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation li:before {
	display: none;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content fieldset {
	border: 1px solid #ECECEC;
	margin-bottom: 25px;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-button.button.view {
	padding: 3px 20px;
	border-radius: 3px;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content table.shop_table {
	font-size: 16px;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content table.shop_table thead th {
	padding: 8px 10px 8px 20px;
	text-align: left;
	text-transform: capitalize;
	border-right: 1px solid #e6e8e8;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content table.shop_table thead th:last-child {
	border-right-width: 0;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td {
	padding: 8px 10px 8px 20px;
	border-right: 1px solid #e6e8e8;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td:last-child {
	border-right-width: 0;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td:before {
	margin-right: 10px;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr:nth-child(even) {
	background: #f6f6f6;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr + tr td {
	border-top: 1px solid #ECECEC;
}

@media (max-width: 1199px) {
	.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-info:before {
		display: none;
	}
}

@media (max-width: 899px) {
	.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
		padding: 2em !important;
	}
	.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button {
		margin: 0 500px 15px 0;
		float: none;
	}
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content {
	width: 100%;
}

@media (min-width: 900px) {
	.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation {
		width: 22.5%;
		max-width: 22.5%;
		padding: 0 40px 0 0;
	}
	.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content {
		width: 76.2%;
		max-width: 76.2%;
		padding: 0 0 0 33px;
	}
	.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content p {
		font-size: 16px;
	}
}

.woocommerce-account.logged-in form.edit-account {
	margin-top: -12px;
}

.woocommerce-account.logged-in form.edit-account .form-row {
	max-width: 100%;
	margin-bottom: 10px;
}

.woocommerce-account.logged-in form.edit-account .form-row label {
	font-weight: 700;
}

.woocommerce-account.logged-in form.edit-account fieldset {
	padding: 8px 30px 40px 30px;
	margin-bottom: 40px !important;
}

.woocommerce-account.logged-in form.edit-account fieldset + .clear + p .woocommerce-Button {
	border-radius: 3px;
}

.woocommerce-account.logged-in form.edit-account fieldset legend {
	font-size: 18px;
	font-weight: 700;
}

#page .woocommerce-order .woocommerce-order-details__title {
	font-size: 22px;
	margin-bottom: 25px;
}

#page .woocommerce-order .woocommerce-table--order-details {
	margin-top: 0;
}

#page .woocommerce-order .woocommerce-table--order-details thead .product-total {
	border-left: 1px solid #ECECEC;
}

#page .woocommerce-order .woocommerce-table--order-details thead th {
	padding: 8px 20px;
	text-align: left;
}

#page .woocommerce-order .woocommerce-table--order-details tbody tr:nth-child(odd) {
	background: #f6f6f6;
}

#page .woocommerce-order .woocommerce-table--order-details tbody tr td {
	text-align: left;
	padding: 10px 20px;
}

#page .woocommerce-order .woocommerce-table--order-details tfoot {
	border-bottom: 1px solid #ECECEC;
}

#page .woocommerce-order .woocommerce-table--order-details tfoot tr:nth-child(even) {
	background: #f6f6f6;
}

#page .woocommerce-order .woocommerce-table--order-details tfoot th {
	border-right: 1px solid #ECECEC;
}

#page .woocommerce-order .woocommerce-table--order-details tfoot th,
#page .woocommerce-order .woocommerce-table--order-details tfoot td {
	padding: 8px 20px;
	font-size: 16px;
}

/**
 * Woo-elements
 * Animations for woo-buttons
 */
@-webkit-keyframes spinner {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

/* all other browsers */
@keyframes spinner {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/**
 * Woo-elements
 * header cart-dropdown
 */
.woocommerce-cart .entry-content .woocommerce {
	padding-top: 30px;
}

.woocommerce-cart .entry-content .woocommerce table.shop_table {
	margin-top: 20px;
}

.woocommerce-cart .entry-content .woocommerce table.shop_table .comment-form-url i {
	top: 21px;
}

.woocommerce-error:before {
	content: '\e928';
}

.woocommerce-info:before {
	content: '\e92c';
}

.woocommerce-message .button {
	background-color: transparent !important;
}

.woocommerce-message:before {
	content: '\ea21';
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	font-size: 15px;
	line-height: 2;
	border-radius: 0;
	text-align: left;
	width: 100%;
	border: 1px solid;
	color: #41a33a;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	font-size: 14px;
	color: #ea3d4e;
	top: 50%;
	left: 15px;
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media (min-width: 600px) {
	.woocommerce-error:before,
	.woocommerce-info:before,
	.woocommerce-message:before {
		left: 20px;
	}
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	float: right;
	background: transparent !important;
	margin: 0 0 0 20px;
	text-transform: uppercase;
	line-height: 24px !important;
}

.woocommerce .woocommerce-error .button, .woocommerce
.woocommerce-info .button, .woocommerce
.woocommerce-message .button {
	border: none;
	padding: 0;
}

.single-product .woocommerce-error, .single-product
.woocommerce-info, .single-product
.woocommerce-message {
	text-align: left;
}

.single-product .woocommerce-error .button, .single-product
.woocommerce-info .button, .single-product
.woocommerce-message .button {
	margin: 10px 0 0 20px;
	float: right;
}

@media (min-width: 900px) {
	.single-product .woocommerce-error .button, .single-product
	.woocommerce-info .button, .single-product
	.woocommerce-message .button {
		margin-top: 0;
	}
}

.woocommerce-message {
	background: #ecf6eb;
	border: 1px solid #41a33a;
}

.woocommerce-error {
	border: 1px solid #ea3d4e;
}

.woocommerce-info {
	border: 1px solid #febf01;
}

.woocommerce-message:before {
	color: #41a33a;
}

.woocommerce-error:before {
	-webkit-transform: translate(0, -60%);
	transform: translate(0, -60%);
}

/**
 * Woo-elements
 * header cart-dropdown
 */
.site-header-cart {
	position: relative;
	text-align: right;
}

.site-header-cart .site-header-cart__wrapper {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.site-header-cart .site-header-cart__wrapper i {
	font-size: 14px;
	line-height: 1.8;
	display: inline-block;
	vertical-align: middle;
}

.style-1 .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap,
.style-4 .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap {
	margin-top: 21px;
}

.style-1.transparent .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap {
	margin-top: 14px;
}

.style-2 .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap {
	margin-top: 17px;
}

.style-5 .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap {
	margin-top: 18px;
}

.site-header-cart .site-header-cart__wrapper.open .shopping_cart-dropdown-wrap {
	top: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	pointer-events: auto;
}

.site-header-cart .cart-contents {
	text-align: right;
	cursor: pointer;
	white-space: nowrap;
	position: relative;
}

.site-header-cart .cart-contents .count {
	vertical-align: middle;
	color: white;
	display: inline-block;
	width: 23px;
	height: 23px;
	font-size: 12px;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	border-radius: 50%;
	margin-left: 5px;
}

.site-header-cart .shopping_cart-dropdown-wrap {
	position: absolute;
	width: 250px;
	top: 60px;
	right: -10px;
	left: auto;
	padding: 20px;
	margin-top: 22px;
	border-radius: 0;
	background: #ffffff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.2s ease, top 0s linear 0.2s, -webkit-transform 0.2s ease;
	transition: opacity 0.2s ease, top 0s linear 0.2s, -webkit-transform 0.2s ease;
	transition: transform 0.2s ease, opacity 0.2s ease, top 0s linear 0.2s;
	transition: transform 0.2s ease, opacity 0.2s ease, top 0s linear 0.2s, -webkit-transform 0.2s ease;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	pointer-events: none;
	visibility: hidden;
	z-index: 100;
}

.site-header-cart .shopping_cart-dropdown-wrap .mini_cart_item_title {
	padding-right: 20px;
	display: block;
}

@media (min-width: 600px) {
	.site-header-cart .shopping_cart-dropdown-wrap {
		padding: 30px 30px 24px;
		width: 270px;
		right: -30px;
	}
}

.site-header-cart .shopping_cart-dropdown-wrap.products_in_cart_0 {
	text-align: left;
}

.site-header-cart .shopping_cart-dropdown-wrap.products_in_cart_0 .empty {
	text-align: left;
}

.site-header-cart .shopping_cart-dropdown-wrap .shopping_cart-header > h5 {
	font-size: 16px;
	line-height: 1;
}

.site-header-cart .shopping_cart-dropdown-wrap .shopping_cart-header > * {
	margin: 0;
}

.site-header-cart .shopping_cart-dropdown-wrap .product_list_widget {
	padding: 12px 0 0;
	max-height: 120px;
	overflow-y: auto;
	overflow-x: hidden;
}

@media (min-width: 600px) {
	.site-header-cart .shopping_cart-dropdown-wrap .product_list_widget {
		max-height: 356px;
	}
	.site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li.mini_cart_item a img {
		width: 83px;
		margin-right: 20px;
	}
}

.site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li > a {
	font-size: 14px;
	line-height: 1.43;
}

.site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li .quantity {
	padding-top: 0;
	margin-top: -20px;
}

.site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li .quantity .amount {
	display: inline-block;
	vertical-align: middle;
}

.site-header-cart .shopping_cart-dropdown-wrap .total,
.site-header-cart .shopping_cart-dropdown-wrap .buttons {
	margin: 0 -20px;
	padding: 0 20px;
}

@media (min-width: 600px) {
	.site-header-cart .shopping_cart-dropdown-wrap .total,
	.site-header-cart .shopping_cart-dropdown-wrap .buttons {
		margin: 0 -30px;
		padding: 0 30px;
	}
}

.site-header-cart .shopping_cart-dropdown-wrap .total {
	padding-bottom: 10px;
}

.site-header-cart .shopping_cart-dropdown-wrap .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding-bottom: 20px;
	margin-bottom: -20px;
}

@media (min-width: 600px) {
	.site-header-cart .shopping_cart-dropdown-wrap .buttons {
		padding-bottom: 30px;
		margin-bottom: -30px;
	}
}

.site-header-cart .shopping_cart-dropdown-wrap .buttons .button.checkout:before {
	content: '\ea20';
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	margin-right: 5px;
}

.site-header-cart .shopping_cart-dropdown-wrap .buttons .button.wc-forward:first-child {
	padding: 0;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
	width: auto;
	display: inline-block;
	-ms-flex-item-align: start;
	align-self: flex-start;
	background: transparent;
}

.site-header-cart .shopping_cart-dropdown-wrap .buttons .button.wc-forward:first-child:hover {
	background: transparent !important;
}

.site-header-cart .shopping_cart-dropdown-wrap .buttons .button.wc-forward:first-child:before {
	content: '\ebb2';
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	margin-right: 5px;
}

/*
 * Banner widget
 */
.tm_banners_grid_widget_banner {
	position: relative;
	margin-bottom: 30px;
}

@media (min-width: 900px) {
	.tm_banners_grid_widget_banner {
		margin-bottom: 46px;
	}
}

.tm_banners_grid_widget_banner .tm_banners_grid_widget_banner_text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.tm_banners_grid_widget_banner .tm_banners_grid_widget_banner_text .woo-btn {
	border: none;
}

/**
 * Woo-elements
 * Styles for cart-widget
 */
.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart, .shopping_cart-dropdown-wrap
.widget_shopping_cart_content {
	margin-bottom: 0;
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a.button.wc-forward,
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.button.wc-forward {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border-radius: 0;
}

.woocommerce.widget_shopping_cart .total,
.widget_shopping_cart_content .total {
	border-top: 1px solid #e6e8e8;
	padding-top: 24px;
	padding-bottom: 10px;
}

.woocommerce.widget_shopping_cart .total strong,
.widget_shopping_cart_content .total strong {
	text-transform: uppercase;
}

.woocommerce.widget_shopping_cart .buttons a.button,
.widget_shopping_cart_content .buttons a.button {
	display: block;
	margin-bottom: 20px;
	margin-right: 0;
	padding: 16px 30px 16px;
	border-radius: 2px;
	letter-spacing: 0.06em;
}

.woocommerce.widget_shopping_cart .buttons a.button:last-child,
.widget_shopping_cart_content .buttons a.button:last-child {
	margin-bottom: 0;
}

.woocommerce.widget_shopping_cart ul.cart_list,
.widget_shopping_cart_content ul.cart_list {
	text-align: left;
}

.woocommerce.widget_shopping_cart ul.cart_list > li,
.widget_shopping_cart_content ul.cart_list > li {
	margin: 0;
	padding: 10px 10px 10px 0;
	color: inherit;
}

.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart ul.cart_list > li, .shopping_cart-dropdown-wrap
.widget_shopping_cart_content ul.cart_list > li {
	padding: 0;
	margin: 0 0 13px;
}

.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart ul.cart_list > li.empty, .shopping_cart-dropdown-wrap
.widget_shopping_cart_content ul.cart_list > li.empty {
	padding: 0;
}

.footer-area .woocommerce.widget_shopping_cart ul.cart_list > li, .footer-area
.widget_shopping_cart_content ul.cart_list > li {
	padding: 0 0 20px;
}

.woocommerce.widget_shopping_cart ul.cart_list > li img,
.widget_shopping_cart_content ul.cart_list > li img {
	float: left;
	margin: 0 10px 15px 0;
	display: block;
	width: 42%;
	max-width: 75px;
}

@media (min-width: 600px) {
	.woocommerce.widget_shopping_cart ul.cart_list > li img,
	.widget_shopping_cart_content ul.cart_list > li img {
		float: none;
		margin: 0 0 10px;
		max-width: 100%;
	}
}

@media (min-width: 900px) {
	.woocommerce.widget_shopping_cart ul.cart_list > li img,
	.widget_shopping_cart_content ul.cart_list > li img {
		float: left;
		margin: 0 10px 10px 0;
		width: 42%;
		max-width: 75px;
	}
}

@media (min-width: 600px) {
	.site-header-cart .woocommerce.widget_shopping_cart ul.cart_list > li img, .site-header-cart
	.widget_shopping_cart_content ul.cart_list > li img {
		float: left;
		margin: 0 10px 15px 0;
		width: 42%;
		max-width: 75px;
	}
}

.footer-area .woocommerce.widget_shopping_cart ul.cart_list > li + li, .footer-area
.widget_shopping_cart_content ul.cart_list > li + li {
	padding-top: 22px;
}

.woocommerce.widget_shopping_cart ul.cart_list > li dl,
.widget_shopping_cart_content ul.cart_list > li dl {
	display: block;
	overflow: hidden;
	margin: 5px 0 5px;
	padding-left: 0;
	border: none;
	font-size: 11px;
}

.woocommerce.widget_shopping_cart ul.cart_list > li dl dt,
.woocommerce.widget_shopping_cart ul.cart_list > li dl dd,
.widget_shopping_cart_content ul.cart_list > li dl dt,
.widget_shopping_cart_content ul.cart_list > li dl dd {
	display: inline-block;
	float: left;
	margin-bottom: 1em;
}

.woocommerce.widget_shopping_cart ul.cart_list > li dl dt,
.widget_shopping_cart_content ul.cart_list > li dl dt {
	font-weight: 700;
	padding: 0;
	margin: 0 4px 0 0;
	clear: left;
}

.woocommerce.widget_shopping_cart ul.cart_list > li dl dd,
.widget_shopping_cart_content ul.cart_list > li dl dd {
	padding: 0;
	margin: 0;
}

.woocommerce.widget_shopping_cart ul.cart_list > li dl dd p:last-child,
.widget_shopping_cart_content ul.cart_list > li dl dd p:last-child {
	margin-bottom: 0;
}

.woocommerce.widget_shopping_cart ul.cart_list > li .quantity,
.widget_shopping_cart_content ul.cart_list > li .quantity {
	display: block;
	overflow: hidden;
}

.tm-quick-view-popup__content .woocommerce div.product div.images {
	margin-bottom: 0;
}

/**
 * Woo-elements
 * Styles cart-widget for sidebars
 */
.woocommerce.widget_shopping_cart .cart_list {
	overflow: hidden;
}

.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart .cart_list {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 206px;
}

@media (min-width: 600px) {
	.before-content-area .woocommerce.widget_shopping_cart .cart_list,
	.after-content-area .woocommerce.widget_shopping_cart .cart_list,
	.before-loop-area .woocommerce.widget_shopping_cart .cart_list,
	.full-width-header-area .woocommerce.widget_shopping_cart .cart_list,
	.after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list {
		display: -webkit-box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-moz-align-items: stretch;
		align-items: stretch;
	}
}

.woocommerce.widget_shopping_cart .cart_list li {
	position: relative;
}

.sidebar .woocommerce.widget_shopping_cart .cart_list li {
	padding: 0 0 10px 0;
}

@media (min-width: 600px) {
	.before-content-area .woocommerce.widget_shopping_cart .cart_list li,
	.after-content-area .woocommerce.widget_shopping_cart .cart_list li,
	.before-loop-area .woocommerce.widget_shopping_cart .cart_list li,
	.full-width-header-area .woocommerce.widget_shopping_cart .cart_list li,
	.after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list li {
		-webkit-box-flex: 0;
		-moz-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}
	.before-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(1), .before-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(2),
	.after-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(1),
	.after-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(2),
	.before-loop-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(1),
	.before-loop-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(2),
	.full-width-header-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(1),
	.full-width-header-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(2),
	.after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(1),
	.after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(2) {
		border-top: none;
	}
}

@media (min-width: 600px) {
	.before-content-area .woocommerce.widget_shopping_cart .cart_list li,
	.after-content-area .woocommerce.widget_shopping_cart .cart_list li,
	.before-loop-area .woocommerce.widget_shopping_cart .cart_list li,
	.full-width-header-area .woocommerce.widget_shopping_cart .cart_list li,
	.after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list li {
		-webkit-box-flex: 0;
		-moz-flex: 0 1 33%;
		-ms-flex: 0 1 33%;
		flex: 0 1 33%;
		max-width: 33%;
	}
	.before-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(3),
	.after-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(3),
	.before-loop-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(3),
	.full-width-header-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(3),
	.after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(3) {
		border-top: none;
	}
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	top: 15px;
	right: 5px;
	left: auto;
	margin-left: 0;
	line-height: 1.18em;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-indent: -1000px;
}

.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 0;
	right: 5px;
	left: auto;
	margin-left: 0;
}

.sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 5px;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	word-wrap: normal;
	text-indent: 0;
	font-family: 'Material Icons';
}

.woocommerce.widget_shopping_cart .cart_list li:hover a.remove {
	opacity: 1;
	filter: alpha(opacity=100);
}

.woocommerce.widget_shopping_cart .cart_list li.empty {
	border-bottom: none;
	padding-bottom: 12px;
}

/**
 * Woo-elements
 * Currency-Switcher header
 */
.woocommerce-currency-switcher-form {
	height: 41px;
	max-width: 250px;
}

.woocommerce-currency-switcher-form .dd-selected-image {
	display: none !important;
}

.widget-area .woocommerce-currency-switcher-form .dd-container {
	border: 1px solid #ECECEE;
	background-color: #f2f2f2;
}

.widget-area .woocommerce-currency-switcher-form .dd-container .dd-selected {
	padding: 15px;
}

.widget-area .woocommerce-currency-switcher-form .dd-container .dd-pointer-down {
	right: 2px;
}

.widget-area .woocommerce-currency-switcher-form .dd-container .dd-options {
	width: 100% !important;
}

.woocommerce-currency-switcher-form .dd-container .dd-select {
	background: transparent !important;
	border: none;
	border-radius: 0;
	cursor: pointer;
}

.woocommerce-currency-switcher-form .dd-container .dd-pointer {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: none !important;
	width: 15px;
	height: 15px;
}

.woocommerce-currency-switcher-form .dd-container .dd-pointer:after {
	position: absolute;
	display: inline-block;
	font-family: 'nc-icon-outline';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	line-height: 15px;
}

.woocommerce-currency-switcher-form .dd-container .dd-pointer.dd-pointer-down:after {
	content: "\ee47";
}

.woocommerce-currency-switcher-form .dd-container .dd-pointer.dd-pointer-up:after {
	content: "\e939";
}

.woocommerce-currency-switcher-form .dd-container .dd-selected {
	padding: 0;
}

.woocommerce-currency-switcher-form .dd-container .dd-selected label {
	cursor: pointer;
	font-weight: 300;
}

.woocommerce-currency-switcher-form .dd-container .dd-selected .dd-desc {
	display: none;
}

.woocommerce-currency-switcher-form .dd-container .dd-options {
	width: 150px !important;
	border: none;
	box-shadow: 0px 3px 5px #ddd;
}

@media (max-width: 899px) {
	.woocommerce-currency-switcher-form .dd-container .dd-options {
		right: 0;
	}
}

.woocommerce-currency-switcher-form .dd-container .dd-options a.dd-option {
	background: transparent;
	border: none;
	font-weight: 300;
}

.woocommerce-currency-switcher-form .dd-container .dd-options a.dd-option .dd-option-text {
	font-size: 14px;
}

.woocommerce-currency-switcher-form .dd-container .dd-options a.dd-option .dd-desc {
	font-size: 12px;
}

.widget.woocommerce > select {
	max-width: 250px;
	width: 250px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

/**
 * Woo-elements
 * Search and product-search
 *
 */
.search-form.woocommerce-product-search {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.search-form.woocommerce-product-search:after {
	display: none;
}

.search-form.woocommerce-product-search > label {
	position: relative;
	margin: 5px 0 5px;
	-webkit-box-flex: 5;
	-moz-flex: 5 1 185px;
	-ms-flex: 5 1 185px;
	flex: 5 1 185px;
	min-width: 185px;
}

.search-form.woocommerce-product-search input[type='search'] {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 50px;
}

.search-form.woocommerce-product-search button[type='submit'] {
	float: none;
	margin: 5px 0;
	padding: 11px 30px 9px;
	-webkit-box-flex: 1;
	-moz-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/**
 * Woo-elements
 * Styles for price and rating
 *
 */
.woocommerce .products .product .price,
.woocommerce div.product .woocommerce-variation-price span.price,
.woocommerce div.product span.price,
.woocommerce .price, .woocommerce div.product p.price,
.woocommerce.widget .woocs_price_code {
	display: block;
}

.woocommerce .products .product .price ins,
.woocommerce div.product .woocommerce-variation-price span.price ins,
.woocommerce div.product span.price ins,
.woocommerce .price ins, .woocommerce div.product p.price ins,
.woocommerce.widget .woocs_price_code ins {
	border: none;
	font-style: normal;
	color: #ea3d4e;
}

.woocommerce .products .product .price del,
.woocommerce div.product .woocommerce-variation-price span.price del,
.woocommerce div.product span.price del,
.woocommerce .price del, .woocommerce div.product p.price del,
.woocommerce.widget .woocs_price_code del {
	opacity: 1;
	display: inline;
	font-size: 19px;
}

.woocommerce div.product .woocommerce-variation-price span.price,
.woocommerce div.product p.price {
	font-size: 40px;
	line-height: 1.1em;
}

.woocommerce .star-rating,
.woocommerce .product .star-rating,
.woocommerce .stars {
	font-size: 0.83em;
	color: #febf01;
}

.woocommerce .stars {
	color: #d3ced2;
}

.woocommerce .stars a {
	color: #d3ced2;
}

.woocommerce .stars a:hover {
	color: #febf01;
}

.woocommerce .stars:hover {
	color: transparent;
}

.woocommerce .product .star-rating {
	margin-top: 4px;
}

.tm-woowishlist .tm-woowishlist-item .tm-woocomerce-list__product-image a,
.woocommerce.tm-woocompare-list .tm-woocompare-wrapper table.tm-woocompare-table tr th .tm-woocomerce-list__product-image a {
	display: block;
}

/**
 * Woo-elements
 * WooButtons
 *
 */
.ajax_add_to_cart,
.add_to_cart_button {
	line-height: 2;
	display: inline-block;
	max-width: 100%;
	padding: 17px 29px 15px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	vertical-align: top;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-width: 0;
	line-height: 1.32em;
	border-style: solid;
	letter-spacing: 0.05em;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	text-transform: uppercase;
}

.ajax_add_to_cart, .ajax_add_to_cart:hover,
.add_to_cart_button,
.add_to_cart_button:hover {
	text-decoration: none;
}

.ajax_add_to_cart:focus,
.add_to_cart_button:focus {
	outline: 0;
}

.ajax_add_to_cart:active,
.add_to_cart_button:active {
	box-shadow: none;
}

#page .ajax_add_to_cart, #page
.add_to_cart_button {
	padding: 15px 18px;
	border-radius: 0;
}

.ajax_add_to_cart:after, .ajax_add_to_cart:before,
.add_to_cart_button:after,
.add_to_cart_button:before {
	display: inline-block;
	font-family: 'nc-icon-outline';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#page .ajax_add_to_cart:after, #page .ajax_add_to_cart:before, #page
.add_to_cart_button:after, #page
.add_to_cart_button:before {
	line-height: 1.3;
	margin-right: 8px;
	position: relative;
	top: 1px;
}

.woocommerce a.added_to_cart {
	display: none;
}

.woocommerce table.cart input.header-btn:disabled {
	opacity: 0.5;
	border-color: transparent;
}

.woocommerce .product .content_bottom_wrap_block a.button.product_type_variable:not(.add_to_cart_button) {
	padding: 12px 18px;
	border-radius: 2px;
}

.woocommerce .product .content_bottom_wrap_block a.button.product_type_variable:not(.add_to_cart_button)::after {
	display: none;
}

.woocommerce .product:not(.product-list) .block_product_content > .button {
	display: block;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button),
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce a.button.loading {
	line-height: 2;
	display: inline-block;
	max-width: 100%;
	padding: 17px 29px 15px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	vertical-align: top;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-width: 0;
	line-height: 1.32em;
	border-style: solid;
	letter-spacing: 0.05em;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	text-transform: uppercase;
	line-height: 1.3;
}

.woocommerce #respond input#submit, .woocommerce #respond input#submit:hover,
.woocommerce a.button,
.woocommerce a.button:hover,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button),
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button):hover,
.woocommerce input.button,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce a.button.loading,
.woocommerce a.button.loading:hover {
	text-decoration: none;
}

.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button):focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce input.button:disabled:focus,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce a.button.loading:focus {
	outline: 0;
}

.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button):active,
.woocommerce input.button:active,
.woocommerce #respond input#submit.alt:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active,
.woocommerce input.button:disabled:active,
.woocommerce input.button:disabled[disabled]:active,
.woocommerce a.button.loading:active {
	box-shadow: none;
}

.woocommerce #respond input#submit:after, .woocommerce #respond input#submit:before,
.woocommerce a.button:after,
.woocommerce a.button:before,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button):after,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button):before,
.woocommerce input.button:after,
.woocommerce input.button:before,
.woocommerce #respond input#submit.alt:after,
.woocommerce #respond input#submit.alt:before,
.woocommerce a.button.alt:after,
.woocommerce a.button.alt:before,
.woocommerce button.button.alt:after,
.woocommerce button.button.alt:before,
.woocommerce input.button.alt:after,
.woocommerce input.button.alt:before,
.woocommerce input.button:disabled:after,
.woocommerce input.button:disabled:before,
.woocommerce input.button:disabled[disabled]:after,
.woocommerce input.button:disabled[disabled]:before,
.woocommerce a.button.loading:after,
.woocommerce a.button.loading:before {
	display: inline-block;
	font-family: 'nc-icon-outline';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.3;
}

.woocommerce #respond input#submit.product_type_variable:after, .woocommerce #respond input#submit.product_type_variable:before, .woocommerce #respond input#submit.loading:after, .woocommerce #respond input#submit.loading:before, .woocommerce #respond input#submit.added:after, .woocommerce #respond input#submit.added:before,
.woocommerce a.button.product_type_variable:after,
.woocommerce a.button.product_type_variable:before,
.woocommerce a.button.loading:after,
.woocommerce a.button.loading:before,
.woocommerce a.button.added:after,
.woocommerce a.button.added:before,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).product_type_variable:after,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).product_type_variable:before,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).loading:after,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).loading:before,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).added:after,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).added:before,
.woocommerce input.button.product_type_variable:after,
.woocommerce input.button.product_type_variable:before,
.woocommerce input.button.loading:after,
.woocommerce input.button.loading:before,
.woocommerce input.button.added:after,
.woocommerce input.button.added:before,
.woocommerce #respond input#submit.alt.product_type_variable:after,
.woocommerce #respond input#submit.alt.product_type_variable:before,
.woocommerce #respond input#submit.alt.loading:after,
.woocommerce #respond input#submit.alt.loading:before,
.woocommerce #respond input#submit.alt.added:after,
.woocommerce #respond input#submit.alt.added:before,
.woocommerce a.button.alt.product_type_variable:after,
.woocommerce a.button.alt.product_type_variable:before,
.woocommerce a.button.alt.loading:after,
.woocommerce a.button.alt.loading:before,
.woocommerce a.button.alt.added:after,
.woocommerce a.button.alt.added:before,
.woocommerce button.button.alt.product_type_variable:after,
.woocommerce button.button.alt.product_type_variable:before,
.woocommerce button.button.alt.loading:after,
.woocommerce button.button.alt.loading:before,
.woocommerce button.button.alt.added:after,
.woocommerce button.button.alt.added:before,
.woocommerce input.button.alt.product_type_variable:after,
.woocommerce input.button.alt.product_type_variable:before,
.woocommerce input.button.alt.loading:after,
.woocommerce input.button.alt.loading:before,
.woocommerce input.button.alt.added:after,
.woocommerce input.button.alt.added:before,
.woocommerce input.button:disabled.product_type_variable:after,
.woocommerce input.button:disabled.product_type_variable:before,
.woocommerce input.button:disabled.loading:after,
.woocommerce input.button:disabled.loading:before,
.woocommerce input.button:disabled.added:after,
.woocommerce input.button:disabled.added:before,
.woocommerce input.button:disabled[disabled].product_type_variable:after,
.woocommerce input.button:disabled[disabled].product_type_variable:before,
.woocommerce input.button:disabled[disabled].loading:after,
.woocommerce input.button:disabled[disabled].loading:before,
.woocommerce input.button:disabled[disabled].added:after,
.woocommerce input.button:disabled[disabled].added:before,
.woocommerce a.button.loading.product_type_variable:after,
.woocommerce a.button.loading.product_type_variable:before,
.woocommerce a.button.loading.loading:after,
.woocommerce a.button.loading.loading:before,
.woocommerce a.button.loading.added:after,
.woocommerce a.button.loading.added:before {
	display: inline-block;
	font-family: 'nc-icon-outline';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.woocommerce #respond input#submit.loading:after, .woocommerce #respond input#submit.loading:before,
.woocommerce a.button.loading:after,
.woocommerce a.button.loading:before,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).loading:after,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).loading:before,
.woocommerce input.button.loading:after,
.woocommerce input.button.loading:before,
.woocommerce #respond input#submit.alt.loading:after,
.woocommerce #respond input#submit.alt.loading:before,
.woocommerce a.button.alt.loading:after,
.woocommerce a.button.alt.loading:before,
.woocommerce button.button.alt.loading:after,
.woocommerce button.button.alt.loading:before,
.woocommerce input.button.alt.loading:after,
.woocommerce input.button.alt.loading:before,
.woocommerce input.button:disabled.loading:after,
.woocommerce input.button:disabled.loading:before,
.woocommerce input.button:disabled[disabled].loading:after,
.woocommerce input.button:disabled[disabled].loading:before,
.woocommerce a.button.loading.loading:after,
.woocommerce a.button.loading.loading:before {
	line-height: 1.1;
}

.woocommerce #respond input#submit.add_to_cart_button, .woocommerce #respond input#submit.single_add_to_cart_button, .woocommerce #respond input#submit.ajax_add_to_cart,
.woocommerce a.button.add_to_cart_button,
.woocommerce a.button.single_add_to_cart_button,
.woocommerce a.button.ajax_add_to_cart,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).add_to_cart_button,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).single_add_to_cart_button,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).ajax_add_to_cart,
.woocommerce input.button.add_to_cart_button,
.woocommerce input.button.single_add_to_cart_button,
.woocommerce input.button.ajax_add_to_cart,
.woocommerce #respond input#submit.alt.add_to_cart_button,
.woocommerce #respond input#submit.alt.single_add_to_cart_button,
.woocommerce #respond input#submit.alt.ajax_add_to_cart,
.woocommerce a.button.alt.add_to_cart_button,
.woocommerce a.button.alt.single_add_to_cart_button,
.woocommerce a.button.alt.ajax_add_to_cart,
.woocommerce button.button.alt.add_to_cart_button,
.woocommerce button.button.alt.single_add_to_cart_button,
.woocommerce button.button.alt.ajax_add_to_cart,
.woocommerce input.button.alt.add_to_cart_button,
.woocommerce input.button.alt.single_add_to_cart_button,
.woocommerce input.button.alt.ajax_add_to_cart,
.woocommerce input.button:disabled.add_to_cart_button,
.woocommerce input.button:disabled.single_add_to_cart_button,
.woocommerce input.button:disabled.ajax_add_to_cart,
.woocommerce input.button:disabled[disabled].add_to_cart_button,
.woocommerce input.button:disabled[disabled].single_add_to_cart_button,
.woocommerce input.button:disabled[disabled].ajax_add_to_cart,
.woocommerce a.button.loading.add_to_cart_button,
.woocommerce a.button.loading.single_add_to_cart_button,
.woocommerce a.button.loading.ajax_add_to_cart {
	padding: 17px 18px;
	border-radius: 2px;
	line-height: 1.3;
	letter-spacing: 0.6px;
}

.woocommerce #respond input#submit.add_to_cart_button:before, .woocommerce #respond input#submit.single_add_to_cart_button:before, .woocommerce #respond input#submit.ajax_add_to_cart:before,
.woocommerce a.button.add_to_cart_button:before,
.woocommerce a.button.single_add_to_cart_button:before,
.woocommerce a.button.ajax_add_to_cart:before,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).add_to_cart_button:before,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).single_add_to_cart_button:before,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).ajax_add_to_cart:before,
.woocommerce input.button.add_to_cart_button:before,
.woocommerce input.button.single_add_to_cart_button:before,
.woocommerce input.button.ajax_add_to_cart:before,
.woocommerce #respond input#submit.alt.add_to_cart_button:before,
.woocommerce #respond input#submit.alt.single_add_to_cart_button:before,
.woocommerce #respond input#submit.alt.ajax_add_to_cart:before,
.woocommerce a.button.alt.add_to_cart_button:before,
.woocommerce a.button.alt.single_add_to_cart_button:before,
.woocommerce a.button.alt.ajax_add_to_cart:before,
.woocommerce button.button.alt.add_to_cart_button:before,
.woocommerce button.button.alt.single_add_to_cart_button:before,
.woocommerce button.button.alt.ajax_add_to_cart:before,
.woocommerce input.button.alt.add_to_cart_button:before,
.woocommerce input.button.alt.single_add_to_cart_button:before,
.woocommerce input.button.alt.ajax_add_to_cart:before,
.woocommerce input.button:disabled.add_to_cart_button:before,
.woocommerce input.button:disabled.single_add_to_cart_button:before,
.woocommerce input.button:disabled.ajax_add_to_cart:before,
.woocommerce input.button:disabled[disabled].add_to_cart_button:before,
.woocommerce input.button:disabled[disabled].single_add_to_cart_button:before,
.woocommerce input.button:disabled[disabled].ajax_add_to_cart:before,
.woocommerce a.button.loading.add_to_cart_button:before,
.woocommerce a.button.loading.single_add_to_cart_button:before,
.woocommerce a.button.loading.ajax_add_to_cart:before {
	content: "\ebb2";
	font-size: 15px;
	font-size: 1rem;
	line-height: 1.3;
	margin: 0;
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.woocommerce #respond input#submit.add_to_cart_button span.add, .woocommerce #respond input#submit.single_add_to_cart_button span.add, .woocommerce #respond input#submit.ajax_add_to_cart span.add,
.woocommerce a.button.add_to_cart_button span.add,
.woocommerce a.button.single_add_to_cart_button span.add,
.woocommerce a.button.ajax_add_to_cart span.add,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).add_to_cart_button span.add,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).single_add_to_cart_button span.add,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).ajax_add_to_cart span.add,
.woocommerce input.button.add_to_cart_button span.add,
.woocommerce input.button.single_add_to_cart_button span.add,
.woocommerce input.button.ajax_add_to_cart span.add,
.woocommerce #respond input#submit.alt.add_to_cart_button span.add,
.woocommerce #respond input#submit.alt.single_add_to_cart_button span.add,
.woocommerce #respond input#submit.alt.ajax_add_to_cart span.add,
.woocommerce a.button.alt.add_to_cart_button span.add,
.woocommerce a.button.alt.single_add_to_cart_button span.add,
.woocommerce a.button.alt.ajax_add_to_cart span.add,
.woocommerce button.button.alt.add_to_cart_button span.add,
.woocommerce button.button.alt.single_add_to_cart_button span.add,
.woocommerce button.button.alt.ajax_add_to_cart span.add,
.woocommerce input.button.alt.add_to_cart_button span.add,
.woocommerce input.button.alt.single_add_to_cart_button span.add,
.woocommerce input.button.alt.ajax_add_to_cart span.add,
.woocommerce input.button:disabled.add_to_cart_button span.add,
.woocommerce input.button:disabled.single_add_to_cart_button span.add,
.woocommerce input.button:disabled.ajax_add_to_cart span.add,
.woocommerce input.button:disabled[disabled].add_to_cart_button span.add,
.woocommerce input.button:disabled[disabled].single_add_to_cart_button span.add,
.woocommerce input.button:disabled[disabled].ajax_add_to_cart span.add,
.woocommerce a.button.loading.add_to_cart_button span.add,
.woocommerce a.button.loading.single_add_to_cart_button span.add,
.woocommerce a.button.loading.ajax_add_to_cart span.add {
	visibility: visible;
	opacity: 1;
	display: block;
}

.woocommerce #respond input#submit.add_to_cart_button span.added, .woocommerce #respond input#submit.single_add_to_cart_button span.added, .woocommerce #respond input#submit.ajax_add_to_cart span.added,
.woocommerce a.button.add_to_cart_button span.added,
.woocommerce a.button.single_add_to_cart_button span.added,
.woocommerce a.button.ajax_add_to_cart span.added,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).add_to_cart_button span.added,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).single_add_to_cart_button span.added,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).ajax_add_to_cart span.added,
.woocommerce input.button.add_to_cart_button span.added,
.woocommerce input.button.single_add_to_cart_button span.added,
.woocommerce input.button.ajax_add_to_cart span.added,
.woocommerce #respond input#submit.alt.add_to_cart_button span.added,
.woocommerce #respond input#submit.alt.single_add_to_cart_button span.added,
.woocommerce #respond input#submit.alt.ajax_add_to_cart span.added,
.woocommerce a.button.alt.add_to_cart_button span.added,
.woocommerce a.button.alt.single_add_to_cart_button span.added,
.woocommerce a.button.alt.ajax_add_to_cart span.added,
.woocommerce button.button.alt.add_to_cart_button span.added,
.woocommerce button.button.alt.single_add_to_cart_button span.added,
.woocommerce button.button.alt.ajax_add_to_cart span.added,
.woocommerce input.button.alt.add_to_cart_button span.added,
.woocommerce input.button.alt.single_add_to_cart_button span.added,
.woocommerce input.button.alt.ajax_add_to_cart span.added,
.woocommerce input.button:disabled.add_to_cart_button span.added,
.woocommerce input.button:disabled.single_add_to_cart_button span.added,
.woocommerce input.button:disabled.ajax_add_to_cart span.added,
.woocommerce input.button:disabled[disabled].add_to_cart_button span.added,
.woocommerce input.button:disabled[disabled].single_add_to_cart_button span.added,
.woocommerce input.button:disabled[disabled].ajax_add_to_cart span.added,
.woocommerce a.button.loading.add_to_cart_button span.added,
.woocommerce a.button.loading.single_add_to_cart_button span.added,
.woocommerce a.button.loading.ajax_add_to_cart span.added {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.woocommerce #respond input#submit.ajax_add_to_cart:not(.add_to_cart_button),
.woocommerce a.button.ajax_add_to_cart:not(.add_to_cart_button),
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).ajax_add_to_cart:not(.add_to_cart_button),
.woocommerce input.button.ajax_add_to_cart:not(.add_to_cart_button),
.woocommerce #respond input#submit.alt.ajax_add_to_cart:not(.add_to_cart_button),
.woocommerce a.button.alt.ajax_add_to_cart:not(.add_to_cart_button),
.woocommerce button.button.alt.ajax_add_to_cart:not(.add_to_cart_button),
.woocommerce input.button.alt.ajax_add_to_cart:not(.add_to_cart_button),
.woocommerce input.button:disabled.ajax_add_to_cart:not(.add_to_cart_button),
.woocommerce input.button:disabled[disabled].ajax_add_to_cart:not(.add_to_cart_button),
.woocommerce a.button.loading.ajax_add_to_cart:not(.add_to_cart_button) {
	padding: 17px 18px;
}

.woocommerce #respond input#submit.ajax_add_to_cart:not(.add_to_cart_button)::before,
.woocommerce a.button.ajax_add_to_cart:not(.add_to_cart_button)::before,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).ajax_add_to_cart:not(.add_to_cart_button)::before,
.woocommerce input.button.ajax_add_to_cart:not(.add_to_cart_button)::before,
.woocommerce #respond input#submit.alt.ajax_add_to_cart:not(.add_to_cart_button)::before,
.woocommerce a.button.alt.ajax_add_to_cart:not(.add_to_cart_button)::before,
.woocommerce button.button.alt.ajax_add_to_cart:not(.add_to_cart_button)::before,
.woocommerce input.button.alt.ajax_add_to_cart:not(.add_to_cart_button)::before,
.woocommerce input.button:disabled.ajax_add_to_cart:not(.add_to_cart_button)::before,
.woocommerce input.button:disabled[disabled].ajax_add_to_cart:not(.add_to_cart_button)::before,
.woocommerce a.button.loading.ajax_add_to_cart:not(.add_to_cart_button)::before {
	display: none;
}

.woocommerce #respond input#submit.loading span.add,
.woocommerce a.button.loading span.add,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).loading span.add,
.woocommerce input.button.loading span.add,
.woocommerce #respond input#submit.alt.loading span.add,
.woocommerce a.button.alt.loading span.add,
.woocommerce button.button.alt.loading span.add,
.woocommerce input.button.alt.loading span.add,
.woocommerce input.button:disabled.loading span.add,
.woocommerce input.button:disabled[disabled].loading span.add,
.woocommerce a.button.loading.loading span.add {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.woocommerce #respond input#submit.loading span.added,
.woocommerce a.button.loading span.added,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).loading span.added,
.woocommerce input.button.loading span.added,
.woocommerce #respond input#submit.alt.loading span.added,
.woocommerce a.button.alt.loading span.added,
.woocommerce button.button.alt.loading span.added,
.woocommerce input.button.alt.loading span.added,
.woocommerce input.button:disabled.loading span.added,
.woocommerce input.button:disabled[disabled].loading span.added,
.woocommerce a.button.loading.loading span.added {
	visibility: visible;
	opacity: 0;
	display: block;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.alt.loading::after,
.woocommerce a.button.alt.loading::after,
.woocommerce button.button.alt.loading::after,
.woocommerce input.button.alt.loading::after,
.woocommerce input.button:disabled.loading::after,
.woocommerce input.button:disabled[disabled].loading::after,
.woocommerce a.button.loading.loading::after {
	display: none;
}

.woocommerce #respond input#submit.loading:before,
.woocommerce a.button.loading:before,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).loading:before,
.woocommerce input.button.loading:before,
.woocommerce #respond input#submit.alt.loading:before,
.woocommerce a.button.alt.loading:before,
.woocommerce button.button.alt.loading:before,
.woocommerce input.button.alt.loading:before,
.woocommerce input.button:disabled.loading:before,
.woocommerce input.button:disabled[disabled].loading:before,
.woocommerce a.button.loading.loading:before {
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.3;
	content: "\e92d";
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 1.5s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	right: auto;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.woocommerce #respond input#submit.added:before,
.woocommerce a.button.added:before,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).added:before,
.woocommerce input.button.added:before,
.woocommerce #respond input#submit.alt.added:before,
.woocommerce a.button.alt.added:before,
.woocommerce button.button.alt.added:before,
.woocommerce input.button.alt.added:before,
.woocommerce input.button:disabled.added:before,
.woocommerce input.button:disabled[disabled].added:before,
.woocommerce a.button.loading.added:before {
	content: "\ea21";
	line-height: 1.3;
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).added::after,
.woocommerce input.button.added::after,
.woocommerce #respond input#submit.alt.added::after,
.woocommerce a.button.alt.added::after,
.woocommerce button.button.alt.added::after,
.woocommerce input.button.alt.added::after,
.woocommerce input.button:disabled.added::after,
.woocommerce input.button:disabled[disabled].added::after,
.woocommerce a.button.loading.added::after {
	display: none;
}

.woocommerce #respond input#submit.added span.add,
.woocommerce a.button.added span.add,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).added span.add,
.woocommerce input.button.added span.add,
.woocommerce #respond input#submit.alt.added span.add,
.woocommerce a.button.alt.added span.add,
.woocommerce button.button.alt.added span.add,
.woocommerce input.button.alt.added span.add,
.woocommerce input.button:disabled.added span.add,
.woocommerce input.button:disabled[disabled].added span.add,
.woocommerce a.button.loading.added span.add {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.woocommerce #respond input#submit.added span.added,
.woocommerce a.button.added span.added,
.woocommerce button.button:not(.tm-woowishlist-button):not(.tm-woocompare-button).added span.added,
.woocommerce input.button.added span.added,
.woocommerce #respond input#submit.alt.added span.added,
.woocommerce a.button.alt.added span.added,
.woocommerce button.button.alt.added span.added,
.woocommerce input.button.alt.added span.added,
.woocommerce input.button:disabled.added span.added,
.woocommerce input.button:disabled[disabled].added span.added,
.woocommerce a.button.loading.added span.added {
	visibility: visible;
	opacity: 1;
	display: block;
}

/**
 * Woo-elements
 * Styles for compare and wishlist
 *
 */
.woocommerce .product.hentry {
	margin-top: 0;
}

.woocommerce .product .tm-woocompare-page-button.button.alt,
.woocommerce .product .tm-woowishlist-page-button.button.btn {
	display: -webkit-inline-box;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 20px 0 5px;
	line-height: 30px;
	padding: 0;
	background: transparent;
	border: none;
	font-weight: 400;
}

.woocommerce .product .tm-woocompare-page-button.button.alt:after,
.woocommerce .product .tm-woowishlist-page-button.button.btn:after {
	display: block;
	content: '';
}

.woocommerce .product .tm-woocompare-page-button.button.alt:hover,
.woocommerce .product .tm-woowishlist-page-button.button.btn:hover {
	background: transparent;
	border: none;
}

.woocommerce.single-product .summary .wishlist_compare_button_block,
.woocommerce .single-product .summary .wishlist_compare_button_block {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	align-items: center;
}

.woocommerce.single-product .summary .wishlist_compare_button_block button.button.btn,
.woocommerce .single-product .summary .wishlist_compare_button_block button.button.btn {
	margin: 0 15px;
	display: inline-block;
	visibility: visible;
	opacity: 1;
	left: 0;
}

.woocommerce .content_bottom_wrap_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	padding-top: 15px;
}

.woocommerce .wishlist_compare_button_block {
	z-index: 111;
}

.woocommerce .wishlist_compare_button_block button.button.btn {
	font-size: 15px;
	font-size: 1rem;
	padding: 0;
	line-height: 1.2;
}

.woocommerce .wishlist_compare_button_block button.button.btn:last-child {
	margin-left: 22px;
}

.woocommerce .wishlist_compare_button_block button.button.btn span.text {
	position: absolute;
	top: -50px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	padding: 5px;
	border-radius: 2px;
	font-size: 0.6rem;
	line-height: 0.6rem;
	background: #000000;
	color: #ffffff;
	visibility: hidden;
	overflow: visible;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: none;
	pointer-events: none;
}

.woocommerce .wishlist_compare_button_block button.button.btn span.text:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 2px 0 2px;
	border-color: #000000 transparent transparent transparent;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	bottom: -4px;
	left: 50%;
}

.woocommerce .wishlist_compare_button_block button.button.btn:hover span.text {
	opacity: 1;
	visibility: visible;
	top: -25px;
}

.woocommerce .wishlist_compare_button_block button.button.btn.tm-woocompare-button:after {
	content: "\ea78";
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.3;
}

.woocommerce .wishlist_compare_button_block button.button.btn.tm-woocompare-button.in_compare:after {
	content: "\ea21";
	margin: 0;
}

.woocommerce .wishlist_compare_button_block button.button.btn.tm-woocompare-button.loading {
	opacity: 1;
}

.woocommerce .wishlist_compare_button_block button.button.btn.tm-woocompare-button.loading:after {
	content: "\e92d";
	position: relative;
	right: auto;
	top: auto;
}

.woocommerce .wishlist_compare_button_block button.button.btn.tm-woowishlist-button:after {
	content: "\ea84";
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.3;
}

.woocommerce .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.in_wishlist:after {
	content: "\ea21";
	margin: 0;
}

.woocommerce .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.loading {
	opacity: 1;
}

.woocommerce .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.loading:after {
	content: "\e92d";
	position: relative;
	right: auto;
	top: auto;
}

.woocommerce .swiper-wrapper .wishlist_compare_button_block button.button.btn span.text {
	top: 50%;
	left: 300%;
	right: auto;
	z-index: 1;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.woocommerce .swiper-wrapper .wishlist_compare_button_block button.button.btn span.text:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2px 4px 2px 0;
	border-color: transparent #000000 transparent transparent;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: auto;
	top: 50%;
	bottom: auto;
	left: -4px;
}

.woocommerce .swiper-wrapper .wishlist_compare_button_block button.button.btn:hover span.text {
	left: 115%;
	right: auto;
}

.woocommerce .swiper-wrapper .star-rating + .wishlist_compare_button_block button.button.btn span.text {
	left: auto;
	right: 300%;
}

.woocommerce .swiper-wrapper .star-rating + .wishlist_compare_button_block button.button.btn span.text:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2px 0 2px 4px;
	border-color: transparent transparent transparent #000000;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: -4px;
	top: 50%;
	bottom: auto;
	left: auto;
}

.woocommerce .swiper-wrapper .star-rating + .wishlist_compare_button_block button.button.btn:hover span.text {
	left: auto;
	right: 115%;
}

/**
 * Woo-elements
 * WooPagination
 *
 */
.woocommerce nav.woocommerce-pagination {
	text-align: left;
	border: none;
	margin: 2em 0 4em;
	padding-top: 3em;
	border-top: 1px solid #e6e8e8;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
	border: none;
	background: none;
}

.woocommerce nav.woocommerce-pagination .page-numbers {
	overflow: hidden;
}

.woocommerce nav.woocommerce-pagination a.next,
.woocommerce nav.woocommerce-pagination a.prev {
	margin-bottom: 4px !important;
}

.woocommerce nav.woocommerce-pagination a.next:before,
.woocommerce nav.woocommerce-pagination a.prev:before {
	display: block;
	position: absolute;
	display: inline-block;
	font-family: 'nc-icon-outline';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	text-align: center;
	left: 0;
	width: 100%;
	font-size: 14px;
	line-height: 48px;
}

.woocommerce nav.woocommerce-pagination a.next span,
.woocommerce nav.woocommerce-pagination a.prev span {
	font-size: 12.855px;
	font-size: 0.857rem;
	text-transform: uppercase;
}

.woocommerce nav.woocommerce-pagination a.next span i,
.woocommerce nav.woocommerce-pagination a.prev span i {
	font-size: 10px;
	margin: 8px;
	font-weight: 700;
}

.woocommerce nav.woocommerce-pagination a.next:before {
	content: "";
}

.woocommerce nav.woocommerce-pagination a.prev:before {
	content: "";
}

/**
 * Woo-elements
 * Woo Badges
 *
 */
.woocommerce .products .product span.onsale,
.woocommerce span.featured,
.woocommerce span.onsale,
.woocommerce span.new {
	padding: 4px;
	margin: 0;
	min-height: 0;
	min-width: 0;
	border-radius: 0;
	position: absolute;
	left: 10px;
	top: 10px;
	right: auto;
	z-index: 1;
	line-height: 1;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.single-product span.featured,
.single-product span.onsale,
.single-product span.new {
	padding: 6px 8px;
	margin-bottom: 24px;
}

/**
 * Woo-elements
 * Remove woocommerce grid system
 *
 */
.products.row, .cross-sells .products {
	clear: both;
}

.product-category-widget > a > img {
	width: 100%;
}

.shop_wrapper .products.row, .shop_wrapper .cross-sells .products, .cross-sells .shop_wrapper .products,
.page-description .woocommerce .products.row,
.page-description .woocommerce .cross-sells .products, .cross-sells
.page-description .woocommerce .products {
	clear: both;
}

/**
 * Woo-elements
 * Styles for listing products
 *
 */
.products .product {
	text-align: left;
	padding-bottom: 20px;
}

@media (min-width: 600px) {
	.products .product {
		padding-bottom: 0;
	}
}

.products .product .block_product_thumbnail {
	position: relative;
	margin-bottom: 6px;
	display: inline-block;
}

@media (min-width: 600px) {
	.products .product .block_product_thumbnail {
		display: block;
		margin-bottom: 12px;
	}
}

.products .product .block_product_thumbnail img {
	display: block;
	width: 100%;
}

.products .product .block_product_content {
	padding-bottom: 12px;
}

.products .product .block_product_content h3 {
	margin-bottom: 0;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: none;
}

.products .product .block_product_content .price {
	padding-bottom: 5px;
}

.products .product .block_product_content .price ins {
	float: left;
}

@media (min-width: 600px) {
	.products .product .block_product_content {
		padding-bottom: 32px;
	}
}

.products .product .product-categories,
.products .product .product-widget-tags {
	text-align: left;
	margin-bottom: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.products .product .product-categories li,
.products .product .product-widget-tags li {
	display: inline;
}

.products .product.product-list {
	padding-bottom: 20px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 600px) {
	.products .product.product-list {
		padding-bottom: 60px;
	}
}

.products .product.product-list .star-rating {
	padding-bottom: 10px;
}

.products .product.product-list .block_product_thumbnail {
	margin: 0 0 30px 0;
	float: none;
	width: 100%;
}

@media (min-width: 900px) {
	.products .product.product-list .block_product_thumbnail {
		margin: 0;
		float: left;
		width: 370px;
	}
}

.products .product.product-list .block_product_content {
	overflow: hidden;
	text-align: left;
	padding-top: 10px;
	padding-left: 0;
}

@media (min-width: 900px) {
	.products .product.product-list .block_product_content {
		padding-left: 30px;
	}
}

.products .product.product-list .product-categories {
	text-align: left;
	margin: -13px 0 4px 0;
}

.products .product.product-list h3 {
	margin-bottom: -8px;
}

#page .products .product.product-list a.button {
	padding: 15px 30px;
	border-radius: 0;
}

#page .products .product.product-list *:not(.star-rating) + a.button {
	margin-top: 30px;
}

#page .products .product.product-list *:not(.star-rating) + a.button + .wishlist_compare_button_block {
	padding-top: 46px;
}

.products .product.product-list .price {
	font-size: 15px;
	font-size: 1rem;
	font-weight: 500;
}

.products .product.product-list .star-rating {
	margin: 4px 0 30px;
}

.products .product.product-list .desc_products_listing_line {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 5px 0;
}

@media (min-width: 600px) {
	.products .product.product-list .desc_products_listing_line {
		margin: 12px 0 5px 0;
	}
}

.products .product.product-list .wishlist_compare_button_block {
	position: static;
	padding-top: 16px;
	display: inline-block;
	padding-left: 30px;
}

.products .product.product-list .wishlist_compare_button_block button.button.btn {
	display: inline-block;
}

.products .product.product-list.product-category {
	text-align: left;
}

.products .product.product-list.product-category > a {
	display: block;
	margin-bottom: 20px;
}

@media (min-width: 600px) {
	.products .product.product-list.product-category > a {
		float: left;
		margin: 0 30px 0 0;
	}
}

.products .product.product-list.product-category .title_count_block {
	text-align: left;
	padding: 0 0 20px 0;
	overflow: hidden;
}

.products .product.product-list.product-category .title_count_block h3 {
	display: block;
}

.products .product.product-list.product-category .title_count_block a {
	display: inline-block;
}

.products .product.product-list.product-category .product-category__description {
	overflow: hidden;
	padding-bottom: 20px;
}

.term-description {
	padding-bottom: 30px;
}

.tm-products-sale-end-date {
	position: absolute;
	text-align: center;
	bottom: 10px;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	align-items: center;
}

.tm-products-sale-end-date span {
	width: 50px;
	height: 50px;
	margin: 0 3px;
	padding: 9px 0 0 0;
	border-radius: 620px;
	box-sizing: border-box;
	line-height: 16px;
}

.tm-products-sale-end-date span i {
	font-size: 12px;
	text-transform: capitalize;
	display: block;
	font-style: normal;
	font-weight: 400;
}

.tm-wc-ajax-products-wrapper {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	padding-top: 10px;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper {
	-webkit-box-flex: 1;
	-moz-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding-bottom: 15px;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price {
	padding: 12px 22px 12px 22px;
	font-size: 15px;
	line-height: 20px;
	border-radius: 0;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	font-size: 15px;
	font-size: 1rem;
	border: 1px solid #ECECEC;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute:hover, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price:hover {
	box-shadow: inset 0px 0px 0px 3px #e6e8e8;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute .tm-wc-ajax-filters-dismiss, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price .tm-wc-ajax-filters-dismiss {
	margin-left: 5px;
	line-height: 22px;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute .tm-wc-ajax-filters-dismiss .dashicons, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price .tm-wc-ajax-filters-dismiss .dashicons {
	display: none;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute .tm-wc-ajax-filters-dismiss:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price .tm-wc-ajax-filters-dismiss:after {
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\ea18';
	color: #b9bdcd;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	font-size: 15px;
	font-size: 1rem;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button {
	font-size: 14px;
	float: none;
	background: none;
	border: none;
	text-transform: uppercase;
	font-weight: 500;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button::before {
	content: '\ed2d';
	display: inline-block;
	font-family: 'nc-icon-outline';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}

.tm-wc-ajax-products-wrapper .woocommerce-message {
	-webkit-box-flex: 1;
	-moz-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	background: rgba(65, 163, 58, 0.1);
	color: #41a33a;
	border: 1px solid #41a33a;
	font-size: 15px;
	padding: 10px 15px 10px 40px;
}

.tm-wc-ajax-products-wrapper .woocommerce-message::before {
	color: #41a33a;
}

.tm-wc-ajax-products-wrapper .woocommerce-message .button {
	margin-top: 4px;
	font-size: 14px;
}

.tm-wc-ajax-products-wrapper .woocommerce-result-count {
	-webkit-box-ordinal-group: 4;
	-moz-order: 3;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-flex: 1;
	-moz-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0 25px 30px 0;
	font-size: 15px;
	line-height: 34px;
	text-align: left;
	padding-right: 20px;
}

@media (min-width: 600px) {
	.tm-wc-ajax-products-wrapper .woocommerce-result-count {
		margin: 7px 0 0 0;
		-webkit-box-flex: 1;
		-moz-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-ordinal-group: 3;
		-moz-order: 2;
		-ms-flex-order: 2;
		order: 2;
		text-align: right;
		padding-right: 80px;
	}
}

.tm-wc-ajax-products-wrapper .woocommerce-ordering {
	-webkit-box-ordinal-group: 2;
	-moz-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 0;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	position: relative;
	margin-bottom: 5px;
}

.tm-wc-ajax-products-wrapper .woocommerce-ordering select {
	width: 150px;
	font-size: 14px;
	line-height: 24px;
	padding: 5px 10px 5px 12px;
	height: 45px;
	cursor: pointer;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

@media (min-width: 600px) {
	.tm-wc-ajax-products-wrapper .woocommerce-ordering select {
		width: 200px;
		padding: 5px 20px 5px 22px;
	}
}

@media (min-width: 600px) {
	.tm-wc-ajax-products-wrapper .woocommerce-ordering select {
		width: 270px;
	}
}

.tm-wc-ajax-products-wrapper .woocommerce-ordering:after {
	position: absolute;
	right: 10px;
	top: 8px;
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	line-height: 30px;
	content: "\e93b";
	cursor: pointer;
	pointer-events: none;
}

@media (min-width: 600px) {
	.tm-wc-ajax-products-wrapper .woocommerce-ordering:after {
		right: 20px;
	}
}

.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper {
	-webkit-box-ordinal-group: 3;
	-moz-order: 2;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 1;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	padding-right: 3px;
}

@media (min-width: 600px) {
	.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper {
		-webkit-box-ordinal-group: 4;
		-moz-order: 3;
		-ms-flex-order: 3;
		order: 3;
		-webkit-box-flex: 0;
		-moz-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}

.tm-wc-ajax-products-wrapper .products.row, .tm-wc-ajax-products-wrapper .cross-sells .products, .cross-sells .tm-wc-ajax-products-wrapper .products {
	-webkit-box-ordinal-group: 5;
	-moz-order: 4;
	-ms-flex-order: 4;
	order: 4;
	-webkit-box-flex: 1;
	-moz-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	align-self: auto;
	max-width: calc(100% + 2.01613rem);
	margin-top: 18px;
	position: relative;
}

@media (min-width: 600px) {
	.tm-wc-ajax-products-wrapper .products.row, .tm-wc-ajax-products-wrapper .cross-sells .products, .cross-sells .tm-wc-ajax-products-wrapper .products {
		padding: 60px 0 0 0;
	}
}

.tm-wc-ajax-products-wrapper .products.row::before, .tm-wc-ajax-products-wrapper .cross-sells .products::before, .cross-sells .tm-wc-ajax-products-wrapper .products::before {
	content: '' !important;
	width: calc(100% - 30px);
	left: 15px;
	right: 15px;
	height: 1px;
	background: #ECECEC;
	position: absolute;
	top: 0;
	display: block;
}

.tm-wc-ajax-products-wrapper .woocommerce-pagination,
.tm-wc-ajax-products-wrapper .pagination {
	-webkit-box-ordinal-group: 7;
	-moz-order: 6;
	-ms-flex-order: 6;
	order: 6;
	-webkit-box-flex: 1;
	-moz-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	align-self: auto;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-load-more-button {
	-webkit-box-ordinal-group: 6;
	-moz-order: 5;
	-ms-flex-order: 5;
	order: 5;
	-webkit-box-flex: 0;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	align-self: auto;
	margin-left: auto !important;
	margin-right: auto !important;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-load-more-button.loading::after {
	display: none;
	content: '';
	visibility: hidden;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-load-more-button.loading::before {
	margin-right: 10px;
}

.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper {
	position: relative;
	margin-bottom: 5px;
}

.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button {
	display: block;
}

.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button .tm-woo-grid-list-toggler {
	background: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 45px;
	height: 45px;
	margin-left: 15px;
	padding: 0;
	box-shadow: none;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	text-align: center;
}

.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button .tm-woo-grid-list-toggler .dashicons {
	font-size: 14px;
	width: 48px;
	height: 48px;
	line-height: 45px;
	border: 1px solid #ECECEC;
	color: #ECECEC;
	border-radius: 0;
}

.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button .tm-woo-grid-list-toggler .dashicons:before {
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 48px;
	height: 48px;
}

.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button .tm-woo-grid-list-toggler.tm-woo-grid-list-toggle-button-list .dashicons:before {
	content: "\ea9d";
}

.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button .tm-woo-grid-list-toggler.tm-woo-grid-list-toggle-button-grid .dashicons:before {
	content: "\ea8a";
}

.woocommerce div.product .woocommerce-variation-price span.price {
	font-size: 28px;
}

/**
 * Woo-elements
 * SingleProduct Styles
 *
 */
.woocommerce.single-product div.product.product-type-simple .single_product_wrapper form.cart,
.woocommerce .single-product div.product.product-type-simple .single_product_wrapper form.cart {
	padding-top: 18px;
}

.woocommerce.single-product div.product.outofstock .single_product_wrapper div[itemprop="description"],
.woocommerce .single-product div.product.outofstock .single_product_wrapper div[itemprop="description"] {
	margin-bottom: 1.5em;
	padding-top: 1em;
}

.woocommerce.single-product div.product h1.product_title,
.woocommerce .single-product div.product h1.product_title {
	margin-bottom: 24px;
	text-transform: none;
}

.woocommerce.single-product div.product .single_product_wrapper,
.woocommerce .single-product div.product .single_product_wrapper {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-line-pack: space-between;
	align-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}

.woocommerce.single-product div.product .single_product_wrapper .images,
.woocommerce .single-product div.product .single_product_wrapper .images {
	-webkit-box-flex: 1;
	-moz-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	position: relative;
	float: none;
	width: auto;
}

@media (min-width: 600px) {
	.woocommerce.single-product div.product .single_product_wrapper .images,
	.woocommerce .single-product div.product .single_product_wrapper .images {
		-webkit-box-flex: 0;
		-moz-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}
}

.woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails,
.woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails {
	padding-top: 0;
	margin-left: -5px;
	margin-right: -5px;
	width: calc(100% + 10px);
	content: "";
	display: table;
	table-layout: fixed;
}

.woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail,
.woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail {
	float: left;
	width: 21%;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
	border-radius: 2px;
}

.woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail:before,
.woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail:before {
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	content: '';
	width: calc(100% - 10px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 5px;
	border: 2px solid transparent;
	border-radius: 2px;
}

.woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail:last-child,
.woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail:last-child {
	margin-right: 0;
}

.woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail:hover img, .woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail.selected img,
.woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail:hover img,
.woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail.selected img {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	border-radius: 2px;
}

.woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail.last,
.woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail.last {
	margin-right: 0;
}

.woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail.first,
.woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail.first {
	clear: both;
}

.woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails.columns-1,
.woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails.columns-1 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails.columns-1 .thumbnail,
.woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails.columns-1 .thumbnail {
	width: 100%;
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails.columns-1 .thumbnail:before,
.woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails.columns-1 .thumbnail:before {
	width: 100%;
	left: 0;
}

.woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails.columns-2 .thumbnail,
.woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails.columns-2 .thumbnail {
	width: 50%;
}

.woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails.columns-4 .thumbnail,
.woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails.columns-4 .thumbnail {
	width: 25%;
}

.woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails.columns-5 .thumbnail,
.woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails.columns-5 .thumbnail {
	width: 20%;
}

.woocommerce.single-product div.product .single_product_wrapper .summary.entry-summary,
.woocommerce .single-product div.product .single_product_wrapper .summary.entry-summary {
	float: none;
	width: auto;
	-webkit-box-flex: 1;
	-moz-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

@media (min-width: 600px) {
	.woocommerce.single-product div.product .single_product_wrapper .summary.entry-summary,
	.woocommerce .single-product div.product .single_product_wrapper .summary.entry-summary {
		-webkit-box-flex: 0;
		-moz-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		padding-left: 2.01613rem;
		display: -webkit-box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: none;
		flex-wrap: nowrap;
	}
}

.woocommerce.single-product div.product .single_product_wrapper .enlarge,
.woocommerce .single-product div.product .single_product_wrapper .enlarge {
	position: absolute;
	z-index: 1;
	display: block;
	font-size: 21px;
	color: #b9bdcd;
	cursor: pointer;
	top: 0;
	right: 0;
}

.woocommerce.single-product div.product .single_product_wrapper .enlarge i,
.woocommerce .single-product div.product .single_product_wrapper .enlarge i {
	position: absolute;
	top: 0;
	right: 0;
}

.woocommerce.single-product div.product .product_title,
.woocommerce .single-product div.product .product_title {
	margin-bottom: 20px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.woocommerce.single-product div.product div[itemprop="offers"],
.woocommerce .single-product div.product div[itemprop="offers"] {
	-webkit-box-ordinal-group: 4;
	-moz-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.woocommerce.single-product div.product .woocommerce-product-rating,
.woocommerce .single-product div.product .woocommerce-product-rating {
	margin-bottom: 15px;
	-webkit-box-ordinal-group: 5;
	-moz-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.woocommerce.single-product div.product .woocommerce-product-rating .star-rating,
.woocommerce .single-product div.product .woocommerce-product-rating .star-rating {
	margin-top: 12px;
}

.woocommerce.single-product div.product div[itemprop="description"],
.woocommerce .single-product div.product div[itemprop="description"] {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	margin-bottom: 22px;
}

.woocommerce.single-product div.product .stock,
.woocommerce .single-product div.product .stock {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 23px 0 16px;
	font-size: 14px;
	font-weight: 800;
}

.woocommerce.single-product div.product .wishlist_compare_button_block,
.woocommerce .single-product div.product .wishlist_compare_button_block {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
	z-index: 1;
}

.woocommerce.single-product div.product .product_meta,
.woocommerce .single-product div.product .product_meta {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.woocommerce.single-product div.product .product_meta__footer,
.woocommerce .single-product div.product .product_meta__footer {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.woocommerce.single-product div.product .woo-social-buttons,
.woocommerce .single-product div.product .woo-social-buttons {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.woocommerce.single-product div.product .woo-social-buttons span,
.woocommerce .single-product div.product .woo-social-buttons span {
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	border-radius: 50%;
}

.woocommerce.single-product div.product .woo-social-buttons span a,
.woocommerce .single-product div.product .woo-social-buttons span a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
}

.woocommerce.single-product div.product .woocommerce-review-link,
.woocommerce .single-product div.product .woocommerce-review-link {
	float: left;
	margin: 0 0 0 30px;
}

@media (min-width: 600px) {
	.woocommerce.single-product div.product .woocommerce-review-link,
	.woocommerce .single-product div.product .woocommerce-review-link {
		margin: 7px 0 0 30px;
	}
}

.woocommerce.single-product div.product p.price,
.woocommerce .single-product div.product p.price {
	margin-bottom: 17px;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.woocommerce.single-product div.product .woocommerce-product-details__short-description,
.woocommerce .single-product div.product .woocommerce-product-details__short-description {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	margin-bottom: 8px;
}

.woocommerce.single-product div.product .woocommerce-variation-availability,
.woocommerce .single-product div.product .woocommerce-variation-availability {
	display: none;
}

.woocommerce.single-product div.product form.cart,
.woocommerce .single-product div.product form.cart {
	margin-bottom: 1em;
	-webkit-box-ordinal-group: 7;
	-moz-order: 6;
	-ms-flex-order: 6;
	order: 6;
}

@media (min-width: 900px) {
	.woocommerce.single-product div.product form.cart,
	.woocommerce .single-product div.product form.cart {
		margin-bottom: 23px;
	}
}

.woocommerce.single-product div.product form.cart .variations,
.woocommerce .single-product div.product form.cart .variations {
	margin-bottom: 0;
}

.woocommerce.single-product div.product form.cart .variations td,
.woocommerce .single-product div.product form.cart .variations td {
	display: block;
	overflow: hidden;
}

.woocommerce.single-product div.product form.cart .variations .label label,
.woocommerce .single-product div.product form.cart .variations .label label {
	font-weight: 300;
}

.woocommerce.single-product div.product form.cart .variations td.value,
.woocommerce .single-product div.product form.cart .variations td.value {
	position: relative;
	padding-bottom: 3px;
}

.woocommerce.single-product div.product form.cart .variations td.value .reset_variations,
.woocommerce .single-product div.product form.cart .variations td.value .reset_variations {
	float: left;
	font-size: 1em;
}

.woocommerce.single-product div.product form.cart .variations select,
.woocommerce .single-product div.product form.cart .variations select {
	display: block;
	max-width: 100%;
	width: 100%;
	min-width: 0;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 16px) 22px;
}

@media (min-width: 1200px) {
	.woocommerce.single-product div.product form.cart .variations select,
	.woocommerce .single-product div.product form.cart .variations select {
		width: 50%;
	}
}

.woocommerce.single-product div.product form.cart .variations select::before,
.woocommerce .single-product div.product form.cart .variations select::before {
	content: "\e93b";
	position: absolute;
	right: 10px;
	top: 8px;
	display: inline-block;
	font-family: 'nc-icon-mini';
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	line-height: 30px;
	cursor: pointer;
	pointer-events: none;
}

.woocommerce.single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price,
.woocommerce .single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price {
	padding: 0 0 15px;
}

.woocommerce.single-product div.product form.cart div.quantity,
.woocommerce .single-product div.product form.cart div.quantity {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-right: 30px;
}

.woocommerce.single-product div.product form.cart div.quantity input,
.woocommerce .single-product div.product form.cart div.quantity input {
	height: 50px;
	width: 70px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 10px;
}

.woocommerce.single-product div.product form.cart div.quantity input::-webkit-inner-spin-button, .woocommerce.single-product div.product form.cart div.quantity input::-webkit-outer-spin-button,
.woocommerce .single-product div.product form.cart div.quantity input::-webkit-inner-spin-button,
.woocommerce .single-product div.product form.cart div.quantity input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce.single-product div.product form.cart div.quantity span,
.woocommerce .single-product div.product form.cart div.quantity span {
	top: auto;
	bottom: auto;
	left: auto;
	padding: 10px;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.woocommerce.single-product div.product form.cart div.quantity span::before,
.woocommerce .single-product div.product form.cart div.quantity span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	font-size: 1rem;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

.woocommerce.single-product div.product form.cart div.quantity span.tm-qty-minus,
.woocommerce .single-product div.product form.cart div.quantity span.tm-qty-minus {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	bottom: 0;
}

.woocommerce.single-product div.product form.cart div.quantity span.tm-qty-minus::before,
.woocommerce .single-product div.product form.cart div.quantity span.tm-qty-minus::before {
	content: '\ea17';
}

.woocommerce.single-product div.product form.cart div.quantity span.tm-qty-plus,
.woocommerce .single-product div.product form.cart div.quantity span.tm-qty-plus {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	top: 0;
}

.woocommerce.single-product div.product form.cart div.quantity span.tm-qty-plus::before,
.woocommerce .single-product div.product form.cart div.quantity span.tm-qty-plus::before {
	content: '\ea16';
}

.woocommerce.single-product div.product form.cart .button,
.woocommerce .single-product div.product form.cart .button {
	clear: left;
	margin-top: 20px;
	margin-left: 0;
	padding: 15px 28px;
	border-radius: 0;
}

.woocommerce.single-product div.product form.cart .button::before,
.woocommerce .single-product div.product form.cart .button::before {
	position: relative;
	top: 2px;
	margin-right: 10px;
}

@media (min-width: 900px) {
	.woocommerce.single-product div.product form.cart .button,
	.woocommerce .single-product div.product form.cart .button {
		margin-top: 0;
		margin-left: 20px;
		clear: none;
	}
}

.woocommerce.single-product div.product .product_meta,
.woocommerce .single-product div.product .product_meta {
	font-size: 12px;
	line-height: 21px;
	padding-bottom: 10px;
}

.woocommerce.single-product div.product .summary .wishlist_compare_button_block,
.woocommerce .single-product div.product .summary .wishlist_compare_button_block {
	padding-bottom: 15px;
	width: 100%;
}

@media (min-width: 900px) {
	.woocommerce.single-product div.product .summary .wishlist_compare_button_block,
	.woocommerce .single-product div.product .summary .wishlist_compare_button_block {
		width: 60%;
	}
}

.woocommerce.single-product div.product .summary .wishlist_compare_button_block .tm-woowishlist-page-button,
.woocommerce .single-product div.product .summary .wishlist_compare_button_block .tm-woowishlist-page-button {
	width: auto !important;
	box-shadow: none;
}

.woocommerce.single-product div.product .summary .wishlist_compare_button_block .button.button.btn,
.woocommerce .single-product div.product .summary .wishlist_compare_button_block .button.button.btn {
	padding: 0;
	width: 20px;
	height: 30px;
	margin-bottom: 15px;
}

@media (min-width: 900px) {
	.woocommerce.single-product div.product .summary .wishlist_compare_button_block .button.button.btn,
	.woocommerce .single-product div.product .summary .wishlist_compare_button_block .button.button.btn {
		margin-bottom: 0;
	}
}

.woocommerce.single-product div.product .summary .wishlist_compare_button_block .button.button.btn.alt,
.woocommerce .single-product div.product .summary .wishlist_compare_button_block .button.button.btn.alt {
	width: auto;
	box-shadow: none;
}

@media (min-width: 900px) {
	.woocommerce.single-product div.product .summary .wishlist_compare_button_block,
	.woocommerce .single-product div.product .summary .wishlist_compare_button_block {
		width: 100%;
	}
}

.woocommerce.single-product div.product .woo-social-buttons,
.woocommerce .single-product div.product .woo-social-buttons {
	margin: 10px 0;
}

.woocommerce.single-product div.product .woo-social-buttons > span,
.woocommerce .single-product div.product .woo-social-buttons > span {
	margin: 0 17px 0 0;
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom,
.woocommerce .single-product div.product .woo-social-buttons > span.custom {
	font-size: 15px;
	font-size: 1rem;
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom a,
.woocommerce .single-product div.product .woo-social-buttons > span.custom a {
	text-decoration: none;
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom a img,
.woocommerce .single-product div.product .woo-social-buttons > span.custom a img {
	display: none;
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom a:after,
.woocommerce .single-product div.product .woo-social-buttons > span.custom a:after {
	font-family: fontawesome;
	width: 23px;
	height: 23px;
	line-height: 23px;
	font-size: 18px;
	display: inline-block;
	text-align: center;
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_facebook a:after,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_facebook a:after {
	content: '\f09a';
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_twitter a:after,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_twitter a:after {
	content: '\f099';
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_googleplus a:after,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_googleplus a:after {
	content: '\f0d5';
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_linkedin a:after,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_linkedin a:after {
	content: '\f0e1';
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_pinterest a:after,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_pinterest a:after {
	content: '\f0d2';
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_tumblr a:after,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_tumblr a:after {
	content: '\f173';
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_stumbleupon a:after,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_stumbleupon a:after {
	content: '\f1a4';
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_vkontakte a:after,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_vkontakte a:after {
	content: '\f189 ';
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_email a:after,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_email a:after {
	content: '\f0e0';
}

.woocommerce.single-product div.product .sku_wrapper,
.woocommerce.single-product div.product .meta_stock,
.woocommerce.single-product div.product .posted_in,
.woocommerce.single-product div.product .tagged_as,
.woocommerce .single-product div.product .sku_wrapper,
.woocommerce .single-product div.product .meta_stock,
.woocommerce .single-product div.product .posted_in,
.woocommerce .single-product div.product .tagged_as {
	display: block;
	font-size: 13px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 400;
}

.woocommerce.single-product div.product .woocommerce-tabs,
.woocommerce .single-product div.product .woocommerce-tabs {
	padding-top: 15px;
}

.woocommerce.single-product div.product .woocommerce-tabs .tabs,
.woocommerce .single-product div.product .woocommerce-tabs .tabs {
	margin: 0;
	border-bottom: 1px solid;
}

.woocommerce.single-product div.product .woocommerce-tabs .tabs:before,
.woocommerce .single-product div.product .woocommerce-tabs .tabs:before {
	display: none;
}

.woocommerce.single-product div.product .woocommerce-tabs .tabs li,
.woocommerce .single-product div.product .woocommerce-tabs .tabs li {
	border-radius: 0;
	border-bottom-width: 0;
}

.woocommerce.single-product div.product .woocommerce-tabs .tabs li:after,
.woocommerce .single-product div.product .woocommerce-tabs .tabs li:after {
	display: none;
}

.woocommerce.single-product div.product .woocommerce-tabs .tabs li.active, .woocommerce.single-product div.product .woocommerce-tabs .tabs li:hover,
.woocommerce .single-product div.product .woocommerce-tabs .tabs li.active,
.woocommerce .single-product div.product .woocommerce-tabs .tabs li:hover {
	background: none;
}

.woocommerce.single-product div.product .related, .woocommerce.single-product div.product .up-sells,
.woocommerce .single-product div.product .related,
.woocommerce .single-product div.product .up-sells {
	border-top: 1px solid #e6e8e8;
	padding-top: 2.2em;
	padding-bottom: 0;
	position: relative;
}

.woocommerce.single-product div.product .related .title-decoration::before, .woocommerce.single-product div.product .up-sells .title-decoration::before,
.woocommerce .single-product div.product .related .title-decoration::before,
.woocommerce .single-product div.product .up-sells .title-decoration::before {
	display: none;
}

.woocommerce.single-product div.product .related h4, .woocommerce.single-product div.product .up-sells h4,
.woocommerce .single-product div.product .related h4,
.woocommerce .single-product div.product .up-sells h4 {
	text-align: center;
	margin-bottom: 1.28em;
}

.woocommerce table.shop_attributes {
	border-top: none;
}

.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
	border: none;
	background: none;
}

.woocommerce table.shop_attributes th {
	background: transparent;
	border: none;
	font-weight: 700;
}

.woocommerce table.shop_attributes td {
	background: transparent;
	border: none;
	padding-left: 10px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
	background: transparent;
}

.woocommerce #reviews .comment-form-rating label {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 900;
}

.woocommerce #reviews .comment-form-rating p.stars {
	display: inline-block;
}

.woocommerce #reviews #comments ol.commentlist {
	padding-top: 20px;
}

.woocommerce #reviews #comments ol.commentlist li:last-child {
	border-bottom: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container {
	content: "";
	display: table;
	table-layout: fixed;
	padding-bottom: 25px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 75px;
	border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left: 100px;
	border-radius: 0;
	position: relative;
	font-size: 14px;
	padding: 10px 3px 15px 20px;
	border: 1px solid #ECECEC;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -11px;
	width: 11px;
	height: 11px;
	background: #fff;
	border-top: 1px solid #ECECEC;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
	content: '';
	width: 15px;
	height: 1px;
	background: #ECECEC;
	position: absolute;
	top: 5px;
	left: -13px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	margin-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
	margin-bottom: 0;
}

.woocommerce .comment-form {
	padding: 0;
}

.woocommerce .comment-form-author,
.woocommerce .comment-form-email,
.woocommerce .comment-form-comment {
	padding-bottom: 10px;
}

.woocommerce .comment-form-author input,
.woocommerce .comment-form-author textarea,
.woocommerce .comment-form-email input,
.woocommerce .comment-form-email textarea,
.woocommerce .comment-form-comment input,
.woocommerce .comment-form-comment textarea {
	padding-left: 55px;
	width: 100%;
}

.easyzoom {
	display: block;
	position: relative;
	width: 100%;
}

.easyzoom > a {
	pointer-events: none;
	display: block;
}

.easyzoom-flyout {
	position: absolute;
	overflow: hidden;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	border: none;
	border-radius: 4px;
}

.easyzoom-flyout img {
	width: auto !important;
	max-width: inherit;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-ready a {
	cursor: crosshair;
}

.woocommerce .mfp-figure:after {
	display: none;
}

.woocommerce .mfp-bg {
	background: #ffffff;
	opacity: 1;
}

/**
 * Woo-elements
 * Styles for woocommerce product widgets
 *
 */
.woocommerce .products-categories .product.swiper-slide {
	position: relative;
}

.woocommerce .products-categories .product.swiper-slide .title_count_block {
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	padding: 12px 20px;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

@media (min-width: 600px) {
	.before-content-area .woocommerce.widget_products > ul,
	.after-content-area .woocommerce.widget_products > ul,
	.before-loop-area .woocommerce.widget_products > ul,
	.full-width-header-area .woocommerce.widget_products > ul,
	.after-content-full-width-area .woocommerce.widget_products > ul, .before-content-area
	.woocommerce.widget_top_rated_products > ul,
	.after-content-area
	.woocommerce.widget_top_rated_products > ul,
	.before-loop-area
	.woocommerce.widget_top_rated_products > ul,
	.full-width-header-area
	.woocommerce.widget_top_rated_products > ul,
	.after-content-full-width-area
	.woocommerce.widget_top_rated_products > ul, .before-content-area
	.woocommerce.widget_recent_reviews > ul,
	.after-content-area
	.woocommerce.widget_recent_reviews > ul,
	.before-loop-area
	.woocommerce.widget_recent_reviews > ul,
	.full-width-header-area
	.woocommerce.widget_recent_reviews > ul,
	.after-content-full-width-area
	.woocommerce.widget_recent_reviews > ul, .before-content-area
	.woocommerce.widget_recently_viewed_products > ul,
	.after-content-area
	.woocommerce.widget_recently_viewed_products > ul,
	.before-loop-area
	.woocommerce.widget_recently_viewed_products > ul,
	.full-width-header-area
	.woocommerce.widget_recently_viewed_products > ul,
	.after-content-full-width-area
	.woocommerce.widget_recently_viewed_products > ul {
		display: -webkit-box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-moz-align-items: stretch;
		align-items: stretch;
	}
}

.before-content-area .woocommerce.widget_products > ul > li,
.after-content-area .woocommerce.widget_products > ul > li,
.before-loop-area .woocommerce.widget_products > ul > li,
.full-width-header-area .woocommerce.widget_products > ul > li,
.after-content-full-width-area .woocommerce.widget_products > ul > li, .before-content-area
.woocommerce.widget_top_rated_products > ul > li,
.after-content-area
.woocommerce.widget_top_rated_products > ul > li,
.before-loop-area
.woocommerce.widget_top_rated_products > ul > li,
.full-width-header-area
.woocommerce.widget_top_rated_products > ul > li,
.after-content-full-width-area
.woocommerce.widget_top_rated_products > ul > li, .before-content-area
.woocommerce.widget_recent_reviews > ul > li,
.after-content-area
.woocommerce.widget_recent_reviews > ul > li,
.before-loop-area
.woocommerce.widget_recent_reviews > ul > li,
.full-width-header-area
.woocommerce.widget_recent_reviews > ul > li,
.after-content-full-width-area
.woocommerce.widget_recent_reviews > ul > li, .before-content-area
.woocommerce.widget_recently_viewed_products > ul > li,
.after-content-area
.woocommerce.widget_recently_viewed_products > ul > li,
.before-loop-area
.woocommerce.widget_recently_viewed_products > ul > li,
.full-width-header-area
.woocommerce.widget_recently_viewed_products > ul > li,
.after-content-full-width-area
.woocommerce.widget_recently_viewed_products > ul > li {
	-webkit-box-flex: 0;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
}

@media (min-width: 600px) {
	.before-content-area .woocommerce.widget_products > ul > li,
	.after-content-area .woocommerce.widget_products > ul > li,
	.before-loop-area .woocommerce.widget_products > ul > li,
	.full-width-header-area .woocommerce.widget_products > ul > li,
	.after-content-full-width-area .woocommerce.widget_products > ul > li, .before-content-area
	.woocommerce.widget_top_rated_products > ul > li,
	.after-content-area
	.woocommerce.widget_top_rated_products > ul > li,
	.before-loop-area
	.woocommerce.widget_top_rated_products > ul > li,
	.full-width-header-area
	.woocommerce.widget_top_rated_products > ul > li,
	.after-content-full-width-area
	.woocommerce.widget_top_rated_products > ul > li, .before-content-area
	.woocommerce.widget_recent_reviews > ul > li,
	.after-content-area
	.woocommerce.widget_recent_reviews > ul > li,
	.before-loop-area
	.woocommerce.widget_recent_reviews > ul > li,
	.full-width-header-area
	.woocommerce.widget_recent_reviews > ul > li,
	.after-content-full-width-area
	.woocommerce.widget_recent_reviews > ul > li, .before-content-area
	.woocommerce.widget_recently_viewed_products > ul > li,
	.after-content-area
	.woocommerce.widget_recently_viewed_products > ul > li,
	.before-loop-area
	.woocommerce.widget_recently_viewed_products > ul > li,
	.full-width-header-area
	.woocommerce.widget_recently_viewed_products > ul > li,
	.after-content-full-width-area
	.woocommerce.widget_recently_viewed_products > ul > li {
		-webkit-box-flex: 0;
		-moz-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		max-width: 50%;
	}
}

@media (min-width: 900px) {
	.before-content-area .woocommerce.widget_products > ul > li,
	.after-content-area .woocommerce.widget_products > ul > li,
	.before-loop-area .woocommerce.widget_products > ul > li,
	.full-width-header-area .woocommerce.widget_products > ul > li,
	.after-content-full-width-area .woocommerce.widget_products > ul > li, .before-content-area
	.woocommerce.widget_top_rated_products > ul > li,
	.after-content-area
	.woocommerce.widget_top_rated_products > ul > li,
	.before-loop-area
	.woocommerce.widget_top_rated_products > ul > li,
	.full-width-header-area
	.woocommerce.widget_top_rated_products > ul > li,
	.after-content-full-width-area
	.woocommerce.widget_top_rated_products > ul > li, .before-content-area
	.woocommerce.widget_recent_reviews > ul > li,
	.after-content-area
	.woocommerce.widget_recent_reviews > ul > li,
	.before-loop-area
	.woocommerce.widget_recent_reviews > ul > li,
	.full-width-header-area
	.woocommerce.widget_recent_reviews > ul > li,
	.after-content-full-width-area
	.woocommerce.widget_recent_reviews > ul > li, .before-content-area
	.woocommerce.widget_recently_viewed_products > ul > li,
	.after-content-area
	.woocommerce.widget_recently_viewed_products > ul > li,
	.before-loop-area
	.woocommerce.widget_recently_viewed_products > ul > li,
	.full-width-header-area
	.woocommerce.widget_recently_viewed_products > ul > li,
	.after-content-full-width-area
	.woocommerce.widget_recently_viewed_products > ul > li {
		-webkit-box-flex: 0;
		-moz-flex: 0 1 33%;
		-ms-flex: 0 1 33%;
		flex: 0 1 33%;
		max-width: 33%;
	}
}

@media (min-width: 1200px) {
	.before-content-area .woocommerce.widget_products > ul > li,
	.after-content-area .woocommerce.widget_products > ul > li,
	.before-loop-area .woocommerce.widget_products > ul > li,
	.full-width-header-area .woocommerce.widget_products > ul > li,
	.after-content-full-width-area .woocommerce.widget_products > ul > li, .before-content-area
	.woocommerce.widget_top_rated_products > ul > li,
	.after-content-area
	.woocommerce.widget_top_rated_products > ul > li,
	.before-loop-area
	.woocommerce.widget_top_rated_products > ul > li,
	.full-width-header-area
	.woocommerce.widget_top_rated_products > ul > li,
	.after-content-full-width-area
	.woocommerce.widget_top_rated_products > ul > li, .before-content-area
	.woocommerce.widget_recent_reviews > ul > li,
	.after-content-area
	.woocommerce.widget_recent_reviews > ul > li,
	.before-loop-area
	.woocommerce.widget_recent_reviews > ul > li,
	.full-width-header-area
	.woocommerce.widget_recent_reviews > ul > li,
	.after-content-full-width-area
	.woocommerce.widget_recent_reviews > ul > li, .before-content-area
	.woocommerce.widget_recently_viewed_products > ul > li,
	.after-content-area
	.woocommerce.widget_recently_viewed_products > ul > li,
	.before-loop-area
	.woocommerce.widget_recently_viewed_products > ul > li,
	.full-width-header-area
	.woocommerce.widget_recently_viewed_products > ul > li,
	.after-content-full-width-area
	.woocommerce.widget_recently_viewed_products > ul > li {
		-webkit-box-flex: 0;
		-moz-flex: 0 1 25%;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
		max-width: 25%;
	}
}

.woocommerce.widget_products > ul > li,
.woocommerce.widget_top_rated_products > ul > li,
.woocommerce.widget_recent_reviews > ul > li,
.woocommerce.widget_recently_viewed_products > ul > li {
	padding: 10px 10px 10px 0;
}

.woocommerce.widget_products > ul > li:last-child,
.woocommerce.widget_top_rated_products > ul > li:last-child,
.woocommerce.widget_recent_reviews > ul > li:last-child,
.woocommerce.widget_recently_viewed_products > ul > li:last-child {
	border: none;
}

.woocommerce.widget_products > ul > li > a,
.woocommerce.widget_top_rated_products > ul > li > a,
.woocommerce.widget_recent_reviews > ul > li > a,
.woocommerce.widget_recently_viewed_products > ul > li > a {
	display: block;
}

.woocommerce.widget_products > ul > li > a img,
.woocommerce.widget_top_rated_products > ul > li > a img,
.woocommerce.widget_recent_reviews > ul > li > a img,
.woocommerce.widget_recently_viewed_products > ul > li > a img {
	width: 100%;
	float: none;
	margin-left: 0;
}

.woocommerce.widget_products > ul > li .product_widget_content,
.woocommerce.widget_top_rated_products > ul > li .product_widget_content,
.woocommerce.widget_recent_reviews > ul > li .product_widget_content,
.woocommerce.widget_recently_viewed_products > ul > li .product_widget_content {
	overflow: hidden;
	width: 100%;
}

.woocommerce.widget_products > ul > li .product_widget_content .product-widget-categories,
.woocommerce.widget_top_rated_products > ul > li .product_widget_content .product-widget-categories,
.woocommerce.widget_recent_reviews > ul > li .product_widget_content .product-widget-categories,
.woocommerce.widget_recently_viewed_products > ul > li .product_widget_content .product-widget-categories {
	margin: 10px 0 0;
}

.woocommerce.widget_products > ul > li .product-widget-categories,
.woocommerce.widget_top_rated_products > ul > li .product-widget-categories,
.woocommerce.widget_recent_reviews > ul > li .product-widget-categories,
.woocommerce.widget_recently_viewed_products > ul > li .product-widget-categories {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: -7px 0 0 0;
}

.woocommerce.widget_products > ul > li .product-widget-categories a,
.woocommerce.widget_top_rated_products > ul > li .product-widget-categories a,
.woocommerce.widget_recent_reviews > ul > li .product-widget-categories a,
.woocommerce.widget_recently_viewed_products > ul > li .product-widget-categories a {
	display: inline;
	font-size: 12px;
}

.woocommerce.widget_products > ul > li .star-rating,
.woocommerce.widget_top_rated_products > ul > li .star-rating,
.woocommerce.widget_recent_reviews > ul > li .star-rating,
.woocommerce.widget_recently_viewed_products > ul > li .star-rating {
	margin: 5px 0 10px 0;
}

.widget_recent_reviews .woocommerce.widget_products > ul > li .star-rating, .widget_recent_reviews
.woocommerce.widget_top_rated_products > ul > li .star-rating, .widget_recent_reviews
.woocommerce.widget_recent_reviews > ul > li .star-rating, .widget_recent_reviews
.woocommerce.widget_recently_viewed_products > ul > li .star-rating {
	margin-top: 10px;
}

.woocommerce.widget_products > ul .product-title,
.woocommerce.widget_top_rated_products > ul .product-title,
.woocommerce.widget_recent_reviews > ul .product-title,
.woocommerce.widget_recently_viewed_products > ul .product-title {
	margin: 0;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}

.woocommerce.widget_products > ul .product-title a,
.woocommerce.widget_top_rated_products > ul .product-title a,
.woocommerce.widget_recent_reviews > ul .product-title a,
.woocommerce.widget_recently_viewed_products > ul .product-title a {
	display: inline-block;
	font-weight: inherit;
}

.woocommerce.widget_products > ul .price,
.woocommerce.widget_top_rated_products > ul .price,
.woocommerce.widget_recent_reviews > ul .price,
.woocommerce.widget_recently_viewed_products > ul .price {
	font-weight: 500;
	display: block;
	margin: 0 0 5px;
}

.woocommerce.widget_products > ul .price ins,
.woocommerce.widget_top_rated_products > ul .price ins,
.woocommerce.widget_recent_reviews > ul .price ins,
.woocommerce.widget_recently_viewed_products > ul .price ins {
	background: none;
	margin-right: 5px;
	text-decoration: none;
}

.woocommerce.widget_products > ul span.reviewer,
.woocommerce.widget_top_rated_products > ul span.reviewer,
.woocommerce.widget_recent_reviews > ul span.reviewer,
.woocommerce.widget_recently_viewed_products > ul span.reviewer {
	text-transform: capitalize;
	font-size: 0.875rem;
	display: block;
	margin: 4px 0 8px;
}

.woocommerce.widget_products > ul span.reviewer a,
.woocommerce.widget_top_rated_products > ul span.reviewer a,
.woocommerce.widget_recent_reviews > ul span.reviewer a,
.woocommerce.widget_recently_viewed_products > ul span.reviewer a {
	text-decoration: none;
}

.woocommerce.widget_recent_reviews ul.product_list_widget li a img {
	margin-bottom: 15px;
}

.product_list_widget li .product_widget_content .product-widget-categories {
	font-size: 13px;
	text-transform: uppercase;
}

.product_list_widget li .product_widget_content .price del, .product_list_widget li .product_widget_content .price ins {
	font-style: normal;
	border: none;
	font-size: 26px;
}

.product_list_widget li .product_widget_content .price ins {
	color: #ea3d4e;
}

.product_list_widget li .product_widget_content .price del {
	font-size: 19px;
}

.product_list_widget li .product_widget_content .product-title {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
}

/**
 * Woo-elements
 * About store widget
 *
 */
.tm_about_store_widget .tm_about_store_widget_bg {
	text-align: center;
	padding: 10em 10%;
}

.sidebar .tm_about_store_widget .tm_about_store_widget_bg {
	padding: 20px 40px;
}

.tm_about_store_widget .tm_about_store_widget_bg h3 {
	margin-bottom: 0.6em;
}

.tm_about_store_widget .tm_about_store_widget_bg .textwidget {
	padding-bottom: 20px;
	text-align: center;
}

.tm_about_store_widget .tm_about_store_widget_bg .textwidget span {
	display: block;
	padding-bottom: 1.5em;
}

/**
 * Woo-elements
 * Custom menu widget
 *
 */
.widget___tm_custom_menu_widget .tm_custom_menu_widget {
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.tm_custom_menu_widget {
	padding: 30px 15px 30px 42px;
}

.tm_custom_menu_widget h3.widget-title {
	display: inline-block;
	position: relative;
	margin-bottom: 13px;
}

.tm_custom_menu_widget h3.widget-title:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	content: "";
}

@media (max-width: 1170px) {
	.tm_custom_menu_widget h3.widget-title:after {
		bottom: 0;
	}
}

.tm_custom_menu_widget ul {
	width: 44%;
}

@media (max-width: 899px) {
	.tm_custom_menu_widget ul {
		width: 52%;
	}
}

.tm_custom_menu_widget ul li {
	font-size: 14px;
	line-height: 20px;
}

/**
 * Woo-elements
 * Styles for carousel
 *
 */
.widget_product_categories_image {
	position: relative;
}

.tm_products_carousel_widget,
.widget_product_categories_image,
.related,
.up-sells,
.cross-sells {
	position: relative;
}

.tm_products_carousel_widget .swiper-button-next,
.tm_products_carousel_widget .swiper-button-prev,
.widget_product_categories_image .swiper-button-next,
.widget_product_categories_image .swiper-button-prev,
.related .swiper-button-next,
.related .swiper-button-prev,
.up-sells .swiper-button-next,
.up-sells .swiper-button-prev,
.cross-sells .swiper-button-next,
.cross-sells .swiper-button-prev {
	opacity: 0;
}

.tm_products_carousel_widget:hover .swiper-button-next,
.tm_products_carousel_widget:hover .swiper-button-prev,
.widget_product_categories_image:hover .swiper-button-next,
.widget_product_categories_image:hover .swiper-button-prev,
.related:hover .swiper-button-next,
.related:hover .swiper-button-prev,
.up-sells:hover .swiper-button-next,
.up-sells:hover .swiper-button-prev,
.cross-sells:hover .swiper-button-next,
.cross-sells:hover .swiper-button-prev {
	opacity: 1;
}

.tm_products_carousel_widget:hover .swiper-button-next.swiper-button-disabled,
.tm_products_carousel_widget:hover .swiper-button-prev.swiper-button-disabled,
.widget_product_categories_image:hover .swiper-button-next.swiper-button-disabled,
.widget_product_categories_image:hover .swiper-button-prev.swiper-button-disabled,
.related:hover .swiper-button-next.swiper-button-disabled,
.related:hover .swiper-button-prev.swiper-button-disabled,
.up-sells:hover .swiper-button-next.swiper-button-disabled,
.up-sells:hover .swiper-button-prev.swiper-button-disabled,
.cross-sells:hover .swiper-button-next.swiper-button-disabled,
.cross-sells:hover .swiper-button-prev.swiper-button-disabled {
	opacity: .5;
}

.tm_products_carousel_widget .swiper-pagination-bullets,
.widget_product_categories_image .swiper-pagination-bullets,
.related .swiper-pagination-bullets,
.up-sells .swiper-pagination-bullets,
.cross-sells .swiper-pagination-bullets {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.tm_products_carousel_widget .swiper-pagination-bullets .swiper-pagination-bullet,
.widget_product_categories_image .swiper-pagination-bullets .swiper-pagination-bullet,
.related .swiper-pagination-bullets .swiper-pagination-bullet,
.up-sells .swiper-pagination-bullets .swiper-pagination-bullet,
.cross-sells .swiper-pagination-bullets .swiper-pagination-bullet {
	-webkit-transition: ease 0.3s all;
	transition: ease 0.3s all;
	opacity: 1;
	width: 10px;
	height: 10px;
}

.woocommerce .swiper-pagination,
.woocommerce .swiper-container.swiper-container-horizontal .swiper-pagination {
	bottom: 0;
}

.tm-categories-carousel-widget-container .swiper-button-next,
.tm-categories-carousel-widget-container .swiper-button-prev,
.tm-products-carousel-widget-container .swiper-button-next,
.tm-products-carousel-widget-container .swiper-button-prev {
	background: transparent;
}

.tm-categories-carousel-widget-container > div div,
.tm-products-carousel-widget-container > div div {
	padding: 0;
}

.tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper > a,
.products .product-category > a {
	display: inline-block;
	position: relative;
}

@media (min-width: 600px) {
	.tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper > a,
	.products .product-category > a {
		display: block;
		margin-bottom: 15px;
	}
}

.tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper > a img,
.products .product-category > a img {
	display: block;
}

.tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product.swiper-slide:hover .title_count_block,
.products .product-category .product.swiper-slide:hover .title_count_block {
	text-align: left;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

.tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .title_count_block,
.products .product-category .title_count_block {
	text-align: center;
	padding: 5px 10px 10px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media (min-width: 600px) {
	.tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .title_count_block,
	.products .product-category .title_count_block {
		padding: 0 10px 10px;
		margin-bottom: 30px;
	}
}

.tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .title_count_block h3,
.products .product-category .title_count_block h3 {
	margin: 0;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	font-size: 16px;
	text-transform: uppercase;
}

.tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .title_count_block a,
.products .product-category .title_count_block a {
	margin-top: -5px;
}

.tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .title_count_block a > span,
.products .product-category .title_count_block a > span {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 15px;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

/**
 * Woo-elements
 * Styles WooModules
 *
 */
.tm_pb_add_to_cart {
	padding-bottom: 30px;
}

.tm_pb_add_to_cart .add_to_cart_inline {
	border: none !important;
}

.tm_pb_add_to_cart .add_to_cart_inline .woocs_price_code {
	display: block;
	padding-bottom: 20px;
}

/**
 * Woo-elements
 * Styles WooAttributeFilter
 *
 */
.woocommerce .widget_layered_nav ul li, .woocommerce .widget_layered_nav_filters ul li {
	font-size: 14px;
	line-height: 20px;
	margin-right: 10px;
}

.woocommerce .widget_layered_nav ul li + li, .woocommerce .widget_layered_nav_filters ul li + li {
	margin-top: 8px;
}

.woocommerce .widget_layered_nav ul li.chosen a:before, .woocommerce .widget_layered_nav_filters ul li.chosen a:before {
	display: inline-block;
	font-family: 'nc-icon-outline';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\ed2c';
	font-size: 20px;
	position: relative;
	top: 3px;
	color: #b9bdcd;
	margin-right: 4px;
}

/**
 * Woo-elements
 * Styles WooFilter
 *
 */
.woocommerce .widget_price_filter .tm_wc_price_filter_inputs {
	padding-bottom: 10px;
}

.woocommerce .widget_price_filter .tm_wc_price_filter_inputs_wrapper .button {
	background-color: transparent;
	border-color: #E0E0E2;
}

.woocommerce .widget_price_filter .price_slider_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
	height: 6px !important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
	height: .1em;
	margin-bottom: 2em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider {
	margin-top: 11px;
	width: 100%;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-range {
	height: 6px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
	height: 24px;
	width: 24px;
	top: -9px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #000000;
}

.woocommerce .widget_price_filter .price_slider_amount {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
	padding-bottom: 5px;
	font-size: 15px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 12px;
	border-radius: 0;
	padding: 15px 22px;
	border-color: #E0E0E2;
	background-color: transparent;
}

.product-categories li,
.product-widget-tags li {
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-transform: uppercase;
}

.product-categories li:after,
.product-widget-tags li:after {
	content: ",";
}

.product-categories li:last-child:after,
.product-widget-tags li:last-child:after {
	display: none;
}

/**
 * Woo-elements
 * Styles for categories list
 *
 */
.widget.widget_product_categories ul li,
.widget.widget_tm_woo_ajax_filters ul li {
	text-transform: none;
	position: relative;
}

.widget.widget_product_categories ul li a,
.widget.widget_tm_woo_ajax_filters ul li a {
	font-size: 15px;
	position: relative;
	display: block;
}

#page .widget.widget_product_categories ul li a, #page
.widget.widget_tm_woo_ajax_filters ul li a {
	padding-left: 16px;
}

.widget.widget_product_categories ul li a::before,
.widget.widget_tm_woo_ajax_filters ul li a::before {
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 8px;
	content: "\e928";
	left: 0;
	top: 8px;
	position: absolute;
	display: block;
}

.widget.widget_product_categories ul li span,
.widget.widget_tm_woo_ajax_filters ul li span {
	position: absolute;
	top: 0;
	right: 0;
	height: 24px;
	width: 24px;
	font-size: 13px;
	display: inline-block;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	pointer-events: none;
}

.widget.widget_product_categories ul li + li,
.widget.widget_tm_woo_ajax_filters ul li + li {
	margin-top: 10px;
}

.full-width-header-area .widget.widget_product_categories ul li,
.after-content-full-width-area .widget.widget_product_categories ul li,
.before-content-area .widget.widget_product_categories ul li,
.after-content-area .widget.widget_product_categories ul li,
.before-loop-area .widget.widget_product_categories ul li,
.after-loop-area .widget.widget_product_categories ul li, .full-width-header-area
.widget.widget_tm_woo_ajax_filters ul li,
.after-content-full-width-area
.widget.widget_tm_woo_ajax_filters ul li,
.before-content-area
.widget.widget_tm_woo_ajax_filters ul li,
.after-content-area
.widget.widget_tm_woo_ajax_filters ul li,
.before-loop-area
.widget.widget_tm_woo_ajax_filters ul li,
.after-loop-area
.widget.widget_tm_woo_ajax_filters ul li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.full-width-header-area .widget.widget_product_categories ul li:after,
.after-content-full-width-area .widget.widget_product_categories ul li:after,
.before-content-area .widget.widget_product_categories ul li:after,
.after-content-area .widget.widget_product_categories ul li:after,
.before-loop-area .widget.widget_product_categories ul li:after,
.after-loop-area .widget.widget_product_categories ul li:after, .full-width-header-area
.widget.widget_tm_woo_ajax_filters ul li:after,
.after-content-full-width-area
.widget.widget_tm_woo_ajax_filters ul li:after,
.before-content-area
.widget.widget_tm_woo_ajax_filters ul li:after,
.after-content-area
.widget.widget_tm_woo_ajax_filters ul li:after,
.before-loop-area
.widget.widget_tm_woo_ajax_filters ul li:after,
.after-loop-area
.widget.widget_tm_woo_ajax_filters ul li:after {
	content: ",";
}

.full-width-header-area .widget.widget_product_categories ul li:last-child:after,
.after-content-full-width-area .widget.widget_product_categories ul li:last-child:after,
.before-content-area .widget.widget_product_categories ul li:last-child:after,
.after-content-area .widget.widget_product_categories ul li:last-child:after,
.before-loop-area .widget.widget_product_categories ul li:last-child:after,
.after-loop-area .widget.widget_product_categories ul li:last-child:after, .full-width-header-area
.widget.widget_tm_woo_ajax_filters ul li:last-child:after,
.after-content-full-width-area
.widget.widget_tm_woo_ajax_filters ul li:last-child:after,
.before-content-area
.widget.widget_tm_woo_ajax_filters ul li:last-child:after,
.after-content-area
.widget.widget_tm_woo_ajax_filters ul li:last-child:after,
.before-loop-area
.widget.widget_tm_woo_ajax_filters ul li:last-child:after,
.after-loop-area
.widget.widget_tm_woo_ajax_filters ul li:last-child:after {
	display: none;
}

.sidebar .widget.widget_product_categories ul li,
.shop-sidebar .widget.widget_product_categories ul li, .sidebar
.widget.widget_tm_woo_ajax_filters ul li,
.shop-sidebar
.widget.widget_tm_woo_ajax_filters ul li {
	display: block;
}

.sidebar .widget.widget_product_categories ul li:after,
.shop-sidebar .widget.widget_product_categories ul li:after, .sidebar
.widget.widget_tm_woo_ajax_filters ul li:after,
.shop-sidebar
.widget.widget_tm_woo_ajax_filters ul li:after {
	content: '';
}

.woocommerce.widget_product_tag_cloud .tagcloud a {
	font-size: 12px !important;
}

/**
 * Woo-elements
 * Styles for SmartBox Widget
 *
 */
.widget.tm_products_smart_box_widget {
	margin-bottom: 51px;
}

.widget.tm_products_smart_box_widget .widget-title {
	margin: 0 0 22px;
	text-align: center;
}

@media (min-width: 600px) {
	.widget.tm_products_smart_box_widget .widget-title {
		border-bottom: none;
	}
}

.sidebar .widget.tm_products_smart_box_widget .widget-title,
.after-loop-area .widget.tm_products_smart_box_widget .widget-title {
	border-bottom: 1px solid #e6e8e8;
}

@media (min-width: 600px) {
	.widget.tm_products_smart_box_widget .widget-title {
		text-align: left;
	}
}

.sidebar .widget.tm_products_smart_box_widget .tabs_nav_container,
.footer-area .widget.tm_products_smart_box_widget .tabs_nav_container,
.after-loop-area .widget.tm_products_smart_box_widget .tabs_nav_container, .sidebar
.widget.tm_products_smart_box_widget .tabs_content_container,
.footer-area
.widget.tm_products_smart_box_widget .tabs_content_container,
.after-loop-area
.widget.tm_products_smart_box_widget .tabs_content_container, .sidebar
.widget.tm_products_smart_box_widget .tabs_products_container,
.footer-area
.widget.tm_products_smart_box_widget .tabs_products_container,
.after-loop-area
.widget.tm_products_smart_box_widget .tabs_products_container, .sidebar
.widget.tm_products_smart_box_widget .product_wrapper,
.footer-area
.widget.tm_products_smart_box_widget .product_wrapper,
.after-loop-area
.widget.tm_products_smart_box_widget .product_wrapper {
	-webkit-box-flex: 0;
	-moz-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	display: block;
}

.widget.tm_products_smart_box_widget .rd-material-tabs__list {
	padding: 0;
	position: relative;
}

.sidebar .widget.tm_products_smart_box_widget .rd-material-tabs__list,
.after-loop-area .widget.tm_products_smart_box_widget .rd-material-tabs__list {
	padding: 12px;
}

@media (min-width: 1200px) {
	.sidebar .widget.tm_products_smart_box_widget .rd-material-tabs__list,
	.after-loop-area .widget.tm_products_smart_box_widget .rd-material-tabs__list {
		padding: 28px;
	}
}

.footer-area .widget.tm_products_smart_box_widget .rd-material-tabs__list {
	padding: 0;
	border: none;
}

.widget.tm_products_smart_box_widget .rd-material-tabs__list ul {
	display: block;
	white-space: nowrap;
	text-align: left;
	font-size: 14px;
	margin-top: 2px;
}

@media (min-width: 600px) {
	.widget.tm_products_smart_box_widget .rd-material-tabs__list ul {
		white-space: normal;
	}
}

.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab {
	border: none;
	padding: 0;
}

.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a {
	position: relative;
	display: block;
	text-align: left;
	padding: 7px 30px 7px 0;
}

.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a:before {
	content: '\e944';
	display: inline-block;
	font-family: 'nc-icon-outline';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 35px;
	top: 10px;
	font-size: 14px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: none;
}

@media (min-width: 900px) {
	.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a:before {
		display: block;
	}
}

@media (min-width: 600px) {
	.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a {
		padding: 4px 0 3px;
	}
	.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab.rd-material-tab-active a:before {
		opacity: 1;
		visibility: visible;
	}
}

.widget.tm_products_smart_box_widget .rd-material-tabs__container .col-lg-8, .widget.tm_products_smart_box_widget .rd-material-tabs__container .woocommerce .comment-form, .woocommerce .widget.tm_products_smart_box_widget .rd-material-tabs__container .comment-form {
	padding: 0;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}

.widget.tm_products_smart_box_widget .rd-material-tabs__container .col-lg-4 {
	padding: 0;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}

.widget.tm_products_smart_box_widget .rd-material-tabs__container .row, .widget.tm_products_smart_box_widget .rd-material-tabs__container .cross-sells .products, .cross-sells .widget.tm_products_smart_box_widget .rd-material-tabs__container .products {
	margin: 0;
	width: 100%;
}

.widget.tm_products_smart_box_widget .rd-material-tabs__container .rd-material-tab > .row > div:first-child, .widget.tm_products_smart_box_widget .rd-material-tabs__container .cross-sells .rd-material-tab > .products > div:first-child, .cross-sells .widget.tm_products_smart_box_widget .rd-material-tabs__container .rd-material-tab > .products > div:first-child {
	display: block;
	width: 100%;
	max-width: 100% !important;
	-webkit-box-flex: 1;
	-moz-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

.widget.tm_products_smart_box_widget .rd-material-tabs__container .rd-material-tab > .row > div + div, .widget.tm_products_smart_box_widget .rd-material-tabs__container .cross-sells .rd-material-tab > .products > div + div, .cross-sells .widget.tm_products_smart_box_widget .rd-material-tabs__container .rd-material-tab > .products > div + div {
	display: none;
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs .widget-title {
	line-height: 1em;
	letter-spacing: 1.2px;
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3, .widget.tm_products_smart_box_widget .cross-sells .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3 {
	background-clip: content-box;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}

@media (min-width: 600px) {
	.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3, .widget.tm_products_smart_box_widget .cross-sells .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3 {
		padding-right: 40px;
	}
	.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3:after, .widget.tm_products_smart_box_widget .cross-sells .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3:after, .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3:after {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 25px;
		border-right: 1px solid #e6e8e8;
		content: "";
	}
}

@media (min-width: 1200px) {
	.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3, .widget.tm_products_smart_box_widget .cross-sells .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3 {
		min-height: 631px;
	}
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-9, .widget.tm_products_smart_box_widget .cross-sells .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-9, .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-9 {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}

@media (min-width: 600px) {
	.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-9, .widget.tm_products_smart_box_widget .cross-sells .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-9, .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-9 {
		padding-left: 0;
	}
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
	margin-bottom: -2px;
	margin-right: -5px;
	margin-left: -2px;
	/*rtl:raw:
		direction: ltr;
		*/
}

@media (min-width: 600px) {
	.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
		margin-right: -3px;
	}
}

@media (min-width: 900px) {
	.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
		margin-right: 0;
		margin-left: 0;
	}
}

.sidebar .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container,
.after-loop-area .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
	border-left: none;
	margin-right: -1px;
}

@media (min-width: 600px) {
	.sidebar .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container,
	.after-loop-area .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
		border-top: 1px solid #e6e8e8;
	}
}

.footer-area .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
	border-left: none;
	border-top: 1px solid #e6e8e8;
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .row.collapsed, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .cross-sells .collapsed.products, .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.products {
	margin: 0 !important;
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .row.collapsed > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .cross-sells .collapsed.products > div[class*="col-"], .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.products > div[class*="col-"] {
	padding: 0 !important;
}

@media (min-width: 600px) {
	.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage {
		border-left: none;
	}
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 .row, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 .cross-sells .products, .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 .products {
	height: 100%;
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage,
.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab,
.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .categories_row,
.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .categories_row > div {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 {
	overflow: hidden;
	max-height: 557px;
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 > img {
	display: none;
}

@media (min-width: 900px) {
	.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 > img {
		display: block;
	}
}

@media (min-width: 600px) {
	.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 {
		max-width: 230px;
	}
}

@media (min-width: 1200px) {
	.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 {
		max-width: none;
		max-height: 631px;
	}
}

.widget.tm_products_smart_box_widget .product_wrapper {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

@media (min-width: 600px) {
	.widget.tm_products_smart_box_widget .product_wrapper {
		display: block;
	}
}

.sidebar .widget.tm_products_smart_box_widget .product_wrapper,
.footer-area .widget.tm_products_smart_box_widget .product_wrapper,
.after-loop-area .widget.tm_products_smart_box_widget .product_wrapper {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.sidebar .widget.tm_products_smart_box_widget .product_wrapper .product,
.footer-area .widget.tm_products_smart_box_widget .product_wrapper .product,
.after-loop-area .widget.tm_products_smart_box_widget .product_wrapper .product {
	-webkit-box-flex: 1;
	-moz-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

.footer-area .widget.tm_products_smart_box_widget .product_wrapper {
	border-right: none;
	border-bottom: 1px solid #e6e8e8;
}

.widget.tm_products_smart_box_widget .products_row {
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}

.widget.tm_products_smart_box_widget .product {
	padding: 0 10px 10px;
	text-align: left;
}

@media (min-width: 900px) {
	.widget.tm_products_smart_box_widget .product {
		padding: 0 25px 10px;
	}
}

.sidebar .widget.tm_products_smart_box_widget .product,
.footer-area .widget.tm_products_smart_box_widget .product,
.after-loop-area .widget.tm_products_smart_box_widget .product {
	padding: 12px;
	padding: 20px;
}

.widget.tm_products_smart_box_widget .product span.price,
.widget.tm_products_smart_box_widget .product span.price ins,
.widget.tm_products_smart_box_widget .product span.price del {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.widget.tm_products_smart_box_widget .product .price .amount {
	font-size: 18px;
}

.widget.tm_products_smart_box_widget .product h3 {
	margin: 8px 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.widget.tm_products_smart_box_widget .product .new,
.widget.tm_products_smart_box_widget .product .onsale,
.widget.tm_products_smart_box_widget .product .featured {
	top: 20px;
	left: 32px;
	position: absolute;
}

@media (max-width: 899px) {
	.widget.tm_products_smart_box_widget .product .new,
	.widget.tm_products_smart_box_widget .product .onsale,
	.widget.tm_products_smart_box_widget .product .featured {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (min-width: 600px) {
	.widget.tm_products_smart_box_widget .product .new,
	.widget.tm_products_smart_box_widget .product .onsale,
	.widget.tm_products_smart_box_widget .product .featured {
		top: 31px;
	}
}

.single-product .widget.tm_products_smart_box_widget .product .new, .single-product
.widget.tm_products_smart_box_widget .product .onsale, .single-product
.widget.tm_products_smart_box_widget .product .featured {
	top: auto;
	left: auto;
	position: relative;
}

.widget.tm_products_smart_box_widget .thumb_wrapper__outer {
	display: none !important;
}

@media (min-width: 900px) {
	.widget.tm_products_smart_box_widget .thumb_wrapper__outer {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: none;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-moz-align-items: stretch;
		align-items: stretch;
	}
}

.sidebar .widget.tm_products_smart_box_widget .thumb_wrapper__outer,
.footer-area .widget.tm_products_smart_box_widget .thumb_wrapper__outer,
.after-loop-area .widget.tm_products_smart_box_widget .thumb_wrapper__outer {
	display: none !important;
}

.widget.tm_products_smart_box_widget .thumb_wrapper {
	display: block;
	border-left: 1px solid #e6e8e8;
	margin-left: -1px;
	-webkit-box-ordinal-group: 1;
	-moz-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 1;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	align-items: center;
}

.widget.tm_products_smart_box_widget .widget-product-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

/*
* Styles for Wishlist & Compare
*
*/
.tm-woowishlist-remove .dashicons,
.tm-woocompare-remove .dashicons {
	display: none;
}

.tm-woowishlist-remove:before,
.tm-woocompare-remove:before {
	display: inline-block;
	font-family: 'nc-icon-outline';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\ed2c";
	font-size: 24px;
	line-height: 1em;
}

.tm-woowishlist-remove:hover,
.tm-woocompare-remove:hover {
	opacity: 1;
}

.tm-woowishlist {
	padding: 40px 0 50px;
}

.tm-woowishlist .tm-woowishlist-item {
	padding-bottom: 15px;
	border-bottom: 1px solid #ECECEC;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tm-woowishlist .tm-woowishlist-item p {
	margin: 10px 0 10px;
}

.tm-woowishlist .tm-woowishlist-item .tm-woocomerce-list__product-image {
	float: none;
}

.tm-woowishlist .tm-woowishlist-item .tm-woowishlist-remove {
	top: -16px;
}

.tm-woowishlist .tm-woowishlist-item .wrap_elements {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 900px) {
	.tm-woowishlist .tm-woowishlist-item .wrap_elements {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.tm-woowishlist .tm-woowishlist-item .wrap_elements .stock {
	font-weight: 800;
}

.tm-woowishlist .tm-woowishlist-item .price {
	line-height: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tm-woowishlist .tm-woowishlist-item .tm-woocomerce-list__product-title {
	margin: 10px 0 10px;
}

.tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product {
	padding-top: 25px;
}

.tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woowishlist-remove {
	top: 0;
}

.tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product h3 {
	margin-bottom: 10px;
}

.tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image {
	float: none;
	margin-bottom: 20px;
}

@media (min-width: 600px) {
	.tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image {
		margin: 0 20px 10px 0;
	}
}

.tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product div:not(class) {
	overflow: hidden;
}

.tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product div:not(class) .price {
	margin-bottom: 20px;
}

.tm-woocompare-list table.tm-woocompare-table {
	margin-bottom: 0;
}

.tm-woocompare-list table.tm-woocompare-table thead th,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row {
	background-color: transparent;
	padding: 5px 15px;
}

.tm-woocompare-list table.tm-woocompare-table thead th .tm-woocompare-heading-cell,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .tm-woocompare-heading-cell,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocompare-heading-cell {
	font-size: 15px;
	line-height: 1em;
}

@media (min-width: 600px) {
	.tm-woocompare-list table.tm-woocompare-table thead th .tm-woocompare-heading-cell,
	.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .tm-woocompare-heading-cell,
	.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocompare-heading-cell {
		width: 300px;
	}
}

.tm-woocompare-list table.tm-woocompare-table thead th .button,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .button,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .button {
	margin-bottom: 20px;
	display: block;
}

.tm-woocompare-list table.tm-woocompare-table thead th .button::before,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .button::before,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .button::before {
	position: relative;
	top: 2px;
}

.tm-woocompare-list table.tm-woocompare-table thead th .tm-woocompare-remove,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .tm-woocompare-remove,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocompare-remove {
	position: relative;
	text-align: left;
	display: inline-block;
	margin-bottom: 25px;
}

.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row th {
	font-size: 15px;
	padding: 18px .7em;
}

.woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
	border: none;
	box-shadow: none;
	background: none;
	opacity: 1;
	width: 20px;
	height: 20px;
	padding: 0;
}

.woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:active, .woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:focus {
	box-shadow: none !important;
}

.woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:before {
	display: none;
}

.woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:after {
	display: inline-block;
	font-family: 'nc-icon-outline';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 30px;
}

.woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:after {
	content: "\e927";
}

.woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:after {
	content: "\e928";
}

.tm-woocompare-wrapper .tablesaw-advance {
	overflow: hidden;
}

.tm-woocompare-widget-wrapper .tm-woocompare-widget-products {
	padding-bottom: 20px;
}

.tm-woocompare-widget-wrapper .tm-woocompare-widget-product {
	margin-bottom: 0;
	padding-top: 20px;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocompare-remove {
	top: -10px;
}

.tm-woocompare-widget-wrapper h3 {
	-webkit-box-flex: 1;
	-moz-flex: 1 1 100px;
	-ms-flex: 1 1 100px;
	flex: 1 1 100px;
	-webkit-box-ordinal-group: 3;
	-moz-order: 2;
	-ms-flex-order: 2;
	order: 2;
	margin-bottom: 10px;
	padding-left: 20px;
}

.tm-woocompare-widget-wrapper .tm-woocomerce-list__product-image {
	-webkit-box-flex: 0;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-ordinal-group: 2;
	-moz-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.tm-woocompare-widget-wrapper .btn {
	margin-bottom: 10px;
}

.woocommerce .tm-woocompare-widget-wrapper .btn {
	margin-bottom: 10px;
}

.woocommerce .loader:before,
.woocommerce .blockUI.blockOverlay:before,
.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-loader span {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	margin: -16.5px 0 0 -16.5px;
	background-image: none;
	background-color: #ffffff;
	border-radius: 50%;
	border: 3px solid transparent;
	-webkit-animation: tm_spin 1s linear infinite;
	animation: tm_spin 1s linear infinite;
	z-index: 11;
}

.tm_builder_outer_content .woocommerce div.products div.product,
.tm_builder_outer_content .woocommerce-page div.products div.product {
	margin-bottom: 0;
}

.woocommerce .product-list .tm-woocompare-button,
.woocommerce .product-list .tm-woowishlist-button {
	border: none;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 0;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	pointer-events: none;
}

.tablesaw-advance .btn.btn-micro {
	font-size: 1.4125em;
}

.elementor-widget-wp-widget-woocommerce_widget_cart {
	max-width: 300px;
	padding: 30px;
}

.elementor-widget-wp-widget-woocommerce_recent_reviews .product_list_widget li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
}

.elementor-widget-wp-widget-woocommerce_recent_reviews .product_list_widget li img {
	display: block;
	margin-bottom: 7px;
}

.elementor-widget-wp-widget-woocommerce_recent_reviews .product_list_widget li a {
	margin-bottom: 10px;
}

.woocommerce ul.product_list_widget li a {
	font-weight: 400;
}

.elementor-widget-wp-widget-woocommerce_top_rated_products ul li {
	overflow: hidden;
	margin-bottom: 30px;
}

.elementor-widget-wp-widget-woocommerce_top_rated_products ul li > a {
	float: left;
	margin-right: 10px;
}

.elementor-widget-wp-widget-woocommerce_product_categories ul li {
	display: block;
	margin-bottom: 6px;
}

.elementor-widget-wp-widget-woocommerce_product_search .woocommerce-product-search label {
	margin-right: 10px;
}

.elementor-widget-wp-widget-woocommerce_products ul li {
	overflow: hidden;
	margin-bottom: 30px;
}

.elementor-widget-wp-widget-woocommerce_products ul li > a {
	float: left;
	margin-right: 10px;
}

.woocommerce .site-main > .page-title {
	text-transform: none;
}

.woocommerce .products .product .price,
.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce-cart .woocommerce .amount,
.woocommerce-checkout .woocommerce .amount,
.widget .woocs_price_code ins,
.price,
.cart_list li .quantity .amount {
	font-size: 26px;
	font-weight: 700;
}

.quick-view-close {
	outline: none;
}

#woocommerce-product-search-field {
	padding: 14px 19px 14px;
	font-weight: 300;
}

.rd-material-tabs__container .woocommerce-loop-product__title {
	font-size: 15px;
	font-weight: 400;
}

.up-sells h6 {
	text-transform: uppercase;
	padding-bottom: 19px;
	position: relative;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.44;
}

.cart_list li .quantity .amount {
	font-size: 15px;
	font-weight: 700;
}

.woocommerce.single-product.quick-view-product .single_product_wrapper .entry-summary .product_title + .price {
	margin-top: 20px;
}

#page .ajax_add_to_cart.added,
#page .add_to_cart_button.added {
	background: #41a33a;
}

/*--------------------------------------------------------------
# Woocommerce Rating
--------------------------------------------------------------*/
.woocommerce .product .star-rating,
.woocommerce .star-rating,
.woocommerce .stars {
	width: 8em;
	height: 14px;
}

.woocommerce .product .star-rating::before,
.woocommerce .product .star-rating span::before,
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before,
.woocommerce .stars::before,
.woocommerce .stars span::before {
	content: '\ea85\ea85\ea85\ea85\ea85';
	letter-spacing: 5.5px;
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.2;
}

/*--------------------------------------------------------------
# Quick View
--------------------------------------------------------------*/
.products .product .block_product_thumbnail {
	border-radius: 2px;
}

@media (max-width: 599px) {
	.products .product .block_product_thumbnail {
		display: block;
	}
}

.products .product .block_product_thumbnail a {
	display: block;
	position: relative;
}

.products .product .block_product_thumbnail a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	opacity: 0;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	z-index: 1;
}

.products .product .block_product_thumbnail .tm-quick-view {
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	z-index: 2;
}

.products .product .block_product_thumbnail .tm-quick-view a {
	padding: 12px 15px;
	text-transform: uppercase;
	border: 1px solid;
	border-radius: 2px;
}

.products .product.product-list .block_product_thumbnail:hover a::before {
	opacity: 1;
}

.products .product.product-list .block_product_thumbnail:hover .tm-quick-view {
	top: 50%;
	opacity: 1;
	visibility: visible;
}

.products .product:not(.product-list):hover .block_product_thumbnail a::before {
	opacity: 1;
}

.products .product:not(.product-list):hover .tm-quick-view {
	top: 50%;
	opacity: 1;
	visibility: visible;
}

#main button.tm-wc-ajax-load-more-button.loading::after {
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e92d';
	top: 37%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/*--------------------------------------------------------------
# Quick View Popup
--------------------------------------------------------------*/
.tm-quick-view-popup .quick-view-buttons {
	position: relative;
	border: none;
	opacity: .65;
	top: 0;
	padding: 0;
	width: 90px;
	height: 110px;
}

.tm-quick-view-popup .quick-view-buttons:focus {
	outline: none;
}

.tm-quick-view-popup .quick-view-buttons::before, .tm-quick-view-popup .quick-view-buttons::after {
	content: '';
	border: none;
	width: 50px;
	height: 1px;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: .3s;
	transition: .3s;
	background-color: #b9b8bf;
}

.tm-quick-view-popup .quick-view-buttons.quick-view-prev::before, .tm-quick-view-popup .quick-view-buttons.quick-view-prev::after {
	margin-left: 25px;
	left: 20px;
	-webkit-transform-origin: 0 center;
	transform-origin: 0 center;
}

.tm-quick-view-popup .quick-view-buttons.quick-view-prev::before {
	margin-left: 25px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.tm-quick-view-popup .quick-view-buttons.quick-view-prev::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tm-quick-view-popup .quick-view-buttons.quick-view-next::before, .tm-quick-view-popup .quick-view-buttons.quick-view-next::after {
	right: 20px;
	left: auto;
	-webkit-transform-origin: 100% center;
	transform-origin: 100% center;
}

.tm-quick-view-popup .quick-view-buttons.quick-view-next::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tm-quick-view-popup .quick-view-buttons.quick-view-next::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*--------------------------------------------------------------
# Single Product
--------------------------------------------------------------*/
.woocommerce.single-product .wp-social-login-provider-list {
	padding-left: 0;
}

.woocommerce.single-product .wp-social-login-provider-list a {
	margin-right: 10px;
}

.woocommerce.single-product div.product div.woocommerce-tabs {
	padding-top: 32px;
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tbody tr th {
	width: auto;
	border-right: 1px solid #ECECEC;
}

@media (min-width: 600px) {
	.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tbody tr th {
		width: 260px;
	}
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tbody tr th, .woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tbody tr td {
	padding: 5px 15px 5px 20px;
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tbody tr td {
	font-style: normal;
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tbody tr td a {
	text-decoration: none;
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel #review_form #respond p label {
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel #commentform {
	grid-column-gap: 0;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel #commentform p.form-submit #submit {
	border-radius: 0;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
}

@media (max-width: 1599px) {
	.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel #commentform p.comment-form-email {
		margin-left: 0 !important;
	}
}

@media (max-width: 1599px) {
	.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel #commentform p.comment-form-author {
		margin-right: 0 !important;
	}
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel #commentform p textarea, .woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel #commentform p input {
	padding-left: 25px;
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel #commentform p i {
	display: none;
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-rating .stars::before {
	display: none;
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-rating .stars span {
	margin-left: 8px;
	line-height: 1.2;
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-rating .stars span a:not(.active)::before {
	color: #febf01;
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-rating .stars span a.active::before {
	color: #febf01;
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-rating .stars span a.active ~ a::before {
	color: #b9bdcd;
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-rating .stars span a::before {
	content: '\ea85';
	letter-spacing: 5.5px;
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.2;
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-rating .stars span a + a {
	margin-left: 3px;
}

.woocommerce.single-product div.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-rating .stars span::before {
	display: none;
}

.woocommerce.single-product div.woocommerce-tabs .wc-tab ul > li::before {
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.woocommerce.single-product div.woocommerce-tabs .wc-tab.panel {
	padding-top: 35px;
	margin-bottom: 2em;
}

.woocommerce.single-product div.woocommerce-tabs .wc-tab.panel h2 {
	font-size: 22px;
	margin-bottom: 15px;
}

.woocommerce.single-product div.woocommerce-tabs ul.tabs {
	overflow: visible;
	padding: 0 4px;
}

.woocommerce.single-product div.woocommerce-tabs ul.tabs::before {
	border: none;
}

.woocommerce.single-product div.woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px solid transparent;
}

.woocommerce.single-product div.woocommerce-tabs ul.tabs li a {
	padding: 8px 25px;
}

.woocommerce.single-product div.woocommerce-tabs ul.tabs li + li {
	margin-left: 10px;
}

@media (max-width: 599px) {
	.woocommerce.single-product div.woocommerce-tabs ul.tabs li + li {
		margin-left: 0;
	}
}

@media (max-width: 899px) {
	.woocommerce.single-product div.woocommerce-tabs ul.tabs li {
		padding: 5px;
	}
}

@media (max-width: 599px) {
	.woocommerce.single-product div.woocommerce-tabs ul.tabs li {
		width: 100%;
		text-align: center;
	}
	.woocommerce.single-product div.woocommerce-tabs ul.tabs li::before {
		display: none;
	}
}

.woocommerce.single-product div.woocommerce-tabs ul.tabs li::before {
	border-width: 0;
	box-shadow: none;
}

.woocommerce.single-product div.woocommerce-tabs ul.tabs li a {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .6px;
}

.woocommerce.single-product div.woocommerce-tabs ul.tabs li::before {
	width: 0;
}

.woocommerce.single-product div.woocommerce-tabs ul.tabs li.active {
	border-bottom: none;
}

.woocommerce.single-product div.woocommerce-tabs ul.tabs li.active::before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	height: 30px;
	background: #fff;
	width: 98%;
	border: none;
}

.woocommerce.single-product .woocommerce-Reviews .woocommerce-Reviews-title {
	margin-bottom: 10px;
}

.woocommerce.single-product .woocommerce-Reviews ol.commentlist li.comment .comment_container {
	width: 100%;
}

.woocommerce.single-product .woocommerce-Reviews ol.commentlist li.comment .comment_container img {
	margin-top: 10px;
}

.woocommerce.single-product .woocommerce-Reviews ol.commentlist li.comment .comment_container .star-rating {
	left: auto;
	right: 0;
	top: 5px;
}

@media (max-width: 599px) {
	.woocommerce.single-product .woocommerce-Reviews ol.commentlist li.comment .comment_container .star-rating {
		top: 0;
	}
}

.woocommerce.single-product .woocommerce-Reviews ol.commentlist li.comment .description {
	margin-top: 5px;
}

.woocommerce.single-product .woocommerce-Reviews ol.commentlist li.comment .description p {
	font-size: 15px;
}

.woocommerce.single-product .woocommerce-Reviews ol.commentlist li.comment .comment-text .meta .woocommerce-review__author {
	font-size: 15px !important;
	font-weight: 700;
}

.woocommerce.single-product .woocommerce-Reviews ol.commentlist li.comment .comment-text .meta .woocommerce-review__dash {
	display: none;
}

.woocommerce.single-product .woocommerce-Reviews ol.commentlist li.comment .comment-text .meta .woocommerce-review__published-date {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
}

.woocommerce.single-product .woocommerce-Reviews ol.commentlist li.comment .children {
	margin-left: 0 !important;
}

.woocommerce.single-product .single_product_wrapper .images div.enlarge {
	top: 10px;
	right: 10px;
	border: 1px solid #ECECEC;
	border-radius: 2px;
	height: 45px;
	width: 45px;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

.woocommerce.single-product .single_product_wrapper .images div.enlarge i {
	width: 100%;
	text-align: center;
}

.woocommerce.single-product .single_product_wrapper .images div.enlarge i::before {
	content: '\ea64';
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	font-size: 1rem;
	line-height: 45px;
}

.woocommerce.single-product .single_product_wrapper .entry-summary span.featured,
.woocommerce.single-product .single_product_wrapper .entry-summary span.onsale,
.woocommerce.single-product .single_product_wrapper .entry-summary span.new,
.woocommerce.single-product .single_product_wrapper .entry-summary span.onsale {
	left: auto;
	top: auto;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.woocommerce.single-product .single_product_wrapper .entry-summary .product_title {
	margin-bottom: 2px;
}

.woocommerce.single-product .single_product_wrapper .entry-summary .woocommerce-product-rating .woocommerce-review-link {
	margin-top: 6px;
	margin-left: 0;
	text-transform: uppercase;
	font-size: 13px;
}

.woocommerce.single-product .single_product_wrapper .entry-summary .variations_form {
	margin-bottom: 23px;
}

.woocommerce.single-product .single_product_wrapper .entry-summary .wishlist_compare_button_block button.button.btn {
	margin-left: 0;
}

.woocommerce.single-product .single_product_wrapper .entry-summary .price {
	margin-bottom: 0;
}

.woocommerce.single-product .single_product_wrapper .entry-summary * + .product_meta {
	padding-top: 0;
}

.woocommerce.single-product .single_product_wrapper .entry-summary * + .product_meta__footer {
	padding-top: 0;
}

.woocommerce.single-product .single_product_wrapper .entry-summary .product_meta {
	font-size: 14px;
	font-weight: 700;
}

.woocommerce.single-product .single_product_wrapper .entry-summary .product_meta span > * {
	font-weight: 400;
}

/*--------------------------------------------------------------
# Wishlist Page
--------------------------------------------------------------*/
.woocommerce.tm-woowishlist {
	padding: 0;
}

.woocommerce.tm-woowishlist .tm-woowishlist-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 599px) {
	.woocommerce.tm-woowishlist .tm-woowishlist-item > * {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
}

@media (max-width: 599px) {
	.woocommerce.tm-woowishlist .tm-woowishlist-item .wrap_elements {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 599px) {
	.woocommerce.tm-woowishlist .tm-woowishlist-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.woocommerce.tm-woowishlist .tm-woowishlist-item .tm-woocomerce-list__product-title a {
	font-size: 15px;
	font-weight: 400;
}

.woocommerce.tm-woowishlist .tm-woowishlist-item .button {
	border-radius: 0;
}

#page .woocommerce.tm-woowishlist .tm-woowishlist-item .button {
	padding: 15px 29px;
}

.woocommerce.tm-woowishlist .tm-woowishlist-item .button::before {
	position: relative;
	top: 2px;
}

.woocommerce.tm-woowishlist .tm-woowishlist-item .stock {
	font-size: 14px;
	font-weight: 400;
	border-radius: 0;
	padding: 2px 5px;
	text-transform: uppercase;
	letter-spacing: .6px;
}

.woocommerce.tm-woowishlist .tm-woowishlist-item .tm-woowishlist-remove {
	position: relative;
	top: auto;
	right: auto;
	padding-right: 40px;
}

@media (max-width: 599px) {
	.woocommerce.tm-woowishlist .tm-woowishlist-item .tm-woowishlist-remove {
		padding-right: 0;
		padding-bottom: 15px;
	}
}

.woocommerce.tm-woowishlist .tm-woowishlist-item .tm-woowishlist-remove::before {
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\ea5d';
	font-size: 15px;
	font-size: 1rem;
}

/*--------------------------------------------------------------
# Checkout Page
--------------------------------------------------------------*/
.woocommerce-checkout .woocommerce .woocommerce-error {
	margin-bottom: 20px;
	background: #ffe8e9;
	border-radius: 2px;
}

.woocommerce-checkout .woocommerce .woocommerce-error::before {
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\ea68';
}

.woocommerce-checkout .woocommerce .woocommerce-error li {
	color: #ff3543;
}

.woocommerce-checkout .woocommerce .woocommerce-info {
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 0.4px;
	margin-bottom: 14px !important;
}

.woocommerce-checkout .woocommerce .woocommerce-info label {
	font-size: 16px;
}

.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout label {
	padding-left: 0;
	font-size: 16px;
}

.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout h3 {
	font-size: 28px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login label {
	padding-left: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login > p:first-child {
	margin-bottom: 8px;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row.form-row-last {
	margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row .button {
	border-radius: 2px;
	padding: 12px 30px;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password {
	padding-top: 9px;
	margin-bottom: 10px;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.6px;
}

.woocommerce-checkout .woocommerce form.place-order .button {
	font-size: 12px;
	border-radius: 2px;
	padding: 13px 35px;
}

.woocommerce-checkout .woocommerce .checkout_coupon {
	padding-bottom: 0;
}

.woocommerce-checkout .woocommerce .checkout_coupon .form-row.form-row-first {
	position: relative;
}

.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table.shop_table .shipping th {
	display: block;
	text-align: right;
	font-weight: 700;
	font-size: 22px;
}

.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table.shop_table .shipping td {
	text-align: right;
}

.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table.shop_table .shipping td ul {
	display: inline-block;
}

.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table.shop_table thead tr th {
	padding: 10px 0;
	font-weight: 700;
	font-size: 15px;
	font-size: 1rem;
}

.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table.shop_table thead tr th.product-total {
	text-align: left;
}

.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table.shop_table tbody tr td.product-name, .woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table.shop_table tbody tr td.product-total {
	padding: 15px 0;
}

.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table.shop_table tbody tr td.product-total {
	width: 185px;
	text-align: left;
	padding-left: 20px;
}

.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table.shop_table tbody tr td.product-total .amount {
	font-size: 26px;
	font-weight: 700;
}

/*--------------------------------------------------------------
# Compare Page
--------------------------------------------------------------*/
.woocommerce.tm-woocompare-list .tm-woocompare-wrapper .tablesaw-advance .tablesaw-nav-btn::after {
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	font-size: 1rem;
}

.woocommerce.tm-woocompare-list .tm-woocompare-wrapper table.tm-woocompare-table tr {
	border-right: none !important;
}

.woocommerce.tm-woocompare-list .tm-woocompare-wrapper table.tm-woocompare-table tr td:nth-last-child(2),
.woocommerce.tm-woocompare-list .tm-woocompare-wrapper table.tm-woocompare-table tr th:nth-last-child(2) {
	border-right: none !important;
}

.woocommerce.tm-woocompare-list .tm-woocompare-wrapper table.tm-woocompare-table tr th .tm-woocompare-remove {
	right: auto;
}

.woocommerce.tm-woocompare-list .tm-woocompare-wrapper table.tm-woocompare-table tr th .tm-woocompare-remove::before {
	content: '\ea5d';
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	font-size: 1rem;
}

/*--------------------------------------------------------------
# Cart Page
--------------------------------------------------------------*/
.woocommerce-cart .woocommerce .cart_totals table.shop_table.shop_table_responsive tbody tr td {
	padding: 0;
}

.woocommerce-cart .woocommerce .cart-collaterals {
	padding-bottom: 0;
	padding-top: 4px;
}

.woocommerce-cart .woocommerce div.cart_totals table.shop_table.shop_table_responsive {
	margin-top: 0;
}

.woocommerce-cart .woocommerce div.cart_totals .wc-proceed-to-checkout {
	padding-bottom: 0;
}

.woocommerce-cart .woocommerce div.cart_totals .wc-proceed-to-checkout .checkout-button {
	font-size: 14px;
	border-radius: 0;
	position: relative;
	padding: 15px 32px;
	margin-bottom: 0;
}

.woocommerce-cart .woocommerce div.cart_totals .wc-proceed-to-checkout .checkout-button::before {
	content: '\ea20';
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	left: -5px;
	top: 2px;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr {
	text-align: right;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.shipping th {
	padding-right: 0;
	display: block !important;
	text-align: right !important;
	font-weight: 700;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-subtotal, .woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.shipping, .woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.order-total {
	margin: 0;
	padding: 0;
}

@media (max-width: 899px) {
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-subtotal, .woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.shipping, .woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.order-total {
		border-bottom: none;
	}
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-subtotal th,
.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-subtotal td, .woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.shipping th,
.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.shipping td, .woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.order-total th,
.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.order-total td {
	width: auto;
	display: inline-block;
}

@media (max-width: 899px) {
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-subtotal th,
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-subtotal td, .woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.shipping th,
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.shipping td, .woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.order-total th,
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.order-total td {
		width: 100%;
		display: block;
	}
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-subtotal th, .woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.shipping th, .woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.order-total th {
	text-align: left;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-subtotal td, .woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.shipping td, .woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.order-total td {
	text-align: right;
	padding: 5px 0;
}

@media (max-width: 899px) {
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-subtotal td, .woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.shipping td, .woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.order-total td {
		border-left: none;
	}
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.shipping ul#shipping_method li {
	text-align: right;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.shipping .woocommerce-shipping-calculator {
	padding-left: 5px;
}

@media (max-width: 899px) {
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive {
		border: none;
	}
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tr.shipping #shipping_method li {
	padding-left: 0;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tr.shipping #shipping_method li::before {
	display: none;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tr.cart-subtotal th,
.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tr.cart-subtotal .woocommerce-Price-amount {
	font-size: 22px;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tr.order-total th,
.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tr.order-total .woocommerce-Price-amount {
	font-size: 28px;
	font-weight: 700;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tr.cart-subtotal,
.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tr.order-total {
	padding: 0;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tr.order-total {
	padding-top: 5px;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive thead tr th {
	padding: 9px 0;
	font-weight: 700;
	font-size: 15px;
	font-size: 1rem;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive thead tr th:first-child {
	text-align: left;
}

@media (max-width: 899px) {
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr.cart_item {
		padding-bottom: 20px;
	}
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td {
	padding: 20px;
	text-align: left;
}

@media (max-width: 899px) {
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td {
		padding: 10px;
		border-right: none;
	}
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.product-thumbnail {
	width: 100px;
	max-width: 100px;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.product-name {
	padding-left: 0;
}

@media (max-width: 899px) {
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.product-name {
		padding-left: 10px;
	}
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td .woocommerce-Price-amount {
	font-size: 16px;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td .remove {
	top: 47%;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td .remove::before {
	content: '\ea5d';
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	font-size: 1rem;
}

@media (max-width: 899px) {
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td .remove {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions {
	padding: 20px 0;
	position: relative;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions .comment-form-url {
	margin-bottom: 0;
}

@media (max-width: 899px) {
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions .comment-form-url {
		width: 100%;
	}
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions label {
	display: inline-block !important;
	font-size: 16px;
	padding-left: 0;
	padding-right: 10px;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions i {
	pointer-events: none;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions i.shopping_tag {
	left: auto;
	right: 146px;
	top: 16px;
	z-index: 22;
}

@media (max-width: 599px) {
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions i.shopping_tag {
		display: none;
	}
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions i.shopping_tag::before {
	content: '\ebc1';
	font-size: 14px;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions .input-text#coupon_code {
	width: auto;
	padding: 14px 15px 15px 15px;
	float: none;
	font-size: 15px;
	border: none;
	margin-right: 0;
	margin-bottom: 0;
}

@media (min-width: 900px) {
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions .input-text#coupon_code {
		width: 325px;
	}
}

@media (max-width: 599px) {
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions .input-text#coupon_code {
		width: 70%;
	}
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions .button,
.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions .header-btn {
	font-size: 14px;
	text-transform: uppercase;
	padding: 18px 28px;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions .input-button-with-icon {
	display: inline-block;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions .button {
	margin-left: -4px;
	letter-spacing: .6px;
	padding: 18px 28px 18px 55px;
	width: auto !important;
	max-width: none;
}

@media (max-width: 599px) {
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions .button {
		padding: 18px 28px;
		margin-top: 5px;
	}
}

@media (max-width: 899px) {
	.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions .input-button-with-icon {
		display: inline-block;
		margin-top: 10px;
	}
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions .input-button-with-icon .btn {
	padding-left: 55px;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions .header-btn {
	position: relative;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions .shopping_tag {
	position: absolute;
	left: 13px;
	top: 18px;
}

.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody tr td.actions .shopping_tag::before {
	content: '\ebc8';
	display: inline-block;
	font-family: 'nc-icon-mini';
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
