/**
 *
 * Do not edit or add to this file if you wish to upgrade the module to newer
 * versions in the future. If you wish to customize the module for your
 * needs please contact us to https://www.milople.com/contact-us.html
 *
 * @category    Ecommerce
 * @package     Milople_Countdown
 * @copyright   Copyright (c) 2017 Milople Technologies Pvt. Ltd. All Rights Reserved.
 *
 **/
 @media only screen and (max-width:450px) and (min-width:360px) {
    .circle-timer-item {
        width: 29px !important;
        height: 25px !important;
        line-height: 28px !important;
    }

    .timermaincircle {

        font-size: 14px !important;
    }

    @media only screen and (max-width:450px) and (min-width:370px) {
        .timermaincircle .circle-timer-item {
            width: 29px !important;
            height: 29px !important;
            line-height: 30px !important;
            font-size: 15px !important;
        }
    }

    @media only screen and (max-width:379px) and (min-width:350px) {
        .timermaincircle .circle-timer-item {
            width: 25px !important;
            height: 25px !important;
            line-height: 25px !important;
            font-size: 15px !important;
        } 
    }

    .days,
    .days6,
    .days8,
    .end,
    .end6,
    .end8,
    .hours,
    .hours6,
    .hours8,
    .mins,
    .mins6,
    .mins8,
    .secs,
    .secs6,
    .secs8 {
        font-size: 33px !important;
    }
}

@media only screen and (max-width:478px) and (min-width:360px) {
    .timer-item1 {
        font-size: 14px !important;
    }

    .flip-timer h2,
    .flip-timer4 p {
        font-size: 14px !important;
        color: #fffefe;
        line-height: 0 !important;
        margin: 0 !important;
    }

    .flip-timer4 {
        background: #6f7170;
        text-align: center;
        width: fit-content;
    }
}
@media only screen and (max-width:400px) and (min-width:360px) {
.timer-item6 {
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: 700;
	font-size: inherit;
}
}
@media only screen and (max-width:400px) and (min-width:360px) {
    .timer-item6 {
        font-size: inherit !important;
    }
    }
.days7,
.end7,
.hours7,
.mins7,
.secs7,
.timer-item1 {
    animation: 1s infinite alternate fadeTimer;
    background: #000
}

.flip-timer h2,
.flip-timer p,
.flip-timer4 p {
    font-family: 'Droid Sans', sans-serif;
    text-shadow: 2px 2px 4px #000;
    margin: 5px
}

.timermain8 {
    font-family: Arial, sans-serif;
    font-size: 24px;
    padding: 5px
}

.timermainfade {
    text-align: inherit;
    font-size: inherit;
    padding: 0
}

.timer-item1 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 25px;
    margin: 2px;
    color: #fff
}

.timer-label1,
.timer-label2 {
    font-size: 14px;
    color: #777;
    margin: 0
}

.days,
.days6,
.days8,
.end,
.end6,
.end8,
.hours,
.hours6,
.hours8,
.mins,
.mins6,
.mins8,
.secs,
.secs6,
.secs8 {
    display: inline;
    font-size: 40px;
    margin-top: 0
}

.days7,
.end7,
.hours7,
.mins7,
.secs7 {
    display: inline;
    font-size: 28px;
    margin-top: 0;
    border: 1px inset #b09393;
    color: #aa0b79
}

.circle-timer-item,
.timer-item6 {
    display: inline-block;
    font-size: 20px
}

.circle-timer-item {
    width: 43px;
    height: 44px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    border: 4px solid transparent;
    transition: border-color .5s
}

.days-border {
    border-color: tomato
}

.hours-border {
    border-color: #00bcd4
}

.mins-border {
    border-color: #8bc34a
}

.secs-border {
    border-color: #ff9800
}

@keyframes fadeTimer {
    from {
        opacity: 1
    }

    to {
        opacity: .5
    }
}

.flip-timer h2,
.flip-timer p {
    display: inline-block;
    animation: 5s ease-in-out infinite alternate flip;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    background: #1f2214
}

.flip-timer4 {
    background: #6f7170;
    text-align: center
}

.flip-timer h2,
.flip-timer4 p {
    display: inline-block;
    font-size: 18px;
    color: #fffefe
}

@keyframes flip {
    from {
        transform: rotateX(0)
    }

    to {
        transform: rotateX(180deg)
    }
}

.timer-item6 {
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 700
}

.progress-bar {
    width: 70%;
    background-color: #f1f1f1;
    border-radius: 5px;
    margin-top: 10px;
    overflow: hidden
}

.bar {
    width: 100%;
    height: 10px;
    background-color: #4caf50;
    transition: width 1s ease-in-out
}

.timer-label6 {
    font-size: 14px;
    margin: 0;
    font-weight: 700
}

.timermain4 {
    display: flex;
    align-items: center;
    height: 100px;
    overflow: hidden
}

.timer-item4 {
    font-size: 32px;
    font-weight: 700;
    color: #2b1f1f;
    border-radius: 36%;
    animation: 1s infinite alternate slide;
    background: beige
}

@keyframes slide {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10px)
    }
}

.timer-label4 {
    font-size: 18px;
    padding: 10px
}

.redirectLink:hover {
    text-decoration: none;
    color: #000
}

.redirectLink:active,
.redirectLinkpopup:active {
    text-decoration: none;
    color: ivory
}

.redirectLink,
.redirectLink:visited {
    color: #000
}

.redirectLinkpopup {
    color: #fff
}

.redirectLinkpopup:hover {
    text-decoration: none;
    color: #fff
}

.modal29 .timer-container>h3 {
    text-align: center;
    margin: 10px
}

.linkbutton {
    margin-top: 10px;
    background: 0 0;
    color: #fff
}

.product-item-info {
    max-width: 100%;
    width: auto
}