﻿@media (max-width: 720px) {
    a.readmore {
        background: white;
        z-index: 500 !important;
        box-shadow: 0px -3px 6px rgb(0 0 0 / 12%);
        position: fixed;
        bottom: 0;
        left: 0;
        height: 84px;
        padding: 15px 38px;
        flex-shrink: 0;
        padding: 8px 38px;
        width: 100%;
        display: flex !important;
        align-items: center;
        font-size: 22px !important;
        justify-content: center;
    }

    .go-up {
        bottom: 70.75pt;
    }

    #Timer-innerDiv {
        display: flex !important;
        align-items: center;
        padding:3px;
    }
    div#timer {
        bottom: unset;
        top: 0;
    }
    #Timer-innerDiv b {
        font-size: 14px;
    }
    .cut-off-deal p {
        font-size: 0.8em !important;
    }
    
    .cut-off-deal .timerdesp {
        font-size: 10px;
    }
}