/* Css for tick.js (The money counter on /vin ) */

/* ------------------------------------------------------------ *\
	Savings Counter
\* ------------------------------------------------------------ */
.savings-counter {
    margin-bottom: 3.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .savings-counter {
        margin-bottom: 2.5rem;
    }
}
.savings-counter .savings__sign {
    display: inline-block;
    margin-right: 1rem;
    font-size: 6rem;
    color: #D2D5D7;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .savings-counter .savings__sign {
        margin-right: 0.6rem;
        font-size: 3rem;
    }
}
.savings-counter .tick-wrapper {
    -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15), 0 0 0.7rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15), 0 0 0.7rem rgba(0, 0, 0, 0.15);
}
.savings-counter span.tick-wrapper:nth-last-child(3n) {
    position: relative;
}
.savings-counter span.tick-wrapper:first-child {
    margin-left: 0;
}
.savings-counter span.tick-wrapper:first-child:after {
    display: none;
}

.tick-flip .tick-new-move {
    top: 1px !important;
}
.tick-flip .tick-old-move {
    top: 3px !important;
    width: 100%;
    left: 0;
}
.tick-flip .tick-old {
    box-shadow: none;
    top: 4px!important;
}
.tick-flip .tick-new {
    top: 3px !important;
}
.tick-flip .tick-old, .tick-flip .tick-new, .tick-flip .tick-old-move, .tick-flip .tick-new-move {
    color: black !important;
    background: #fff !important;
}
.tick {
    font-size: 6rem;
}
.tick-wrapper {
    padding: .3rem 1.2rem;
    -webkit-box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .15);
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .15);
    background: #fff;
    border-radius: .8rem;
    border: 1px solid #F8FAFB;
    line-height: 1.15;
}
.tick-wrapper + .tick-wrapper {
    margin-left: .4rem;
}
.tick-flip .tick-wrapper:after{
    display: none !important;
}
@media screen and (max-width: 767px) {
    .tick.tick-flip {
        font-size: 3.2rem;
    }

    .tick-wrapper {
        padding: .2rem .5rem;
        line-height: 1.05;
    }

    .tick-wrapper + .tick-wrapper {
        margin-left: .4rem;
    }

    .tick-flip .tick-new {
        top: 2px !important;
    }
}
@media screen and (max-width: 464px) {
    .tick.tick-flip {
        font-size: 2.4rem;
    }
    .tick-wrapper {
        padding: .2rem 0;
    }
}
