﻿/*
* 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 120px;
    max-width: 100%;
}
.sale-of-the-day-offer .sale-item {
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    overflow: hidden;
}

.sale-of-the-day-offer .title {
    position: relative;
    margin-bottom: 15px;
}
.sale-of-the-day-offer .title strong {
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    padding: 8px 12px 48px;
    border-bottom: 1px dashed #797979;
    margin-bottom: 10px;
}

.sale-of-the-day-offer .item-gallery {
    margin: 0;
}
.sale-of-the-day-offer .item-gallery .item-picture {
    max-width: 500px;
    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 h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px;
}

.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 .price.old-price {
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    text-decoration: line-through;
}
.sale-of-the-day-offer .price.actual-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,.1)
}
.price.old-price + .price.actual-price {
    display: block;
}

.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: #ececec;
}

.sale-of-the-day-offer .picture-thumbs {
    margin: 20px 0;
}
.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 .slick-prev,
.sale-of-the-day-offer .slick-next {
    position: absolute;
    top: 48px;
    width: 32px;
    height: 32px;
    background-color: #333;
    background-color: rgba(0,0,0,0.3);
    background-repeat: no-repeat;
    box-shadow: inset 0 1px rgba(0,0,0,0.3);
    border-radius: 16px;
    border: none;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.sale-of-the-day-offer .slick-prev {
    left: 50%;
    margin-left: -35px;
    background-image: url('images/prev-horizontal.png');
    background-position: 9px center;
}
.sale-of-the-day-offer .slick-next {
    left: 50%;
    margin-left: 3px;
    background-image: url('images/next-horizontal.png');
    background-position: 13px center;
}
.sale-of-the-day-offer .slick-prev:hover,
.sale-of-the-day-offer .slick-next:hover {
	border-color: #888;
	background-color: #bbb;
}

.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: 15px; 
    height: 15px;
    border: none;
    border-radius: 50%;
    background: #dcdcdc;
    font-size: 0;
}
.sale-of-the-day-offer li.slick-active button {
    background: #46c688;
}


@media all and (min-width: 769px) {

    .sale-of-the-day-offer .item-gallery {
        width: 50%;
        float: left;
    }
    .sale-of-the-day-offer .overview {
        width: 48%;
        float: right;
        margin: 0;
    }
    .sale-of-the-day-offer .picture-thumbs {
        clear: both;
        padding: 10px 0;
        margin: 0;
    }
    .sale-of-the-day-offer .title strong {
        padding: 8px 0;
    }
    .sale-of-the-day-offer .slick-prev,
    .sale-of-the-day-offer .slick-next {
        top: 8px;
    }
    .sale-of-the-day-offer .slick-prev {
        right: 36px;
        left: auto;
        margin: 0;
    }
    .sale-of-the-day-offer .slick-next {
        right: 0;
        left: auto;
        margin: 0;
    }
    
}


@media all and (min-width: 1025px) {

    .sale-of-the-day-offer .overview {
        width: calc(100% - 640px);
    }
    .center-2 .sale-of-the-day-offer .overview {
        width: calc(100% - 420px);
    }

    .sale-of-the-day-offer .item-gallery {
        width: 600px
    }
    .center-2 .sale-of-the-day-offer .item-gallery {
        width: 380px;
    }
    .sale-of-the-day-offer .item-gallery .item-picture {
        width: 480px;
        float: left;
    }
    .center-2 .sale-of-the-day-offer .item-gallery .item-picture {
         width: 285px;   
    }
    .sale-of-the-day-offer .item-gallery .item-picture:only-child {
        width: 585px;
        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 15px;
        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;
    }
}