.navigation-wrapper {
	position: relative;
}
.dots {
	display: flex;
	margin: 10px 0px;
	padding: 0;
	justify-content: center;
	list-style: none;
}
.dot {
	border: none;
	width: 15px;
	height: 15px;
	margin: 0 15px;
	background: #c5c5c5;
	border-radius: 50%;
	cursor: pointer;
}
.dot:focus {
	outline: 2px solid #003da5;
}
.arrow {
	width: 30px;
	height: 30px;
	z-index: 2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	fill: #003da5;
	cursor: pointer;
	border: 0;
	background: none;
	width: 75px;
	height: 75px;
}
.arrow--left {
	left: 5px;
	fill: "#003da5";
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
	opacity: 0.4;
}
.arrow--right {
	left: auto;
	right: 5px;
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
	opacity: 0.4;
}
#hpCarousel .dot {
	width: 15px;
	height: 15px;
	margin: 0 15px;
}
#hpCarousel .dots {
	padding: 10px 0;
}
#theBigDeals .dot--active {
	background: #003da5;
}
#hpCarousel .dot--active {
	background: #23aa0d;
}
#theBigDeals .arrow--left {
	left: 5px;
	fill: "#003da5";
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' fill='white' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
	background-color: #003da5 !important;
	background-repeat: no-repeat;
    background-position: center;
}
#theBigDeals .arrow {
	width: 35px;
	height: 35px;
	opacity: 1;
}
#theBigDeals .arrow--right {
	left: auto;
	right: 5px;
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' fill='white' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
	background-color: #003da5 !important;
	background-repeat: no-repeat;
    background-position: center;
}
#big-deals-slider > .item > a {
	line-height: 140%;
	text-align: center;
	display: block;
	color: #757575;
	font-size: 16px;
	width: 167px;
}
#big-deals-slider > .item > a > p {
	-webkit-line-clamp: 2;
	height: 3.2rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
#theBigDeals .keen-slider__slide {
	display: flex;
	justify-content: center;
}
#big-deals-slider > .item > a > span.former-price {
	text-decoration: line-through !important;
}
@media screen and (max-width: 768px) {
	.desktop-hpc {
		display: none !important;
	}
}
.cdp-slider-navigation-wrapper .dot--active {
	background: #b30000;
}
