.row-product .product__body-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.row-product.row-product-column .col-lg-4 {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
	width: 100%;
}
.row-product.row-product-column .product-card {
	position: relative;
	--product-radius: 30px;
	border-radius: var(--product-radius);
	background: #F2F2F2;
	-webkit-transition: background, -webkit-box-shadow ease 0.3s;
	transition: background, -webkit-box-shadow ease 0.3s;
	transition: background, box-shadow ease 0.3s;
	transition: background, box-shadow ease 0.3s, -webkit-box-shadow ease 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.row-product.row-product-column .product-card .tinvwl-remove {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 1;
}
.row-product.row-product-column .product-card .tinvwl-remove:hover {
	color: var(--color-link-hover);
}
.row-product.row-product-column .product-card .product__img {
	min-width: 480px;
	max-width: 480px;
	width: 100%;
	height: 340px;
	border-radius: var(--product-radius) 0 0 var(--product-radius);
	overflow: hidden;
}
.row-product.row-product-column .product-card .product__img.product__img-slider {
	height: auto;
}
.row-product.row-product-column .product-card .product__img .__img-link {
	display: block;
	width: 100%;
	height: 100%;
}
.row-product.row-product-column .product-card .product__img .swiperProducts {
	width: 100%;
	height: 100%;
}
.row-product.row-product-column .product-card .product__img .swiperProducts .swiper-button-prev::after,
.row-product.row-product-column .product-card .product__img .swiperProducts .swiper-button-next::after {
	color: #fff;
	font-size: 20px;
}
.row-product.row-product-column .product-card .product__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.row-product.row-product-column .product-card .product__img .product__img-settings {
	display: none;
}
.row-product.row-product-column .product-card .product__body {
	padding: 20px 30px;
	width: calc(100% - 480px);
	color: var(--color-text);
}
.row-product.row-product-column .product-card .product__body .product__body-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.row-product.row-product-column .product-card .product__body .product__body-title h2 {
	font-size: 26px;
	font-family: "InterB";
	margin: 0;
}
.row-product.row-product-column .product-card .product__body .product__body-title .__equipment {
	margin-left: auto;
	font-family: "InterSB";
	color: rgba(21, 22, 19, 0.7);
}
.row-product.row-product-column .product-card .product__body .product__body-title .__equipment span {
	display: inline-block;
}
.row-product.row-product-column .product-card .product__body .product__body-title .__equipment span:not(:first-child)::before {
	content: ",";
	margin-right: 3px;
}
.row-product.row-product-column .product-card .product__body .product__body-title .product__title-settings {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 20px;
}
.row-product.row-product-column .product-card .product__body .product__body-title .product__title-settings button, .row-product.row-product-column .product-card .product__body .product__body-title .product__title-settings a {
	position: relative;
	width: 40px;
	height: 40px;
	background: var(--bg-button-white);
	border-radius: 10px;
	text-align: center;
	line-height: 40px;
}
.row-product.row-product-column .product-card .product__body .product__body-title .product__title-settings button svg, .row-product.row-product-column .product-card .product__body .product__body-title .product__title-settings a svg {
	width: 20px;
	height: 20px;
	color: var(--color-text);
	-webkit-transition: all ease 0.15s;
	transition: all ease 0.15s;
}
.row-product.row-product-column .product-card .product__body .product__body-title .product__title-settings button.woosc-btn:active svg, .row-product.row-product-column .product-card .product__body .product__body-title .product__title-settings button.inited-add-wishlist:not(.tinvwl-product-in-list) svg, .row-product.row-product-column .product-card .product__body .product__body-title .product__title-settings a.woosc-btn:active svg, .row-product.row-product-column .product-card .product__body .product__body-title .product__title-settings a.inited-add-wishlist:not(.tinvwl-product-in-list) svg {
	-webkit-transform: scale(0.85);
			transform: scale(0.85);
}
.row-product.row-product-column .product-card .product__body .product__body-title .product__title-settings button.woosc-btn-added, .row-product.row-product-column .product-card .product__body .product__body-title .product__title-settings button.tinvwl-product-in-list, .row-product.row-product-column .product-card .product__body .product__body-title .product__title-settings button:hover, .row-product.row-product-column .product-card .product__body .product__body-title .product__title-settings a.woosc-btn-added, .row-product.row-product-column .product-card .product__body .product__body-title .product__title-settings a.tinvwl-product-in-list, .row-product.row-product-column .product-card .product__body .product__body-title .product__title-settings a:hover {
	background: var(--bg-button);
}
.row-product.row-product-column .product-card .product__body .product__body-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-top: 12px;
}
.row-product.row-product-column .product-card .product__body .product__body-label .__labels {
	font-size: 14px;
	color: #848484;
	max-width: 240px;
}
.row-product.row-product-column .product-card .product__body .product__body-label .__labels:not(:last-child) {
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #848484;
}
.row-product.row-product-column .product-card .product__body .product__body-label .__labels:not(.__labels-address) span:not(:first-child) {
	display: inline-block;
	margin-left: 8px;
}
.row-product.row-product-column .product-card .product__body .product__body-label .__labels.__labels-address {
	max-width: 220px;
}
.row-product.row-product-column .product-card .product__body .product__body-label .__labels i {
	margin-right: 2px;
	font-size: 12px;
}
.row-product.row-product-column .product-card .product__body .product__body-label .__labels i.fa-check {
	color: #98CB17;
}
.row-product.row-product-column .product-card .product__body .product__body-label .__labels i.fa-tachometer {
	color: #ff9800;
}
.row-product.row-product-column .product-card .product__body .product__body-label .__labels svg {
	max-width: 20px;
	min-width: 20px;
	height: 20px;
}
.row-product.row-product-column .product-card .product__body .product__body-color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	gap: 4px;
	margin: 8px 0 -8px;
	white-space: nowrap;
}
.row-product.row-product-column .product-card .product__body .product__body-color .__colors {
	padding: 5px 0;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 8px;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	font-size: 12px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.row-product.row-product-column .product-card .product__body .product__body-color .__colors .bg {
	min-width: 20px;
	max-width: 20px;
	height: 20px;
	border-radius: 50%;
}
.row-product.row-product-column .product-card .product__body .product__body-color .__colors .name {
	width: 1px;
	max-height: 21px;
	opacity: 0;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.row-product.row-product-column .product-card .product__body .product__body-color .__colors:hover {
	background: #FCFCFC;
	padding: 5px 16px 5px 8px;
	margin-left: -8px;
}
.row-product.row-product-column .product-card .product__body .product__body-color .__colors:hover .name {
	max-width: 100%;
	width: auto;
	opacity: 1;
}
.row-product.row-product-column .product-card .product__body .product__body-inf {
	font-size: 14px;
	margin: 20px 0;
}
.row-product.row-product-column .product-card .product__body .product__body-inf ul {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
			column-count: 2;
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
			column-gap: 30px;
	border-top: 1px solid rgba(132, 132, 132, 0.7);
}
.row-product.row-product-column .product-card .product__body .product__body-inf ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	padding: 12px 0;
	border-bottom: 1px solid rgba(132, 132, 132, 0.7);
}
.row-product.row-product-column .product-card .product__body .product__body-inf ul li span:first-child {
	font-family: "InterSB";
	margin-right: auto;
}
.row-product.row-product-column .product-card .product__body .product__body-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	gap: 15px;
}
.row-product.row-product-column .product-card .product__body .product__body-price .price {
	font-family: "InterB";
	font-size: 22px;
}
.row-product.row-product-column .product-card .product__body .product__body-price .price-other {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	gap: 5px;
}
.row-product.row-product-column .product-card .product__body .product__body-price .price-other > span {
	position: relative;
	font-family: "InterR";
	font-size: 12px;
	padding: 8px 14px;
	border: 1px solid rgba(21, 22, 19, 0.7);
	border-radius: 50px;
	line-height: 1;
}
.row-product.row-product-column .product-card .product__body .product__body-price .price-other > span.price_usd.__sale {
	border: 1px solid #F44336;
	color: #F44336;
}
.row-product.row-product-column .product-card .product__body .product__body-price .price-other > span.price_usd.__sale::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 80%;
	height: 1px;
	margin: 0 auto;
	transform: translateY(-50%) rotate(-25deg);
	background: #F44336;
}
.row-product.row-product-column .product-card .product__body .product__body-price .product__body-price-caption {
	font-size: 14px;
	font-family: "InterM";
	width: 100%;
	margin-top: -5px;
	text-align: right;
}
.row-product.row-product-column .product-card .product__body .product__body-btn {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}
.row-product.row-product-column .product-card .product__body .product__body-btn .button {
	max-width: 100%;
}
.row-product.row-product-column .product-card .product__body .product__body-btn .button:not(:last-child) {
	margin-bottom: 8px;
	background: var(--bg-button-white);
	border: 1px solid var(--bg-button-dark);
}
.row-product.row-product-column .product-card .product__body .product__body-btn .button:not(:last-child):hover {
	background: var(--bg-button-dark);
	color: var(--color-text-white);
}
.row-product.row-product-column .product-card:hover {
	background: #FCFCFC;
	-webkit-box-shadow: 0px 4px 12px 0px rgba(26, 38, 3, 0.2);
			box-shadow: 0px 4px 12px 0px rgba(26, 38, 3, 0.2);
}
.row-product.row-product-column .product-card:hover .product__body .product__body-title .product__title-settings button, .row-product.row-product-column .product-card:hover .product__body .product__body-title .product__title-settings a {
	-webkit-box-shadow: 0px 2px 7px 0px rgba(26, 38, 3, 0.2);
			box-shadow: 0px 2px 7px 0px rgba(26, 38, 3, 0.2);
}
.row-product.row-product-row .product-card {
	position: relative;
	--product-radius: 30px;
	border-radius: var(--product-radius);
	background: #F2F2F2;
	-webkit-transition: background, -webkit-box-shadow ease 0.3s;
	transition: background, -webkit-box-shadow ease 0.3s;
	transition: background, box-shadow ease 0.3s;
	transition: background, box-shadow ease 0.3s, -webkit-box-shadow ease 0.3s;
	height: 100%;
}
.row-product.row-product-row .product-card .tinvwl-remove {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 1;
}
.row-product.row-product-row .product-card .tinvwl-remove:hover {
	color: var(--color-link-hover);
}
.row-product.row-product-row .product-card .product__img {
	position: relative;
	height: 225px;
}
.row-product.row-product-row .product-card .product__img .__img-link {
	display: block;
	width: 100%;
	height: 100%;
}
.row-product.row-product-row .product-card .product__img .swiperProducts {
	width: 100%;
	height: 100%;
}
.row-product.row-product-row .product-card .product__img .swiperProducts .swiper-button-prev::after,
.row-product.row-product-row .product-card .product__img .swiperProducts .swiper-button-next::after {
	color: #fff;
	font-size: 16px;
}
.row-product.row-product-row .product-card .product__img img {
	width: 100%;
	height: 100%;
	border-radius: var(--product-radius) var(--product-radius) 0 0;
	-o-object-fit: cover;
	   object-fit: cover;
}
.row-product.row-product-row .product-card .product__img .product__img-settings {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	border-radius: var(--product-radius) var(--product-radius) 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	gap: 16px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity ease 0.2s;
	transition: opacity ease 0.2s;
}
.row-product.row-product-row .product-card .product__img .product__img-settings button, .row-product.row-product-row .product-card .product__img .product__img-settings a {
	position: relative;
	width: 48px;
	height: 48px;
	background: #FCFCFC;
	border-radius: 10px;
	text-align: center;
	line-height: 48px;
	z-index: 1;
}
.row-product.row-product-row .product-card .product__img .product__img-settings button svg, .row-product.row-product-row .product-card .product__img .product__img-settings a svg {
	width: 24px;
	height: 24px;
	color: var(--color-text);
	-webkit-transition: all ease 0.15s;
	transition: all ease 0.15s;
}
.row-product.row-product-row .product-card .product__img .product__img-settings button.woosc-btn:active svg, .row-product.row-product-row .product-card .product__img .product__img-settings button.inited-add-wishlist:not(.tinvwl-product-in-list) svg, .row-product.row-product-row .product-card .product__img .product__img-settings a.woosc-btn:active svg, .row-product.row-product-row .product-card .product__img .product__img-settings a.inited-add-wishlist:not(.tinvwl-product-in-list) svg {
	-webkit-transform: scale(0.85);
			transform: scale(0.85);
}
.row-product.row-product-row .product-card .product__img .product__img-settings button.woosc-btn-added, .row-product.row-product-row .product-card .product__img .product__img-settings button.tinvwl-product-in-list, .row-product.row-product-row .product-card .product__img .product__img-settings button:hover, .row-product.row-product-row .product-card .product__img .product__img-settings a.woosc-btn-added, .row-product.row-product-row .product-card .product__img .product__img-settings a.tinvwl-product-in-list, .row-product.row-product-row .product-card .product__img .product__img-settings a:hover {
	background: var(--bg-button);
}
.row-product.row-product-row .product-card .product__body {
	padding: 20px;
	color: var(--color-text);
	height: calc(100% - 225px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	width: 100%;
}
.row-product.row-product-row .product-card .product__body .product__body-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: auto;
}
.row-product.row-product-row .product-card .product__body .product__body-title h2 {
	font-size: 20px;
	font-family: "InterB";
	margin-bottom: 0;
}
.row-product.row-product-row .product-card .product__body .product__body-title .product__title-settings {
	display: none;
}
.row-product.row-product-row .product-card .product__body .product__body-title .__equipment {
	margin-left: auto;
	font-family: "InterSB";
	color: rgba(21, 22, 19, 0.7);
}
.row-product.row-product-row .product-card .product__body .product__body-title .__equipment span {
	display: inline-block;
}
.row-product.row-product-row .product-card .product__body .product__body-title .__equipment span:not(:first-child)::before {
	content: ",";
	margin-right: 3px;
}
.row-product.row-product-row .product-card .product__body .product__body-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-top: 12px;
}
.row-product.row-product-row .product-card .product__body .product__body-label .__labels {
	font-size: 14px;
	color: #848484;
	max-width: 240px;
}
.row-product.row-product-row .product-card .product__body .product__body-label .__labels:not(:last-child) {
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #848484;
}
.row-product.row-product-row .product-card .product__body .product__body-label .__labels:not(.__labels-address) span:not(:first-child) {
	display: inline-block;
	margin-left: 8px;
}
.row-product.row-product-row .product-card .product__body .product__body-label .__labels.__labels-address {
	max-width: 220px;
}
.row-product.row-product-row .product-card .product__body .product__body-label .__labels i {
	margin-right: 2px;
	font-size: 12px;
}
.row-product.row-product-row .product-card .product__body .product__body-label .__labels i.fa-check {
	color: #98CB17;
}
.row-product.row-product-row .product-card .product__body .product__body-label .__labels i.fa-tachometer {
	color: #ff9800;
}
.row-product.row-product-row .product-card .product__body .product__body-label .__labels svg {
	max-width: 20px;
	min-width: 20px;
	height: 20px;
}
.row-product.row-product-row .product-card .product__body .product__body-color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	gap: 4px;
	margin: 8px 0 -8px;
	white-space: nowrap;
}
.row-product.row-product-row .product-card .product__body .product__body-color .__colors {
	padding: 5px 0;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 8px;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	font-size: 12px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.row-product.row-product-row .product-card .product__body .product__body-color .__colors .bg {
	min-width: 20px;
	max-width: 20px;
	height: 20px;
	border-radius: 50%;
}
.row-product.row-product-row .product-card .product__body .product__body-color .__colors .name {
	width: 1px;
	max-height: 21px;
	opacity: 0;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.row-product.row-product-row .product-card .product__body .product__body-color .__colors:hover {
	background: #FCFCFC;
	padding: 5px 16px 5px 8px;
	margin-left: -8px;
}
.row-product.row-product-row .product-card .product__body .product__body-color .__colors:hover .name {
	max-width: 100%;
	width: auto;
	opacity: 1;
}
.row-product.row-product-row .product-card .product__body .product__body-inf {
	font-size: 14px;
	margin: 20px 0;
}
.row-product.row-product-row .product-card .product__body .product__body-inf ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.row-product.row-product-row .product-card .product__body .product__body-inf ul li:not(:last-child) {
	margin-bottom: 14px;
}
.row-product.row-product-row .product-card .product__body .product__body-inf ul li span:first-child {
	font-family: "InterSB";
}
.row-product.row-product-row .product-card .product__body .product__body-price {
	font-size: 22px;
	font-family: "InterB";
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	gap: 15px;
}
.row-product.row-product-row .product-card .product__body .product__body-price span {
	display: inline-block;
}
.row-product.row-product-row .product-card .product__body .product__body-price span.price_usd {
	position: relative;
	font-family: "InterR";
	font-size: 12px;
	padding: 8px 14px;
	border: 1px solid rgba(21, 22, 19, 0.7);
	border-radius: 50px;
	line-height: 1;
}
.row-product.row-product-row .product-card .product__body .product__body-price span.price_usd.__sale {
	border: 1px solid #F44336;
	color: #F44336;
}
.row-product.row-product-row .product-card .product__body .product__body-price span.price_usd.__sale::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 80%;
	height: 1px;
	margin: 0 auto;
	transform: translateY(-50%) rotate(-25deg);
	background: #F44336;
}
.row-product.row-product-row .product-card .product__body .product__body-price .product__body-price-caption {
	font-size: 14px;
	font-family: "InterM";
	width: 100%;
	margin-top: -15px;
}
.row-product.row-product-row .product-card .product__body .product__body-btn {
	margin-top: 15px;
}
.row-product.row-product-row .product-card .product__body .product__body-btn .button {
	max-width: 100%;
}
.row-product.row-product-row .product-card .product__body .product__body-btn .button:not(:last-child) {
	margin-bottom: 8px;
	background: var(--bg-button-white);
	border: 1px solid var(--bg-button-dark);
}
.row-product.row-product-row .product-card .product__body .product__body-btn .button:not(:last-child):hover {
	background: var(--bg-button-dark);
	color: var(--color-text-white);
}
.row-product.row-product-row .product-card:hover {
	background: #FCFCFC;
	-webkit-box-shadow: 0px 4px 12px 0px rgba(26, 38, 3, 0.2);
			box-shadow: 0px 4px 12px 0px rgba(26, 38, 3, 0.2);
}
.row-product.row-product-row .product-card:hover .product__img .product__img-settings {
	opacity: 1;
	pointer-events: auto;
}

@media (max-width: 1399.98px) {
	.row-product.row-product-row .product-card .product__body .product__body-label .__labels {
		font-size: 12px;
	}
	.row-product.row-product-row .product-card .product__body .product__body-label .__labels.__labels-address {
		max-width: 210px;
	}
	.row-product.row-product-row .product-card .product__body .product__body-label .__labels i {
		font-size: 10px;
	}
	.row-product.row-product-row .product-card .product__body .product__body-label .__labels svg {
		max-width: 18px;
		min-width: 18px;
		height: 18px;
	}
}

@media (max-width: 1199.98px) {
	.row-product.row-product-column .product-card .product__img {
		min-width: 350px;
		max-width: 350px;
		height: 310px;
	}
	.row-product.row-product-column .product-card .product__body {
		width: calc(100% - 350px);
	}
	.row-product.row-product-column .product-card .product__body .product__body-title h2 {
		font-size: 21px;
	}
	.row-product.row-product-column .product-card .product__body .product__body-inf ul li {
		padding: 8px 0;
	}
	.row-product.row-product-row .product-card {
		--product-radius: 20px;
	}
	.row-product.row-product-row .product-card .product__img {
		height: 185px;
	}
	.row-product.row-product-row .product-card .product__img .product__img-settings button, .row-product.row-product-row .product-card .product__img .product__img-settings a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.row-product.row-product-row .product-card .product__body {
		padding: 16px;
	}
	.row-product.row-product-row .product-card .product__body .product__body-title h2 {
		font-size: 18px;
	}
	.row-product.row-product-row .product-card .product__body .product__body-label .__labels:not(:last-child) {
		padding-right: 8px;
		margin-right: 8px;
	}
	.row-product.row-product-row .product-card .product__body .product__body-label .__labels.__labels-address {
		max-width: 160px;
	}
	.row-product.row-product-row .product-card .product__body .product__body-inf {
		font-size: 12px;
		margin: 15px 0;
	}
	.row-product.row-product-row .product-card .product__body .product__body-inf ul li:not(:last-child) {
		margin-bottom: 10px;
	}
	.row-product.row-product-row .product-card .product__body .product__body-price {
		font-size: 20px;
	}
}

@media (max-width: 991.98px) {
	.row-product.row-product-column .product-card .product__img {
		min-width: 260px;
		max-width: 260px;
		height: 280px;
	}
	.row-product.row-product-column .product-card .product__body {
		width: calc(100% - 260px);
		padding: 10px 15px;
	}
	.row-product.row-product-column .product-card .product__body .product__body-inf {
		font-size: 12px;
	}
	.row-product.row-product-column .product-card .product__body .product__body-price .price {
		font-size: 18px;
	}
	.row-product.row-product-column .product-card .product__body .product__body-price .price-other > span {
		font-size: 10px;
	}
}

@media (max-width: 767.98px) {
	.row-product.row-product-column .col-lg-4 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 50%;
	}
	.row-product.row-product-column .product-card {
		--product-radius: 20px;
		position: relative;
		border-radius: var(--product-radius);
		background: #F2F2F2;
		height: 100%;
		-webkit-transition: background, -webkit-box-shadow ease 0.3s;
		transition: background, -webkit-box-shadow ease 0.3s;
		transition: background, box-shadow ease 0.3s;
		transition: background, box-shadow ease 0.3s, -webkit-box-shadow ease 0.3s;
	}
	.row-product.row-product-column .product-card .product__img {
		position: relative;
		max-width: unset;
		min-width: unset;
		height: 185px;
		border-radius: var(--product-radius) var(--product-radius) 0 0;
	}
	.row-product.row-product-column .product-card .product__img img {
		border-radius: var(--product-radius) var(--product-radius) 0 0;
	}
	.row-product.row-product-column .product-card .product__img .product__img-settings {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		border-radius: var(--product-radius) var(--product-radius) 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 16px;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity ease 0.2s;
		transition: opacity ease 0.2s;
	}
	.row-product.row-product-column .product-card .product__img .product__img-settings a, .row-product.row-product-column .product-card .product__img .product__img-settings button {
		position: relative;
		width: 40px;
		height: 40px;
		line-height: 40px;
		background: #FCFCFC;
		border-radius: 10px;
		text-align: center;
		z-index: 1;
	}
	.row-product.row-product-column .product-card .product__img .product__img-settings a svg, .row-product.row-product-column .product-card .product__img .product__img-settings button svg {
		width: 24px;
		height: 24px;
		color: var(--color-text);
		-webkit-transition: all ease 0.15s;
		transition: all ease 0.15s;
	}
	.row-product.row-product-column .product-card .product__img .product__img-settings a.woosc-btn:active svg, .row-product.row-product-column .product-card .product__img .product__img-settings a.inited-add-wishlist:not(.tinvwl-product-in-list) svg, .row-product.row-product-column .product-card .product__img .product__img-settings button.woosc-btn:active svg, .row-product.row-product-column .product-card .product__img .product__img-settings button.inited-add-wishlist:not(.tinvwl-product-in-list) svg {
		-webkit-transform: scale(0.85);
		        transform: scale(0.85);
	}
	.row-product.row-product-column .product-card .product__img .product__img-settings a.woosc-btn-added, .row-product.row-product-column .product-card .product__img .product__img-settings a.tinvwl-product-in-list, .row-product.row-product-column .product-card .product__img .product__img-settings a:hover, .row-product.row-product-column .product-card .product__img .product__img-settings button.woosc-btn-added, .row-product.row-product-column .product-card .product__img .product__img-settings button.tinvwl-product-in-list, .row-product.row-product-column .product-card .product__img .product__img-settings button:hover {
		background: var(--bg-button);
	}
	.row-product.row-product-column .product-card .product__body {
		padding: 16px;
		width: 100%;
		height: calc(100% - 185px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.row-product.row-product-column .product-card .product__body .product__body-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: auto;
	}
	.row-product.row-product-column .product-card .product__body .product__body-title h2 {
		font-size: 18px;
		margin-bottom: 0;
	}
	.row-product.row-product-column .product-card .product__body .product__body-title .product__title-settings {
		display: none;
	}
	.row-product.row-product-column .product-card .product__body .product__body-label .__labels {
		font-size: 12px;
	}
	.row-product.row-product-column .product-card .product__body .product__body-label .__labels:not(:last-child) {
		padding-right: 8px;
		margin-right: 8px;
	}
	.row-product.row-product-column .product-card .product__body .product__body-inf {
		font-size: 12px;
		margin: 15px 0;
	}
	.row-product.row-product-column .product-card .product__body .product__body-inf ul {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
		        column-count: 1;
		-webkit-column-gap: 0;
		   -moz-column-gap: 0;
		        column-gap: 0;
		border: none;
	}
	.row-product.row-product-column .product-card .product__body .product__body-inf ul li {
		padding: 0;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		border: none;
	}
	.row-product.row-product-column .product-card .product__body .product__body-inf ul li:not(:last-child) {
		margin-bottom: 10px;
	}
	.row-product.row-product-column .product-card .product__body .product__body-price {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 10px;
	}
	.row-product.row-product-column .product-card .product__body .product__body-price .price {
		display: inline-block;
		font-size: 20px;
	}
	.row-product.row-product-column .product-card .product__body .product__body-price .price-other > span {
		font-size: 12px;
	}
	.row-product.row-product-column .product-card .product__body .product__body-btn {
		display: block;
	}
	.row-product.row-product-column .product-card:hover {
		background: #FCFCFC;
		-webkit-box-shadow: 0px 4px 12px 0px rgba(26, 38, 3, 0.2);
		        box-shadow: 0px 4px 12px 0px rgba(26, 38, 3, 0.2);
	}
	.row-product.row-product-column .product-card:hover .product__img .product__img-settings {
		opacity: 1;
		pointer-events: auto;
	}
	.row-product.product-row .product-card .product__body .product__body-price {
		gap: 10px;
	}
}

@media (max-width: 575.98px) {
	.row-product.row-product-column .col-lg-4 {
		width: 100%;
		max-width: 100%;
	}
	.row-product.row-product-column .product-card {
		height: auto;
	}
	.row-product.row-product-column .product-card .product__img {
		height: 205px;
	}
	.row-product.row-product-column .product-card .product__img.product__img-slider {
		height: 205px;
	}
	.row-product.row-product-column .product-card .product__img .product__img-settings {
		background: none;
		width: auto;
		height: auto;
		top: 10px;
		left: auto;
		right: 10px;
		opacity: 1;
	}
	.row-product.row-product-column .product-card .product__body {
		height: auto;
		display: block;
	}
	.row-product.row-product-column .product-card .product__body .product__body-label {
		margin: 8px 0 0 0;
		display: block;
	}
	.row-product.row-product-column .product-card .product__body .product__body-label .__labels {
		font-size: 14px;
	}
	.row-product.row-product-column .product-card .product__body .product__body-label .__labels:not(:last-child) {
		padding: 0;
		margin: 0 0 7px 0;
		border: none;
	}
	.row-product.row-product-column .product-card .product__body .product__body-label .__labels.__labels-address {
		max-width: 100%;
		white-space: unset;
	}
	.row-product.row-product-column .product-card .product__body .product__body-label .__labels i {
		font-size: 12px;
	}
	.row-product.row-product-column .product-card .product__body .product__body-label .__labels svg {
		max-width: 20px;
		min-width: 20px;
		height: 20px;
	}
	.row-product.row-product-column .product-card .product__body .product__body-inf {
		font-size: 14px;
	}
	.row-product.row-product-column .product-card .product__body .product__body-btn .button {
		font-size: 14px;
	}
	.row-product.row-product-row .product-card {
		height: auto;
	}
	.row-product.row-product-row .product-card .product__img {
		height: 205px;
	}
	.row-product.row-product-row .product-card .product__img .product__img-settings {
		background: none;
		width: auto;
		height: auto;
		top: 10px;
		left: auto;
		right: 10px;
		opacity: 1;
	}
	.row-product.row-product-row .product-card .product__body {
		height: auto;
		display: block;
	}
	.row-product.row-product-row .product-card .product__body .product__body-label {
		margin: 8px 0 0 0;
		display: block;
	}
	.row-product.row-product-row .product-card .product__body .product__body-label .__labels {
		font-size: 14px;
	}
	.row-product.row-product-row .product-card .product__body .product__body-label .__labels:not(:last-child) {
		padding: 0;
		margin: 0 0 7px 0;
		border: none;
	}
	.row-product.row-product-row .product-card .product__body .product__body-label .__labels.__labels-address {
		max-width: 100%;
		white-space: unset;
	}
	.row-product.row-product-row .product-card .product__body .product__body-label .__labels i {
		font-size: 12px;
	}
	.row-product.row-product-row .product-card .product__body .product__body-label .__labels svg {
		max-width: 20px;
		min-width: 20px;
		height: 20px;
	}
	.row-product.row-product-row .product-card .product__body .product__body-inf {
		font-size: 14px;
	}
	.row-product.row-product-row .product-card .product__body .product__body-btn .button {
		font-size: 14px;
	}
}