/*
* Copyright 2015 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/
.sale-of-the-day-offer .clr{
	clear:both;
}

.offer_slide {
	max-height: 300px;
}

.right  .image img {
	max-height: 296px;

}

.left .time {height: 120px;}

.left .tytul_produktu{
	text-align:center;
	font-size: 24px;
	font-weight: 600;
}

.left  .cena {
	display: inline-block;
	text-align: center;
    width: 100%;
	margin-top:20px;
}

.left .cena .old-price{
	font-size: 16px;
	font-weight: 600;
	text-decoration: line-through;
}

.left .cena .actual-price{
	font-size: 26px;
	font-weight: 900;
	margin-top:10px;
	color: #f89300;
}

.sale-of-the-day-offer {
    margin: 0;
    max-width: 100%;
	border: 1px solid #eee;
	max-height: 300px;
	clear:both;
}
.sale-of-the-day-offer .sale-item {
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    overflow: hidden;
}

.sale-of-the-day-offer .title {
    font-weight: 600;
    font-size: 24px;
    padding: 8px 0;
    border-bottom: 1px dashed #bbb;
    margin-bottom: 10px;
	text-align: center;
    /* background-color: darkred; */
   
}
.sale-of-the-day-offer .item-gallery {
    margin: 0;
}
.sale-of-the-day-offer .item-gallery .item-picture {
    max-width: 470px;
    margin: 0 auto;
}
.sale-of-the-day-offer .item-gallery .item-picture a{
    display: block;
    position: relative;
}
.sale-of-the-day-offer .item-gallery .item-picture a:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.sale-of-the-day-offer .item-gallery .item-picture a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.sale-of-the-day-offer .product-name {
    margin: 0;
    border: none;

}
.sale-of-the-day-offer .product-name h4 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px;
	text-align: center;
}

.sale-of-the-day-offer .short-description{
    font-size: 16px;
    color: #888;
    text-align: justify;
    line-height: 24px;
    margin: 0 0 20px;
}

.sale-of-the-day-offer .prices {
    vertical-align: top;
    margin: 0;
}
.sale-of-the-day-offer .prices > span{
    display: inline-block;
    vertical-align: middle;
}


.sale-of-the-day-offer .go-to-product-page {
    display: inline-block;
    vertical-align: top;
    border: 0;
    padding: 14px 14px 14px 20px;
    background: #dcdcdc;
    color: #505050;
    height: 45px;
    box-shadow: none;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    font-size: 13px;
}
.sale-of-the-day-offer .go-to-product-page:hover {
    background-color: orange;
}

.sale-of-the-day-offer .picture-thumbs {
    margin: 0px 35px;
}
.sale-of-the-day-offer .picture-thumbs a {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 0 10px 0 0;
    vertical-align: bottom;
}
.sale-of-the-day-offer .picture-thumbs a img {
    max-width: 100%;
}

/*NAVIGATION*/

.sale-of-the-day-offer .owl-nav {
    display: none;
}

.sale-of-the-day-offer .owl-dots {
    margin: 30px 0;
    text-align: center;
}
.sale-of-the-day-offer .owl-dot {
    display: inline-block;
    width: 15px; 
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
    background: #dcdcdc;
}
.sale-of-the-day-offer .owl-dot.active{
    background: #46c688;
}
.box .overview .go-to-product-page, .box .overview .prices{
	display: none;
}

@media all and (min-width: 769px) {

    .sale-of-the-day-offer .item-gallery {

    }
    .sale-of-the-day-offer .overview {
        margin: 0;
		position: static;
    }
    .sale-of-the-day-offer .picture-thumbs {
        clear: both;
        padding: 10px 0;
        margin: 0;
    }
    
}


@media all and (min-width: 981px) {
    
    .sale-of-the-day-offer .overview {
        
    }
    .center-2 .sale-of-the-day-offer .overview {
        
    }

    .sale-of-the-day-offer .item-gallery {

    }
    .center-2 .sale-of-the-day-offer .item-gallery {
        width: 380px;
    }
    .sale-of-the-day-offer .item-gallery .item-picture {

    }
    .center-2 .sale-of-the-day-offer .item-gallery .item-picture {
         width: 285px;   
    }
    .sale-of-the-day-offer .item-gallery .item-picture:only-child{

        max-width: none;
    }
    .center-2 .sale-of-the-day-offer .item-gallery .item-picture:only-child {
        width: 375px;
    }
    .sale-of-the-day-offer .picture-thumbs {
        float: right;
        margin: 0 35px;
        padding: 0;
        clear: none;
    }
    .center-2 .sale-of-the-day-offer .picture-thumbs {
        margin: 0 10px;
    }
    .sale-of-the-day-offer .picture-thumbs a {
        display: block;
        margin: 0 0 10px;
    }
    .center-2 .sale-of-the-day-offer .picture-thumbs a {
        width: 75px;
        height: 75px;
    }

    .sale-of-the-day-offer .owl-nav {
        display: block;
    }

}