﻿* {
	direction: rtl;
}
.sale-of-the-day-offer .title:before,
.sale-of-the-day-offer .title:after {
	left: -30px;
	right: auto;
}
.sale-of-the-day-offer .title:before {
	right: -30px;
	left: auto;
}
.sale-of-the-day-offer .item-gallery .item-picture a img {
	left: 0;
	right: 0;
}
.sale-of-the-day-offer .timer-group:first-child {
    margin-right: 0;
    margin-left: 10px;
}
.sale-of-the-day-offer .prices > span {
	margin: 0 0 0 10px;
}
.sale-of-the-day-offer .picture-thumbs a {
	margin: 0 0 10px 10px;
}
.sale-of-the-day-offer .slick-prev {
	right: 50%;
	left: auto;
    margin-right: -48px;
	margin-left: 0 !important;
	background: #eaeaea  url(images/slider-arrow-left.png) no-repeat center;
}
.sale-of-the-day-offer .slick-next {
	left: 50%;
	right: auto;
	margin-left: -48px;
	margin-right: 0 !important;
	background: #eaeaea  url(images/slider-arrow-right.png) no-repeat center;
}


@media all and (min-width: 769px) {

	.sale-of-the-day-offer .item-gallery {
		float: right;
	}
	.sale-of-the-day-offer .overview {
		float: left;
	}
	.sale-of-the-day-offer .picture-thumbs {
		right: 47%;
		left: auto;
		text-align: right;
	}
}

@media all and (min-width: 769px) and (max-width: 1024px) {

	.sale-of-the-day-offer .overview {
		text-align: right;
	}
}

@media all and (min-width: 1025px) {

	.sale-of-the-day-offer .overview {
		text-align: right;
	}
}

@media all and (min-width: 1170px) {

    .sale-of-the-day-offer .slick-prev {
        margin: 0 -565px 0 0;
    }
    .sale-of-the-day-offer .slick-next {
        margin: 0 0 0 -565px;
    }
}

@media all and (min-width: 1350px) {

    .sale-of-the-day-offer .slick-prev {
        margin: 0 -660px 0 0;
    }
    .sale-of-the-day-offer .slick-next {
        margin: 0 0 0 -660px;
    }
}