select.select {
    font-size: 1 rem;
}

#coupon_code {
    height: 37px;
}

#discount-code {
    height: 38px;
}

@media screen and (max-width: 997px){
    .opc-estimated-wrapper{
        margin-top: 70px;
    }
}
@media screen and (min-width: 478px){
    #discount-code {
        height: 43px;
    }
}

.opc-progress-bar{
    margin-top: 30px;
}