.datepicker:focus {
    display: none;
}

@media (min-width: 768px) { 
    section.discount {
        width: 280px;
        right: 10px !important;
        margin-top: 60px !important;
    }
}

@media (min-width: 992px) { 
    section.discount {
        width: 280px;
        right: 20px !important;
        margin-top: 25px !important;
    }
}

@media (min-width: 1200px) { 
    section.discount {
        width: 280px;
        right: 20px !important;
        margin-top: 25px !important;
    }
}