﻿.divOuncePrice {
    width: 100%;
    margin: 5px 0;
}

.headerOuncePrice, .bOuncePrice, #imgOunceIncDec {
    display: inline-block;
}

.bOuncePrice, .headerOuncePrice {
    margin: 0;
    color: #000000;
    font-size: calc(10px + (20 - 10) * ((80vw - 300px) / (1900 - 300)));
    /*font-size: calc(9px + (18 - 9) * ((80vw - 300px) / (1900 - 300)));*/
    /*font-size: 20px;*/
}

.bOuncePrice {
    font-weight: 600;
}
.OunceGreyed {
    color: #a9a9a9;
}
#imgOunceIncDec {
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
    /*margin-bottom: 20px;*/
}
.hiddenImage{
    display: none !important;
}