.popular-products-sec * {
	text-align: center;
}
.popular-products-slider {
	margin-top: 30px;
}
.popular-products-slider .splide__arrows {
	position: absolute;
	top: calc(50% - 18px);
	left: 0;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	z-index: 3;
	margin: 0;
}
@media screen and (max-width:1199px) {
	.popular-products-slider {
		padding: 0 46px;
	}
}
@media screen and (min-width:1200px) {
	.popular-products-slider .splide__arrows {
		width: calc(100% + 92px);
		left: -46px;
	}
}