﻿/*
* 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 {
}

.sale-of-the-day-offer .owl-item{
    cursor: w-resize;
}
.sale-of-the-day-offer .grid {
    width: 95%;
    margin: 0 auto 70px;
    overflow: hidden;
}
.sale-of-the-day-offer .sale-item{
    overflow: hidden;
}

.sale-of-the-day-offer .title {
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.sale-of-the-day-offer .sale-item{
    margin: 0;
}

.sale-of-the-day-offer .item-gallery {
    margin: 0 0 15px;
    min-height: 420px;
}
.sale-of-the-day-offer .item-gallery .item-picture{
    background: none;
    margin: 0 0 10px;
}
.sale-of-the-day-offer .item-gallery .item-picture:before {
    display: none;
}
.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%;
    margin: auto;
}
.sale-of-the-day-offer .picture-thumbs {
    height: 84px;
    overflow: hidden;
}
.sale-of-the-day-offer .picture-thumbs a {
	display: inline-block;
    width: 84px;
    height: 84px;
    margin-bottom: 0;
    border: 2px solid #ddd;
}
.sale-of-the-day-offer .picture-thumbs a:before {
    display: none;
}
.sale-of-the-day-offer .picture-thumbs a img {
    position: static;
    max-width: 100%;
    height: 100%;
}

.sale-of-the-day-offer .overview {
    min-height: 325px;
}
.sale-of-the-day-offer .product-name {
    margin: 0;
}
.sale-of-the-day-offer .product-name a {
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: normal;
    color: #75bfa1;
    max-height: 2.4em;
    overflow: hidden;
}
.sale-of-the-day-offer .short-description {
    color: #666;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.5em;
    margin: 0 5px 15px;
    max-height: 8em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sale-of-the-day-offer .full-description {
    clear: none;
}

.sale-of-the-day-offer .countdown-timer {
	font-size: 0;
}
.sale-of-the-day-offer .timer-group {
	display: inline-block;
	position: relative;
    width: 65px;
	max-width: 19.74%;
	height: 65px;
	margin: 0 10px;
	background: #f3f3f3;
	text-align: center;
}
.sale-of-the-day-offer .timer-group:first-child {
	margin-left: 0;
}
.sale-of-the-day-offer .timer-group:last-child {
	margin-right: 0;
}
.sale-of-the-day-offer .timer-group:before {
	content: ':';
	position: absolute;
	top: 10px;
	left: -14px;
	font-size: 30px;
	font-weight: bold;
	color: #ddd;
}
.sale-of-the-day-offer .timer-group:first-child:before {
	display: none;
}
.sale-of-the-day-offer .timer-info-box {
	display: block;
	margin: 8px 0 4px;
    font-size: 24px;
    font-weight: bold;
	color: #444;
}
.sale-of-the-day-offer .timer-info-text {
	display: block;
    font-size: 10px;
	color: #aaa;
	text-transform: uppercase;
}

.sale-of-the-day-offer .price.old-price {
    font-size: 22px;
    color: #e5e5e5;
    text-decoration: line-through;
    margin: 0 0 0 20px;
}
.sale-of-the-day-offer .price.actual-price {
    font-size: 24px;
    color: #75bfa1;
}

.sale-of-the-day-offer .go-to-product-page {
    display: inline-block;
    border: 3px solid #ddd;
    padding: 11px 25px;
    font-size: 14px;
    color: #444;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
}

.sale-of-the-day-offer .thumb-popup-link {
    display: inline-block;
    max-width: 100px;
}

/*  CAROUSEL  */

.sale-of-the-day-offer .owl-controls{
    margin: 40px 0 0;
}
.sale-of-the-day-offer .owl-controls .owl-nav{
    display: none;
}

.sale-of-the-day-offer .owl-controls .owl-dots{
    text-align: center;
}
.sale-of-the-day-offer .owl-controls .owl-dot{
    display: inline-block;
}
.sale-of-the-day-offer .owl-controls .owl-dot span{
    background: url('images/bullets.png') no-repeat left bottom;
	text-indent: 999px;
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 4px;
    overflow: hidden;
}
.sale-of-the-day-offer .owl-controls .owl-dot.active span {
	background-position: left top;
    border-radius: 50%;
    background-color: #75bfa1;
}


@media all and (min-width: 769px) {
    
    .sale-of-the-day-offer .sale-item{
        position: relative;
    }
    .sale-of-the-day-offer .title{
        position: absolute;
        top: 0;
        left: 50%;
        max-height: 1.2em;
        overflow: hidden;
    }
    .sale-of-the-day-offer .item-gallery{
        width: 48%;
        float: left;
        margin: 0;
        min-height: 480px;
    }
    .sale-of-the-day-offer .item-gallery .item-picture{
        width: 100%;
    }
    .sale-of-the-day-offer .picture-thumbs {
        text-align: left;
    }
    .sale-of-the-day-offer .picture-thumbs a{
        margin: 0 10px 0 0;
    }
    .sale-of-the-day-offer .overview{
        margin: 0 0 0 50%;
        padding: 45px 0 0;
        text-align: left;
    }
    .sale-of-the-day-offer .short-description{
        margin: 0 0 30px;
        text-align: justify;
    }
    .sale-of-the-day-offer .overview .short-description:before {
        margin: 25px 0;
    }
    .sale-of-the-day-offer .overview .prices, 
    .sale-of-the-day-offer .variant-overview .prices{
        margin: 20px 0;
    }

}

@media all and (min-width: 1025px) {

    .sale-of-the-day-offer .grid{
        width: 980px;
        max-width: 100%;
    }
    .sale-of-the-day-offer .title {
        font-size: 30px;
    }
    .sale-of-the-day-offer .overview{
        padding: 50px 0 100px;
        min-height: 0;
    }
    .sale-of-the-day-offer .item-gallery{
        min-height: 0;
    }
    .sale-of-the-day-offer .item-gallery .item-picture{
        margin: 0;
    }
    .sale-of-the-day-offer .item-gallery .picture-thumbs{
        width: 50%;        
        position: absolute;
        bottom: 0;
        left: 50%;
    }
    .sale-of-the-day-offer .picture-thumbs a{
        margin: 0 15px 0 1px; /*Chrome Fix*/
    }
    .sale-of-the-day-offer .picture-thumbs a{
        -webkit-transition: all .10s ease-in-out;
        -moz-transition: all .10s ease-in-out;
        transition: all .10s ease-in-out;
    }
    .sale-of-the-day-offer .picture-thumbs a:hover{
        border-color: #75bfa1;
    }

    .sale-of-the-day-offer .overview .prices{
        max-height: 29px;
        overflow: hidden;
    }
    .sale-of-the-day-offer .go-to-product-page{
        -webkit-transition: all .10s ease-in-out;
        -moz-transition: all .10s ease-in-out;
        transition: all .10s ease-in-out;
    }
    .sale-of-the-day-offer .go-to-product-page:hover{
        color: #fff;
        background-color: #75bfa1;
        border-color: #75bfa1;
    }

}

@media all and (min-width: 1281px) {
 
    .home-page-body .sale-of-the-day-offer{
        padding: 65px 0;
        background: url(images/background.png) no-repeat top center;
    }
    .center-1 .sale-of-the-day-offer .grid {
        width: 1170px;
    }
    .category-page .sale-of-the-day-offer .grid {
        margin-top: 26px;
    }
    .home-page-body .sale-of-the-day-offer .title {
        font-size: 45px;
    }
    .home-page-body .sale-of-the-day-offer .overview {
        padding: 73px 0 120px;
        margin: 0 0 0 51%;
    }
    .sale-of-the-day-offer .short-description{
        margin: 0px 0 20px;
    }
    .home-page-body .sale-of-the-day-offer .title {
        left: 51%;
    }
    .sale-of-the-day-offer .item-gallery .item-picture{
    }
    .sale-of-the-day-offer .item-gallery .item-picture-thumbs{
        width: 50%;        
        position: absolute;
        bottom: 0;
        left: 50%;
    }
    .home-page-body .sale-of-the-day-offer .item-gallery .picture-thumbs {
        left: 51%;
    }
    .home-page-body .sale-of-the-day-offer .product-name a{
        font-size: 33px;
    }
    .home-page-body .sale-of-the-day-offer .overview .prices{
        max-height: 60px;
        overflow: hidden;
    }
    .home-page-body .sale-of-the-day-offer .price.actual-price{
        font-size: 50px;
    }
    .home-page-body .sale-of-the-day-offer .price.old-price {
        font-size: 34px;
    }

}

