.home-content .voucher-collection-container {
	width: 80%;
	margin: auto;
}

.voucher-collection-container .collections-container {
	width: 100%;
	margin-top: 80px;
	background-color: #fff;
	position: relative;
}

.collections-container .collections-header-container {
	width: 100%;
	padding: 0px 12px;
	margin: 0 auto;
}

.collections-header-container .collection-header-wrapper {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	padding-bottom: 8px;
}

.collections-header-container .view-more.cta {
	font-size: 14px;
	font-weight: 500;
	color: #6561E8;
	line-height: 24px;
	display: inline-block;
	border-radius: 4px;
	background: #fff;
}

.collections-header-container .view-more.cta:hover {
    font-weight: bold;
}

.collections-header-container .collections-header {
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 28px;
	font-weight: 600;
	text-align: left;
	color: #333;
}

.collections-container .vouchers-holder {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding-bottom: 0;
	margin-top: 16px;
	scroll-behavior: smooth;
}

.vouchers-holder .voucher-card {
	width: 236px;
	cursor: pointer;
	display: inline-block;
	background: #fff;
	vertical-align: top;
	padding-right: 12px;
	position: relative;
	padding-left: 12px;
	padding-top: 4px;
}

.vouchers-holder .view-more-card {
	width: 130px;
	cursor: pointer;
	height: 220px;
	margin: 8px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(235, 235, 255, 1);
	border-radius: 20px;
	gap: 30px;
}

.view-more-card .arrow-holder {
	background-color: #6561E8;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.arrow-holder .view-more-arrow {
	width: 10px;
}

.view-more-card .view-more-text {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #6561E8;
}

.vouchers-holder .voucher-card:last-child {
	padding-right: 0;
}

.voucher-card .voucher-banner-holder {
	height: 136px;
	width: 100%;
	object-fit: fill;
	background: #fff;
	position: relative;
	border-radius: 20px;
	margin-bottom: 16px;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.12);
	display: flex;
	justify-content: center;
}

.voucher-card .right-arrow {
	height: 56px;
	width: 56px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.voucher-banner-holder .voucher-banner {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.voucher-card .voucher-details {
	width: 100%;
	padding: 0px 10px 10px 0px;
	text-align: left;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.voucher-details .voucher-merchant-name {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #191C32;
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.voucher-details .voucher-locality {
	min-height: 16px;
	font-size: 14px;
	line-height: 16px;
	color: rgba(51, 51, 51,.8);
	margin-bottom: 8px;
}

.voucher-details .voucher-starting-from {
	font-size: 12px;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.87);
	padding-top: 4px;
}

.voucher-details .voucher-save-percent {
	width: 16px;
}

.voucher-details .voucher-percent {
	display: inline-block;
    position: relative;
    width: max-content;
    text-align: center;
    border-radius: 10px;
    background-color: #6D6BED;
    color: white;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 8px;
	font-weight: bold;
}

.voucher-banner-holder .rating-content-header {
	height: 24px;
	border-radius: 20px;
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 4px;
}

.voucher-rating .star {
	width: 12px;
	height: 12px;
	object-fit: contain;
	margin: 4px -2px 2px 2px;
}

.voucher-rating .rating-desc {
	font-size: 12px;
	line-height: 12px;
}

.rating-content-header .voucher-rating {
	border-radius: 40px;
	padding: 0px 4px 0px 2px;
}

.rating-content-header .merchant-rating-text {
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	padding-top: 4px;
	padding-right: 2px;
	font-size: 14px;
}

.voucher-card .voucher-sticker {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	z-index: 1;
}

.voucher-card .voucher-sticker-tooltip {
	position: absolute;
	left: 8px;
	top: 22px;
	width: 40%;
	padding: 6px;
	background: #4c567c;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	display: none;
	border-radius: 4px;
}

.voucher-sticker-container:hover .voucher-sticker-tooltip {
	display: block;
}

.voucher-card .voucher-sticker-tooltip::before {
	margin-left: 4px;
	border-color: transparent;
	border-bottom: 5px solid #4c567c;
	content: "";
	position: absolute;
	top: -10px;
	left: 6%;
	border-width: 6px;
	border-style: solid;
}

.voucher-card .voucher-sticker-tooltip {
	min-width: 200px;
	z-index: 1;
	white-space: normal;
}

.voucher-card .voucher-tag {
	position: absolute;
	bottom: -12px;
	z-index: 1;
	height: 24px;
}

@media (max-width: 800px) {
	.voucher-collection-container .collections-container {
		margin-top: 30px;
	}

	.collections-container .collections-header-container {
		padding: 0px 16px 0px 16px;
	}

	.collections-container .vouchers-holder {
		padding: 0px 16px 0px 16px;
		margin-top: 10px;
	}

	.collections-header-container .collections-header {
		font-size: 20px;
	}

	.voucher-sticker-container .voucher-sticker-tooltip {
		width: 70%;
	}

	.home-content .voucher-collection-container {
		width: 100%;
		margin-top: 40px;
	}

	.rating-content-header .merchant-rating-text {
		font-size: 12px;
	}

	.vouchers-holder .voucher-card {
		width: 150px;
		padding-right: 0px;
		padding-left: 0px;
		margin-right: 16px;
	}

	.voucher-card .voucher-sticker {
		height: 16px;
	}

	.voucher-card .voucher-banner-holder {
		height: 90px;
	}

	.voucher-details .voucher-merchant-name {
		font-size: 14px;
		line-height: 16px;
	}

	.voucher-details .voucher-locality {
		font-size: 12px;
		line-height: 14px;
	}

	.voucher-details .voucher-percent {
		padding: 2px 6px;
        font-size: 12px;
	}

	.voucher-details .voucher-save-percent {
		width: 14px;
	}

	.voucher-card .voucher-tag {
		height: 22px;
	}

	.voucher-rating .rating-desc {
		font-size: 10px;
		padding-top: 3px;
	}

	.voucher-rating .star {
		height: 8px;
		width: 8px;
	}

	.voucher-banner-holder .rating-content-header {
		padding: 2px;
	}

	.vouchers-holder .view-more-card {
		height: 170px;
		margin: 8px;
	}
}

.vouchers-holder .right-arrow {
    position: absolute;
    top: 40%;
    right: -10px;
    background: #fff;
    padding: 4px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
	width: 40px;
	height: 40px;
}

.vouchers-holder .left-arrow {
    position: absolute;
    top: 40%;
    left: -8px;
    background: #fff;
    padding: 4px;
    border-radius: 50%;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none;
    cursor: pointer;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
	width: 40px;
	height: 40px;
}

.voucher-card .right-arrow {
	box-shadow: none;
}