.products {
	list-style: none;
	padding: 0;
	margin: 0 0 1em;
	list-style: none outside;
	clear: both;
}
.products:before,
.products:after {
	content: "";
	display: table;
	clear: both;
}
.woocommerce-result-count {
	float: left;
	margin: 0 0 3em;
}
.woocommerce-ordering {
	float: right;
	margin: 0 0 3em;
}
.products ul::after,
.products ul::before {
	content: " ";
	display: table;
}
.products .product {
	text-align: center;
}
ul.products li.product {
	float: left;
	margin: 0 3.8% 2.992em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
	margin-left: 0;
}
ul.products li.first {
	clear: both;
}
ul.products li.last {
	margin-right: 0;
}
ul.products.columns-1 li.product {
	width: 100%;
	margin-right: 0;
}
ul.products.columns-2 li.product {
	width: 48%;
}
ul.products.columns-3 li.product {
	width: 30.75%;
}
ul.products.columns-5 li.product {
	width: 16.95%;
}
ul.products.columns-6 li.product {
	width: 13.5%;
}
.product .product-inner {
	position: relative
}
.product .product-inner .woocommerce-loop-product__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.product .valerie-product-thumb {
	position: relative;
	margin-bottom: 20px;
}
.product .valerie-product-thumb img {
	width: 100%;
}
.added_to_cart.wc-forward {
	text-transform: uppercase;
	text-align: center;
	padding: 13px 35px;
	font-size: 14px;
	line-height: 24px;
	border: none;
	background: var(--accent-color);
	color: #fff;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: var(--variant-semiBold);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	cursor: pointer;
	text-transform: capitalize;
}
.products .product .product-inner .valerie-product-thumb .add_to_cart_button,
.products .product .product-inner .valerie-product-thumb .product_type_grouped,
.products .product .product-inner .valerie-product-thumb .added_to_cart,
.products .product .product-inner .valerie-product-thumb .product_type_external {
	padding: 10px 25px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(-20px);
	opacity: 0;
	transition: all .3s ease-out;
	transition-delay: .1s;
	white-space: nowrap;
	z-index: 2;
}
.products .product:hover>.product-inner .valerie-product-thumb .add_to_cart_button,
.products .product:hover>.product-inner .valerie-product-thumb .product_type_grouped,
.products .product:hover>.product-inner .valerie-product-thumb .added_to_cart,
.products .product:hover>.product-inner .valerie-product-thumb .product_type_external {
	opacity: 1;
	transform: translateY(0);
}
.product .valerie-product-thumb .add_to_cart_button:hover,
.product .valerie-product-thumb .product_type_grouped:hover,
.product .valerie-product-thumb .added_to_cart:hover {
	color: #fff;
}
.product .valerie-product-thumb .add_to_cart_button.added {
	display: none;
}
.product .onsale {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #ef4848;
	color: #fff;
	text-transform: uppercase;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 12px;
	margin: -10px -10px 0 0;
	z-index: 3;
	text-align: center;
}
.products .product .woocommerce-loop-product__title {
	text-transform: uppercase;
	font-family: var(--font-family);
	font-size: 18px;
	letter-spacing: 3px;
	margin-bottom: 6px;
}
.products .product .cats-product {
	margin-bottom: 6px;
}
.products .product .cats-product a {
	z-index: 3;
	position: relative;
	color: inherit;
}
.products .product .cats-product a:hover {
	color: var(--heading-color);
}
.price {
	color: var(--heading-color);
	font-size: 18px;
}
.price del {
	color: var(--color-text);
}
.price ins {
	text-decoration: none;
}
nav.woocommerce-pagination {
	text-align: center;
}
nav.woocommerce-pagination ul.page-numbers {
	text-align: center;
	display: flex;
	width: 100%;
	margin: 0;
	list-style: none;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 15px;
}
nav.woocommerce-pagination ul.page-numbers .page-numbers {
	border: 1px solid;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	color: var(--heading-color);
}
nav.woocommerce-pagination ul.page-numbers .page-numbers:hover,
nav.woocommerce-pagination ul.page-numbers .page-numbers.current {
	color: var(--accent-color);
}
/* Product detail */
.woocommerce-notices-wrapper {
	margin-bottom: 20px
}
.product .woocommerce-product-gallery {
	float: left;
	width: 48%;
	position: relative;
	margin-bottom: 30px;
}
.product .summary {
	float: right;
	width: 48%;
}
.woocommerce-tabs {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 30px;
}
.woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0 0 1.618em;
	overflow: hidden;
	position: relative;
}
.woocommerce-tabs ul.tabs::before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #eee;
	z-index: 1;
}
.woocommerce-tabs ul.tabs li {
	background-color: #f4f4f4;
	border: 1px solid #eee;
	padding: 10px 20px;
	display: inline-block;
	position: relative;
}
.woocommerce-tabs ul.tabs li.active {
	background: #fff;
	z-index: 2;
	border-bottom-color: #fff;
}
.woocommerce-tabs ul.tabs li a {
	color: var(--heading-color);
}
.woocommerce-tabs .woocommerce-Tabs-panel {
	display: flex;
	flex: 0 0 100%;
	flex-wrap: wrap;
}
.related.products {
	margin-left: 0;
	margin-right: 0;
	margin-top: 50px;
}
.related.products>h2 {
	margin-bottom: 20px;
}
.woocommerce-product-gallery .flex-control-thumbs {
	padding: 0;
	margin: 0 -5px;
	display: block;
	overflow: hidden;
	padding-top: 5px;
}
.woocommerce-product-gallery .flex-control-thumbs li {
	float: left;
	list-style: none;
	width: 16.66%;
	padding: 5px;
}
.woocommerce-product-gallery__trigger {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 5;
}
.woocommerce-breadcrumb {
	margin-bottom: 20px;
}
table.variations {
	margin-bottom: 30px;
}
table.variations .chosen-container,
table.variations select {
	max-width: 300px;
}
table.variations th,
table.variations td {
	border: none;
}
.quantity {
	border: 1px solid #ddd;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
	width: 134px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.quantity .qty-button {
	width: 44px;
	line-height: inherit;
	display: inline-block;
	float: left;
	cursor: pointer;
	font-size: 18px;
}
.quantity .qty {
	border: none;
	padding: 0;
	line-height: inherit;
	width: 44px;
	text-align: center;
	-moz-appearance: textfield;
	float: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.quantity .qty-button {
	width: 44px;
	line-height: inherit;
	display: inline-block;
	float: left;
	cursor: pointer;
	font-size: 18px;
}
.product_meta {
	margin-top: 20px;
}
.product_meta>span {
	display: block;
	margin: 8px 0;
}
.woocommerce-variation-price {
	margin-bottom: 20px
}
.woocommerce-product-attributes p {
	margin-bottom: 0;
}
.woocommerce-Reviews .comment-form label {
	display: block;
}
#tab-reviews .stars span a {
	display: inline-block;
	font-size: 12px;
	text-indent: -9999px;
	letter-spacing: 5px;
	position: relative;
	width: 20px;
	background-color: transparent;
}
#tab-reviews .stars span a::after {
	content: "";
	top: 0;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--accent-color);
	mask: url(../images/star-regular.svg) no-repeat center / contain;
	-webkit-mask: url(../images/star-regular.svg) no-repeat center / contain;
}
#tab-reviews .comment-form-rating .stars a:hover~a,
#tab-reviews .comment-form-rating .stars.selected a.active~a {
	mask: url(../images/star-regular.svg) no-repeat center / contain;
	-webkit-mask: url(../images/star-regular.svg) no-repeat center / contain;
}
#tab-reviews .comment-form-rating .stars.selected a,
#tab-reviews .comment-form-rating .stars:hover a {
	background-color: var(--accent-color);
	mask: url(../images/star-solid.svg) no-repeat center / contain;
	-webkit-mask: url(../images/star-solid.svg) no-repeat center / contain;
}
#review_form .comment-form-comment {
	margin-top: 30px;
}
/* Shop Cart */
table.shop_table .product-thumbnail {
	text-align: center;
}
table.shop_table .product-thumbnail a img {
	width: 90px;
}
table.shop_table .product-remove {
	font-size: 30px;
}
table.shop_table th,
table.shop_table td {
	padding: 15px;
}
table.shop_table th {
	color: #000;
}
table.shop_table .product-name a {
	color: inherit;
}
table.shop_table .product-name a:hover {
	color: var(--accent-color);
}
.coupon .input-text {
	max-width: 300px;
}
table.shop_table td.actions .coupon {
	display: inline-block;
	width: 600px;
}
table.shop_table td.actions>.button {
	display: inline-block;
	float: right;
}
div.cart-collaterals {
	margin-top: 50px;
}
.cart-collaterals .shop_table {
	max-width: 600px;
}
div.wc-proceed-to-checkout {
	margin-top: 30px;
}
/*Check Out*/
.col2-set {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
	max-width: 50%;
	flex: 0 0 50%;
	padding: 0 15px;
}
form.checkout .form-row label,
.form-row label {
	display: block;
	width: 100%;
}
.chosen-container+.select2 {
	display: none;
}
form.checkout .form-row,
.form-row {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}
.woocommerce .form-row {
	margin-left: 0;
	margin-right: 0
}
.form-row.form-row-first {
	width: 48%;
	float: left;
}
.form-row.form-row-last {
	width: 48%;
	float: right;
}
.form-row .woocommerce-input-wrapper {
	display: inline-block;
	width: 100%
}
.form-row .woocommerce-input-wrapper .input-text {
	width: 100%
}
.woocommerce-form-coupon {
	display: inline-block;
	width: 100%;
}
.woocommerce-error>li {
	display: block;
}
.woocommerce-checkout-payment .payment_methods {
	padding-left: 0;
	margin-top: 30px;
	list-style-type: none;
}
.woocommerce-error {
	padding-left: 0;
	list-style: none;
}
.page-excerpt .woocommerce:after,
.page-excerpt .woocommerce:before {
	content: "";
	display: table;
	clear: both;
}
.woocommerce-MyAccount-navigation {
	width: 320px;
	float: left;
	margin-right: 30px;
}
.woocommerce-MyAccount-content {
	overflow: hidden;
}
.woocommerce-MyAccount-navigation ul {
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li a {
	color: inherit;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--accent-color);
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	color: #fff;
	margin: 0 0 2.75rem 0;
	padding: 15px 20px;
}
.woocommerce-message {
	background: #FBFAF9;
}
.woocommerce-error {
	background: #CF9496;
}
.woocommerce-info {
	background: #e7c587;
}
.woocommerce-message .button,
.woocommerce-Message .button {
	background: transparent;
	color: inherit;
	padding: 0;
	text-decoration: underline;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.product_list_widget .product-title {
		font-size: 16px;
	}
}
@media(max-width: 991.98px) {
	.form-row.form-row-last,
	.form-row.form-row-first {
		width: 100%;
		float: none;
	}
	.product-single .product .woocommerce-product-gallery {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.product-single .product .summary {
		width: 100%;
		float: none;
	}
	.maincontent-shop.has_sidebar .content-area {
		width: 100%
	}
	.maincontent-shop.has_sidebar .shop-sidebar {
		width: 100%
	}
	ul.products[class*="columns-"] li.product:nth-child(2n) {
		float: right;
		clear: none !important;
		margin-right: 0;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	table.shop_table th,
	table.shop_table td {
		padding: 15px 10px;
	}
	ul.products[class*="columns-"] li.product {
		width: 48%;
		float: left;
		clear: both;
	}
	.coupon .input-text {
		max-width: 200px;
	}
	table.shop_table td.actions .coupon {
		width: 450px
	}
	.woocommerce-MyAccount-navigation {
		width: 240px
	}
}
@media(max-width: 767.98px) {
	table.shop_table td.actions {
		overflow: hidden;
	}
	table.shop_table td.actions .coupon {
		width: 100%
	}
	table.shop_table td.actions .button {
		display: block;
		float: none;
		margin-top: 20px;
	}
	table.shop_table.cart thead {
		display: none;
	}
	table.shop_table.cart,
	table.shop_table.cart tbody,
	table.shop_table.cart tr,
	table.shop_table.cart td {
		display: block;
		width: 100%;
	}
	table.shop_table.cart tr {
		border: 1px solid #eee;
		margin-bottom: 30px;
	}
	table.shop_table.cart .cart_item td {
		overflow: hidden;
		border: none;
		border-top: 1px solid #eee;
		position: relative;
		padding-left: 150px;
	}
	table.shop_table.cart td:first-child {
		border-top: none;
	}
	table.shop_table.cart .cart_item td:before {
		content: attr(data-title);
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 150px;
		background: #f5f5f5;
		border-right: 10px solid #fff;
		padding: 15px;
	}
	table.shop_table.cart .cart_item td.product-remove,
	table.shop_table .cart_item td.product-thumbnail {
		padding-left: 15px;
		text-align: center;
	}
	table.shop_table.cart .cart_item td.product-remove:before,
	table.shop_table.cart .cart_item td.product-thumbnail:before {
		display: none;
	}
	.col2-set .col-1,
	.col2-set .col-2 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.woocommerce-tabs ul.tabs {
		padding: 0;
	}
	.woocommerce-MyAccount-navigation {
		float: none;
		width: 100%;
		margin-right: 0
	}
	.woocommerce-MyAccount-content {
		display: block;
		width: 100%
	}
	.products .product .product-inner .valerie-product-thumb .add_to_cart_button,
	.products .product .product-inner .valerie-product-thumb .product_type_grouped,
	.products .product .product-inner .valerie-product-thumb .added_to_cart,
	.products .product .product-inner .valerie-product-thumb .product_type_external {
		opacity: 1;
		transform: translateY(0px);
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	table.variations select {
		max-width: 300px;
	}
	ul.products[class*="columns-"] li.product {
		width: 48%
	}
}
@media (max-width: 575.98px) {
	table.variations select {
		max-width: 210px;
	}
	.woocommerce-tabs ul.tabs li {
		width: 100%
	}
	ul.products[class*="columns-"] li.product {
		margin-right: 0;
		width: 100%;
	}
}