/*===== PRODUCT LOOP ==========================*/
.lazy-img__prod {
	padding-bottom: 105%;
}
.lazy-img__100 {
	padding-bottom: 100%;
}
.lazy-img__100 .boxlazy-img__aspect {
	padding: 15px;
}
.lazy-img-cb {
	padding-bottom: 105%;
	display: block;
	height: 0;
	position: relative;
}
.lazy-img-cb img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	object-fit: contain;
	transform: translate(-50%, -50%);
}
.boxlazy-img__insert {
	position: relative;
	height: 0;
	display: block;
	width: 100%;
}
.boxlazy-img__aspect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.boxlazy-img__aspect img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-height: 100%;
	object-fit: contain;
	transform: translate(-50%, -50%);
}
.boxlazy-img__aspect iframe {
	max-height: 100%;
	display: block;
	transition: 0s;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: none;
	overflow: hidden;
	/*font-family: "blur-up: auto", "object-fit: contain";
	-o-object-fit: contain;
	object-fit: contain;
	*/
}
.product-loop {
	position: relative;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 14px;
}
.product-loop .product-inner {
	background: #fff;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}
.product-loop .proloop-image {
	position: relative;
	overflow: hidden;
	padding: 5px;
}
.product-loop .proloop-image .pro-sale, .product-loop .proloop-image .pro-soldout {
	position: absolute;
	top: 7px;
	z-index: 3;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 2px 5px;
}
.product-loop .proloop-image .pro-soldout {
	left: 7px;
	background: #565656;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.product-loop .proloop-image .pro-sale {
	left: 7px;
	background: red;
	letter-spacing: 0.5px;
	min-width: 40px;
	text-align: center;
}
.product-loop .proloop-image .pro-sale + .pro-soldout {
	top: 32px;
}
.product-loop .proloop-image .product--image {
	position: relative;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	background-color: #f9f9f9;
}
.product-loop .proloop-image .product--image .lazy-img.second-image {
	transform: translate(5px);
	-ms-transform: translate(5px);
	-webkit-transform: translate(5px);
}
.product-loop .proloop-image .proloop-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.product-loop .proloop-image .gift.product_gift_label {
	width: 30px;
	height: 30px;
	line-height: 25px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	text-align: center;
	border-radius: 50%;
	padding: 0 5px;
	background: #fff;
	border: 1px solid var(--shop-color-border);
}
.product-loop .proloop-image .pro-iconbox {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	text-align: center;
}
.product-loop .proloop-image .gift.product_gift_label:not(.d-none) + .pro-iconbox {
	top: 40px;
}
.product-loop .proloop-image .sticker_frame {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.product-loop .proloop-image .icon-quickview {
	font-family: 'FontAwesome';
	content: "\f06e";
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	transform: translate(-50%, -50%);
	z-index: 995;
	width: 34px;
	height: 34px;
	line-height: 31px;
	border-radius: 50%;
	border: 1px solid #eee;
	text-align: center;
	background: #fff;
	color: #6d6565;
	opacity: 0;
	-webkit-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}
.product-loop .proloop-image .icon-quickview:hover {
	background-color: #444;
	color: #fff;
	border: 1px solid #fff;
}
.product-loop .proloop-image .lazy-img {
	position: relative;
	width: 100%;
	height: 0;
	flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	padding-bottom: 105%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.product-loop .proloop-image .lazy-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	object-fit: contain;
	transform: translate(-50%, -50%);
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	max-height: 100%;
}
.product-loop .proloop-detail {
	position: relative;
	padding: 10px 10px 12px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.product-loop .proloop-detail h3 {
	font-size: 16px;
	margin: 0 0 12px;
	font-weight: 500;
}
.product-loop .proloop-detail h3 a {
	text-overflow: ellipsis;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.2px;
	text-transform: capitalize;
	white-space: initial;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.product-loop .proloop-detail .proloop--vendor {
	margin-bottom: 6px;
	text-transform: uppercase;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product-loop .proloop-detail .proloop--vendor a {
	color: #000;
}
.product-loop .proloop-detail .proloop--variant {
	margin-bottom: 14px;
	margin-left: -5px;
	margin-right: -5px;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	/* -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	*/
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.product-loop .proloop-detail .proloop--variant .list-color, .product-loop .proloop-detail .proloop--variant .list-option {
	padding: 0 5px;
}
.product-loop .proloop-detail .proloop--variant .vrt-option {
	margin-left: 8px;
	font-size: 13px;
	color: #9a9a9a;
}
.product-loop .proloop-detail .proloop--variant .vrt-color {
	font-size: 0;
	width: 16px;
	height: 16px;
	line-height: 14px;
	border: 1px solid #d4d4d4;
	padding: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.product-loop .proloop-detail .proloop--variant .vrt-color span {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
}
.product-loop .proloop-detail .proloop--variant .vrt-color:last-of-type {
	margin-right: 0px;
}
.product-loop .proloop-detail .proloop--variant .vrt-color.color-count {
	font-size: 14px;
	width: auto;
	border: 0;
}
.product-loop .proloop-detail .proloop--variant .vrt-color.color-count span {
	background: #fff;
	line-height: 100%;
}
.product-loop .proloop-detail .proloop--variant .list-color {
	-ms-flex-order: 2;
	order: 2;
}
.product-loop .proloop-detail .proloop--variant .list-option {
	-ms-flex-order: 3;
	order: 3;
	padding-bottom: 1px;
	-ms-justify-content: end;
	justify-content: end;
}
.product-loop .proloop-detail .proloop--variant .list-option.not-colors {
	-ms-flex-order: 1;
	order: 1;
	-ms-justify-content: start;
	justify-content: start;
}
.product-loop .proloop-detail .proloop--variant .list-option.not-colors .vrt-option:first-of-type {
	margin-left: 0px;
}
.product-loop .proloop-detail .proloop--price {
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	color: #333;
}
.product-loop .proloop-detail .proloop--price .price-del {
	color: #878c8f;
	text-decoration: line-through;
	font-weight: 300;
	font-size: 13px;
}
.product-loop .proloop-detail .proloop--price .price {
	margin-right: 6px;
}
.product-loop .proloop-detail .proloop--price.on-sale .price {
	color: #ff2c26;
}
.product-loop .proloop-detail .proloop-actions__inner {
	position: relative;
}
.product-loop .proloop-detail .proloop-actions__inner .btnico {
	display: block;
	width: 32px;
	height: 32px;
	outline: none;
	border: 0;
	background: #ee2d7a;
	border-radius: 50%;
	transition: all 0.5s;
	cursor: pointer;
}
.product-loop .proloop-detail .proloop-actions__inner .btnico svg {
	width: 16px;
	height: 100%;
	display: block;
	margin: auto;
	fill: #fff;
}
.product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart {
	background: #fff;
	color: var(--shop-color-text);
	border: 1px solid transparent;
	border-radius: 16px;
	position: relative;
	max-width: 100%;
	padding: 0 38px 0 10px;
	height: 32px;
	line-height: 30px;
	letter-spacing: -0.2px;
	outline: none;
	font-size: 11.5px;
	font-weight: 600;
	text-transform: uppercase;
	max-width: 100%;
	transition: border 0.5s ease;
	-o-transition: border 0.5s ease;
	-moz-transition: border 0.5s ease;
	-webkit-transition: border 0.5s ease;
}
.product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart .btnadd {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart .btnico {
	position: absolute;
	right: -1px;
	top: -1px;
}
.product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart.disabled {
	color: #c4c4c4;
	pointer-events: none;
}
.product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart.disabled .btnico {
	background: #eaeaea;
}
.product-loop .proloop-detail .proloop-actions__inner .actions-primary .btnsold {
	height: 32px;
	font-size: 12px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	justify-content: center;
	font-weight: 600;
	color: #c4c4c4;
}
.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty {
	justify-content: end;
	-ms-justify-content: end;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	right: 0;
}
.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .actions-wrapqty {
	border: 1px solid #e9eaec;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 6px;
}
.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
	height: 32px;
	line-height: 30px;
}
.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn {
	height: 30px;
	width: 30px;
	background: #fff;
	color: var(--shop-color-text);
	opacity: 0.75;
	border: 0;
	outline: none;
	padding: 0 5px;
}
.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn svg {
	width: 13px;
	height: 100%;
}
.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .proloop-value {
	width: 40px;
	height: 30px;
	padding: 0;
	float: left;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	background: #fff;
	color: #9c9c9c;
	border: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.product-loop .proloop-detail .proloop-actions.action-count .actions-primary {
	opacity: 0;
}
.product-loop .proloop-detail .proloop-actions.action-count .actions-boxqty {
	opacity: 1;
	visibility: visible;
}
.product-loop .proloop-detail .wrapper-action-loop {
	margin-top: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.product-loop .proloop-detail .wrapper-action-loop .proloop--price {
	margin-right: auto;
}
.product-loop .proloop-detail .wrapper-action-loop .proloop-actions {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	text-align: right;
	padding-left: 5px;
}
.product-loop .proloop--review {
	margin-bottom: 6px;
}
.product-loop .proloop--review .haravan-product-reviews-badge {
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star i[class^="star-"] {
	color: #fdd836 !important;
	font-size: 13px;
	margin-right: -3px;
	display: inline-block;
}
.product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star i.star-off-png {
	color: #dadada !important;
}
.product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + span, .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p {
	margin-bottom: 0;
	margin-left: 6px;
	color: #637381;
}
.product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p {
	margin-bottom: 0;
	margin-left: 8px;
	font-size: 0;
	visibility: hidden;
}
.product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p:before {
	content: "(0)";
	display: inline-block;
	visibility: visible;
}
.product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + span, .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p:before {
	font-size: 12px;
}
.product-loop .proloop--review + .proloop--action {
	margin-top: 0;
}
.product-loop:not(.product-horizontal) .pro-percent {
	display: none;
}
.product-loop:not(.product-horizontal) .prohzt-soldout {
	display: none;
}
.product-loop.product-only .proloop-detail .proloop-actions__inner .btnico .btnico-secondary {
	display: none;
}
.product-loop.product-horizontal {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.product-loop.product-horizontal .product-inner {
	display: -ms-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	box-shadow: none;
}
.product-loop.product-horizontal .proloop-image {
	display: block;
	min-width: 100px;
	padding: 10px;
}
.product-loop.product-horizontal .proloop-image .icon-quickview {
	display: none;
}
.product-loop.product-horizontal .pro-soldout {
	display: none;
}
.product-loop.product-horizontal .prohzt-soldout {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #878c8f;
}
.product-loop.product-horizontal .proloop-detail {
	padding-left: 5px;
	padding-right: 0;
	text-align: left;
}
.product-loop.product-horizontal .proloop-detail .proloop--price {
	padding-bottom: 0;
}
.product-loop.product-horizontal .proloop-detail .proloop--price .price-del {
	margin-right: 4px;
}
.product-loop.product-horizontal .proloop-detail .proloop--review {
	display: none;
}
.product-loop.product-horizontal .proloop-detail .proloop--review .haravan-product-reviews-badge {
	-ms-justify-content: left;
	justify-content: left;
}
.product-loop.product-horizontal .proloop-detail .proloop-actions {
	display: none;
}
.product-loop.product-horizontal .pro-sale {
	display: none;
}
.product-loop.product-horizontal .pro-percent {
	display: inline-block;
	min-width: 36px;
	padding: 1px 4px;
	background: #fbf1f1;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 0.5px;
	color: #f00;
	border: 1px solid #f0e8ee;
	border-radius: 3px;
	vertical-align: text-bottom;
}
.product-loop.product-horizontal:hover .product-inner {
	box-shadow: none;
}
@media (min-width: 992px) {
	.product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart {
		padding: 0 40px 0 10px;
		font-size: 11px;
	}
	.product-loop .product-inner {
		position: relative;
		overflow: hidden;
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-ms-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;
	}
	.product-loop .product-inner .proloop-detail {
		background: #fff;
		-webkit-transition: transform 300ms ease;
		-moz-transition: transform 300ms ease;
		-ms-transition: transform 300ms ease;
		-o-transition: transform 300ms ease;
		transition: transform 300ms ease;
	}
	.product-loop .product-inner .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart:not(.disabled):hover {
		border-color: #ee2d7a;
	}
	.product-loop .product-inner:hover {
		-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
	}
	.product-loop .product-inner:hover .proloop-image .product--image .lazy-img.first-image {
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		transform: translate(calc(-100% - 5px));
		-ms-transform: translate(calc(-100% - 5px));
		-webkit-transform: translate(calc(-100% - 5px));
	}
	.product-loop .product-inner:hover .proloop-image .product--image .lazy-img.second-image {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		transform: translate(-100%);
		-ms-transform: translate(-100%);
		-webkit-transform: translate(-100%);
	}
	.product-loop .product-inner:hover .proloop-image .icon-quickview {
		opacity: 1;
	}
	.product-loop .proloop-detail .proloop--price.prices-ctas .price-del {
		display: block;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.product-loop .proloop-detail {
		padding: 5px 7px 5px;
	}
	.product-loop.col-lg-cus5 .proloop-detail {
		text-align: center;
	}
	.product-loop.col-lg-cus5 .proloop-detail .proloop--variant {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-justify-content: center;
		justify-content: center;
	}
	.product-loop.col-lg-cus5 .proloop-detail .proloop--variant .vrt-option {
		margin: 1px 5px 2px;
	}
	.product-loop.col-lg-cus5 .proloop-detail .proloop--variant .list-option.not-colors {
		-ms-justify-content: center;
		justify-content: center;
	}
	.product-loop.col-lg-cus5 .proloop-detail .proloop--variant .list-option.not-colors .vrt-option:not(:last-of-type) {
		margin-left: 5px;
	}
	.product-loop.col-lg-cus5 .proloop-detail .proloop--variant .list-option {
		-ms-justify-content: center;
		justify-content: center;
	}
	.product-loop.col-lg-cus5 .proloop-detail .proloop--price {
		margin-bottom: 10px;
	}
	.product-loop.col-lg-cus5 .proloop-detail .proloop--price .price-del {
		display: inline-block;
	}
	.product-loop.col-lg-cus5 .proloop-detail .proloop-actions__inner .actions-boxqty {
		justify-content: center;
		-ms-justify-content: center;
	}
	.product-loop.col-lg-cus5 .proloop-detail .wrapper-action-loop {
		margin-top: auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.product-loop.col-lg-cus5 .proloop-detail .wrapper-action-loop .proloop--price {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.product-loop.col-lg-cus5 .proloop-detail .wrapper-action-loop .proloop-actions {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		text-align: center;
		padding-left: 0px;
	}
	.product-loop.col-lg5 .proloop-actions .proloop-actions__inner .actions-primary .btn-proloop-cart {
		padding: 0 35px 0 5px;
		width: 100%;
		font-size: 10px;
	}
}
@media (max-width: 991px) {
	.product-loop .proloop-image .icon-quickview {
		display: none;
	}
	.product-loop .proloop-actions {
		position: initial;
		visibility: visible;
	}
	.product-loop .proloop-actions .proloop-actions__inner .btn-proloop-cart .btnadd:hover:after {
		display: none;
	}
	.product-loop .proloop--review .haravan-product-reviews-badge {
		justify-content: center;
	}
	.product-loop.product-horizontal .proloop-image {
		padding: 5px;
		min-width: 90px;
	}
	.product-loop.product-horizontal .proloop-detail {
		padding-left: 5px;
	}
	.product-loop.product-horizontal .proloop-detail .proloop--price {
		padding-bottom: 0;
	}
	.product-loop.product-only {
		margin-bottm: 8px;
	}
	.product-loop.product-only .product-inner {
		flex-direction: row;
		-ms-flex-direction: row;
	}
	.product-loop.product-only .proloop-image {
		width: 110px;
	}
	.product-loop.product-only .proloop-image .pro-sale, .product-loop.product-only .proloop-image .pro-soldout {
		display: none;
	}
	.product-loop.product-only .proloop--variant {
		display: none;
	}
	.product-loop.product-only .proloop--review .haravan-product-reviews-badge {
		-ms-justify-content: left;
		justify-content: left;
	}
	.product-loop.product-only .proloop-detail {
		position: relative;
		width: calc(100% - 110px);
		padding: 8px 10px 8px;
		text-align: left;
	}
	.product-loop.product-only .proloop-detail h3 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.product-loop.product-only .proloop-detail .proloop--price .price {
		margin-bottom: 2px;
	}
	.product-loop.product-only .proloop-detail .proloop--price .pro-percent {
		display: inline-block;
		padding: 2px 5px;
		background: #fff;
		color: #f00;
		border: 1px solid #ffe7e7;
		border-radius: 3px;
		text-transform: uppercase;
		line-height: 1.2;
		font-weight: 600;
		font-size: 10px;
		vertical-align: text-bottom;
	}
	.product-loop.product-only .proloop-detail .proloop--price .price-del {
		margin-right: 4px;
	}
	.product-loop.product-only .proloop-detail .proloop-actions__inner .btnico .btnico-first {
		display: none;
	}
	.product-loop.product-only .proloop-detail .proloop-actions__inner .btnico .btnico-secondary {
		display: block;
	}
	.product-loop.product-only .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart .btnadd {
		display: none;
	}
	.product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty .actions-wrapqty {
		margin-left: auto;
		min-width: 80px;
		margin-right: 0px;
		border: 0;
		overflow: unset;
	}
	.product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
		display: none;
	}
	.product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty .proloop-value {
		color: #000;
	}
	.product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn {
		height: 28px;
		width: 28px;
		border: 1px solid #000;
		border-radius: 14px;
	}
	.product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn svg {
		width: 10px;
		fill: #000;
		stroke: #000;
	}
	.product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty {
		justify-content: end;
		-ms-justify-content: end;
	}
	.product-loop.product-only .proloop-detail .wrapper-action-loop {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-top: 0;
	}
	.product-loop.product-only .proloop-detail .wrapper-action-loop .proloop--price {
		width: auto;
		margin-right: auto;
	}
	.product-loop.product-only .proloop-detail .wrapper-action-loop .proloop-actions {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 1%;
		text-align: right;
	}
}
@media (max-width: 767px) {
	.product-loop .proloop-detail {
		padding: 5px 7px 5px;
		text-align: center;
	}
	.product-loop .proloop-detail h3 {
		font-size: 14px;
	}
	.product-loop .proloop-detail .proloop--price {
		font-size: 14px;
	}
	.product-loop .proloop-detail .proloop--price .price-del {
		font-size: 13px;
	}
	.product-loop .proloop-detail .proloop--price .price {
		margin-right: 0px;
	}
	.product-loop .proloop-detail .proloop--price.on-sale .price {
		margin-right: 6px;
	}
	.product-loop .proloop-detail .proloop-vendor {
		font-size: 10px;
	}
	.product-loop .proloop-detail .proloop--variant {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-justify-content: center;
		justify-content: center;
		margin-bottom: 10px;
	}
	.product-loop .proloop-detail .proloop--variant .vrt-color:last-of-type {
		margin-right: 0px;
	}
	.product-loop .proloop-detail .proloop--variant .vrt-option {
		margin: 1px 5px 2px;
		font-size: 12px;
	}
	.product-loop .proloop-detail .proloop--variant .list-option.not-colors {
		-ms-justify-content: center;
		justify-content: center;
	}
	.product-loop .proloop-detail .proloop--variant .list-option.not-colors .vrt-option:not(:last-of-type) {
		margin-left: 5px;
	}
	.product-loop .proloop-detail .proloop--variant .list-option {
		-ms-justify-content: center;
		justify-content: center;
	}
	.product-loop .proloop-detail .proloop-actions {
		padding-bottom: 4px;
		padding-top: 10px;
	}
	.product-loop .proloop-detail .proloop-actions__inner .btnico {
		width: 30px;
		height: 30px;
	}
	.product-loop .proloop-detail .proloop-actions__inner .btnico svg {
		width: 13px;
	}
	.product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart {
		height: 30px;
		line-height: 28px;
	}
	.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty {
		-ms-justify-content: center;
		justify-content: center;
	}
	.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
		height: 30px;
	}
	.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .actions-wrapqty {
		margin-right: 8px;
		height: 30px;
		max-width: 100px;
	}
	.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn {
		height: 30px;
		width: 30px;
	}
	.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn svg {
		width: 13px;
	}
	.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .proloop-value {
		width: calc(100% - 60px);
		height: 30px;
		font-size: 12px;
	}
	.product-loop .proloop-detail .wrapper-action-loop {
		margin-top: auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.product-loop .proloop-detail .wrapper-action-loop .proloop--price {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.product-loop .proloop-detail .wrapper-action-loop .proloop-actions {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		text-align: center;
		padding-left: 0px;
	}
	.product-loop.prod-action-small {
		padding-left: 1px;
		padding-right: 1px;
		margin-bottom: 2px;
	}
	.product-loop.prod-action-small .proloop-detail .proloop-actions .proloop-actions__inner .actions-primary .btn-proloop-cart {
		display: flex;
		display: -ms-flex;
		align-items: center;
		max-width: 100%;
		height: 25px;
		padding: 0 30px 0 0;
		margin: 0 auto;
		font-size: 10px;
	}
	.product-loop.prod-action-small .proloop-detail .proloop-actions__inner .btnadd {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.product-loop.prod-action-small .proloop-detail .proloop-actions__inner .btnico {
		width: 25px;
		height: 25px;
	}
	.product-loop.prod-action-small .proloop-detail .proloop-actions__inner .btnico svg {
		width: 12px;
		height: 25px;
	}
	.product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
		height: 25px;
	}
	.product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .actions-wrapqty {
		margin-right: 5px;
		height: 25px;
	}
	.product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn {
		height: 25px;
		width: 25px;
	}
	.product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn svg {
		width: 10px;
	}
	.product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .proloop-value {
		width: calc(100% - 50px);
		height: 25px;
		font-size: 12px;
	}
	.product-loop.product-horizontal .proloop-detail {
		padding-left: 10px;
	}
	.product-loop.product-only .proloop-detail .proloop--price .price {
		display: block;
	}
}
@media (max-width: 350px) {
	.product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
		display: none;
	}
	.product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart {
		padding: 0 35px 0 0;
		font-size: 11px;
	}
}
.list-product-slide {
	padding: 10px 0;
}
.list-product-slide .swiper-slide {
	height: initial;
}
.list-product-slide .product-loop-slide {
	margin-bottom: 0;
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}
.list-product-slide .swiper-button {
	position: absolute;
	top: 30%;
	width: 40px;
	height: 40px;
	z-index: 1;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	transform: scale(0);
}
.list-product-slide .swiper-button svg {
	width: 15px;
	height: 100%;
	display: block;
	margin: 0 auto;
	fill: #000;
	stroke: #000;
}
.list-product-slide .swiper-button.swiper-prev {
	left: 10px;
}
.list-product-slide .swiper-button.swiper-next {
	right: 10px;
}
.list-product-slide .swiper-button.swiper-button-disabled {
	opacity: 0.8;
	cursor: default;
}
.list-product-slide .swiper-button.swiper-button-disabled svg {
	fill: #9e9e9e;
}
@media (min-width: 992px) {
	.list-product-slide:hover .swiper-button {
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}
}
@media (max-width: 991px) {
	.list-product-slide .swiper-button {
		width: 30px;
		height: 30px;
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}
	.list-product-slide .swiper-button svg {
		width: 12px;
	}
}
.listProduct-row {
	margin-bottom: -14px;
	margin-left: -7px;
	margin-right: -7px;
	display: flex;
	display: -ms-flex;
}
@media (min-width: 992px) {
	.collection-listproduct .product-loop.col-lg-2 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (max-width: 767px) {
	.product-loop {
		padding-left: 2px;
		padding-right: 2px;
		margin-bottom: 4px;
	}
	.listProduct-row {
		margin-bottom: -8px;
		margin-left: -2px;
		margin-right: -2px;
	}
}
.indexflsalebox {
	background: #1c75bc;
	margin-top: 60px;
	border-radius: 12px;
	padding: 20px 40px;
}
@media (max-width: 992px) {
	.indexflsalebox {
		padding: 20px 10px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.indexflsalebox .indexflsaleboxhead3 {
		width: 100%;
	}
	.indexflsalebox .indexflsaleboxhead3 .seemoreon {
		display: block;
		margin-top: 15px;
		text-align: center;
	}
}
.indexflsalebox .seemoreon {
	text-align: right;
}
.indexflsalebox .seemoreon a {
	border-radius: 30px;
	border: 1px solid var(--Brand-Color-Color-1, #f999b7);
	background: var(--Color-2, #ffd4e1);
	display: inline-flex;
	padding: 6px 16px;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
.indexflsalebox .indexflsaleboxhead {
	display: grid;
	grid-template-columns: 0.2fr 0.6fr 0.2fr;
	margin-bottom: 20px;
}
@media (max-width: 992px) {
	.indexflsalebox .indexflsaleboxhead {
		display: flex;
		flex-wrap: wrap;
	}
}
.indexflsalebox .indexflsaleboxhead .indexflsaleboxhead2 {
	display: flex;
	gap: 20px;
	justify-content: center;
}
@media (max-width: 992px) {
	.indexflsalebox .indexflsaleboxhead .indexflsaleboxhead2 {
		flex-wrap: wrap;
		width: 100%;
	}
	.indexflsalebox .indexflsaleboxhead .indexflsaleboxhead2 .image {
		width: 100%;
		text-align: center;
	}
	.indexflsalebox .indexflsaleboxhead .indexflsaleboxhead2 .image img {
		margin: 0 auto;
	}
}
.indexflsalebox .indexflsaleboxhead .timetogoon {
	display: flex;
	align-items: center;
	gap: 3px;
}
.indexflsalebox .indexflsaleboxhead .timetogoon .thetimez {
	border-radius: 4px;
	background: var(--Background-Black, #333);
	display: flex;
	padding: 4px 8px;
	justify-content: center;
	align-items: center;
	gap: 3px;
	color: var(--Text-color-white, #fff);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%;
	letter-spacing: -0.18px;
}
.indexflsalebox .slider-index.next {
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	z-index: 9;
	border-radius: 100%;
	outline: none;
}
.indexflsalebox .slider-index.prev {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	z-index: 9;
	border-radius: 100%;
	outline: none;
}
.indexflsalebox .slick-dots {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	position: relative;
	top: 10px;
	z-index: 1;
}
.indexflsalebox .slick-dots button {
	background: #d9d9d9;
	border: none;
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin-right: 10px;
	outline: none;
}
@media (max-width: 992px) {
	.indexflsalebox .slider-index.next {
		right: 0;
	}
	.indexflsalebox .slider-index.prev {
		left: 0;
	}
}
.indexflsalebox .product-loop {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 14px;
	margin: 5px;
}
.product-loop .price {
	overflow: hidden;
	color: #f00;
	text-overflow: ellipsis;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	/* 15.6px */
	letter-spacing: -0.2px;
}
.product-loop .quickview-product {
	font-size: 13px;
}
.product-loop .price-del {
	overflow: hidden;
	color: var(--LT_body-text-2, #666);
	text-overflow: ellipsis;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.2px;
	text-decoration: line-through;
	opacity: 0.8;
}
.product-loop .pro-sale {
	border-radius: 20px;
	background: #f00;
	display: flex;
	padding: 4px 7px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.2px;
	text-transform: uppercase;
}
.product-loop .proloop--priceflex {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.product-loop .proloop--vendor {
	display: flex;
	justify-content: space-between;
	font-size: 10px;
	align-items: center;
}
.product-loop .tagflextop {
	display: flex;
	align-items: center;
	gap: 5px;
}
.product-loop .tagflextop .tagon1 {
	border-radius: 20px;
	background: #bfebf3;
	display: flex;
	align-items: center;
	line-height: 1.6;
	padding: 2px 4px;
}
.product-loop .tagflextop .tagon2 {
	border-radius: 20px;
	background: #f6c8d8;
	display: flex;
	align-items: center;
	line-height: 1.6;
	padding: 2px 4px;
}
.vzipsliderofthehead:not(.slick-initialized) {
	display: flex;
	overflow: hidden;
}
.vzipsliderofthehead:not(.slick-initialized) > div {
	width: calc(100%/5);
}
.vzipsliderofthehead:not(.slick-initialized) > div:nth-child(n+6) {
	display: none;
}
@media (max-width: 767px) {
	.vzipsliderofthehead:not(.slick-initialized) > div {
		width: calc(100%/2);
	}
	.vzipsliderofthehead:not(.slick-initialized) > div:nth-child(n+3) {
		display: none;
	}
}
.lazy-imgnew.second-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	visibility: hidden;
}
.product-inner:hover .lazy-imgnew.second-image {
	visibility: visible;
}
.proloop--priceflex .priceflex2 {
	display: inline-block;
}
.arrowmobile {
	display: none;
}
@media (max-width: 767px) {
	.arrowmobile {
		display: inline-block;
	}
}
.visible-mobile {
	display: none;
}
@media (max-width: 767px) {
	.hidden-mobile {
		display: none;
	}
	.visible-mobile {
		display: block;
	}
}
.autoimg {
	height: auto;
	width: auto;
}
.quickview-product {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	display: none;
	z-index: 9999;
}
.quickview-product a {
	border-radius: 4px;
	background: #ff4565;
	display: block;
	height: 28px;
	color: var(--Text-color-white, #fff);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
h3.titleproduct {
	margin-bottom: 10px !important;
}
h3.titleproduct a {
	overflow: hidden;
	color: var(--LT_body-text-1, #131518);
	text-overflow: ellipsis;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.2px;
	text-transform: capitalize;
}
.bottomloopend {
	display: flex;
	align-items: center;
	margin-top: 10px;
	gap: 10px;
}
.bottomloopend .bottomloopend2 {
	flex-grow: 1;
}
.bottomloopend .bottomloopend2 .bottomloopend21 {
	color: var(--LT_body-text-1, #131518);
	text-overflow: ellipsis;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 10.8px */
	letter-spacing: -0.2px;
}
.bottomloopend .bottomloopend2 .bottomloopend21 svg {
	display: inline-flex;
	width: 13px;
	height: 13px;
	justify-content: center;
	align-items: center;
	margin-top: -5px;
}
.bottomloopend .bottomloopend2 .bottomloopend22 {
	border-radius: 20px;
	border: 1px solid #f85d8c;
	background: var(--Color-3, #ffe7f0);
	height: 10px;
	width: 100%;
	position: relative;
}
.bottomloopend .bottomloopend2 .bottomloopend22 span {
	border-radius: 20px;
	background: linear-gradient(270deg, #fc504e 0%, #ff66cb 100%);
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 80%;
}
.bottomloopend .bottomloopend1 {
	border-radius: 200px;
	background: #fc504e;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.3px;
	padding: 5px 7px;
	display: flex;
	align-items: center;
}
.bottomloopend .bottomloopend1 svg {
	margin-top: -3px;
}
.feevendor {
	color: var(--LT_body-text-1, #131518);
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	/* 12px */
	letter-spacing: -0.3px;
	text-transform: uppercase;
}
.product-inner:hover .quickview-product {
	display: flex;
}
.countdown-wrap .title {
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.countdown.contx1 .days, .countdown.contx1 .hours, .countdown.contx1 .minutes, .seconds {
	width: 30px;
	height: 30px;
	background: #000;
	color: #fff;
	padding: 6px;
	display: inline-block;
}
