.flipdown.flipdown__theme-dark {
    font-family: sans-serif;
    font-weight: 700
}

.flipdown.flipdown__theme-dark .rotor-group-heading:before {
    color: #000
}

.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after, .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    background-color: #151515
}

.flipdown.flipdown__theme-dark .rotor, .flipdown.flipdown__theme-dark .rotor-leaf-front, .flipdown.flipdown__theme-dark .rotor-top {
    color: var(--text-white);
    background-color: #151515
}

.flipdown.flipdown__theme-dark .rotor-bottom, .flipdown.flipdown__theme-dark .rotor-leaf-rear {
    color: #efefef;
    background-color: #202020
}

.flipdown.flipdown__theme-dark .rotor:after {
    border-top: solid 1px #151515
}

.flipdown.flipdown__theme-light {
    font-family: sans-serif;
    font-weight: 700
}

.flipdown.flipdown__theme-light .rotor-group-heading:before {
    color: #eee
}

.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after, .flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    background-color: #ddd
}

.flipdown.flipdown__theme-light .rotor, .flipdown.flipdown__theme-light .rotor-leaf-front, .flipdown.flipdown__theme-light .rotor-top {
    color: #222;
    background-color: #ddd
}

.flipdown.flipdown__theme-light .rotor-bottom, .flipdown.flipdown__theme-light .rotor-leaf-rear {
    color: #333;
    background-color: #eee
}

.flipdown.flipdown__theme-light .rotor:after {
    border-top: solid 1px #222
}

.flipdown {
    overflow: visible;
    width: 510px;
    height: 70px
}

.flipdown .rotor-group {
    position: relative;
    float: left;
    padding-right: 30px
}

.flipdown .rotor-group:last-child {
    padding-right: 0
}

.flipdown .rotor-group-heading:before {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
    content: attr(data-before)
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
    content: attr(data-before)
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
    content: attr(data-before)
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
    content: attr(data-before)
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 115px;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    content: '';
    position: absolute;
    bottom: 38px;
    left: 115px;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.flipdown .rotor {
    position: relative;
    float: left;
    width: 50px;
    height: 60px;
    margin: 0 5px 0 0;
    border-radius: 4px;
    font-size: 3rem;
    text-align: center;
    perspective: 200px
}

.flipdown .rotor:last-child {
    margin-right: 0
}

.flipdown .rotor-bottom, .flipdown .rotor-top {
    overflow: hidden;
    position: absolute;
    width: 50px;
    height: 30px
}

.flipdown .rotor-leaf {
    z-index: 1;
    position: absolute;
    width: 50px;
    height: 60px;
    transform-style: preserve-3d;
    transition: transform 0s
}

.flipdown .rotor-leaf.flipped {
    transform: rotateX(-180deg);
    transition: all .5s ease-in-out
}

.flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear {
    overflow: hidden;
    position: absolute;
    width: 50px;
    height: 30px;
    margin: 0;
    transform: rotateX(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.flipdown .rotor-leaf-front {
    line-height: 60px;
    border-radius: 4px 4px 0 0
}

.flipdown .rotor-leaf-rear {
    line-height: 0;
    border-radius: 0 0 4px 4px;
    transform: rotateX(-180deg)
}

.flipdown .rotor-top {
    line-height: 60px;
    border-radius: 4px 4px 0 0
}

.flipdown .rotor-bottom {
    bottom: 0;
    line-height: 0;
    border-radius: 0 0 4px 4px
}

.flipdown .rotor:after {
    content: '';
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 30px;
    border-radius: 0 0 4px 4px
}

@media (max-width: 550px) {
    .flipdown {
        width: 312px;
        height: 70px
    }

    .flipdown .rotor {
        font-size: 2.2rem;
        margin-right: 3px
    }

    .flipdown .rotor, .flipdown .rotor-bottom, .flipdown .rotor-leaf, .flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear, .flipdown .rotor-top, .flipdown .rotor:after {
        width: 30px
    }

    .flipdown .rotor-group {
        padding-right: 20px
    }

    .flipdown .rotor-group:last-child {
        padding-right: 0
    }

    .flipdown .rotor-group-heading:before {
        font-size: .8rem;
        height: 20px;
        line-height: 20px
    }

    .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after, .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
        left: 69px
    }

    .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
        bottom: 13px;
        height: 8px;
        width: 8px
    }

    .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
        bottom: 29px;
        height: 8px;
        width: 8px
    }

    .flipdown .rotor-leaf-front, .flipdown .rotor-top {
        line-height: 50px
    }

    .flipdown .rotor, .flipdown .rotor-leaf {
        height: 50px
    }

    .flipdown .rotor-bottom, .flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear, .flipdown .rotor-top, .flipdown .rotor:after {
        height: 25px
    }
}

.flipdown div.rotor-group:first-child, .flipdown div.rotor-group:nth-child(2) {
    display: none
}

.rotor-group-heading {
    font-size: 11px;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: "Avenir LT W01_85 Heavy1475544", Lato, sans-serif !important
}

.specialOfferCountdown {
    font-family: Roboto, sans-serif;
    width: 248px;
    height: 100px;
    margin: auto;
    box-sizing: border-box
}

.specialOfferCountdown .flipdown {
    margin: auto
}

.specialOfferCountdown h1 {
    text-align: center;
    font-weight: 100;
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 10px
}

.specialOfferCountdown p {
    text-align: center;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 35px
}

.specialOfferCountdown .buttons {
    width: 100%;
    height: 50px;
    margin: 50px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.specialOfferCountdown .buttons p {
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    padding: 0 25px 0 0;
    color: #333;
    margin: 0
}

.specialOfferCountdown .button {
    display: inline-block;
    height: 50px;
    box-sizing: border-box;
    line-height: 46px;
    text-decoration: none;
    color: #333;
    padding: 0 20px;
    border: solid 2px #333;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .2s ease-in-out
}

.specialOfferCountdown .button:hover {
    background-color: #333;
    color: #fff
}

.specialOfferCountdown .button i {
    margin-right: 5px
}

@media (max-width: 550px) {
    .specialOfferCountdown {
        width: 150px
    }

    .specialOfferCountdown h1 {
        font-size: 2.5em
    }

    .specialOfferCountdown p {
        margin-bottom: 25px
    }

    .specialOfferCountdown .buttons {
        width: 100%;
        margin-top: 25px;
        text-align: center;
        display: block
    }

    .specialOfferCountdown .buttons a, .specialOfferCountdown .buttons p {
        float: none;
        margin: 0 auto
    }

    .specialOfferCountdown .buttons p {
        padding-right: 0
    }

    .specialOfferCountdown .buttons a {
        display: inline-block
    }
}
    .specialOfferCountdown .flipdown.flipdown__theme-dark .rotor-group-heading:before {
        color: var(--text-white)!important;
    }