﻿/*
* 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 {
    margin: 0 0 50px;
}
.sale-of-the-day-offer .title {
    position: relative;
    margin: 0 0 35px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 0;
}
.sale-of-the-day-offer .title strong {
	display: inline-block;
    position: relative;
    min-width: 300px;
    border-radius: 5px 5px 0 0;
    background: #333 url(images/pattern2.png) repeat;
    padding: 12px 24px;
    overflow: hidden;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 17px;
    color: #fff;
}
.sale-of-the-day-offer .sale-item {
    max-width: 350px;
    margin: auto;
    overflow: hidden;
}
.sale-of-the-day-offer .item-gallery {
    margin: 0;
}
.sale-of-the-day-offer .item-gallery .item-picture {
    max-width: 500px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.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;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.sale-of-the-day-offer .overview {
    margin: 0;
}
.sale-of-the-day-offer .product-name {
    margin: 0 0 20px;
    border: none;
}
.sale-of-the-day-offer .product-name h2 {
    font-size: 24px;
    color: #333;
    transition: all 0.1s ease;
}
.sale-of-the-day-offer .product-name h2:hover {
    color: #5be;
}
.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 .countdown-timer {
	font-size: 0;
}
.sale-of-the-day-offer .timer-group {
	display: inline-block;
	margin: 0 16px 0 0;
	text-align: center;
}
.sale-of-the-day-offer .timer-group:first-child {
    margin-left: 0;
}
.sale-of-the-day-offer .timer-info-box {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 0 5px;
	border: 1px solid #ddd;
    background: #f6f6f6;
    border-radius: 6px;
	text-align: center;
	line-height: 58px;
	font-size: 20px;
}
.sale-of-the-day-offer .timer-info-box:after {
	content: ":";
	position: absolute;
	top: -1px;
	right: -18px;
	width: 18px;
	height: 100%;
	font-size: 20px;
	color: #bbb;
}
.air-theme .sale-of-the-day-offer .timer-info-box:after {
	line-height: 52px;
	font-weight: 400;
}
.earth-theme .sale-of-the-day-offer .timer-info-box:after {
	line-height: 55px;
}
.timer-group:last-child .timer-info-box:after {
	display: none;
}
.sale-of-the-day-offer .timer-info-text {
	display: block;
    font-size: 14px;
}
.air-theme .sale-of-the-day-offer .timer-info-text {
	font-size: 11px;
}
.earth-theme .sale-of-the-day-offer .timer-info-text {
	font-size: 13px;
}

.sale-of-the-day-offer .prices {
    margin: 0 0 20px;
}
.sale-of-the-day-offer .prices > span {
    vertical-align: bottom;
    margin: 0 5px;
}
.sale-of-the-day-offer .price.old-price {
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}
.sale-of-the-day-offer .price.actual-price {
    vertical-align: middle;
    font-size: 24px;
    color: #c00;
}

.sale-of-the-day-offer .go-to-product-page {
    display: inline-block;
    margin: 20px 0 0;
    font-size: 16px;
    background: #5be;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px 0;
    transition: all 0.1s ease;
}
.sale-of-the-day-offer .go-to-product-page:hover {
    opacity: 0.8;
}

.sale-of-the-day-offer .picture-thumbs {
    margin: 20px 0;
    font-size: 0;
}
.sale-of-the-day-offer .picture-thumbs a {
    display: inline-block;
    width: 95px;
    height: 95px;
    margin: 0 10px 10px 0;
    vertical-align: bottom;
    overflow: hidden;
}

/*NAVIGATION*/

.sale-of-the-day-offer .slick-prev,
.sale-of-the-day-offer .slick-next {
    position: absolute;
	top: 0;
	z-index: 2;
	width: 32px;
	height: 44px;
    font-size: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}
.sale-of-the-day-offer .slick-prev {
    left: 50%;
    margin: 0 0 0 -140px;
    background-image: url('images/prev-horizontal.png');
}
.sale-of-the-day-offer .slick-next {
    right: 50%;
    margin: 0 -140px 0 0;
    background-image:  url('images/next-horizontal.png');
}

.sale-of-the-day-offer .slick-dots {
    margin: 30px 0;
    text-align: center;
    font-size: 0;
}
.sale-of-the-day-offer .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.sale-of-the-day-offer .slick-dots button {
    width: 12px; 
    height: 12px;
    border-radius: 50%;
    font-size: 0;
    position: relative;
    overflow: hidden;
}
.sale-of-the-day-offer li.slick-active button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}



@media all and (min-width: 480px) {

.sale-of-the-day-offer .sale-item {
    max-width: 550px;
    padding: 0 1%;
}
.sale-of-the-day-offer .timer-info-box {
    width: 70px;
    height: 70px;
    font-size: 24px;
    line-height: 68px;
}
.sale-of-the-day-offer .timer-info-text {
}

}

@media all and (min-width: 768px) {

.sale-of-the-day-offer .sale-item {
    position: relative;
    max-width: none;
    padding: 0;
}
.sale-of-the-day-offer .item-gallery {
    float: left;
    width: 50%;
    margin: 0 !important;
    padding: 0 20px;
}
.sale-of-the-day-offer .overview {
    width: 50%;
    float: right;
    margin: 0 !important;
    padding: 0 20px;
}
.sale-of-the-day-offer .product-name h2 {
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sale-of-the-day-offer .picture-thumbs {
    position: absolute;
    bottom: 0;
    left: calc(50% + 20px);
    height: 95px;
    overflow: hidden;
	margin: 0;
}
.sale-of-the-day-offer .picture-thumbs a {
    position: relative;
}
.sale-of-the-day-offer .picture-thumbs img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: auto;
    max-width: 100%;
    height: auto;
}

}

@media all and (min-width: 768px) and (max-width: 1024px) {
    
.sale-of-the-day-offer .overview {
    text-align: left;
}
.sale-of-the-day-offer .title {
    padding: 15px 55px;
}
.sale-of-the-day-offer .product-name h2 {
    margin: 10px 0;
    font-size: 26px;
    height: 30px;
}
.sale-of-the-day-offer .short-description {
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}
.sale-of-the-day-offer .prices {
    margin: 20px 0;
}
.sale-of-the-day-offer .price.actual-price {
    font-size: 28px;
}
.sale-of-the-day-offer .price.old-price {
    font-size: 26px;
}
.sale-of-the-day-offer .go-to-product-page{
    padding: 10px 20px;
}
.sale-of-the-day-offer .picture-thumbs {
    height: 80px;
}
.sale-of-the-day-offer .picture-thumbs a {
    width: 80px;
    height: 80px;
}

}

@media all and (min-width: 1025px) {
    
.sale-of-the-day-offer .overview {
    padding-bottom: 100px;
}
.center-2 .sale-of-the-day-offer .overview {
    height: 322px;
    padding: 0px 0 90px;
} 
.sale-of-the-day-offer .item-gallery .item-picture {
    max-width: none;
    margin-bottom: 0;
}
.sale-of-the-day-offer .short-description {
    max-height: 120px;
    overflow: hidden;
}
.center-2 .sale-of-the-day-offer .short-description {
    max-height: 48px;
}
.center-2 .sale-of-the-day-offer .picture-thumbs {
    height: 85px;
}
.center-2 .sale-of-the-day-offer .picture-thumbs a {
    width: 85px;
    height: 85px;
}
.center-2 .sale-of-the-day-offer .prices {
        margin: 10px 0;
}

}

@media all and (min-width: 1345px) {

.center-2 .sale-of-the-day-offer .overview {
    height: 394px;
}
.sale-of-the-day-offer .short-description {
    max-height: 216px;
}
.center-2 .sale-of-the-day-offer .short-description {
    max-height: 92px;
}
.center-2 .sale-of-the-day-offer .prices {
        margin: 25px 0;
}

}