.button-minus {
    background-image: url('/template/img/minus.png');
    height: 24px;
    width: 24px;
    background-size: 24px;
    border: none;
    background-repeat: no-repeat;
}

.button-plus {
    background-image: url('/template/img/add.png');
    height: 24px;
    width: 24px;
    background-size: 24px;
    border: none;
    background-repeat: no-repeat;
}

.prod_volume_select {
    width: 50px;
}

.wide_load_btn {
    padding: 10px;
    border: 5px solid #ccc;
    cursor: pointer;
}

.wide_load_btn:hover {
    background-color: blanchedalmond;
}

.labelnew {
  position: absolute;
margin-top: 14px;
background: #93ab8b;
padding: 2px 6px;
color: white;
font-weight: bold;
z-index: 10;
    font-size: 0.8em;
    border-radius: 0 5px 5px 0;
}

.labelsale {
   position: absolute;
margin-top: 14px;
background: #93ab8b;
padding: 2px 6px;
color: white;
font-weight: bold;
z-index: 10;
    font-size: 0.8em;
    border-radius: 0 5px 5px 0;
}
