.swiper-container-horizontal > .swiper-scrollbar {
	width: calc(100% - 95px) !important;
	left: 0 !important;
	height: 1px !important;
	background: #CCCBCB !important;
}
.swiper-scrollbar-drag {
	background: #000 !important;
}
.swiper-button-prev {
	top: auto !important;
	margin-top: 0 !important;
	bottom: 0 !important;
	width: 8px !important;
	height: 16px !important;
	left: auto !important;
	right: 40px !important;
}
.swiper-button-next {
	top: auto !important;
	margin-top: 0 !important;
	bottom: 0 !important;
	width: 8px !important;
	height: 16px !important;
	right: 0 !important;
}
.swiper-button-prev {
	background-image: url('../img/ico_arrow_left_slider.png') !important;
	background-size: 8px 16px !important;
}
.swiper-button-next {
	background-image: url('../img/ico_arrow_right_slider.png') !important;
	background-size: 8px 16px !important;
}

.s-prod {
	box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
	margin: 19px;
	border-radius: 0 0 8px 8px;
	background: #fff;
	overflow: hidden;
	width: calc(25% - 38px);
	background: #c9c9c9;
}

a.cont_imgprod {
	outline: 0;
}

.s-prod .info {
	height: 112px;
	display: table;
	width: 100%;
}

.s-prod .info .label-new {
	width: 100px;
	display: table-cell;
	vertical-align: middle;
	font-size: 28px;
	font-weight: 900;
	color: #000000;
	background: #ffe500;
	text-align: center;
	text-transform: uppercase;
}

.s-prod .info a.product-name {
	display: table-cell;
	vertical-align: top;
	width: calc(100% - 100px);
	font-size: 17px;
	vertical-align:middle;
	font-weight: 800;
	color: #fff;
	background: #c9c9c9;
	text-align:left;
	outline: 0;
	padding: 0 10px;
}

.s-prod .info a.product-name span {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	color: #000;
	text-align: left;
	vertical-align: top;margin-top:5px;
}

.s-prod .info a.product-name span p {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	color: #000;
}

.slider-products .slick-prev,
.slider-products .slick-next {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	z-index: 1;
}

.slider-products .slick-prev {
	background: #000 url("../img/arrow-left-slider-products.png") no-repeat center / 12px 21px;
	left: -6%;
}

.slider-products .slick-next {
	background: #000 url("../img/arrow-right-slider-products.png") no-repeat center / 12px 21px;
	right: -6%;
}

.slider-products .slick-prev::before,
.slider-products .slick-next::before {
	display: none;
}

.slider-products .flickity-button {
	width: 55px;
	height: 55px;
	padding: 0;
	transform: none;
	margin-top: -22.5px;
}

.slider-products .flickity-prev-next-button.previous {
	background: #000 url("arrow-left-slider-products.png") no-repeat center / 12px 21px !important;
	left: -6%;
}

.slider-products .flickity-prev-next-button.next {
	background: #000 url("arrow-right-slider-products.png") no-repeat center / 12px 21px !important;
	right: -6%;
}

.slider-products .flickity-button-icon {
	display: none;
}

.slider-products .flickity-button:focus {
	box-shadow: none;
}

.slider-products .flickity-button:active {
	opacity: 1;
}

.slider-products .flickity-slider {
	left: 19px !important;
}

@media all and (min-width: 992px) and (max-width: 1599px) {
	.s-prod {
		width: calc(33.333% - 38px);
	}
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	.s-prod .info .label-new {
		width: 80px;
		font-size: 24px;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.s-prod .info .label-new {
		width: 80px;
	}
	.s-prod .info a.product-name {
		width: calc(100% - 80px);
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.s-prod {
		width: calc(50% - 38px);
	}
}

@media all and (max-width: 767px) {
	.s-prod {
		width: calc(100% - 38px);
	}
	.s-prod .info .label-new {
		width: 80px;
		font-size: 24px;
	}
}