﻿
input[type=number]
{
    font-family: 'Roboto Condensed' !important;
    font-size: 30px !important;
}

#lp-pom-text-638 {
    font-weight: 900;
    font-family: Roboto !important;
    background-color: rgba(255, 255, 255, 0);
    font-style: normal;
    left: 179px;
    top: 28px;
    width: 300px;
    height: 30px;
}

    #lp-pom-text-638::placeholder {
        color: rgb(149, 149, 149);
    }

    #lp-pom-text-638:focus::placeholder {
        color: transparent;
    }

@media only screen and (max-width: 600px) {
    #lp-pom-text-638 {
        font-weight: 900;
        font-family: Roboto !important;
        background-color: rgba(255, 255, 255, 0);
        font-style: normal;
        left: 90px;
        top: 18px;
        height: 30px;
        width: 140px;
    }

}