@media (max-width : 768px) {

	.product-slider__item {
		width : 100%;
	}

	.product-slider__item-box {
		position   : fixed;
		top        : 60px !important;
		right      : 0 !important;
		bottom     : 0 !important;
		left       : 0 !important;
		z-index    : 1000;
		min-width  : 0;/*
		min-height : 480px;*/
		overflow   : auto;
		width      : auto !important;
	}

	.product-slider__item-box-header, .product-slider__item-box-header-product-dop {
		padding-left   : 20px;
		padding-right  : 20px;
		padding-bottom : 20px;
	}

	.product-cart-btn {
		width : 135px;
	}

	.product-slider__item-box-header-product-dop-item .product-cart-btn {
		white-space : nowrap;
	}

	.product-slider__item-box-header-product-dop-close {
		padding-top : 20px;
	}

	.product-list-image {
		padding-top    : 0;
		padding-bottom : 30px;
	}

	.product-slider__item:first-child, .product-slider__item:last-child {
		/*display : none;*/
	}

	.js-product-slider-item-empty {
		display : none;
	}

	.product-slider__background {
		left  : 0;
		right : 0;
	}

	.product-slider .bx-next, .product-slider .bx-prev {
		display            : block;
		position           : absolute;
		height             : 64px;
		font-size          : 0;
		top                : 35%;
		width              : 16px;
		border-radius      : 50%;
		-webkit-transition : .3s background-color ease;
		-moz-transition    : .3s background-color ease;
		-ms-transition     : .3s background-color ease;
		-o-transition      : .3s background-color ease;
		transition         : .3s background-color ease;
	}

	.product-slider .bx-next:before, .product-slider .bx-prev:before {
		position    : absolute;
		width       : 16px;
		height      : 32px;
		top         : 50%;
		display     : block;
		margin-top  : -16px;
		background  : url(../images/main-slider-controls.png) no-repeat 0 0;
		left        : 50%;
		margin-left : -8px;
		content     : '';
	}

	.product-slider .bx-next {
		right : 20px;
	}

	.product-slider .bx-prev {
		left : 20px;
	}

	.product-slider .bx-next:before {
		background-position : 0 0;
	}

	.product-slider .bx-prev:before {
		background-position : 0 100%;
	}

	.product-slider__container {
		position : relative;
	}

	.latest__image, .latest__button {
		float     : none !important;
		width     : 100% !important;
		max-width : 320px;
		margin    : 0 auto;
	}

	.product-slider__background {
		top : 25%;
	}

}

@media (max-width : 550px) {

	.product-slider__background {
		top : 20%;
	}

	.product-slider .bx-next, .product-slider .bx-prev {
		top : 35%;
	}
}

@media (max-width : 400px) {

	.product-slider__background {
		top : 6%;
	}

	.product-slider .bx-next, .product-slider .bx-prev {
		top : 25%;
	}
}