div.eslab-category-wrapper {
	display:flex;
	flex-wrap:wrap;
}
div.eslab-category-wrapper > div.eslab-product-wrapper {
	width:100%;
	padding: 0px;
	border: 2px solid var(--e-global-color-el_c_2_color);
	margin-bottom: 30px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
}
div.eslab-category-wrapper > div.eslab-product-wrapper div.eslab-text {
	padding: 10px;
}
div.eslab-category-wrapper > div.eslab-product-wrapper div.eslab-text div > * {
	font-size: 14px;
	line-height: 17px;
}
div.eslab-category-wrapper > div.eslab-product-wrapper div.eslab-img {
	width:100%;
	position:relative;
	background:url() 50% 50% no-repeat;
	background-size:cover;
	background-clip:content-box;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}
div.eslab-category-wrapper > div.eslab-product-wrapper div.eslab-img:before {
	display:block;
	content:"";
	padding-top:75%;
}
div.eslab-category-wrapper > div.eslab-product-wrapper div.eslab-img img {
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}
div.eslab-category-wrapper > div.eslab-product-wrapper .product.woocommerce.add_to_cart_inline {
	border: none !important;
	padding: 10px !important;
	display: flex;
	align-items: center;
}
div.eslab-category-wrapper > div.eslab-product-wrapper .product.woocommerce.add_to_cart_inline a {
	margin-left: auto;
}
div.eslab-category-wrapper > div.eslab-product-wrapper .product.woocommerce.add_to_cart_inline span.amount > * {
	font-weight: 700;
	font-size: 20px;
}
div.eslab-category-wrapper > div.eslab-product-wrapper .product.woocommerce.add_to_cart_inline span.amount bdi:before {
	content: url('coins.svg');
	display: inline-block;
	width: 20px;
	margin-right: 5px;
}
div.eslab-category-wrapper > div.eslab-product-wrapper .e-font-icon-svg.e-fas-coins {
}
div.eslab-category-wrapper > div.eslab-product-wrapper .product_type_simple.added, div.eslab-category-wrapper > div.eslab-product-wrapper .product_type_variation.added {
	display: inline-flex !important;
}
div.eslab-category-wrapper > div.eslab-product-wrapper .added_to_cart.wc-forward {
	display: none !important;
	font: unset !important;
	padding: unset !important;
}
@media (min-width:481px) and (max-width:800px) {
	div.eslab-category-wrapper > div.eslab-product-wrapper {
		width:calc(100% / 2 - 10px);
	}
	div.eslab-category-wrapper > div.eslab-product-wrapper:nth-child(2n+0) {
	}
	div.eslab-category-wrapper > div.eslab-product-wrapper:nth-child(2n+1) {
		margin-right: 20px;
	}
}
@media (min-width:801px) and (max-width:1100px) {
	div.eslab-category-wrapper > div.eslab-product-wrapper {
		width:calc(100% / 3 - 10px);
	}
	div.eslab-category-wrapper > div.eslab-product-wrapper:nth-child(3n+0) {
	}
	div.eslab-category-wrapper > div.eslab-product-wrapper:nth-child(3n+1) {
		margin-right: 15px;
	}
	div.eslab-category-wrapper > div.eslab-product-wrapper:nth-child(3n+2) {
		margin-right: 15px;
	}
}
@media (min-width:1101px) and (max-width:1280px) {
	div.eslab-category-wrapper > div.eslab-product-wrapper {
		width:calc(100% / 2 - 10px);
	}
	div.eslab-category-wrapper > div.eslab-product-wrapper:nth-child(2n+0) {
	}
	div.eslab-category-wrapper > div.eslab-product-wrapper:nth-child(2n+1) {
		margin-right: 20px;
	}
}
@media (min-width:1281px) {
	div.eslab-category-wrapper > div.eslab-product-wrapper {
		width:calc(100% / 3 - 10px);
	}
	div.eslab-category-wrapper > div.eslab-product-wrapper:nth-child(3n+0) {
	}
	div.eslab-category-wrapper > div.eslab-product-wrapper:nth-child(3n+1) {
		margin-right: 15px;
	}
	div.eslab-category-wrapper > div.eslab-product-wrapper:nth-child(3n+2) {
		margin-right: 15px;
	}
}
form.woocommerce-checkout #billing_city_field, form.woocommerce-checkout #billing_country_field,  form.woocommerce-checkout #billing_state_field, form.woocommerce-checkout #billing_postcode_field{
	display: none !important;
}
a.remove.remove_from_cart_button div.the7_template_icon_remove:before {
	content: 'x';
	color: #FF0000;
}
a.ajax_add_to_cart.loading:after {
	content: url('spinner.svg');
	display: inline-block;
	width: 12px;
	margin-left: 5px;
}
.eslab-category-header {
	margin-bottom: 30px;
	background-color: var( --e-global-color-el_c_2_color_dark );
	border-radius: 16px;
}
.eslab-category-header h3 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}
.eslab-cart-actions-wrapper {
	margin-top: auto !important;
}
.eslab-cart-actions-wrapper .add_to_cart_button {
	text-transform: uppercase;
	font-weight: 600;
}
.the7-woocommerce-checkout .woocommerce-shipping-fields {
	display: none !important;
}
form.the7-woocommerce-checkout #eslab-custom-company .form-row:last-child {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
#eslab-custom-company input {
	border: none !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	background-color: #fff !important;
	min-height: unset !important;
}
#eslab-custom-company p.form-row-wide {
	padding-bottom: 0 !important;
}
#eslab-custom-company p.form-row-wide label {
	margin-bottom: 0 !important;
	font-weight: bold;
}