.cz_text_marquee {
	width: 100%;
	direction: ltr;
	position: relative;
	overflow: hidden;
	font-size: 20px;
	white-space: nowrap
}
.xtra-product-thumbnail .cz_text_marquee {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	background-color: #191919;
	padding: 5px;
	position: absolute;
	bottom: 0;
	width: 100%
}
.codevz-plus-overlay-gradient:after {
	--overlay-gr: #fff;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: visible;
	pointer-events: none;
	background: linear-gradient(to right,
		var(--overlay-gr, #fff) 0%,
		var(--overlay-gr, #fff) 2%,
		transparent,
		transparent,
		var(--overlay-gr, #fff) 98%,
		var(--overlay-gr, #fff) 100%);
	z-index: 1
}