.action-products-wrap {
	display: flex;
}
.owl-carousel.action-products {
	width: 80%;
}
.action-products-wrap .carousel-nav {
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.action-products-wrap .carousel-nav img {
	width: 42.976%;
}
.action-products-wrap .carousel-nav-next img {
	transform: rotate(180deg);
}
.action-products .carousel-item {
	position: relative;
}
.action-products .carousel-item.soon img {
	opacity: 0.5;
}
.action-products .carousel-item.soon::after {
	content: "";
	position: absolute;
	width: 80%;
	height: 100%;
	top: 0;
	left: 10%;
	background: url(images/soon.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.action-products .carousel-item img {
	width: inherit !important;
	margin: 0 auto;
}
.action-products .owl-item {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

@media (min-width: 1600px) {
	.action-products-wrap {
		height: 350px;
		margin: 22px auto 65px auto;
	}
	.action-products .owl-item {
		height: 350px;
	}
	.action-products .carousel-item img {
		max-width: 250px;
		max-height: 350px;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.action-products-wrap {
		height: 263px;
		margin: 17px auto 49px auto;
	}
	.action-products .owl-item {
		height: 263px;
	}
	.action-products .carousel-item img {
		max-width: 188px;
		max-height: 263px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.action-products-wrap {
		height: 217px;
		margin: 14px auto 40px auto;
	}
	.action-products .owl-item {
		height: 217px;
	}
	.action-products .carousel-item img {
		max-width: 155px;
		max-height: 217px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.action-products-wrap {
		height: 168px;
		margin: 7px auto 19px auto;
	}
	.action-products .owl-item {
		height: 168px;
	}
	.action-products .carousel-item img {
		max-width: 120px;
		max-height: 168px;
	}
}

@media (max-width: 767px) {
	.action-products-wrap {
		height: 70px;
		margin: 4px auto 13px auto;
	}
	.action-products .owl-item {
		height: 70px;
	}
	.action-products .carousel-item img {
		max-width: 50px;
		max-height: 70px;
	}
}