.product_price label,
.product_item>.woocommerce-LoopProduct-link {
	display: none !important;
}

.product_item .ico-heart-o:before,
.product_item .ftinvwl-heart-o:before,
.product_item .tinvwl-icon-heart:before {
	top: 3px;
	position: relative;
	left: -1px;
}

/* -------------------------------------------------------- */

.product_item {
	position: relative;
	/* background: #f9f9f9; */
	-moz-border-radius: 0 0 0 30px;
	-webkit-border-radius: 0 0 0 30px;
	border-radius: 0 0 0 30px;
	overflow: hidden;
	transition: background .35s ease-in-out;
}

.product_image {
	position: relative;
	z-index: 0;
}

.product_image img,
.product_image .wp-post-image {
	height: 300px;
	width: 100%;
	object-fit: cover;
	transform: scale(1.4);
}

.product_image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .20);
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--time) ease-in-out, visibility var(--time) ease-in-out;
}

.product_image>a {
	display: block;
	overflow: hidden;
}

.product_remove {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}

.product_content {
	padding: 25px 20px 38px 20px;
}

.product_content h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 12px;
}

.product_content h3 a {
	color: #303030;
}

.product_content h4 {
	margin: 0;
}

.product_content h4 a {
	color: var(--color-primary);
}

.product_sku {
	color: #636363;
	font-size: 14px;
	font-weight: 400;
	/* letter-spacing: 0.7px; */
	display: block;
	line-height: 1;
}

.product_sku:not(:last-child) {
	margin-bottom: 6px;
}

.product_price {
	font-size: 18px;
	line-height: 1;
	display: block;
	height: 20px;
}

.product_price ins,
.product_price bdi,
.product_price ins bdi {
	font-weight: 700;
}

.product_price del span {
	text-decoration: line-through !important;
}

.product_price,
.product_price a {
	color: #53676E;
}

.product_price del+ins {
	margin-left: 10px;
}

.product_remove button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: none;
	transition: color var(--time) ease-in-out, background var(--time) ease-in-out;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.product_remove button:hover {
	color: #ffffff;
	background: red;
}

.product_buttons {
	position: absolute;
	bottom: 85px;
	left: auto;
	right: auto;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	row-gap: 22px;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-50px);
	transition: visibility var(--time) ease-in-out, opacity var(--time) ease-in-out, transform var(--time) ease-in-out;
	z-index: 2;
}

.product_buttons .site-button {
	min-width: 182px;
	margin: auto;
}

.product_buttons .button_white {
	color: var(--color-third);
	border: 1px solid var(--color-third);
}

.product_buttons .button_white span {
	color: var(--color-third);
}

.product_item:hover .product_buttons {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

section:not(.wv_slide, .ch_slides) .product_item:hover {
	background: var(--color-primary);
}

.product_buttons.open {
	opacity: 0 !important;
	visibility: hidden !important;
}

.product_item:hover .product_image::after {
	opacity: 1;
	visibility: visible;
}

.product_item .tinv-wishlist {
	position: absolute;
	z-index: 1;
	top: 10px;
}

.product_item .tinvwl-icon-heart {
	width: 40px;
	height: 40px;
	border: none;
	color: var(--color-secondary);
}

/* ------------------------------------------------------------ */

/* @media (min-width:1041px) {
	.product_content h4 {
		font-size: 30px;
		line-height: 34px;
	}
} */

@media (max-width:1450px) {
	.product_buttons .site-button {
		--height: 48px;
		padding: 0 15px;
		font-size: 13px;
	}
}

@media (max-width:1200px) {
	.product_content {
		padding: 15px 15px 25px 15px;
	}

	.product_item {
		border-radius: 0 0 0 15px;
	}

	.product_sku {
		font-size: 12px;
		margin-bottom: 8px;
	}

	.product_content h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.product_price {
		font-size: 18px;
	}

	.product_buttons {
		row-gap: 14px;
	}

	.product_buttons .site-button {
		min-width: 146px;
	}

	.site-button span {
		margin-left: 5px;
	}

}

@media (max-width:860px) {

	.product_image img,
	.product_image .wp-post-image {
		height: 250px;
	}

	.wvs-pro-loaded {
		bottom: 32%;
	}
}

@media (max-width:767px) {

	.product_sku {
		font-size: 12px;
		margin-bottom: 7px;
	}

	.product_content h3 {
		margin-bottom: 10px;
	}

	.product_price {
		font-size: 16px;
	}

	.product_content h3 {
		font-size: 14px;
		line-height: 18px;
	}

	.product_price {
		font-size: 14px;
	}
}