﻿
.sale-of-the-day-offer .product-element {
    position:relative;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    height:100%;
}
.sale-of-the-day-offer .product-element img {
    height:auto;
}
.sale-of-the-day-offer-countdown .countdown-item {
    display: inline-block;
    text-align: center;
    width: 25px;
    margin-top: 6px;
    font-size: 14px;
}

    .sale-of-the-day-offer-countdown .countdown-item:last-child .countdown-timer,
    .sale-of-the-day-offer-countdown .countdown-item:last-child .countdown-text {
        margin-right: auto;
    }

        .sale-of-the-day-offer-countdown .countdown-item:last-child .countdown-timer::after {
            display: none;
        }

.sale-of-the-day-offer-countdown .countdown-timer {
    position: relative;
    font-weight: bold;
}

    .sale-of-the-day-offer-countdown .countdown-timer::after {
        content: ":";
        position: absolute;
        top: 0;
        right: -3px;
        height: 100%;
        width: 1px;
        color: #777;
    }

.sale-of-the-day-offer-countdown .countdown-text {
    display: none;
    font-size: smaller;
    color: #6c757d;
    margin-right: 15px;
}

.sale-of-the-day-offer-badge {
    display: inline-block;
    min-width: 32px;
    width: auto;
    padding: 2px 5px;
    color: #fff;
    text-align: center;
    background-color: #ef394e;
    border-radius: 25px;
    font-weight: bold;
}

.sale-of-the-day-offer {
    background-color: #ef394e;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}

    .sale-of-the-day-offer .product-name {
        display: -webkit-box;
        max-width: 100%;
        height: 50px;
        font-size: small;
        line-height: 25px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 2rem;
    }

        .sale-of-the-day-offer .product-name a {
            color: #212529;
        }

    .sale-of-the-day-offer .prices {
        text-align: left;
    }

        .sale-of-the-day-offer .prices span {
            font-weight: bold;
        }

        .sale-of-the-day-offer .prices .price-old {
            display: inline-block;
            color: #6c757d;
            text-decoration: line-through;
        }

        .sale-of-the-day-offer .prices .price-final {
            display: block;
            margin-right: 2px;
            font-size: medium;
        }

    .sale-of-the-day-offer .owl-nav button {
        width: 49px;
        height: 90px;
        display: block;
        position: absolute;
        top: 30%;
        background-color: #ffffff !important;
    }

    .sale-of-the-day-offer .owl-nav .owl-prev {
        right: 0;
        border-radius: 8px 0 0 8px;
        box-shadow: -1.5px 0 4px 0 rgba(0,0,0,.15);
    }

    .sale-of-the-day-offer .owl-nav .owl-next {
        left: 0;
        border-radius: 0 8px 8px 0;
        box-shadow: 1.5px 0 4px 0 rgba(0,0,0,.15);
    }

    .sale-of-the-day-offer .owl-nav .disabled {
        opacity: .15;
    }

    .sale-of-the-day-offer .owl-nav button i {
        font-size: 26px;
    }

    .sale-of-the-day-offer .owl-dots .owl-dot span {
        background-color: #6c757d;
    }

    .sale-of-the-day-offer .owl-dots .owl-dot.active span {
        background-color: #007bff;
    }

.sale-of-the-day-offer-hero {
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #f0f0f0;
}

@media (max-width: 767px) {
    .sale-of-the-day-offer {
        overflow-x: auto;
    }

        .sale-of-the-day-offer .grid {
            display: flex;
        }

        .sale-of-the-day-offer .product-element {
            margin: 0 7px;
            height: auto;
        }

            .sale-of-the-day-offer .product-element img {
                width: 150px;
            }
        .sale-of-the-day-offer .view-all {
            min-width: 140px;
        }
}

@media (max-width: 768px) {
    .sale-of-the-day-offer-hero .sale-of-the-day-offer-badge {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1024px) {

    .sale-of-the-day-offer .owl-dot {
        display: none;
    }
}

html[dir=rtl] .price-final {
    margin-right: auto;
    margin-left: 2px;
}

html[dir=rtl] .sale-of-the-day-offer-countdown {
    direction: ltr;
    /*.countdown-timer {
                margin-right: auto;
                margin-left: 15px;

                &::after {
                    left: -7px;
                    right: auto;
                }
            }

            .countdown-text {
                margin-right: 0;
                margin-left: 15px;
            }*/
}
