.kkw-voucher-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 14px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

.kkw-voucher-nav .kkw-voucher-arrow {
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	transform: none !important;
	margin: 0 !important;
	display: inline-flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	align-items: center;
	justify-content: center;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px;
	border-radius: 10px !important;
	border: 1px solid #0e3152 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	cursor: pointer;
	pointer-events: all !important;
	z-index: 10;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	transition: border-color 0.3s ease, opacity 0.3s ease;
}

.kkw-voucher-nav .kkw-voucher-arrow .flickity-button-icon {
	width: 18px;
	height: 18px;
	fill: #0e3152;
}

.kkw-voucher-nav .kkw-voucher-arrow:disabled {
	opacity: 0.3 !important;
	cursor: default;
}

@media (max-width: 767px) {
	#carouvoucher .nectar-woo-carousel-top {
		display: none !important;
	}
}