
.pstStockBar .pst-bar.psb-high {
    background: rgba(76, 235, 130, 0.83);
    background: -moz-linear-gradient(left, rgba(76, 235, 130, 0.83) 0%, rgba(26, 235, 80, 0.83) 100%);
    background: -webkit-linear-gradient(left, rgba(76, 235, 130, 0.83) 0%, rgba(26, 235, 80, 0.83) 100%);
    background: linear-gradient(to right, rgba(76, 235, 130, 0.83) 0%, rgba(26, 235, 80, 0.83) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(76, 235, 130, 0.83)', endColorstr='rgba(26, 235, 80, 0.83)',GradientType=1 );
}
.pstStockBar .psb-dots-wrp.psb-high .psb-dot-active,
.pstStockBar .psb-scale-wrp.psb-high .psb-dot-active {
    background: rgba(76, 235, 130, 0.83);
}
.pstStockBar .pst-bar.psb-medium {
    background: rgba(247, 231, 115, 0.83);
    background: -moz-linear-gradient(left, rgba(247, 231, 115, 0.83) 0%, rgba(247, 181, 65, 0.83) 100%);
    background: -webkit-linear-gradient(left, rgba(247, 231, 115, 0.83) 0%, rgba(247, 181, 65, 0.83) 100%);
    background: linear-gradient(to right, rgba(247, 231, 115, 0.83) 0%, rgba(247, 181, 65, 0.83) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(247, 231, 115, 0.83)', endColorstr='rgba(247, 181, 65, 0.83)',GradientType=1 );
}
.pstStockBar .psb-dots-wrp.psb-medium .psb-dot-active,
.pstStockBar .psb-scale-wrp.psb-medium .psb-dot-active {
    background: rgba(247, 231, 115, 0.83);
}
.pstStockBar .pst-bar.psb-low {
    background: rgba(254, 61, 0, 0.81);
    background: -moz-linear-gradient(left, rgba(254, 61, 0, 0.81) 0%, rgba(254, 11, 0, 0.81) 100%);
    background: -webkit-linear-gradient(left, rgba(254, 61, 0, 0.81) 0%, rgba(254, 11, 0, 0.81) 100%);
    background: linear-gradient(to right, rgba(254, 61, 0, 0.81) 0%, rgba(254, 11, 0, 0.81) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(254, 61, 0, 0.81)', endColorstr='rgba(254, 11, 0, 0.81)',GradientType=1 );
}
.pstStockBar .psb-dots-wrp.psb-low .psb-dot-active,
.pstStockBar .psb-scale-wrp.psb-low .psb-dot-active {
    background: rgba(254, 61, 0, 0.81);
}

    #pQuantityAvailable, #availability_statut, #product-availability, #last_quantities {
        display: none !important;
    }


